* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
[bpt/emacs.git] / src / ChangeLog
1 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
4 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
5
6 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
7
8 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
9 (Fhash_table_size): Fix typos in docstrings.
10 (Fmake_hash_table): Doc fix.
11
12 2010-07-28 Juanma Barranquero <lekktu@gmail.com>
13
14 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
15 Doc fix (bug#5625).
16
17 2010-07-27 Ken Brown <kbrown@cornell.edu>
18
19 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
20 the MSDOS definition.
21
22 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
23
24 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
25
26 2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
27
28 * window.c (Fwindow_height): Doc fix (bug#6518).
29
30 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
31
32 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
33
34 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
35
36 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
37 is related to the menu bar (Bug#6499).
38
39 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
40
41 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
42
43 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
44
45 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
46 i.e. don't put back ButtonRelease (Bug#6608).
47
48 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
49 instead of Window. Call xg_event_is_for_menubar when
50 USE_GTK (Bug#6499).
51
52 * gtkutil.h (xg_event_is_for_menubar): Declare.
53
54 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
55
56 2010-07-14 Eli Zaretskii <eliz@gnu.org>
57
58 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
59 when it's the same as the old foreground. (Bug#6609)
60
61 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
62
63 * xfaces.c (realize_face): Garbage the frame if a face is removed
64 (Bug#6593).
65
66 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
67
68 * keyboard.c: Remove duplicate <setjmp.h>.
69 (read_key_sequence): Remove volatile qualifiers.
70
71 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
72
73 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
74 (struct glyph_row): New members left_fringe_offset and
75 right_fringe_offset.
76
77 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
78 specially.
79 * w32term.c (w32_draw_fringe_bitmap): Likewise.
80 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
81
82 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
83 Take account of bitmap offset.
84 (draw_window_fringes): Take account of window vscroll.
85 (update_window_fringes): Likewise. Extend top-aligned top indicator
86 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
87 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
88 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
89
90 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
91
92 * w32fns.c (Qtooltip): Declare.
93 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
94
95 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
96
97 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
98 grab on just Press (Bug#6499).
99
100 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
101
102 * frame.c (Qtooltip): New var.
103 (delete_frame): Use it. Fix faulty if statement. Don't update
104 mode line for tooltip frames. Suggested by Martin Rudalics.
105
106 * xfns.c (x_create_tip_frame):
107 * w32fns.c (x_create_tip_frame): Use it.
108
109 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
110
111 * xftfont.c (xftfont_open): Check font width one by one also when
112 spacing is dual.
113
114 * ftfont.c (ftfont_open): Ditto.
115
116 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
117
118 * alloc.c (Fmake_byte_code): Don't access undefined argument
119 (Bug#6517).
120
121 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
122
123 * xdisp.c (next_element_from_image): Ensure that after-strings are
124 read the next time we hit handle_stop (Bug#1336).
125
126 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
127
128 * lread.c (read1): Signal error if #s is not followed by paren.
129
130 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
131
132 * image.c (free_image): Mark frame as garbaged (Bug#6426).
133
134 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
135
136 2010-06-15 Glenn Morris <rgm@gnu.org>
137
138 * editfns.c (Fbyte_to_string): Pacify compiler.
139
140 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
143 Check `object's type before accessing its guts.
144
145 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
146
147 * minibuf.c (Fall_completions): Add more checks.
148
149 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
150
151 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
152
153 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
154
155 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
156 address. (Bug#6346)
157
158 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
159
160 * ccl.c (Fccl_program_p): Fix typo in docstring.
161
162 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
165 of bug#6305).
166
167 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
168
169 * xdisp.c (redisplay_window): After redisplay, check if point is
170 still valid before setting it (Bug#6177).
171
172 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
173
174 * s/netbsd.h: If terminfo is found, use it in preference to
175 termcap. (Bug#6190) [Backport from trunk]
176
177 2010-05-20 Kevin Ryde <user42@zip.com.au>
178
179 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
180 (Voverriding_terminal_local_map, Vsystem_key_alist)
181 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
182
183 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * editfns.c (Fbyte_to_string): New function.
186
187 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
188
189 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
190 prevent stack overflow if number of arguments is too large
191 (Bug#6214).
192
193 2010-05-11 Eli Zaretskii <eliz@gnu.org>
194
195 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
196
197 * w32fns.c: Include w32.h.
198 (Fw32_shell_execute): Decode the error message before passing it
199 to `error'. (Bug#6126)
200
201 2010-05-11 Karel Klic <kklic@redhat.com>
202
203 * ftfont.c: Fix incorrect parentheses of #if condition for
204 definining M17N_FLT_USE_NEW_FEATURE.
205
206 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
207
208 * Version 23.2 released.
209
210 2010-04-30 Andreas Schwab <schwab@linux-m68k.org>
211
212 * composite.c (autocmp_chars): Save point as marker before calling
213 auto-composition-function (Bug#5984).
214
215 * lisp.h (restore_point_unwind): Add prototype.
216
217 * fileio.c (restore_point_unwind): Remove static attribute.
218
219 2010-04-23 Kenichi Handa <handa@m17n.org>
220
221 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
222 new feature of libotf and m17n-flt.
223 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]: Call
224 OTF_check_features even if no specific feature is given.
225 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
226 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
227 that OUT is NULL. Use OTF_drive_gsub_with_log and
228 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
229 OTF_drive_gpos.
230 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
231 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]: Setup
232 mflt_enable_new_feature and mflt_try_otf.
233
234 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
235
236 * dired.c (Ffile_attributes): Fix typo in docstring.
237
238 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
239
240 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
241 NSInteger (Bug#5811).
242
243 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
244
245 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
246 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
247
248 2010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
249
250 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
251
252 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
253
254 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
255 FRAME_LINE_TO_PIXEL_Y.
256
257 * xterm.c (x_set_window_size_1): Don't add border_width/height to
258 pixelwidth/height.
259
260 2010-04-05 Chong Yidong <cyd@stupidchicken.com>
261
262 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
263 terminal frames (Bug#5837).
264
265 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
266
267 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
268 * nsterm.h: Fix prototype.
269
270 2010-03-31 Eli Zaretskii <eliz@gnu.org>
271
272 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
273 in this function. (Bug#5703)
274
275 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
276
277 * nsterm.h: Fix last change.
278
279 2010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
280
281 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
282
283 2010-03-30 Jan Djärv <jan.h.d@swipnet.se>
284
285 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
286 invisible (Bug#5766).
287
288 2010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
289
290 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
291 HAVE_NS conditionals.
292 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
293
294 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
295 filename for the title.
296 (ns_set_doc_edited): Do nothing if the selected window is a
297 minibuffer window.
298
299 * nsterm.h: Add prototypes for ns_set_name_as_filename and
300 ns_set_doc_edited.
301
302 * nsterm.m: Remove unneeded prototype.
303
304 2010-03-28 Glenn Morris <rgm@gnu.org>
305
306 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
307 in the DOC file. (Bug#5336)
308
309 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
310
311 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
312
313 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
314
315 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
316
317 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
318
319 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
320
321 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
322
323 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
324 XLoadQueryFont.
325
326 2010-03-16 Kenichi Handa <handa@m17n.org>
327
328 * coding.c (decode_coding_ccl): Fix previous change for the
329 multibyte case.
330 (encode_coding_ccl): Don't setup ccl program here. Fix for the
331 case that the output buffer is fullfilled.
332 (encode_coding): Setup ccl program here.
333
334 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
335
336 * editfns.c (Fformat): Account for string precision when computing
337 field width (Bug#5710).
338
339 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 Make it possible to C-g in a tight bytecode loop again (bug#5680).
342 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
343 (QUIT): Use it to consolidate code and remove redundancy.
344 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
345
346 * regex.c (regex_compile): Setup gl_state as well.
347
348 * syntax.c (skip_chars): Setup gl_state (bug#3823).
349 (in_classes): Use CONSP before XCAR/XCDR.
350
351 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
352
353 * keymap.c (Fwhere_is_internal): Use Fequal to compare
354 definitions, so that keyboard macros are correctly handled
355 (Bug#5481).
356
357 2010-03-02 Eli Zaretskii <eliz@gnu.org>
358
359 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
360 text that could be relocated inside the call to emacs_mule_char.
361 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
362 (CODING_DECODE_CHAR): Add a comment describing its purpose.
363
364 2010-03-02 Kenichi Handa <handa@m17n.org>
365
366 * character.c (parse_str_as_multibyte): Fix handling of the
367 multibyte form of raw-bytes.
368 (str_as_multibyte): Likewise.
369
370 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
371 form of raw-bytes.
372
373 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
374
375 * charset.c (load_charset_map_from_file)
376 (load_charset_map_from_vector): Zero out allocated
377 charset_map_entries before using them.
378
379 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
380
381 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
382
383 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
384
385 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
386 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
387
388 2010-02-26 Kenichi Handa <handa@m17n.org>
389
390 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
391
392 * xdisp.c (reseat_to_string): Fix previous change.
393
394 2010-02-26 David Reitter <david.reitter@gmail.com>
395
396 * nsfont.m (nsfont_draw): ns_antialias_text should be a
397 Lisp_Object (Bug#4736).
398
399 2010-02-25 Kenichi Handa <handa@m17n.org>
400
401 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
402
403 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
404
405 * xterm.c (XTflash): Move declarations before statements.
406
407 * gtkutil.c (xg_get_gdk_display): Remove (unused).
408 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
409 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
410 (xg_create_tool_bar): Remove unused variables.
411 (x_wm_set_size_hint): Move declarations before statements.
412 (xg_create_frame_widgets): Remove variable grav.
413
414 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
415
416 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
417
418 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * term.c (fatal): Add a final \n if needed (bug#5596).
421
422 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
423
424 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
425
426 2010-02-18 Glenn Morris <rgm@gnu.org>
427
428 * callint.c (Finteractive): Doc fix.
429
430 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
431
432 * coding.c (record_conversion_result):
433 Handle CODING_RESULT_INSUFFICIENT_DST.
434 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
435 memory allocation error.
436
437 2010-02-17 Kenichi Handa <handa@m17n.org>
438
439 * coding.c (decode_coding_ccl): Don't setup ccl program here.
440 Fix for the case that the output buffer is fullfilled.
441 (decode_coding): Setup ccl program here. Keep looping when the
442 decoder stopped because the output buffer is
443 fullfilled (bug#5534).
444
445 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
446
447 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
448
449 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
450 bug #5571.
451 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
452 overdrawn.
453
454 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
455
456 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
457 doing_interact here.
458 (ice_connection_closed): New function.
459 (x_session_check_input, smc_die_CB, ice_io_error_handler)
460 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
461 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
462 returns I/O error.
463 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
464 bug #5512.
465
466 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
467
468 * nsfont.m (nsfont_open): The system's value for the font descent
469 is negative, so round it down to avoid clipping.
470
471 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
472
473 * charset.c (load_charset_map_from_file)
474 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
475 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
476
477 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
478
479 * charset.c (load_charset_map_from_file): Allocate large
480 charset_map_entries structure on the heap rather than the stack.
481 (Bug#5526).
482
483 2010-01-31 Kenichi Handa <handa@m17n.org>
484
485 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
486 size in NAME is invalid, return -1 (Bug#5396).
487
488 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
489
490 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
491 <deactivated@gmail.com> (Bug#3605).
492
493 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
494
495 * fileio.c (Frename_file): Correctly rename symlinks to
496 directories (Bug#5496).
497
498 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
499
500 * nsterm.m (ns_ring_bell): Handle visible bell like X.
501
502 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
503
504 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
505
506 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
507
508 * frame.c (DEFAULT_ROWS): Change default to 35.
509
510 * xfns.c (x_default_font_parameter): Change default XFT font to
511 monospace-10 (Bug#3643).
512
513 2010-01-29 Eli Zaretskii <eliz@gnu.org>
514
515 * w32inevt.c (key_event): Remove unnecessary comparison of
516 event->uChar.AsciiChar with 128.
517
518 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
519
520 * fileio.c (Frename_file): Fix last change (Bug#5487).
521
522 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
523
524 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
525
526 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
527
528 * xfns.c (Fx_create_frame): Remove window size matching code from
529 2010-01-15.
530 (x_get_current_desktop, x_get_desktop_workarea): Remove.
531
532 2010-01-27 Jason Rumney <jasonr@gnu.org>
533
534 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
535 (key_event): Use unicode for characters 128 and higher (Bug#4567).
536
537 2010-01-27 Kenichi Handa <handa@m17n.org>
538
539 * regex.c (analyse_first): Fix setting of fastmap for unibyte
540 pattern string (Bug#4209).
541
542 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
543
544 * fileio.c (Frename_file): Call copy-directory and
545 delete-directory for directories, in order to handle cross-device
546 renaming (Bug#3353).
547
548 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
549
550 * xfns.c (Fx_create_frame): If frame height is too big, try
551 sizes 24 and 10. Bug #3643.
552
553 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 Try and fix bug#788, hopefully for real this time.
556 * keymap.c (shadow_lookup): Add `remap' arg.
557 (describe_map, describe_vector): Update calls to shadow_lookup.
558 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
559 `remapped' so this flag is applicable to `sequence'. Be careful to
560 perform remapping during shadow_lookup check of remapped_sequences.
561
562 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
563
564 * image.c (png_load): Use png_sig_cmp instead of the obsolete
565 png_check_sig, which has been removed in libpng 1.4.
566
567 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
568
569 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
570 lacks this header file).
571
572 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
573
574 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
575 as in Emacs 22.
576
577 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
578
579 * lisp.h (make_pure_string): String pointer arg now points to const.
580
581 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
582 args now point to const.
583
584 2010-01-22 Eli Zaretskii <eliz@gnu.org>
585
586 * lread.c (Fload): Don't treat files without .elc extension as
587 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
588 them. (bug#5303)
589
590 2010-01-20 Kenichi Handa <handa@m17n.org>
591
592 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
593 treat the source as actual byte sequence.
594
595 2010-01-19 Alan Mackenzie <acm@muc.de>
596
597 Fix spurious before-change-functions invocation from (insert ?\n).
598 * textprop.c (set_text_properties): Rename parameter
599 `signal_after_change_p' to `coherent_change_p', and make the
600 invocation of `modify_region' conditional on it.
601
602 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
603
604 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
605 for debug purpose.
606 (syms_of_xsettings): Declare xft-settings.
607
608 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
609
610 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
611
612 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * xterm.c (event_handler_gdk): Block input (Bug#5037).
615
616 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
617
618 * emacs.c (standard_args): Adjust arg priorities to reflect how
619 they are processed in startup.el.
620
621 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
622
623 * Makefile.in (lisp, shortlisp): Update.
624
625 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
628 code, link the new kboard into all_kboard before running Lisp code,
629 and protect the new terminal with GCPRO (Bug#5365).
630 (x_term_init): Remove unused var `atom'.
631 (x_delete_display, x_delete_terminal): Remove unused var `i'.
632
633 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
634
635 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
636 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
637 to find out usable size of the desktop. Don't make frames larger than
638 this. Bug #3643.
639
640 2010-01-15 Kenichi Handa <handa@m17n.org>
641
642 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
643
644 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
645
646 * nsterm.m (Qnone): Define.
647
648 * nsfns.m (Qnone): Move definition to nsterm.m.
649
650 2010-01-14 Kenichi Handa <handa@m17n.org>
651
652 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
653 systems.
654
655 2010-01-14 Kenichi Handa <handa@m17n.org>
656
657 Make auto-composition work on all buffers even if they are
658 fundamental mode.
659
660 * composite.c (Vauto_composition_mode): New variable.
661 (composition_compute_stop_pos): Check Vauto_composition_mode
662 instead of Vauto_composition_function.
663 (composition_adjust_point, Ffind_composition_internal): Likewise.
664 (syms_of_composite): Declare Lisp variable
665 "auto-composition-mode" here.
666
667 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
668
669 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
670 during call to vendor-specific-keysyms (Bug#5365).
671
672 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
673
674 * keyboard.c (input_available_signal) [SYNC_INPUT]:
675 Call SIGNAL_THREAD_CHECK (Bug#5333).
676
677 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
678 Call SIGNAL_THREAD_CHECK.
679
680 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 Try to fix bug#5314. This is probably not the final word, tho.
683 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
684 recent-auto-save-p as a side-effect.
685 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
686 * buffer.c (Fkill_buffer, reset_buffer):
687 * editfns.c (Fsubst_char_in_region):
688 * fileio.c (Finsert_file_contents, Fdo_auto_save)
689 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
690
691 2010-01-13 Kenichi Handa <handa@m17n.org>
692
693 Display buffer name, etc. in mode line by composing correctly.
694
695 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
696 STRING is not nil.
697 (display_mode_element): Adjust for the change of
698 decode_mode_spec and display_line.
699 (decode_mode_spec): Change arg MULTIBYTE to STRING.
700 (display_string): Handle the case that STRING is non-null and
701 LISP_STRING is not nil.
702
703 * xterm.c (x_draw_composite_glyph_string_foreground):
704 Pay attention to s->face->overstrike.
705
706 * composite.c (composition_reseat_it): Don't check PT if STRING is
707 non nil.
708
709 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
710
711 * keyboard.c (read_char): Don't apply previous change when current
712 buffer is unchanged by command execution.
713
714 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
715
716 * keyboard.c (read_char): Return after executing from special map.
717
718 2010-01-12 Glenn Morris <rgm@gnu.org>
719
720 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
721 bug-gnu-emacs rather than emacs-pretest-bug.
722
723 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
724
725 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
726 initializing the Lisp variables that depend on them.
727
728 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
729
730 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
731 Clear areas that will not be updated after change of menu bar lines.
732 Clear the menu bar window's current matrix when the window gets empty.
733
734 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
735
736 * intervals.h, textprop.c (extend_property_ranges): Return value
737 and args changed. Discard properties that begin at or after the
738 new end (Bug#5306).
739
740 * editfns.c (Fformat): Caller changed.
741
742 * nsterm.m (ns_set_default_prefs): Delete function.
743 (syms_of_nsterm): Initialize ns_command_modifier,
744 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
745 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
746
747 * xdisp.c (pos_visible_p): Check for invisible text at the correct
748 position (Bug#4040).
749
750 2010-01-09 Eli Zaretskii <eliz@gnu.org>
751
752 * editfns.c (Ffloat_time): Doc fix.
753
754 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
755
756 * xfns.c (Fx_create_frame): Don't create frame larger than display
757 by default bug#3643.
758
759 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
760
761 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
762 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
763 windows above internal border.
764
765 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
766 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
767 windows above internal border.
768
769 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
770 tool bar windows specially.
771
772 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
773
774 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
775 specially.
776 (XTflash): Take account of menu bar height.
777
778 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
779 specially.
780
781 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
782
783 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
784 also be true before we can return early (bug #5339).
785
786 2010-01-06 David Reitter <david.reitter@gmail.com>
787
788 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
789 (Fns_display_usable_bounds): Rewrite, computing bounds properly
790 (Bug#3233).
791
792 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
793
794 * font.c (font_open_entity): Enable chache and call cached_font_ok
795 for the driver if defined.
796 (QCuser_spec): New symbol.
797 (font_spec_from_name): Save name as user-spec.
798 (font_load_for_lface): Keep user-spec instead of name.
799 (font_open_by_name): Save name as user-spec.
800 (syms_of_font): Initialize QCuser_spec.
801 (font_clear_prop): Clear name if it exists in font (bug#5157).
802
803 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
804 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
805 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
806
807 * font.h (struct font_driver): Add cached_font_ok.
808
809 * xterm.c (x_clear_frame): Queue draw for scroll bars.
810
811 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
812
813 * xterm.c (x_new_font): Move code for setting rows/cols before
814 resizing ...
815 (x_set_window_size): ... to here. Bug #2568.
816
817 * gtkutil.c (xg_clear_under_internal_border): New function.
818 (xg_frame_resized, xg_frame_set_char_size):
819 Call xg_clear_under_internal_border.
820 (xg_update_scrollbar_pos): Clear under old scroll bar position.
821
822 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
823
824 * keyboard.c (read_key_sequence): Catch keyboard switch after
825 making a new tty frame (Bug#5095).
826
827 2010-01-05 Kenichi Handa <handa@m17n.org>
828
829 * fontset.c (fontset_find_font): Fix getting the frame pointer.
830
831 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
834 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
835 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
836
837 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
838
839 * dbusbind.c (xd_add_watch): Improve debug message.
840 (xd_remove_watch): Improve debug message. If DATA is the session
841 bus, unset D-Bus session environment.
842 (Fdbus_init_bus): Pass the bus as argument to
843 dbus_connection_set_watch_functions. (Bug#5283)
844
845 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
846
847 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
848
849 * lread.c (syms_of_lread): Make it clearer that these are the
850 names of loaded files (Bug#5068).
851
852 * eval.c (run_hook_with_args): Handle the case where the global
853 value has the obsolete single-function form (Bug#5026).
854
855 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
856
857 * minibuf.c (Fall_completions): Minor optimization.
858
859 2009-12-26 Eli Zaretskii <eliz@gnu.org>
860
861 * .gdbinit (pgx): Fix display of composite glyphs.
862 Display cmp.from and cmp.to as well.
863 (pitx): Fix last change.
864
865 2009-12-25 Kenichi Handa <handa@m17n.org>
866
867 * composite.h (composition_adjust_point): Update prototype.
868
869 * composite.c (composition_reseat_it): Don't make a composition
870 spanning over point.
871 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
872 composable characters.
873 (composition_adjust_point): New arg NEW_PT. Callers changed.
874
875 * keyboard.c (command_loop_1): Force redisplay if the last point
876 was within a composition.
877 (adjust_point_for_property): Don't adjust point for automatic
878 composition when called after buffer modification.
879
880 2009-12-19 Eli Zaretskii <eliz@gnu.org>
881
882 * .gdbinit (pitx): Don't use enum names, use their values.
883 Remove reference to non-existing value GET_FROM_COMPOSITION.
884 (pgx): Don't use enum names, use their values.
885 (pitmethod): New helper command.
886 (pitx): Use it to display iteration method.
887 (pgrowit): New command.
888
889 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
890
891 Update dependencies in Makefile.in.
892
893 * Makefile.in (alloc.o): Depend on termhooks.h.
894 (atimer.o): Depend on blockinput.h.
895 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
896 and frame.h.
897 (callint.o): Depend on systime.h, coding.h, and composite.h.
898 (callproc.o): Depend on buffer.h.
899 (casefiddle.o): Don't depend on charset.h.
900 (casetab.o): Depend on character.h.
901 (ccl.o): Depend on composite.h.
902 (chartab.o): Depend on ccl.h.
903 (cm.o): Depend on dispextern.h.
904 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
905 (coding.o): Don't depend on $(INTERVALS_H).
906 (composite.o): Don't depend on dispextern.h explicitly (it's in
907 $(INTERVALS_H)). Depend on ccl.h.
908 (data.o): Depend on systime.h, coding.h, composite.h,
909 dispextern.h, font.h, and ccl.h.
910 (dired.o): Depend on composite.h.
911 (dispnew.o): Depend on coding.h. Don't depend explicitly on
912 composite.h (it's in $(INTERVALS_H)).
913 (doc.o): Depend on systime.h, coding.h, and composite.h.
914 (editfns.o): Don't depend explicitly on dispextern.h.
915 (emacs.o): Depend on frame.h and coding.h.
916 (eval.o): Depend on coding.h, composite.h, and xterm.h.
917 (fileio.o): Depend on frame.h and commands.h. Don't depend
918 explicitly on dispextern.h.
919 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
920 composite.h.
921 (fns.o): Don't depend on termhooks.h.
922 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
923 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
924 coding.h, $(INTERVALS_H), window.h, xterm.h.
925 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
926 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
927 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
928 fontset.h, ccl.h, and ftfont.h.
929 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
930 (gtkutil.o): Depend on dispextern.h and composite.h.
931 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
932 termhooks.h, and ccl.h.
933 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
934 (intervals.o): Depend on systime.h and coding.h.
935 (keyboard.o): Depend on composite.h and coding.h.
936 (keymap.o): Depend on coding.h and frame.h.
937 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
938 (macros.o): Depend on systime.h, coding.h, and composite.h.
939 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
940 and atimer.h.
941 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
942 dispextern.h explicitly.
943 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
944 Don't depend explicitly on dispextern.h and composite.h.
945 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
946 (regex.o): Don't depend on charset.h.
947 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
948 (search.o): Don't depend explicitly on composite.h.
949 (sound.o): Depend on atimer.h and systime.h.
950 (syntax.o): Don't depend explicitly on composite.h.
951 (sysdep.o): Depend on coding.h and composite.h.
952 (term.o): Depend on xterm.h and buffer.h.
953 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
954 (textprop.o): Don't depend on dispextern.h explicitly.
955 (undo.o): Depend on dispextern.h.
956 (window.o): Depend on coding.h and termhooks.h. Don't depend on
957 dispextern.h and composite.h explicitly.
958 (xdisp.o): Depend on ccl.h.
959 (xfaces.o): Depend on coding.h and ccl.h.
960 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
961 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
962 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
963 ftfont.h.
964 (xgselect.o): New dependency.
965 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
966 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
967 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
968 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
969 (xsmfns.o): Depend on frame.h and dispextern.h.
970 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
971 sysselect.h.
972
973 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
974
975 * font.c (Fclear_font_cache): Pass correct cache argument to
976 font_clear_cache.
977
978 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
979
980 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
981 twice.
982
983 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
984
985 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
986 calling file-remote-p. Reported by Jim Meyering.
987
988 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
989
990 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
991 avoid compiler warnings. (Bug #5217)
992
993 2009-12-14 Kenichi Handa <handa@m17n.org>
994
995 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
996 in 8-bit encoding.
997
998 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
999
1000 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1001 tooltip windows.
1002
1003 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1004
1005 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1006 Xatom_net_window_type.
1007
1008 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1009 Xatom_net_window_type.
1010
1011 * xterm.c (my_log_handler): New function.
1012 (x_term_init): Set my_log_handler as log handler during gtk_init
1013 so we can filter out buggy messages. (Bug #5120).
1014
1015 * xterm.c (xg_scroll_callback): Parameter list changed,
1016 use parameter GtkScrollType to determine scroll/line/page.
1017 Only allow dragging if a button < 4 is grabbed (bug #5177).
1018 (xg_end_scroll_callback): New function.
1019 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1020 xg_create_scroll_bar.
1021
1022 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1023 (scroll_end_callback): Remove.
1024 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1025 button-release-event. Replace value-changed event with change-value,
1026 bug #5177,
1027 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1028 bug #5177.
1029
1030 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1031 (xg_create_scroll_bar): Add GCallback end_callback.
1032
1033 * xftfont.c (QClcdfilter): New variable.
1034 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1035 (syms_of_xftfont): Initialize QClcdfilter.
1036
1037 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1038
1039 * xsettings.c (struct xsettings): Add member seen.
1040 (parse_xft_settings): Update member seen with what we have read.
1041 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1042 (apply_xft_settings): Only update Xft settings with what member seen
1043 indicates as new.
1044
1045 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1046
1047 * dispextern.h (struct text_pos): Use EMACS_INT;
1048 (struct glyph): Use EMACS_INT for charpos.
1049 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1050 region_beg_charpos, region_end_charpos,
1051 redisplay_end_trigger_charpos, and also for
1052 iterator_stack_entry.end_charpos and
1053 iterator_stack_entry.stop_charpos.
1054
1055 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1056
1057 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1058 (xg_create_scroll_bar): Call scroll_end_callback on button release
1059 event (bug #5177).
1060 (xg_event_is_for_scrollbar): != replaced with ==.
1061
1062 2009-12-12 Kenichi Handa <handa@m17n.org>
1063
1064 * ftfont.c (struct ftfont_info): New member matrix.
1065 (ftfont_open): Setup xftfont_info->matrix.
1066 (MFLTFontFT): New member matrix.
1067 (FLOOR, CEIL, ROUND): New macros.
1068 (ftfont_get_metrics): Handle matrix transformation.
1069 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1070
1071 * xftfont.c (struct xftfont_info): New member matrix.
1072 (xftfont_open): Setup xftfont_info->matrix.
1073
1074 2009-12-10 Kenichi Handa <handa@m17n.org>
1075
1076 * xdisp.c (append_space_for_newline): Consider face-remapping.
1077
1078 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1079
1080 * xsettings.c: Include "keyboard.h".
1081
1082 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1083
1084 Fix implicit function declarations.
1085 * cmds.c: Include "frame.h".
1086 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1087 * frame.h: Move declaration of delete_frame outside of
1088 HAVE_WINDOW_SYSTEM.
1089
1090 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1091
1092 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1093
1094 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1095 GTK builds.
1096
1097 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1098
1099 * unexelf.c (unexec): Don't search for .data twice.
1100
1101 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1104 if push failed.
1105 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1106 of push_display_prop (Bug#5000).
1107
1108 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1109 value of font_list_entities (Bug#5085).
1110
1111 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1112
1113 Fix `string-to-number' to deal consistently with integers and floats.
1114 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1115 trailing characters, not just whitespace.
1116 (read1): Pass new arg 0 to keep old behavior.
1117 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1118 trailing chars, as it is already done for integers. Doc fixes.
1119 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1120
1121 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1122
1123 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1124 Delete unused enumeration value.
1125
1126 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1127
1128 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1129
1130 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1131
1132 * process.c (Fmake_network_process): Fix up the tests for
1133 "connectionless socket", so they DTRT for seqpacket sockets as well.
1134
1135 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * process.c (Qseqpacket): New symbol.
1138 (HAVE_SEQPACKET): New macro.
1139 (Fmake_network_process): Accept new :type `seqpacket'.
1140 (init_process): Add `seqpacket' feature when applicable.
1141 (syms_of_process): Initialize Qseqpacket.
1142
1143 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1144
1145 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1146 if entity is Qnil.
1147
1148 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * print.c (print_preprocess): Preprocess the key_and_value table of
1151 hashtables, even tho they're "hidden" (bug#5082).
1152
1153 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1154
1155 * frame.c (frame_make_pointer_invisible)
1156 (frame_make_pointer_visible): Declare f before statements.
1157
1158 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1159
1160 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1161 omitted dependencies on lisp.h.
1162
1163 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1164
1165 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1166 is NULL.
1167
1168 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1169
1170 * frame.c (frame_make_pointer_invisible)
1171 (frame_make_pointer_visible): Just return if there isn't any selected
1172 frame.
1173
1174 * search.c (simple_search): Remove warning by making *p const.
1175
1176 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1177
1178 * xdisp.c (power_letter): Remove duplicate const.
1179
1180 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1183
1184 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1185 defaults (bug #5025).
1186
1187 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * insdel.c (adjust_markers_for_delete): Move it in the
1190 right direction! (bug#4803)
1191
1192 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1193
1194 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1195
1196 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1197
1198 2009-11-24 Glenn Morris <rgm@gnu.org>
1199
1200 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1201
1202 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1203
1204 * Makefile.in: Must create deps for ecrt0.o in its rule.
1205
1206 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1207 because that is what Gtk+ font dialog understands.
1208
1209 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1210 of Fcopy_sequence.
1211 (font_open_by_name): Put name given into QCname for font-object returned.
1212
1213 * frame.c (x_set_font): Save original font name as frame parameter
1214 font-parameter.
1215
1216 * xsettings.c (set_default_xft_settings): New function.
1217 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1218 is found.
1219
1220 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1221
1222 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1223 searching backwards through multibyte buffer.
1224
1225 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1226
1227 * xterm.c: #include xgselect.h.
1228 (x_initialize): Call xgselect_initialize.
1229
1230 * xsettings.c (something_changedCB): C++ comments => C comments.
1231 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1232 does that now.
1233
1234 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1235 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1236 (scroll_bar_button_cb): Remove.
1237 (create_menus): C++ comments => C comments. Don't bind grab-notify
1238 event.
1239 (xg_create_scroll_bar): Don't bind button-press-event and
1240 button-release-event.
1241
1242 * process.c: Include xgselect.h if defined (USE_GTK) ||
1243 defined (HAVE_GCONF).
1244 (wait_reading_process_output): Call xg_select for the same condition.
1245
1246 * xgselect.c (xg_select): New function to better integrate with
1247 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1248
1249 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1250
1251 * Makefile.in (XOBJ): Add xgselect.o.
1252
1253 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1254
1255 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1256 Remove ignored second argument. All callers changed.
1257 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1258 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1259 * xdisp.c (string_char_and_length): Likewise.
1260
1261 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * xterm.c (x_new_font):
1264 * print.c (print_object):
1265 * cmds.c (Fself_insert_command): Move declarations before statements.
1266
1267 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1268
1269 * s/cygwin.h: Remove unneeded linker flags.
1270
1271 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1272
1273 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1274
1275 * xsettings.h: Declare xsettings_get_system_font.
1276
1277 * xsettings.c (xsettings_get_system_font): New function.
1278 (init_gconf): No use initiating gconf unless we have Xft also.
1279 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1280 HAVE_GCONF.
1281
1282 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1283 add a blank entry so it doesn't collapse into nothing.
1284
1285 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * lread.c (Funintern): Comment out last change.
1288
1289 2009-11-19 Richard Stallman <rms@gnu.org>
1290
1291 * lread.c (Funintern): Error if symbol is t or nil.
1292
1293 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1296 representation of Lisp integers.
1297 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1298
1299 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1300
1301 * lisp.h: Remove declaration of Ffont_get_system_font.
1302 * xfns.c: Move include of "xsettings.h".
1303 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1304
1305 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1306
1307 * xsettings.c (something_changedCB, Ffont_get_system_font):
1308 Check use_system_font.
1309 (syms_of_xsettings): DEFVAR font-use-system-font.
1310
1311 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1312
1313 * xfns.c (x_default_font_parameter): Remove dead assignment.
1314
1315 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1316
1317 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1318
1319 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1320 not have FC_LCD_*. #define them if not there.
1321
1322 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1323
1324 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1325
1326 * xterm.c (handle_one_xevent): Call xft_settings_event for
1327 ClientMessage, PropertyNotify and DestroyNotify.
1328 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1329 Call xsettings_initialize.
1330
1331 * xftfont.c (xftfont_fix_match): New function.
1332 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1333 Call xftfont_fix_match after XftFontMatch.
1334
1335 * xfont.c (xfont_driver): Initialize all members.
1336
1337 * xfns.c (x_default_font_parameter):
1338 Try font from Ffont_get_system_font.
1339 Do not get font from x_default_parameter if we got one from
1340 Ffont_get_system_font.
1341 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1342
1343 * w32font.c (w32font_driver): Initialize all members.
1344
1345 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1346
1347 * lisp.h: Declare syms_of_xsettings.
1348
1349 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1350 Handle CONFIG_CHANGED_EVENT.
1351
1352 * ftfont.c (ftfont_filter_properties): New function.
1353
1354 * frame.c (x_set_font): Remove unused variable lval.
1355
1356 * font.h (struct font_driver): Add filter_properties.
1357
1358 * font.c (font_put_extra): Don't return if val is nil, it means
1359 boolean option is off.
1360 (font_parse_fcname): Collect all extra properties in extra_props
1361 and call filter_properties for all drivers with extra_props and
1362 font as parameter.
1363 (font_open_entity): Do not use cache, it does not pick up new
1364 fontconfig settings like hinting.
1365 (font_load_for_lface): If spec had a name in it, store it in entity.
1366
1367 * emacs.c (main): Call syms_of_xsettings.
1368
1369 * config.in: HAVE_GCONF is new.
1370
1371 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1372 xsettings.o is new.
1373
1374 2009-11-17 Kenichi Handa <handa@m17n.org>
1375
1376 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1377 back to the default font in case that no suitable font is found.
1378
1379 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1382 Suggested by Chad Brown <yandros@mit.edu>.
1383 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1384
1385 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1386
1387 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1388
1389 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1390
1391 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1392
1393 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1394
1395 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1396 has a parent.
1397
1398 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1399 dependency files in deps/. Include those files into Makefile.
1400
1401 * config.in: Generated (AUTO_DEPEND).
1402
1403 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1406 Vdbus_registered_functions_table, because it contains also
1407 properties. Fix docstring.
1408 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1409
1410 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * alloc.c (mark_object): Don't reprocess marked strings.
1413 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1414 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1415
1416 2009-11-13 Kenichi Handa <handa@m17n.org>
1417
1418 * category.c (word_boundary_p): Adjust for the change of the
1419 semantics of Vword_combining_categories.
1420 (Vword_combining_categories): Describe the slight change of the
1421 semantics.
1422
1423 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1424
1425 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1426
1427 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1428
1429 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1432
1433 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1434
1435 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1436
1437 2009-11-11 David Reitter <david.reitter@gmail.com>
1438
1439 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1440 variables to fix 2009-11-09 change.
1441
1442 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1443
1444 * process.c (ifflag_def): Make flag_sym constant.
1445 (Fnetwork_interface_info): Use a constant pointer.
1446 (ifflag_table):
1447 * xfns.c (cursor_bits):
1448 * xdisp.c (power_letter):
1449 * termcap.c (speeds, esctab):
1450 * sysdep.c (baud_convert):
1451 * keyboard.c (lispy_accent_codes, modifier_names):
1452 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1453 (jpeg_format, tiff_format, gif_format, svg_format)
1454 (interlace_start, interlace_increment, gs_format):
1455 * gtkutil.c (separator_names):
1456 * fringe.c (swap_nibble):
1457 * fns.c (base64_value_to_char, base64_char_to_value):
1458 * fileio.c (make_temp_name_tbl):
1459 * coding.c (suffixes): Make constant.
1460
1461 * frame.c (make_initial_frame):
1462 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1463 build_string.
1464 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1465
1466 * s/freebsd.h:
1467 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1468
1469 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1470 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1471
1472 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1473 * xterm.c (syms_of_xterm):
1474 * xfaces.c (syms_of_xfaces):
1475 * xdisp.c (syms_of_xdisp):
1476 * lread.c (syms_of_lread):
1477 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1478 build_string.
1479
1480 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1481
1482 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * fns.c (Fplist_get): Merge the active and the commented out code.
1485
1486 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1487
1488 * keyboard.h: Declare timer_check.
1489
1490 * keyboard.c (timer_check_2): New function that does what the old
1491 timer_check did.
1492 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1493 returned, i.e. don't return -1 with timers pending.
1494
1495 * process.c: Remove extern declaration of timer_check.
1496
1497 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1498 even if timer_check returned -1.
1499
1500 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1501 xg_dialog_data.
1502 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1503 the event loop.
1504 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1505 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1506 Destroy the dialog after xg_dialog_run.
1507
1508 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1511
1512 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1513
1514 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1515
1516 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1519
1520 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1523 w32menu.c, and nsmenu.m.
1524 Simplify the obsolete case where position is nil.
1525 (cleanup_popup_menu): New function, moved from nsmenu.m.
1526 (struct skp): Remove slot `notreal'.
1527 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1528 adjust callers.
1529 (single_menu_item): Adjust call to parse_menu_item.
1530 (syms_of_menu): Defsubr x-popup-menu.
1531 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1532 (keymap_panes): Don't export any more.
1533 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1534 (xmenu_show): Declare.
1535 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1536 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1537 * keyboard.h (parse_menu_item): Update declaration.
1538 * xmenu.c (Fx_popup_menu): Remove.
1539 (syms_of_xmenu): Don't defsubr x-popup-menu.
1540 * w32menu.c (Fx_popup_menu): Remove.
1541 (syms_of_w32menu): Don't defsubr x-popup-menu.
1542 * nsmenu.m (cleanup_popup_menu): Remove.
1543 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1544 moved to menu.c's Fx_popup_menu.
1545 (Fx_popup_menu): Remove.
1546 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1547 menu_items (it's done in menu.c already).
1548
1549 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1552 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1553
1554 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1557 xmenu_show. Hide any tooltip before opening a menu.
1558 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1559 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1560
1561 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 Let integers use up 2 tags to give them one extra bit and thus double
1564 their range.
1565 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1566 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1567 New macros.
1568 (enum Lisp_Type): Use them. Give explicit values.
1569 (Lisp_Type_Limit): Remove.
1570 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1571 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1572 Pay attention to USE_2_TAGS_FOR_INTS.
1573 (INTEGERP): Use LISP_INT_TAG_P.
1574 * fns.c (internal_equal): Simplify the default case.
1575 (sxhash): Use case_Lisp_Int.
1576 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1577 any more.
1578 (Ftype_of): Use case_Lisp_Int.
1579 (store_symval_forwarding): Take into account the fact that Ints can
1580 now have more than one tag.
1581 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1582 buffer_slot_type_mismatch):
1583 * xfaces.c (face_attr_equal_p):
1584 * print.c (print_object):
1585 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1586 Use case_Lisp_Int.
1587
1588 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1589
1590 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1591
1592 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1593 warning.
1594
1595 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1596
1597 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1598
1599 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1600
1601 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1602 ButtonPressRelease and MotionNotify (bug#4870).
1603
1604 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1605
1606 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1607
1608 * xterm.c (syms_of_xterm):
1609 * xselect.c (syms_of_xselect):
1610 * xmenu.c (syms_of_xmenu):
1611 * xfns.c (syms_of_xfns):
1612 * xfaces.c (syms_of_xfaces):
1613 * xdisp.c (syms_of_xdisp):
1614 * window.c (syms_of_window):
1615 * w32fns.c (syms_of_w32fns):
1616 * undo.c (syms_of_undo):
1617 * textprop.c (syms_of_textprop):
1618 * terminal.c (syms_of_terminal):
1619 * syntax.c (syms_of_syntax):
1620 * sound.c (syms_of_sound):
1621 * search.c (syms_of_search):
1622 * print.c (syms_of_print):
1623 * minibuf.c (syms_of_minibuf):
1624 * macros.c (syms_of_macros):
1625 * keymap.c (syms_of_keymap, initial_define_key)
1626 (initial_define_lispy_key):
1627 * keyboard.c (syms_of_keyboard):
1628 * insdel.c (syms_of_insdel):
1629 * image.c (syms_of_image):
1630 * fringe.c (syms_of_fringe):
1631 * frame.c (syms_of_frame):
1632 * fontset.c (syms_of_fontset):
1633 * fns.c (syms_of_fns):
1634 * fns.c (syms_of_fns):
1635 * fileio.c (syms_of_fileio):
1636 * fileio.c (syms_of_fileio):
1637 * eval.c (syms_of_eval):
1638 * doc.c (syms_of_doc):
1639 * dispnew.c (syms_of_display):
1640 * dired.c (syms_of_dired):
1641 * dbusbind.c (syms_of_dbusbind):
1642 * data.c (syms_of_data):
1643 * composite.c (syms_of_composite):
1644 * coding.c (syms_of_coding):
1645 * cmds.c (syms_of_cmds):
1646 * charset.c (define_charset_internal, syms_of_character):
1647 * ccl.c (syms_of_ccl):
1648 * category.c (syms_of_category, init_category_once):
1649 * casetab.c (syms_of_casetab):
1650 * casefiddle.c (syms_of_casefiddle):
1651 * callint.c (syms_of_callint):
1652 * bytecode.c (syms_of_bytecode):
1653 * buffer.c (keys_of_buffer, syms_of_buffer):
1654 * alloc.c (syms_of_alloc):
1655 * process.c (syms_of_process, init_process):
1656 * lread.c (syms_of_lread, init_obarray):
1657 * font.c (build_style_table):
1658 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1659 intern_c_string, calls to make_pure_string with
1660 make_pure_c_string. Use pure_cons instead of Fcons.
1661
1662 * process.c (socket_options): Make it const.
1663 (set_socket_option, init_process): Use a const pointer.
1664
1665 * lread.c (intern_c_string): New function.
1666 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1667 (defvar_int): Uset it. Make the name const char*.
1668
1669 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1670 (defvar_int): Update prototypes.
1671 (DEFUN, EXFUN): Support for prototypes is now required.
1672 (intern_c_string): New prototype.
1673 (struct Lisp_Subr): Make symbol_name constant.
1674
1675 * font.c (struct table_entry): Remove unused member. Make NAMES
1676 constant.
1677 (weight_table, slant_table, width_table): Make constant.
1678
1679 * emacs.c (struct standard_args): Make name and longname constant.
1680
1681 * character.h (DEFSYM): Use intern_c_string.
1682
1683 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * alloc.c (make_pure_c_string): New function.
1686
1687 * eval.c (Fautoload): Purecopy all arguments.
1688
1689 2009-11-05 Kenichi Handa <handa@m17n.org>
1690
1691 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1692 the buffer in case of replace.
1693
1694 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1695
1696 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1697
1698 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1701 when applicable (bug#4851).
1702
1703 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1704 (P_): Support for prototypes is now required.
1705
1706 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1709 (Bug#4827).
1710
1711 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1712
1713 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1714
1715 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1716
1717 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1718
1719 * lread.c (Fload): Purecopy the file name when building
1720 Vpreloaded_file_list.
1721
1722 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1723
1724 * w32fns.c (syms_of_w32fns): Change default value of
1725 w32-scroll-lock-modifier to nil. (Bug#2827)
1726
1727 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * minibuf.c (Fall_completions): Fix typos in docstring.
1730
1731 2009-10-26 Andreas Schwab <schwab@redhat.com>
1732
1733 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1734
1735 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1738 For delta < 0, skip check that only makes sense when the mini-window
1739 is going to be enlarged. (Bug#4534)
1740
1741 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1744 string in menu maps (Bug#4471).
1745
1746 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1749 FRAME_NS_VIEW on terminal frames (Bug#4765).
1750
1751 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1752
1753 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1754 DBUS_TYPE_UINTnn separately to get proper sign extension.
1755
1756 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1757 can properly handle unsigned types.
1758 (make_uid, make_gid): Remove.
1759
1760 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1761 types again.
1762
1763 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1764 (system_process_attributes): Likewise.
1765
1766 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1769
1770 * eval.c (Fautoload): Purecopy the filename. Simplify.
1771
1772 * category.c (Fdefine_category): Purecopy docstring.
1773
1774 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1775
1776 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1777
1778 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1779
1780 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1783 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1784 (Bug#4775).
1785
1786 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1789 (init_fileio_once):
1790 * lisp.h (init_fileio_once): Remove.
1791 * emacs.c (main): Don't call init_fileio_once.
1792
1793 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1796
1797 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1798
1799 * doprnt.c (doprnt): Fix overflow check.
1800
1801 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1802
1803 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1804
1805 * xterm.h (x_wait_for_event): Declare it.
1806
1807 * xterm.c (pending_event_wait): New variable.
1808 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1809 see pending_event_wait.eventtype.
1810 (handle_one_xevent): Don't change gravity when parent changes.
1811 (x_new_font): Call change_frame_size with new rows/columns before we
1812 try to resize the frame.
1813 (x_wait_for_event): New function.
1814 (x_set_window_size_1): Don't change gravity unless change_gravity
1815 is set.
1816 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1817 don't change frame size, instead wait for the ConfigureNotify.
1818 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1819 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1820 (x_initialize): Initialize pending_event_wait.
1821
1822 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1823 size.
1824
1825 * widget.c (EmacsFrameSetValues): Add comment.
1826 (EmacsFrameSetCharSize): Just call x_set_window_size.
1827
1828 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1829 x_wait_for_event.
1830 (flush_and_sync): Remove again.
1831 (xg_get_font_name): Suggest monospace if no previous font is known.
1832
1833 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1836 8th bit, since that only made sense in the ASCII world (bug#4751).
1837
1838 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1839
1840 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1841 processing pending events when event is filtered for input method.
1842 (Bug#3681)
1843
1844 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * fns.c: Add #endif accidentally removed in previous change.
1847
1848 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * fns.c: Remove code for unsupported system: MAC_OS.
1851 * image.c: Likewise. Include setjmp.h.
1852
1853 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1854
1855 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1856 pixel -1 (bug #4742).
1857
1858 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1859
1860 * process.c (create_pty): Remove conditionals for no longer
1861 supported systems: UNIPLUS and RTU.
1862
1863 * xterm.c:
1864 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1865
1866 * alloc.c: Do not define struct catchtag.
1867 * eval.c: Move struct catchtag definition ...
1868 * lisp.h: ... here.
1869
1870 * image.c: Move png.h #include earlier to avoid warnings.
1871
1872 * xterm.c:
1873 * xsmfns.c:
1874 * xselect.c:
1875 * xrdb.c:
1876 * xmenu.c:
1877 * xftfont.c:
1878 * xfont.c:
1879 * xfns.c:
1880 * xfaces.c:
1881 * xdisp.c:
1882 * window.c:
1883 * widget.c:
1884 * w32xfns.c:
1885 * w32uniscribe.c:
1886 * w32term.c:
1887 * w32select.c:
1888 * w32reg.c:
1889 * w32proc.c:
1890 * w32menu.c:
1891 * w32inevt.c:
1892 * w32heap.c:
1893 * w32font.c:
1894 * w32fns.c:
1895 * w32console.c:
1896 * w32.c:
1897 * w16select.c:
1898 * vm-limit.c:
1899 * unexsol.c:
1900 * unexec.c:
1901 * unexcw.c:
1902 * unexaix.c:
1903 * undo.c:
1904 * tparam.c:
1905 * textprop.c:
1906 * terminfo.c:
1907 * terminal.c:
1908 * termcap.c:
1909 * term.c:
1910 * syntax.c:
1911 * sound.c:
1912 * sheap.c:
1913 * search.c:
1914 * scroll.c:
1915 * region-cache.c:
1916 * regex.c:
1917 * ralloc.c:
1918 * process.c:
1919 * print.c:
1920 * nsterm.m:
1921 * nsselect.m:
1922 * nsmenu.m:
1923 * nsimage.m:
1924 * nsfont.m:
1925 * nsfns.m:
1926 * msdos.c:
1927 * minibuf.c:
1928 * menu.c:
1929 * marker.c:
1930 * macros.c:
1931 * keymap.c:
1932 * keyboard.c:
1933 * intervals.c:
1934 * insdel.c:
1935 * indent.c:
1936 * gtkutil.c:
1937 * ftxfont.c:
1938 * ftfont.c:
1939 * fringe.c:
1940 * frame.c:
1941 * fontset.c:
1942 * font.c:
1943 * fns.c:
1944 * floatfns.c:
1945 * filelock.c:
1946 * fileio.c:
1947 * emacs.c:
1948 * editfns.c:
1949 * dosfns.c:
1950 * doprnt.c:
1951 * doc.c:
1952 * dispnew.c:
1953 * dired.c:
1954 * dbusbind.c:
1955 * data.c:
1956 * composite.c:
1957 * coding.c:
1958 * cmds.c:
1959 * cm.c:
1960 * chartab.c:
1961 * charset.c:
1962 * character.c:
1963 * ccl.c:
1964 * category.c:
1965 * casetab.c:
1966 * casefiddle.c:
1967 * callproc.c:
1968 * callint.c:
1969 * bytecode.c:
1970 * buffer.c:
1971 * atimer.c: Include setjmp.h. (Bug#4643)
1972
1973 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 Remove leftover table unibyte_to_multibyte_table.
1976 * character.c (unibyte_to_multibyte_table): Remove.
1977 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1978 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1979 * character.h (UNIBYTE_TO_CHAR): New macro.
1980 (MAKE_CHAR_MULTIBYTE): Use it.
1981 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1982 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1983 (message_dolog, set_message_1):
1984 * search.c (Freplace_match):
1985 * editfns.c (Fcompare_buffer_substrings):
1986 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1987 (concat):
1988 * insdel.c (copy_text, count_size_as_multibyte):
1989 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1990 * term.c (produce_glyphs):
1991 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1992 * regex.c (RE_CHAR_TO_MULTIBYTE):
1993 * cmds.c (internal_self_insert):
1994 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1995
1996 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1997
1998 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2001
2002 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2005
2006 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2007
2008 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2009 still needed under Tiger.
2010
2011 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2012
2013 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2014 __Apple__.
2015
2016 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2017
2018 2009-10-15 Kenichi Handa <handa@m17n.org>
2019
2020 * print.c (print_object): Escape a symbol like "2E10" too.
2021
2022 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2023
2024 Cleanups and changes for 64-bit compile under Snow Leopard.
2025 Based on suggestions by Erik Charlebois.
2026
2027 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2028
2029 * nsfont.m (ns_char_width): Replace deprecated call.
2030 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2031 cast argument.
2032 (nsfont_open): Use ns_char_width() everywhere.
2033 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2034
2035 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2036
2037 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2038 where appropriate.
2039
2040 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2041 where appropriate.
2042 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2043 Use stringWithUTF8String.
2044 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2045
2046 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2047 Add formal protocol mention to inheritance.
2048 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2049
2050 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2051 Fix printf format.
2052 (ns_query_color): Use CGFloat where appropriate.
2053 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2054 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2055 argument.
2056
2057 * config.in (NS_HAVE_NSINTEGER): Drop.
2058
2059 * dbusbind.c (dbus-method-return-internal)
2060 (dbus-method-error-internal): Use long format in printf, and cast
2061 argument.
2062
2063 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2064 in printf, and cast argument.
2065
2066 * process.c (list_processes_1): Use long format in printf, and
2067 cast argument.
2068
2069 2009-10-11 Glenn Morris <rgm@gnu.org>
2070
2071 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2072
2073 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2074
2075 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2076 menu bar with a small width so it doesn't enlarge the frame.
2077
2078 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2081
2082 2009-10-06 Glenn Morris <rgm@gnu.org>
2083
2084 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2085 SOME_MACHINE_LISP (this enters indirectly via DOC).
2086
2087 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2088
2089 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2090
2091 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2092
2093 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2094 Doc fix.
2095
2096 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2097
2098 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2099
2100 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2103 used anymore outside fileio.c.
2104
2105 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2106
2107 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2108
2109 * lisp.h (Qdelete_directory_internal):
2110 Declare, instead of Qdelete_directory.
2111
2112 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2113
2114 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2117
2118 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2119
2120 * fileio.c (Fdelete_directory_internal): Rename from
2121 Fdelete_directory. It is not a command anymore. It has no file
2122 name handler.
2123
2124 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * xdisp.c (get_next_display_element): Use an enum in last change.
2127
2128 2009-09-28 Kenichi Handa <handa@m17n.org>
2129
2130 * xdisp.c (get_next_display_element): Pay attention to
2131 unibyte_display_via_language_environment in handling
2132 Vnobreak_char_display.
2133
2134 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2135
2136 * nsterm.h (ns_app_name): New extern variable.
2137
2138 * nsterm.m (ns_app_name): New variable.
2139 (ns_term_init): Set and use it.
2140 (ns_term_shutdown): Use it.
2141
2142 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2143 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2144
2145 * nsfns.m (ns_set_name_iconic, ns_set_name)
2146 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2147 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2148
2149 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2150 Remove double-casting in client_data comparison.
2151
2152 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2153
2154 * keyboard.c (make_lispy_event): Remember last wheel direction.
2155 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2156
2157 2009-09-26 Glenn Morris <rgm@gnu.org>
2158
2159 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2160 internal.elc. Add term/pc-win.elc.
2161 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2162 term/x-win.elc.
2163 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2164 term/w32-win.elc.
2165 (NS_SUPPORT): New.
2166 (lisp): Add NS_SUPPORT.
2167 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2168
2169 2009-09-25 David Reitter <david.reitter@gmail.com>
2170
2171 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2172 on Mac OS X 10.6+ (bug#4513).
2173
2174 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2177 some parts of Emacs code (like font selection) don't grok them.
2178 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2179
2180 2009-09-24 Andreas Schwab <schwab@redhat.com>
2181
2182 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2183
2184 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * dired.c (Fdirectory_files): Fix typo in docstring.
2187
2188 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2189
2190 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2191 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2192 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2193 under GNUstep.
2194 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2195
2196 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2197 glyph advancement.
2198
2199 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2200
2201 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2202 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2203
2204 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2205 deleted (bug #4492).
2206
2207 * nsfont.m (Vns_reg_to_script): New lisp variable.
2208 (syms_of_nsfont): Declare it.
2209 (ns_registry_to_script): New function.
2210 (ns_get_req_script): Call it.
2211 (ns_findfonts): Don't give up on non-unicode registry.
2212
2213 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2214
2215 2009-09-20 Tom Tromey <tromey@redhat.com>
2216
2217 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2218 batch mode (bug#4228).
2219
2220 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2221
2222 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2223 carefully. (Bug #4339)
2224
2225 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2228
2229 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2230
2231 * emacs.c (inhibit_x_resources): Update doc string for NS.
2232 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2233 legacy code for -NXHost. Fix error printf in daemon case.
2234
2235 * nsterm.h (ns_no_defaults): Remove.
2236
2237 * nsterm.m (ns_no_defaults): Remove.
2238 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2239 (ns_use_qd_smoothing): Remove legacy variable.
2240 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2241 don't update the NSWindow itself.
2242 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2243 state detection and store user rect ourselves. (Bug #3581)
2244
2245 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2246 ns_use_qd_smoothing.
2247
2248 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2249 platform versions. Drop support for emacs-20-style face specs.
2250 (x-close-connection): Drop PSFlush() under OS X.
2251 (x-focus-frame): Activate the app first. (Bug #4180)
2252
2253 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * emacs.c (inhibit_x_resources): New variable.
2256 (main) [HAVE_NS]: Don't process --quick command line option.
2257 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2258
2259 * lisp.h (inhibit_x_resources): Declare it extern.
2260
2261 * w32reg.c (x_get_string_resource):
2262 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2263
2264 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2265
2266 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2267 Add lisp/term/internal.elc.
2268
2269 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2272 (bug#4461).
2273
2274 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2275
2276 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2277
2278 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2279 (OBJECTS_MACHINE): Remove, unused.
2280
2281 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * frame.c (x_get_resource_string): Remove unused.
2284
2285 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2286
2287 * xterm.c (x_new_font): Call change_frame_size before calling
2288 x_set_window_size, in case frame size won't change.
2289
2290 * frame.c (x_set_font): Remove dead code.
2291
2292 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2295
2296 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * lread.c (Fload): Don't output a message after loading an obsolete
2299 package any more (done in Lisp now).
2300
2301 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2304
2305 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * keymap.c (Fwhere_is_internal): Use nconc2.
2308
2309 2009-09-11 Alan Mackenzie <acm@muc.de>
2310
2311 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2312 batch mode.
2313
2314 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2315
2316 * xdisp.c (display_mode_element): Detect cycles.
2317
2318 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * keymap.c (where_is_internal): Don't erroneously return nil right after
2321 filling the cache.
2322 (where_is_internal_1): Fix up typo.
2323
2324 2009-09-11 Glenn Morris <rgm@gnu.org>
2325
2326 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2327 share a common doc-string.
2328
2329 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2332 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2333
2334 * keymap.c (QCadvertised_binding): New constant.
2335 (syms_of_keymap): Initialize it.
2336 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2337 if applicable.
2338
2339 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2342 (parse_menu_item): Streamline since bindings are recomputed all the
2343 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2344 more and don't support lmenu's menu-alias any more either.
2345
2346 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2347 (where_is_internal): Strip it down to only traverse the keymaps.
2348 Move the cache handling from Fwhere_is_internal to here.
2349 (Fwhere_is_internal): Move the handling of remapping and the choice of
2350 the best binding from where_is_internal to here.
2351 Unify the cached/noncached paths, so remapping is also handled
2352 correctly when the cache is used, and so the cache can be used to
2353 speed up remap-handling when applicable.
2354 Give preference to non-remapped bindings.
2355 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2356 non-remapped bindings.
2357 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2358 command remapping.
2359
2360 * xdisp.c (display_mode_element): Move list length limit from 50 to
2361 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2362
2363 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2364
2365 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2366
2367 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2370 (Bug#4334)
2371
2372 * keymap.c (where_is_internal): Filter out shadowed remappings.
2373 Assume that where_is_internal returns unshadowed bindings to simplify
2374 the code and get rid of the gotos. Use ASIZE.
2375
2376 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2377
2378 * xterm.c (x_focus_changed): If we get a focusout and pointer
2379 is invisible, make it visible.
2380
2381 * xterm.h: Remove condition for declaration of
2382 x_*_window_to_frame.
2383
2384 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2387 initial terminal as well.
2388
2389 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2390
2391 * xterm.h: Rename x_non_menubar_window_to_frame to
2392 x_menubar_window_to_frame.
2393
2394 * xterm.c: Remove declarations also in xterm.h
2395 (XTmouse_position): Do not return valid positions
2396 for clicks in the menubar and the toolbar for Gtk+.
2397
2398 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2399 if the widget for the event has the same top level as a frame,
2400 return the frame.
2401 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2402 internal windows, bug #4122.
2403 (x_non_menubar_window_to_frame): Remove.
2404
2405 2009-09-02 Glenn Morris <rgm@gnu.org>
2406
2407 * buffer.c (default-major-mode): Move most of the doc from here...
2408 (major-mode): ... to here.
2409
2410 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2411
2412 * process.c (wait_reading_process_output): Keep the descriptor
2413 when pty is used by a non-child process, e.g., in I/O buffer of
2414 GDB this allows inferior to be restarted.
2415
2416 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2417
2418 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2419 both branches into one.
2420
2421 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2424 (main): Use enable-multibyte-characters rather than
2425 default-enable-multibyte-characters. Output a warning message when
2426 running a unibyte session.
2427
2428 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2429
2430 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2431 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2432 (copy_data_segment): Also copy __program_vars section.
2433 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2434 (dump_it) [LC_DYLD_INFO]: Use it.
2435
2436 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2437
2438 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2439
2440 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2441 $(SRC)/buildobj.h.
2442 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2443 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2444 $(SRC)/buildobj.h.
2445 (clean): Add buildobj.h.
2446
2447 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2448
2449 * print.c (print_object): Set escapeflag to 1 when printing
2450 hashtable keys and values.
2451
2452 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * lread.c (read_integer): Use doubles (and potentially return a float
2455 number) as we do in string-to-number.
2456 (read1): Use strtol to read integers, signal errors on strtol's
2457 overflow and use floats if strtol's output is too large for
2458 Elisp integers.
2459
2460 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2461
2462 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2463 (make-buildobj-SH): Fix last change.
2464 (SRC): Move to before where it's first used.
2465
2466 2009-08-27 Kenichi Handa <handa@m17n.org>
2467
2468 * process.c (send_process): Use encode_coding_object instead of
2469 encode_coding_string to perform eol-conversion even if the string
2470 is unibyte.
2471
2472 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2473 character.
2474
2475 * cmds.c (Fself_insert_command): Avoid unnecessay
2476 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2477
2478 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2479
2480 * callproc.c (Fcall_process): Remove always true #if.
2481
2482 * lisp.h: Replace #if 0 code for checking with text pointing to
2483 the --enable-checking configure flag.
2484
2485 * emacs.c (main): Mention the --enable-profiling configure flag
2486 instead of using CFLAGS.
2487
2488 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2489
2490 * Makefile.in (buildobj.h): New target.
2491 (doc.o): Depend on it.
2492 (temacs${EXEEXT}): Don't generate buildobj.lst.
2493 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2494 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2495 ($(BLD)/doc.$(O)): Depend on it.
2496 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2497 provided by Eli Zaretskii.)
2498 ($(TEMACS)): Don't generate buildobj.lst.
2499 * doc.c: Include buildobj.h.
2500 (buildobj): New static variable.
2501 (Fsnarf_documentation): Use it, instead of opening and reading
2502 buildobj.lst.
2503
2504 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * dbusbind.c (Fdbus_call_method)
2507 (Fdbus_call_method_asynchronously): Use English numeric format for
2508 timeout values in doc string.
2509
2510 2009-08-25 Kenichi Handa <handa@m17n.org>
2511
2512 * alloc.c (mark_char_table): New function.
2513 (mark_object): Use mark_char_table for a char-table.
2514
2515 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2516 (CHAR_TABLE_REF): Use it.
2517
2518 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2519
2520 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2521 before invoking the newly build emacs to check for load-path
2522 shadowing.
2523
2524 2009-08-22 Glenn Morris <rgm@gnu.org>
2525
2526 * Makefile.in (bootstrap_exe): New variable.
2527 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2528 Use ${bootstrap_exe}.
2529
2530 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2531
2532 * coding.h (encode_coding_string): Don't encode unibyte strings.
2533 (Bug#4047)
2534
2535 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2536
2537 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2538
2539 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2540 intended as hotfix only.
2541 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2542
2543 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2544
2545 * nsterm.m (ns_get_color): Update documentation properly for last
2546 change, and clean up loose ends in the code left by it. Fix
2547 longstanding bug with 16-bit hex parsing, and add support for
2548 yet another X11 format (rgb:r/g/b) for compatibility.
2549 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2550 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2551
2552 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2555
2556 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2557
2558 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2559 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2560 (xd_initialize, xd_pending_messages): Check, whether
2561 $DBUS_SESSION_BUS_ADDRESS is set.
2562
2563 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2564
2565 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2566
2567 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2568
2569 2009-08-20 Glenn Morris <rgm@gnu.org>
2570
2571 * emacs.c (system-type): Doc fix.
2572
2573 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2576 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2577
2578 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2581 New functions.
2582 (xd_initialize): Revert change from 2009-08-16.
2583
2584 2009-08-18 Kenichi Handa <handa@m17n.org>
2585
2586 * fontset.c (Ffontset_font): If a nil element is found in a
2587 font-group vector, return nil.
2588
2589 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * process.c (status_notify): Don't perform redisplay.
2592 (Fdelete_process, list_processes_1, process_send_signal):
2593 Expliticly perform redisplay.
2594 (wait_reading_process_output): Always check process status, but
2595 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2596
2597 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2598
2599 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2600 (XFLOAT_INIT): New macro for storing a float value.
2601 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2602 * fns.c (sxhash): Copy out the value of a float in order to
2603 examine its bytes.
2604 * dbusbind.c (xd_append_arg): Likewise.
2605
2606 * emacs.c (main): Don't call syms_of_data twice.
2607
2608 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * dbusbind.c (xd_initialize): Add connection file descriptor to
2611 input_wait_mask, in order to let select() detect, whether a new
2612 message has been arrived.
2613 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2614
2615 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2616
2617 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2618 New functions.
2619
2620 * lisp.h (xd_pending_messages): Declare.
2621
2622 * keyboard.c (readable_events): Call xd_pending_messages.
2623
2624 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2627
2628 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2629
2630 * buffer.c (set_buffer_internal_1)
2631 (swap_out_buffer_local_variables): Check for unbound local
2632 variables (Bug#4138).
2633
2634 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2635
2636 * process.c (create_pty): Fix last change.
2637
2638 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2641 (xbm_load_image): Caller changed.
2642 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2643
2644 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2645
2646 * process.c (create_pty): New function.
2647 (Fstart_process): Use it to allow Emacs to just associate a pty
2648 with the buffer. See associated change in gdb-mi.el.
2649 (list_processes_1): Deal with no program name.
2650 (start_process_unwind): Use pid == -2 to mean no process.
2651
2652 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * cmds.c (nonundocount): New global variable.
2655 (keys_of_cmds): Initialize it.
2656 (Fself_insert_command): Use it to combine upto 20 sequential chars
2657 into a single undo entry, just like the Qself_insert_command code in
2658 keyboard.c does.
2659 Call frame_make_pointer_invisible, also like the Qself_insert_command
2660 code in keyboard.c does.
2661 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2662 than its own local replacement for it.
2663
2664 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2665
2666 * fns.c (concat): Don't re-set string length to its current value.
2667
2668 * coding.h (decode_coding_string, encode_coding_string):
2669 Use SBYTES macro.
2670
2671 * doprnt.c (doprnt_lisp): Delete unused function.
2672 (doprnt): Merge with doprnt1, discarding lispstrings code.
2673 * lisp.h (doprnt_lisp): Don't declare.
2674
2675 2009-08-07 Juri Linkov <juri@jurta.org>
2676
2677 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2678
2679 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * print.c (syms_of_print): Undo previous change.
2682
2683 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2684
2685 * lread.c (read1, syms_of_lread): Read hashtables back from the
2686 readable format.
2687
2688 * print.c (print_preprocess, print_object): Print hashtables fully
2689 and readably.
2690 (syms_of_print): Provide 'hashtable-print-readable.
2691
2692 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2693
2694 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2695 no family set.
2696 (nsfont_open): Handle case when entity has no family.
2697
2698 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2699
2700 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2701 element, not a list, for match case.
2702
2703 2009-07-28 Kenichi Handa <handa@m17n.org>
2704
2705 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2706 rigidly.
2707
2708 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2709 font_parse_xlfd. Check font properties more rigidly.
2710
2711 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2714 bsd-common.h.
2715
2716 2009-07-27 Kenichi Handa <handa@m17n.org>
2717
2718 * xfaces.c (face_with_height): Call font_clear_prop.
2719
2720 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2723
2724 * xterm.c (x_term_init): Use Qx.
2725
2726 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2727
2728 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2729 (ns_get_color): Revert 2009-07-16 change.
2730
2731 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2732
2733 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2734 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2735
2736 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2737
2738 * coding.h (decode_coding_string, encode_coding_string):
2739 Use SCHARS macro.
2740
2741 * lread.c: Rewrite 2009-07-21 changes.
2742 (load_depth): Delete.
2743 (Qload_in_progress): New variable.
2744 (load_unwind): Don't reference load_depth or load_in_progress.
2745 (Fload): Likewise; specbind Qload_in_progress instead.
2746 (init_lread): Don't initialize load_depth.
2747 (syms_of_lread): Initialize and protect Qload_in_progress.
2748
2749 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2750
2751 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2752
2753 2009-07-23 Yavor Doganov <yavor@gnu.org>
2754
2755 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2756
2757 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2758
2759 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2760 Bugs 3792, 3720, 2402.
2761 (ns_lookup_indexed_color): Check for bad index.
2762 (ns_index_color): Init unused slot to 0.
2763 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2764 Bug 3714, possibly 3082.
2765
2766 2009-07-22 Jason Rumney <jasonr@gnu.org>
2767
2768 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2769 Position IME window at cursor (Bug#2570).
2770 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2771 (globals_of_w32fns): Dynamically load functions required above.
2772
2773 * w32term.c (w32_draw_window_cursor): Send message to reposition
2774 any IME window.
2775
2776 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * fileio.c: Revert 2009-07-16 changes.
2779 (Vauto_save_include_big_deletions): New variable.
2780 (Fdo_auto_save): Disable auto-save only if
2781 auto-save-include-big-deletions is nil.
2782
2783 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2786 the overflowed pixels into account (Bug#3879).
2787
2788 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2789
2790 * lread.c (load_depth): New variable.
2791 (Fload, load_unwind, init_lread): Set it to the load recursion
2792 depth; set load_in_progress as a simple boolean based on the
2793 current load_depth. (Bug#3892)
2794
2795 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2796
2797 * nsfont.m (ns_has_attribute): Remove.
2798 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2799
2800 2009-07-18 Juri Linkov <juri@jurta.org>
2801
2802 * process.c (Fset_process_query_on_exit_flag): Mention killing
2803 a buffer in docstring.
2804
2805 2009-07-17 Kenichi Handa <handa@m17n.org>
2806
2807 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2808
2809 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2810
2811 * nsfns.m (Fns_set_alpha): Remove function.
2812 (syms_of_nsfns): Don't defsubr it.
2813
2814 * nsterm.m (ns_get_color): Remove incompatible color formats.
2815 (ns_color_to_lisp): Generate #rrggbb color format string.
2816
2817 2009-07-16 Richard Stallman <rms@gnu.org>
2818
2819 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2820 (Fset_buffer_auto_saved): Handle save_length = -2.
2821
2822 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * xterm.c (Qx_gtk_map_stock): New var.
2825
2826 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2827 of calling intern each time.
2828
2829 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2830
2831 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2832 does tiling.
2833
2834 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2835
2836 2009-07-14 Kenichi Handa <handa@m17n.org>
2837
2838 * font.c (font_vconcat_entity_vectors): New function.
2839 (struct font_sort_data): New member font_driver_preference.
2840 (font_compare): Check font_driver_preference.
2841 (font_sort_entities): The format of the first argument changed.
2842 (font_delete_unmatched): Likewise.
2843 (font_list_entities): The return type changed.
2844 (font_select_entity): The format of the second argument changed.
2845 (font_find_for_lface): Adjuste for the above changes.
2846 Don't suppress the checking of C even if the repertory supports it.
2847 (Flist_fonts): Adjust for the above changes.
2848
2849 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2850 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2851 Reject a font who has adstyle property that is different from a
2852 langname derived from registry property.
2853 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2854
2855 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2856
2857 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2858 local copy of dirfilename.
2859
2860 2009-07-13 Kenichi Handa <handa@m17n.org>
2861
2862 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2863 against max_char.
2864
2865 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2866 calling XSYMBOL (sym).
2867
2868 2009-07-11 Eli Zaretskii <eliz@gnu.org>
2869
2870 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2871 New function.
2872 (directory_files_internal) [WINDOWSNT]:
2873 Bind w32-get-true-file-attributes to either t or nil, depending whether
2874 the filesystem of the directory is fast or slow.
2875
2876 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2877 file name.
2878 (is_slow_fs): New function.
2879 (stat): Use it to determine whether to issue more system calls to
2880 get accurate file attributes, when w32-get-true-file-attributes is
2881 `local'.
2882
2883 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2884
2885 * xfns.c (Fx_select_font): Remember last font selected in
2886 x_last_font_name and use that the next time. Also try the frame
2887 parameter font-parameter as default to the font dialog.
2888
2889 2009-07-10 Kenichi Handa <handa@m17n.org>
2890
2891 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2892
2893 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2894
2895 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2896
2897 * w32.c (stat): Treat UNC file names as residing on remote
2898 drives. (Bug#3542)
2899
2900 2009-07-09 Kenichi Handa <handa@m17n.org>
2901
2902 * fontset.c (fontset_find_font): Fix previous change.
2903
2904 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2907 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2908 error flag.
2909
2910 2009-07-08 Kenichi Handa <handa@m17n.org>
2911
2912 * fontset.c (fontset_find_font): Fix the logic of handling
2913 charset_matched.
2914 (font_for_char): Delete unused var.
2915 (generate_ascii_font_name): Delete it.
2916
2917 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2918
2919 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2920 (encode_coding_sjis): Fix the code range check.
2921
2922 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2925 (Fexpand_file_name): Copy string data properly (Bug#3772).
2926
2927 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2928
2929 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2930 first MapNotify.
2931
2932 2009-07-07 Kenichi Handa <handa@m17n.org>
2933
2934 * character.h (unibyte_has_multibyte_table): Delete extern.
2935 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2936
2937 * charset.c (Fset_charset_priority): Update charset_unibyte.
2938 (syms_of_charset): Initialize charset_unibyte.
2939
2940 * character.c (unibyte_has_multibyte_table): Delete it.
2941 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2942 charset_unibyte.
2943 (multibyte_char_to_unibyte_safe): Likewise.
2944 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2945
2946 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2947 (x_produce_glyphs): Likewise.
2948
2949 * .gdbinit (xcharset): Fix the treating $arg0.
2950
2951 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2952
2953 Emulation of `getloadavg' on MS-Windows.
2954 * w32.c: Include float.h
2955 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2956 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2957 (get_native_system_info, get_system_times): New functions.
2958 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2959 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2960 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2961 g_b_init_get_system_times, and num_of_processors.
2962
2963 2009-07-03 Jason Rumney <jasonr@gnu.org>
2964
2965 * w32term.c (w32_initialize): Use standard types.
2966
2967 2009-07-03 Eli Zaretskii <eliz@gnu.org>
2968
2969 * dired.c (Ffile_attributes): Decode user and group names by the
2970 locale's encoding. (Bug#3443)
2971
2972 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2973
2974 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2975 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2976
2977 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2978
2979 * term.c (init_tty): Remove spurious #ifdef.
2980
2981 * m/mips.h: Mention this file is also used for netbsd.
2982 * m/pmax.h: Remove file.
2983
2984 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2985
2986 * xterm.h (struct x_display_info): Add invisible_cursor.
2987 (struct x_output): Add current_cursor.
2988
2989 * xterm.c (XTtoggle_invisible_pointer): New function.
2990 (x_define_frame_cursor): Don't define cursor if invisible or the
2991 same as before. Set current_cursor.
2992 (x_create_terminal): Set toggle_invisible_pointer_hook.
2993
2994 * xfns.c (make_invisible_cursor): New function.
2995 (x_set_mouse_color): Call make_invisible_cursor.
2996 Set current_cursor.
2997 (x_window): Set current_cursor.
2998
2999 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3000
3001 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3002 inserting a character.
3003 (read_avail_input): Call frame_make_pointer_visible.
3004
3005 * frame.c (Vmake_pointer_invisible): New variable.
3006 (frame_make_pointer_invisible, frame_make_pointer_visible):
3007 New functions.
3008 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3009
3010 * frame.h: Declare frame_make_pointer_invisible and
3011 frame_make_pointer_visible.
3012 (struct frame): Add pointer_invisible.
3013
3014 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3015
3016 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3017 frame isn't visible.
3018 (xg_frame_resized): If width/height is -1, get size of window
3019 from X server.
3020
3021 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3022 for MapNotify.
3023
3024 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3025 here or call change_frame_size. Just call flush_and_sync.
3026 (flush_and_sync): Reintroduce.
3027
3028 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3029
3030 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3031
3032 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3033 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3034
3035 * frame.h: Declare Qsticky.
3036
3037 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3038
3039 * nsfns.m (ns_frame_parm_handlers): Ditto.
3040
3041 * frame.c: Declare Qsticky.
3042 (frame_parms): Add sticky.
3043
3044 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3045
3046 * xterm.h: Declare x_set_sticky.
3047
3048 * xterm.c (x_set_sticky): New function.
3049
3050 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3051 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3052 xg_tool_bar_proxy_help_callback.
3053
3054 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3055
3056 * frame.c: Qmaximized is new.
3057 (x_set_frame_parameters): Do not handle fullscreen specially.
3058 Only set width and height if explicitly set.
3059 (x_set_fullscreen): Handle Qmaximized.
3060 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3061 (syms_of_frame): Initialize Qmaximized.
3062
3063 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3064 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3065
3066 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3067 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3068 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3069 set gravity to NorthWestGravity when USE_GTK.
3070 (set_wm_state): New function.
3071 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3072 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3073 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3074 or the case when no window manager is running. That means remove calls
3075 to x_real_positions and x_fullscreen_adjust.
3076
3077 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3078 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3079 flush_and_sync.
3080 (xg_height_changed): New function.
3081 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3082 and gtk_window_set_policy. Set frame gravity after parsing the
3083 geometry string.
3084 (xg_update_frame_menubar, free_frame_menubar)
3085 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3086 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3087 Remove calls to xg_frame_set_char_size.
3088
3089 2009-07-01 Kenichi Handa <handa@m17n.org>
3090
3091 * keyboard.c (decode_keyboard_code): New function.
3092 (tty_read_avail_input): Decode the input bytes if necessary.
3093
3094 * coding.c (setup_coding_system):
3095 Initialize coding->carryover_bytes to 0.
3096 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3097 use Qno_conversion.
3098
3099 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3100
3101 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3102
3103 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3106
3107 2009-06-30 Jason Rumney <jasonr@gnu.org>
3108
3109 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3110 is already loaded.
3111 Set user model ID if supported (bug#1849).
3112
3113 2009-06-29 Jim Meyering <meyering@redhat.com>
3114
3115 Remove useless if-before-xfree test.
3116 * nsfont.m (nsfont_close): Remove useless test.
3117 * term.c (delete_tty): Likewise.
3118 * w32.c (system_process_attributes): Likewise.
3119 * w32font.c (w32font_close): Likewise.
3120 * xfaces.c (x_free_gc): Likewise.
3121 * xselect.c (buffer): Likewise.
3122
3123 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3124
3125 * process.c (send_process): Keep decoded string in a local
3126 variable and protect it from GC. (Bug#3521)
3127
3128 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3129
3130 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3131 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3132
3133 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * xdisp.c (start_display, handle_face_prop)
3136 (move_it_vertically_backward, cursor_row_fully_visible_p)
3137 (redisplay_window, try_window_id, produce_image_glyph):
3138 Delete some #ifdef-ed out code chunks that are now obsolete.
3139
3140 * xterm.c (x_update_window_begin, x_new_focus_frame)
3141 (x_scroll_bar_handle_click, handle_one_xevent)
3142 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3143 (x_make_frame_visible, x_make_frame_invisible)
3144 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3145 code chunks that are now obsolete.
3146
3147 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3148
3149 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3150 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3151 for hours, when optimzation is enabled.
3152 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3153 (xd_read_message): Make them static.
3154
3155 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3156
3157 * term.c (turn_on_face): Allow simultaneously bold and dim
3158 terminal faces (Bug#3530).
3159
3160 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3163
3164 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3165 truncation glyphs (Bug#3686).
3166
3167 2009-06-27 Glenn Morris <rgm@gnu.org>
3168
3169 * m/pmax.h: Restore file, with only netbsd portions.
3170
3171 2009-06-26 David Reitter <david.reitter@gmail.com>
3172
3173 * nsterm.m (keydown): Avoid infinite loop.
3174
3175 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3176
3177 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3178 the arg FORCE_SYMBOL.
3179
3180 2009-06-25 Kenichi Handa <handa@m17n.org>
3181
3182 * fontset.c (fontset_find_font): When a usable rfont_def is found
3183 in a fallback font-group, make it the first element of the group.
3184
3185 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3188
3189 2009-06-24 Kenichi Handa <handa@m17n.org>
3190
3191 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3192 set for C.
3193 (fontset_font): Record the availability of a font for C both in
3194 the realized fontsets of the current one and the default one.
3195
3196 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3199 conditional, it is always defined on AIX.
3200
3201 2009-06-23 Miles Bader <miles@gnu.org>
3202
3203 * window.c (Vrecenter_redisplay): New variable.
3204 (syms_of_window): Initialize it.
3205 (Qtty): New extern declaration.
3206 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3207
3208 2009-06-23 Jim Meyering <meyering@redhat.com>
3209
3210 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3211 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3212 pointer dereferences are guaranteed to be valid.
3213
3214 2009-06-23 Kenichi Handa <handa@m17n.org>
3215
3216 * emacs.c (main): Call init_font ().
3217
3218 * font.h (Vfont_log): Extern it.
3219 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3220
3221 * font.c (font_sort_entities, font_list_entities)
3222 (font_matching_entity, font_open_entity)
3223 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3224 (Vfont_log): Delete static.
3225 (font_log_env_checked): Delete this variable.
3226 (font_add_log): Don't check font_log_env_checked.
3227 (font_deferred_log): Check Vfont_log.
3228 (init_font): New function.
3229
3230 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3231
3232 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3233
3234 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3235
3236 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3237
3238 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3239 (face_for_char): Don't call font_deferred_log here.
3240 (font_for_char): Likewise.
3241
3242 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3245 rather than its background_width for drawing the overline and
3246 underline (Bug#489).
3247
3248 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3249 rather than its background_width for drawing the overline and
3250 underline (Bug#489).
3251 (xg_default_icon_file): New variable.
3252 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3253 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3254
3255 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3256 (load_overlay_strings): Remove externs.
3257 (fast_find_position): Function deleted.
3258 (mouse_face_from_buffer_pos): New function, based on
3259 fast_find_position. Correctly handle before-strings,
3260 display-strings, and after-strings (Bug#1220).
3261 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3262
3263 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3266 (move_it_in_display_line_to, move_it_in_display_line_to)
3267 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3268
3269 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * Branch for 23.1.
3272
3273 2009-06-21 Jason Rumney <jasonr@gnu.org>
3274
3275 * w32term.c (keyboard_codepage): New static variable.
3276 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3277 (w32_read_socket) [WM_CHAR]: Use it to decode character
3278 input (bug#3237).
3279 (w32_initialize): Initialize it.
3280 (codepage_for_locale): New function.
3281
3282 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3283
3284 * process.c (status_message): Pass Faset index argument as a lisp
3285 object, so as to work with USE_LISP_UNION_TYPE.
3286
3287 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3288
3289 * coding.c (Ffind_coding_systems_region_internal):
3290 Cache checked characters.
3291
3292 2009-06-18 Kenichi Handa <handa@m17n.org>
3293
3294 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3295
3296 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3297
3298 * xdisp.c (redisplay_internal): Check that the frame is still
3299 live after redisplay of its windows.
3300 (redisplay_windows): Check that the window is still live.
3301
3302 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3303
3304 * coding.c (detect_coding_utf_16): Fix previous change.
3305
3306 2009-06-16 Kenichi Handa <handa@m17n.org>
3307
3308 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3309 UTF-16 by checking the dispersion of Eth and Oth bytes.
3310
3311 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3312
3313 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3314
3315 2009-06-15 Kenichi Handa <handa@m17n.org>
3316
3317 * process.c (status_message): Fix previous change. Be sure to
3318 decode a localized string.
3319
3320 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3321
3322 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3323 add comment explaining why.
3324
3325 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3326
3327 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3328
3329 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3330
3331 * nsfont.m (ns_attribute_value): Remove.
3332 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3333 (ns_has_attribute): Shrink the normal range.
3334 (ns_findfonts): Don't worry about requested spec in determining
3335 need for synthItal.
3336 (ns_get_covering_families): Retain scriptToFamilies.
3337
3338 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3339
3340 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3341
3342 2009-06-11 Kenichi Handa <handa@m17n.org>
3343
3344 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3345 overhang for the static composition case.
3346
3347 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3348
3349 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3350 overhang for the automatic composition case.
3351
3352 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3353 composition case.
3354
3355 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * xdisp.c (get_next_display_element): When handling wrap-prefix
3358 and line-prefix, treat \n as a control character (bug#3502).
3359
3360 2009-06-10 Kenichi Handa <handa@m17n.org>
3361
3362 * font.c (font_parse_family_registry): Fix for one-char foundry.
3363 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3364
3365 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3366
3367 * process.c (status_message): Fix handling of multibyte signal
3368 string (Bug#3499).
3369
3370 2009-06-09 Jim Meyering <meyering@redhat.com>
3371
3372 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3373 color name is missing.
3374
3375 2009-06-09 Kenichi Handa <handa@m17n.org>
3376
3377 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3378 FROM-CODE and TO-CODE are codepoints of CHARSET.
3379
3380 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3381
3382 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3383
3384 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3385
3386 Changes to support :script/:lang/:otf in NS font driver.
3387 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3388 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3389 indicate not part of font driver interface, and change callers.
3390 (ns_get_family): Remove pointless null check.
3391 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3392 ns_spec_to_descriptor, ns_descriptor_to_entity.
3393 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3394 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3395 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3396 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3397 (ns_get_req_script, ns_accumulate_script_ranges)
3398 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3399 New functions.
3400 (nsfont_list, nsfont_match): Use ns_findfonts.
3401 (nsfont_open): Use font descriptor instead of traits.
3402 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3403 (dump_glyphstring): Rename to ns_dump_glyphstring.
3404
3405 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3406
3407 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3408
3409 * fontset.c (fontset_from_font): Remove NS-specific code.
3410
3411 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3412
3413 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3414 nonactive windows.
3415
3416 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3417
3418 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3419
3420 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3421
3422 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3423
3424 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3425
3426 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3427 account for the overflowing of newlines into the last glyph on the
3428 display line (Bug#3482).
3429
3430 2009-06-05 David Reitter <david.reitter@gmail.com>
3431
3432 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3433 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3434 Fns_selection_exists_p, Fns_selection_owner_p.
3435
3436 2009-06-03 Jason Rumney <jasonr@gnu.org>
3437
3438 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3439 available. (Bug#3379)
3440
3441 2009-05-29 Kenichi Handa <handa@m17n.org>
3442
3443 * coding.c (get_translation_table):
3444 Check Venable_character_translation.
3445
3446 2009-05-26 David Reitter <david.reitter@gmail.com>
3447
3448 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3449 (x_make_frame_visible): Move frame to front rather than calling
3450 ns_raise_frame().
3451 (keyDown:): Do not swallow events that aren't re-sent if frame
3452 isn't key window.
3453 (drawRect:): Do not set visibility/iconified flags because
3454 drawRect may be called by NSView even if the frame is hidden.
3455
3456 * nsfns.m (Fx_create_frame): Follow other ports in
3457 determining visibility; default to t. Ensure async_visible is set.
3458
3459 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3460
3461 * dired.c (Ffile_attributes): Doc fix.
3462
3463 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3466
3467 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3470 and xfont_scratch_props.
3471 (syms_of_xfont): Do it here instead.
3472 (xfont_find_ccl_program): Delete, unused.
3473 (xfont_open): Delete unused var `i'.
3474
3475 2009-05-21 Kenichi Handa <handa@m17n.org>
3476
3477 * fontset.c (Qlatin): Don't make it static.
3478
3479 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3480 New functions.
3481 (xfont_scripts_cache, xfont_scratch_props): New variables.
3482 (Qlatin, Vscalable_fonts_allowed): Extern it.
3483 (xfont_list_pattern): Argument changed. Callers changed.
3484 Check Vscalable_fonts_allowed. Check the support of a script.
3485 (xfont_list): Don't reject a font spec with :script property.
3486 (xfont_has_char): Fix setting of encoding.
3487 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3488 xfont_scratch_props.
3489
3490 2009-05-19 Kenichi Handa <handa@m17n.org>
3491
3492 * font.c (font_sort_entities): Rename from font_sort_entites.
3493 Callers changed.
3494
3495 2009-05-18 Kenichi Handa <handa@m17n.org>
3496
3497 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3498
3499 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3502 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3503
3504 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3505
3506 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3507 (x_delete_terminal): Dissociate resource database from display and
3508 then call XrmDestroyDatabase before closing display.
3509
3510 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3511
3512 * nsterm.m (ns_read_socket): Remove unused variable.
3513 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3514 whether selected frame is viable before raising it (based on patch
3515 by David Reitter), and improve commentary.
3516 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3517
3518 2009-05-15 Kenichi Handa <handa@m17n.org>
3519
3520 * font.c (Ffont_spec): Check arguments.
3521
3522 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3525 weight when testing attributes (Bug#3282).
3526
3527 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3528
3529 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3530 what we expect to get in the next ConfigureNotify event.
3531
3532 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3533 before Xft one (Bug#1696).
3534
3535 2009-05-07 David Reitter <david.reitter@gmail.com>
3536
3537 * nsfns.m (Fx_display_planes): Compute bitplanes using
3538 NSBitsPerPixelFromDepth (Bug#3207).
3539
3540 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3543
3544 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3545
3546 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3547
3548 2009-05-07 David Reitter <david.reitter@gmail.com>
3549
3550 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3551 Respect mouse face background.
3552
3553 2009-05-07 David Reitter <david.reitter@gmail.com>
3554
3555 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3556 Mouse movement/highlight: bracket drawing operations
3557 in ns_update_begin and ns_update_end.
3558
3559 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * nsfns.m (ns_get_screen): Rewrite.
3562 Don't presume selected-frame is of type `ns'.
3563
3564 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3565 all drivers.
3566
3567 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3568
3569 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3570
3571 * keyboard.h (add_user_signal): Fix typo in extern.
3572
3573 * lisp.h (add_user_signal): Remove extern.
3574
3575 * unexelf.c (unexec): Consider a section to precede the .bss section
3576 if its addresses overlap that of .bss.
3577 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3578 instead of dumping process.
3579
3580 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3583
3584 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3587
3588 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3591 any statements.
3592
3593 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3594
3595 * process.c (read_process_output): Make sure the current buffer is
3596 always restored.
3597
3598 * coding.c (record_conversion_result): Don't modify
3599 Vlast_code_conversion_error for successful result.
3600 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3601
3602 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3603
3604 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3605 (load_charset_map): Remove unnecessary code.
3606
3607 2009-04-30 David Reitter <david.reitter@gmail.com>
3608
3609 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3610 through f24.
3611
3612 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3615
3616 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3617 face_at_buffer_position.
3618 (face_before_or_after_it_pos, get_next_display_element)
3619 (note_mouse_highlight): Update face_at_buffer_position call.
3620
3621 * term.c (term_mouse_highlight):
3622 * msdos.c (IT_note_mouse_highlight):
3623 * fontset.c (Finternal_char_font):
3624 * font.c (font_at, font_range): Update face_at_buffer_position call.
3625
3626 * dispextern.h (face_at_buffer_position): Update prototype.
3627
3628 2009-04-30 Kenichi Handa <handa@m17n.org>
3629
3630 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3631
3632 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3633
3634 * callproc.c (Fcall_process): Fix GC protection. Make sure
3635 current buffer is always restored.
3636
3637 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3638
3639 * atimer.c (init_atimer): Also clear stopped_atimers.
3640
3641 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3642
3643 * process.c (create_process): Clean up merger residues of
3644 2008-07-17 change.
3645
3646 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3647
3648 * lread.c (Vread_circle): New variable.
3649 (read1): Disable recursive read if Vread_circle is nil.
3650
3651 2009-04-29 Kenichi Handa <handa@m17n.org>
3652
3653 * fontset.h (set_default_ascii_font): Delete extern.
3654
3655 * fontset.c (set_default_ascii_font): Delete this unused function.
3656
3657 * frame.c (x_set_font): When ARG is a font-object, check if the
3658 font-object matches with the ASCII font-spec of the frame's
3659 fontset. If not, create a new fontset for the frame. (Bug #3075)
3660
3661 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3662
3663 * fns.c (Flocale_info): Protect vector from GC during decoding.
3664
3665 * process.c (Fstart_process): Protect argv strings from GC during
3666 encoding.
3667
3668 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3669
3670 * sysdep.c: Include <ctype.h>.
3671
3672 2009-04-27 David Reitter <david.reitter@gmail.com>
3673
3674 * nsfont.m (nsfont_open): Remove unused variable shrink.
3675 Remove commented-out code.
3676
3677 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3678
3679 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3680
3681 2009-04-25 Jason Rumney <jasonr@gnu.org>
3682
3683 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3684
3685 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3686
3687 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3688 Swap bytes in short integer if fringe bitmap width > 8.
3689
3690 2009-04-23 Kenichi Handa <handa@m17n.org>
3691
3692 * xfaces.c (Fx_list_fonts): If a font size is specified in
3693 PATTERN, set it in returned scalable fonts.
3694
3695 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * keyboard.c (Fset_input_meta_mode): Doc fix.
3698
3699 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3700
3701 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3702
3703 * coding.c (Fterminal_coding_system): Doc fix.
3704
3705 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3706 (Fx_display_pixel_height, Fx_display_planes)
3707 (Fx_display_color_cells, Fx_server_max_request_size)
3708 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3709 (Fx_display_mm_height, Fx_display_mm_width)
3710 (Fx_display_backing_store, Fx_display_visual_class)
3711 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3712 Doc fixes, replacing "terminal id" with "terminal object".
3713 (check_x_display_info): Handle terminal objects instead of
3714 terminal ids.
3715
3716 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3717 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3718 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3719 Doc fixes, replacing "terminal id" with "terminal object".
3720
3721 2009-04-21 Kenichi Handa <handa@m17n.org>
3722
3723 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3724 (font_score): Check AVGWIDTH too.
3725
3726 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3727 worst case.
3728 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3729 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3730
3731 2009-04-19 Jason Rumney <jasonr@gnu.org>
3732
3733 The following changes fix Bug#3005 for wide glyphs on each platform,
3734 without reintroducing Bug#1258 for stretch glyphs.
3735
3736 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3737 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3738 get_phys_cursor_geometry.
3739
3740 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3741 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3742 using get_phys_cursor_geometry.
3743
3744 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3745 correctly calculated.
3746
3747 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3748
3749 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3750 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3751 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3752 is deprecated.
3753
3754 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3755
3756 * font.c (font_put_frame_data): Use xfree instead of free.
3757
3758 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * w32font.c (Qja, Qko): Remove declarations.
3761 (syms_of_w32font): Don't DEFSYM them.
3762
3763 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3766
3767 * font.h (Qja, Qko): Extern them.
3768
3769 * ftfont.c (Qja, Qko): Remove declarations.
3770
3771 * xfont.c (Qja, Qko): Remove declarations.
3772
3773 2009-04-17 Kenichi Handa <handa@m17n.org>
3774
3775 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3776 string from a vector to handle Latin-1 characters correctly.
3777
3778 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3779 entity even if the cache hits.
3780
3781 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3782
3783 * search.c (boyer_moore): Use zero as marker value for a possible
3784 match instead of depending on overflow behavior. (Bug#2844)
3785
3786 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3787 * lisp.h: Adjust prototypes.
3788
3789 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3792 change (Bug#3003).
3793
3794 2009-04-16 Kenichi Handa <handa@m17n.org>
3795
3796 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3797
3798 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3799 adstyle.
3800
3801 * ftfont.c (Qja, Qko): Don't make them static.
3802 (enum ftfont_cache_for): New enum.
3803 (fc_charset_table): Undo the previous change.
3804 (ftfont_get_latin1_charset): Delete it.
3805 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3806 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3807 non-scarable font, try to get AVERAGE_WIDTH.
3808 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3809 Change ft_face_cache from a list of a hash-table. Don't check
3810 `ja' and `ko' adstyle here.
3811 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3812 FTFONT_CACHE_FOR_CHARET.
3813 (ftfont_get_charset): Undo the previous change.
3814 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3815 (ftfont_close): Likewise.
3816 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3817
3818 * font.c (font_sort_entites): Change the meaning of the arg
3819 BEST-ONLY. Don't optimize for VEC of lenght 1.
3820 (font_select_entity): Just return the value of font_sort_entites.
3821
3822 * xfaces.c (merge_face_vectors): Reflect font properties in
3823 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3824 font_clear_prop if a face attribute doesn't change.
3825
3826 * charset.h (charset_ksc5601): Extern it.
3827
3828 * charset.c (charset_ksc5601): New variable.
3829 (Fdefine_charset_internal): Set charset_ksc5601.
3830 (init_charset_once): Initialize charset_ksc5601 to -1.
3831
3832 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * fileio.c (history_delete_duplicates): Remove unused declaration.
3835
3836 * callint.c (history_delete_duplicates): New declaration.
3837 (Fcall_interactively): Remove command history duplicates when
3838 history_delete_duplicates is true.
3839
3840 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3841
3842 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3843
3844 2009-04-14 Kenichi Handa <handa@m17n.org>
3845
3846 * font.c (Ffont_info): Fix docstring. Fix the second element of
3847 the returned value (bug#2949).
3848
3849 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3852
3853 2009-04-14 Kenichi Handa <handa@m17n.org>
3854
3855 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3856 encoding charset is ascii_compatible.
3857
3858 * charset.c (Fdefine_charset_internal): Make charset
3859 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3860 code_offset is 0, and covers all ASCII characters.
3861
3862 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3865 (ns_string_to_pasteboard_internal):
3866 * nsmenu.m (process_dialog):
3867 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3868 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3869 * lisp.h (Fx_load_color_file): Declare.
3870
3871 2009-04-13 Kenichi Handa <handa@m17n.org>
3872
3873 * font.c (font_delete_unmatched): Preserve the order of list elements.
3874 (font_select_entity): Suppress the code to optimize for the same
3875 kind of fonts.
3876 (font_load_for_lface): Get a font that supports at least ASCII
3877 characters.
3878
3879 * ftfont.c (Qja, Qko): New variables.
3880 (fc_charset_table): Delete uniquifier data for iso8859-1.
3881 (ftfont_get_latin1_charset): New function.
3882 (get_adstyle_property): New function.
3883 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3884 bitmap fonts.
3885 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3886 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3887 `ko' or `ja'.
3888 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3889 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3890 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3891 property.
3892 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3893 (syms_of_ftfont): DEFSYM Qja and Qko.
3894
3895 2009-04-09 Kenichi Handa <handa@m17n.org>
3896
3897 * charset.c (map_charset_chars): For a charset of `superset'
3898 method, fix calculation of code range.
3899
3900 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3901 from the list of extra properties.
3902 (font_clear_prop): Be sure to delete `:name' font property.
3903
3904 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3905
3906 * dispnew.c (redraw_overlapping_rows): Fix detection of
3907 overlapping for topmost and bottommost rows.
3908
3909 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3910
3911 2009-04-06 Jason Rumney <jasonr@gnu.org>
3912
3913 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3914
3915 2009-04-06 Kenichi Handa <handa@m17n.org>
3916
3917 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3918
3919 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3920
3921 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3922
3923 * ftfont.c (ftfont_open): Fix checking of the return value of
3924 FT_Load_Char. Fix setting font->underline_thickness.
3925
3926 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3929 (Fterminal_parameters, Fterminal_parameter)
3930 (Fset_terminal_parameter): In doc string, refer to terminal
3931 objects rather than terminal ids.
3932
3933 2009-04-04 Eli Zaretskii <eliz@gnu.org>
3934
3935 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3936 ret_lim_data. (Bug#2867)
3937
3938 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3941 so they don't get wider than the window, matching 2006-01-23
3942 change to the partner function in xdisp.c (Bug#2800).
3943
3944 2009-04-03 Kenichi Handa <handa@m17n.org>
3945
3946 * print.c (print_object): Make each lowest sub_char_table start a
3947 new line (Bug#2866).
3948
3949 2009-04-02 Kenichi Handa <handa@m17n.org>
3950
3951 * fontset.c (fontset_font): Record no-font when a fontset
3952 explicitly tells not to try another font-specs.
3953
3954 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3955
3956 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3957
3958 2009-03-30 Kenichi Handa <handa@m17n.org>
3959
3960 * fontset.c (fontset_from_font): Specify only registry in a
3961 font-spec for all characters supported by that registry.
3962
3963 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3964 even if HAVE_M17N_FLT is not defined.
3965
3966 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3967
3968 * ftfont.c: Conditionalize prototyping and use of
3969 ftfont_variation_glyphs.
3970
3971 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * frame.c (delete_frame): Work around compiler bug.
3974
3975 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3976 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3977 Some more EMACS_INT.
3978 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3979
3980 * xdisp.c (dump_glyph): Fix typo.
3981
3982 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3983 (adjust_markers_gap_motion, adjust_markers_for_delete)
3984 (adjust_markers_for_insert, adjust_point)
3985 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3986 (make_gap, copy_text, count_size_as_multibyte, insert)
3987 (insert_and_inherit, insert_before_markers)
3988 (insert_before_markers_and_inherit, insert_1)
3989 (count_combining_before, count_combining_after, insert_1_both)
3990 (insert_from_string, insert_from_string_before_markers)
3991 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3992 (insert_from_buffer_1, adjust_after_replace)
3993 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3994 (replace_range_2, del_range, del_range_1, del_range_byte)
3995 (del_range_both, del_range_2, modify_region)
3996 (prepare_to_modify_buffer, signal_before_change)
3997 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3998 for buffer positions and sizes.
3999 * lisp.h: Adjust prototypes accordingly.
4000
4001 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4002 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4003 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4004
4005 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4006
4007 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4008
4009 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4010 lines and columns so we keep the same pixel height and width.
4011
4012 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4013 the property _NET_WM_STATE has changed.
4014 (x_handle_net_wm_state): New function to update frame parameter
4015 fullscreen.
4016 (x_term_init): Initialize atoms for _NET_WM_STATE.
4017
4018 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4019
4020 2009-03-27 Kevin Ryde <user42@zip.com.au>
4021
4022 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4023 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4024 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4025 (Fgpm_mouse_stop): Pass that new parameter.
4026 * termhooks.h (close_gpm): Adjust prototype.
4027
4028 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * lisp.h (Fx_focus_frame): Declare.
4031
4032 * callint.c (Fcall_interactively): For '^' just delegate the work to
4033 handle-shift-selection.
4034 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4035
4036 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4039
4040 * data.c (Qinteractive_form): New variable.
4041 (Finteractive_form): Use it.
4042
4043 * eval.c (Fcommandp): Use Qinteractive_form.
4044
4045 2009-03-24 Jason Rumney <jasonr@gnu.org>
4046
4047 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4048 Calculate total size precisely. Decode environment variables
4049 before substituting. (Bug#38)
4050
4051 2009-03-24 Kenichi Handa <handa@m17n.org>
4052
4053 * font.c (find_font_encoding): Return Qnil for unsupported
4054 encoding (Bug#2722).
4055
4056 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4057
4058 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4059 that gdpy is set.
4060
4061 2009-03-22 Alan Mackenzie <acm@muc.de>
4062
4063 * callint.c (Finteractive): Clarify the doc string - even
4064 promptless elements need \n separators.
4065
4066 2009-03-22 Jason Rumney <jasonr@gnu.org>
4067
4068 * w32term.c (syms_of_w32term): Doc fix for
4069 x-use-underline-position-properties.
4070
4071 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4072
4073 * w32.c (getpwuid): Change argument type to unsigned.
4074 (struct w32_id): Change type of `rid' member to unsigned.
4075 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4076 argument ID to unsigned. All callers changed.
4077 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4078
4079 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4080
4081 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4082 negative, produce a float value.
4083
4084 * dired.c (make_uid, make_gid): New functions.
4085 (Ffile_attributes): Use them to avoid negative UID and GID.
4086
4087 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4090 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4091 Fix typos in docstrings.
4092
4093 2009-03-19 Kenichi Handa <handa@m17n.org>
4094
4095 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4096 changed, use font_load_for_lface to get a new font object.
4097 Call free_realized_fontset after handling ASCII font change.
4098
4099 * frame.c (x_set_font): Handle the case that ARG is a cons.
4100
4101 2009-03-19 Glenn Morris <rgm@gnu.org>
4102
4103 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4104
4105 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4108
4109 2009-03-19 Kenichi Handa <handa@m17n.org>
4110
4111 * charset.c (load_charset_map_from_file): When a mapfile can't be
4112 loaded, signal an error.
4113
4114 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4115
4116 * dired.c (Ffile_attributes): Make sure UID and GID are always
4117 positive, even if the value is too large for a positive EMACS_INT.
4118 Doc fix.
4119
4120 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4121
4122 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4123
4124 * xmenu.c (xdialog_show): Move Fredisplay call ...
4125 (Fx_popup_dialog): ... here.
4126
4127 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * dired.c (file_name_completion): Disable the first optimization just
4130 installed, since it is not implemented correctly.
4131
4132 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * dired.c (file_name_completion): Check completion-ignored-extensions
4135 only if the entry can affect bestmatch.
4136 Stop the search early, as Ftry_completion already does.
4137
4138 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4141
4142 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * keyboard.c (parse_menu_item): Don't display remappings as menu
4145 equivalent bindings (Bug#788).
4146
4147 2009-03-15 Jason Rumney <jasonr@gnu.org>
4148
4149 * w32term.h (WM_EMACS_PAINT): New message.
4150 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4151 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4152 before passing to lisp thread. (Bug#950)
4153
4154 2009-03-14 David Reitter <david.reitter@gmail.com>
4155
4156 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4157 variable as it was never reset.
4158 (ns_term_init): Remove initialization of Lisp-settable defaults
4159 and ns_expand_space.
4160 (-setPanelFromDefaultValues): Remove ns_expand_space.
4161 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4162 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4163 i.e. no additional spacing, similar to Carbon port.
4164
4165 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4166 * nsfns.m (ns-popup-prefs-panel): Remove.
4167
4168 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4169
4170 * sound.c (alsa_configure): Remove call to deprecated
4171 snd_pcm_sw_params_set_xfer_align.
4172
4173 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4174
4175 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4176 after clicking in a detached tool bar.
4177 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4178
4179 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4182 int/Lisp_Object mixup).
4183
4184 2009-03-13 Kenichi Handa <handa@m17n.org>
4185
4186 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4187 Handle NAME nil and t correctly. Callers changed.
4188 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4189 (set_fontset_font): Change ARG to a vector. Handle range_list in
4190 ARG correctly.
4191 (Fset_fontset_font): Fix the case that TARGET is both a script
4192 name and charset name. Adjust the arg to set_fontset_font for
4193 the above change.
4194 (fontset_from_font): Fix previous change.
4195 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4196 entry. If FONTSET is the default fontset, don't set the extra
4197 slot of the returning char-table.
4198
4199 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * nsfns.m (Fx_close_connection): Doc fix.
4202 (Fns_do_applescript): Reflow docstring.
4203 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4204 (Fx_display_pixel_width, Fx_display_pixel_height)
4205 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4206 Fix typos in docstrings.
4207 (Fns_set_alpha): Fix typos in error messages.
4208
4209 2009-03-12 David Reitter <david.reitter@gmail.com>
4210
4211 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4212 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4213 were used for such events.
4214
4215 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4216 (toggleToolbar, performDragOperation, runHelp): Use it.
4217
4218 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4219 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4220
4221 2009-03-11 Kenichi Handa <handa@m17n.org>
4222
4223 * font.h (font_open_by_spec): Extern it.
4224
4225 * font.c (font_open_by_spec): New function.
4226 (font_open_by_name): Use font_open_by_spec.
4227
4228 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4229 fontset of the frame.
4230
4231 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4232 modify the default font of frames that use this fontset.
4233 (num_auto_fontsets): New variable.
4234 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4235 name. Be sure to set FONTSET_ASCII to the correct font name.
4236 (update_auto_fontset_alist): New function.
4237
4238 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * makefile.w32-in: Update dependencies.
4241
4242 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4243
4244 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4245
4246 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4249
4250 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * lread.c (Feval_buffer): Doc fix.
4253
4254 2009-03-09 Kenichi Handa <handa@m17n.org>
4255
4256 * charset.c (Qfile_name_handler_alist): Extern it.
4257 (load_charset_map_from_file): Temporarily bind
4258 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4259
4260 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4261
4262 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4263 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4264
4265 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4266
4267 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4268 (x_set_window_size): Change back to calculated method of setting
4269 toolbar height under Cocoa. (Bug#2546)
4270 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4271 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4272
4273 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4274
4275 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4276 accelerator in parens under GNUstep.
4277
4278 2009-03-06 Kenichi Handa <handa@m17n.org>
4279
4280 These changes are to detect incorrect composition sequence without
4281 looking ahead the source. (Bug#2370)
4282
4283 * coding.h: Include "composite.h".
4284 (enum compisition_state): New enum.
4285 (struct compisition_status): New struct.
4286 (struct iso_2022_spec): New member cmp_status.
4287 (struct emacs_mule_spec): New struct.
4288 (struct coding_system): New members ctext_extended_segment_len and
4289 embedded_utf_8. Change the union member
4290 spec.emacs_mule_full_support to spec.emacs_mule.
4291
4292 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4293 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4294 (MAX_ANNOTATION_LENGTH): Define to 5.
4295 (ADD_COMPOSITION_DATA): New arg nbytes.
4296 (emacs_mule_char): New arg cmp_status.
4297 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4298 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4299 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4300 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4301 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4302 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4303 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4304 (EMACS_MULE_COMPOSITION_END): New macro.
4305 (emacs_mule_finish_composition): New function.
4306 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4307 (decode_coding_emacs_mule): Avoid long looking ahead while
4308 handling composition.
4309 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4310 (ENCODE_COMPOSITION_RULE): New macro.
4311 (finish_composition): New function.
4312 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4313 (DECODE_COMPOSITION_START): New implementation.
4314 (DECODE_COMPOSITION_END): Likewise.
4315 (STORE_COMPOSITION_RULE): New macro.
4316 (decode_coding_iso_2022): Avoid long looking ahead while handling
4317 composition, CTEXT extended segment, and embedded UTF-8.
4318 (setup_coding_system): For a coding of type iso-2022, reset
4319 CODING_ISO_EXTSEGMENT_LEN (coding) and
4320 CODING_ISO_EMBEDDED_UTF_8 (coding).
4321 (get_translation): Delete arguments last_block, from_nchars,
4322 to_nchars. Callers changed.
4323 (produce_chars): Don't modify charbuf. Adjusted for the change of
4324 get_translation.
4325 (produce_composition): Adjust for the new annotation sequence.
4326 (handle_composition_annotation): Likewise.
4327 (consume_chars): Adjust for the change of get_translation.
4328
4329 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4330
4331 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4332
4333 2009-03-05 Kenichi Handa <handa@m17n.org>
4334
4335 * font.c (font_select_entity): New function.
4336 (font_find_for_lface): Use font_select_entity to select a font.
4337
4338 * fontset.c (fontset_find_font): If a font found without
4339 restricting to the characters C doesn't support C, try to find a
4340 font with C restriction.
4341
4342 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4343
4344 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4345
4346 2009-03-04 Jason Rumney <jasonr@gnu.org>
4347
4348 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4349 characters that have already been read. (Bug#2569)
4350
4351 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4352 Log an error message if check_image_size failed.
4353 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4354 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4355
4356 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4357
4358 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4359 when decoding process output.
4360
4361 2009-03-01 Richard M Stallman <rms@gnu.org>
4362
4363 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4364
4365 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4366
4367 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4368
4369 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4370 (decode_coding_emacs_mule, decode_coding_iso_2022)
4371 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4372 (decode_coding_raw_text, decode_coding_charset)
4373 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4374 Honor inhibit-eol-conversion. (Bug #2186)
4375
4376 2009-02-28 Jason Rumney <jasonr@gnu.org>
4377
4378 * coding.c (detect_coding_charset): If not checking latin extra,
4379 fail on characters between 0x80 and 0xA0. (Bug#2354)
4380
4381 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4382
4383 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4384 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4385
4386 2009-02-27 Glenn Morris <rgm@gnu.org>
4387
4388 * callint.c (Finteractive): Doc fix.
4389
4390 2009-02-27 Kenichi Handa <handa@m17n.org>
4391
4392 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4393
4394 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * font.c (font_style_to_value): Set value for unknown symbols to
4397 100 instead of 255.
4398 (weight_table, slant_table, width_table): Treat "unspecified" as
4399 the default value.
4400
4401 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4404
4405 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4408 error as soon as a recursive load is detected.
4409
4410 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4411
4412 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4413 before caching.
4414
4415 2009-02-24 Kenichi Handa <handa@m17n.org>
4416
4417 * fontset.c (fontset_find_font): Fix the condition for checking
4418 unavailable font.
4419
4420 2009-02-24 Glenn Morris <rgm@gnu.org>
4421
4422 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4423 whitespace that confuses documentation.
4424
4425 2009-02-23 Miles Bader <miles@gnu.org>
4426
4427 * process.c (Flist_system_processes, Fprocess_attributes)
4428 (syms_of_process): Rename `system-process-attributes' to
4429 `process-attributes'.
4430
4431 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4432
4433 * coding.h (struct coding_system): Make safe_charsets a pointer to
4434 unsigned char.
4435 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4436 being 255.
4437 (SAFE_CHARSET_P): Likewise.
4438 (setup_iso_safe_charsets): Properly setup safe_charsets.
4439 (Fdefine_coding_system_internal): Likewise.
4440 (setup_coding_system): Likewise. Remove unneeded casts.
4441 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4442 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4443 unneeded casts.
4444
4445 * insdel.c (del_range_2): Don't modify gap contents when called
4446 from decode_coding_object. (Bug#1809)
4447
4448 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4451 Qfont_object.
4452 (Ftype_of): Recognize font objects.
4453
4454 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4455
4456 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4457 moved to data.c.
4458
4459 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4460
4461 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4462 async_iconified. Based on a patch by Christian Lynbech
4463 <christian.lynbech@tieto.com>.
4464 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4465
4466 2009-02-20 Glenn Morris <rgm@gnu.org>
4467
4468 * syntax.c (Fskip_chars_forward): Fix doc typo.
4469
4470 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4473
4474 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4477
4478 2009-02-19 Kenichi Handa <handa@m17n.org>
4479
4480 * coding.c (detect_coding): Preserve coding->mode.
4481 Don't overflow coding->carryover. (Bug#2370)
4482
4483 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4484
4485 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4486
4487 2009-02-18 Kenichi Handa <handa@m17n.org>
4488
4489 * font.c (font_check_otf_features): Fix handling of `nil' element.
4490 (Ffont_spec): Describe :lang and :otf in the docstring.
4491
4492 2009-02-16 Andreas Schwab <schwab@suse.de>
4493
4494 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4495 string.
4496
4497 2009-02-16 Kenichi Handa <handa@m17n.org>
4498
4499 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4500 (Bug#1723)
4501
4502 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4505
4506 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4507 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4508
4509 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4510
4511 * msdos.c (MAX_SCREEN_BUF): New macro.
4512 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4513 Encode the entire run of glyphs sharing the same face, instead of
4514 doing that one glyph at a time (fixes a bug with displaying
4515 double-size characters).
4516
4517 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4518
4519 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4520
4521 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4522 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4523 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4524
4525 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4526 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4527
4528 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * keyboard.c (adjust_point_for_property): Allow stopping between two
4531 invisible areas.
4532
4533 2009-02-12 Jason Rumney <jasonr@gnu.org>
4534
4535 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4536 (add_font_entity_to_list): Call check_face_name even when family
4537 is unspecified.
4538
4539 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4540 Release DC when finished. Use NULL window to refer to desktop.
4541 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4542
4543 * w32font.c (add_font_entity_to_list): Fix check for substituted
4544 raster fonts. (Bug#2219)
4545
4546 2009-02-12 Kenichi Handa <handa@m17n.org>
4547
4548 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4549 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4550 (autocmp_chars): Use fast_looking_at. Don't compose more
4551 characters than MAX_COMPOSITION_COMPONENTS.
4552 (find_automatic_composition): While looking forward and backward,
4553 check static composition. Fix where to stop looking forward.
4554 (composition_adjust_point): Fix checking of static composition.
4555 (Fcomposition_get_gstring): Pay attention to
4556 MAX_COMPOSITION_COMPONENTS.
4557
4558 * lisp.h (fast_looking_at): Extern it.
4559
4560 * search.c (fast_looking_at): New function.
4561
4562 * term.c (encode_terminal_code): Adjust for the change of
4563 <struct glyph>.u.cmp.to.
4564 (append_composite_glyph): Likewise.
4565
4566 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4567 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4568 composition.
4569 (append_composite_glyph): Adjust for the change of
4570 <strcut glyph>.u.cmp.to.
4571
4572 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * casetab.c (init_casetab_once):
4575 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4576 * font.c (font_update_lface):
4577 * fontset.c (Fnew_fontset):
4578 * ftfont.c (ftfont_drive_otf):
4579 * xfont.c (xfont_open):
4580 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4581
4582 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * fileio.c (Fwrite_region): !NILP -> CONSP.
4585
4586 2009-02-10 Andreas Schwab <schwab@suse.de>
4587
4588 * process.c (send_process): Properly relocate pointer into data
4589 when using encoded data. (Bug#2272)
4590
4591 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4592
4593 * coding.c (detect_coding_charset): Fix previous change.
4594
4595 2009-02-08 Jason Rumney <jasonr@gnu.org>
4596
4597 * w32fns.c (w32_hide_hourglass): Handle case where frame
4598 disappeared while hourglass was displayed. (Bug #2193)
4599
4600 2009-02-07 Andreas Schwab <schwab@suse.de>
4601
4602 * unexelf.c (unexec): Fix error message.
4603
4604 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4605
4606 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4607 when modal window is active. (Bug #2152)
4608 (applicationShouldTerminate:): Remove now-unneeded while loop
4609 around NSRunAlertPanel.
4610
4611 * nsmenu.m (popupSession): New file-global variable.
4612 (pop_down_menu): End the popupSession before closing dialog.
4613 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4614 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4615 don't query NSApp for events (just sleep instead).
4616
4617 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4618
4619 * coding.c (syms_of_coding) <translation-table-for-input>:
4620 Modify doc string to discourage use for character code unification.
4621
4622 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4623
4624 * atimer.c (run_timers): Update pending_atimers.
4625
4626 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * image.c (svg_load_image): Fix last change.
4629
4630 * xfns.c (Fx_create_frame): Signal an error if no font is
4631 found (Bug#2147).
4632
4633 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4634
4635 * character.c (syms_of_character) <script-representative-chars>:
4636 Fix typo in docstring.
4637
4638 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4639
4640 * nsmenu.m (pop_down_menu): New function.
4641 (ns_popup_dialog): Call it on unwind.
4642 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4643 call timer_check() (Bug#2154).
4644 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4645 handling_signal is set.
4646 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4647
4648 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4649
4650 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4651
4652 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4653
4654 * keyboard.c (poll_for_input_1, handle_async_input):
4655 Set handling_signal under HAVE_NS.
4656
4657 2009-02-04 Glenn Morris <rgm@gnu.org>
4658
4659 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4660
4661 2009-02-04 Kenichi Handa <handa@m17n.org>
4662
4663 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4664
4665 * charset.c (Fchar_charset): New optional arg restriction.
4666
4667 * coding.h (coding_system_charset_list): Extern it.
4668
4669 * coding.c (coding_system_charset_list): New function.
4670
4671 * composite.c: Include coding.h and termhooks.h.
4672 (composition_gstring_p): Fix for the terminal case.
4673 (composition_gstring_width): Likewise.
4674 (fill_gstring_body): Likewise.
4675 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4676 the frame.
4677 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4678 is within a composition.
4679 (Fcomposition_get_gstring): Fix the terminal case.
4680
4681 * term.c (encode_terminal_code): Fix handling of composition.
4682 (produce_composite_glyph): For static composition, get pixel_width
4683 from struct composition.
4684
4685 2009-02-02 Andreas Schwab <schwab@suse.de>
4686
4687 * unexelf.c (unexec): Handle unaligned bss offset.
4688
4689 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4690
4691 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4692 XT,w32read_socket changes to ns_read_socket.
4693
4694 * keyboard.c (handle_interrupt): Don't call
4695 quit_throw_to_read_char() under NS.
4696
4697 * blockinput.h: Remove NS-specific code.
4698
4699 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4700
4701 * dispnew.c (window_change_signal): Don't try to get the size of a
4702 suspended tty frame.
4703 * term.c (Fresume_tty): Resize if the size has changed while the
4704 tty was suspended.
4705
4706 * alloc.c (mark_stack): Properly conditionalize previous change.
4707
4708 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4711 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4712 Remove; this code is not used on Windows.
4713
4714 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4715
4716 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4717 EOLs that also has stray ^M characters.
4718
4719 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * atimer.c (run_timers, alarm_signal_handler):
4722 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4723 * w32inevt.c (w32_console_read_socket):
4724 * w32term.c (w32_read_socket):
4725 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4726
4727 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4730 Initialize it as a relative filename pattern.
4731 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4732 (Fcall_process_region): Simplify temp file creation using
4733 temporary-file-directory.
4734
4735 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4736
4737 * msdos.c: Rename pending_signals to msdos_pending_signals.
4738 (sig_suspender, sigprocmask): Adjust.
4739
4740 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * keyboard.c (pending_signals): New var.
4743 (poll_for_input, input_available_signal, init_keyboard): Set it.
4744 (process_pending_signals): New function.
4745
4746 * lisp.h (QUIT): Check pending_signals instead of
4747 interrupt_input_pending. Use process_pending_signals.
4748
4749 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4750
4751 * process.c (wait_reading_process_output): Use process_pending_signals.
4752
4753 * sysdep.c (emacs_write): Use process_pending_signals.
4754
4755 * xterm.c (XTread_socket): Update pending_signals.
4756
4757 * w32term.c (w32_read_socket): Update pending_signals.
4758
4759 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4760
4761 2009-01-29 Kenichi Handa <handa@m17n.org>
4762
4763 * xftfont.c (xftfont_has_char): New function.
4764 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4765
4766 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4767
4768 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4769 under GNUstep.
4770 (ns_query_color): New declaration.
4771
4772 * nsterm.m (ns_confirm_quit): New variable.
4773 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4774 (EmacsApp-applicationShouldTerminate:): Use it.
4775 (EmacsPrefsController): Let user set it.
4776 (ns_query_color): New function.
4777 (ns_defined_color): Use it.
4778 (ns_initialize): Drop.
4779 (ns_term_init): Add two lines from ns_initialize(), and set
4780 input_interrupt_mode to nil.
4781
4782 * image.c (svg_load_image): Don't right-shift background RGB when
4783 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4784
4785 2009-01-28 Kenichi Handa <handa@m17n.org>
4786
4787 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4788 (fontset_get_font_group): Remember that no font-group is specified
4789 for C.
4790
4791 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * fns.c (concat): Check for string overflow (bug#1787).
4794
4795 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4796 Quadruple undo limits (bug#1501).
4797
4798 2009-01-27 Kenichi Handa <handa@m17n.org>
4799
4800 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4801 directly use GT_Get_Char_index.
4802
4803 * xftfont.c (struct xftfont_info): New member `index'.
4804
4805 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4806 (Ffontset_font): Adjust for the change of fontset entry.
4807
4808 2009-01-26 Kenichi Handa <handa@m17n.org>
4809
4810 * fontset.c (fontset_find_font): Fix handling of non-cons return
4811 value of fontset_get_font_group.
4812 (fontset_font): Revert last change.
4813
4814 2009-01-26 Jason Rumney <jasonr@gnu.org>
4815
4816 * w32font.c (w32font_list_internal): Return quickly if registry is
4817 unknown. Simplify final return.
4818 (add_font_entity_to_list): Break complex logic down into more
4819 manageable chunks. Move unknown registry check to
4820 w32font_list_internal.
4821
4822 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4823
4824 Changes to remove Feval calls from GUI under NS.
4825
4826 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4827 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4828 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4829
4830 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4831 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4832 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4833 instead of NON_ASCII_KEYSTROKE_EVENT.
4834 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4835 (EmacsApp-applicationShouldTerminate:): Query user.
4836 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4837 instead of Feval.
4838
4839 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4840
4841 * keyboard.c (kbd_buffer_get_event): Check for it.
4842 (keys_of_keyboard): Define lispy keys for
4843 ns-put/unput-working-text.
4844
4845 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4846 versions.
4847 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4848
4849 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4852 setting current_buffer directly. (Bug#2044)
4853
4854 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * fontset.c (fontset_font): If we know there is no font, don't do
4857 any work. (Bug#1952, bug#1990).
4858
4859 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4860
4861 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4862
4863 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4864 (ns_no_defaults): New declaration.
4865 (main): Use it.
4866
4867 * nsterm.h (ns_no_defaults): New declaration.
4868
4869 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4870
4871 * nsterm.m (ns_no_defaults): New variable.
4872 (ns_initialize): Don't read defaults when ns_no_defaults.
4873 (EmacsView-readSelectionFromPasteboard:)
4874 (writeSelectionToPasteboard:types:): New stubbed-out methods for
4875 NSServicesRequests protocol. (Bug#1435)
4876 (ns_dumpglyphs_stretch): New function.
4877 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4878 of 2008-11-15 to other terms. (Bug#615)
4879
4880 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4881
4882 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4883
4884 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4885 call for Sparc64.
4886
4887 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4888
4889 * nsfns.m:
4890 * nsgui.h:
4891 * nsmenu.m:
4892 * nsselect.m:
4893 * nsterm.h:
4894 * nsterm.m: Remove '23' comments that indicated code added during
4895 update from emacs-20 -> emacs-23.
4896
4897 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4898
4899 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4900 ns_alternate_modifier. (Bug#1217)
4901
4902 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4903 Display all shortcuts, including those w/o super modifier.
4904
4905 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4906
4907 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4908
4909 * fileio.c (Vwrite_region_post_annotation_function)
4910 (Vwrite_region_annotation_buffers): New vars.
4911 (build_annotations_unwind): Just reset
4912 Vwrite_region_annotation_buffers.
4913 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4914 Call write-region-post-annotation-function.
4915 (build_annotations): Add to Vwrite_region_annotation_buffers if
4916 buffer changes.
4917
4918 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4919
4920 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4921 Tiger.
4922 * nsfns.m (ns_do_applescript):
4923 Conditionalize typeUTF16ExternalRepresentation on Tiger.
4924
4925 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4926
4927 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4928
4929 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4930
4931 * nsmenu.m (NSMENUPROFILE): Change #if style.
4932
4933 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4934
4935 * nsterm.m (x_set_frame_alpha): Add prototype.
4936 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4937 handle Ctrl-tab. (Bug#1841)
4938 (ns_get_color): Use unsigned long long for scanned hex string value.
4939 (ns_term_shutdown): Abort on non SIGTERM signals.
4940 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4941 (EmacsPrefsController-setPanelFromDefaultValues): New function.
4942 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
4943 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4944 (ns_defined_color): Fix settings of the XColor variable fields:
4945 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
4946
4947 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4948 DPI. (Bug#1316)
4949 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4950 values in onTiger section.
4951
4952 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4953
4954 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4955 Check return value of font_spec_from_name.
4956 (Fx_list_fonts): Doc fix. (Bug#1951)
4957
4958 * font.c (font_spec_from_name): Return Qnil if font name could not
4959 be parsed.
4960 (font_parse_name): Treat a `?' character as part of an XLFD.
4961
4962 * fns.c (Fsubstring): Doc fix.
4963
4964 2009-01-19 Kenichi Handa <handa@m17n.org>
4965
4966 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4967 (ftfont_list): Likewise.
4968
4969 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * dbusbind.c (Fdbus_register_signal):
4972 * process.c (conv_sockaddr_to_lisp):
4973 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4974
4975 * callproc.c (Fgetenv_internal): Doc fix.
4976
4977 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4980 it is not even used.
4981
4982 2009-01-16 Glenn Morris <rgm@gnu.org>
4983
4984 * font.c (Ffont_variation_glyphs): Silence compiler.
4985
4986 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4989 Reported by David Robinow <drobinow@gmail.com>.
4990
4991 2009-01-15 Kenichi Handa <handa@m17n.org>
4992
4993 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4994
4995 2009-01-14 Jason Rumney <jasonr@gnu.org>
4996
4997 * frame.c (x_set_font): Always store a font to the font parameter,
4998 never a fontset. (Bug#1562)
4999
5000 2009-01-14 Kenichi Handa <handa@m17n.org>
5001
5002 * coding.c (TWO_MORE_BYTES): New macro.
5003 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5004
5005 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
5006
5007 * font.c (font_clear_prop): If clearing the family, clear the font
5008 width index too.
5009
5010 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5011
5012 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5015 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5016 functions, use sizeof.
5017
5018 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5019
5020 * keyboard.c (read_char): Fix case where last_nonmenu_event
5021 returned a bad value with submenus. (Bug#447)
5022
5023 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5026 family, clear the font width index too.
5027
5028 2009-01-11 Jason Rumney <jasonr@gnu.org>
5029
5030 * keyboard.c (cmd_error_internal): Exit when errors occur before
5031 frame creation and not in daemon mode. (Bug#1836)
5032
5033 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5036 of a display vector, backtrack.
5037 (try_window_reusing_current_matrix): Check glyph type before
5038 referencing charpos member.
5039
5040 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5041
5042 Fix Bug #876:
5043
5044 * coding.c (inhibit_null_byte_detection): New variable.
5045 (detect_coding, detect_coding_system): Don't pay attention to null
5046 bytes if inhibit_null_byte_detection is non-zero.
5047 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5048 <inhibit-iso-escape-detection>: Doc fix.
5049
5050 2009-01-09 Jason Rumney <jasonr@gnu.org>
5051
5052 * w32font.c (add_font_entity_to_list): Don't report unknown
5053 Windows charset as any unrecognized registry. (Bug#1548)
5054 Only report Unicode Plane 2 fonts as unicode-sip.
5055
5056 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * xfaces.c (Fx_font_family_list): Delete function.
5059 Move compatibility version to faces.el.
5060
5061 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5062
5063 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5064
5065 * frame.c (x_set_frame_parameters): Remember requested value for
5066 fullscreen before it's reset by the parameter handler.
5067
5068 2009-01-09 Glenn Morris <rgm@gnu.org>
5069
5070 * keyboard.c (last_command_char): For clarity, rename to...
5071 (last_command_event): ... and update all users.
5072 (last_input_char): For clarity, rename to...
5073 (last_input_event): ... and update all users.
5074 (last-command-char, last-input-char): Move to subr.el as aliases.
5075 * cmds.c, commands.h: Update for last_command_char rename.
5076
5077 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * font.c (font_open_for_lface): Handle unspecified height attribute.
5080
5081 2009-01-08 Jason Rumney <jasonr@gnu.org>
5082
5083 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5084 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5085 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5086 Don't declare.
5087 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5088 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5089
5090 2009-01-07 Kenichi Handa <handa@m17n.org>
5091
5092 * fileio.c (Finsert_file_contents): In the case of replace,
5093 remember the coding system used for decoding in
5094 coding_system (Bug#1039).
5095
5096 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5097 breaking the loop. (Bug#870)
5098 (decode_coding_utf_16, decode_coding_emacs_mule)
5099 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5100 (decode_coding_charset): Likewise.
5101
5102 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5103
5104 * frame.c (x_set_frame_parameters): Make sure height (width) get
5105 applied when fullwidth (fullheight) is set. (Bug#1522)
5106
5107 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5108
5109 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5110 (utc_base): Declare as ULONGLONG, not long double.
5111 (convert_time_raw): Delete.
5112 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5113 (initialize_utc_base): New function.
5114 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5115 (convert_from_time_t): Use initialize_utc_base; compute result with
5116 64-bit arithmetic.
5117 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5118
5119 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5120
5121 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5122 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5123 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5124 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5125 [!subprocesses]: Define.
5126 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5127 (Flist_system_processes, Fsystem_process_attributes)
5128 [!subprocesses]: Call list_system_processes and
5129 system_process_attributes instead of returning Qnil.
5130
5131 * dosfns.c (system_process_attributes, list_system_processes):
5132 New functions.
5133
5134 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5135
5136 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5137 Don't use the default (no-op) implementation.
5138
5139 2009-01-03 Jason Rumney <jasonr@gnu.org>
5140
5141 * keyboard.c (parse_modifiers_uncached): Wheel events are
5142 clicks (bug#687).
5143
5144 * w32term.c (x_query_colors, x_query_color): New functions.
5145
5146 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5147 (svg_load_image): Cast returned pointers from dynamically loaded
5148 functions. Eliminate W32 specific code.
5149
5150 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5151
5152 * nsfns.m (x_set_foreground_color, x_set_background_color)
5153 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5154 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5155 x_ prefix instead of ns_. Update references.
5156 (syms_of_nsfns): Add a FIXME comment.
5157
5158 * nsterm.m (x_set_cursor_type): New prototype.
5159 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5160
5161 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5162 for Solaris instead of incorrectly providing Qutime and Qcutime.
5163
5164 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5165
5166 * w32.c (process_times): Compute sum of utime and stime.
5167 (system_process_attributes): Add Qtime to the alist.
5168
5169 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5170 and add them to the alist.
5171
5172 * process.c (top level) <Qtime, Qctime>: New variables.
5173 (syms_of_process): staticpro them.
5174 (Fsystem_process_attributes): Add their documentation to the doc
5175 string.
5176
5177 * process.h: Declare Qtime and Qctime.
5178
5179 2009-01-02 Jason Rumney <jasonr@gnu.org>
5180
5181 * image.c (Qgobject): New symbol.
5182 (syms_of_image): Initialize it.
5183 (init_svg_functions): Load some functions from gobject library.
5184
5185 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 * frame.c (make_terminal_frame): Remove redundant code and useless
5188 block.
5189
5190 2009-01-01 Andreas Schwab <schwab@suse.de>
5191
5192 * process.c (conv_sockaddr_to_lisp): Add workaround for
5193 getsockname bug on BSD.
5194
5195 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * xfns.c (x_create_tip_frame): Set border width of the X window.
5198
5199 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5200
5201 2009-01-01 Jason Rumney <jasonr@gnu.org>
5202
5203 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5204 Don't block input, as per earlier xterm.c changes.
5205
5206 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5207
5208 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5209 (ns_appkit_version_int): New function.
5210 (x-server-version): Use ns_appkit_version_int and follow 21+
5211 convention of returning 3 integers.
5212
5213 2008-12-30 Kenichi Handa <handa@m17n.org>
5214
5215 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5216 (CHAR_SURROGATE_PAIR_P): New macro.
5217
5218 * font.h (struct font_driver): New member get_variation_glyphs.
5219
5220 * font.c (font_range): Don't require a font for a variation selector.
5221 (Ffont_variation_glyphs): New function.
5222 (syms_of_font): Defsubr it.
5223
5224 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5225 ftfont_variation_glyphs.
5226 (setup_otf_gstring): New function.
5227 (ftfont_drive_otf): Use it.
5228 (ftfont_shape_by_flt): Handle variation selector.
5229 (ftfont_variation_glyphs): New function.
5230
5231 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5232
5233 * frame.c (Vemacs_iconified): Remove.
5234
5235 2008-12-30 Jason Rumney <jasonr@gnu.org>
5236
5237 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5238 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5239
5240 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * indent.c (Fvertical_motion): Don't advance iterator if we have
5243 reseated to the desired position.
5244
5245 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5246 checking for pos match.
5247
5248 2008-12-30 Kenichi Handa <handa@m17n.org>
5249
5250 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5251 just get the low 8-bit of the code.
5252
5253 * font.c (font_intern_prop): Validate str as multibyte.
5254
5255 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5256
5257 * dispextern.h (struct face): Move lface and hash from the middle
5258 of bitfields.
5259
5260 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5261
5262 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5263
5264 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5265 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5266 instead of intervals.h.
5267
5268 2008-12-26 Andreas Schwab <schwab@suse.de>
5269
5270 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5271 cons.
5272
5273 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5274
5275 * textprop.c (Qminibuffer_prompt): New variable.
5276 (syms_of_textprop): Initialize it.
5277 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5278 in minibuffer-prompt face. (Bug#1662)
5279
5280 2008-12-25 Jason Rumney <jasonr@gnu.org>
5281
5282 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5283
5284 2008-12-24 Jason Rumney <jasonr@gnu.org>
5285
5286 * ralloc.c (r_alloc_reset_variable): New function.
5287
5288 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5289 record of what points where. (Bug#716)
5290
5291 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * minibuf.c (read_minibuf): Follow the non-interactive case when
5294 running as a daemon, before detaching.
5295
5296 2008-12-22 Andreas Schwab <schwab@suse.de>
5297
5298 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5299 * gtkutil.c (free_widget_value): Use xfree instead of free.
5300
5301 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5302
5303 * frame.c (delete_frame): New function derived from
5304 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5305 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5306 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5307 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5308 * frame.h: Extern delete_frame.
5309 * window.c (window_loop):
5310 * terminal.c (delete_terminal):
5311 * xterm.c (x_connection_closed):
5312 * xfns.c (Fx_hide_tip):
5313 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5314
5315 2008-12-21 Jason Rumney <jasonr@gnu.org>
5316
5317 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5318 when character maps to .notdef character.
5319
5320 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5323
5324 2008-12-20 Jason Rumney <jasonr@gnu.org>
5325
5326 * frame.c (Fmake_terminal_frame): Raise an error when called from
5327 a graphical frame on Windows. (Bug#1325)
5328
5329 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5330
5331 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5332
5333 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * minibuf.c (Fread_buffer): Doc fix.
5336
5337 2008-12-20 Jason Rumney <jasonr@gnu.org>
5338
5339 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5340 server name in UNC paths. (Bug#719)
5341
5342 * coding.c (decode_coding): Clear chars_at_source flag when using
5343 charbuf. (Bug#1035)
5344
5345 2008-12-19 Daniel Engeler <engeler@gmail.com>
5346
5347 * sysdep.c (serial_configure): Fix typo.
5348
5349 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5350
5351 * sysdep.c: Include alloca.h.
5352 (system_process_attributes): Add implementation for Solaris.
5353
5354 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5355
5356 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5357
5358 Reorganize implementation of Flist_system_processes and
5359 Fsystem_process_attributes. No functional changes.
5360 * process.c: Don't #include pwd.h, grp.h and limits.h.
5361 (Flist_system_processes): Just call list_system_processes.
5362 (Fsystem_process_attributes): Just call system_process_attributes.
5363 (procfs_list_system_processes, time_from_jiffies)
5364 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5365 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5366
5367 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5368 (list_system_processes): Rename from
5369 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5370 Provide a do nothing implementation.
5371 (system_process_attributes): Rename from
5372 procfs_list_system_processes.
5373 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5374 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5375
5376 * w32.c (list_system_processes): Rename from
5377 w32_list_system_processes.
5378 (system_process_attributes): Rename from
5379 w32_system_process_attributes.
5380
5381 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5382
5383 * process.h (w32_list_system_processes)
5384 (w32_system_process_attributes): Remove.
5385 (list_system_processes, system_process_attributes):
5386 New prototypes.
5387
5388 2008-12-19 Kenichi Handa <handa@m17n.org>
5389
5390 * xfont.c (xfont_decode_coding_xlfd): New function.
5391 (xfont_encode_coding_xlfd): New function.
5392 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5393 (xfont_list): Decode and encode XLFD by iso-8859-1.
5394 (xfont_match): Likewise.
5395 (xfont_list_family): Likewise.
5396 (xfont_open): Likewise.
5397
5398 * ftfont.c (ftfont_open): Generate a multibyte string if given
5399 names are utf-8.
5400
5401 * xftfont.c (xftfont_open): Generate a multibyte string if given
5402 names are utf-8.
5403
5404 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5405
5406 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5407 changed.
5408 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5409 clicked on a detached tool bar button.
5410
5411 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5412
5413 * emacs.c (main): Print and error and exit when no data is read
5414 from the pipe.
5415
5416 2008-12-17 Jason Rumney <jasonr@gnu.org>
5417
5418 * w32font.c (w32font_has_char): Always return -1.
5419
5420 2008-12-16 Kenichi Handa <handa@m17n.org>
5421
5422 * font.c (font_open_entity): Fix previous change.
5423
5424 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5425
5426 * process.c: Include <limits.h>.
5427
5428 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5429
5430 * font.c (font_update_drivers): Fix mistake in reconstructing the
5431 driver list.
5432
5433 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * font.c (font_clear_cache): Fix format of font cache data.
5436
5437 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * xftfont.c (xftfont_open): Free Xft font pattern if
5440 XftFontOpenPattern fails.
5441
5442 * xterm.c (x_free_frame_resources): Remove extraneous call to
5443 free_frame_faces.
5444
5445 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5446
5447 * xterm.c (x_delete_display): Move xim_close_dpy call to
5448 x_delete_terminal.
5449 (x_delete_terminal): Call xim_close_dpy.
5450
5451 2008-12-13 Jason Rumney <jasonr@gnu.org>
5452
5453 * w32font.c (intern_font_name): New function.
5454 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5455 (w32font_open_internal, Fx_select_font): Decode font name.
5456 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5457
5458 * w32font.h (intern_font_name): Declare new function.
5459
5460 * w32uniscribe.c (add_opentype_font_name_to_list):
5461 Use intern_font_name.
5462
5463 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * frame.c (Fdelete_frame): Call free_font_driver_list.
5466
5467 * font.c (free_font_driver_list): Implement missing function.
5468
5469 * w32term.c (w32_term_init): Don't initialize the image cache
5470 here; it will be done in init_frame_faces.
5471
5472 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5473 (struct x_display_info): Remove unused member null_pixel. New
5474 member xim_callback_data.
5475
5476 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5477 (xim_initialize): Save pointer to callback function data.
5478 (xim_close_dpy): Free callback function data. Call XCloseIM,
5479 reverting 2008-11-04 change by David Smith.
5480 (x_term_init): Don't initialize the image cache here; it will be
5481 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5482 (x_delete_display): Free x_dnd_atoms member.
5483
5484 2008-12-13 Kenichi Handa <handa@m17n.org>
5485
5486 * font.c (font_rescale_ratio): Moved from xfaces.c.
5487 Argument type changed. Handle a font-spec too.
5488 (font_score): Check Vface_font_rescale_alist.
5489 (font_open_entity): Likewise. (Bug#1547)
5490
5491 * xfaces.c (font_rescale_ratio): Moved to font.c.
5492
5493 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5496
5497 2008-12-12 Jason Rumney <jasonr@gnu.org>
5498
5499 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5500 Vwindow_system_version to the real w32 major version.
5501
5502 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5503
5504 * term.c (init_tty): Move setting the terminal name before the
5505 potential user: maybe_fatal.
5506
5507 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5508
5509 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5510 all callers changed. Call free_frame_faces to free the face cache.
5511
5512 2008-12-11 Jason Rumney <jasonr@gnu.org>
5513
5514 * w32font.c (fill_in_logfont): Don't assume symbol script means
5515 SYMBOL_CHARSET. (Bug#547)
5516
5517 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5518 size for surrogates. (Bug#1096, bug#872)
5519
5520 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5521
5522 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5523
5524 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5525
5526 * process.c (Fsystem_process_attributes, syms_of_process):
5527 Fix typo in name of Ssystem_process_attributes.
5528 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5529
5530 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * syntax.c (Fmodify_syntax_entry): Doc fix.
5533
5534 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * font.c (Ffont_spec): Move usage to end of docstring.
5537
5538 2008-12-10 Jason Rumney <jasonr@gnu.org>
5539
5540 * w32font.c (Qcham): New symbol.
5541 (font_supported_scripts): Add cham, and comments for other new
5542 scripts in bitfield from OpenType spec.
5543 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5544 contain characters beyond the bmp.
5545
5546 2008-12-10 Kenichi Handa <handa@m17n.org>
5547
5548 * ftfont.c (fc_charset_table): Add "unicode-sip".
5549 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5550 Qunicode_sip.
5551
5552 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5555 (Fcoding_system_put): Use QCdefault_char.
5556 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5557
5558 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * xftfont.c (syms_of_xftfont): Fix typo.
5561
5562 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5563
5564 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5565
5566 * emacs.c (main): Close daemon_pipe on exec.
5567
5568 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * termchar.h (struct tty): New members termcap_term_buffer and
5571 termcap_strings_buffer.
5572
5573 * term.c (encode_terminal_code): Free any previous memory blocks
5574 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5575 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5576 All callers changed.
5577 (init_tty): Store termcap data and string buffers in new struct
5578 tty members termcap_term_buffer and termcap_strings_buffer.
5579 (delete_tty): Free them.
5580 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5581
5582 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5583
5584 * nsfns.m (ns_set_background_color): Remove code duplication.
5585 It was a substitute for face-transparency on OS X 10.3.
5586
5587 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * coding.c (make_conversion_work_buffer): Disable buffer
5590 modification hooks in the work buffer.
5591
5592 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5593
5594 * process.c (procfs_system_process_attributes): If `nread' has a
5595 negative value, assign zero to it.
5596
5597 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * eval.c (Vdebug_on_error): Doc fix.
5600
5601 2008-12-05 Kenichi Handa <handa@m17n.org>
5602
5603 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5604 second character is a combining character.
5605
5606 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5607
5608 * process.c (procfs_system_process_attributes): Don't use cmd,
5609 cmdsize, and q without initializing them first.
5610
5611 2008-12-04 Jason Rumney <jasonr@gnu.org>
5612
5613 * w32font.c (w32font_draw): Initialize orig_clip before getting
5614 it, and delete it when finished.
5615
5616 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5617
5618 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5619 case when running as a daemon before detaching.
5620
5621 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * w32.c (init_environment): Don't unload library shell32.dll.
5624
5625 2008-12-03 Kenichi Handa <handa@m17n.org>
5626
5627 * font.c (font_at): Set `multibyte' at first.
5628
5629 * coding.c (decode_coding_charset): Check type of an element of
5630 vector VALIDS.
5631 (encode_coding_emacs_mule): Be sure to set `code'.
5632
5633 * fontset.c (face_for_char): Handle invalid charset property correctly.
5634 (font_for_char): Likewise.
5635
5636 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * font.c (Fopen_font): Compute pixel size correctly.
5639 (font_update_lface): Handle fonts with corrupted size specs,
5640 i.e. non-int and non-float.
5641
5642 * ftfont.c (ftfont_match): Initialize entity variable.
5643 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5644 (ftfont_list_family): Initialize list var earlier.
5645
5646 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5647
5648 * xterm.c (x_draw_glyph_string): Fall back on
5649 underline_minimum_offset for underline position.
5650
5651 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5652
5653 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5654
5655 * character.c (c_string_width): Specify the type for LEN.
5656
5657 2008-12-03 Kenichi Handa <handa@m17n.org>
5658
5659 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5660 (decode_coding_utf_8): Likewise.
5661 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5662 (produce_chars): Initialize consumed_chars to 0.
5663
5664 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * keyboard.c (make_lispy_position): Only use PT if the selected
5667 window is current.
5668
5669 2008-12-02 Andreas Schwab <schwab@suse.de>
5670
5671 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5672
5673 * doprnt.c (doprnt1): Fix size of charbuf.
5674
5675 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * keyboard.c (timer_check): Revert last change.
5678
5679 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5682
5683 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * makefile.w32-in: Update dependencies.
5686 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5687
5688 2008-12-01 Andreas Schwab <schwab@suse.de>
5689
5690 * font.c (register_font_driver): Use xmalloc.
5691 (font_put_frame_data): Likewise.
5692
5693 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * xfaces.c (realize_x_face): Make abort condition clearer.
5696
5697 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5698
5699 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * keyboard.c (timer_check): After a timer runs, ensure that the
5702 selected window's buffer is current.
5703
5704 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5707 It was accidentally restored by the Unicode merge.
5708
5709 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5710
5711 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * w32proc.c: Include "coding.h".
5714 (Fw32_short_file_name): Encode filename passed to Windows API.
5715 (Fw32_long_file_name): Encode filename passed to Windows API and
5716 decode back the result. (Bug#1433)
5717
5718 2008-11-29 Kenichi Handa <handa@m17n.org>
5719
5720 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5721 not before accessing it.
5722
5723 * charset.c (Fdefine_charset_internal): After calculating
5724 min_char, max_char, and fastmap, copy the charset structure again.
5725 (encode_char): Fix the previous change.
5726
5727 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5728
5729 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5730
5731 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5732
5733 * nsterm.m (x_set_frame_alpha): New function.
5734
5735 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5736
5737 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5738
5739 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5742 pointer to check_face_name.
5743
5744 2008-11-27 Kenichi Handa <handa@m17n.org>
5745
5746 * category.h (SET_CATEGORY_SET): Call set_category_set.
5747 (set_category_set): Extern it.
5748
5749 * category.c (hash_get_category_set): New function.
5750 (Fmodify_category_entry): Adjusted for the change of
5751 char_table_ref_and_range. Call hash_get_category_set to get a
5752 category set to store in the table.
5753
5754 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5755 Funify_charset.
5756
5757 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5758 (DECODE_CHAR): Check if the decoder vector is ready.
5759 (ENCODE_CHAR): Check if the encoder char-table is ready.
5760 (maybe_unify_char): Extern it.
5761
5762 * charset.c (Vchar_unified_charset_table): Delete it.
5763 (inhibit_load_charset_map): New variable.
5764 (temp_charset_work): New variable.
5765 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5766 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5767 New macros.
5768 (load_charset_map): Meaning of control_flag changed. If
5769 inhibit_load_charset_map is nonzero, setup a table in
5770 temp_charset_work.
5771 (load_charset): New argument control_flag.
5772 (map_charset_for_dump): New function.
5773 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5774 map_charset_for_dump.
5775 (Fdefine_charset_internal): If the charset method is MAP, load
5776 mapping tables by calling load_charset.
5777 (Funify_charset): Don't load a mapping table but directly set
5778 Vchar_unify_table.
5779 (maybe_unify_char): New function.
5780 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5781 Handle the case of inhibit_load_charset_map being nonzero.
5782 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5783 Handle the case of inhibit_load_charset_map being nonzero.
5784 (Fclear_charset_maps): Just free temp_charset_work.
5785 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5786 variable.
5787
5788 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5789 change of char_table_ref_and_range.
5790 (char_table_ref_and_range): Change the meaning of argument FROM
5791 and TO. Now the caller must provide initial values for *FROM
5792 and *TO.
5793
5794 * fontset.c (fontset_add): Adjusted for the change of
5795 char_table_ref_and_range.
5796 (fontset_get_font_group): Likewise.
5797 (Ffontset_info): Likewise.
5798
5799 * keymap.c (describe_vector): Adjusted for the change of
5800 char_table_ref_and_range. For char-table, put boundary between
5801 non-ASCII and 8-bit characters.
5802
5803 * print.c (print_object): For bool-vector, delete unnecessary
5804 check of ASCII_BYTE_P.
5805
5806 2008-11-26 Jason Rumney <jasonr@gnu.org>
5807
5808 * w32font.c (w32font_open_internal): Don't include external
5809 leading in font height. (Bug#879)
5810
5811 2008-11-26 Glenn Morris <rgm@gnu.org>
5812
5813 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5814 redefinition with ifdef. (Bug#1383)
5815
5816 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5817
5818 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5819
5820 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5821
5822 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5823 New EmacsView methods.
5824 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5825 Fixes bug #1048,1357,1414.
5826
5827 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5828
5829 Fix bug #1362.
5830 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5831 is not an indexed color.
5832 * nsterm.m (free_indexed_color): Add argument checking.
5833 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5834
5835 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5838 Document confirm-after-completion value for
5839 minibuffer-completion-confirm.
5840
5841 2008-11-24 Jason Rumney <jasonr@gnu.org>
5842
5843 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5844 warning.
5845
5846 2008-11-23 Jason Rumney <jasonr@gnu.org>
5847
5848 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5849 restored before returning.
5850
5851 * w32font.c (check_face_name): New function.
5852 (add_font_entity_to_list): Use it to filter out common substituted
5853 fonts. (Bug#642)
5854
5855 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5856
5857 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5858 confirm-nonexistent-file-or-buffer in doc-string.
5859
5860 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5863 Fix copy/paste typo. Add checks.
5864
5865 2008-11-21 Kenichi Handa <handa@m17n.org>
5866
5867 * coding.c (detect_coding_iso_2022): Reject invalid composition
5868 sequence.
5869 (DECODE_COMPOSITION_START): If the current source is the last
5870 block, and the current composition doesn't end, regard this
5871 sequence as invalid.
5872 (decode_coding_iso_2022): Handle invalid composition sequence.
5873
5874 2008-11-20 Martin Rudalics <rudalics@gmx.at>
5875
5876 * window.c (coordinates_in_window): Don't return
5877 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5878 line when the window is not the rightmost one. (Bug#1372)
5879
5880 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5881
5882 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5883
5884 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5885
5886 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5887 and bright_bg if noninteractive is non-zero.
5888
5889 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5890
5891 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5892 x_draw_glyph_string_background.
5893
5894 * w32term.c (x_draw_glyph_string): Likewise.
5895
5896 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5897
5898 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5899 the next glyph string once past the overhang width.
5900
5901 * nsterm.m (ns_draw_glyph_string): Likewise.
5902
5903 * w32term.c (x_draw_glyph_string): Likewise.
5904
5905 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5906
5907 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5908 double file close.
5909
5910 2008-11-14 Martin Rudalics <rudalics@gmx.at>
5911
5912 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5913 dedicated status of window before attempting to display another
5914 buffer in it.
5915
5916 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * msdos.c (Fmsdos_long_file_names):
5919 (syms_of_msdos) <dos-unsupported-char-glyph>:
5920 * dosfns.c (Fint86): Fix typos in docstrings.
5921
5922 2008-11-14 Eli Zaretskii <eliz@gnu.org>
5923
5924 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5925
5926 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5927
5928 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5929
5930 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5931
5932 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5933
5934 * frame.h: Negative alpha means "don't touch".
5935
5936 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5937
5938 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5939
5940 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * hftctl.c:
5943 * chpdef.h:
5944 * acldef.h: Remove files used only for systems no longer supported.
5945
5946 * Makefile.in: Fix .o alphabetical ordering.
5947 (hftctl.o): Remove dependency, file removed.
5948 (keymap.o, print.o): Depend on charset.h.
5949
5950 2008-11-10 Kenichi Handa <handa@m17n.org>
5951
5952 * character.c (Fget_byte): Fix and make it faster for unibyte target.
5953
5954 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * dired.c (file_name_completion): If completion_ignore_case is
5957 enabled, ignore case when checking completion-regexp-list.
5958
5959 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5960
5961 * vm-limit.c (get_lim_data): Fix last change.
5962
5963 2008-11-08 Kenichi Handa <handa@m17n.org>
5964
5965 * character.c (Fget_byte): New function.
5966 (syms_of_character): Defsubr Fget_byte.
5967
5968 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5971 cursor position is valid after scrolling.
5972
5973 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5976
5977 2008-11-06 Glenn Morris <rgm@gnu.org>
5978
5979 * xterm.c (handle_one_xevent): Don't let popup menus cause
5980 mouse-autoselect-window related window switching. (Bug#1261)
5981
5982 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5983
5984 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5985
5986 2008-11-04 Andreas Schwab <schwab@suse.de>
5987
5988 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5989
5990 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * xfns.c (Fx_wm_set_size_hint): New function.
5993
5994 2008-11-03 Martin Rudalics <rudalics@gmx.at>
5995
5996 * textprop.c (Fprevious_single_char_property_change): Return 0
5997 when there's no change in a string. (Bug#1301)
5998
5999 2008-11-02 Martin Rudalics <rudalics@gmx.at>
6000
6001 * frame.c (do_switch_frame): New argument NORECORD passed to
6002 Fselect_window.
6003 (Fselect_frame): New argument NORECORD passed to
6004 do_switch_frame.
6005 (Fset_frame_selected_window): New argument NORECORD passed to
6006 Fselect_frame.
6007 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6008 in call of do_switch_frame.
6009 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6010 Handle NORECORD argument in call of Fselect_frame.
6011 * lisp.h (do_switch_frame, Fselect_frame)
6012 (Fset_frame_selected_window): Adjust declarations.
6013 * window.c (select_frame_norecord): New function.
6014 (run_window_configuration_change_hook): Use it and call
6015 Fselect_frame with NORECORD set.
6016 (Fselect_window): Pass NORECORD to Fselect_frame.
6017 (Fset_window_configuration): Handle NORECORD argument in call of
6018 do_switch_frame.
6019 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6020 Fset_frame_selected_window.
6021 * keyboard.c (command_loop_1): Handle NORECORD in call of
6022 Fselect_frame (currently ifdefd).
6023
6024 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6025
6026 * emacs.c (USAGE2): Untabify.
6027
6028 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * composite.c (fill_gstring_header): Fix copy/paste typo.
6031
6032 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6033
6034 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6035 (Fother_window): Rename argument and rewrite doc-string.
6036 (select_window_norecord): Fix return value. (Bug#1276)
6037
6038 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6039
6040 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6041 new frames overriding foreground for tooltips. Based on similar patch
6042 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6043
6044 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * emacs.c (Fdaemon_initialized): Initialize nfd.
6047
6048 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6049
6050 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6051 (Fwindow_text_height): Clarify doc-strings.
6052 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6053 doc-string of window-scroll-functions.
6054
6055 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6056
6057 * category.c (syms_of_category): Fix typo in docstring.
6058
6059 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6062 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6063 Fix typos in docstrings.
6064
6065 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6066
6067 * emacs.c (daemon_pipe): Make non-static.
6068 (IS_DAEMON): Move definition ...
6069 * lisp.h (IS_DAEMON): ... here.
6070 (daemon_pipe): Declare.
6071 (is_daemon): Remove.
6072 * dispnew.c (init_display): Use IS_DAEMON.
6073
6074 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6077 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6078
6079 * emacs.c (is_daemon): Remove.
6080 (main): Don't set is_daemon.
6081 (IS_DAEMON): New macro.
6082 (Fdaemonp, Fdaemon_initialized): Use it.
6083 (Fdaemon_initialized): Write a char into the pipe to make sure the
6084 parent exits.
6085 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6086
6087 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6090 over-sized glyph, draw it with the default glyph width.
6091
6092 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6093 glyph, draw it with the default glyph width.
6094
6095 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6096 glyph, draw it with the default glyph width.
6097
6098 * xdisp.c (try_scrolling): When computing the distance from the
6099 scroll margin to PT, try moving some distance past the window
6100 bottom before giving up.
6101
6102 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6103
6104 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6105 (Fset_window_buffer): Explain in doc-string that a window can be
6106 "strongly" dedicated to its buffer.
6107
6108 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6109
6110 * emacs.c (daemon_name): New variable.
6111 (main): Deal with --daemon=SERVER_NAME.
6112 (Fdaemonp): Return a name if one was passed to --daemon.
6113
6114 2008-10-26 Romain Francoise <romain@orebokech.com>
6115
6116 * emacs.c (daemon_pipe): New variable.
6117 (main): Create a pipe before forking, make the parent exit only after
6118 the child has closed its end of the pipe. Move closing the
6119 descriptors ...
6120 (Fdaemon_initialized): ... here. New function.
6121
6122 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6125 the previous unoptimized table.
6126
6127 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6128 the distinction between non-nil and non-t value of `dedicated'.
6129
6130 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6133 read_char_minibuf_menu_text is large enough to hold the menu string.
6134
6135 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6136
6137 * window.c (Fget_buffer_window, Fdelete_windows_on)
6138 (Freplace_buffer_in_windows): Make buffer argument optional and
6139 rename to buffer_or_name.
6140
6141 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * xdisp.c (handle_single_display_spec, handle_display_prop):
6144 Undo 2005-05-16 change.
6145 (handle_stop): Pop iterator if it's loaded with an empty string.
6146 (get_overlay_strings_1): Don't save iterator if it's loaded with
6147 an empty string (bug#1201).
6148
6149 2008-10-24 Kenichi Handa <handa@m17n.org>
6150
6151 * ftfont.c (ftfont_otf_features): Fix previous change.
6152 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6153 calling ftfont_otf_features.
6154
6155 2008-10-24 Kenichi Handa <handa@m17n.org>
6156
6157 * font.c (font_match_p): Fix for the case that a vector of
6158 characters is in script-representative-chars.
6159
6160 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * dbusbind.c (xd_in_read_queued_messages): New variable.
6163 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6164 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6165 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6166 macro. (Bug#1186)
6167
6168 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6169
6170 * s/sol2-10.h: New file.
6171
6172 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6175 poor beast has survived 9+ years and the jump from xterm.c!).
6176
6177 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6178
6179 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6180 Reword doc-string.
6181 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6182
6183 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * character.c (syms_of_character) <script-representative-chars>:
6186 <unicode-category-table>: Doc fixes.
6187
6188 2008-10-23 Noah Friedman <friedman@splode.com>
6189
6190 * coding.c (make_conversion_work_buffer): Check that
6191 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6192 Fget_buffer_create.
6193
6194 2008-10-23 Kenichi Handa <handa@m17n.org>
6195
6196 * font.c (font_add_log): Check the values of extra properties.
6197
6198 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6199
6200 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6201 Reword doc-string.
6202 (Fset_window_parameter): Use NILP.
6203 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6204 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6205
6206 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6207
6208 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6209
6210 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6211
6212 * nsfns.m (ns_appkit_version): New function.
6213 (x-server-version): Use it.
6214 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6215 (x-server-vendor): Don't check_ns().
6216
6217 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6218
6219 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6220
6221 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6222 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6223
6224 2008-10-22 Kenichi Handa <handa@m17n.org>
6225
6226 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6227 scripts.
6228
6229 * category.c (word_boundary_p): Check scripts instead of charset.
6230 Handle nil value in word-separating-categories and
6231 word-combining-categories.
6232 (syms_of_category): Fix docstrings of word-separating-categories
6233 and word-combining-categories.
6234
6235 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6236
6237 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6238 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6239
6240 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6241
6242 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6243 Rename arg "buffer" to "buffer_or_name".
6244 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6245 it optional.
6246 (no_switch_window): Remove since the return value is not used.
6247 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6248 Consider window as dedicated when Fwindow_dedicated_p returns a
6249 non-nil value.
6250 * lisp.h: Remove prototype for no_switch_window.
6251
6252 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6253
6254 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6255 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6256
6257 2008-10-21 Kenichi Handa <handa@m17n.org>
6258
6259 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6260 check Vlatin_extra_code_table.
6261
6262 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6263
6264 * fileio.c (Fset_file_modes): Doc fix.
6265
6266 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6267
6268 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6269 in arrays.
6270
6271 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6272
6273 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6274 Mention kill-buffer in doc-string.
6275 (Fset_window_buffer): Reinsert tem check removed in last commit.
6276 (Fenlarge_window, Fshrink_window): Have argument names and
6277 doc-string follow Elisp manual more closely.
6278
6279 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6280
6281 * fileio.c (Fset_file_modes): Doc fix.
6282
6283 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6284
6285 * window.c (Fwindow_width, Fset_window_start)
6286 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6287 (Fdelete_windows_on, Freplace_buffer_in_windows):
6288 Make doc-strings follow code and Elisp manual more closely.
6289 (Fwindow_dedicated_p): Make window argument optional.
6290 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6291 (Fset_window_buffer): Respect any non-nil dedicated value for
6292 window. Rename "buffer" argument to "buffer_or_name".
6293
6294 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6295
6296 * m/sh3.h: New file, machine description for SuperH.
6297
6298 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6299
6300 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6301
6302 2008-10-17 Kenichi Handa <handa@m17n.org>
6303
6304 * ftfont.c (ftfont_otf_features): Fix indexing
6305 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6306
6307 2008-10-16 Magnus Henoch <mange@freemail.hu>
6308
6309 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6310 (Fdbus_call_method_asynchronously): Ditto.
6311 This change makes C-h f display the argument list.
6312
6313 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * fileio.c (Fexpand_file_name): Doc fix.
6316
6317 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6318 of :foreground and :background equivalent to unspecified (20.x
6319 compatibility).
6320
6321 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6322
6323 * buffer.c (syms_of_buffer): Doc fix.
6324
6325 2008-10-14 Kenichi Handa <handa@m17n.org>
6326
6327 * font.c (font_clear_prop): When clearing font width, clear the
6328 average width field too.
6329
6330 2008-10-12 Andreas Schwab <schwab@suse.de>
6331
6332 * ftfont.c (ftfont_shape_by_flt): Make static.
6333 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6334
6335 * font.c: Don't include <m17n-flt.h>.
6336
6337 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6338
6339 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6340
6341 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6342
6343 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6344 away code.
6345
6346 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * dispnew.c (update_text_area): Avoid looping due to large glyph
6349 overhangs (bug#1070).
6350
6351 2008-10-09 Kenichi Handa <handa@m17n.org>
6352
6353 * fontset.c (face_for_char): If face->fontset is negative, just
6354 return ascii_face.
6355
6356 * font.c (font_delete_unmatched): Fix previous change.
6357 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6358
6359 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6360
6361 * frame.c (Fraise_frame): On text-only terminals select frame in
6362 order to make it visible. (Bug#1061)
6363
6364 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * fontset.c (fontset_find_font): Check frame validity.
6367
6368 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * gtkutil.c (xg_display_open): Reset default display if none exists.
6371 (xg_display_close): Allow Emacs to close all displays (bug#985).
6372
6373 2008-10-06 Andreas Schwab <schwab@suse.de>
6374
6375 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6376
6377 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6380
6381 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6382
6383 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6384 during initialization.
6385
6386 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6387
6388 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6389 whole thing on MSDOS frames as well as on a TTY.
6390
6391 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6392 well as for TTY.
6393 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6394 well as on a TTY.
6395
6396 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6397 as well as for TTY.
6398
6399 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6400
6401 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6402 MSDOS frames as well.
6403
6404 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6405
6406 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6407 correct arguments.
6408 * menu.c (find_and_return_menu_selection): Add cast.
6409
6410 2008-10-03 Glenn Morris <rgm@gnu.org>
6411
6412 * emacs.c (USAGE1): Add --daemon.
6413
6414 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6415
6416 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6417 100, so it's in percents as advertised.
6418
6419 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6420
6421 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6422 (ns_output.current_cursor, ns_output.desired_cursor)
6423 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6424 (FRAME_NEW_CURSOR_COLOR): Remove.
6425
6426 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6427 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6428 enumeration (HOLLOW_BOX_CURSOR, etc.).
6429
6430 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6431 (draw_window_cursor): Simplify code.
6432 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6433 Don't change cursor type. In latter, call rehighlight instead of doing
6434 updates manually.
6435 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6436 Use core Emacs cursor types.
6437
6438 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6439
6440 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6441
6442 * process.c (Faccept_process_output): Fix doc-string.
6443
6444 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6445
6446 * gmalloc.c (__sbrk): Also define for uClibc.
6447
6448 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6449 for uClibc.
6450
6451 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6452
6453 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6454 styles.
6455 (nsfont_open): Reenable the cache.
6456
6457 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6458
6459 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6460 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6461
6462 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6465 a suspended terminal.
6466
6467 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6468
6469 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6470
6471 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6472
6473 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6474
6475 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6478 in a continued line coincides with a line beginning.
6479
6480 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6481
6482 * nsfont.m (nsfont_trait_distance): Fix bug.
6483 (nsfont_list): Return a list rather than a vector (syncs with Handa
6484 changes of 2008-05-14).
6485 (nsfont_open): Improve logging.
6486
6487 2008-09-29 Andreas Schwab <schwab@suse.de>
6488
6489 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6490
6491 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6492
6493 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6494 name as char-resolve-modifiers.
6495 Reported by: Markus Triska <markus.triska@gmx.at>
6496
6497 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6498
6499 * dispnew.c (init_display): Return earlier when running as a daemon.
6500
6501 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6502
6503 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6504
6505 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6506
6507 * composite.c (Fcomposition_get_gstring)
6508 (Fcompose_region_internal, Fcompose_string_internal)
6509 (Ffind_composition_internal): Doc fix.
6510 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6511 (syms_of_composite) <auto-composition-function>: Doc fix.
6512 (syms_of_composite) <composition-function-table>: Doc fix.
6513
6514 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * search.c (wordify): New argument for lax word-ends.
6517 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6518
6519 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * lisp.h (is_daemon): Declare.
6522 * dispnew.c (init_display): Do not try to initialize the terminal
6523 when running as a daemon.
6524
6525 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6528 x_display_pixel_height.
6529
6530 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6531
6532 * undo.c (record_point): Don't call Fundo_boundary for first
6533 change. (Bug#731)
6534
6535 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * emacs.c (Fdaemonp): Doc fix.
6538
6539 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 * emacs.c (main): Place #ifdef in the proper place.
6542
6543 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6544
6545 * emacs.c (standard_args): Add --daemon.
6546 (main): Disconnect from the terminal when --daemon is passed.
6547 (is_daemon): New variable.
6548 (Fdaemonp): New function.
6549 (syms_of_emacs): Defsubr it.
6550
6551 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * xdisp.c (get_next_display_element): Handle string display
6554 correctly when checking for the end of a box run.
6555
6556 2008-09-20 Glenn Morris <rgm@gnu.org>
6557
6558 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6559 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6560 (Frename_file): Avoid copying to trash if a rename involves
6561 a delete. (Bug#964).
6562
6563 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6564
6565 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6566 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6567 frames as well as termcap frames.
6568 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6569 get_named_tty.
6570
6571 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6572
6573 * process.c (procfs_system_process_attributes): Fix cmdline in
6574 case /proc/PID/cmdline is empty.
6575
6576 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6577 x_display_pixel_height.
6578
6579 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6582
6583 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6584 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6585
6586 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6587
6588 * dispextern.h (struct it): Move line_wrap away from the middle of
6589 bitfields. Move voffset in struct iterator_stack_entry after the
6590 bitfields. Move tab_width near after another short.
6591
6592 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6593
6594 * frame.h (struct frame): Move alpha from the middle of bitfields.
6595
6596 * window.h (struct window): Move frozen_window_start_p after the
6597 rest of the bitfields to reduce padding.
6598
6599 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * xterm.h (x_display_info): Remove `height' and `width' members.
6602
6603 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6604
6605 * w32term.h (w32_display_info): Remove `height', `width',
6606 `height_in', and `width_in' members.
6607
6608 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6609 New functions.
6610 (x_calc_absolute_position): Use them.
6611 (x_term_init): Omit removed `height' and `width' members.
6612
6613 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6614 New functions.
6615 (w32_read_socket, x_calc_absolute_position): Use them.
6616 (w32_initialize_display_info, w32_term_init): Omit removed members
6617 of w32_display_info.
6618
6619 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6620 New functions.
6621 (ns_initialize_display_info): Omit removed members of ns_display_info.
6622
6623 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6624 New functions.
6625 (x_calc_absolute_position): Use them.
6626 (x_term_init): Omit removed `height' and `width' members.
6627
6628 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6629 (compute_tip_xy):
6630 * frame.c (x_fullscreen_adjust):
6631 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6632 x_display_pixel_width.
6633
6634 2008-09-18 Kenichi Handa <handa@m17n.org>
6635
6636 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6637 (composition_compute_stop_pos): Fix handling of static composition.
6638 (Fcomposition_get_gstring): Check FROM and TO at first.
6639
6640 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6643 mixup (YAILOM).
6644
6645 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * indent.c (Fvertical_motion): Use position reported by iterator
6648 instead of PT for determining screen motion (bug#943).
6649
6650 2008-09-17 Romain Francoise <romain@orebokech.com>
6651
6652 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6653
6654 2008-09-17 Kenichi Handa <handa@m17n.org>
6655
6656 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6657
6658 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6659 if necessary.
6660
6661 2008-09-16 Kenichi Handa <handa@m17n.org>
6662
6663 * coding.c (make_conversion_work_buffer): Avoid calling
6664 Fget_buffer_create if it is not necessary.
6665
6666 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6667
6668 * window.c (Fselect_window): Don't update window_select_count and
6669 use_time when norecord is not nil.
6670
6671 2008-09-14 Kenichi Handa <handa@m17n.org>
6672
6673 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6674 specpdl_ptr.
6675
6676 2008-09-12 Kenichi Handa <handa@m17n.org>
6677
6678 * indent.c (scan_for_column): Don't handle automatic composition
6679 if the current buffer is not associated with a window.
6680
6681 * composite.c (composition_reseat_it): If the current buffer is
6682 not associated with a window, ignore the automatic composition.
6683 (find_automatic_composition): Likewise.
6684
6685 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6688 (Fgpm_mouse_stop): Use it.
6689 * termhooks.h (close_gpm): Declare.
6690 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6691 connection if Gpm_GetEvent fails.
6692
6693 * window.c (set_window_buffer): Always preserve current-buffer.
6694
6695 2008-09-12 Glenn Morris <rgm@gnu.org>
6696
6697 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6698
6699 2008-09-11 Glenn Morris <rgm@gnu.org>
6700
6701 * charset.c (charset-map-path): Doc fix.
6702
6703 2008-09-10 Kenichi Handa <handa@m17n.org>
6704
6705 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6706
6707 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6708 compose a grapheme cluster with the preceding base glyph.
6709
6710 * composite.c (composition_compute_stop_pos): Fix previous change.
6711 Reset cmp_it->id to -1 at first.
6712
6713 2008-09-10 Glenn Morris <rgm@gnu.org>
6714
6715 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6716
6717 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * keyboard.c (read_key_sequence): Reapply translation maps when
6720 switching keyboards.
6721
6722 2008-09-09 Kenichi Handa <handa@m17n.org>
6723
6724 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6725 characters.
6726
6727 * composite.c (FORWARD_CHAR): Fix calculation
6728 of (POSITION).pos_byte.
6729 (composition_compute_stop_pos): Limit the search of composition to
6730 at most 500 characters ahead. If we reach the limit or find a
6731 newline, set cmp_it->ch to -2 and return 0.
6732 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6733
6734 2008-09-08 Kenichi Handa <handa@m17n.org>
6735
6736 * indent.c (Fvertical_motion): Be sure to set
6737 it_overshoot_expected if it.cmp_it.id is non-negative.
6738
6739 2008-09-07 Andreas Schwab <schwab@suse.de>
6740
6741 * callproc.c (Fcall_process): Don't hold references to string data
6742 across garbage collection. Move initialisation of new_argv down
6743 to avoid compiler bug.
6744
6745 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6746
6747 * process.c (Fsystem_process_attributes): Doc fix.
6748
6749 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * callproc.c (Fcall_process): Canonicalize current directory name.
6752
6753 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6754 iterator advances to the next line if the current line ends in a
6755 continued tab.
6756
6757 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6758
6759 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6760 member to point to cmp_from.
6761
6762 * xdisp.c: Doc fix for references to gidx data member.
6763
6764 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6767
6768 2008-09-07 Kenichi Handa <handa@m17n.org>
6769
6770 * composite.c (FORWARD_CHAR): Check STOP after
6771 incrementing (POSITION).pos.
6772
6773 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6774
6775 * process.c (Fsystem_process_attributes): Doc fix.
6776
6777 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * keyboard.c (Ftop_level): Doc fix.
6780
6781 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6782
6783 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6784 minibuffer, don't let lower part of menu invade the echo area.
6785
6786 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6787 "char *q" to access menu text and advance through it. Revert the
6788 change that displayed ">" instead of ASCII character 0x10.
6789
6790 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6791
6792 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6793 toggle boxes and radio buttons on MS-DOS as well.
6794
6795 2008-09-05 Kenichi Handa <handa@m17n.org>
6796
6797 * composite.c (autocmp_chars): Check lookback count.
6798 (composition_compute_stop_pos): Set cmp_it->lookback.
6799 (composition_reseat_it): Check lookback count.
6800 (struct position_record): New struct.
6801 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6802 (find_automatic_composition): New function.
6803 (composition_adjust_point): Use find_automatic_composition.
6804
6805 * dispextern.h (struct composition_it): New member lookback.
6806
6807 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6810 if moving by a single line.
6811
6812 2008-09-02 Andreas Schwab <schwab@suse.de>
6813
6814 * xterm.c (x_delete_display): Fix merge error.
6815
6816 * fileio.c (Fexpand_file_name): Remove unused variables.
6817
6818 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6819
6820 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6821 storage on all platforms, not just on DOS_NT.
6822
6823 2008-09-02 Jason Rumney <jasonr@gnu.org>
6824
6825 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6826 Ensure mouse is not grabbed after menu is finished.
6827
6828 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * xfaces.c (Finternal_set_alternative_font_family_alist)
6831 (Finternal_set_alternative_font_registry_alist): Properly copy
6832 entire alist structure.
6833
6834 2008-09-01 Kenichi Handa <handa@m17n.org>
6835
6836 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6837 representative chars of the script is a vector.
6838 (ftfont_list): Handle the case where the representative chars of
6839 the script is a vector.
6840
6841 * character.c (syms_of_character): Docstring of
6842 script-representative-chars fixed.
6843
6844 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6845
6846 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6847 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6848 the menu. Allocate larger buffer for `text', to account for
6849 possible ^C characters.
6850
6851 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6852
6853 * xdisp.c (prepare_menu_bars): Don't call
6854 Vwindow_size_change_functions with arg Qt.
6855
6856 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * font.h (font_range):
6859 * fileio.c (report_file_error):
6860 * composite.c (composition_update_it): Yet another int/Lisp_Object
6861 mixup (YAILOM).
6862
6863 2008-08-30 Glenn Morris <rgm@gnu.org>
6864
6865 * data.c (Fmake_variable_frame_local): Doc fix.
6866
6867 * frame.c (Fmodify_frame_parameters): Doc fix.
6868
6869 2008-08-30 Eli Zaretskii <eliz@gnu.org>
6870
6871 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6872 needed by GetTokenInformation.
6873 (w32_system_process_attributes): Check return values of all system
6874 APIs.
6875
6876 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6877 only when the state changes.
6878 (IT_update_begin, IT_update_end): Add termscript trace.
6879
6880 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6881 clipboard is unavailable. Set dst to NULL if it doesn't point to
6882 malloc'ed data.
6883 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6884 passing random values to xfree.
6885
6886 * dispnew.c (init_display): Set `tty's association in frame's
6887 parameters alist to the name of the terminal device, if that is known.
6888
6889 2008-08-29 Jason Rumney <jasonr@gnu.org>
6890
6891 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6892
6893 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6894
6895 * composite.c (fill_gstring_body): Avoid compiler warnings.
6896
6897 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6898 LGLYPH_SET_CODE to avoid compiler warnings.
6899
6900 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6901
6902 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6903
6904 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6905 LGLYPH_SET_CODE.
6906
6907 2008-08-29 Kenichi Handa <handa@m17n.org>
6908
6909 * fileio.c (report_file_error): Don't downcase the first character
6910 of errstring if it is still unibyte.
6911
6912 2008-08-29 Kenichi Handa <handa@m17n.org>
6913
6914 These changes are to re-implement the automatic composition so
6915 that it doesn't use text properties.
6916
6917 * Makefile.in (ftfont.o): Depend on composite.h.
6918 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6919
6920 * character.h (Vunicode_category_table): Extern it.
6921
6922 * character.c (Vunicode_category_table): New variable.
6923 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6924
6925 * chartab.c (optimize_sub_char_table): Perform more greedy
6926 optimization.
6927
6928 * composite.h (enum composition_method):
6929 Delete COMPOSITION_WITH_GLYPH_STRING.
6930 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6931 (Vcomposition_function_table): Extern it.
6932 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6933 (composition_gstring_put_cache, composition_gstring_from_id)
6934 (composition_gstring_p, composition_gstring_width)
6935 (composition_compute_stop_pos, composition_reseat_it)
6936 (composition_update_it, composition_adjust_point): Extern them.
6937 (Fcomposition_get_gstring): EXFUN it.
6938
6939 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6940 (Vcomposition_function_table)
6941 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6942 (gstring_hash_table, gstring_work, gstring_work_headers):
6943 New variables.
6944 (gstring_lookup_cache, composition_gstring_put_cache)
6945 (composition_gstring_from_id, composition_gstring_p)
6946 (composition_gstring_width, fill_gstring_header)
6947 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6948 (composition_reseat_it, composition_update_it)
6949 (composition_adjust_point, Fcomposition_get_gstring): New functions.
6950 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6951 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6952 Defsubr composition_get_gstring.
6953
6954 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6955 cmp_id.
6956 (struct glyph_string): Delete the member gidx. New members
6957 cmp_id, cmp_from, and cmp_to.
6958 (enum it_method): Delete GET_FROM_COMPOSITION.
6959 (struct composition_it): New struct.
6960 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6961 Delete c, len, cmp_id, cmp_len in u.comp.
6962
6963 * font.h (enum lgstring_indices): Delete it.
6964 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6965 (enum lglyph_indices): Likewise.
6966 (font_range): Adjust extern.
6967 (font_fill_lglyph_metrics): Extern it.
6968
6969 * font.c (QCf): New variable.
6970 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6971 (font_prepare_composition): Delete this function.
6972 (font_range): Type and arguments changed.
6973 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6974 (font_fill_lglyph_metrics): New function.
6975 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6976 (syms_of_font): DEFSYM QCf. Delete defsubr for
6977 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6978 Defsubr Sfont_shape_gstring.
6979
6980 * fontset.h (font_for_char): Extern it.
6981
6982 * fontset.c (font_for_char): New function.
6983
6984 * ftfont.c: Include composite.h.
6985 (ftfont_resolve_generic_family): Add langset "en" to pattern.
6986 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6987
6988 * indent.c: Include composite.h and dispextern.h.
6989 (check_composition): Delete this function.
6990 (scan_for_column): Handle composition by
6991 composition_compute_stop_pos, composition_reseat_it, and
6992 composition_update_it.
6993 (compute_motion): Likewise.
6994 (Fvertical_motion): Fix checking of composition.
6995
6996 * keyboard.c (adjust_point_for_property): Check composition by
6997 composition_adjust_point.
6998
6999 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7000 struct glyph_string.
7001
7002 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7003 (append_composite_glyph): Adjust for the change of struct it and
7004 struct glyph.
7005 (produce_composite_glyph): Likewise.
7006
7007 * w32term.c (x_draw_composite_glyph_string_foreground):
7008 Adjust for the change of struct glyph_string.
7009 (x_draw_glyph_string): Likewise.
7010
7011 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7012 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7013
7014 * xdisp.c: Include font.h.
7015 (it_props): Delete the entry for Qauto_composed.
7016 (init_iterator): Initialize it->cmp_it.id to -1.
7017 (compute_stop_pos): Call composition_compute_stop_pos.
7018 (face_before_or_after_it_pos): Adjust for the change of struct it.
7019 (handle_auto_composed_prop): Delete it.
7020 (handle_composition_prop): Handle only static composition.
7021 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7022 from xassert. Initialize it->cmp_it.stop_pos.
7023 (push_it): Adjust for the change of struct it.
7024 (pop_it): Likewise.
7025 (get_next_element): Delete next_element_from_composition.
7026 (CHAR_COMPOSED_P): New macro.
7027 (get_next_display_element): For automatic composition, get a face
7028 from the font in the glyph-string.
7029 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7030 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7031 (next_element_from_string): Check if the character at the current
7032 position is composed by CHAR_COMPOSED_P.
7033 (next_element_from_buffer): Likewise.
7034 (next_element_from_composition): Adjust for the change of struct it.
7035 Update it->cmp_it.
7036 (dump_glyph): Adjust for the change of struct glyph.
7037 (fill_composite_glyph_string): Adjust for the change of struct
7038 it and struct glyph. Don't handle automatic composition here.
7039 (fill_gstring_glyph_string): New function.
7040 (x_get_glyph_overhangs): Handle automatic composition.
7041 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7042 (BUILD_GSTRING_GLYPH_STRING): New macro.
7043 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7044 automatic composition.
7045 (append_composite_glyph): Adjust for the change of struct it and
7046 struct glyph.
7047 (x_produce_glyphs): Adjust for the change of struct it.
7048
7049 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7050 the change of struct glyph_string.
7051 (x_draw_glyph_string): Likewise.
7052
7053 2008-08-29 Glenn Morris <rgm@gnu.org>
7054
7055 * buffer.c (word-wrap): Doc fix.
7056 * xdisp.c (truncate-partial-width-windows): Doc fix.
7057 Increase default to 50.
7058
7059 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * xdisp.c (update_tool_bar_unwind): New function.
7062 (update_tool_bar): Temporarily set selected frame before building
7063 tool-bar items.
7064
7065 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7068 snprintf, respectively.
7069 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7070
7071 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7074 LDFLAGS to GNUstep CC invocation.
7075
7076 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * indent.c (Fvertical_motion): Revert last change. Handle the
7079 general case where we are moving forward, and PT spans multiple
7080 screen lines.
7081
7082 * eval.c (find_handler_clause): Temporarily increase
7083 max-lisp-eval-depth while printing the backtrace buffer, to
7084 guarantee that help-mode code can run.
7085
7086 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7087
7088 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7089 colors under -rv.
7090 (IT_set_frame_parameters): Don't swap foreground and background
7091 colors if `(reverse . t)' is present in the frame properties.
7092 (internal_terminal_init): Call init_frame_faces only for the
7093 initial frame.
7094
7095 2008-08-27 Andreas Schwab <schwab@suse.de>
7096
7097 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7098
7099 2008-08-27 Andreas Schwab <schwab@suse.de>
7100
7101 * search.c (search_buffer): Set char_base to zero only at the end.
7102
7103 2008-08-27 Kenichi Handa <handa@m17n.org>
7104
7105 * fileio.c (report_file_error): Fix handling of multibyte error string.
7106
7107 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7108
7109 * xterm.c (x_term_init): Temporarily hide the partially
7110 initialized terminal while calling vendor-specific-keysyms.
7111
7112 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7113
7114 * msdos.c (internal_terminal_init): Most initializations done only
7115 once, especially initial_screen_colors[] and termscript open.
7116
7117 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * eval.c (Fcondition_case): Doc fix.
7120
7121 * widgetprv.h (EmacsFramePart): Change font member to the new font
7122 struct.
7123
7124 * widget.c: Include character.h and font.h for XSETFONT.
7125 (setup_frame_gcs): Compute X font id from font struct, just once.
7126
7127 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7128
7129 * term.c (get_named_tty): Fix last change.
7130
7131 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7132
7133 * indent.c (Fvertical_motion): If moving forward starting from a
7134 multi-line string, move the iterator to the last line of that string.
7135
7136 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7137
7138 * frame.c (do_switch_frame): Mark previously displayed frame as
7139 obscured for FRAME_MSDOS_P frames as well.
7140
7141 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7142
7143 * frame.c (make_terminal_frame): Initialize f->terminal,
7144 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7145 Set the top frame to newly created frame.
7146 (Fmake_terminal_frame): Reuse the_only_display_info.
7147
7148 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7149 estimating available memory.
7150
7151 2008-08-23 David Reitter <david.reitter@gmail.com>
7152
7153 * nsterm.m (ns_draw_window_cursor): Don't call
7154 NSDisableScreenUpdates and NSEnableScreenUpdates on
7155 non-NS_IMPL_COCOA systems.
7156
7157 2008-08-23 Andreas Schwab <schwab@suse.de>
7158
7159 * process.c (procfs_system_process_attributes): Fix use of
7160 uninitialized variables.
7161
7162 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7163
7164 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7165
7166 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7167 calling tty-set-up-initial-frame-faces.
7168
7169 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7170 Allow MSDOS frames along with X frames.
7171
7172 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7173 addition to output_termcap.
7174
7175 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7176
7177 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7178 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7179 highlight.
7180
7181 * process.c [!subprocesses]: Define QCname.
7182 (syms_of_process): Intern and staticpro it.
7183
7184 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7185 Adjust for changes in encoding/decoding routines.
7186 Use encode_coding_object and decode_coding_object instead of
7187 encode_coding and decode_coding.
7188
7189 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7190
7191 * dosfns.c: Include frame.h before termhooks.h.
7192 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7193 variable termscript.
7194
7195 * s/msdos.h (USER_FULL_NAME): Define.
7196 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7197
7198 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7199 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7200 pw->pw_gecos.
7201
7202 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7203 SELECTED_FRAME as additional (1st) argument.
7204 (tty_read_avail_input): Handle output_msdos_raw in
7205 addition to output_termcap.
7206
7207 * msdos.c: Include frame.h before termhooks.h.
7208 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7209 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7210 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7211 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7212 (IT_set_terminal_modes, IT_reset_terminal_modes)
7213 (IT_set_frame_parameters): Use tty->termscript instead of a global
7214 variable termscript.
7215 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7216 global variable terminal_coding. Don't refer to
7217 Vnonascii_translation_table.
7218 (internal_terminal_init): Set Vwindow_system in current_kboard.
7219 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7220 Announce date and time of session start, if termscript is open.
7221 Don't zero out the_only_display_info (it is done in
7222 term.c:init_tty). Open termscript only of not already open.
7223 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7224 here instead of dos_ttraw. Don't initialize display if this is an
7225 initial tty. Don't set FRAME_FONT.
7226 (Vwindow_system_version): Bump to 23.
7227 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7228 is available, set up mouse_position_hook.
7229 (dos_ttraw, IT_set_terminal_modes): If called with initial
7230 terminal, do nothing.
7231 (IT_set_frame_parameters): Handle the Qtty_type frame
7232 parameter by calling internal_terminal_init.
7233 (dos_set_window_size, show_mouse_face)
7234 (clear_mouse_face, IT_note_mode_line_highlight)
7235 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7236 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7237 (initialize_msdos_display): New function.
7238 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7239 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7240 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7241 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7242 Accept additional argument: a pointer to a frame. Update all callers.
7243 (request_sigio, unrequest_sigio): Don't define, now defined on
7244 sysdep.c.
7245 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7246
7247 * term.c [MSDOS]: Include msdos.h.
7248 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7249 conditional to DOS_NT. Allow only one call to this function in a
7250 session. Don't allocate a new struct tty_display_info; instead,
7251 reuse the_only_display_info. Call get_tty_size to get screen
7252 dimensions. Call init_baud_rate to set bad_rate.
7253 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7254 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7255 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7256 (get_tty_terminal, get_named_tty, Ftty_type)
7257 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7258 output_termcap.
7259 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7260 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7261 only when subprocesses are supported.
7262
7263 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7264 f->output_data.x.
7265 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7266 terminal devices.
7267
7268 * msdos.h: Remove definition of struct x_display_info and struct
7269 x_output.
7270 (FRAME_FONT): Use output_data.tty.
7271 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7272 (struct x_display_info): Rename from display_info. Update all users in
7273 msdos.c.
7274 (struct x_output): Remove background_pixel and foreground_pixel.
7275 (the_only_display_info): Rename from the_only_x_display.
7276 (dos_ttraw): Update prototype.
7277
7278 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7279 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7280
7281 2008-08-23 Jason Rumney <jasonr@gnu.org>
7282
7283 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7284 (fn_TIFFSetDirectory): New library function used.
7285 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7286 (tiff_load): Use :index to select among multiple images. Set count
7287 property when multiple images exist.
7288 (gif_format): Use :index, not :image.
7289
7290 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7291
7292 * xdisp.c (try_scrolling): Check INT_MAX instead of
7293 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7294 to obtain INT_MAX.
7295
7296 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7297
7298 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7299
7300 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7301
7302 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7303 GNUstep library location.
7304
7305 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7308 before using it.
7309
7310 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7311
7312 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7313
7314 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7315 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7316 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7317 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7318 (EmacsApp-cursor_blink_handler): Remove declaration.
7319 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7320 match 01 Feb 2008 changes in xterm.c.
7321 (ns_read_socket): Add cast to avoid warning.
7322 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7323 GNUstep.
7324
7325 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * xselect.c (x_get_foreign_selection): Return nil if desired
7328 selection could not be obtained, instead of signalling an error.
7329
7330 2008-08-20 David Reitter <david.reitter@gmail.com>
7331
7332 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7333 * nsterm.m: Remove ns-specific code for cursor blinking.
7334 (ns_draw_window_cursor): Clear cursor properly rather than
7335 redrawing the area. Respect width of bar cursors.
7336 These changes enable the use of generic blink-cursor-mode and
7337 generic cursor types in NS and support smooth cursor movements (do
7338 not blink off after command).
7339 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7340 Nextstep, too.
7341
7342 2008-08-19 Kenichi Handa <handa@m17n.org>
7343
7344 * font.c (Vfont_log_deferred): New variable.
7345 (font_add_log): Check Vfont_log_deferred.
7346 (font_deferred_log): New function.
7347
7348 * font.h (font_deferred_log): Extern it.
7349
7350 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7351 for sorting.
7352 (face_for_char): Use deferred log.
7353
7354 2008-08-18 Kenichi Handa <handa@m17n.org>
7355
7356 * fontset.c (face_for_char): Add font log.
7357
7358 * font.c (font_add_log): Add the font properties :script, :lang,
7359 and :otf in the log.
7360
7361 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7362
7363 * xdisp.c: Remove dead code.
7364 (handle_invisible_prop, next_overlay_string): Defer call to
7365 setup_for_ellipsis.
7366 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7367
7368 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * xfaces.c (lookup_derived_face): Properly handle possible zero
7371 return value of get_lface_attributes.
7372 (merge_faces): Don't tell lookup_derived_face to signal an error
7373 if face is not found.
7374
7375 * dired.c (Fdirectory_files): Doc fix.
7376
7377 * process.c (make_process): Initialize kill_without_query struct
7378 member.
7379
7380 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7381
7382 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7383 Alternative calculation of totphys for Visual Studio 6.
7384
7385 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7386
7387 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7388 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7389 All users changed.
7390 (stat): Only root directory passed to GetDriveType. Allow RAM
7391 disk as well as local fixed disk when w32-get-true-file-attributes
7392 is set to `local'.
7393 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7394 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7395 (w32_cached_id, w32_add_to_cache): New functions.
7396 (get_name_and_id): Look account names in the cache before calling
7397 lookup_account_sid.
7398 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7399 New initialization flags.
7400 (globals_of_w32): Initialize them to zero.
7401 (w32_system_process_attributes): Use w32_cached_id and
7402 w32_add_to_cache.
7403
7404 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7405
7406 * lread.c (Fread_char, Fread_char_exclusive): If no character
7407 event is read before timeout is reached, return nil, rather than
7408 converting to a number.
7409
7410 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7411
7412 * fns.c (use_dialog_box): Doc fix.
7413
7414 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7415 on OS X.
7416
7417 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * frame.c (Qns_parse_geometry): New var.
7420 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7421
7422 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7425 space character in calculating tabs.
7426
7427 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7428
7429 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7430
7431 2008-08-10 Glenn Morris <rgm@gnu.org>
7432
7433 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7434 silence gcc "limited range of data type" warnings in some
7435 make_fixnum_or_float calls.
7436
7437 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7438
7439 * w32.c (w32_system_process_attributes): If the process does not
7440 exist, return nil.
7441
7442 * w32.c: Include thelp32.h, psapi.h and coding.h.
7443 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7444 declarations.
7445 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7446 (Process32Next_Proc): New typedefs.
7447 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7448 (g_b_init_process32_next, g_b_init_open_thread_token)
7449 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7450 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7451 (g_b_init_get_process_working_set_size)
7452 (g_b_init_global_memory_status_ex): New static variables.
7453 (globals_of_w32): Initialize them.
7454 (create_toolhelp32_snapshot, process32_first, process32_next)
7455 (open_thread_token, impersonate_self, revert_to_self)
7456 (get_process_memory_info, get_process_working_set_size)
7457 (global_memory_status, global_memory_status_ex): New wrapper
7458 functions.
7459 (w32_list_system_processes, w32_system_process_attributes)
7460 (enable_privilege, restore_privilege, ltime, process_times):
7461 New functions.
7462 (convert_time_raw): New function.
7463 (convert_time): Remove conversion of FILETIME into time in 100
7464 nsec units, call convert_time_raw instead.
7465
7466 * process.h (w32_list_system_processes, w32_system_process_attributes):
7467 Add prototypes.
7468 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7469 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7470 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7471 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7472
7473 * process.c (Fsystem_process_attributes): Doc fix.
7474
7475 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7478 a continued multi-char glyph; if so, advance to the actual glyph.
7479
7480 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7481
7482 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7483
7484 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7485 (.m.o): Use it.
7486 * config.in: Regenerate.
7487
7488 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * xdisp.c (redisplay_window): Revert last change.
7491 (try_window): Check bottom scroll margin too.
7492
7493 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7494
7495 * config.in: Regenerate.
7496
7497 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7498 -list-load-path-shadows'.
7499 (nsgui.h): Reduce number of things depending on it.
7500
7501 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7504 instead of window-end which does the wrong thing at eob.
7505 (try_cursor_movement): Minor optimization.
7506 (redisplay_window): If scroll margin is defined, don't assume
7507 window doesn't need scrolling.
7508
7509 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7510
7511 * config.in: Regenerate.
7512
7513 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7514 (mostlyclean): Don't delete *.d under NS.
7515
7516 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7517
7518 2008-08-06 Kenichi Handa <handa@m17n.org>
7519
7520 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7521
7522 2008-08-06 Andreas Schwab <schwab@suse.de>
7523
7524 * config.in: Regenerate.
7525
7526 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7529 forcing a window start.
7530
7531 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7532 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7533
7534 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7535
7536 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7537 argument.
7538
7539 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7542 <scroll-down-aggressively, before-change-functions>:
7543 <after-change-functions>: Reflow docstrings.
7544
7545 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7546 Ken Raeburn <raeburn@gnu.org>
7547
7548 Dock menu customization, based on a patch by Ken Raeburn, plus some
7549 other fixes.
7550 * nsmenu.m (dockMenu): New variable.
7551 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7552
7553 * nsterm.h (dockMenu): Declare.
7554
7555 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7556 (ns_term_init): Initialize dockMenu.
7557 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7558 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7559 left.
7560
7561 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7562
7563 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7566
7567 * config.in: Regenerate.
7568
7569 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7570
7571 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7572
7573 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7574
7575 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7576
7577 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7578
7579 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7580
7581 * keyboard.h: Comment an #endif.
7582
7583 * lisp.h (have_menus_p): Adjust comment.
7584
7585 * menu.c (find_and_return_menu_selection): Fix comparison with
7586 client_data.
7587
7588 * nsmenu.m (popup_activated_flag): New variable.
7589 (popup_activated): New function.
7590 (menu-or-popup-active-p): New exported lisp definition.
7591 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7592 when popup done.
7593 (ns_popup_dialog): Set popup_activated_flag.
7594
7595 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7596 version for GNUstep (handled by conditional typedef in nsterm.m).
7597 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7598 in rgb.txt).
7599
7600 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7601
7602 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7603
7604 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7605
7606 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7607 shortcircuit if popup_activated like GTK and X toolkit.
7608
7609 * m/inter386.h: Change DARWIN to DARWIN_OS.
7610
7611 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7612 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7613 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7614 comment on NO_SOCK_SIGIO.
7615
7616 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * nsterm.m (windowDidResize): Remove stopModal call.
7619
7620 2008-08-03 Andreas Schwab <schwab@suse.de>
7621
7622 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7623 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7624
7625 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7626
7627 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7628 Don't use uninitialized pointer variable when using getrlimit.
7629
7630 2008-08-02 Jason Rumney <jasonr@gnu.org>
7631
7632 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7633
7634 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7635
7636 * alloc.c (NSTATICS): Bump to 0x640.
7637
7638 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7639
7640 * lisp.h: Add prototype for directory_files_internal.
7641
7642 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7643 New functions.
7644 (syms_of_process): Defsubr them. Add initializations for various
7645 Q* symbols used in procfs_system_process_attributes.
7646 (procfs_list_system_processes, procfs_system_process_attributes)
7647 [HAVE_PROCFS]: New functions.
7648 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7649 (procfs_get_total_memory): New functions.
7650
7651 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * xfaces.c (Fx_load_color_file): Fix previous change;
7654 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7655
7656 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7657
7658 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7659
7660 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7661
7662 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7663
7664 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7665
7666 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7667
7668 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7669 define NSApplicationDelegateReplySuccess.
7670 (EmacsView -converstationIdentifier): Use long instead of
7671 NSInteger for GNUstep, since it doesn't have NSInteger.
7672
7673 * xmenu.c: Revert last change.
7674
7675 * keyboard.h: Fix last change.
7676
7677 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7678
7679 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7680 on Windows.
7681
7682 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7683
7684 Warning clearing and clean-up in NS port.
7685 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7686 Add prototypes.
7687 * nsgui.h (FACE_DEFAULT): Remove, unused.
7688 (XGCValues): Change colors to unsigned long.
7689 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7690 nsterm.m.
7691 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7692 (ns_list_fonts): Remove, unused.
7693 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7694 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7695 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7696 (nsfont_draw): Compare face colors to 0, not nil.
7697 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7698 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7699 (-addSubmenuWithTitle:): Use NSMenuItem class.
7700 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7701 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7702 (ns_clip_to_row): Make gc arg a BOOL.
7703 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7704 ns_clip_to_row() call.
7705 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7706 used). Cast FRAME_FONT assignments.
7707 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7708 (ns_string_to_lispmod): Change arg to const char.
7709 (ns_term_init): Use NSMenuItem class.
7710 (EmacsApp -openFile:): Move to different section of file.
7711 (EmacsApp -application:openFiles:): Don't return a value, call
7712 -replyToOpenOrPrint:.
7713 (EmacsView -keyDown:): Fix up cast.
7714 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7715 (EmacsView -menuDown:): Cast tag in call to
7716 find_and_call_menu_selection().
7717 (ns_list_fonts): Remove, unused.
7718 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7719 (ns_fontname_to_xlfd): Make static.
7720 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7721 Remove prototypes (now in keyboard.h).
7722 (next_menubar_widget_id): Remove, unused.
7723 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7724 Remove prototypes (now in keyboard.h).
7725 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7726
7727 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7728
7729 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7730 (floatfns.o): Depend on syssignal.h.
7731 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7732
7733 * systty.h: Fix previous change that removed BSD_TERMIOS.
7734 Add comments to #ifdefs.
7735
7736 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7737
7738 * w32fns.c (w32-load-color-file): Remove.
7739 (x-open-connection): Use renamed Fx_load_color_file.
7740 * xfaces.c (x-load-color-file): Add.
7741 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7742 Emacs.clr.
7743 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7744
7745 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7746
7747 * dbusbind.c (Fdbus_call_method_asynchronously)
7748 (Fdbus_method_error_internal): New defuns.
7749 (xd_read_message): Handle also reply messages.
7750 (Vdbus_registered_functions_table): Extend docstring.
7751
7752 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7753
7754 * keyboard.c (gobble_input): Fix previous change.
7755
7756 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7757
7758 * bitmaps/README:
7759 * xfns.c:
7760 * termcap.c:
7761 * term.c:
7762 * syswait.h:
7763 * systty.h:
7764 * systime.h:
7765 * syssignal.h:
7766 * sysdep.c:
7767 * process.h:
7768 * process.c:
7769 * print.c:
7770 * ndir.h:
7771 * lread.c:
7772 * keyboard.c:
7773 * getpagesize.h:
7774 * floatfns.c:
7775 * fileio.c:
7776 * emacs.c:
7777 * doc.c:
7778 * dispnew.c:
7779 * dired.c:
7780 * data.c:
7781 * callproc.c:
7782 * buffer.c:
7783 * README:
7784 * Makefile.in:
7785 * s/template.h:
7786 * s/msdos.h:
7787 * m/vax.h: Remove VMS support.
7788 * s/vms.h:
7789 * vlimit.h:
7790 * uaf.h:
7791 * temacs.opt:
7792 * param.h:
7793 * ioctl.h: Remove file.
7794
7795 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7796
7797 * s/ms-w32.h (MULTI_KBOARD): Remove.
7798 * xterm.c:
7799 * xselect.c:
7800 * xfns.c:
7801 * window.c:
7802 * w32term.c:
7803 * w32fns.c:
7804 * terminal.c:
7805 * termhooks.h:
7806 * term.c:
7807 * sysdep.c:
7808 * keyboard.h:
7809 * keyboard.c:
7810 * frame.h:
7811 * frame.c:
7812 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7813 * config.in: Regenerate.
7814
7815 2008-07-30 Jason Rumney <jasonr@gnu.org>
7816
7817 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7818
7819 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7820 (w32font_open_internal): Get unicode version of textmetrics.
7821 Don't enable or disable glyph indices here.
7822 (w32font_open): Disable use of glyph indices.
7823
7824 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7825
7826 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7827
7828 * minibuf.c (Vread_buffer_function): Doc fix.
7829
7830 2008-07-30 John Paul Wallington <jpw@pobox.com>
7831
7832 * minibuf.c (read_buffer_completion_ignore_case): New var.
7833 (Fread_buffer): Use it.
7834
7835 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7836
7837 * systty.h (sensemode): Remove empty #if. Remove reference to
7838 BSD_TERMIOS, unused.
7839
7840 * sysdep.c: Remove reference to DGUX.
7841 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7842
7843 * config.in: Regenerate.
7844
7845 2008-07-30 Jason Rumney <jasonr@gnu.org>
7846
7847 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7848
7849 2008-07-29 Jason Rumney <jasonr@gnu.org>
7850
7851 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7852 is populated.
7853 (uniscribe_encode_char): Always use uniscribe.
7854 Avoid using context if cache is populated.
7855
7856 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7857
7858 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7859 open menu.
7860
7861 * gtkutil.c (menu_nav_ended): Remove.
7862 (create_menus): Remove signal connect for menu_nav_ended.
7863
7864 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * xdisp.c (redisplay_window): Check return value of
7867 compute_window_start_on_continuation_line before forcing a window
7868 start.
7869
7870 2008-07-28 Jason Rumney <jasonr@gnu.org>
7871
7872 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7873
7874 * w32term.c (w32_enable_unicode_output, cleartype_active):
7875 Remove obsolete display options.
7876 (x_draw_glyph_string_background): Don't use old cleartype_active
7877 workaround.
7878 (w32_initialize): Remove cleartype_active initialization.
7879 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7880
7881 2008-07-28 Andreas Schwab <schwab@suse.de>
7882
7883 * lisp.h (init_weak_hash_tables, syms_of_font)
7884 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7885 (remove_hash_entry): Don't declare.
7886 * eval.c (maybe_call_debugger): Make static and move before use.
7887 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7888 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7889 * xterm.h (x_set_frame_alpha): Declare.
7890
7891 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7892
7893 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7894 (create_menus): Connect selection-done to menu_nav_ended.
7895
7896 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7897
7898 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7899 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7900 parameter with read of 'alpha' one.
7901 (Qns_frame_parameter): Remove.
7902 * nsselect.m (selection-coding-system)
7903 (next-selection-coding-system, Vselection_coding_system)
7904 (Vnext_selection_coding_system): Drop.
7905
7906 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7907
7908 * nsfns.m (do-applescript, do_applescript): Rename to
7909 ns-do-applescript, ns_do_applescript, and move within file.
7910
7911 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7912
7913 Remove support for Mac Carbon.
7914 * mactoolbox.c:
7915 * macterm.h:
7916 * macterm.c:
7917 * macselect.c:
7918 * macmenu.c:
7919 * macgui.h:
7920 * macfns.c:
7921 * mac.c: Remove file.
7922 * s/darwin.h:
7923 * m/intel386.h:
7924 * xfaces.c:
7925 * xdisp.c:
7926 * window.c:
7927 * tparam.c:
7928 * termhooks.h:
7929 * termcap.c:
7930 * term.c:
7931 * syssignal.h:
7932 * sysselect.h:
7933 * sysdep.c:
7934 * process.c:
7935 * lread.c:
7936 * lisp.h:
7937 * keyboard.c:
7938 * image.c:
7939 * fringe.c:
7940 * frame.h:
7941 * frame.c:
7942 * fontset.c:
7943 * font.h:
7944 * font.c:
7945 * fns.c:
7946 * fileio.c:
7947 * emacs.c:
7948 * dispnew.c:
7949 * dispextern.h:
7950 * config.in:
7951 * atimer.c:
7952 * Makefile.in: Remove code for Carbon.
7953
7954 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7955
7956 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7957
7958 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7959
7960 * macterm.h (kCGBitmapByteOrder32Host): New define for
7961 non-universal SDKs.
7962
7963 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7964 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7965
7966 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7967 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7968
7969 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7970
7971 * w32inevt.c: Include dispextern.h.
7972
7973 2008-07-26 Andreas Schwab <schwab@suse.de>
7974
7975 * print.c (print_object): Fix off-by-one in last change.
7976
7977 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * term.c (syms_of_term): Don't initialize default_orig_pair,
7980 default_set_foreground and default_set_background on Windows.
7981
7982 2008-07-25 Jason Rumney <jasonr@gnu.org>
7983
7984 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7985 ScriptItemize. Clean up return value checking. Remove unused
7986 variables.
7987 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7988 shaping engine.
7989
7990 * w32font.c (w32font_has_char): Handle the case where we can't
7991 determine the script for a character.
7992
7993 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * term.c (syms_of_term): Initialize default_orig_pair,
7996 default_set_foreground, and default_set_background.
7997
7998 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7999 clash (bug#86).
8000 (getloadavg): Callers changed.
8001
8002 * image.c (svg_load_image): Fix last change.
8003 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8004 image size is valid. Use g_object_unref instead of deprecated
8005 rsvg_handle_free to free rsvg handle.
8006 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8007
8008 2008-07-25 Jason Rumney <jasonr@gnu.org>
8009
8010 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8011 surrogates before looking up glyph index.
8012 (w32font_text_extents): Encode as surrogates if falling back to
8013 functions that need UTF-16 wide chars.
8014
8015 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8016 BMP as surrogates before looking up glyph index.
8017
8018 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * image.c (svg_load_image): Check for failure in return value of
8021 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8022
8023 2008-07-25 Jason Rumney <jasonr@gnu.org>
8024
8025 * w32font.c (Fx_select_font): Reverse sense of second arg.
8026
8027 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8030 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8031
8032 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8033 (PURESIZE): Use it.
8034
8035 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8036
8037 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8038 * m/alpha.h (TEXT_END):
8039 * m/ibmrs6000.h (TEXT_END):
8040 * m/macppc.h (TEXT_END):
8041 * s/darwin.h (TEXT_END):
8042 * s/msdos.h (TEXT_END): Remove, unused.
8043 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8044 * s/cygwin.h: Remove comment.
8045
8046 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8047 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8048 * m/intel386.h (DOT_GLOBAL_START):
8049 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8050 (USG): Remove, file not used on USG platforms.
8051
8052 * Makefile.in (HAVE_X11): Remove empty #else.
8053
8054 2008-07-24 Andreas Schwab <schwab@suse.de>
8055
8056 * fileio.c (Finsert_file_contents): Properly adjust undo list
8057 after format conversion.
8058
8059 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8060
8061 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8062 (menu_nav_ended): Remove.
8063 (create_menus): Remove signal connect for menu_nav_ended.
8064 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8065 create_menus.
8066 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8067
8068 2008-07-23 Jason Rumney <jasonr@gnu.org>
8069
8070 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8071 with opened font.
8072 (w32font_open): Set font type to gdi.
8073
8074 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8075
8076 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8077
8078 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8079 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8080 defines it.
8081 * unexec.c (ADDR_CORRECT): Define unconditionally.
8082
8083 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8084
8085 * unexec.c: Remove code depending on !COFF and USG, the file is
8086 not used for such systems.
8087
8088 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8089 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8090 (LD_SWITCH_SYSTEM_1): Remove, update users.
8091
8092 * s/darwin.h (DATA_END):
8093 * m/intel386.h (DATA_END):
8094 * m/ibmrs6000.h (DATA_END):
8095 * m/alpha.h (DATA_END): Remove, unused.
8096
8097 * config.in: Regenerate.
8098 * s/ms-w32.h (subprocesses): Define unconditionally.
8099 * s/template.h (subprocesses): Update comment.
8100 * s/vms.h (subprocesses):
8101 * s/usg5-4.h (subprocesses):
8102 * s/hpux10-20.h (subprocesses):
8103 * s/gnu-linux.h (subprocesses):
8104 * s/cygwin.h (subprocesses):
8105 * s/bsd-common.h (subprocesses):
8106 * s/aix4-2.h (subprocesses):
8107 * s/darwin.h (subprocesses): Do not define, defined by default now.
8108
8109 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8110 Remove all references.
8111 (temacs): Add GNUstep specific ld flags.
8112
8113 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8114 similarly to what X does.
8115
8116 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8117
8118 * nsfns.m (x-list-fonts): Remove.
8119 (syms_of_nsfns): Drop the x-list-fonts declaration.
8120 * nsterm.m: Get rid of remaining "//" comments.
8121
8122 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8125
8126 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8127 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8128 (Fns_own_selection_internal, Fx_disown_selection_internal)
8129 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8130
8131 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8132 ... */' style of docstrings. Doc fixes.
8133
8134 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8135
8136 * terminfo.c (UP, BC, PC): Undo previous change.
8137
8138 * nsfns.m: Rename ns prefixed functions/variables to the
8139 corresponding x versions. Update references.
8140
8141 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8144
8145 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8146
8147 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8148 Remove forwarding functions.
8149 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8150 non-static.
8151 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8152 non-static.
8153 (ns_frame_parm_handlers): Use the new names.
8154 (syms_of_nsfns): Move to the end of file.
8155
8156 * nsterm.m (syms_of_nsterm): Move to the end of file.
8157
8158 * dispnew.c (init_display): Remove code for X10.
8159
8160 2008-07-22 Jason Rumney <jasonr@gnu.org>
8161
8162 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8163 bare drive.
8164
8165 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8166
8167 * nsterm.m (syms_of_nsterm): Remove debugging println.
8168
8169 2008-07-22 David Reitter <david.reitter@gmail.com>
8170
8171 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8172 Carbon implementation of the same functionality: execute arbitrary
8173 AppleScript code.
8174
8175 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8176
8177 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8178 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8179 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8180 (Fx_display_mm_height, Fx_display_mm_width)
8181 (Fx_display_backing_store, Fx_display_visual_class)
8182 (Fx_display_save_under, Fx_open_connection)
8183 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8184 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8185 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8186 (Fx_display_pixel_width, Fx_display_pixel_height)
8187 (Fx_display_usable_bounds, Fx_display_planes)
8188 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8189 ... */' style of docstrings.
8190
8191 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8192
8193 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8194 on this platform.
8195 (mips):
8196 * m/iris4d.h (mips): Do not define.
8197 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8198
8199 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8200
8201 * image.c:
8202 * nsfns.m:
8203 * nsselect.m:
8204 * nsterm.h:
8205 * nsterm.m: Rename ns prefixed functions/variables to the
8206 corresponding x versions. Update references.
8207
8208 * m/ibms390x.h (NO_REMAP): Do not undefine.
8209
8210 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8211
8212 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8215 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8216 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8217 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8218 (Fns_display_mm_height, Fns_display_mm_width)
8219 (Fns_display_backing_store, Fns_display_visual_class)
8220 (Fns_display_save_under, Fns_open_connection)
8221 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8222 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8223 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8224 (Fns_display_pixel_width, Fns_display_pixel_height)
8225 (Fns_display_usable_bounds, Fx_display_planes)
8226 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8227
8228 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8229
8230 * print.c (print_object): Check print_depth before searching for
8231 circularities.
8232
8233 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8234
8235 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8236 only sprintf.
8237
8238 2008-07-21 Kenichi Handa <handa@m17n.org>
8239
8240 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8241
8242 2008-07-20 Andreas Schwab <schwab@suse.de>
8243
8244 * syntax.c (find_start_pos, find_start_value)
8245 (find_start_value_byte, find_start_begv, find_defun_start)
8246 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8247
8248 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8249
8250 * s/sol2-3.h: Insert contents of s/sol2.h.
8251 (LD_SWITCH_SYSTEM): Remove redundant definition.
8252 * s/sol2.h: Remove, unused.
8253
8254 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8255
8256 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8257
8258 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8259
8260 * Makefile.in (ns_appdir): Fix typo in find command.
8261
8262 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8263
8264 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8265
8266 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8267 added not supported anymore.
8268
8269 * s/usg5-4-2.h (LIBS_SYSTEM):
8270 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8271
8272 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8273 * s/lynxos.h (GETPGRP_NO_ARG):
8274 * s/hpux10-20.h (NO_SIOCTL_H):
8275 * s/gnu.h (GETPGRP_NO_ARG):
8276 * s/gnu-linux.h (NO_SIOCTL_H):
8277 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8278 * s/cygwin.h (GETPGRP_NO_ARG):
8279 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8280 (C_DEBUG_SWITCH): Remove duplicate definition.
8281
8282 * m/ibms390.h: Remove boilerplate comments.
8283
8284 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8285
8286 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8287 (wait_reading_process_output): Remove code for SunOS, platform not
8288 supported anymore. Use SOLARIS2 instead of sun.
8289
8290 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8291
8292 * font.c (font_open_by_name): Under NS, default lface height to zero.
8293 (font_open_for_lface): Under NS, set size based on frame fontsize.
8294 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8295 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8296
8297 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8298
8299 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8300 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8301 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8302 YES/NO.
8303 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8304 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8305 * Makefile.in (clean): Clear out build destination dir.
8306
8307 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8308
8309 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8310 xterm, xselect.
8311 * lisp.h: Remove declaration of hash_remove.
8312 * nsgui.h: Remove redefinitions of hash_remove.
8313 * fns.c (hash_remove): Rename to hash_remove_from_table.
8314
8315 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8316
8317 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8318 strdup() the family UTF8String before modifying it.
8319
8320 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8321
8322 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8323 NS_FACE_BACKGROUND with 0 instead of nil.
8324 * nsfont.m (nsfont_draw): Same.
8325
8326 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * nsfns.m (ns_set_background_color): Fix crash.
8329
8330 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8331
8332 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8333
8334 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8335
8336 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8337
8338 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8339
8340 * gtkutil.c: Include <config.h> instead of "config.h".
8341
8342 * lisp.h (Foverlay_buffer): Add EXFUN.
8343
8344 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8345 child process to complete child_setup. Undo 2005-09-21 change.
8346
8347 * s/darwin.h: Mention setsid after vfork.
8348
8349 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8350
8351 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8352 Depend on macgui.h.
8353
8354 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8355 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8356
8357 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8358 and f19.
8359 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8360
8361 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8362 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8363 Remove enumerators.
8364
8365 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8366 Check if FACE_FROM_ID returns NULL.
8367
8368 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8369
8370 * w32inevt.c (change_frame_size): Remove extern declaration.
8371 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8372 change_frame_size.
8373
8374 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8375
8376 * getloadavg.c: Revert last change (2008-07-15).
8377
8378 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8379
8380 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8381 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8382 from configure.
8383
8384 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8385
8386 * s/sol2.h:
8387 * s/sol2-4.h: Reorganize conditionals.
8388
8389 * ecrt0.c: Remove code depending on m68000, not used anymore.
8390
8391 * fns.c (hash_remove): Make static.
8392 * lisp.h (hash_remove): Don't prototype.
8393
8394 * m/ibmrs6000.h:
8395 * m/ibms390x.h:
8396 * m/macppc.h: Remove boilerplate comments.
8397
8398 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8399 Solaris, which does not need them.
8400
8401 * m/vax.h: Remove comments about unsupported systems.
8402
8403 * s/darwin.h: Reorganize ifdefs.
8404
8405 2008-07-17 Andreas Schwab <schwab@suse.de>
8406
8407 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8408
8409 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 Use SDATA. Follow coding convention of placing operators at
8412 beginning of next line rather than end of previous line, and placing
8413 spaces around infix operators.
8414
8415 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8416 in case it was defined already.
8417 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8418 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8419 ns_default.
8420 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8421 Lisp_Objects.
8422 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8423 (ns_defined_color, ns_color_to_lisp): Declare.
8424 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8425 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8426 it's accepted even with USE_LISP_UNION_TYPE.
8427 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8428 (update_frame_tool_bar): Remove apparently obsolete tests for
8429 non-integerness of f->tool_bar_lines.
8430 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8431 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8432 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8433 (nsfont_open): Don't confuse NULL for Qnil.
8434 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8435 * menu.h (find_and_call_menu_selection):
8436 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8437 (find_and_return_menu_selection): Always return something.
8438 * frame.h: Include dispextern.h for Display_Info.
8439 (display_x_get_resource): Declare.
8440
8441 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8442
8443 * syntax.c: Remove stdio.h include accidentally introduced in
8444 Emacs.app commit.
8445 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8446 NS_IMPL_COCOA.
8447 * keyboard.c (handle_async_input, input_available_signal): Remove
8448 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8449
8450 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8453 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8454 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8455 Use SDATA.
8456
8457 * keymap.c: Remove all NS-specific code.
8458 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8459 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8460 where_is_preferred_modifier, return a different value depending on how
8461 preferred is the binding.
8462 (where_is_internal): Adjust accordingly.
8463 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8464 Adjust to new preferred_sequence_p.
8465 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8466 * keyboard.c (parse_solitary_modifier): Not static any more.
8467 * keyboard.h (parse_solitary_modifier): Declare.
8468
8469 2008-07-16 Andreas Schwab <schwab@suse.de>
8470
8471 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8472 of easymenu.
8473
8474 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8477 that we don't move off the line.
8478
8479 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * keyboard.c (Qsuper): Remove.
8482 (parse_menu_item): Don't call where_is_internal specially for NS.
8483
8484 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8485
8486 * s/gnu-linux.h: Remove boilerplate comments.
8487
8488 * m/alpha.h (__ELF__): Consolidate conditions.
8489
8490 * m/m68k.h (linux): Use GNU_LINUX instead.
8491 Remove boilerplate comments.
8492
8493 * m/intel386.h: Undo refactoring from previous change.
8494 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8495 too, remove dead code.
8496 (linux): Use GNU_LINUX instead.
8497
8498 2008-07-16 Jason Rumney <jasonr@gnu.org>
8499
8500 * w32gui.h: Repeat 26 June changes lost by last change.
8501
8502 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8503
8504 * systty.h: Remove code for Aix on 386, unsupported platform.
8505
8506 * s/ms-w32.h: Remove boilerplate comments.
8507 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8508
8509 * s/gnu-linux.h (TERM): Remove support.
8510 (HAVE_SYSVIPC): Remove, unused.
8511 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8512 for this system.
8513
8514 * process.c: Remove support for IRIS, unused.
8515 Remove support for TERM, not relevant anymore.
8516
8517 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8518 used with the definition.
8519
8520 * s/aix4-2.h (static): Do not undef.
8521
8522 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8523 only used on Aix.
8524 (HAVE_SYSVIPC): Remove, unused.
8525
8526 * m/hp800.h (CANNOT_DUMP): Do not undef.
8527
8528 * m/alpha.h: Fix comment.
8529
8530 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8531 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8532 used by this configuration.
8533 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8534 * unexec.c: Remove code depending on HPUX and
8535 USG_SHARED_LIBRARIES, not used with this file. Remove code
8536 depending on IRIS, unused. Remove if 0-ed code.
8537
8538 * s/template.h: Remove comments about static.
8539
8540 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8541 Remove if 0-ed code.
8542 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8543 were the same as the default.
8544 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8545 Remove boilerplate comments.
8546 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8547 (HAVE_SYSVIPC): Remove, unused.
8548 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8549
8550 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8551 Remove boilerplate comments.
8552 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8553 Remove boilerplate comments.
8554 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8555 Remove boilerplate comments.
8556 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8557
8558 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8559 USG systems which do not use DATA_SEG_BITS.
8560 Refactor code. Remove boilerplate comments.
8561
8562 * m/ibms390.h:
8563 * m/m68k.h:
8564 * s/bsd-common.h:
8565 * s/cygwin.h:
8566 * s/darwin.h:
8567 * s/freebsd.h:
8568 * s/gnu.h:
8569 * s/msdos.h: Remove boilerplate comments.
8570
8571 * m/iris4d.h: Remove boilerplate comments and code for systems that
8572 do not use this file.
8573 (IRIS_4D): Remove, unused.
8574
8575 * m/mips.h: Remove boilerplate comments and code for systems that
8576 do not use this file.
8577 (SIGN_EXTEND_CHAR):
8578 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8579 * unexmips.c: Remove file, unused.
8580
8581 * editfns.c (Fuser_full_name): Replace the only use of
8582 USER_FULL_NAME with its value.
8583 * config.in: Regenerate.
8584
8585 2008-07-16 David Reitter <david.reitter@gmail.com>
8586
8587 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8588 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8589
8590 2008-07-16 Glenn Morris <rgm@gnu.org>
8591
8592 * emacs.c (system-type): Doc fix.
8593
8594 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8597 If the cache doesn't work, let's fix it, rather than work around it.
8598
8599 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8600
8601 * Makefile.in: Correct additions for nsfont.o in last commit.
8602 * nsfont.m: New file (forgot last commit).
8603
8604 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8605
8606 * callproc.c (set_initial_environment): Initialize
8607 Vprocess_environment under CANNOT_DUMP (fixes crash when
8608 batch-compiling for bootstrap).
8609
8610 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8611 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8612
8613 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8614 fix crash due to different init order.
8615
8616 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8617
8618 Changes and additions for NeXTstep windowing system (Cocoa and
8619 GNUstep) support.
8620
8621 * Makefile.in:
8622 * config.in: Support defines and build commands for NS port.
8623 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8624 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8625 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8626 windowing.
8627 (struct face): Add synth_ital field.
8628 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8629 (init_display): Initialize Vinitial_window_system to "ns" when so
8630 compiled.
8631 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8632 (display_arg): Use under NS.
8633 (main): Under NS, allocate autorelease pool and handle command line
8634 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8635 (standard_args): Add NS-specific args.
8636 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8637 * font.c (DEFAULT_ENCODING): New variable.
8638 (font_find_for_lface): Use it.
8639 (syms_of_font): Load syms_of_nsfont under NS.
8640 * font.h: Declare nsfont_driver when compiled under NS.
8641 * fontset.c: When compiling under NS, include nsterm.h.
8642 (fontset_from_font): Autoconstruct fontset under NS.
8643 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8644 symbol, document and use it.
8645 (do_switch_frame): When for_deletion under Cocoa, add
8646 Fraise_frame(Qnil).
8647 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8648 (x_get_arg): Allow "yes" and "no" as boolean values.
8649 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8650 Qright under Cocoa.
8651 (focus-follows-mouse): Default to 0 under NS.
8652 * frame.h (enum output_method): Add output_ns.
8653 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8654 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8655 (FRAME_WINDOW_P): NS-specific definition.
8656 * fringe.c (max_used_fringe_bitmap): Make public.
8657 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8658 (getloadavg): Use NeXT code under descendant OS's.
8659 * image.c (includes and header section, x_create_bitmap_from_data)
8660 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8661 (image_background_transparent, x_clear_image_1)
8662 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8663 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8664 (x_to_xcolors, x_from_xcolors, x_disable_image)
8665 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8666 other GUIs, including XPM support using code originally written for
8667 Carbon GUI.
8668 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8669 using NS API.
8670 (image_ascent): Use font metrics macros instead of direct struct field
8671 access.
8672 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8673 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8674 Also, handle NS as GTK for menu bar purposes.
8675 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8676 toolkit where they differ.
8677 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8678 use cachelist, still needed under NS.
8679 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8680 (struct widget_value): Define it here for menu.c.
8681 * keymap.c (includes): Include modifier internals.
8682 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8683 NS.
8684 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8685 support for preferring sequences using certain modifiers, specified by
8686 the FIRSTONLY argument.
8687 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8688 under NS GNUstep implementation.
8689 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8690 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8691 * menu.c: Include nsterm.h under NS.
8692 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8693 (free_menubar_widget_tree_value, update_submenu_strings)
8694 (find_and_call_menu_selection): Treat NS as X and NT.
8695 (find_and_return_menu_selection): New function, used for popup menus.
8696 * nsgui.h:
8697 * nsterm.h:
8698 * nsfns.m:
8699 * nsimage.m:
8700 * nsmenu.m:
8701 * nsselect.m:
8702 * nsterm.m: New files.
8703 * process.c (wait_reading_process_output): Under NS, call ns_select()
8704 instead of plain select().
8705 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8706 beginning of buffer.
8707 * sysselect.h (init_process): Rename when compiling under Cocoa to
8708 avoid name conflict.
8709 * termhooks.h (display_info): Add ns_display_info to union.
8710 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8711 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8712 COCOA environment.
8713 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8714 unexec() signature. (Note, this will dump, but the resulting file
8715 crashes; unexosx is used instead; keeping around for reference and
8716 possible aid in getting dump working under GNUstep.)
8717 * w32gui.h (button_type, widget_value): Remove definitions (now in
8718 keyboard.h).
8719 * window.c: Include nsterm.h when compiling under NS.
8720 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8721 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8722 other GUI windowing systems.
8723 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8724 GTK.
8725 (x_consider_frame_title): Under NS, set icon type and frame
8726 modified-state indicator; use ns_set_name_as_filename() when using
8727 formatted title.
8728 (update_window_cursor): Make public when compiling under NS.
8729 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8730 (hourglass_atimer, Vhourglass_delay
8731 * xfaces.c (header section, init_frame_faces, clear_font_table)
8732 (defined_color, unload_color, x_face_list_fonts)
8733 (prepare_face_for_display): Add NS support parallel to other GUIs.
8734 Emulate GCs like other non-X GUIs.
8735 (split_font_name): Don't lowercase font name under NS.
8736 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8737 under NS.
8738 * s/darwin.h: Add support for compilation under NS.
8739
8740 2008-07-15 Jason Rumney <jasonr@gnu.org>
8741
8742 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8743 (w32_show_hourglass): Rename from show_hourglass.
8744 (w32_hide_hourglass): Rename from hide_hourglass.
8745 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8746 (Vhourglass_delay): Declare extern.
8747 (hourglass_started): Remove.
8748
8749 * xdisp.c (Vhourglass_delay): Remove static.
8750 (hourglass_started, start_hourglass, cancel_hourglass):
8751 Don't include these versions on WINDOWSNT.
8752
8753 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8754
8755 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8756 variables (formerly in xfns.c).
8757 (show_hourglass, hide_hourglass): New prototypes (same).
8758 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8759 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8760 in xfns.c).
8761 (syms_of_xdisp): Declare/initialize display-hourglass,
8762 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8763 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8764 formerly in xfns.c.
8765 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8766 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8767 (start_hourglass, cancel_hourglass): Remove.
8768 (show_hourglass, hide_hourglass): Remove prototypes and static
8769 modifiers.
8770 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8771 hourglass_atimer, hourglass_shown_p declaration/initialization.
8772 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8773 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8774 (start_hourglass, cancel_hourglass): Remove.
8775 (show_hourglass, hide_hourglass): Remove prototypes and static
8776 modifiers.
8777 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8778 hourglass_atimer, hourglass_shown_p declaration/initialization.
8779 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8780 (DEFAULT_HOURGLASS_DELAY): Remove.
8781 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8782 hourglass_shown_p declaration/initialization.
8783
8784 2008-07-14 Jason Rumney <jasonr@gnu.org>
8785
8786 * w32fns.c (w32_get_arg): Remove wrapper function.
8787 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8788 directly.
8789 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8790
8791 2008-07-14 Kenichi Handa <handa@m17n.org>
8792
8793 * xfont.c (xfont_open): Add workaround for X's bug.
8794
8795 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8796
8797 * fontset.c: Include <stdio.h> unconditionally.
8798
8799 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8800
8801 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8802 for filtering.
8803
8804 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8805
8806 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8807
8808 * m/macppc.h:
8809 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8810
8811 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8812 (SPECIAL_EMACS_INT):
8813 * m/ia64.h (SPECIAL_EMACS_INT):
8814 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8815 * s/gnu.h (NLIST_STRUCT):
8816 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8817 * s/gnu-linux.h (LINUX):
8818 * s/msdos.h (HAVE_FACES):
8819 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8820
8821 * systty.h:
8822 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8823 anymore.
8824
8825 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8826
8827 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8828 always defined as int.
8829
8830 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8831 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8832 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8833 * s/freebsd.h (HAVE_WAIT_HEADER):
8834 * s/bsd-common.h (HAVE_UNION_WAIT):
8835 * s/aix4-2.h (HAVE_WAIT_HEADER):
8836 * m/mips.h (HAVE_UNION_WAIT):
8837 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8838 (COFF, static): Do not define, they are undefined later in the file.
8839
8840 * process.c (update_status): Don't use a union.
8841 (status_convert):
8842 (sigchld_handler): Use int instead of WAITTYPE.
8843
8844 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * indent.c (Fvertical_motion): Restore hscroll before moving to
8847 goal column.
8848
8849 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8850
8851 * lisp.h: Remove left over code.
8852
8853 2008-07-11 Andreas Schwab <schwab@suse.de>
8854
8855 * lisp.h: Fix logic in last change.
8856
8857 * menu.h: New file.
8858 * menu.c: Include it.
8859 * xmenu.c: Likewise.
8860 * Makefile.in: Update dependencies.
8861
8862 2008-07-11 Kenichi Handa <handa@m17n.org>
8863
8864 * fontset.c (fontset_from_font): Cancel the previous change.
8865
8866 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8867
8868 * lisp.h:
8869 * w32heap.c:
8870 * emacs.c:
8871 * alloc.c: Replace all references of NO_UNION_TYPE with
8872 USE_LISP_UNION_TYPE.
8873
8874 * m/xtensa.h (NO_UNION_TYPE):
8875 * m/vax.h (NO_UNION_TYPE):
8876 * m/template.h (NO_UNION_TYPE):
8877 * m/sparc.h (NO_UNION_TYPE):
8878 * m/mips.h (NO_UNION_TYPE):
8879 * m/macppc.h (NO_UNION_TYPE):
8880 * m/m68k.h (NO_UNION_TYPE):
8881 * m/iris4d.h (NO_UNION_TYPE):
8882 * m/intel386.h (NO_UNION_TYPE):
8883 * m/ibms390x.h (NO_UNION_TYPE):
8884 * m/ibms390.h (NO_UNION_TYPE):
8885 * m/ibmrs6000.h (NO_UNION_TYPE):
8886 * m/ia64.h (NO_UNION_TYPE):
8887 * m/hp800.h (NO_UNION_TYPE):
8888 * m/arm.h (NO_UNION_TYPE):
8889 * m/amdx86-64.h (NO_UNION_TYPE):
8890 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8891 defining it the same.
8892
8893 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8896
8897 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8898
8899 * fileio.c:
8900 * sysdep.c
8901 * systty.h:
8902 * m/ibmrs6000.h:
8903 * m/iris4d.h:
8904 * s/aix4-2.h:
8905 * s/freebsd.h:
8906 * s/gnu-linux.h:
8907 * s/hpux10-20.h:
8908 * s/hpux11.h:
8909 * s/netbsd.h:
8910 * s/sol2-3.h:
8911 * s/sol2-4.h:
8912 * s/sol2.h:
8913 * s/usg5-4.h:
8914 * s/vms.h: Remove references to unused variables.
8915
8916 2008-07-10 Andreas Schwab <schwab@suse.de>
8917
8918 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8919 pattern before matching the generic family.
8920
8921 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8922
8923 * unexec.c:
8924 * s/vms.h:
8925 * s/usg5-4-2.h:
8926 * s/sol2-5.h:
8927 * s/freebsd.h:
8928 * s/darwin.h: Remove dead code.
8929
8930 * m/template.h:
8931 * m/sparc.h:
8932 * m/mips.h:
8933 * m/m68k.h:
8934 * m/iris4d.h:
8935 * m/intel386.h:
8936 * m/ibms390x.h:
8937 * m/ibms390.h:
8938 * m/ia64.h:
8939 * m/hp800.h:
8940 * m/arm.h:
8941 * m/amdx86-64.h: Remove dead code and references to unused
8942 and compiler defined symbols.
8943
8944 * unexmips.c:
8945 * unexelf.c: Remove references to desupported systems.
8946
8947 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8948
8949 * m/powermac.h: Remove boilerplate comments.
8950 (NO_REMAP): Remove unused definition.
8951
8952 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8953 define them.
8954
8955 2008-07-10 Kenichi Handa <handa@m17n.org>
8956
8957 * xfont.c (xfont_open): Log the reason of failure.
8958
8959 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * fontset.c (fontset_get_font_group):
8962 * font.c (font_check_otf): Specify argument types.
8963
8964 2008-07-09 Kenichi Handa <handa@m17n.org>
8965
8966 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8967 non-ASCII char is found.
8968
8969 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8970 (reorder_font_vector): Change the arg preferred_family to font.
8971 Prefer the spec matching with font.
8972 (fontset_get_font_group): New function.
8973 (fontset_find_font): Change the format of an element of a realized
8974 fontset. Use fontset_get_font_group.
8975 (fontset_font): Try the current fontset, the default fontset, the
8976 fallbacks of the current fontset, and the fallbacks of the default
8977 fontset in this order.
8978 (face_for_char): Delete the shortcut to use the current font.
8979 (fontset_from_font): Don't set fonts for Latin in the fontset.
8980
8981 * font.h (font_make_object, font_match_p): Adjust prototypes.
8982
8983 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8984
8985 * font.c (font_make_object): New arg entity and pixelsize.
8986 (font_check_otf_features, font_check_otf): New functions.
8987 (font_match_p): Check :lang, :script, and :otf properties.
8988
8989 * xfont.c (xfont_open): Adjust it for the change of
8990 font_make_object.
8991 (xfont_text_extents): Fix initial setting of metrics.
8992
8993 * ftfont.c (struct ftfont_info): New member index, delete member
8994 fc_charset_idx. Make the member order compatible with struct
8995 xftfont_info.
8996 (fc_charset_table): Change charset names to registry names.
8997 (ftfont_pattern_entity): Delete the args registry and
8998 fc_charset_idx. Change the value of :font-entity property
8999 to (FONTNAME . INDEX). Always set :registry property to
9000 `iso10646-1'.
9001 (struct ftfont_cache_data): New struct.
9002 (ftfont_lookup_cache): New arg for_face.
9003 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9004 (ftfont_driver): Set the member otf_capability.
9005 (ftfont_get_charset): Adjust it for the change of
9006 fc_charset_table.
9007 (OTF_TAG_SYM): New macro.
9008 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9009 for the change of fc_charset_table.
9010 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9011 ftfont_pattern_entity. Add FC_INDEX to objset.
9012 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9013 and ftfont_pattern_entity.
9014 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9015 font_make_object, struct ftfont_info.
9016 (ftfont_has_char): Use ftfont_get_fc_charset.
9017 (ftfont_otf_features, ftfont_otf_capability): New functions.
9018 (ftfont_shape): Use ftfont_get_otf.
9019 (ftfont_text_extents): Fix initial setting of metrics.
9020
9021 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9022 member order compatible with struct ftfont_info.
9023 (xftfont_open): Add FC_CHARSET to the pattern. Set
9024 xftfont_info->ft_size. Don't unlock the face. Check BDF
9025 properties if appropriate.
9026 (xftfont_close): Unlock the face.
9027 (xftfont_anchor_point, xftfont_shape): Deleted.
9028 (syms_of_xftfont): Don't set members anchor_point and shape of
9029 xftfont_driver.
9030
9031 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9032 font_make_object.
9033
9034 * w32font.c (w32font_open): Adjust it for the change of
9035 font_make_object.
9036 (w32font_open_internal): Don't set properties of font_object here.
9037
9038 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * macfns.c (x_create_tip_frame):
9041 * w32fns.c (x_create_tip_frame):
9042 * xfns.c (x_create_tip_frame): Pass parameter argument to
9043 face-set-after-frame-default.
9044
9045 * xfaces.c (Finternal_merge_in_global_face): Save merged
9046 attributes for the default face back into the face vector.
9047
9048 2008-07-08 Andreas Schwab <schwab@suse.de>
9049
9050 * fontset.h: Declare fontset_from_font. Don't declare
9051 new_fontset_from_font and fontset_from_font_name.
9052 * xterm.c: Include "fontset.h".
9053 * Makefile.in (xterm.o): Update dependencies.
9054
9055 2008-07-08 Glenn Morris <rgm@gnu.org>
9056
9057 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9058 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9059
9060 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9063 (x_set_frame_parameters): Don't bind it.
9064
9065 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * w32fns.c (map_w32_filename): Declare extern.
9068
9069 2008-07-07 Jason Rumney <jasonr@gnu.org>
9070
9071 * w32term.c (WS_EX_LAYERED): Define if not already.
9072
9073 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * xfaces.c (set_font_frame_param): Don't try to set the font
9076 parameter if it is still unspecified in the lface.
9077
9078 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9081 face if it didn't already exist.
9082
9083 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9084
9085 2008-07-05 Andreas Schwab <schwab@suse.de>
9086
9087 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9088
9089 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9090
9091 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9092 word-wrapping.
9093 (IT_DISPLAYING_WHITESPACE): New macro.
9094 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9095 when word-wrapping. Simplify word-wrapping logic. Use correct
9096 pixel positions when saving copies of the iterator.
9097 (display_line): Use proper wrap point if the last character on a
9098 line was preceded by whitespace.
9099
9100 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9103
9104 2008-07-04 Kenichi Handa <handa@m17n.org>
9105
9106 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9107
9108 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9109
9110 2008-07-02 Jason Rumney <jasonr@gnu.org>
9111
9112 * xfns.c (syms_of_xfns): Only define x-select-font when both
9113 HAVE_FREETYPE and USE_GTK.
9114
9115 * xdisp.c (next_element_from_display_vector): Move assignment out
9116 of if statement.
9117
9118 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9119
9120 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9121
9122 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9123 (syms_of_fileio): Initialize and export them.
9124 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9125
9126 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9127 (Fsystem_move_file_to_trash): New function.
9128 (syms_of_w32fns): Export it to lisp.
9129
9130 2008-07-01 Jason Rumney <jasonr@gnu.org>
9131
9132 * w32font.c (w32font_text_extents): Don't count overhang as part
9133 of width.
9134
9135 2008-06-30 Miles Bader <miles@gnu.org>
9136
9137 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9138 Add `avoid_cursor_p' field.
9139
9140 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9141 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9142 (append_glyph, append_composite_glyph, produce_image_glyph)
9143 (append_stretch_glyph): Initialize avoid_cursor_p.
9144 (get_it_property): Rename from `get_line_height_property'.
9145 (x_produce_glyphs): Use get_it_property.
9146 (handle_line_prefix, push_display_prop): New functions.
9147 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9148 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9149 New variables.
9150 (syms_of_xdisp): Initialize them.
9151
9152 2008-06-30 Kenichi Handa <handa@m17n.org>
9153
9154 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9155 XftDefaultSubstitute (they are called in XftFontMatch).
9156 (xftfont_open): Fix args to ftfont_font_format.
9157
9158 * ftfont.c (fc_charset_table): New member lang.
9159 (ftfont_resolve_generic_family): New arg pattern.
9160 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9161 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9162 (ftfont_open): Fix args to ftfont_font_format.
9163 (ftfont_font_format): New arg filename.
9164
9165 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9166
9167 * xfaces.c (Finternal_merge_in_global_face): If default face was
9168 modified, realize it again. Update the font face attribute.
9169
9170 2008-06-29 Jason Rumney <jasonr@gnu.org>
9171
9172 * w32term.c (x_set_frame_alpha): Fix logic.
9173
9174 2008-06-29 Kenichi Handa <handa@m17n.org>
9175
9176 * fontset.c (Finternal_char_font): Return font-object instead of
9177 font-name.
9178
9179 * composite.c (get_composition_id): Fix the width calculation for TAB.
9180
9181 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * indent.c (Fvertical_motion): Properly handle float column arg.
9184
9185 2008-06-28 Jason Rumney <jasonr@gnu.org>
9186
9187 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9188 (pfnSetLayeredWindowAttributes): New function pointer.
9189 (w32_initialize): Initialize it when supported.
9190 (x_set_frame_alpha): New function.
9191
9192 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9193 (w32_frame_parm_handlers): Set alpha handler.
9194
9195 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9196
9197 2008-06-27 Jason Rumney <jasonr@gnu.org>
9198
9199 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9200 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9201 (w32_to_x_charset, x_to_w32_charset)
9202 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9203 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9204 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9205 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9206 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9207 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9208 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9209 (Qw32_charset_unicode): Remove.
9210 (syms_of_w32fns): Update for above changes.
9211
9212 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9213 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9214 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9215 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9216 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9217 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9218 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9219 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9220 (syms_of_w32font): Update for above changes.
9221
9222 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9223
9224 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9225 removed #if.
9226 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9227
9228 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9229 Eli Zaretskii <eliz@gnu.org>
9230
9231 * makefile.w32-in (LOCAL_FLAGS):
9232 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9233
9234 * sysdep.c (_spawnlp, _getpid):
9235 Declare with explicit _cdecl instead of _CRTAPI1.
9236
9237 * editfns.c (Fget_internal_run_time):
9238 Check for WINDOWSNT with #ifdef, not #if.
9239
9240 2008-06-26 Jason Rumney <jasonr@gnu.org>
9241
9242 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9243
9244 * w32term.c (x_draw_glyph_string_foreground)
9245 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9246 Use FONT_HANDLE macro.
9247 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9248
9249 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9250 (uniscribe_encode_char): Use FONT_HANDLE macro.
9251
9252 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9253 (w32font_text_extents): Use precast w32_font.
9254 (w32font_close): Free cached metrics.
9255 (w32font_open_internal): Allocate space for name on stack.
9256
9257 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9258
9259 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9260
9261 2008-06-26 Jason Rumney <jasonr@gnu.org>
9262
9263 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9264 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9265
9266 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9267
9268 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9269
9270 2008-06-26 Jason Rumney <jasonr@gnu.org>
9271
9272 * w32bdf.c, w32bdf.h: Remove obsolete files.
9273
9274 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9275
9276 * w32gui.h: Don't include w32bdf.h.
9277 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9278 Remove obsolete font support.
9279
9280 * w32font.h (struct w32font_info): Remove compat_w32_font.
9281 Add hfont member.
9282 (FONT_COMPAT): Remove obsolete macro.
9283
9284 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9285 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9286 (w32font_open_internal): Remove compat code. Set new hfont member.
9287 (Fx_select_font): Use new hfont member.
9288
9289 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9290 (uniscribe_encode_char): Use new hfont member.
9291
9292 * w32term.c (x_draw_glyph_string_foreground)
9293 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9294 (x_draw_glyph_string): Use metrics in w32font_info.
9295
9296 2008-06-26 Kenichi Handa <handa@m17n.org>
9297
9298 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9299
9300 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9301
9302 * unexnext.c:
9303 * m/ews4800.h:
9304 * m/hp9000s300.h:
9305 * m/ibm370aix.h:
9306 * m/mips-siemens.h:
9307 * m/ncr386.h:
9308 * m/next.h:
9309 * m/pmax.h:
9310 * m/powerpcle.h:
9311 * m/tandem-s2.h:
9312 * s/386bsd.h:
9313 * s/bsd386.h:
9314 * s/bsd4-1.h:
9315 * s/bsd4-2.h:
9316 * s/bsdos2-1.h:
9317 * s/bsdos2.h:
9318 * s/bsdos3.h:
9319 * s/bsdos4.h:
9320 * s/nextstep.h:
9321 * s/ultrix4-3.h:
9322 * s/usg5-0.h:
9323 * s/usg5-2-2.h:
9324 * s/usg5-2.h:
9325 * s/usg5-4-3.h:
9326 * s/ux4800.h:
9327 * s/uxpds.h:
9328 * s/uxpv.h: Remove support for obsolete systems.
9329 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9330 Remove, insert contents in s/hpux10-20.h.
9331 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9332 Remove, insert contents in s/aix4-2.h.
9333 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9334 * s/bsd4-3.h: Rename to ...
9335 * s/bsd-common.h: ... this.
9336 * data.c:
9337 * doc.c:
9338 * ecrt0.c:
9339 * emacs.c:
9340 * fileio.c:
9341 * floatfns.c:
9342 * keyboard.c:
9343 * mem-limits.h:
9344 * print.c:
9345 * process.c:
9346 * sysdep.c:
9347 * syssignal.h:
9348 * systty.h:
9349 * syswait.h:
9350 * term.c:
9351 * unexec.c:
9352 * unexelf.c:
9353 * unexhp9k800.c:
9354 * m/hp800.h:
9355 * m/ibmrs6000.h:
9356 * m/mips.h:
9357 * m/vax.h:
9358 * s/darwin.h:
9359 * s/freebsd.h:
9360 * s/gnu.h:
9361 * s/ms-w32.h:
9362 * s/msdos.h:
9363 * s/netbsd.h:
9364 * s/template.h: Remove references to obsolete variables.
9365
9366 * Makefile.in: Add dependencies for all unexec files.
9367 (admindir): Remove unused variable.
9368 (UNEXEC_SRC): Remove references.
9369
9370 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * xfns.c (x_default_font_parameter): If Xft is available, first
9373 try Monospace-12 for the default font.
9374
9375 2008-06-25 Jason Rumney <jasonr@gnu.org>
9376
9377 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9378
9379 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9382
9383 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9384
9385 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9386
9387 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9388 <scroll-conservatively>: Fix typo in docstring.
9389
9390 * xselect.c (Fx_send_client_event): Doc fix.
9391
9392 2008-06-25 Kenichi Handa <handa@m17n.org>
9393
9394 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9395
9396 * font.c (font_parse_fcname): Remove unused variables.
9397 (font_sort_entites): Delete the arg SPEC. Caller changed.
9398 Fix for the case of ! best_only.
9399 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9400
9401 * lisp.h (Fstring_to_unibyte): EXFUN it.
9402
9403 * character.h (str_to_unibyte): Extern it.
9404
9405 * character.c (str_to_unibyte): New function.
9406
9407 * fns.c (Fstring_to_unibyte): New function.
9408 (syms_of_fns): Defsubr it.
9409
9410 2008-06-24 Kenichi Handa <handa@m17n.org>
9411
9412 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9413 DPI too.
9414 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9415
9416 2008-06-24 Andreas Schwab <schwab@suse.de>
9417
9418 * Makefile.in (${lispsource}loaddefs.el): Rename from
9419 ../lisp/loaddefs.el.
9420 (bootstrap-clean): Do what distclean does but don't remove
9421 Makefile.
9422 (distclean): Depend on bootstrap-clean and remove Makefile.
9423
9424 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * buffer.h (struct buffer): New member word_wrap.
9427
9428 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9429 word-wrap.
9430 (init_buffer_once): Initialize them.
9431
9432 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9433 line_wrap enum possessing three possible values.
9434
9435 * termopts.h: Replace truncate_partial_width_windows with
9436 Vtruncate_partial_width_windows.
9437
9438 * dispnew.c (direct_output_for_insert): Avoid direct output when
9439 inserting a space with word wrap on.
9440
9441 * indent.c (compute_motion): Obey integer values of
9442 truncate-partial-width-windows.
9443
9444 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9445 replacing truncate_partial_width_windows.
9446 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9447 truncate only if the window width is below that integer.
9448 (start_display, resize_mini_window, produce_stretch_glyph)
9449 (display_string, move_it_in_display_line_to): Use line_wrap.
9450 (back_to_previous_visible_line_start, reseat_1): Reset
9451 string_from_display_prop_p.
9452 (display_line): Extend default face to end of line when wrapping.
9453
9454 2008-06-24 Kim F. Storm <storm@cua.dk>
9455
9456 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9457 to wrap continued lines at word boundaries.
9458
9459 2008-06-24 Jason Rumney <jasonr@gnu.org>
9460
9461 * font.c (Ffont_face_attributes): Multiply pixel size before point
9462 conversion to avoid multiplying rounding error.
9463
9464 2008-06-23 Jason Rumney <jasonr@gnu.org>
9465
9466 * w32term.c (x_draw_glyph_string_background)
9467 (x_draw_glyph_string): Remove old bdf font code.
9468
9469 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9470
9471 2008-06-22 Kenichi Handa <handa@m17n.org>
9472
9473 * font.c (font_find_for_lface): Try the adstyle specified in
9474 the property of LFACE_FONT of LFACE (if any).
9475
9476 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9477 Ryo Yoshitake <ryo@shiftmode.net>
9478
9479 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9480
9481 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9484 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9485 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9486 (witness-emacs): Remove.
9487 (lisp, shortlisp): Move loaddefs.el earlier.
9488 (mostlyclean): Forget about witness-emacs.
9489
9490 2008-06-22 Glenn Morris <rgm@gnu.org>
9491
9492 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9493 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9494
9495 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * Makefile.in (PRECOMP): Remove.
9498 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9499 (witness-emacs): Run `compile-first'.
9500 (.el.elc): Use the new compile-onefile target.
9501
9502 2008-06-21 Kenichi Handa <handa@m17n.org>
9503
9504 * xftfont.c (xftfont_open): Handle QCembolden only when
9505 FC_EMBOLDEN is defined.
9506
9507 2008-06-21 Andreas Schwab <schwab@suse.de>
9508
9509 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9510 (.el.elc): Likewise.
9511
9512 2008-06-21 Miles Bader <miles@gnu.org>
9513
9514 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9515 build dir, not the lisp source dir.
9516
9517 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9520 (bootstrapclean): Remove.
9521 (.el.elc): New rule.
9522 (PRECOMP): New var.
9523 (../lisp/subdirs.el): Remove.
9524 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9525 (witness-emacs): New target.
9526 (mostlyclean): Remove witness-emacs as well.
9527 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9528 Add witness-emacs dependency.
9529
9530 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9531
9532 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9533 defined by the font.
9534
9535 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9538 (bootstrap-clean): New target that keeps TAGS around.
9539 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9540 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9541
9542 2008-06-20 Jason Rumney <jasonr@gnu.org>
9543
9544 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9545 Remove obsolete font code.
9546
9547 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9548 to determine language support.
9549
9550 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * sysdep.c (cfsetspeed): New fun extracted from the code.
9553 (cfmakeraw): Move before first use.
9554
9555 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9556
9557 * sysdep.c (cfmakeraw): Provide fallback implementation.
9558 (serial_configure): Provide fallback implementation of cfsetspeed.
9559
9560 2008-06-20 Kenichi Handa <handa@m17n.org>
9561
9562 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9563 the pattern.
9564
9565 * fontset.c (fontset_from_font): Copy font_spec before changing
9566 the elements.
9567
9568 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9569
9570 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9573 for explicit `font' parameters.
9574
9575 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9576
9577 2008-06-19 Kenichi Handa <handa@m17n.org>
9578
9579 * frame.c: Include <ctype.h>.
9580 (x_set_font_backend): Allow spacing characters in the X resource
9581 for FontBackend.
9582
9583 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * w32fns.c, xfns.c (Qfont_param): New var.
9586 (syms_of_w32fns): Initialize it.
9587 (x_default_font_parameter): Record explicit `font' into
9588 `font-parameter'.
9589
9590 2008-06-18 Kenichi Handa <handa@m17n.org>
9591
9592 * font.c (font_parse_xlfd): Fix previous change.
9593 (font_parse_fcname): Don't use :fc-unknown-spec.
9594 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9595 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9596 (font_add_log): Prepend the driver name to the resulting fonts.
9597
9598 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9599 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9600 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9601
9602 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9603 (QCembolden): New variables.
9604 (syms_of_xftfont): DEFSYM them.
9605 (xftfont_open): Call XftFontMatch. Don't trust the result of
9606 XftTextExtents8 if the pixel_size is less than 5.
9607
9608 2008-06-18 Andreas Schwab <schwab@suse.de>
9609
9610 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9611 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9612
9613 2008-06-18 Jason Rumney <jasonr@gnu.org>
9614
9615 * w32font.c (w32font_list, w32font_match): Add logging.
9616
9617 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9618
9619 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * font.c (font_parse_fcname): Store divider characters for
9622 unknown-spec list. For known key symbols, intern using correct
9623 symbol name.
9624
9625 2008-06-17 Kenichi Handa <handa@m17n.org>
9626
9627 * xfaces.c (realize_default_face): If the frame is not on window
9628 system, set the fontset of face to nil.
9629
9630 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9631
9632 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9633
9634 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9637 (build_font_name_from_vector): Delete externs.
9638
9639 * xfaces.c (struct font_name): Don't declare.
9640
9641 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9644
9645 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9648
9649 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * font.c (Ffont_spec): Fix usage in docstring.
9652 (Ffont_face_attributes): Doc fix.
9653
9654 2008-06-16 Andreas Schwab <schwab@suse.de>
9655
9656 * font.c (Ffont_face_attributes): Fix definition.
9657
9658 2008-06-16 Jason Rumney <jasonr@gnu.org>
9659
9660 * font.h (font_style_symbolic_from_value): Remove.
9661
9662 * font.c (font_style_symbolic_from_value): Remove.
9663 (font_style_symbolic): Revert to pre 2008-06-13 version.
9664
9665 * w32font.c (w32_to_fc_weight): New function.
9666 (w32font_full_name, logfont_to_fcname): Use it.
9667
9668 2008-06-16 Kenichi Handa <handa@m17n.org>
9669
9670 * font.c (font_check_object): Delete it.
9671 (font_clear_cache): Check if a font-object is alive.
9672 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9673 font-object to nil.
9674 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9675 (font_at): Don't call font_check_object.
9676 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9677
9678 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9679
9680 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9681
9682 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9683
9684 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9685
9686 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * font.c (font_parse_fcname): Only one decimal point.
9689 (font_unparse_fcname): Handle data in family and foundry indices
9690 as symbols, not strings.
9691 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9692
9693 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9694
9695 * font.h (font_unparse_gtkname): Add prototype.
9696
9697 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9698
9699 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9700
9701 2008-06-15 Andreas Schwab <schwab@suse.de>
9702
9703 * font.c (font_update_drivers): Fix crash when no drivers match.
9704
9705 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9708 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9709
9710 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9713
9714 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * process.c (Fserial_process_configure, Fprocess_send_eof):
9717 Use EQ to compare Lisp_Objects.
9718
9719 2008-06-13 Jason Rumney <jasonr@gnu.org>
9720
9721 * w32fns.c (Fw32_select_font): Remove old font API function.
9722
9723 * w32font.c (logfont_to_fcname): New function.
9724 (Fx_select_font): New font dialog function compatible with
9725 GTK/fontconfig version.
9726
9727 * font.c (font_style_symbolic_from_value): New function.
9728 (font_style_symbolic): Use it.
9729
9730 * font.h (font_style_symbolic_from_value): Declare new function.
9731
9732 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9733
9734 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9735 <font-width-table>: Fix typos in docstrings.
9736
9737 2008-06-13 Daniel Engeler <engeler@gmail.com>
9738
9739 These changes add serial port access.
9740 * process.c: Add HAVE_SERIAL.
9741 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9742 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9743 (list_processes_1, select_wrapper, Fstop_process)
9744 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9745 (status_notify): Modify to handle serial processes.
9746 [HAVE_SERIAL] (Fserial_process_configure)
9747 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9748 New functions.
9749 * process.h (struct Lisp_Process): Add `type'.
9750 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9751 New functions.
9752 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9753 serial ports.
9754 (serial_open, serial_configure): New functions.
9755 * w32.h: Add FILE_SERIAL.
9756 (struct _child_process): Add ovl_read, ovl_write.
9757
9758 2008-06-13 Kenichi Handa <handa@m17n.org>
9759
9760 * dispextern.h (enum lface_attribute_index): New member
9761 LFACE_FOUNDRY_INDEX.
9762
9763 * font.c (font_score): Delete arg alternate_families. Check only
9764 weight, slant, width, and size. Ignore the difference of alias
9765 style symbols.
9766 (font_sort_entites): Adjust for the above change. Reflect the
9767 order of font-driver to scores.
9768 (font_list_entities): Don't check alternate_familes here.
9769 (font_clear_prop): Handle foundry.
9770 (font_update_lface): Don't parse "foundry-family" form here.
9771 Handle FONT_FOUNDRY_INDEX.
9772 (font_find_for_lface): Likewise. Handle alternate families here.
9773 If registry is nil, try iso8859-1 and ascii-0.
9774 (font_open_for_lface): Pay attention to size in ENTITY.
9775 (font_open_by_name): Simplify by calling font_load_for_lface.
9776 (free_font_driver_list): Delete it.
9777 (font_update_drivers): Preserve the order of backends.
9778 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9779 of font_score and font_sort_entites.
9780 (font_update_sort_order): Likewise.
9781
9782 * xfaces.c (LFACE_FOUNDRY): New macro.
9783 (check_lface_attrs): Check foundry.
9784 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9785 (merge_face_vectors): Check foundry.
9786 (merge_face_ref): Likewise.
9787 (Finternal_set_lisp_face_attribute): Likewise.
9788 (x_update_menu_appearance): Likewise.
9789 (Finternal_get_lisp_face_attribute): Likewise.
9790 (lface_hash): Likewise.
9791 (lface_same_font_attributes_p): Likewise.
9792 (x_supports_face_attributes_p): Likewise.
9793 (tty_supports_face_attributes_p): Likewise.
9794 (Finternal_set_alternative_font_family_alist): Intern strings.
9795 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9796 (realize_default_face): Set LFACE_FOUNDRY (lface).
9797
9798 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9799 font-driver at first.
9800
9801 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9802
9803 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9804
9805 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9806
9807 2008-06-12 Jim Meyering <meyering@redhat.com>
9808
9809 Make unexec_free handle NULL the same way free does.
9810 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9811
9812 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9815 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9816 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9817 (WEAK_ALIAS): Simplify.
9818 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9819 when searching a unibyte buffer.
9820
9821 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9824
9825 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9826
9827 * w32font.c: Include ctype.h.
9828
9829 2008-06-11 Jason Rumney <jasonr@gnu.org>
9830
9831 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9832 misreported as space.
9833 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9834 as aliases for registry iso10646-1.
9835
9836 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * buffer.c (clone_per_buffer_values): Skip `name'.
9839
9840 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9841
9842 * font.c (font_parse_fcname): Fix last change; accept decimal
9843 points in font size.
9844
9845 2008-06-10 Jason Rumney <jasonr@gnu.org>
9846
9847 * w32uniscribe.c (add_opentype_font_name_to_list):
9848 Skip non unicode fonts.
9849
9850 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * xfns.c (Fx_font_dialog): New function.
9853
9854 * gtkutil.c (xg_dialog_response_cb): Rename from
9855 xg_file_response_callback.
9856 (pop_down_dialog): Rename from pop_down_file_dialog.
9857 (xg_get_file_name): Callers changed.
9858 (xg_get_font_name): New function.
9859
9860 * gtkutil.h (xg_get_font_name): Insert prototype.
9861
9862 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9865 x_underline_minimum_display_offset.
9866 (syms_of_xdisp): Declare it here rather than in xterm.c.
9867 * dispextern.h (underline_minimum_offset): Declare it.
9868 * w32term.c (x_draw_glyph_string): Use it.
9869 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9870 (syms_of_xterm): Don't declare it any more.
9871 (x_draw_glyph_string): Adjust to the new name.
9872
9873 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
9874
9875 * xterm.c (x_underline_minimum_display_offset): New var.
9876 (x_draw_glyph_string): Use it.
9877 (syms_of_xterm): Declare it.
9878
9879 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9880
9881 * font.c (font_parse_fcname): Accept GTK-style font names too.
9882
9883 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * dired.c (file_name_completion): Don't return t if the match is exact
9886 but with different capitalization.
9887 * minibuf.c (Ftry_completion): Simplify.
9888
9889 * window.c (Vwindow_point_insertion_type): New var.
9890 (set_window_buffer): Use it.
9891 (syms_of_window): Init and export it to Lisp.
9892
9893 2008-06-10 Kenichi Handa <handa@m17n.org>
9894
9895 * font.h (font_intern_prop): Prototype adjusted.
9896
9897 * font.c (font_intern_prop): New arg force_symbol.
9898 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9899 Adjust for the change of font_intern_prop.
9900
9901 * ftfont.c (ftfont_pattern_entity):
9902 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9903 (w32_registry):
9904 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9905 the change of font_intern_prop.
9906
9907 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
9908
9909 * w32menu.c (digest_single_submenu): Declare extern.
9910
9911 2008-06-09 Jason Rumney <jasonr@gnu.org>
9912
9913 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9914
9915 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9916 (parse_single_submenu): Remove.
9917 (digest_single_submenu): Remove.
9918 (syms_of_w32menu): Don't initialise variables that have moved
9919 to menu.c.
9920 (set_frame_menubar): Sync with version in xmenu.c.
9921 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9922
9923 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9924 Make static again.
9925
9926 2008-06-09 Jason Rumney <jasonr@gnu.org>
9927
9928 Changes to w32 files related to the move of common menu code
9929 to menu.c on 2008-06-08 by Chong Yidong.
9930
9931 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9932 defs to w32gui.h.
9933 (single_keymap_panes, push_menu_item, push_menu_pane):
9934 Make globally visible.
9935
9936 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9937 (local_free, malloc_widget_value, free_widget_value)
9938 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9939 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9940 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9941 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9942 (menu_items, menu_items_allocated, menu_items_used)
9943 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9944 (init_menu_items, finish_menu_items, discard_menu_items)
9945 (grow_menu_items, push_submenu_start, push_submenu_end)
9946 (push_left_right_boundary, push_menu_pane, push_menu_item)
9947 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9948 (free_menubar_widget_tree_value, parse_single_submenu)
9949 (update_submenu_strings): Remove functions.
9950 (xmalloc_widget_value): Remove and declare extern.
9951
9952 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9953 (OBJ1): Build it.
9954
9955 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9956 (local_heap, local_alloc, local_free, malloc_widget_value)
9957 (free_widget_value): Define here.
9958
9959 2008-06-09 Kenichi Handa <handa@m17n.org>
9960
9961 * font.h (Qascii_0): Extern it.
9962
9963 * font.c (Qascii_0): New variable.
9964 (syms_of_font): DEFSYM it.
9965 (font_open_by_name): If the registry "iso8859-1" fails, try also
9966 "ascii-0".
9967
9968 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9969
9970 2008-06-08 Kenichi Handa <handa@m17n.org>
9971
9972 * .gdbinit (xfont): New command.
9973
9974 2008-06-08 Andreas Schwab <schwab@suse.de>
9975
9976 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9977 * Makefile.in (menu.o): Update dependencies.
9978
9979 * Makefile.in (obj): Always add menu.o.
9980 * emacs.c (main): Always call syms_of_menu.
9981 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9982
9983 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * Makefile.in: Compile menu.c.
9986
9987 * lisp.h: Declare syms_of_menu.
9988
9989 * emacs.c (main): Call syms_of_menu.
9990
9991 * keyboard.h: Relocate platform-independent menu definitions from
9992 xmenu.c.
9993
9994 * menu.c: New file. Relocate platform-independent menu
9995 definitions from xmenu.c. Suggested by Adrian Robert.
9996
9997 * xmenu.c: Remove platform-independent menu definitions.
9998 (menu_items menu_items_inuse, menu_items_allocated)
9999 (menu_items_used, menu_items_n_panes)
10000 (menu_items_submenu_depth): Move to keyboard.h.
10001 (init_menu_items, finish_menu_items, unuse_menu_items)
10002 (discard_menu_items, restore_menu_items, save_menu_items)
10003 (grow_menu_items, push_submenu_start, push_submenu_end)
10004 (push_left_right_boundary, push_menu_pane, push_menu_item)
10005 (keymap_panes, single_keymap_panes, single_menu_item)
10006 (list_of_panes, list_of_items, find_and_call_menu_selection)
10007 (xmalloc_widget_value, free_menubar_widget_value_tree)
10008 (parse_single_submenu, digest_single_submenu)
10009 (update_submenu_strings): Move to menu.c.
10010
10011 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10014
10015 2008-06-06 Miles Bader <miles@gnu.org>
10016
10017 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10018 face, not frame default.
10019
10020 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10021
10022 * window.c (pop_up_windows, pop_up_frames)
10023 (display_buffer_reuse_frames, Vpop_up_frame_function)
10024 (Vdisplay_buffer_function, Veven_window_heights)
10025 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10026 (Vspecial_display_function, Vsame_window_buffer_names)
10027 (Vsame_window_regexps, split_height_threshold)
10028 (Vsplit_window_preferred_function): Move those vars to window.el.
10029 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10030 (Fdisplay_buffer): Move those functions to window.el.
10031 (syms_of_window): Remove corresponding declarations.
10032 (display_buffer): New function.
10033 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10034 * dispnew.c (Flast_nonminibuf_frame): New function.
10035 * buffer.c (Fpop_to_buffer): Move to window.el.
10036
10037 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10040
10041 2008-06-05 Kenichi Handa <handa@m17n.org>
10042
10043 * coding.c (detect_coding): Fix previous change.
10044 (detect_coding_system): Likewise.
10045
10046 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10049
10050 * keymap.c (Vminibuffer_local_filename_must_match_map):
10051 Rename from Vminibuffer_local_must_match_filename_map.
10052 (syms_of_keymap):
10053 * minibuf.c (Fcompleting_read): Adjust accordingly.
10054 * commands.h: Rename declaration as well.
10055
10056 2008-06-05 Kenichi Handa <handa@m17n.org>
10057
10058 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10059 family name.
10060 (Ffont_put): Likewise.
10061
10062 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10063 current font-spec.
10064
10065 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10066 is unspecified.
10067
10068 * xfaces.c (realize_x_face): If the font-related face attributes
10069 are the same as those of default face, realize a new fontset from
10070 default->fontset.
10071 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10072
10073 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10076 (move_it_in_display_line): New wrapper.
10077
10078 * window.c (window_scroll_pixel_based_preserve_x)
10079 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10080 (window_scroll_pixel_based, window_scroll_line_based):
10081 Use them to preserve column positions.
10082 (syms_of_window): Initialize them.
10083
10084 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10085 (HPOS . VPOS) pair.
10086
10087 * dispextern.h (move_it_in_display_line): Declare.
10088
10089 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10090
10091 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10092 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10093 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10094
10095 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10096
10097 * window.c (Fset_window_parameter): Doc fix.
10098 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10099
10100 2008-06-04 Joakim Verona <joakim@verona.se>
10101
10102 * window.h (struct window): Add new member window_parameters.
10103
10104 * window.c (Fwindow_parameters, Fwindow_parameter)
10105 (Fset_window_parameter): New defuns.
10106 (syms_of_window): Defsubr the new defuns.
10107 (make_window): Initialize window_parameters to nil.
10108
10109 2008-06-04 John Paul Wallington <jpw@pobox.com>
10110
10111 * eval.c (Fdefmacro): Doc fix.
10112
10113 2008-06-04 Kenichi Handa <handa@m17n.org>
10114
10115 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10116 Be sure to call setup_coding_system when we find a proper coding system.
10117 (detect_coding_system): Fix handling of coding->head_ascii.
10118
10119 2008-06-03 Andreas Schwab <schwab@suse.de>
10120
10121 * font.c (font_prop_validate_spacing): Fix last change.
10122
10123 2008-06-03 Kenichi Handa <handa@m17n.org>
10124
10125 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10126 (font_parse_fcname): Fix handling of unknown key.
10127
10128 * xfont.c (xfont_list): Try an alias.
10129
10130 * charset.c (char_charset): Return NULL if the arg charset_list is
10131 specified and C doesn't belong to any of them.
10132
10133 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10134
10135 * font.c (font_pixel_size): Don't take cdr of an integer.
10136
10137 2008-06-02 Jim Meyering <meyering@redhat.com>
10138
10139 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10140 * alloc.c (xfree): Return right away for a NULL arg.
10141 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10142 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10143 * mac.c (create_apple_event_from_event_ref): Likewise.
10144 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10145 Likewise.
10146 * doprnt.c (doprnt1): Likewise.
10147 * frame.c (frame): Likewise.
10148 * keyboard.c (wipe_kboard): Likewise.
10149 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10150 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10151 * term.c (tty_default_color_capabilities, maybe_fatal)
10152 (delete_tty): Likewise.
10153 * w16select.c (string): Likewise.
10154 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10155 * w32bdf.c (w32_free_bdf_font): Likewise.
10156 * w32fns.c (w32_unload_font): Likewise.
10157 * w32font.c (w32font_close): Likewise.
10158 * window.c (size_window): Likewise.
10159 * xselect.c (receive_incremental_selection): Likewise.
10160 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10161 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10162 * w32.c (stat): Likewise.
10163
10164 Remove useless if-before-free tests.
10165 * editfns.c (Fset_time_zone_rule): Likewise.
10166 * lread.c (nosuffix): Likewise.
10167 * ralloc.c (get_bloc): Likewise.
10168 * regex.c (reg_free): Likewise.
10169 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10170 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10171 * xsmfns.c (smc_save_yourself_CB): Likewise.
10172
10173 2008-06-02 Kenichi Handa <handa@m17n.org>
10174
10175 * font.c (font_find_for_lface): Handle float font size.
10176 (font_open_for_lface): Likewise.
10177
10178 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10179 comparing the properties.
10180
10181 2008-06-01 Jason Rumney <jasonr@gnu.org>
10182
10183 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10184 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10185 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10186 Don't add empty script list.
10187 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10188
10189 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10190
10191 * Makefile.in (dot, dotdot): Remove, update users.
10192 ".." has been used elsewhere in the file for a long time.
10193 (LIBXT_STATIC): Remove conditional based on unused variable.
10194
10195 2008-06-01 Miles Bader <miles@gnu.org>
10196
10197 * xfaces.c (Vface_remapping_alist): New variable.
10198 (syms_of_xfaces): Initialize it.
10199 (enum named_merge_point_kind): New type.
10200 (struct named_merge_point): Add `named_merge_point_kind' field.
10201 (push_named_merge_point): Make cycle detection respect different
10202 named-merge-point kinds.
10203 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10204 Remove face-name alias resolution.
10205 (lface_from_face_name): New definition using
10206 `lface_from_face_name_no_resolve'.
10207 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10208 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10209 (get_lface_attributes): New definition that layers face-remapping on
10210 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10211 (lookup_basic_face): New function.
10212 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10213 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10214 `get_lface_attributes'.
10215 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10216 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10217 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10218
10219 * xdisp.c (init_iterator): Pass base_face_id through
10220 `lookup_basic_face' when we actually use it as a face-id.
10221 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10222 DEFAULT_FACE_ID.
10223
10224 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10225 lookup the initial face-id.
10226
10227 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10228
10229 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10230
10231 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10232 (Fremove_text_properties): Fix typos in docstrings.
10233
10234 2008-05-31 Kenichi Handa <handa@m17n.org>
10235
10236 * font.c (font_list_entities): Fix the car part of data to be
10237 stored in the cache.
10238
10239 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10240
10241 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10244 Add a `test' argument so another predicate than `equal' can be used.
10245 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10246 (map_char_table): Remove unused vars `c' and `i'.
10247 * lisp.h (Foptimize_char_table): Adjust declaration.
10248 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10249
10250 2008-05-30 Kenichi Handa <handa@m17n.org>
10251
10252 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10253 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10254 defined.
10255
10256 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10259 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10260 frame-local settings for the same variable.
10261
10262 2008-05-30 Kenichi Handa <handa@m17n.org>
10263
10264 * fontset.c (Ffont_info): Move to font.c.
10265 (syms_of_fontset): Delete defsubr of Sfont_info.
10266
10267 * font.c (font_style_to_value, font_score): Delete casting of the
10268 args to xstcasecmp.
10269 (register_font_driver): Increment num_font_drivers only when
10270 registering the driver globally.
10271 (Ffont_info): Move from fontset.c. Handle a font object too.
10272 (syms_of_font): Defsubr Sfont_info.
10273
10274 2008-05-29 Kenichi Handa <handa@m17n.org>
10275
10276 * coding.h (enum define_coding_utf8_arg_index): New enum.
10277 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10278 coding_attr_utf_bom.
10279 (enum utf_bom_type): Rename from utf_16_bom_type.
10280 (struct utf_16_spec): Adjust for the above change.
10281 (struct coding_system): Add utf_8_bom in `spec' union.
10282
10283 * coding.c (CODING_UTF_8_BOM): New macro.
10284 (enum coding_category): Delete coding_category_utf_8, add
10285 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10286 coding_category_utf_8_sig.
10287 (CATEGORY_MASK_UTF_8): Delete it.
10288 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10289 (CATEGORY_MASK_UTF_8_SIG): New macros.
10290 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10291 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10292 CATEGORY_MASK_UTF_8_SIG.
10293 (CATEGORY_MASK_UTF_8): New macro.
10294 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10295 (detect_coding_utf_8): Check BOM.
10296 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10297 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10298 (encode_coding_utf_16): Likewise.
10299 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10300 (detect_coding, detect_coding_system): Handle utf-8-auto.
10301 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10302 (syms_of_coding): Fix setting up of Vcoding_category_table.
10303
10304 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * process.c (Faccept_process_output): If `millisec' is non-nil,
10307 `seconds' default to 0.
10308 (wait_reading_process_output): Also return non-nil if we read output
10309 from a non-running process.
10310
10311 2008-05-29 Jason Rumney <jasonr@gnu.org>
10312
10313 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10314 `raster' specified.
10315 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10316 in the uniscribe backend, but disallow any font that has no
10317 unicode subrange support.
10318
10319 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10322 Fix typos in docstrings.
10323
10324 2008-05-29 Kenichi Handa <handa@m17n.org>
10325
10326 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10327 (Fx_family_fonts): Set frame correctly.
10328
10329 2008-05-28 Jason Rumney <jasonr@gnu.org>
10330
10331 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10332
10333 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10336 calling build_annotations.
10337
10338 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10339
10340 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10341 (Fencode_coding_string):
10342 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10343 <latin-extra-code-table>: Fix typos in docstrings.
10344 (syms_of_coding) <coding-system-alist>: Doc fix.
10345 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10346
10347 2008-05-28 Kenichi Handa <handa@m17n.org>
10348
10349 * fontset.c (Ffont_info): Don't call font_close_object.
10350
10351 * font.c (font_parse_family_registry): Use Ffont_put to validate
10352 foundry and family.
10353 (font_delete_unmatched): Don't check spacing.
10354 (font_list_entities): Add spacing to the spec to list fonts.
10355
10356 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10357 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10358
10359 * coding.c (encode_coding_raw_text): Fix previous change.
10360 (encode_coding_object): When the dst_object is a buffer and is
10361 different from src_object, move gap to PT.
10362
10363 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10366
10367 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10370 all branches. Compute it differently.
10371
10372 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10373
10374 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10375
10376 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10377 into "else if () ... else ...".
10378
10379 2008-05-27 Jason Rumney <jasonr@gnu.org>
10380
10381 * w32font.c (w32font_open_internal): Determine if glyph indices
10382 are likely to work here.
10383
10384 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10385
10386 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10387 draw overlap glyphs with appropriate highlighting.
10388
10389 2008-05-27 Kenichi Handa <handa@m17n.org>
10390
10391 * xfont.c (xfont_open): Fix calculation of font->average_width.
10392
10393 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * casefiddle.c (casify_object): Try to guess better whether the
10396 argument is a byte or a char.
10397
10398 2008-05-26 Andreas Schwab <schwab@suse.de>
10399
10400 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10401 Always send multiples of format size.
10402
10403 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10404
10405 2008-05-26 Jason Rumney <jasonr@gnu.org>
10406
10407 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10408 (compute_metrics): Don't set failure if we just cleared the cache.
10409 (w32_weight_table): Remove unused variable.
10410 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10411 backwards compatibility.
10412
10413 2008-05-25 Kenichi Handa <handa@m17n.org>
10414
10415 * w32term.c (x_draw_glyph_string):
10416 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10417
10418 * xfaces.c: Delete unused function prototypes.
10419 (xstrlwr, font_frame): Delete them.
10420 (clear_face_cache): Delete unused variable.
10421
10422 * xftfont.c (xftfont_open): Delete unused variable.
10423 If underline_thickness is not 1, adjust underline_position.
10424
10425 * ftxfont.c (ftxfont_open): Delete unused variable.
10426
10427 * fontset.c (face_for_char): Optimize for the case of no charset
10428 property.
10429
10430 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10431 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10432 (otf_open, font_otf_capability, generate_otf_features)
10433 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10434 Comment out by surrounding "#if 0" and "#endif" for the moment.
10435 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10436 (syms_of_font): Codes for accessing above commented out.
10437
10438 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10439
10440 * w32proc.c: Include dispextern.h.
10441
10442 * w32.c: Include dispextern.h.
10443
10444 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10445
10446 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10447 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10448 Fix typos in docstrings.
10449
10450 2008-05-23 Jason Rumney <jasonr@gnu.org>
10451
10452 * xsmfns.c: Remove includes that are already included by config.h.
10453
10454 2008-05-23 Kenichi Handa <handa@m17n.org>
10455
10456 * charset.c (Qemacs, charset_emacs): New variables.
10457 (char_charset): Fix for non-Unicode characters.
10458 (syms_of_charset): Define charset_emacs.
10459
10460 * w32term.c (x_draw_glyph_string): Be sure to update
10461 s->underline_thickness and s->underline_position. Be sure to draw
10462 underline within the current line area.
10463
10464 * xterm.c (x_draw_glyph_string): Be sure to update
10465 s->underline_thickness and s->underline_position. Be sure to draw
10466 underline within the current line area.
10467
10468 * fontset.c: Delete unused variables and add casting for char *
10469 throughout the file.
10470 (fontset_font): Try the fallback fonts of the current fontset
10471 before consulting the default fontset.
10472
10473 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10474
10475 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10476
10477 2008-05-22 Jason Rumney <jasonr@gnu.org>
10478
10479 * font.c: Don't include strings.h.
10480
10481 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10482
10483 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10484 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10485 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10486 to call xstrcasecmp.
10487
10488 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10489
10490 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10491
10492 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10493
10494 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10495
10496 2008-05-22 Kenichi Handa <handa@m17n.org>
10497
10498 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10499
10500 * font.c (font_prop_validate_style): Adjust for the format
10501 change of font_style_table.
10502
10503 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10504 two args.
10505
10506 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10507 two args.
10508
10509 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * minibuf.c (keys_of_minibuf): Delete.
10512 * lisp.h (keys_of_minibuf): Delete.
10513 * emacs.c (main): Don't call keys_of_minibuf.
10514
10515 2008-05-22 Kenichi Handa <handa@m17n.org>
10516
10517 * ftfont.c (ftfont_resolve_generic_family): Rename from
10518 ftfont_list_generic_family. Return a single family for each
10519 generic family.
10520 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10521 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10522 Call font_add_log.
10523 (ftfont_match): Call font_add_log.
10524
10525 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10526 (FONT_DEBUG): Define it.
10527 (font_add_log): Extern it.
10528 (font_assert): Rename from xassert.
10529
10530 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10531 (xfont_list_family): Call font_add_log.
10532 (xfont_match): Likewise.
10533 (memq_no_quit): Delete.
10534
10535 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10536 call of Ffont_xlfd_name.
10537
10538 * xfaces.c (struct table_entry, slant_table, weight_table)
10539 (swidth_table): Move to font.c.
10540
10541 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10542 xassert are changed to font_assert. Delete many unused variables.
10543 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10544 New variables.
10545 (struct table_entry): Move from xfaces.c and modified.
10546 (weight_table, slant_table, width_table): Move from xfaces.c and
10547 contents adjusted for the change of struct table_entry.
10548 (font_style_to_value, font_style_symbolic): Adjust for the
10549 format change of font_style_table.
10550 (font_parse_family_registry): Don't overwrite existing foundry and
10551 family of font_spec.
10552 (font_score): Fix calculation of diff for sizes.
10553 (font_sort_entites): Call font_add_log.
10554 (font_delete_unmatched): Return a newly created list.
10555 (font_list_entities): Fix previous change. Call font_add_log.
10556 (font_matching_entity, font_open_entity, font_close_entity):
10557 Call font_add_log.
10558 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10559 (Finternal_set_font_style_table): Delete.
10560 (BUILD_STYLE_TABLE): New macro.
10561 (build_style_table): New function.
10562 (Vfont_log, font_log_env_checked): New variables.
10563 (font_add_log): New function.
10564 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10565 Declare Lisp variables "font-weight-table", "font-slant-table",
10566 "font-width-table", and "font-log". Initialize font_style_table.
10567
10568 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10569
10570 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10571
10572 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10573 Ryo Yoshitake <ryo@shiftmode.net>
10574
10575 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10576 (Vframe_alpha_lower_limit): New variable.
10577 (x_set_alpha): New function.
10578
10579 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10580
10581 * xfns.c (x-create-frame, Qalpha):
10582 Initialize the frame parameter `alpha'.
10583 * xterm.c (OPAQUE, OPACITY): New.
10584 (x_set_frame_alpha): New function.
10585 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10586
10587 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10588 * w32fns.c (w32_frame_parm_handlers): Likewise.
10589
10590 2008-05-20 Jason Rumney <jasonr@gnu.org>
10591
10592 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10593 truetype fonts to opentype list.
10594
10595 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10596
10597 * fontset.c (Ffontset_info): Doc fix.
10598 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10599 <ignore-relative-composition>: Fix typos in docstrings.
10600
10601 * font.c (syms-of-font) <font-encoding-alist>:
10602 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10603 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10604 (Ffont_otf_alternates): Doc fixes.
10605
10606 2008-05-20 Kenichi Handa <handa@m17n.org>
10607
10608 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10609 font.h through out the file.
10610 (FONT_DRIVERS): Rename from FONTOBJ.
10611 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10612 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10613
10614 * emacs.c (main): Call syms_of_font unconditionally.
10615
10616 * font.h (find_font_encoding): Extern it.
10617
10618 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10619 fontset.c.
10620 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10621 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10622 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10623 only when HAVE_WINDOW_SYSTEM is defined.
10624 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10625 when HAVE_WINDOW_SYSTEM is defined.
10626
10627 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10628 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10629
10630 * xfaces.c: Include font.h unconditionally.
10631 (merge_face_ref, merge_face_vectors)
10632 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10633
10634 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10637 indirect_variable.
10638 * eval.c (lisp_indirect_variable): New fun.
10639 (Fuser_variable_p): Use it.
10640
10641 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * lisp.h (indirect_variable):
10644 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10645 Use Lisp_Symbol pointers rather than Lisp_Object.
10646 Adjust callers.
10647 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10648 To this end, change calling-convention.
10649
10650 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10651 if some non-hidden buffers are selected by string&pred.
10652
10653 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * process.c (wait_reading_process_output): Always check status
10656 when in batch mode.
10657
10658 2008-05-19 Kenichi Handa <handa@m17n.org>
10659
10660 * font.c (font_list_entities): Fix handling of cache.
10661 (font_matching_entity): Likewise.
10662
10663 * ftfont.c (cs_iso8859_1): Delete.
10664 (ft_face_cache): New variable.
10665 (struct ftfont_info): New member fc_charset_idx.
10666 (ftfont_build_basic_charsets): Delete.
10667 (fc_charset_table): New variable.
10668 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10669 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10670 Callers changed.
10671 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10672 (ftfont_spec_pattern): New argument fc_charset_idx.
10673 Check registry more rigidly. Change callers.
10674 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10675 change of :font-entity property of the font.
10676
10677 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10678 property of the font.
10679
10680 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10681
10682 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10683 (Funencodable_char_position, Fcheck_coding_systems_region)
10684 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10685 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10686 (Ffind_operation_coding_system, Fset_coding_system_priority)
10687 (Fcoding_system_eol_type): Doc fixes.
10688
10689 2008-05-17 Glenn Morris <rgm@gnu.org>
10690
10691 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10692
10693 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10694
10695 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10696 and st_gid.
10697
10698 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10699 HAVE_WINDOW_SYSTEM is not defined.
10700
10701 * xfaces.c (merge_face_ref, merge_face_vectors)
10702 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10703 HAVE_WINDOW_SYSTEM is defined.
10704 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10705
10706 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10709
10710 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10711
10712 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10713
10714 2008-05-15 Kenichi Handa <handa@m17n.org>
10715
10716 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10717 preference.
10718
10719 2008-05-15 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10722
10723 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10724
10725 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10726 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10727
10728 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10729
10730 2008-05-15 Kenichi Handa <handa@m17n.org>
10731
10732 * ftfont.c (ftfont_list): Downcase family name to check generic
10733 families.
10734
10735 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10736 font-spec for QCfont value.
10737
10738 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10739 buffer. Check the return value of it.
10740
10741 2008-05-14 Jason Rumney <jasonr@gnu.org>
10742
10743 * w32term.c (w32_get_glyph_overhangs): Remove.
10744 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10745
10746 2008-05-14 Kenichi Handa <handa@m17n.org>
10747
10748 * font.c (font_prop_validate): Make nil a valid value.
10749 (font_clear_cache): Check if the cached vector of entities is nil
10750 or not.
10751
10752 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10753
10754 * emacs.c (main_thread): Conditionalize on
10755 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10756 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10757
10758 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10759 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10760 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10761
10762 2008-05-14 Kenichi Handa <handa@m17n.org>
10763
10764 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10765 has no corresponding coding system.
10766
10767 2008-05-14 Jason Rumney <jasonr@gnu.org>
10768
10769 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10770
10771 * w32font.h (w32font_open_internal): Update declaration.
10772
10773 * w32font.c (w32font_open_internal): Change last argument from
10774 w32font_info struct to font object. Fill in font object from
10775 font_entity. Get Outline metrics if possible. Use them to
10776 calculate underline position and thickness. Use xlfd name as name
10777 property. Don't set codepage.
10778 (w32font_open): Pass font_object to w32font_open_internal. Don't
10779 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10780 (w32font_draw): Use s->font.
10781 (clear_cached_metrics): Don't clear non-existent blocks.
10782
10783 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10784 font was not found.
10785 (x_draw_glyph_string): Use underline position and thickness from font.
10786
10787 * w32uniscribe.c (uniscribe_open): Pass font_object to
10788 w32font_open_internal.
10789
10790 2008-05-14 Kenichi Handa <handa@m17n.org>
10791
10792 These changes are to delete all legacy font-handling codes, and
10793 make Emacs use only font-backends.
10794
10795 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10796 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10797
10798 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10799
10800 * charset.h (Vcharset_non_preferred_head)
10801 (Vcurrent_iso639_language): Extern them.
10802
10803 * charset.c (Vcharset_non_preferred_head): New variable.
10804 (Vcurrent_iso639_language): New variable.
10805 (syms_of_charset): Declare it as a Lisp variable.
10806 (char_charset): Don't check non preferred charsets. As a last
10807 resort, return charset_unicode.
10808 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10809
10810 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10811 conditionals. Don't check enable_font_backend. Delete all codes
10812 used only when USE_FONT_BACKEND is not defined.
10813
10814 * dispextern.h (struct glyph_string): Change type of `font' to
10815 `struct font *'.
10816 (struct glyph_string): New member underline_position and
10817 underline_thickness.
10818 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10819 (struct face): Change type of `font' to `struct font *'. Remove
10820 members `font_name', `font_info_id'.
10821 (per_char_metric, encode_char): Delete externs.
10822 (calc_pixel_width_or_height): Adjust the prototype.
10823
10824 * emacs.c (enable_font_backend): Delete extern.
10825 (main): Don't set enable_font_backend. Don't check the command
10826 line argument "-disable-font-backend".
10827
10828 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10829 (enum font_property_index): New members FONT_DPI_INDEX,
10830 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10831 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10832 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10833 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10834 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10835 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10836 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10837 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10838 (struct font_spec, struct font_entity): New structs.
10839 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10840 (struct font): Many members from old "struct font_info" moved to
10841 here. Members font and entity deleted.
10842 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10843 the new font-related objects.
10844 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10845 (CHECK_FONT_GET_OBJECT): Likewise.
10846 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10847 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10848 (struct font_driver): New members case_sensitive anc check. Type
10849 of the member list and open changed.
10850 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10851 (font_symbolic_width, font_find_object, font_get_spec)
10852 (font_set_lface_from_name): Delete extern.
10853 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10854
10855 * font.c: Include <strings.h>.
10856 (enable_font_backend): Delete it.
10857 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10858 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10859 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10860 (null_string): Delete it.
10861 (null_vector): Make it static.
10862 (font_family_alist): Delete it.
10863 (Qnormal): Extern it.
10864 (QCextra, QClanguage): Delete it.
10865 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10866 (font_make_spec, font_make_entity, font_make_object)
10867 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10868 the string. Callers changed.
10869 (font_pixel_size): Adjusted for the format change of font-related
10870 objects.
10871 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10872 (font_style_to_value, font_style_symbolic): New function.
10873 (build_font_family_alist): Delete it.
10874 (font_registry_charsets): Use Fassoc_string instead of
10875 assq_no_quit.
10876 (font_prop_validate_symbol): Don't return null_string.
10877 (font_prop_validate_style): Adjusted for the change of
10878 style-related values in a font vector.
10879 (font_property_table): Delete entries for QClanguage and
10880 QCantialias, add entries for QCavgwidth.
10881 (get_font_prop_index): Delete the 2nd argument FROM.
10882 (font_prop_validate): Arguments changed.
10883 (font_put_extra): Adjusted for the change of font-related objects.
10884 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10885 (font_parse_fcname, font_unparse_fcname)
10886 (font_prepare_composition): Likewise.
10887 (font_parse_family_registry): Renamed from font_merge_old_spec.
10888 (otf_open): Delete the 1st arg entity.
10889 (font_otf_capability): Adjusted for the above change.
10890 (font_score): New arg alternate_families. Adjusted for the change
10891 of font-related objects.
10892 (font_sort_entites): New arg best_only.
10893 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10894 Delete them.
10895 (font_match_p): Check alternate families.
10896 (font_find_object): Delete it.
10897 (font_check_object): New function.
10898 (font_clear_cache): Adjusted for the change of font-related objects.
10899 (font_delete_unmatched): New arg.
10900 (font_list_entities): Call font_driver->list with a spec that
10901 doesn't specify style-related properties.
10902 (font_matching_entity): Arguments changed. Caller changed.
10903 (font_open_entity): Adjusted for the change of font-related objects.
10904 (font_close_object, font_has_char, font_encode_char)
10905 (font_get_name, font_get_spec): Likewise.
10906 (font_spec_from_name, font_clear_prop, font_update_lface):
10907 New functions.
10908 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10909 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10910 (font_at): Adjusted for the change of font-related objects.
10911 (font_range): New function.
10912 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10913 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10914 (Fcopy_font_spec, Fmerge_font_spec): New function.
10915 (Ffont_family_list): Renamed from list-families.
10916 (Finternal_set_font_style_table): Arguments changed.
10917 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10918 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10919 change of font-related objects.
10920 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10921
10922 * fontset.h (struct font_info): Delete it. Most members go to
10923 struct font.
10924 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10925 (enum FONT_SPEC_INDEX): Delete it.
10926 (font_info, list_fonts_func, load_font_func, query_font_func)
10927 (set_frame_fontset_func, find_ccl_program_func)
10928 (get_font_repertory_func, new_fontset_from_font_name): Delete
10929 externs.
10930 (fontset_from_font_name): Extern it.
10931 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10932 (FONT_INFO_FROM_FACE): Deleted.
10933 (face_for_font): Adjust prototype.
10934
10935 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10936 conditionals. Don't check enable_font_backend. Delete all codes
10937 used only when USE_FONT_BACKEND is not defined.
10938 (get_font_info_func, list_font_func, load_font_func)
10939 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10940 (get_font_repertory_func): Delete them.
10941 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10942 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10943 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10944 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10945 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10946 (fontset_compare_rfontdef): New function.
10947 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10948 rfont-defs by qsort. Adjusted for the change of font-group vector.
10949 (load_font_get_repertory): Deleted.
10950 (fontset_find_font): Use new macros to ref/set elements of
10951 font-def and rfont-def.
10952 (fontset_font): Fix the timing of remembering that no font for C.
10953 (free_face_fontset): Do nothing if the face has no fontset.
10954 (face_suitable_for_char_p): Use new macros to ref/set elements of
10955 rfont-def.
10956 (face_for_char): Likewise. Call face_for_char with font_object.
10957 (fs_load_font): Delete. Delete #pragma surrounding it.
10958 (fs_query_fontset): Use strcasecmp instead of strcmp.
10959 (generate_ascii_font_name): Adjusted for the format change of
10960 font-spec.
10961 (Fset_fontset_font): Likewise. Use new macros to set elements of
10962 font-def.
10963 (Fnew_fontset): Use font_unparse_xlfd to generate
10964 FONTSET_ASCII (fontset).
10965 (new_fontset_from_font_name): Deleted.
10966 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10967 a fontset is already created for the font. FIx updating of
10968 Vfontset_alias_alist.
10969 (fontset_ascii_font): Deleted.
10970 (Ffont_info): Adjusted for the format change of font-spec.
10971 (Finternal_char_font): Likewise.
10972 (Ffontset_info): Likewise.
10973 (syms_of_fontset): Don't check load_font_func.
10974
10975 * fns.c (internal_equal): Handle PREV_FONT.
10976
10977 * frame.h: Delete USE_FONT_BACKEND conditional.
10978
10979 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10980 conditionals. Don't check enable_font_backend. Delete all codes
10981 used only when USE_FONT_BACKEND is not defined.
10982 (x_set_font): Call x_new_font, not x_new_fontset2.
10983 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10984 already set for the frame.
10985
10986 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10987 a font-entity by font_make_entity. Use font_intern_prop instead
10988 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10989 font property. If a font is scalable, set avgwidth property to 0.
10990 Set font-entity property by font_put_extra.
10991 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10992 (ffont_driver): Adjusted for the change of struct font_driver.
10993 (ftfont_spec_pattern): New function.
10994 (ftfont_list): Return a list, not vector.
10995 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10996 (ftfont_list_family): Don't downcase names.
10997 (ftfont_free_entity): Deleted.
10998 (ftfont_open): Return a font-object. Adjusted for the change of
10999 struct font. Get underline_thickness and underline_position from
11000 font property. Don't update dpyinfo->smallest_font_height and
11001 dpyinfo->smallest_char_width.
11002 (ftfont_close): Don't free `struct font'.
11003 (ftfont_has_char): Adjusted for the format change of font-entity.
11004 (ftfont_encode_char, ftfont_text_extents): Likewise.
11005
11006 * ftxfont.c (ftxfont_list): Return a list, not vector.
11007 (ftxfont_open): Return a font-object. Adjusted for the change of
11008 struct font. Get underline_thickness and underline_position from
11009 font property. Don't update dpyinfo->smallest_font_height and
11010 dpyinfo->smallest_char_width.
11011 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11012 (ftxfont_draw): Adjusted for the change of struct font.
11013
11014 * image.c (image_ascent): Don't include "charset.h". Include
11015 "character.h" and "font.h".
11016
11017 * lisp.h (enum pvec_type): New member PREV_FONT.
11018 (Fassoc_string): EXFUN it.
11019
11020 * print.c: Include font.h.
11021 (print_object): Handle font-related objects.
11022
11023 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11024 conditionals. Don't check enable_font_backend. Delete all codes
11025 used only when USE_FONT_BACKEND is not defined.
11026 (handle_auto_composed_prop): Do nothing if it->f is not on a
11027 window system. Check how many following characters can be
11028 displayed by the same font.
11029 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11030 'struct font *'.
11031 (get_char_face_and_encoding): Assign the whole encoding task to
11032 the `encode-char' method of a font driver.
11033 (fill_composite_glyph_string): Adjusted for the change of `struct
11034 face' and `struct glyph_string'.
11035 (fill_glyph_string): Likewise.
11036 (get_per_char_metric): Arguments changed.
11037 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11038 and `struct glyph_string'.
11039 (produce_stretch_glyph, calc_line_height_property)
11040 (x_produce_glyphs): Likewise.
11041
11042 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11043 conditionals. Don't check enable_font_backend. Delete all codes
11044 used only when USE_FONT_BACKEND is not defined. Use
11045 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11046 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11047 (Qp): Extern them.
11048 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11049 Deleted.
11050 (struct font_name): Deleted.
11051 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11052 (compare_fonts_by_sort_order): New function.
11053 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11054 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11055 Deleted.
11056 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11057 compare_fonts_by_sort_order.
11058 (Fx_font_family_list): Call Ffont_family_list.
11059 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11060 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11061 (face_symbolic_slant, face_symbolic_swidth)
11062 (split_font_name_into_vector, build_font_name_from_vector)
11063 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11064 (font_rescale_ratio, split_font_name, build_font_name)
11065 (free_font_names, sort_fonts, x_face_list_fonts)
11066 (face_font_available_p, sorted_font_list, cmp_font_names)
11067 (font_list_1, concat_font_list, font_list, remove_duplicates):
11068 Deleted.
11069 (Fx_list_fonts): Use Ffont_list.
11070 (LFACE_AVGWIDTH): Deleted.
11071 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11072 by FONTP.
11073 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11074 (set_lface_from_font_name): Delete it.
11075 (set_lface_from_font): Renamed from
11076 set_lface_from_font_and_fontset. Caller changed. Don't set
11077 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11078 for face.
11079 (merge_face_vectors): Copy font-spec if necessary.
11080 Clear properties of the font-spec if necessary.
11081 (merge_face_ref): Clear properties of the font-spec if necessary.
11082 (Finternal_set_lisp_face_attribute): Likewise.
11083 (set_font_frame_param): Use font_load_for_lface to load a
11084 font-object, and call Fmodify_frame_parameters with it.
11085 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11086 font name by Ffont_xlfd_name.
11087 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11088 QCslant, and QCwidth.
11089 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11090 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11091 Compare fonts by EQ.
11092 (lookup_non_ascii_face): Deleted.
11093 (face_for_font): The 2nd argument changed.
11094 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11095 Check atomic font properties by case insensitive.
11096 (realize_non_ascii_face): Set face->overstrike correctly.
11097 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11098 (dump_realized_face): Get font name from
11099 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11100
11101 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11102 conditionals. Don't check enable_font_backend. Delete all codes
11103 used only when USE_FONT_BACKEND is not defined.
11104 (xic_create_xfontset): Original code deleted and renamed from
11105 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11106 (x_make_gc): Don't set GCFont in GCs.
11107 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11108 opened by "fixed".
11109 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11110 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11111 get_font_repertory_func.
11112
11113 * xfont.c: Include <stdlib.h> and "ccl.h".
11114 (struct xfont_info): New structure.
11115 (xfont_query_font): Deleted.
11116 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11117 moved from xterm.c.
11118 (xfont_driver): Adjusted for the change of struct font_driver.
11119 (compare_font_names): New function.
11120 (xfont_list_pattern): Sort font names case insensitively. Make
11121 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11122 (xfont_list): Return a list, not vector.
11123 (xfont_match): If the font doesn't have QCname property, generate
11124 a name from the other font properties.
11125 (xfont_open): Return a font-object. Adjusted for the change of
11126 struct font. Get underline_thickness and underline_position from
11127 font property. Don't update dpyinfo->smallest_font_height and
11128 dpyinfo->smallest_char_width.
11129 (xfont_close): Don't free struct font.
11130 (xfont_prepare_face): Adjusted for the change of struct font.
11131 (xfont_done_face): Deleted.
11132 (xfont_has_char): Adjusted for the change of struct font.
11133 (xfont_encode_char, xfont_draw): Likewise.
11134 (xfont_check): New function.
11135
11136 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11137 callback function.
11138 (xftfont_match): Adjusted for the format change of font-entity.
11139 (xftfont_open): Adjusted for the format change of font-entity and
11140 font-object. Adjusted for the change of struct font. Return a
11141 font-object. Don't update dpyinfo->smallest_font_height and
11142 dpyinfo->smallest_char_width.
11143 (xftfont_close): Block input while calling XftFontClose.
11144 (xftfont_prepare_face): Don't block input while calling
11145 xftfont_get_colors. Adjusted for the change of struct font.
11146 (xftfont_shape): Return value of error case fixed.
11147
11148 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11149
11150 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11151 conditionals.
11152 (FONT_WIDTH): Return (f)->max_width.
11153 (struct x_display_info): Delete member `font'.
11154 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11155 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11156 (struct x_output): Change type of `font' to `struct font *'.
11157
11158 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11159 conditionals. Don't check enable_font_backend. Delete all codes
11160 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11161 (x_per_char_metric, x_encode_char): Deleted.
11162 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11163 (x_compute_glyph_string_overhangs): Adjusted for the change of
11164 `struct face'.
11165 (x_draw_glyph_string_foreground)
11166 (x_draw_composite_glyph_string_foreground): Likewise.
11167 (x_draw_glyph_string): Likewise. Use font->underline_position and
11168 font->underline_thickness.
11169 (x_new_font): Renamed from x_new_fontset2.
11170 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11171 (x_check_font): Call `check' method of a font driver.
11172 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11173 (x_query_font, x_get_font_repertory): Deleted.
11174 (x_find_ccl_program): Renamed and moved to xfont.c.
11175 (x_redisplay_interface): Adjusted for the change of `struct
11176 redisplay_interface'.
11177
11178 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11179 conditionals. Don't check enable_font_backend. Delete all codes
11180 used only when USE_FONT_BACKEND is not defined. Surround non-used
11181 code by "#ifdef OLD_FONT" and "endif".
11182 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11183
11184 * w32font.h (struct w32font_info): New member.
11185 (FONT_COMPAT): New macro.
11186 (w32font_open_internal): Prototype adjusted.
11187
11188 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11189 OLD_FONT" and "endif".
11190
11191 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11192 conditionals. Don't check enable_font_backend. Delete all codes
11193 used only when USE_FONT_BACKEND is not defined.
11194 (w32font_open): Return a font-object. Make a font-object by
11195 font_make_object. Adjusted for the change of struct w32font_info.
11196 (w32font_close): Don't free struct font. Adjusted for the change
11197 of struct w32font_info.
11198 (w32font_encode_char, w32font_text_extents, w32font_draw):
11199 Adjusted for the change of struct w32font_info.
11200 (w32font_draw): Likewise.
11201 (w32font_list_internal): Return a list, not vector.
11202 (w32font_open_internal): Change the 4th arg to font-object.
11203 Adjusted for the change of struct w32font_info and font-object format.
11204 (add_font_name_to_list): Don't downcase names.
11205 (w32_enumfont_pattern_entity): Make a font-entity by
11206 font_make_entity. Adjusted for the format change of font-entity.
11207 Use FONT_SET_STYLE to set a style-related font property. If a
11208 font is scalable, set avgwidth property to 0. Set font-entity
11209 property by font_put_extra.
11210 (font_matches_spec): Adjusted for the format change of font-entity.
11211 (w32_weight_table, w32_decode_weight): New variables.
11212 (w32_encode_weight): New function.
11213 (fill_in_logfont): Adjusted for the format change of font-spec.
11214 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11215 weight value.
11216 (w32font_driver): Adjusted for the change of struct font_driver.
11217
11218 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11219 conditionals. Don't check enable_font_backend. Surround non-used
11220 code by "#ifdef OLD_FONT" and "endif".
11221 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11222 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11223
11224 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11225 conditionals. Don't check enable_font_backend. Delete all codes
11226 used only when USE_FONT_BACKEND is not defined. Surround non-used
11227 code by "#ifdef OLD_FONT" and "endif".
11228
11229 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11230 (uniscribe_open): Return value changed to font-object.
11231 Adjusted for the format change of font-object.
11232 (uniscribe_otf_capability): Adjusted for the change of struct font.
11233 (add_opentype_font_name_to_list): Don't downcase names.
11234 (uniscribe_font_driver): Adjusted for the change of struct
11235 font_driver.
11236
11237 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * dispnew.c (update_frame_1): Check if tty output is still valid
11240 before flushing it.
11241
11242 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11243
11244 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11245 to Gtk+ menus.
11246
11247 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * dired.c (file_name_completion): Tweak the code so as to always do it
11250 in a single pass. Tighten the scope of some variables.
11251
11252 * dired.c (Qdefault_directory): New var.
11253 (file_name_completion): Use it instead of Fexpand_file_name.
11254 (syms_of_dired): Initialize it.
11255
11256 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * fileio.c (double_dollars): Remove dead code.
11259
11260 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11261
11262 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11263 Mention w32-get-true-file-attributes in doc string.
11264
11265 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11266
11267 2008-05-09 Glenn Morris <rgm@gnu.org>
11268
11269 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11270 2008-04-23.
11271
11272 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11273
11274 Support for reporting owner and group of each file on MS-Windows:
11275 * dired.c (stat_uname, stat_gname): New functions, with special
11276 implementation for w32.
11277 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11278
11279 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11280 (dflt_group_name): New static variable.
11281 (dflt_group): Rename from the_group.
11282 (init_user_info): Init dflt_group fields. Get user's group name
11283 from LookupAccountSid.
11284 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11285 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11286 New initialization states.
11287 (globals_of_w32): Initialize them to zero. Initialize the default
11288 group name to "None".
11289 (GetFileSecurity_Name): New global var, the name of the function
11290 to call for GetFileSecurity.
11291 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11292 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11293 (get_file_security, get_security_descriptor_owner)
11294 (get_security_descriptor_group, is_valid_sid)
11295 (get_file_security_desc, get_rid, get_name_and_id)
11296 (get_file_owner_and_group): New functions.
11297 (stat): Use get_file_security_desc and get_file_owner_and_group to
11298 report the owner and primary group of each file. Don't ignore the
11299 high 32 bits of file's size, now that st_size is 64-bit wide.
11300 Fix test when to get true file attributes.
11301 (init_user_info): Use get_rid instead of equivalent inline code.
11302 (fstat): Don't ignore the high 32 bits of file's size.
11303
11304 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * image.c (png_load): Use correct bit-depth for setting background
11307 color.
11308
11309 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11310
11311 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11312 epa-hook.elc.
11313
11314 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11317
11318 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11319
11320 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11321 because the original parameters are in pure storage now.
11322 (mac_window): Remove unused params. Update callers.
11323
11324 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * lread.c (substitute_object_recurse): Use lower-level primitives.
11327 Don't signal errors when traversing sub-char-tables.
11328 Don't loop over all the possible characters when traversing char-tables.
11329
11330 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11331 just like we do in print.c.
11332
11333 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * minibuf.c (Ftry_completion): Remove code left over from when we used
11336 scmp instead of Fcompare_strings.
11337
11338 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11341
11342 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11343
11344 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11345 Create bitmap context in native byte order.
11346
11347 * macterm.c (XDrawLine)
11348 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11349 context in native byte order.
11350
11351 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11352
11353 * config.in: Regenerate.
11354
11355 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11356 New definitions for Image I/O support.
11357 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11358 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11359 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11360 (mac_data_provider_release_data, image_load_image_io)
11361 [USE_MAC_IMAGE_IO]: New functions.
11362 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11363 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11364 (init_image_func_pointer) [MAC_OSX]: Remove function.
11365 (image_load_quartz2d) [MAC_OSX]: Check availability of
11366 CGImageCreateWithPNGDataProvider at compile time.
11367 Use lowercase `false' for boolean constant.
11368 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11369 Use image_load_image_io.
11370 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11371 Don't check MyCGImageCreateWithPNGDataProvider.
11372 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11373 Don't call init_image_func_pointer.
11374
11375 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11376
11377 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11378 Make variable non-static.
11379 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11380 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11381
11382 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11383 (RED_FROM_ULONG): Mask off higher bits.
11384 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11385
11386 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11387 Include AvailabilityMacros.h.
11388 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11389 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11390
11391 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * chartab.c (Fset_char_table_range): If range is t, really set all
11394 chars to that value.
11395
11396 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11397
11398 * dired.c (Ffile_attributes): Don't allow the device number become
11399 negative.
11400
11401 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11402
11403 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11404
11405 2008-05-02 Juri Linkov <juri@jurta.org>
11406
11407 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11408 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11409 DEFAULT argument as a list of default values in docstrings.
11410
11411 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11412
11413 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11414
11415 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11416
11417 * dispnew.c (change_frame_size_1): Preserve small windows when
11418 shrinking frames by calling set_window_height|width with third
11419 arg 2.
11420
11421 * window.h (struct window): Replace field too_small_ok by field
11422 resize_proportionally.
11423
11424 * window.c (make_window): Initialize resize_proportionally.
11425 (enlarge_window): Temporarily set resize_proportionally to make
11426 sure that shrink_windows does scale the window proportionally.
11427 (shrink_windows): When window has resize_proportionally set try
11428 to shrink it proportionally by stealing from other windows.
11429 (struct saved_window, Fset_window_configuration)
11430 (compare_window_configurations): Handle resize_proportionally.
11431 (WINDOW_TOTAL_SIZE): New macro.
11432 (window_min_size, shrink_windows, size_window): Use it.
11433 (check_min_window_sizes): Remove. Invalid values of
11434 window-min-height|width are handled by window_min_size_2 now.
11435 (size_window, Fsplit_window, enlarge_window)
11436 (adjust_window_trailing_edge, grow_mini_window): Don't call
11437 check_min_window_sizes.
11438 (window_min_size_2, window_min_size_1, window_min_size):
11439 New argument safe_p for retrieving "safe" minimum sizes.
11440 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11441 (adjust_window_trailing_edge, grow_mini_window):
11442 Adjust arguments of window_min_size... functions.
11443 (shrink_windows): Argument min_size removed. New argument
11444 safe_p allows shrinking windows to their safe minimum sizes.
11445 Calculate minimum size and decide whether a window shall be
11446 deleted for each window individually.
11447 (size_window): When nodelete_p equals 2, tell shrink_windows to
11448 delete windows only if their new minimum size is no more safe.
11449 (shrink_window_lowest_first): Call window_min_size_1 to make
11450 sure to preserve modeline of bottom-most window when resizing
11451 the minibuffer.
11452 (Fset_window_configuration, Fcurrent_window_configuration)
11453 (compare_window_configurations): Do not handle
11454 window-min-height|width any more.
11455 (syms_of_window): Clarify window-min-height|width doc-strings.
11456
11457 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11460 some more. Copy some of the code from Ftry_completions.
11461 Remove special case code that dates back to initial revision when the
11462 slash was only added when necessary and that can't trigger nowadays.
11463
11464 2008-04-27 Kenichi Handa <handa@m17n.org>
11465
11466 * font.c (font_prop_validate): Signal `error' instead of `font'.
11467
11468 2008-04-29 Jason Rumney <jasonr@gnu.org>
11469
11470 * w32fns.c (Fw32_battery_status): New defun.
11471 (syms_of_w32fns): Defsubr it.
11472
11473 2008-04-28 Andreas Schwab <schwab@suse.de>
11474
11475 * dired.c (file_name_completion): Fix another mixing of encoded
11476 and decoded names.
11477
11478 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11479
11480 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11481
11482 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11485
11486 2008-04-27 Andreas Schwab <schwab@suse.de>
11487
11488 * dired.c (file_name_completion): Fix inappropriate mixing of
11489 encoded and decoded names.
11490
11491 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11492
11493 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11494
11495 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11496
11497 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11498 2008-03-31, it's not needed anymore with `struct stat' definition
11499 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11500 for the same reasons.
11501
11502 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11503
11504 * m/sparc.h: Additional redefinitions for GNU/Linux.
11505
11506 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11507
11508 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11509 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11510 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11511 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11512 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11513 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11514 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11515 Likewise.
11516
11517 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11518 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11519 (mac_ax_number_of_characters): Add externs.
11520 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11521 [USE_MAC_TSM]: Likewise.
11522 (mac_handle_text_input_event) [MAC_OSX]:
11523 Handle kEventTextInputOffsetToPos for no active input area case.
11524 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11525 (mac_handle_document_access_event)
11526 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11527 (install_application_handler) [MAC_OSX]: Register handlers for
11528 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11529 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11530 Register mac_handle_document_access_event.
11531
11532 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11533 Make functions non-static.
11534
11535 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11538 (read_file_name_completion_ignore_case, insert_default_directory)
11539 (Qdefault_directory): Move to minibuffer.el.
11540 (Fread_file_name): Call the new `read-file-name' instead.
11541
11542 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11543
11544 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11545 Make function non-static.
11546 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11547 Remove function.
11548 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11549 Move to mactoolbox.c.
11550 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11551
11552 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11553 (mac_rect_make): New macro.
11554
11555 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11556 instead of float.
11557 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11558 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11559 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11560 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11561 CGRectMake.
11562 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11563 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11564 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11565 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11566 instead of WindowRef in argument type.
11567 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11568 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11569 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11570 instead of DISPLAY. All uses changed.
11571 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11572 (x_calc_absolute_position): Simplify so as not to use
11573 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11574
11575 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11576 instead of WindowRef in argument type.
11577 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11578 [TARGET_API_MAC_CARBON]: Remove externs.
11579 (create_apple_event, mac_event_parameters_to_lisp)
11580 [TARGET_API_MAC_CARBON]: Add externs.
11581
11582 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11583 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11584 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11585 is clicked.
11586 (x_activate_menubar): Remove extern for saved_menu_event_location.
11587 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11588 Move from mac.c.
11589
11590 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11591
11592 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11593 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11594
11595 2008-04-23 Jason Rumney <jasonr@gnu.org>
11596
11597 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11598 attributes only for local files.
11599
11600 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11601 default to Qlocal.
11602
11603 2008-04-22 Juri Linkov <juri@jurta.org>
11604
11605 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11606 read-buffer-to-switch instead of using the letter "B".
11607
11608 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * fileio.c (Qdefault_directory): New variable.
11611 (Fread_file_name): Use it to pass `dir' to the completion functions.
11612
11613 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11616
11617 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * keyboard.c (Vpre_help_message): Remove.
11620 (show_help_echo): Remove default C code.
11621
11622 * dired.c (directory_files_internal, file_name_completion):
11623 Only call ENCODE_FILE if the string is indeed decoded.
11624
11625 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * Makefile.in (TOOLKIT_DEFINES): Remove.
11628 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11629
11630 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11631
11632 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11633 (mactoolbox.o): New target.
11634
11635 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11636 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11637
11638 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11639 Use mac_set_frame_window_background instead of XSetWindowBackground.
11640 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11641 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11642 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11643 instead of SetWindowTitleWithCFString.
11644 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11645 Move function to mactoolbox.c.
11646 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11647 Use mac_set_window_modified instead of SetWindowModified.
11648 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11649 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11650 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11651 FrontNonFloatingWindow. Use mac_activate_window instead of
11652 ActivateWindow. Use mac_active_non_floating_window instead of
11653 ActiveNonFloatingWindow.
11654 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11655 Use mac_show_hourglass and mac_hide_hourglass.
11656 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11657 instead of GetGlobalMouse.
11658 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11659 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11660 Use mac_bring_window_to_front instead of BringToFront.
11661 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11662 mactoolbox.c.
11663 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11664 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11665 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11666 mactoolbox.c.
11667
11668 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11669 (XtPointer): Move typedef from macmenu.c.
11670 (enum button_type): Move enum from macmenu.c.
11671 (widget_value): Move typedef from macmenu.c.
11672 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11673 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11674 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11675 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11676 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11677 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11678 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11679 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11680 (Selection): Move typedef from macselect.c.
11681 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11682 macterm.c.
11683 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11684 (mac_is_window_collapsed, mac_bring_window_to_front)
11685 (mac_send_window_behind, mac_hide_window, mac_show_window)
11686 (mac_collapse_window, mac_front_non_floating_window)
11687 (mac_active_non_floating_window, mac_activate_window)
11688 (mac_move_window_structure, mac_move_window, mac_size_window)
11689 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11690
11691 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11692 (enum mac_menu_kind): Move enum to mactoolbox.c.
11693 (min_menu_id): Move variable to mactoolbox.c.
11694 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11695 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11696 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11697 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11698 [TARGET_API_MAC_CARBON]: Likewise.
11699 (XtPointer): Move typedef to macgui.h.
11700 (enum button_type): Move enum to macgui.h.
11701 (widget_value): Move typedef to macgui.h.
11702 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11703 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11704 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11705 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11706 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11707 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11708 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11709 (popup_activated_flag): Make variable non-static.
11710 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11711 (add_menu_item, fill_menu, dispose_menus):
11712 Move functions to mactoolbox.c.
11713 (restore_show_help_function, menu_target_item_handler)
11714 (install_menu_target_item_handler, mac_handle_dialog_event)
11715 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11716 [TARGET_API_MAC_CARBON]: Likewise.
11717 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11718 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11719 (find_and_call_menu_selection, name_is_separator): Make function
11720 non-static.
11721 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11722 to mactoolbox.c.
11723 (set_frame_menubar): Don't call install_menu_quit_handler.
11724 (menu_item_selection): New variable.
11725 (mac_menu_show): Use create_and_show_popup_menu.
11726 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11727 selection but set variable menu_item_selection. All uses changed.
11728 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11729 Call install_menu_quit_handler. Move to mactoolbox.c.
11730
11731 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11732 (Selection): Move typedef to macgui.h.
11733 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11734 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11735 Make variables non-static.
11736 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11737 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11738 Make functions non-static.
11739 (Vmac_service_selection) [MAC_OSX]: Likewise.
11740 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11741 (mac_valid_selection_target_p, mac_clear_selection)
11742 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11743 (mac_put_selection_value, mac_selection_has_target_p)
11744 (mac_get_selection_value, mac_get_selection_target_list)
11745 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11746 Move functions to mactoolbox.c.
11747 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11748 Likewise.
11749 (copy_scrap_flavor_data, mac_handle_service_event)
11750 (install_service_handler) [MAC_OSX]: Likewise.
11751 (syms_of_macselect) <Vmac_dnd_known_types>:
11752 Use mac_dnd_default_known_types.
11753
11754 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11755 Move to mactoolbox.c.
11756 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11757 (Fx_selection_owner_p): Add EXFUN.
11758 (install_window_handler, remove_window_handler, XSetWindowBackground):
11759 Remove externs.
11760 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11761 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11762 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11763 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11764 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11765 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11766 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11767 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11768 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11769 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11770 (mac_valid_selection_target_p, mac_clear_selection)
11771 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11772 (mac_put_selection_value, mac_selection_has_target_p)
11773 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11774 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11775 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11776 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11777 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11778 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11779 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11780 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11781 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11782
11783 * mactoolbox.c: New file.
11784
11785 2008-04-18 Jason Rumney <jasonr@gnu.org>
11786
11787 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11788
11789 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * character.c (Fmultibyte_char_to_unibyte):
11792 Return latin1 chars unchanged.
11793
11794 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11795 relocated if it points to `name'.
11796
11797 2008-04-17 Kenichi Handa <handa@m17n.org>
11798
11799 * data.c (Faset): Allow setting a multibyte character in an
11800 ASCII-only unibyte string.
11801
11802 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11803
11804 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11807 done in config.h.
11808
11809 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11810
11811 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11812 (Fchar_direction): Add usage in the docstring.
11813
11814 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * keyboard.c (read_key_sequence): Remove always-true checks.
11817
11818 2008-04-14 Jason Rumney <jasonr@gnu.org>
11819
11820 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11821 compatibility struct, for better underline positioning.
11822
11823 2008-04-13 David Hansen <david.hansen@gmx.net>
11824
11825 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11826 string.
11827
11828 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11829
11830 * m/hp800.h (XUINT, XSET): Remove.
11831
11832 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11833
11834 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11835 previous change.
11836
11837 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11840 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11841
11842 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * keymap.h (map_keymap_canonical): Declare.
11845 * xmenu.c (single_keymap_panes): Use it.
11846
11847 2008-04-11 Glenn Morris <rgm@gnu.org>
11848
11849 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11850 set the target's value to that of the alias.
11851
11852 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * term.c (set_tty_color_mode): Left over typo.
11855
11856 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11857
11858 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11859 only after check for file name handler functions. Signal, when
11860 native functionality is not supported.
11861 (syms_of_fileio): Declare it unconditionally.
11862
11863 2008-04-10 Jason Rumney <jasonr@gnu.org>
11864
11865 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11866 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11867
11868 * w32.c (logon_network_drive): Also logon to remote drives that
11869 are mapped to drive letters.
11870
11871 2008-04-10 Glenn Morris <rgm@gnu.org>
11872
11873 * xdisp.c (truncate-partial-width-windows): Doc fix.
11874
11875 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11878 Move functions to minibuffer.el.
11879 (syms_of_fileio): Don't declare them.
11880
11881 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11884 (syms_of_minibuf): Remove its initialization.
11885
11886 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11887
11888 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11889
11890 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11891
11892 2008-04-09 Jason Rumney <jasonr@gnu.org>
11893
11894 * makefile.w32-in (distclean): Delete makefile too.
11895 (maintainer-clean): New target.
11896
11897 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11898
11899 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11900 for new font backend and composite cases.
11901
11902 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11903
11904 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11905 Most of the code moved to run_timers.
11906 (do_pending_atimers): Call run_timers.
11907 (run_timers): New function.
11908
11909 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11910 run atimers.
11911
11912 * process.c (wait_reading_process_output): The same as above.
11913
11914 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * minibuf.c (last_exact_completion): Remove variable.
11917 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11918 (complete_and_exit_1, complete_and_exit_2)
11919 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11920 (Fdisplay_completion_list, display_completion_list_1)
11921 (Fminibuffer_completion_help, Fself_insert_and_exit)
11922 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11923 minibuffer.el.
11924 (syms_of_minibuf): Remove corresponding initializations.
11925
11926 * keyboard.c (Qdeactivate_mark): New var.
11927 (command_loop_1): Use it to call `deactivate-mark'.
11928 (syms_of_keyboard): Initialize it.
11929
11930 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11931 to another frame.
11932 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11933 Don't call set_tty_color_mode.
11934 (store_frame_param): Reset previous_frame rather than call
11935 set_tty_color_mode.
11936 * term.c (set_tty_color_mode): Rewrite.
11937 * dispextern.h (set_tty_color_mode): New type.
11938 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11939
11940 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11943 for generic chars, which do not exist any more in emacs-unicode.
11944
11945 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * coding.c (detect_coding_emacs_mule)
11948 (Ffind_operation_coding_system): Fix typo.
11949
11950 2008-04-08 Jason Rumney <jasonr@gnu.org>
11951
11952 * w32uniscribe.c (SNAME): Extract only symbol name.
11953
11954 * w32font.h (struct w32_metric_cache): New struct.
11955 (w32font_info): Use it.
11956 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11957 (CACHE_BLOCKSIZE): New constants.
11958
11959 * w32font.c (Qja, Qko, Qzh): New symbols.
11960 (syms_of_w32font): Initialise them.
11961 (font_matches_spec): Use them to filter by language.
11962 (recompute_cached_metrics): Remove function.
11963 (compute_metrics, clear_cached_metrics): New functions.
11964 (w32font_encode_char): Use them to manage metric cache.
11965 (w32font_text_extents): Cache metrics for all glyphs on demand.
11966 Delay converting glyph indices to WORD until needed.
11967 (w32font_open_internal): Initialize metric cache to empty.
11968 (registry_to_w32_charset): Charset should always be a symbol.
11969 (fill_in_logfont, list_all_matching_fonts): Family should
11970 always be a symbol.
11971
11972 2008-04-06 Jason Rumney <jasonr@gnu.org>
11973
11974 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11975 Give up if glyph indices not supported. Use uniscribe obtained
11976 ABC widths for individual metrics. Map glyph clusters back to
11977 characters using fClusterStart flag. Return number of glyphs
11978 produced, not chars processed.
11979 (uniscribe_shape): Map char at FROM to current glyph.
11980
11981 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11982
11983 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11984 Use SetMenuItemHierarchicalMenu.
11985
11986 2008-04-05 Jason Rumney <jasonr@gnu.org>
11987
11988 * image.c (pbm_load): Allow color values up to 65535.
11989 Throw an error if max_color_idx is outside the supported range.
11990 Report an error when image size is invalid.
11991 Read two bytes at a time when raw images have max_color_idx above 255.
11992
11993 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11994
11995 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11996 cFileName a file name that includes `?' characters, use the 8+3
11997 alias in cAlternateFileName instead.
11998
11999 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12000
12001 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12002 append "CCL: Quitted" when the CCL program is quitted.
12003 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12004
12005 * ccl.h (struct ccl_program): New member quit_silently.
12006
12007 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12008
12009 * search.c (compile_pattern_1): Treat non-nil and non-string of
12010 search-spaces-regexp as nil.
12011
12012 * minibuf.c (Fassoc_string): Tweak docstring.
12013
12014 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12015
12016 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12017 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12018 2008-03-14 to force inode be positive.
12019
12020 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12021 _S_* ones, since we now use our own sys/stat.h.
12022 (stat, fstat): Don't mangle the inode number.
12023 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12024
12025 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * frame.h (struct frame): Give one more bit to `visible' since we use
12028 values larger than 1 to indicate obscured frames on ttys.
12029
12030 * keymap.c (Qkeymap_canonicalize): New var.
12031 (Fmap_keymap_internal): New fun.
12032 (describe_map): Use keymap-canonicalize.
12033
12034 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12035 (Fundo_boundary): Set them.
12036 (syms_of_undo): Initialize them.
12037 (record_point): Use them instead of last_point_position*.
12038 (last_undo_buffer): Change type.
12039
12040 2008-04-04 Jason Rumney <jasonr@gnu.org>
12041
12042 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12043 (recompute_cached_metrics): Don't set ascent and descent per char.
12044
12045 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12046 (uniscribe_check_otf): Add GC protection before consing.
12047 Rearrange loop for counting features.
12048
12049 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12052 buffer with byte-size of source buffer.
12053
12054 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12055
12056 * callint.c (Fcall_interactively): Handle temporary region even
12057 when shift-select-mode is off.
12058
12059 2008-04-03 Jason Rumney <jasonr@gnu.org>
12060
12061 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12062
12063 2008-04-03 Kenichi Handa <handa@m17n.org>
12064
12065 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12066 (CATEGORY_MASK_UTF_16): Likewise.
12067 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12068 binary file.
12069 (detect_coding): Add null-byte detection for a binary file.
12070 (detect_coding_system): Likewise.
12071
12072 2008-04-03 Jason Rumney <jasonr@gnu.org>
12073
12074 * w32uniscribe.c: New file.
12075
12076 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12077
12078 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12079
12080 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12081 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12082 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12083 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12084 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12085 (Qphonetic): New symbols.
12086 (syms_of_w32font): Initialize them.
12087 (font_supported_scripts): Use them.
12088 (w32font_list_family): List all charsets.
12089 (w32font_text_extents, recompute_cached_metrics): Fix metric
12090 calculations.
12091 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12092 Give opentype fonts their own format.
12093 (font_matches_spec): New arguments backend and logfont.
12094 Handle :otf spec for uniscribe backend.
12095 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12096 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12097
12098 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12099 font backend.
12100 (globals_of_w32fns): Initialize uniscribe font backend.
12101
12102 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12103 dependencies.
12104 (w32uniscribe.$(O)): New file to build.
12105 (FONT_OBJ): Include w32uniscribe.$(O).
12106 (LIBS): Add uniscribe libraries.
12107
12108 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12109
12110 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * callint.c (Vshift_select_mode): New var.
12113 (Finteractive): Document new ^ spec.
12114 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12115 is present.
12116
12117 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12118 (command_loop_1): Avoid running the direct display versions of
12119 forward-char and backward-char if shift-selection may occur.
12120 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12121 shift-translation takes place.
12122
12123 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12124 avoid clobbering by define-minor-mode.
12125
12126 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12127 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12128
12129 * syntax.c (Fforward_word): Add ^ interactive spec.
12130
12131 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12132 (Fscroll_right): Add ^ interactive spec.
12133
12134 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12137
12138 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12139
12140 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12141
12142 2008-03-31 Juri Linkov <juri@jurta.org>
12143
12144 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12145
12146 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12147
12148 * gtkutil.c (xg_set_geometry): Fix indentation.
12149 (xg_resize_outer_widget): Remove.
12150 (x_wm_size_hint_off): Fix indentation.
12151 (xg_frame_set_char_size): Call flush_and_sync after
12152 gtk_window_resize.
12153 (x_wm_set_size_hint): Pass NULL as geometry window to
12154 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12155 Add menu bar and tool bar height to base height.
12156 (xg_update_frame_menubar, free_frame_menubar)
12157 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12158 (update_frame_tool_bar, free_frame_tool_bar):
12159 Change xg_resize_outer_widget to xg_frame_set_char_size.
12160
12161 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12162
12163 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12164 (Fdbus_call_method): New parameter TIMEOUT.
12165 (dbus-send-signal): Optimize UNGCPRO call.
12166
12167 2008-03-29 Juri Linkov <juri@jurta.org>
12168
12169 * window.c (Fdisplay_buffer): Move call to
12170 Vsplit_window_preferred_function out of conditions that check
12171 if window is eligible for vertical splitting.
12172 When Vsplit_window_preferred_function is non-nil, call it and use
12173 its non-nil return value as window. Otherwise, continue doing
12174 vertical splitting using Fsplit_window with arg horflag=nil.
12175 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12176 default value from `split-window' to nil.
12177
12178 2008-03-29 Juri Linkov <juri@jurta.org>
12179
12180 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12181 for interactive code letters 'b' and 'B'.
12182
12183 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12184
12185 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12186 multibyte string.
12187
12188 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * keyboard.c (pending_funcalls): New var.
12191 (timer_check): Run it.
12192 (syms_of_keyboard): Initialize it.
12193 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12194 (Vdelete_terminal_functions): New vars.
12195 (syms_of_terminal): Initialize them.
12196 (Fdelete_terminal): Run delete-terminal-functions.
12197 * xdisp.c (safe_eval): Rewrite.
12198 (safe_call2): New fun.
12199 * frame.c (Qdelete_frame_functions): New var.
12200 (syms_of_frame): Initialize it.
12201 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12202 * lisp.h (safe_call2, pending_funcalls): Declare.
12203
12204 2008-03-28 Andreas Schwab <schwab@suse.de>
12205
12206 * indent.c (Fmove_to_column): Move declaration before statements.
12207
12208 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12211 (struct frame): Use bit fields for boolean vars.
12212
12213 * process.c (server_accept_connection): Simplify naming.
12214 (emacs_get_tty_pgrp): Use SDATA.
12215
12216 * coding.c (decode_coding_object): Fix last change.
12217
12218 2008-03-27 Jason Rumney <jasonr@gnu.org>
12219
12220 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12221
12222 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12223
12224 * charset.c (Fdefine_charset_internal): Change the way of
12225 registering charsets in Vcharset_order_list.
12226 (syms_of_charset): Make the charset `eight-bit' supplementary.
12227
12228 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12229
12230 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12231 operations, to avoid having the difference between pointers
12232 overflow.
12233
12234 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * indent.c (check_display_width): New fun.
12237 (scan_for_column): Use it.
12238
12239 * data.c (syms_of_data): Mark most-positive-fixnum and
12240 most-negative-fixnum as constants.
12241
12242 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12243
12244 * indent.c (scan_for_column): Extract from current_column_1.
12245 Merge with the same code from Fmove_to_column.
12246 (current_column_1, Fmove_to_column): Use it.
12247
12248 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * keymap.c (map_keymap_internal): New fun.
12251 (map_keymap): Use it.
12252 (Fmap_keymap_internal): New fun.
12253 (Fmap_keymap): Remove left-out test from before make_save_value.
12254
12255 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12256
12257 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12258 Use XCAR/XCDR.
12259
12260 * process.h (struct Lisp_Process): Remove filter_multibyte.
12261 * process.c (QCfilter_multibyte): Remove.
12262 (setup_process_coding_systems): Don't use filter_multibyte.
12263 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12264 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12265 (Fset_process_filter_multibyte): Change the coding-system to
12266 approximate the previous behavior.
12267 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12268 coding-system.
12269
12270 * coding.c (decode_coding_object): When not decoding into a buffer,
12271 obey the coding system's preference of (uni|multi)byte.
12272
12273 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12276 every char is changed and has a different byte-length.
12277 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12278 Fix int -> EMACS_INT.
12279
12280 2008-03-23 David Hansen <david.hansen@gmx.net>
12281
12282 * dbusbind.c (xd_read_message): Remove extra copying of message
12283 strings. Check for NULL `interface' or `member'.
12284
12285 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12286
12287 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12288 cFileName a file name that includes `?' characters, use the 8+3
12289 alias in cAlternateFileName instead.
12290
12291 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12294
12295 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12298 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12299 work on current_buffer only instead (that was already the case
12300 for some of the code anyway).
12301 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12302 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12303 (SET_PT, SET_PT_BOTH): Adjust.
12304 * intervals.h (set_point, temp_set_point, set_point_both)
12305 (temp_set_point_both): Remove redundant declarations.
12306
12307 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * fileio.c (Finsert_file_contents):
12310 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12311 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12312 when buffer != current_buffer anyway.
12313
12314 2008-03-20 Andreas Schwab <schwab@suse.de>
12315
12316 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12317 as default.
12318
12319 2008-03-19 Jason Rumney <jasonr@gnu.org>
12320
12321 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12322 (syms_of_w32fns): Initialize them.
12323 (HOURGLASS_ID): New constant.
12324 (x_window_to_frame): Don't check hourglass_window.
12325 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12326 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12327 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12328 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12329 Only change the cursor if hourglass is not active.
12330 (Fx_create_frame): Initialize frame's current_cursor.
12331 (hourglass_atimer): Remove.
12332 (hourglass_started): New function.
12333 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12334 (show_hourglass): Adapt to w32, changing argument to frame.
12335
12336 * w32term.h (struct w32_output): Remove hourglass_window.
12337 Add current_cursor.
12338
12339 * eval.c (call_debugger, Fsignal):
12340 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12341 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12342 (Fexecute_extended_command, cancel_hourglass_unwind):
12343 * minibuf.c (read_minibuf):
12344 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12345
12346 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * window.c (run_funs): New fun.
12349 (run_window_configuration_change_hook): Use it to run the buffer-local
12350 and the global part of the hook.
12351
12352 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12353 (unwind_format_mode_line): Restore selected window.
12354 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12355
12356 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * editfns.c (Fchar_equal): Check they are valid characters.
12359
12360 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12361
12362 2008-03-17 Andreas Schwab <schwab@suse.de>
12363
12364 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12365 against a charset.
12366
12367 * lisp.h (Fbuffer_list): Declare.
12368
12369 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12370
12371 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12372 handlebox_widget is != 0.
12373
12374 2008-03-16 Juri Linkov <juri@jurta.org>
12375
12376 * callint.c (Fcall_interactively): For interactive code letters
12377 'b' and 'B' put the buffer list into the list of default "future"
12378 values of the minibuffer.
12379
12380 2008-03-16 Andreas Schwab <schwab@suse.de>
12381
12382 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12383 modifiers.
12384
12385 * regex.c (re_match_2_internal): Correct matching of a charset
12386 against latin-1 characters.
12387
12388 2008-03-16 Kenichi Handa <handa@m17n.org>
12389
12390 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12391 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12392 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12393 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12394 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12395 CHAR_STRING_ADVANCE.
12396 (produce_chars): Fix for the case that the source and the
12397 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12398 instead of CHAR_STRING_ADVANCE.
12399 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12400 STRING_CHAR_ADVANCE.
12401
12402 2008-03-15 Andreas Schwab <schwab@suse.de>
12403
12404 * regex.c (re_match_2_internal): Correct matching of eight bit
12405 characters in unibyte strings.
12406
12407 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12408
12409 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12410 at end of range when it coincides with the end of the buffer.
12411
12412 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12413
12414 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12415
12416 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12417
12418 2008-03-14 Jason Rumney <jasonr@gnu.org>
12419
12420 * editfns.c (initial_tz): New variable.
12421 (syms_of_editfns): Initialize it.
12422 (Fset_time_zone_rule): Set it when first called.
12423 Use it when TZSTRING is nil.
12424
12425 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12426 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12427 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12428 (globals_of_w32fns): Initialize them.
12429 (compute_tip_xy): Use them to position tooltips.
12430
12431 2008-03-14 Glenn Morris <rgm@gnu.org>
12432
12433 * emacs.c (main): Revert previous change.
12434 (standard_args): Revert -internal-script back to -scriptload,
12435 and remove the long-option form.
12436
12437 2008-03-13 Glenn Morris <rgm@gnu.org>
12438
12439 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12440 Remove option -enable-font-backend.
12441
12442 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12445
12446 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12447
12448 * xterm.c (x_connection_closed): For GTK: If this is the last
12449 terminal just exit without closing the display.
12450
12451 2008-03-11 Jason Rumney <jasonr@gnu.org>
12452
12453 * w32font.c (w32font_full_name): Use floor to round.
12454
12455 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12456
12457 * sound.c (alsa_configure): Declare vol at beginning of block.
12458
12459 * fontset.c (Ffontset_info): Remove extra semicolon.
12460
12461 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12464 size of resulting string.
12465
12466 2008-03-10 Jason Rumney <jasonr@gnu.org>
12467
12468 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12469
12470 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12471
12472 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12473 Don't pretend as if characters with display property haven't been
12474 consumed for string-replacing-string case.
12475
12476 2008-03-08 Kim F. Storm <storm@cua.dk>
12477
12478 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12479 (get_next_display_element, next_element_from_string)
12480 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12481
12482 2008-03-08 Andreas Schwab <schwab@suse.de>
12483
12484 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12485
12486 2008-03-06 Jason Rumney <jasonr@gnu.org>
12487
12488 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12489 when charset not specified. Only translate ANSI to unicode when
12490 font_type is truetype.
12491 (w32font_coverage_ok): New function.
12492 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12493
12494 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12495
12496 * lread.c (Fread_char): Resolve modifiers.
12497 (Fread_char_exclusive): Likewise.
12498
12499 * character.c (char_resolve_modifier_mask): New function.
12500 (char_string): Use char_resolve_modifier_mask.
12501 (Fchar_resolve_modifiers): New function.
12502 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12503 function.
12504
12505 2008-03-04 Jason Rumney <jasonr@gnu.org>
12506
12507 * makefile.w32-in: Always include w32font.c in the build.
12508 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12509
12510 2008-03-04 Andreas Schwab <schwab@suse.de>
12511
12512 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12513 (versionclean): Likewise.
12514
12515 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * .cvsignore: Add oo.
12518
12519 2008-03-03 Andreas Schwab <schwab@suse.de>
12520
12521 * coding.c (decode_coding_object): Inhibit gap shrinking while
12522 decoding in place.
12523
12524 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12525
12526 * w32term.c: Remove unused include "gnu.h".
12527 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12528
12529 * gnu.h: Rename to ...
12530 * emacs-icon.h: ... this.
12531 * xterm.c: Use emacs-icon.h instead of gnu.h.
12532 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12533
12534 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * w32font.c: Include math.h.
12537
12538 2008-03-03 Jason Rumney <jasonr@gnu.org>
12539
12540 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12541 Compute options separately.
12542 (w32font_open_internal): Set glyph_idx before caching metrics.
12543
12544 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12545 Define if system headers don't.
12546 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12547 (w32font_encode_char): Don't declare here.
12548
12549 * w32font.c (Quniscribe, QCformat): New symbols.
12550 (syms_of_w32font): Define them.
12551 (w32font_has_char): Indicate uncertainty.
12552 (w32font_encode_char): Encode as glyph point. Make static.
12553 (recompute_cached_metrics): New function.
12554 (w32font_open_internal): Use it. Set font to use glyph points
12555 initially. Set format based on type of font.
12556 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12557 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12558 on it. Set format based on information available here.
12559 (add_font_entity_to_list): Identify backend based on opentype_only.
12560
12561 2008-03-02 Andreas Schwab <schwab@suse.de>
12562
12563 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12564
12565 * coding.c (decode_coding_big5, produce_chars):
12566 Fix typos in last change.
12567
12568 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12569
12570 * gnu.h: New icon.
12571
12572 2008-03-02 Kenichi Handa <handa@m17n.org>
12573
12574 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12575 `dos', don't decode '\r' if that is the last in the source.
12576 (decode_coding_utf_16, decode_coding_emacs_mule)
12577 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12578 (decode_coding_raw_text, decode_coding_charset): Likewise.
12579 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12580
12581 2008-03-01 Jason Rumney <jasonr@gnu.org>
12582
12583 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12584
12585 2008-03-01 Kim F. Storm <storm@cua.dk>
12586
12587 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12588
12589 2008-03-01 Jason Rumney <jasonr@gnu.org>
12590
12591 * w32font.c (w32font_full_name): New function.
12592 (w32font_open_internal): Use it.
12593
12594 2008-03-01 Kim F. Storm <storm@cua.dk>
12595
12596 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12597
12598 2008-03-01 Jason Rumney <jasonr@gnu.org>
12599
12600 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12601
12602 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12603
12604 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12605 xg_frame_resized when the event is for the edit widget.
12606
12607 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12608
12609 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12610 set_char_size.
12611 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12612 operations on widgets here. Just set frame size if needed.
12613 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12614 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12615 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12616 the whole frame.
12617 (xg_create_tool_bar): Move attachment of the tool bar to
12618 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12619 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12620
12621 2008-03-01 Jason Rumney <jasonr@gnu.org>
12622
12623 * w32fns.c (w32_msg_pump): Disable debug code.
12624
12625 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12626
12627 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12628
12629 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12630
12631 * xdisp.c (next_overlay_string): Don't set
12632 overlay_strings_at_end_processed_p if we're currently reading from
12633 a display string.
12634
12635 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * xdisp.c (get_overlay_strings_1): Fix typo.
12638
12639 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12640
12641 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12642
12643 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12644
12645 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12646
12647 * xdisp.c (display_mode_element): Cancel the previous change.
12648 (decode_mode_spec): Likewise.
12649 (handle_auto_composed_prop): Don't make composition if it->string
12650 is a string.
12651
12652 2008-02-27 Kim F. Storm <storm@cua.dk>
12653
12654 * lisp.h (GLYPH): Change type from int to struct with separate char
12655 and face_id members.
12656 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12657 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12658 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12659 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12660 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12661 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12662 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12663 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12664 handle new Lisp glyph code encoding, either an integer or a cons.
12665
12666 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12667 (GLYPH_ALIAS): Delete.
12668 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12669 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12670 (GLYPH_FROM_CHAR): Replace macro by ...
12671 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12672
12673 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12674 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12675 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12676 (GLYPH_INVALID_P): New macro.
12677 (spec_glyph_lookup_face): Update prototype.
12678
12679 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12680 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12681 new glyph code encoding.
12682 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12683 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12684
12685 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12686 Adapt to new glyph type and new glyph code encoding.
12687
12688 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12689
12690 * indent.c (current_column, current_column_1, Fmove_to_column)
12691 (compute_motion): Adapt to new glyph code encoding.
12692
12693 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12694
12695 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12696
12697 * process.c (wait_reading_process_output): Check for window
12698 changes caused by timers.
12699 Suggested by Johan Bockgård.
12700
12701 2008-02-27 Glenn Morris <rgm@gnu.org>
12702
12703 * emacs.c (USAGE1): Add `--disable-font-backend'.
12704
12705 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12708 is made to the buffer.
12709
12710 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12713 (face_at_string_position):
12714 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12715 (face_at_string_position):
12716 * xdisp.c (display_string, next_overlay_change):
12717 * buffer.h (overlays_at):
12718 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12719 Update callers.
12720
12721 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12722
12723 * editfns.c (Fformat): Doc fix.
12724
12725 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12728 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12729 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12730
12731 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * buffer.c (Fbuffer_swap_text): New function.
12734 (syms_of_buffer): Defsubr it.
12735
12736 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12737
12738 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12739
12740 2008-02-25 Jason Rumney <jasonr@gnu.org>
12741
12742 * w32font.c (w32font_draw): Draw one character at a time when padding.
12743
12744 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12747 Handle a nil arg. Use run_window_configuration_change_hook.
12748 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12749 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12750 Use run_window_configuration_change_hook.
12751
12752 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12753
12754 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12755 1-pixel width.
12756
12757 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12758
12759 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12760 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12761 if the glyph in the font is zero pixel with.
12762
12763 * dispextern.h (struct glyph_string): New member padding_p.
12764
12765 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12766
12767 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12768
12769 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12770
12771 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12772
12773 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12774
12775 2008-02-25 Jason Rumney <jasonr@gnu.org>
12776
12777 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12778
12779 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 Allow fine-grained image-cache flushing.
12782 * dispextern.h (struct image): Add `dependencies' field.
12783 (clear_image_caches): Change arg to Lisp_Object.
12784 * image.c (make_image): Initialize `dependencies' field.
12785 (clear_image_cache): Change arg to allow fine-grained flushing.
12786 Perform the flush even if image-cache-eviction-delay is nil.
12787 (clear_image_caches): Change arg to Lisp_Object.
12788 (Fclear_image_cache): Expand meaning of the argument.
12789 (mark_image): Mark `dependencies' field.
12790 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12791 (lface_hash): Use XHASH rather than XFASTINT.
12792 (face_at_buffer_position): Fix int -> EMACS_INT position.
12793 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12794 (select_frame_for_redisplay): Remove code duplication.
12795 (redisplay_internal): Adapt arg to call to clear_image_caches.
12796
12797 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12798
12799 * s/vms4-0.h:
12800 * s/vms4-2.h:
12801 * s/vms4-4.h:
12802 * s/vms5-5.h: Remove, unused.
12803
12804 * s/irix5-2.h:
12805 * s/irix6-0.h:
12806 * s/riscos5.h:
12807 * s/mach-bsd4-3.h:
12808 * m/mips4.h: Remove files for obsolete systems.
12809
12810 * Makefile.in:
12811 * filelock.c:
12812 * unexmips.c:
12813 * m/hp9000s300.h:
12814 * m/iris4d.h:
12815 * s/aix3-1.h:
12816 * s/hpux.h:
12817 * s/msdos.h:
12818 * s/usg5-0.h:
12819 * s/usg5-2-2.h:
12820 * s/usg5-2.h:
12821 * s/usg5-3.h: Remove references to obsolete variables.
12822
12823 * s/irix5-0.h: Remove, move all the contents ...
12824 * s/irix6-5.h: ... here. Simplify.
12825 * config.in: Regenerate.
12826
12827 2008-02-24 Jason Rumney <jasonr@gnu.org>
12828
12829 * w32term.c (x_draw_glyph_string_background): Clear the background
12830 manually when cleartype is in use.
12831 (x_draw_glyph_string_foreground): Draw text transparently when
12832 cleartype is in use.
12833
12834 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12835 a font into it unless we have to.
12836
12837 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12840 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12841
12842 2008-02-18 Jason Rumney <jasonr@gnu.org>
12843
12844 * w32fns.c (Fw32_shell_execute): Encode parameters.
12845
12846 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12847
12848 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12849
12850 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12853
12854 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12855
12856 * xterm.c (x_set_offset): Don't change the gravity if
12857 CHANGE_GRAVITY is -1.
12858
12859 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12860
12861 * fileio.c (auto_save_error_occurred): New var.
12862 (auto_save_error): Set it.
12863 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12864 error occurred.
12865
12866 2008-02-23 Eli Zaretskii <eliz@gnu.org>
12867
12868 * w32.c (globals_of_w32): Add initializations for
12869 g_b_init_get_sid_sub_authority and
12870 g_b_init_get_sid_sub_authority_count.
12871
12872 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12875 (font_parse_xlfd): Use them for sanity check.
12876 (Finternal_set_font_style_table): Make sure the table is bijective.
12877
12878 Consolidate the image_cache to the terminal struct.
12879 * termhooks.h (P_): Remove redundant def.
12880 (struct terminal): New field `image_cache'.
12881 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12882 of FRAME_X_IMAGE_CACHE.
12883 * xterm.h (struct x_display_info): Remove image_cache field.
12884 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12885 * w32term.h (struct w32_display_info): Remove image_cache field.
12886 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12887 * macterm.h (struct mac_display_info): Remove image_cache field.
12888 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12889 * xterm.c (x_term_init):
12890 * w32term.c (w32_term_init):
12891 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12892 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12893 Remove declarations.
12894 (clear_image_caches, mark_image_cache): New declarations.
12895 * xfaces.c (clear_face_cache):
12896 * xdisp.c (redisplay_internal): Use clear_image_caches.
12897 * image.c (clear_image_cache): Don't check that a frame is on
12898 a window-system before checking if it shares the same cache.
12899 (clear_image_caches): New function.
12900 (Fclear_image_cache): Use it.
12901 (mark_image): Move from allo.c.
12902 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12903 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12904 (mark_object): Don't call mark_image_cache for frames.
12905 (mark_terminals): Call mark_image_cache.
12906
12907 * lisp.h (Fdelete_terminal): Declare.
12908
12909 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12910 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12911 wrong_type_argument.
12912
12913 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12914
12915 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12916 malayalam.el, and tamil.el. Add sinhala.el.
12917
12918 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * xterm.c (x_connection_closed): Consolidate identical tests.
12921 (x_delete_terminal): Don't crash if called via x_connection_closed.
12922
12923 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12924
12925 * xdisp.c (decode_mode_spec): New arg string.
12926 (display_mode_element): Adjust for the above change.
12927
12928 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * callint.c (Fcall_interactively): Use AREF.
12931
12932 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12935
12936 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12937
12938 * xfns.c (Fx_show_tip): Set string to " " if empty.
12939
12940 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12943 with Qt.
12944
12945 2008-02-17 Kenichi Handa <handa@m17n.org>
12946
12947 * ftfont.c (ftfont_shape): Return Lispy number.
12948
12949 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12950 for GCs.
12951 (Finternal_set_font_selection_order): Call font_update_sort_order
12952 only when enable_font_backend is set.
12953 (realize_x_face): Set face->font_info to that of default face only
12954 when enable_font_backend is set.
12955
12956 * xdisp.c (handle_composition_prop): Set it->c to the fist
12957 character of the composed region.
12958 (fill_composite_glyph_string): Set base_face->font_info to
12959 s->font_info. Get a face for ascii from base_face->ascii_face.
12960 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12961 with a face already decided.
12962 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12963 non-negative.
12964 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12965 call font_prepare_composition unconditionally.
12966
12967 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12968
12969 * xterm.h (struct x_display_info): New member font.
12970
12971 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12972 (x_set_mouse_face_gc, x_new_font): Likewise.
12973 (x_term_init): Setup display_info->font.
12974 (x_delete_terminal): Free display_info->font.
12975
12976 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12977
12978 * ftxfont.c (ftxfont_default_fid): Delete it.
12979 (ftxfont_open): Set xfont->fid to 0.
12980 (ftxfont_end_for_frame): Clear data specific to the frame and the
12981 font-driver.
12982
12983 * xftfont.c (xftfont_default_fid): Delete it.
12984 (xftfont_open): Set xfont->fid to 0.
12985
12986 * fontset.c (FONTSET_OBJLIST): New macro.
12987 (fontset_find_font): Update font-object list of the fontset.
12988 (free_realized_fontset): New function.
12989 (free_face_fontset): Call free_realized_fontset.
12990 (Ffont_info): Call font_close_object only when enable_font_backend
12991 is set.
12992
12993 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12994 [HAVE_NTGUI]: Include w32term.h.
12995 [MAC_OS]: Include macterm.ch.
12996 (font_otf_ValueRecord): Use make_number.
12997 (font_finish_cache): Fix handling of reference count.
12998 (font_clear_cache): Update num_fonts.
12999 (font_open_entity): Update smallest_char_width and
13000 smallest_font_height of the frame.
13001 (font_close_object): Update num_fonts.
13002 (Fclear_font_cache): Fix finding the target cache data.
13003
13004 2008-02-16 Glenn Morris <rgm@gnu.org>
13005
13006 * fontset.c (Finternal_char_font): Fix compilation warning.
13007
13008 2008-02-16 Eli Zaretskii <eliz@gnu.org>
13009
13010 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13011 instead of char arrays. Enlarge the size of array passed to
13012 get_token_information.
13013
13014 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13015 warnings.
13016
13017 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13018
13019 * .gdbinit: Don't set `args', it breaks gdb --args.
13020
13021 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13024 within a narrowed buffer.
13025
13026 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13027
13028 * coding.c (decode_coding_object, encode_coding_object):
13029 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13030
13031 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13034 hardcoding 1.
13035 (detect_coding_system):
13036 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13037 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13038 * insdel.c (insert_from_gap):
13039 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13040 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13041 (string_to_multibyte):
13042 * character.c (chars_in_text, multibyte_chars_in_text):
13043 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13044
13045 * character.h (FETCH_STRING_CHAR_ADVANCE)
13046 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13047 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13048 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13049
13050 * casefiddle.c (casify_region): Only call after-change and composition
13051 functions on the part of the region that was changed.
13052
13053 * keyboard.c (read_avail_input):
13054 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13055
13056 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13059 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13060
13061 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13062
13063 * w32menu.c (push_submenu_start, push_submenu_end)
13064 (push_left_right_boundary, push_menu_pane, push_menu_item):
13065 * keyboard.c (read_key_sequence): Don't pass args with side effects
13066 to AREF, it fails when compiling with -DENABLE_CHECKING.
13067
13068 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13069
13070 * Makefile.in (${lispsource}international/charprop.el):
13071 Delete this target.
13072
13073 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13074 emacs-unicode-2.
13075
13076 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13079
13080 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * frame.c (Qnoelisp): New symbol.
13083 (syms_of_frame): Initialize it.
13084 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13085 harmless Elisp code, from a strong `force' from x_connection_closed.
13086 * frame.h (Qnoelisp): Declare.
13087 * xterm.c (x_connection_closed): Pass `noelisp'.
13088
13089 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13090 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13091 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13092 rather than `int' for the type of `type'.
13093
13094 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13095
13096 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13097
13098 * Makefile.in (GNUC): Remove support for gcc-1.x.
13099
13100 2008-02-10 Richard Stallman <rms@gnu.org>
13101
13102 * lisp.h (ASET): Use AREF, not ASLOT.
13103
13104 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * lisp.h (ASET): Check bounds.
13107
13108 2008-02-10 Glenn Morris <rgm@gnu.org>
13109
13110 * buffer.c (mode-name): Doc fix.
13111
13112 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13113
13114 * Makefile.in:
13115 * emacs.c:
13116 * gmalloc.c:
13117 * keyboard.c:
13118 * lisp.h:
13119 * m/ibm370aix.h:
13120 * process.c:
13121 * regex.c:
13122 * s/hpux.h:
13123 * sysdep.c:
13124 * sysselect.h:
13125 * systty.h:
13126 * unexec.c:
13127 * w32term.c:
13128 * xsmfns.c:
13129 * xterm.c: Remove code that deals with obsolete variables.
13130
13131 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13132
13133 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13134 nothing else needs it anymore.
13135
13136 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13137
13138 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13139 instead of unibyte_char_to_multibyte.
13140
13141 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13142
13143 * s/gnu-linux.h: Remove commented out code.
13144
13145 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13146
13147 * Makefile.in: Update what RMS says about using autoconf.
13148 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13149 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13150 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13151 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13152
13153 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * keymap.c (Fkey_description): Move side effect outside of macro call.
13156
13157 * xfaces.c (Finternal_make_lisp_face):
13158 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13159
13160 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13161 (syms_of_fontset): Use ASET.
13162
13163 * fns.c (concat): Move side effect outside of macro call.
13164 (hash_clear): Use ASET.
13165
13166 2008-02-08 Richard Stallman <rms@gnu.org>
13167
13168 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13169 If FORCE, and frame has a surrogate minibuffer for another frame,
13170 delete the other frame first.
13171
13172 2008-02-07 Timo Savola <timo.savola@iki.fi>
13173
13174 * xterm.c (x_detect_focus_change): Handle embed client message.
13175 (handle_one_xevent): Ditto.
13176 (handle_one_xevent): If embedded and we get a button press/release,
13177 request focus.
13178 (xembed_set_info, xembed_send_message): New functions.
13179 (x_make_frame_visible): Call xembed_set_info if embedded.
13180 (x_make_frame_invisible): Call xembed_set_info if embedded.
13181 (x_term_init): Initialize Xatom_XEMBED.
13182 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13183 (x_iconify_frame): Ditto.
13184
13185 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13186 (enum xembed_info, enum xembed_message, enum xembed_focus)
13187 (enum xembed_modifier, enum xembed_accelerator): New.
13188 (xembed_set_info, xembed_send_message): Declare.
13189 (FRAME_X_EMBEDDED_P): New.
13190
13191 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13192 gtk_plug_new.
13193
13194 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13195 window ID of a frame.
13196 (x_window): Reparent frame if embedded.
13197 (Fx_create_frame): Don't set border width if embedded.
13198
13199 * emacs.c (USAGE3): Add --parent-id.
13200 (standard_args): Ditto.
13201
13202 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13203
13204 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13205
13206 2008-02-07 Jim Meyering <meyering@redhat.com>
13207
13208 Use "do...while (0)", not "if (1)...else" in macro definitions.
13209 The latter provokes a warning from gcc about the empty else, when
13210 followed by ";". Also, without that trailing semicolon, it would
13211 silently swallow up any following statement.
13212 * syntax.h (SETUP_SYNTAX_TABLE)
13213 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13214 * buffer.h (DECODE_POSITION): Likewise.
13215 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13216 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13217 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13218 (FETCH_CHAR_ADVANCE): Likewise.
13219 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13220
13221 2008-02-07 Jim Meyering <meyering@redhat.com>
13222
13223 * lread.c [lint]: Don't include <sys/inode.h>.
13224
13225 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * xselect.c (x_handle_dnd_message):
13228 * xmenu.c (digest_single_submenu, xmenu_show):
13229 * xdisp.c (with_echo_area_buffer_unwind_data)
13230 (format_mode_line_unwind_data, unwind_format_mode_line)
13231 (display_menu_bar):
13232 * eval.c (Ffetch_bytecode):
13233 * doc.c (store_function_docstring):
13234 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13235 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13236 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13237
13238 2008-02-07 Kenichi Handa <handa@m17n.org>
13239
13240 * ftxfont.c (ftxfont_open): Don't set
13241 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13242
13243 * ftfont.c (ftfont_open): Fix previous change.
13244
13245 2008-02-06 Jason Rumney <jasonr@gnu.org>
13246
13247 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13248 Use cached metrics for ASCII characters.
13249 (w32font_open_internal): Don't set font's owning_frame.
13250 Cache metrics for ASCII characters.
13251
13252 * w32font.h (struct w32font_info): Add ascii_metrics.
13253 Remove owning_frame.
13254
13255 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13256
13257 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13258 to negative value.
13259
13260 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13261
13262 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13263
13264 * charset.c (syms_of_charset): Set QCtest and Qeq.
13265
13266 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13267
13268 * process.c (Fstart_process):
13269 * callproc.c (Fcall_process): Handle the case where
13270 Funhandled_file_name_directory returns nil.
13271
13272 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13273 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13274 * font.c (check_gstring): Use them and AREF to access the vector before
13275 we know it's really a gstring.
13276 (Ffont_shape_text): Fix typo.
13277 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13278
13279 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13280 Declare.
13281
13282 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13283
13284 2008-02-05 Jason Rumney <jasonr@gnu.org>
13285
13286 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13287 Set smallest_font_height and smallest_char_width in display info.
13288
13289 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13290
13291 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13292
13293 2008-02-05 Miles Bader <miles@gnu.org>
13294
13295 * xfaces.c (get_lface_attributes, merge_named_face)
13296 (lookup_named_face, lookup_derived_face, realize_named_face):
13297 Revert 2008-02-01 change by cyd@stupidchicken.com.
13298
13299 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13300
13301 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13302 fallback fonts.
13303 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13304
13305 2008-02-04 Jason Rumney <jasonr@gnu.org>
13306
13307 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13308 set full_name.
13309 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13310
13311 2008-02-03 Jason Rumney <jasonr@gnu.org>
13312
13313 * makefile.w32-in (OBJ1): Include font.o here.
13314 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13315
13316 2008-02-02 Jason Rumney <jasonr@gnu.org>
13317
13318 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13319
13320 2008-02-01 Jason Rumney <jasonr@gnu.org>
13321
13322 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13323
13324 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13325
13326 2008-02-01 Andreas Schwab <schwab@suse.de>
13327
13328 * Makefile.in (shortlisp, lisp): Update for rename of
13329 ../lisp/language/myanmar.el.
13330
13331 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * xfaces.c (get_lface_attributes): Delete function.
13334 (merge_named_face, lookup_named_face, lookup_derived_face)
13335 (realize_named_face): Call lface_from_face_name directly, and use
13336 the fact that merge_face_vectors does not alter its FROM argument.
13337
13338 2008-02-01 Jason Rumney <jasonr@gnu.org>
13339
13340 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13341 input in the default locale. Handle non-Unicode multibyte input.
13342
13343 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13344
13345 * fontset.c (reorder_font_vector): Exclude nil elements from the
13346 font group. Don't try multiple fonts.
13347 (fontset_font): Adjust for the above change.
13348 (Finternal_char_font): Return nil if the found font doesn't
13349 contain the character ch.
13350
13351 * Makefile.in (lisp, shortlisp): Add cham.el.
13352
13353 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13354
13355 * font.h (FONTP): Make it return 1 also for a font-object.
13356
13357 * .gdbinit (xfontset): New function.
13358
13359 * font.c (font_find_for_lface): Check if the character C is
13360 supported or not only for the first font.
13361
13362 * fontset.c (reorder_font_vector): Fix typo.
13363 (fontset_find_font): Don't add a font-spec specifying a script.
13364 Use 0 (not Qt) for the indication of empty font-group. Change the
13365 format of RFONT-DEF. Return Qt if no font in the font-group
13366 support the character.
13367 (fontset_font): Adjust for the above change. If no font was
13368 found the character, remember that.
13369 (face_for_char): Adjust for the change of RFONT-DEF.
13370 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13371 no font for the target.
13372 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13373
13374 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13375
13376 * font.c (font_load_for_face): Handle the case that the font in
13377 face->lface is a string.
13378
13379 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13380
13381 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13382
13383 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13384
13385 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13386 Fix previous change. If the frame is not on a window system,
13387 signal an error.
13388
13389 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13390
13391 * coding.c (decode_coding_object, encode_coding_object): Adjust
13392 marker positions after conversion.
13393
13394 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13395
13396 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13397
13398 * font.c (font_find_for_lface): Fix the handling of the return
13399 value of font_has_char.
13400 (Ffont_shape_text): Fix previous change.
13401
13402 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13403 (fontset_ref_and_range): Delete it.
13404 (fontset_find_font): Call char_table_ref_and_range instead of
13405 FONTSET_REF_AND_RANGE.
13406 (make_fontset): Don't setup font groups of Latin here.
13407 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13408 (new_fontset_from_font): Make the specified font the default for
13409 all Latin characters.
13410
13411 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13412
13413 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13414 is on a window system before accessing the fontset of the frame.
13415
13416 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13417
13418 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13419
13420 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13421 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13422
13423 * font.c (Ffont_shape_text): If the font driver doesn't have a
13424 shaper function, make zero-width glyphs to have at least one-pixel
13425 width. Fix setting of `to' field of glyphs.
13426
13427 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13428
13429 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13430 glyphs.
13431
13432 * font.h (struct font_driver): Improve docstring of member `shape'.
13433
13434 2008-02-01 Kenichi Handa <handa@m17n.org>
13435
13436 * composite.c (syms_of_composite): Fix docstring of
13437 auto-composition-function.
13438
13439 * font.h (LGLYPH_SIZE): New macro.
13440
13441 * font.c (Ffont_fill_gstring): Stop filling when a character not
13442 supported by the font is found.
13443 (Ffont_shape_text): When a shape callback function returns nil,
13444 try at most two more times with larger gstring.
13445 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13446
13447 * xdisp.c (handle_auto_composed_prop): Change the argument to
13448 auto-composition-function.
13449
13450 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13451 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13452 Lispy glyph and store it in the lgstring.
13453
13454 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13455
13456 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13457
13458 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13459
13460 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13461
13462 * fontset.c (Vfont_encoding_charset_alist): New variable.
13463 (syms_of_fontset): DEFVAR it.
13464 (reorder_font_vector, fontset_find_font): Optimize for the case of
13465 no need of reordering.
13466 (face_for_char): Map the charset property by
13467 Vfont_encoding_charset_alist.
13468
13469 2008-02-01 Jason Rumney <jasonr@gnu.org>
13470
13471 * w32font.c (logfonts_match): Don't check adstyle here.
13472 (font_matches_spec): Check here against physical font instead.
13473 (add_font_entity_to_list): Avoid some substitutions.
13474
13475 * font.c (font_parse_fcname): Default weight and slant to normal.
13476 (font_score): Prefer normal fonts if weight or slant unspecified.
13477 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13478 match freetype scores.
13479
13480 2008-02-01 Jason Rumney <jasonr@gnu.org>
13481
13482 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13483 font, as it may have been deleted.
13484 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13485 most common hyphenless variation.
13486 (logfonts_match): Check generic family.
13487 (font_matches_spec): Don't check generic family here.
13488 (fill_in_logfont): Set generic family based on adstyle.
13489
13490 * w32font.h (w32font_get_cache): Update declaration.
13491
13492 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13493
13494 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13495
13496 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13497 If none of the new drivers are available, call font_update_drivers
13498 with the old drivers.
13499
13500 * w32font.c (w32font_get_cache): Adjust the argument type.
13501
13502 * xfont.c (xfont_get_cache): Adjust the argument type.
13503
13504 * font.h (struct font_driver): Change argument type of get_cache.
13505
13506 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13507
13508 * font.c (Ffont_get): Fix arguments to Fassoc.
13509 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13510 (font_clear_cache): New function.
13511 (font_list_entities, font_matching_entity): Use font_get_cache.
13512 (font_update_drivers): Call font_clear_cache when finishing a driver.
13513
13514 * fontset.c (fontset_find_font): Fix previous change.
13515
13516 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13517
13518 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13519 dpyinfo->font_table.
13520 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13521 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13522
13523 * font.c (font_at): Handle the case that the arg C is negative.
13524 Handle the unibyte case.
13525 (Ffont_at): Call font_at with the arg C -1.
13526
13527 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13528 the position here, and call font_at with the arg C -1.
13529 Don't check the range of the existing composition at the point.
13530
13531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13532
13533 * fontset.c (fontset_add): New args charset_id and family.
13534 Change caller.
13535 (load_font_get_repertory, fontset_find_font): Assume that
13536 font_spec is always a font-spec object.
13537 (Fset_fontset_font): Always store a font-spec object in a fontset.
13538
13539 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13540 instead of get_property_and_range.
13541
13542 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13543
13544 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13545 (xftfont_open): Don't keep locking face.
13546 (xftfont_close): Don't unlock face.
13547 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13548
13549 * fontset.c (fontset_find_font): Don't prefer a font of
13550 supplementary charset.
13551
13552 2008-02-01 Kenichi Handa <handa@m17n.org>
13553
13554 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13555 script, langsys_tag to langsys, new member script.
13556 (OTF_TAG_STR): Terminate by '\0'.
13557 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13558 listing to the script specified in that property. Fix arg to
13559 OTF_check_features.
13560
13561 2008-02-01 Jason Rumney <jasonr@gnu.org>
13562
13563 * w32font.h: New file.
13564
13565 * w32font.c: Include it.
13566 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13567 (w32font_open): Set owning_frame.
13568 (w32font_text_extents): Use owning_frame.
13569 (struct font_callback_data): Add opentype_only field.
13570 (add_font_entity_to_list): Use it to filter fonts.
13571 Don't check against full name.
13572 (w32font_list_internal): New function.
13573 (w32font_list): Use it.
13574 (w32font_match_internal): New function.
13575 (w32font_match): Use it.
13576 (w32font_open_internal): New function.
13577 (w32font_open): Use it.
13578 (w32font_get_cache, w32font_close, w32font_has_char)
13579 (w32font_encode_char, w32font_text_extents, w32font_draw):
13580 Make non-static.
13581
13582 * makefile.w32-in (w32font.o): Depend on w32font.h.
13583
13584 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13585
13586 * charset.c (Fdefine_charset_internal): Record a supplementary
13587 charset at the tail of Vcharset_order_list.
13588
13589 * font.c (Ffont_shape_text): Fix the return value.
13590
13591 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13592
13593 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13594
13595 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13596
13597 * ftfont.c (struct OpenTypeSpec): New struct.
13598 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13599 (ftfont_get_open_type_spec): New function.
13600 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13601
13602 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13603
13604 2008-02-01 Jason Rumney <jasonr@gnu.org>
13605
13606 * w32font.c (add_font_entity_to_list): Compare only the beginning
13607 of full name.
13608
13609 2008-02-01 Kenichi Handa <handa@m17n.org>
13610
13611 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13612 Never return HANDLED_RECOMPUTE_PROPS.
13613
13614 2008-02-01 Kenichi Handa <handa@m17n.org>
13615
13616 * font.c (font_gstring_produce): Delete it.
13617
13618 * composite.h (COMPOSITION_METHOD):
13619 Handle COMPOSITION_WITH_GLYPH_STRING.
13620
13621 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13622
13623 * xfont.c (Qx): Delete.
13624 (syms_of_xfont): Don't initialize Qx.
13625
13626 * composite.h (enum composition_method):
13627 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13628
13629 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13630
13631 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13632 (choose_face_font): Accept new form of font-spec.
13633
13634 * frame.h (font_driver_list): Declare it unconditionally.
13635 (struct frame): Define members font_driver_list and font_data_list
13636 unconditionally.
13637
13638 * fontset.c: Include "font.h" unconditionally.
13639 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13640 (Fset_fontset_font): Accept a font-spec object.
13641
13642 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13643 PIXEL_SIZE part a wild card.
13644
13645 * dispextern.h (struct glyph_string): Define members clip and
13646 num_clips unconditionally.
13647 (struct face): Define members font_info and extra unconditionally.
13648
13649 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13650 ftfont_info only when HAVE_LIBOTF is defined.
13651
13652 2008-02-01 Andreas Schwab <schwab@suse.de>
13653
13654 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13655 and end.
13656
13657 2008-02-01 Jason Rumney <jasonr@gnu.org>
13658
13659 * w32font.c (w32font_driver): Add new fields.
13660
13661 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13662
13663 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13664 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13665 (LIBES): Add @M17N_FLT_CFLAGS@.
13666
13667 * composite.c (compose_text): Don't treat the new style
13668 composition specially.
13669
13670 * emacs.c (main): Call syms_of_font unconditionally.
13671
13672 * font.h (FONT_ENTITY_NOT_LOADABLE)
13673 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13674 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13675 (struct font_driver): New member shape.
13676 (font_registry_charsets): Extern it.
13677 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13678 (font_otf_capability, font_drive_otf): Delete their externs.
13679
13680 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13681 (font_charset_alist, font_registry_charsets): Move from xfont.c
13682 and rename.
13683 (font_prop_validate_otf): New function.
13684 (font_property_table): Register it for QCotf.
13685 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13686 (font_drive_otf): Delete.
13687 (font_prepare_composition): New arg F. Adjust for the change of
13688 lispy gstring.
13689 (font_find_for_lface): New arg C.
13690 (font_load_for_face): Adjust for the change of font_find_for_lface.
13691 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13692 lispy gstring.
13693 (Ffont_shape_text): New function.
13694 (Fopen_font): If the font size is not given, use 12-pixel.
13695 (Ffont_at): New arg STRING.
13696 (syms_of_font): Initalize font_charset_alist.
13697 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13698 conditionally.
13699
13700 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13701 fonts of the same font-spec. Change the format of RFONT-DEF.
13702 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13703 Adjust for the change of RFONT-DEF.
13704 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13705
13706 * ftfont.h: New file.
13707
13708 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13709 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13710 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13711 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13712 font_otf_capability and font_drive_otf, set ftfont_shape.
13713 (ftfont_list): Adjust for the change of :otf property value.
13714 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13715 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13716 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13717 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13718 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13719 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13720
13721 * w32term.c (x_draw_composite_glyph_string_foreground):
13722 Adjust for the change of lispy gstring.
13723
13724 * xdisp.c (handle_composition_prop): Adjust for the change of
13725 lispy gstring. Call a function for auto-composition with the
13726 third arg it->window.
13727 (fill_composite_glyph_string): Adjust for the change of lispy string.
13728 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13729
13730 * xfaces.c (set_font_frame_param): Adjust for the change of
13731 font_find_for_lface.
13732
13733 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13734 (xfont_registry_charsets): Likewise. Change caller.
13735 (syms_of_xfont): Don't handle x_font_charset_alist.
13736
13737 * xftfont.c: Include "ftfont.h".
13738 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13739 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13740 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13741 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13742 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13743 Set xftfont_driver.shape to xftfont_shape.
13744
13745 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13746 the change of lispy gstring.
13747
13748 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13749
13750 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13751
13752 2008-02-01 Jason Rumney <jasonr@gnu.org>
13753
13754 * w32font.c (w32font_draw): Fill background manually.
13755
13756 2008-02-01 Jason Rumney <jasonr@gnu.org>
13757
13758 * font.c (Qfontp): Remove unused symbol.
13759 (QCantialias): New symbol.
13760 (syms_of_font): Define it.
13761 (font_property_table): Set a validator for QCantialias.
13762
13763 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13764 Define if not already.
13765 (QCfamily): Share with xfaces.c.
13766 (Qstandard, Qsubpixel, Qnatural): New symbols.
13767 (syms_of_w32font): Define them. Don't define QCfamily here.
13768 (w32_antialias_type, lispy_antialias_type): New functions.
13769 (w32_enumfont_pattern_entity): New arg requested_font.
13770 Set antialias parameter if non-default was requested.
13771 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13772
13773 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13774
13775 * lread.c (read1): Undo the previous change.
13776
13777 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13778
13779 * frame.c (Fdelete_frame): Call font_update_drivers only when
13780 USE_FONT_BACKEND is defined.
13781
13782 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13783
13784 * font.h (struct font_bitmap): New member bits_per_pixel.
13785 (struct font_driver): New members start_for_frame and end_for_frame.
13786 (struct font_data_list): New struct.
13787 (font_put_frame_data, font_get_frame_data): Extern them.
13788
13789 * frame.h (struct frame): New member font_data_list.
13790
13791 * font.c (font_update_drivers): Call driver->start_for_frame and
13792 driver->end_for_frame at proper timings.
13793 (font_put_frame_data, font_get_frame_data): New functions.
13794 (Ffont_spec): Add usage in the docstring.
13795
13796 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13797 (Fdelete_frame): Call font_update_drivers.
13798
13799 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13800 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13801 (xftfont_get_xft_draw): New function.
13802 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13803 (xftfont_end_for_frame): New function.
13804 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13805
13806 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13807 Change argument. Cache GCs in the per-frame data.
13808 (struct ftxfont_frame_data): New struct.
13809 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13810 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13811 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13812 (ftxfont_end_for_frame): New function.
13813 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13814
13815 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13816
13817 2008-02-01 Kenichi Handa <handa@m17n.org>
13818
13819 * xselect.c (Vselection_coding_system)
13820 (Vnext_selection_coding_system): Delete them.
13821 (syms_of_xselect): Don't declare selection-coding-system and
13822 next-selection-coding-system. They are declared in select.el.
13823
13824 2008-02-01 Jason Rumney <jasonr@gnu.org>
13825
13826 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13827
13828 * w32fns.c: Include imm.h.
13829 (get_composition_string_fn, get_ime_context_fn): New optional
13830 system functions.
13831 (globals_of_w32fns): Load them from imm32.dll.
13832 (ignore_ime_char): New flag.
13833 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13834 WM_IME_ENDCOMPOSITION messages.
13835
13836 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13837 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13838
13839 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13840
13841 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13842 (READCHAR_REPORT_MULTIBYTE): New macro.
13843 (readchar): New 2nd arg MULTIBYTE.
13844 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13845 Make symbol's name multibyte according to the multibyteness of the
13846 source.
13847
13848 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13849
13850 * xfaces.c (face_for_overlay_string): Call lookup_face with
13851 correct arguments (fix of synching with the trunk).
13852
13853 2008-02-01 Kenichi Handa <handa@m17n.org>
13854
13855 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13856 (font_prop_validate_non_neg, font_prop_validate_spacing):
13857 Delete argument prop_index.
13858 (font_property_table): Change arguments to validater. Change Callers.
13859 (font_lispy_object): Delete.
13860 (font_at): Use font_find_object instead fo font_lispy_object.
13861
13862 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13863
13864 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13865 and file names.
13866
13867 2008-02-01 Jason Rumney <jasonr@gnu.org>
13868
13869 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13870 (font_matches_spec): Remove debug output.
13871 (add_font_entity_to_list): Avoid using substituted fonts.
13872
13873 2008-02-01 Jason Rumney <jasonr@gnu.org>
13874
13875 * doc.c (Fsnarf_documentation):
13876 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13877
13878 2008-02-01 Miles Bader <miles@gnu.org>
13879
13880 * dispextern.h (struct glyph_row): Only define "clip" field if
13881 HAVE_WINDOW_SYSTEM is defined.
13882
13883 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 Fix up multi-tty merge.
13886
13887 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13888 and indentation.
13889
13890 * xfaces.c (free_realized_face, clear_face_gcs):
13891 Include font_done_for_face in the input_blocked section, just in case.
13892
13893 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13894 (get_char_face_and_encoding): Undo last change and remove the *other*
13895 duplicate definition (i.e. keep the one that's better scoped and that
13896 includes code for the font-backend).
13897
13898 * terminal.c (create_terminal): Default keyboard_coding to
13899 `no-conversion' and terminal_coding to `undecided'.
13900
13901 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13902
13903 * fontset.c (free_realized_fontsets): Check that the table entry does
13904 contain a fontset before trying to compare it to `base'.
13905
13906 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13907 syms_of_charset, and syms_of_coding earlier because init_window_once
13908 now needs Vcoding_system_hash_table to be setup.
13909
13910 * coding.h (default_buffer_file_coding): Remove.
13911
13912 * coding.c (default_buffer_file_coding): Remove.
13913 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13914 than ->symbol, and use the terminal-local coding system.
13915 (syms_of_coding): Don't setup the coding-systems that are not
13916 terminal-local.
13917 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13918
13919 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13920 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13921
13922 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13923 in chartab.c and were re-added here by mistake.
13924 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13925
13926 * doc.c (Fsnarf_documentation):
13927 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13928 src to etc.
13929
13930 * ChangeLog.10: Add mistakenly removed entry.
13931
13932 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13933
13934 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13935
13936 2008-02-01 Miles Bader <miles@gnu.org>
13937
13938 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13939 Add extra args to FACE_FOR_CHAR.
13940
13941 2008-02-01 Kenichi Handa <handa@m17n.org>
13942
13943 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13944 in sequence.
13945
13946 * chartab.c (map_sub_char_table, map_char_table): If the range
13947 contains just one character, call the function with that character
13948 even if the depth is not 3.
13949
13950 2008-02-01 Jason Rumney <jasonr@gnu.org>
13951
13952 * w32font.c (w32font_text_extents): Calculate metrics for the
13953 whole string.
13954
13955 2008-02-01 Jason Rumney <jasonr@gnu.org>
13956
13957 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13958
13959 2008-02-01 Jason Rumney <jasonr@gnu.org>
13960
13961 * w32term.c (x_set_glyph_string_clipping): Use
13962 get_glyph_string_clip_rects.
13963 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13964 Adjust for the change of struct glyph_string.
13965
13966 * w32font.c (w32font_draw): Do clipping here.
13967
13968 2008-02-01 Kenichi Handa <handa@m17n.org>
13969
13970 * xftfont.c (xftfont_draw): Adjust for the change of struct
13971 glyph_string.
13972
13973 * xterm.c (x_set_glyph_string_clipping): Use
13974 get_glyph_string_clip_rects.
13975 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13976 Adjust for the change of struct glyph_string.
13977
13978 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13979 the resulting clip(s}.
13980 (expose_overlaps): Add arg r. Change callers. Set it to
13981 row->clip temporarily.
13982 (expose_window): Redraw rows overlapping the exposed area.
13983
13984 * dispextern.h (struct glyph_row): New member clip.
13985 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13986 clip_height, new member clip, and num_clips.
13987
13988 2008-02-01 Kenichi Handa <handa@m17n.org>
13989
13990 * data.c (Fchar_or_string_p): Fix docstring.
13991
13992 2008-02-01 Kenichi Handa <handa@m17n.org>
13993
13994 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13995 create a temporary XftDraw object.
13996
13997 2008-02-01 Kenichi Handa <handa@m17n.org>
13998
13999 * font.c (Ffontp): Fix docstring.
14000
14001 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14002 strong evidence of ISO-2022.
14003
14004 2008-02-01 Kenichi Handa <handa@m17n.org>
14005
14006 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14007 SYNTAX_ENTRY_FOLLOW_PARENT.
14008
14009 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14012 its type.
14013 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14014 Update to the new type of weak_hash_tables and next_weak.
14015
14016 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14017 a plain C pointer to Lisp_Hash_Table.
14018
14019 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14020 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14021 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14022 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14023 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14024 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14025 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14026 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14027 (GC_EQ): Remove since they've been identical to their non-GC_
14028 alter-egos ever since the markbit was eradicated.
14029
14030 * alloc.c:
14031 * buffer.c:
14032 * buffer.h:
14033 * data.c:
14034 * fileio.c:
14035 * filelock.c:
14036 * fns.c:
14037 * frame.h:
14038 * lisp.h:
14039 * macterm.c:
14040 * print.c:
14041 * process.c:
14042 * w32fns.c:
14043 * w32menu.c:
14044 * w32term.c:
14045 * xfns.c:
14046 * xmenu.c:
14047 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14048
14049 2008-02-01 Kenichi Handa <handa@m17n.org>
14050
14051 * chartab.c (map_sub_char_table): Make it work for the top-level
14052 char-table. Fix handling of parent char-table.
14053 (map_char_table): Adjust for the above change.
14054
14055 2008-02-01 Jason Rumney <jasonr@gnu.org>
14056
14057 * w32font.c (Qgdi): Rename from Qw32.
14058
14059 2008-02-01 Jason Rumney <jasonr@gnu.org>
14060
14061 * w32bdf.c (get_quoted_string): Make function static.
14062
14063 2008-02-01 Kenichi Handa <handa@m17n.org>
14064
14065 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14066 bigger ascent and descent than those of the font, use them as
14067 font's ascent and descent.
14068
14069 2008-02-01 Kenichi Handa <handa@m17n.org>
14070
14071 * Makefile.in (${lispsource}international/charprop.el): Move this
14072 target within "#ifdef HAVE_UNIDATA" and "#endif".
14073
14074 2008-02-01 Kenichi Handa <handa@m17n.org>
14075
14076 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14077 (shortlisp): Add ../lisp/language/tai-viet.el.
14078
14079 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14080
14081 * Makefile.in (${lispsource}international/charprop.el): Depend on
14082 temacs${EXEEXT}.
14083
14084 2008-02-01 Jason Rumney <jasonr@gnu.org>
14085
14086 * w32font.c (w32font_close): Delete the GDI font object.
14087
14088 * w32menu.c: Include character.h.
14089
14090 * w32proc.c: Likewise.
14091
14092 * w32select.c: Likewise.
14093
14094 * makefile.w32-in (w32proc.o): Depend on character.h.
14095
14096 2008-02-01 Jason Rumney <jasonr@gnu.org>
14097
14098 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14099
14100 * w32menu.c (syms_of_w32menu): Likewise.
14101
14102 * w32proc.c (syms_of_ntproc): Likewise.
14103
14104 * w32select.c (syms_of_w32select): Likewise.
14105
14106 * w32term.c (syms_of_w32term): Likewise.
14107
14108 2008-02-01 Jason Rumney <jasonr@gnu.org>
14109
14110 * w32font.c (w32font_draw): Delete brush after using it.
14111
14112 2008-02-01 Jason Rumney <jasonr@gnu.org>
14113
14114 * w32font.c (w32font_open): Don't set font_idx.
14115 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14116 to font settings.
14117 (w32font_draw): Fill background explicitly.
14118
14119 2008-02-01 Jason Rumney <jasonr@gnu.org>
14120
14121 * w32term.c (w32_initialize): Don't call w32font_initialize.
14122
14123 * w32font.c (w32font_info): Remove subranges.
14124 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14125 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14126 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14127 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14128 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14129 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14130 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14131 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14132 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14133 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14134 New symbols.
14135 (font_callback_data): New struct.
14136 (w32font_list, w32font_match): Use it.
14137 (w32font_open): Don't populate subranges.
14138 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14139 (w32font_encode_char): Always return unicode code-point as-is.
14140 (w32font_text_extents): Supply a transformation matrix to
14141 GetGlyphOutline. Never look up by glyph index. Avoid looping
14142 twice. Use unicode version of GetTexExtentPoint32 instead of
14143 glyph index version.
14144 (set_fonts_frame): Remove.
14145 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14146 set frame parameter. Use backward compatible fake foundries.
14147 Save generic family in extra slot under QCfamily. Make width slot
14148 constant. Save QCspacing value. Save list of scripts instead of
14149 binary subranges.
14150 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14151 (add_font_entity_to_list): Use font_callback_data struct. Filter
14152 unwanted fonts.
14153 (add_one_font_entity_to_list): Use font_callback_data struct.
14154 (w32_registry): Default to iso10646_1.
14155 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14156 string font registries. Don't fill in font name if it is a generic
14157 family name, fill family instead. Use spacing, family and script
14158 extra info to fill pitch, family and charset fields.
14159 (list_all_matching_fonts): Use font_callback_data struct.
14160 (unicode_range_for_char): Remove.
14161 (font_supported_scripts): New function.
14162 (w32font_initialize): Remove.
14163 (syms_of_w32font): Update which symbols are defined.
14164
14165 2008-02-01 Jason Rumney <jasonr@gnu.org>
14166
14167 * font.c (font_pixel_size): Reverse assq_no_quit args.
14168
14169 * w32term.h (FONT_WIDTH): Report max width, not average.
14170 (FONT_MAX_WIDTH): Remove.
14171 (FONT_AVG_WIDTH): New macro.
14172
14173 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14174 redefinition of FONT_WIDTH.
14175
14176 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14177 (w32_cache_char_metrics): Use FONT_WIDTH.
14178
14179 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14180
14181 2008-02-01 Jason Rumney <jasonr@gnu.org>
14182
14183 * w32font.c (w32font_open): Make lfHeight negative.
14184
14185 * w32fns.c (x_default_font_parameter): Use new style font name.
14186 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14187
14188 2008-02-01 Jason Rumney <jasonr@gnu.org>
14189
14190 * w32font.c (QCsubranges): New symbol.
14191 (w32font_open, w32font_has_char): Get subranges from subproperty
14192 of extra.
14193 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14194 (syms_of_w32font): Define :subranges symbol.
14195
14196 * font.c (font_put_extra): Expose externally.
14197
14198 * font.h (font_put_extra): Move declaration from font.c.
14199
14200 * font.c (Ffont_get): Use font driver to determine otf capability.
14201 (adjust_anchor): Check if driver defines anchor_point before using.
14202
14203 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14204 (w32font_draw): Use options.
14205 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14206 Fix detection of truetype fonts.
14207 (registry_to_w32_charset): Handle charsets other than iso8859-1
14208 expressed as lisp symbols.
14209 (w32_registry): Express charset as lisp symbol.
14210 (fill_in_logfont): Reverse pixel and point height logic.
14211 Don't set width here. Set quality to default.
14212
14213 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14214 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14215
14216 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14217 Remove redundant loop and allocation.
14218
14219 * makefile.w32-in (font.o, w32font.o): New objects.
14220 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14221 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14222
14223 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14224 STORE_XCHARB a valid l-value.
14225
14226 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14227 calculations for non-Truetype fonts.
14228 (x_draw_glyph_string): Sync with xterm.c.
14229 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14230 Remove redundant code.
14231 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14232
14233 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14234 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14235
14236 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14237 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14238
14239 * w32font.c: New file for w32 font backend.
14240
14241 2008-02-01 Kenichi Handa <handa@m17n.org>
14242
14243 * term.c: Don't include "buffer.h" twice.
14244
14245 2008-02-01 Kenichi Handa <handa@m17n.org>
14246
14247 * character.c (Funibyte_string): New function.
14248 (syms_of_character): Defsubr it.
14249
14250 2008-02-01 Jason Rumney <jasonr@gnu.org>
14251
14252 * w32term.c [USE_FONT_BACKEND]:
14253 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14254 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14255 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14256 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14257 (x_free_frame_resources): Sync with xterm.c.
14258
14259 2008-02-01 Andreas Schwab <schwab@suse.de>
14260
14261 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14262 char-table size.
14263
14264 2008-02-01 Kenichi Handa <handa@m17n.org>
14265
14266 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14267
14268 2008-02-01 Kenichi Handa <handa@m17n.org>
14269
14270 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14271 font_otf_gpos, add font_drive_otf.
14272
14273 * fontset.c (fontset_find_font): Pay attention to font size
14274 specified for a font.
14275 (reorder_font_vector): Check contents of font_def.
14276
14277 * font.c (struct otf_list): Delete it.
14278 (otf_list): Make it a lisp variable.
14279 (otf_open): Use lispy otf_list.
14280 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14281 (check_otf_features): New function.
14282 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14283 New functions.
14284 (font_drive_otf): New function merging font_otf_gsub and
14285 font_otf_gpos.
14286 (font_open_for_lface): New arg spec. Change argument order.
14287 (font_load_for_face): Adjust for the change of font_open_for_lface.
14288 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14289 Ffont_otf_gpos.
14290 (syms_of_font): Staticpro otf_list. Delete defsubr of
14291 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14292
14293 * xfaces.c (set_font_frame_param): Adjust for the change of
14294 font_open_for_lface.
14295
14296 * font.h (font_open_for_lface): Adjust prototype.
14297 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14298 member otf_drive.
14299 (font_otf_gsub, font_otf_gpos): Delete externs.
14300 (font_drive_otf): Extern it.
14301
14302 2008-02-01 Kenichi Handa <handa@m17n.org>
14303
14304 * font.c (font_at): If the window W is not on a window system,
14305 return Qnil.
14306
14307 * coding.c (produce_chars, encode_coding): Don't call
14308 insert_from_gap if no characters to produce.
14309
14310 2008-02-01 Kenichi Handa <handa@m17n.org>
14311
14312 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14313 Fclear_face_cache.
14314
14315 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14316
14317 2008-02-01 Miles Bader <miles@gnu.org>
14318
14319 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14320 Parse "--disable-font-backend" option.
14321 (standard_args): Add "--disable-font-backend" option.
14322
14323 2008-02-01 Kenichi Handa <handa@m17n.org>
14324
14325 * fontset.c (fontset_find_font): New function.
14326 (fontset_font): Use fontset_find_font.
14327 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14328 Register the specified font for all Latin characters.
14329 (new_fontset_from_font): Register the specified font for all Latin
14330 characters.
14331 (dump_fontset): For a realized fontset, include the base fontset
14332 name in the returned vector.
14333
14334 2008-02-01 Kenichi Handa <handa@m17n.org>
14335
14336 * character.h (CHAR_STRING): Cast C to unsigned on calling
14337 char_string.
14338
14339 * character.c (char_string): Type of arg C changed to unsigned.
14340 Signal an error if C is an invalid character code.
14341
14342 * editfns.c (general_insert_function, Fchar_to_string):
14343 Use CHARACTERP, not INTEGERP.
14344
14345 2008-02-01 Kenichi Handa <handa@m17n.org>
14346
14347 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14348 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14349
14350 * regex.c (analyse_first): Fix for multibyte characters in "case
14351 charset:" and "case categoryspec:".
14352
14353 2008-02-01 Andreas Schwab <schwab@suse.de>
14354
14355 * Makefile.in (LIBES): Move standard libraries to the end.
14356
14357 2008-02-01 Kenichi Handa <handa@m17n.org>
14358
14359 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14360 nonzero, don't shrink the buffer nextb.
14361
14362 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14363
14364 * coding.c (coding_alloc_by_making_gap): New arg offset.
14365 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14366 offset.
14367 (decode_coding_iso_2022): Update coding->safe_charsets.
14368 (decode_coding_gap): Temporarily set
14369 current_buffer->text->inhibit_shrinking to 1.
14370
14371 2008-02-01 Kenichi Handa <handa@m17n.org>
14372
14373 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14374 indexing into elements of s->cmp and s->char2b.
14375
14376 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14377
14378 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14379
14380 2008-02-01 Kenichi Handa <handa@m17n.org>
14381
14382 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14383 target_multibyte instead of multibyte.
14384 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14385 (bcmp_translate): Change the argument name from multibyte to
14386 target_multibyte.
14387
14388 2008-02-01 Kenichi Handa <handa@m17n.org>
14389
14390 These changes are to compile a regexp into a pattern that can be
14391 used both for multibyte and unibyte targets.
14392
14393 * Makefile.in (search.o): Depend on charset.h.
14394
14395 * character.c (multibyte_char_to_unibyte_safe): New function.
14396
14397 * search.c: Include "charset.h".
14398 (compile_pattern_1): Delete argument multibyte. Don't set
14399 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14400 (compile_pattern): Don't compare cp->buf.target_multibyte.
14401 Compare cp->buf.charset_unibyte.
14402 (compile_pattern): Set cp->buf.target_multibyte.
14403
14404 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14405
14406 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14407
14408 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14409 multibyte. Change callers.
14410 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14411 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14412 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14413 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14414 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14415 (regex_compile): Make the compiled pattern usable both for
14416 multibyte and unibyte targets.
14417 (analyse_first): Make the fastmap usable both for multibyte and
14418 unibyte targets.
14419 (TRANSLATE_VIA_MULTIBYTE): Delete.
14420 (re_match_2_internal): Pay attention to the case that the
14421 multibyteness of bufp and target may be different.
14422
14423 2008-02-01 Kenichi Handa <handa@m17n.org>
14424
14425 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14426 empty box occupy at least one column width.
14427
14428 2008-02-01 Miles Bader <miles@gnu.org>
14429
14430 * Makefile.in: Remove redundant HAVE_XFT clause.
14431
14432 2008-02-01 Kenichi Handa <handa@m17n.org>
14433
14434 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14435
14436 2008-02-01 Kenichi Handa <handa@m17n.org>
14437
14438 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14439 being nil.
14440
14441 2008-02-01 Kenichi Handa <handa@m17n.org>
14442
14443 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14444
14445 2008-02-01 Kenichi Handa <handa@m17n.org>
14446
14447 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14448
14449 2008-02-01 Kenichi Handa <handa@m17n.org>
14450
14451 * search.c (simple_search): Fix previous change.
14452
14453 2008-02-01 Kenichi Handa <handa@m17n.org>
14454
14455 * xftfont.c (ftfont_font_format): Extern declaration.
14456
14457 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14458
14459 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14460 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14461
14462 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14463 (ftfont_font_format): Fix previous change.
14464
14465 * font.h (Ffont_xlfd_name): EXFUN it.
14466
14467 * font.c (font_parse_xlfd): Fix the array size of `f'.
14468 (register_font_driver): Use EQ to compare driver->type.
14469
14470 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14471 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14472 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14473
14474 2008-02-01 Kenichi Handa <handa@m17n.org>
14475
14476 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14477 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14478
14479 2008-02-01 Kenichi Handa <handa@m17n.org>
14480
14481 * xfont.c (xfont_open): Set font->format.
14482
14483 * xftfont.c (xftfont_open): Set font->format.
14484
14485 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14486 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14487 (ftfont_open): Set font->format.
14488 (ftfont_font_format): New function.
14489
14490 * font.h (struct font): New member format.
14491
14492 * font.c (Qopentype): New variable.
14493 (syms_of_font): Defsym it.
14494 (Fquery_font): Change the format of the last element of the return
14495 value.
14496
14497 2008-02-01 Kenichi Handa <handa@m17n.org>
14498
14499 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14500 last resort.
14501
14502 2008-02-01 Kenichi Handa <handa@m17n.org>
14503
14504 * coding.c (detect_coding_charset): Fix detection of multi-byte
14505 charset.
14506
14507 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14508
14509 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14510
14511 2008-02-01 Kenichi Handa <handa@m17n.org>
14512
14513 * xdisp.c (get_next_display_element): Set it->face_id for the
14514 first component of a composition.
14515 (x_produce_glyphs): Check if the font is changed or not for composition.
14516
14517 2008-02-01 Kenichi Handa <handa@m17n.org>
14518
14519 * fontset.c (Qlatin): New variable.
14520 (syms_of_fontset): Define it as a lisp symbol.
14521 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14522
14523 2008-02-01 Kenichi Handa <handa@m17n.org>
14524
14525 * font.c (font_unparse_fcname): Pay attention to the case that
14526 some of font property is a null string.
14527
14528 2008-02-01 Kenichi Handa <handa@m17n.org>
14529
14530 * term.c: Include "composite.h".
14531 (encode_terminal_code): Output all components of composition.
14532 Check the size of encode_terminal_src.
14533 (produce_glyphs): For composition, call produce_composite_glyph.
14534 (append_composite_glyph, produce_composite_glyph): New functions.
14535
14536 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14537 is not found, get font_info from the current ascii face.
14538
14539 2008-02-01 Kenichi Handa <handa@m17n.org>
14540
14541 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14542 buffer-file-name to Qnil before calling insert_from_buffer.
14543
14544 * font.c (font_unparse_fcname): Pay attention to the case that
14545 foundry is a null string.
14546
14547 2008-02-01 Kenichi Handa <handa@m17n.org>
14548
14549 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14550
14551 * font.c (Qunicode_sip): New variable.
14552 (syms_of_font): Declare it as a Lisp symbol.
14553
14554 * font.h (Qunicode_sip): Extern it.
14555
14556 2008-02-01 Kenichi Handa <handa@m17n.org>
14557
14558 * composite.c (get_composition_id): Pay attention to TAB component.
14559
14560 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14561 TAB. Adjust for the change of s->char2b which always points to
14562 the first element of allocated memory.
14563
14564 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14565
14566 * xdisp.c (handle_composition_prop): Set it->c to the first
14567 non-TAB component.
14568 (fill_composite_glyph_string): Change argument.
14569 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14570 (x_produce_glyphs): Fix handling of left/right padding.
14571
14572 2008-02-01 Kenichi Handa <handa@m17n.org>
14573
14574 * coding.c (detect_coding_system): Fix for handling off
14575 inhibit_iso_escape_detection. Fix for the case that no coding
14576 system is defined for a specific coding category.
14577
14578 2008-02-01 Kenichi Handa <handa@m17n.org>
14579
14580 * font.c (font_matching_entity): Delete unused local var.
14581
14582 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14583 opening a font.
14584
14585 * fileio.c (Finsert_file_contents): On recovering a file, assume
14586 Unix-like eol.
14587 (choose_write_coding_system): On auto-saving a file, force
14588 Unix-like eol.
14589
14590 * coding.c (setup_coding_system): Fix setting of
14591 coding->common_flags based on eol_type.
14592 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14593 inherit from it.
14594
14595 2008-02-01 Kenichi Handa <handa@m17n.org>
14596
14597 * alloc.c (NSTATICS): Increas to 0x600.
14598
14599 2008-02-01 Kenichi Handa <handa@m17n.org>
14600
14601 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14602 (ftfont_list): Don't check :name property.
14603 (ftfont_match): New function.
14604 (ftfont_pattern_entity): If the pattern doesn't contain
14605 FC_SPACING, don't assume FC_MONO.
14606
14607 * font.h (struct font_driver): New member `match'.
14608 (font_update_drivers): Adjust prototype.
14609
14610 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14611 property of FONT.
14612 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14613 them unconditionally.
14614 (font_matching_entity): New function.
14615 (font_open_by_name): Try font_matching_entity if exact match is
14616 not found.
14617 (font_update_drivers): Delete the arg FONT. Return a list of
14618 actually used backends. Don't free faces, font caches here.
14619 Don't store data in frame parameters. Don't call x_set_font.
14620 (Ffont_spec): Store :name property as is.
14621 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14622 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14623 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14624 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14625 Call font->driver->otf_gsub instead of font_otf_gsub.
14626
14627 * frame.c (x_set_font_backend): Do more works that were done in
14628 font_update_drivers before.
14629
14630 * xfont.c (xfont_match): New function.
14631 (xfont_driver): Set xfont_driver.match to xfont_match.
14632 (xfont_draw): Set font in GC if necessary.
14633
14634 * ftxfont.c (ftxfont_match): New function.
14635 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14636
14637 * xftfont.c (xftfont_match): New function.
14638 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14639
14640 2008-02-01 Kenichi Handa <handa@m17n.org>
14641
14642 * font.h (struct font): New member scalable.
14643 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14644 (font_otf_gsub): Adjust prototype.
14645
14646 * font.c (font_otf_capability): Fix handling of the default langsys.
14647 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14648 Check the contents of SPEC.
14649 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14650 (check_gstring): New function.
14651 (REPLACEMENT_CHARACTER): New macro.
14652 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14653 glyph codes of GSTRING.
14654 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14655 (font_prepare_composition): Set cmp->glyph_len.
14656 (font_open_entity): Set font->scalable.
14657 (Ffont_get): Handle :otf property.
14658 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14659 functions.
14660 (Fquery_font): Use font->font.full_name.
14661 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14662 Sfont_otf_alternates.
14663
14664 * ftfont.c (ftfont_open): Set font->font.full_name and
14665 font->font.name properly. Fix calculation of font->font.height
14666 and font->min_width.
14667
14668 * ftxfont.c (ftxfont_create_gcs): New function.
14669 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14670 (ftxfont_draw_backgrond): Fix filling region.
14671 (ftxfont_default_fid): New function.
14672 (ftxfont_open): Set xfont->fid to the return value of
14673 ftxfont_default_fid.
14674 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14675 (ftxfont_done_face): Free only GCs that are created by
14676 ftxfont_create_gcs.
14677 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14678
14679 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14680 Clip to src->width, etc (not src->clip_XXX).
14681
14682 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14683 FontBackend frame parameter.
14684
14685 2008-02-01 Kenichi Handa <handa@m17n.org>
14686
14687 * font.h (struct font_driver_list): New member `on'.
14688 (Fclear_font_cache): EXFUN it.
14689 (font_update_drivers): Extern it.
14690
14691 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14692 (font_list_entities): Check driver_list->on.
14693 (register_font_driver): Initalize `on' member to 0.
14694 (font_update_drivers): New function.
14695 (Fclear_font_cache): Check driver_list->on.
14696
14697 * frame.h (Qfont_backend): Extern it.
14698 (x_set_font_backend): Extern it.
14699
14700 * frame.c (Qfont_backend): New variable.
14701 (frame_parms): New element for font-backend.
14702 (x_set_font_backend): New function.
14703
14704 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14705 FontBackend frame parameter.
14706 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14707 x_set_font_backend.
14708
14709 * xfont.c (xfont_list): Don't try listing by :name property if the
14710 name is not for XLFD.
14711
14712 2008-02-01 Kenichi Handa <handa@m17n.org>
14713
14714 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14715 (LGLYPH_SET_TO): New macros.
14716 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14717 element of G is vector or not.
14718 (font_at): Extern it.
14719
14720 * font.c: Include window.h.
14721 (font_lispy_object): New function.
14722 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14723 end of valid glyph.
14724 (font_close_object): Fix getting (struct font *).
14725 (font_at): New function.
14726 (Ffont_get): If FONT is a font-object, get entity from it.
14727 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14728 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14729 range check.
14730 (Ffont_at): New function.
14731 (syms_of_font): Defsubr Sfont_at.
14732
14733 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14734 before the entry for Qcomposition.
14735 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14736 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14737 the font in gstring.
14738 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14739 LGLYPH_FORM (g) to detect the end of valid glyph.
14740 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14741 we are composing with gstring.
14742
14743 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14744 Check if adjustment is vector or not.
14745
14746 * Makefile.in (font.o): Make it depends on window.h.
14747
14748 2008-02-01 Kenichi Handa <handa@m17n.org>
14749
14750 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14751 adjustment is vector or not.
14752
14753 2008-02-01 Miles Bader <miles@gnu.org>
14754
14755 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14756
14757 2008-02-01 Kenichi Handa <handa@m17n.org>
14758
14759 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14760 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14761 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14762
14763 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14764 (DEVICE_DELTA): Fix typo.
14765 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14766 LGLYPH format.
14767
14768 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14769 the change of LGLYPH format.
14770
14771 2008-02-01 Kenichi Handa <handa@m17n.org>
14772
14773 * ftfont.c (ftfont_list): Fix typo.
14774 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14775
14776 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14777
14778 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14779
14780 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14781 xftface_info is non-NULL.
14782
14783 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14784
14785 * ftfont.c (ftfont_list): Move misplaced #endif.
14786
14787 2008-02-01 Kenichi Handa <handa@m17n.org>
14788
14789 * ftfont.c (ftfont_list): Pay attention to the case that
14790 FC_CAPABILITY is not defined.
14791
14792 2008-02-01 Kenichi Handa <handa@m17n.org>
14793
14794 * xftfont.c (xftfont_open): Set charset related members to -1.
14795
14796 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14797 QCname.
14798 (ftfont_open): Set charset related members to -1.
14799
14800 * fontset.c (Votf_script_alist): New variable.
14801 (syms_of_fontset): Initialize it.
14802 (fontset_font): Delete unused variable.
14803
14804 * fontset.h (Votf_script_alist): Extern it.
14805
14806 * font.c (font_find_for_lface): Optimize code.
14807
14808 * font.h (font_close_object, font_merge_old_spec): Extern them.
14809
14810 2008-02-01 Kenichi Handa <handa@m17n.org>
14811
14812 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14813 (syms_of_font): Initialize them.
14814 (font_pixel_size): Allow float value in dpi.
14815 (font_prop_validate_type): Delete.
14816 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14817 Change caller.
14818 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14819 (font_prop_validate_extra): Delete.
14820 (font_prop_validate_spacing): New function.
14821 (font_property_table): Add elements for all known properties.
14822 (get_font_prop_index): Rename from check_font_prop_name. New
14823 argument FROM. Change caller.
14824 (font_prop_validate): Validate all known properties.
14825 (font_put_extra): Delete argument force. Change caller.
14826 (font_expand_wildcards): Make it static. Fix the way of shrinking
14827 the possible range.
14828 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14829 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14830 Change caller.
14831 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14832 (font_parse_fcname): Delete argument merge. Fix parsing of point
14833 size. Don't validate properties values here. Change caller.
14834 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14835 (font_open_by_name): Delete unused variable.
14836 (Ffont_spec): Likewise. Validate property values.
14837 (Ffont_match_p): New function.
14838
14839 * font.h (QCscalable): Extern it.
14840 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14841
14842 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14843
14844 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14845 (xfont_list_pattern): New function.
14846 (xfont_list): Use xfont_list_pattern.
14847
14848 2008-02-01 Kenichi Handa <handa@m17n.org>
14849
14850 * font.h (Flist_fonts): EXFUN it.
14851
14852 2008-02-01 Jason Rumney <jasonr@gnu.org>
14853
14854 * w32term.c (w32_initialize): Add back smoothing_type and
14855 smoothing_enabled definitions.
14856
14857 2008-02-01 Kenichi Handa <handa@m17n.org>
14858
14859 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14860 s->face->font on determining underline position.
14861
14862 2008-02-01 Kenichi Handa <handa@m17n.org>
14863
14864 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14865 (font_has_char): Accept font-object too.
14866 (font_find_for_lface): Try at first with a size specified in face.
14867
14868 2008-02-01 Kenichi Handa <handa@m17n.org>
14869
14870 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14871 font_open_by_name.
14872
14873 2008-02-01 Kenichi Handa <handa@m17n.org>
14874
14875 * font.h (QCspacing, QCdpi): Extern them.
14876 (enum font_spacing): New enum.
14877 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14878
14879 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14880 (QCspacing, QCdpi): New variables.
14881 (syms_of_font): Initialize them.
14882 (font_pixel_size): New function.
14883 (font_put_extra): New function.
14884 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14885 in FONT_EXTRA.
14886 (font_parse_fcname): Handle enumerated values (e.g. bold).
14887 Fix handling font size. Add QCname property that contains only
14888 unknown properties.
14889 (font_score): Change argument. Change caller. Pay attention to
14890 FONT_PIXEL_SIZE_QUANTUM.
14891 (font_sort_entites, font_list_entities, font_find_for_lface)
14892 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14893 (Ffont_spec): Add QCname property that contains only unknown properties.
14894
14895 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14896 include weight in listing pattern, instead check weight of each
14897 listed font. Don't include scalable in pattern. Pay attention to
14898 FONT_PIXEL_SIZE_QUANTUM.
14899
14900 2008-02-01 Kenichi Handa <handa@m17n.org>
14901
14902 * font.c (font_parse_fcname): Fix parsing of point-size.
14903 (font_unparse_fcname): Produce symbolic names for style properties.
14904 (font_list_entities): Handle float size correctly.
14905 (font_open_by_name): Prefer `normal' property values if the name
14906 doesn't specify them.
14907
14908 * fontset.c (Finternal_char_font): Use font_get_name, not
14909 Ffont_xlfd_name.
14910
14911 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14912 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14913 pattern. Don't force scalable.
14914
14915 * xftfont.c (xftfont_open): For generating a name, start from
14916 96-byte buffer.
14917
14918 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14919
14920 * frame.h (x_new_fontset2): Fix prototype.
14921
14922 2008-02-01 Kenichi Handa <handa@m17n.org>
14923
14924 * font.h (struct font_driver): Delete member parse_name.
14925 (font_match_p, font_get_spec, font_parse_fcname)
14926 (font_unparse_fcname): Extern them.
14927 (font_get_name): Adjust prototype.
14928
14929 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14930 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14931 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14932 unnecessary checks for weight, slant, and swidth.
14933 (font_parse_fcname): New function.
14934 (font_unparse_fcname): New function.
14935 (font_parse_name): New function.
14936 (font_match_p): New function.
14937 (font_get_name): Change return value to Lisp string.
14938 (font_get_spec): New function.
14939 (Qunspecified, Qignore_defface): Don't extern them.
14940 (font_find_for_lface): Assume that LFACE is fully specified.
14941 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14942 object, use it for FACE.
14943 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14944 driver->parse_name.
14945 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14946
14947 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14948 prototype.
14949
14950 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14951 argument F. Don't call Fnew_fontset. Instead, directly call
14952 make_fontset.
14953
14954 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14955
14956 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14957 of x_new_fontset2.
14958
14959 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14960 (Qsans__serif): New variables.
14961 (ftfont_generic_family_list): New variable.
14962 (syms_of_ftfont): Initialize the above variables.
14963 (ftfont_pattern_entity): Delete argument NAME.
14964 (ftfont_list_generic_family): New function.
14965 (ftfont_parse_name): Delete this function.
14966 (ftfont_list): Try generic family only when FcFontList found no font.
14967 (ftfont_list_family): Fix args to FcObjectSetBuild.
14968
14969 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14970 object in attrs[LFACE_FONT_INDEX].
14971 (set_lface_from_font_name): Cancel all changes for font-backend.
14972 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14973 function.
14974 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14975 font object in QCfont attribute.
14976 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14977 (realize_default_face) [USE_FONT_BACKEND]: Call
14978 set_lface_from_font_and_fontset.
14979
14980 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14981 "fixed", and signal error here if no suitable font was found.
14982
14983 * xfont.c (xfont_parse_name): Delete this function.
14984
14985 * xftfont.c (xftfont_open): Change coding style of error
14986 handling. Generate fontconfig's fontname pattern.
14987
14988 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14989 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14990
14991 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14992 Both args FONTSET and FONT_OBJECT must be existing ones.
14993
14994 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14995
14996 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14997
14998 2008-02-01 Kenichi Handa <handa@m17n.org>
14999
15000 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15001
15002 * font.h (struct font): Fix typo.
15003
15004 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15005 XLFD_XXX_INDEX.
15006 (enum xlfd_field_mask): New enum.
15007 (intern_font_field): Changed argument. Change caller. If digits
15008 are followed by non-digits, return a symbol.
15009 (font_expand_wildcards): New function.
15010 (font_parse_xlfd): Fix wildcard handling.
15011 (Ffont_spec): If :name is specified, reflect the info in the other
15012 properties.
15013
15014 * ftfont.c (ftfont_pattern_entity): Fix typo.
15015 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15016 locale.
15017
15018 2008-02-01 Kenichi Handa <handa@m17n.org>
15019
15020 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15021
15022 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15023 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15024 registry doesn't specify encoding part.
15025 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15026 (font_open_by_name): At first try parsing the name.
15027 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15028 as Lisp symbols.
15029
15030 * fontset.c (reorder_font_vector): Pay attention to the case that
15031 the 3rd element of font_def is nil.
15032 (fontset_font): For the default fontset, append one more fontset
15033 elements for a script-based font specification. Don't add script
15034 attribute on finding a font.
15035 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15036 font name.
15037 (fontset_ascii_font): If a font can't be opened, return nil.
15038
15039 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15040 (ftfont_pattern_entity): New function.
15041 (ftfont_get_cache): Assume that freetype_font_cache is already
15042 initialized.
15043 (ftfont_list): Handle the case that a file is specified in font
15044 name. Use ftfont_pattern_entity to generate entities.
15045 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15046 (syms_of_ftfont): Initialize freetype_font_cache.
15047
15048 * xftfont.c (xftfont_open): Make the font name fontconfig's
15049 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15050 (xftfont_close): Free font->font.name if not NULL.
15051
15052 * xfont.c (xfont_list): If script is specified for a font, return
15053 null_vector.
15054 (xfont_list_family): Declare argument type.
15055
15056 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15057 name, set LFACE_FONT (lface) to nil.
15058
15059 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15060 return Qnil.
15061
15062 2008-02-01 Kenichi Handa <handa@m17n.org>
15063
15064 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15065 (standard_args): Add "-enable-font-backend".
15066
15067 2008-02-01 Kenichi Handa <handa@m17n.org>
15068
15069 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15070 (struct xftdraw_list, xftdraw_list): Delete them.
15071 (register_xftdraw, check_xftdraw): Delete them.
15072 (xftfont_prepare_face): Don't call register_xftdraw.
15073 (xftfont_done_face): Don't call check_xftdraw.
15074 (xftfont_draw): Get background color only when with_background is
15075 nonzero.
15076
15077 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15078
15079 2008-02-01 Kenichi Handa <handa@m17n.org>
15080
15081 These changes are for the new font handling codes.
15082
15083 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15084 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15085 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15086 (FONTSRC, FONTOBJ): New variables.
15087 (obj): Add $(FONTOBJ).
15088 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15089 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15090 @LIBOTF_LIBS@.
15091 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15092 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15093
15094 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15095
15096 * character.h (Vscript_representative_chars): Extern it.
15097
15098 * character.c (Vscript_representative_chars): New variable.
15099 (syms_of_character): Declare it as a Lisp variable.
15100
15101 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15102 enable_font_backend is nonzero, accept the composition method
15103 COMPOSITION_WITH_GLYPH_STRING.
15104
15105 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15106 enumeration COMPOSITION_WITH_GLYPH_STRING.
15107
15108 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15109 members clip_x, clip_y, clip_width, and clip_height.
15110 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15111
15112 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15113 --enable-font-backend. Call syms_of_font.
15114
15115 * fns.c (assoc_no_quit): New function.
15116
15117 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15118 (face_for_font, new_fontset_from_font)
15119 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15120
15121 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15122 (fontset_font, fontset_ascii, face_for_char)
15123 (make_fontset_for_ascii_face, Ffont_info)
15124 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15125 is nonzero, use font-backend mechanism.
15126 (find_font_encoding): Make it non-static.
15127 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15128 New functions.
15129
15130 * frame.h (struct frame): New members resx and resy.
15131 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15132 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15133
15134 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15135 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15136
15137 * lisp.h (assoc_no_quit): Extern it.
15138
15139 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15140 Through out the file, use FONT_INFO_FROM_FACE instead of
15141 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15142 rif->per_char_metric.
15143 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15144 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15145 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15146 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15147 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15148 nonzero, use font-backend mechanism.
15149 (get_per_char_metric): New function.
15150
15151 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15152 (set_lface_from_font_name)
15153 (set_font_frame_param, free_realized_face)
15154 (prepare_face_for_display, clear_face_gcs)
15155 (Finternal_set_font_selection_order, realize_x_face)
15156 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15157 font-backend mechanism.
15158 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15159 (load_face_font) [USE_FONT_BACKEND]: Abort.
15160 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15161 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15162
15163 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15164 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15165 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15166 nonzero, register all available font drivers. Call
15167 x_default_font_parameter for deciding a font.
15168 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15169
15170 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15171 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15172 (x_set_glyph_string_clipping_exactly)
15173 (x_compute_glyph_string_overhangs)
15174 (x_draw_glyph_string_foreground)
15175 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15176 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15177 enable_font_backend is nonzero, use font-backend mechanism.
15178 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15179
15180 2008-02-01 Kenichi Handa <handa@m17n.org>
15181
15182 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15183 system_eol_type.
15184 (syms_of_coding): Initialize system_eol_type.
15185
15186 * process.c (Fset_process_coding_system): Inherit system's eol
15187 format if necessary.
15188
15189 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15190
15191 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15192
15193 2008-02-01 Kenichi Handa <handa@m17n.org>
15194
15195 * coding.c (decode_eol): Pay attention to buffer relocation in
15196 del_range_2.
15197 (decode_coding): Call decode_eol before restoring undo_list.
15198
15199 2008-02-01 Kenichi Handa <handa@m17n.org>
15200
15201 * charset.c (Fdefine_charset_internal): Fix setting of
15202 emacs_mule_bytes.
15203
15204 2008-02-01 Kenichi Handa <handa@m17n.org>
15205
15206 * keyboard.c (read_char): Check if C is a character or not before
15207 looking up Vkeyboard_translate_table.
15208
15209 2008-02-01 Kenichi Handa <handa@m17n.org>
15210
15211 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15212 condition to terminate the loop.
15213
15214 2008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 * coding.c (produce_composition): Compare charbuf[i] instead of
15217 args[i] against 0.
15218 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15219
15220 2008-02-01 Kenichi Handa <handa@m17n.org>
15221
15222 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15223 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15224 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15225 detect_coding.
15226 (emacs_mule_char): Handle old style (Emacs 20) component character
15227 of a composition.
15228 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15229 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15230 composition rule.
15231 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15232
15233 2008-02-01 Kenichi Handa <handa@m17n.org>
15234
15235 * coding.c (encode_coding_ccl): Allocate destination dynamically
15236 when necessary.
15237
15238 2008-02-01 Kenichi Handa <handa@m17n.org>
15239
15240 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15241 the loop. When quitted, show a proper error message.
15242
15243 2008-02-01 Kenichi Handa <handa@m17n.org>
15244
15245 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15246 src->clip_head and src->clip_tail temporarily instead of src->hl.
15247
15248 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15249 character sequence.
15250 (Fccl_execute_on_string): Use ASET, not XSET.
15251
15252 2008-02-01 Kenichi Handa <handa@m17n.org>
15253
15254 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15255
15256 2008-02-01 Kenichi Handa <handa@m17n.org>
15257
15258 * coding.c (decode_coding): Fix the condition of terminating the
15259 decoding loop.
15260
15261 2008-02-01 Kenichi Handa <handa@m17n.org>
15262
15263 * data.c (Faset): On setting a character bigger than 255 in a
15264 unibyte string, signal an error instead of make the string multibyte.
15265
15266 2008-02-01 Kenichi Handa <handa@m17n.org>
15267
15268 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15269 made by a mapping table.
15270
15271 2008-02-01 Kenichi Handa <handa@m17n.org>
15272
15273 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15274 not.
15275 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15276 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15277
15278 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15279 s->face is NULL or not.
15280
15281 2008-02-01 Kenichi Handa <handa@m17n.org>
15282
15283 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15284 (x_draw_glyph_string): Fix drawing of right_overhang and
15285 left_overhang around/on cursor.
15286
15287 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15288
15289 2008-02-01 Kenichi Handa <handa@m17n.org>
15290
15291 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15292
15293 2008-02-01 Kenichi Handa <handa@m17n.org>
15294
15295 * coding.c (Fdefine_coding_system_internal)
15296 (Fdefine_coding_system_alias): Avoid a duplicated element in
15297 Vcoding_system_alist.
15298
15299 2008-02-01 Kenichi Handa <handa@m17n.org>
15300
15301 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15302
15303 * coding.c (Qcoding_system_define_form): New variable.
15304 (syms_of_coding): Intern and staticpro it.
15305 (Fcoding_system_p): Check Qcoding_system_define_form.
15306 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15307
15308 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15309 Fcoding_system_p.
15310 (CHECK_CODING_SYSTEM): If ID is not available, call
15311 Fcheck_coding_system.
15312 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15313 Try also Fcheck_coding_system.
15314
15315 2008-02-01 Kenichi Handa <handa@m17n.org>
15316
15317 * coding.c (code_conversion_restore): GCPRO arg.
15318
15319 2008-02-01 Kenichi Handa <handa@m17n.org>
15320
15321 * character.c (lisp_string_width): Check multibyteness of STRING.
15322
15323 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15324
15325 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15326 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15327 (decode_mac_font_name): Use decode_coding_c_string instead of
15328 decode_coding.
15329 (x_load_font): Initialize fontp->fontset to -1. Set
15330 fontp->encoding_type.
15331
15332 2008-02-01 Kenichi Handa <handa@m17n.org>
15333
15334 * search.c (search_buffer): Give up BM search on case-fold-search
15335 if one of a target character has a case-equivalence of different
15336 byte length even if that target charcter is an ASCII.
15337 (simple_search): Fix calculation of byte length of matched text.
15338 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15339
15340 2008-02-01 Kenichi Handa <handa@m17n.org>
15341
15342 * coding.c (decode_coding): Fix handling of invalid bytes.
15343
15344 2008-02-01 Kenichi Handa <handa@m17n.org>
15345
15346 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15347 Unicode characters.
15348
15349 2008-02-01 Kenichi Handa <handa@m17n.org>
15350
15351 * coding.c (encode_coding_object): If a pre-write-conversion
15352 function makes a new buffer, kill it.
15353
15354 2008-02-01 Kenichi Handa <handa@m17n.org>
15355
15356 * coding.c (QCascii_compatible_p): New variable.
15357 (syms_of_coding): Initialize it.
15358 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15359 calling string_char.
15360 (record_conversion_result): Add `default:' case.
15361 (coding_charset_list): Delete unused variable `coding_type'.
15362 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15363 property in the plist of the coding system.
15364 (Fcoding_system_put): Check QCascii_compatible_p.
15365
15366 2008-02-01 Miles Bader <miles@gnu.org>
15367
15368 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15369 removed calculation of frame `f', as it's now used.
15370
15371 2008-02-01 Kenichi Handa <handa@m17n.org>
15372
15373 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15374 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15375 (UNIDATA): New variable.
15376 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15377 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15378 $(RUN_TEMACS) unconditionally.
15379
15380 2008-02-01 Kenichi Handa <handa@m17n.org>
15381
15382 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15383 (admindir): New variable.
15384 ($(lispsource)international/charprop.el): New target.
15385
15386 2008-02-01 Miles Bader <miles@gnu.org>
15387
15388 * character.c (chars-in-region): Remove obsolete function.
15389 (syms_of_character): Remove its initialization.
15390
15391 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15392
15393 * w32select.c (validate_coding_system)
15394 (setup_windows_coding_system): New functions.
15395 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15396 setup_windows_coding_system.
15397 (setup_config, Fw32_get_clipboard_data): Use
15398 validate_coding_system.
15399 (Fx_selection_exists): Move call to setup_config to a place
15400 where signals are allowed.
15401
15402 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15403 (Fcheck_coding_system): Add declarations.
15404
15405 2008-02-01 Kenichi Handa <handa@m17n.org>
15406
15407 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15408
15409 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15410
15411 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15412 string as the second argument for x_new_fontset.
15413
15414 2008-02-01 Kenichi Handa <handa@m17n.org>
15415
15416 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15417 (encode_coding_object): Use safe_call instead of call2.
15418
15419 2008-02-01 Kenichi Handa <handa@m17n.org>
15420
15421 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15422
15423 * Makefile.in (lisp): Include charprop.el.
15424
15425 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15426
15427 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15428 Not sure if it's unnecessary.
15429
15430 2008-02-01 Steven Tamm <steventamm@mac.com>
15431
15432 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15433 some possibly unnecessary fontset checking code that crashed
15434 when creating a new frame.
15435
15436 2008-02-01 Kenichi Handa <handa@m17n.org>
15437
15438 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15439 lookup_face.
15440
15441 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15442
15443 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15444
15445 2008-02-01 Kenichi Handa <handa@m17n.org>
15446
15447 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15448 (coding_charset_list): New function.
15449
15450 * coding.h (coding_charset_list): Extern it.
15451
15452 2008-02-01 Kenichi Handa <handa@m17n.org>
15453
15454 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15455 concatenation of family and registry.
15456
15457 2008-02-01 Kenichi Handa <handa@m17n.org>
15458
15459 * character.h (BYTE8_STRING): Fix typo.
15460
15461 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15462 string to multibyte (sync to HEAD).
15463
15464 * casefiddle.c (casify_region): Handle changes in byte-length
15465 using replace_range_2 (sync to HEAD).
15466
15467 2008-02-01 Andreas Schwab <schwab@suse.de>
15468
15469 * chartab.c (map_char_table): GCPRO table and arg.
15470
15471 2008-02-01 Kenichi Handa <handa@m17n.org>
15472
15473 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15474 already at limit.
15475
15476 2008-02-01 Kenichi Handa <handa@m17n.org>
15477
15478 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15479 instead of fast_c_string_match_ignore_case.
15480 (find_font_encoding): Change argument to Lisp_Object. Use
15481 fast_string_match_ignore_case instead of
15482 fast_c_string_match_ignore_case. Change caller.
15483
15484 2008-02-01 Kenichi Handa <handa@m17n.org>
15485
15486 * xdisp.c (get_next_display_element): In unibyte case, decide to
15487 display in octal form by checking a character by
15488 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15489
15490 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15491
15492 * character.c (unibyte_has_multibyte_table): New variable.
15493
15494 * character.h (unibyte_has_multibyte_table): Extern it.
15495 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15496
15497 2008-02-01 Kenichi Handa <handa@m17n.org>
15498
15499 * coding.c (encode_coding_iso_2022): Fix handling of charset
15500 annotation.
15501
15502 2008-02-01 Kenichi Handa <handa@m17n.org>
15503
15504 * coding.c (setup_coding_system): If coding_system is nil, use
15505 Qundecided.
15506 (Fterminal_coding_system): Return nil if terminal coding system is
15507 `undecided'.
15508 (syms_of_coding): Define coding-system `undecided' here. Setup
15509 terminal_coding as `undecided'.
15510
15511 2008-02-01 Kenichi Handa <handa@m17n.org>
15512
15513 * xdisp.c (message_dolog, set_message_1): Call
15514 unibyte_char_to_multibyte with arg type int.
15515
15516 * lread.c (read1): Fix reading of a char-table.
15517
15518 * print.c (print_object): Include sub char-table in circularities
15519 detection.
15520
15521 2008-02-01 Kenichi Handa <handa@m17n.org>
15522
15523 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15524 Append the found sequences in car of ARGS instead of prepending.
15525
15526 2008-02-01 Kenichi Handa <handa@m17n.org>
15527
15528 * fileio.c (report_file_error): Make a unibyte string from
15529 strerror (errorno).
15530 (Fsubstitute_in_file_name): Fix the arg to
15531 unibyte_char_to_multibyte. It is evaluated twice.
15532
15533 2008-02-01 Kenichi Handa <handa@m17n.org>
15534
15535 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15536
15537 2008-02-01 Kenichi Handa <handa@m17n.org>
15538
15539 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15540 BOM is not found.
15541 (detect_coding, detect_coding_system): Optimization for ISO-2022
15542 when no 8-bit data is found.
15543
15544 2008-02-01 Jason Rumney <jasonr@gnu.org>
15545
15546 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15547
15548 2008-02-01 Kenichi Handa <handa@m17n.org>
15549
15550 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15551 CHARS.
15552
15553 2008-02-01 Steven Tamm <steventamm@mac.com>
15554
15555 * macterm.c (mac_encode_char): Add charset argument and update
15556 to use encoding_type.
15557 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15558 switch to pure fontset.
15559 (decode_mac_font_name): Temporarily remove decoding.
15560 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15561 (x_load_font): Temporarily remove encoding.
15562
15563 2008-02-01 Kenichi Handa <handa@m17n.org>
15564
15565 * xfaces.c (Fface_font): If frame is not on a window system,
15566 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15567 refer to face->font.
15568 (split_font_name_into_vector, build_font_name_from_vector)
15569 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15570 when HAVE_WINDOW_SYSTEM is defined.
15571
15572 2008-02-01 Kenichi Handa <handa@m17n.org>
15573
15574 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15575 (x_produce_glyphs): Fix setting of members of cmp in case
15576 cmp->glyph_len is zero.
15577
15578 * fontset.c (Fset_fontset_font): Fix docstring.
15579 (Ffontset_info): Make it backward compatible. New arg ALL.
15580
15581 2008-02-01 Kim F. Storm <storm@cua.dk>
15582
15583 * process.c (read_process_output): Grow decoding_buf when needed;
15584 this could cause a crash in allocate_string and compact_small_strings.
15585
15586 2008-02-01 Kenichi Handa <handa@m17n.org>
15587
15588 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15589
15590 2008-02-01 Kenichi Handa <handa@m17n.org>
15591
15592 * coding.c (setup_coding_system): Set coding->common_flags
15593 correctly for raw-text.
15594 (consume_chars): On encoding unibyte text by raw-text, don't check
15595 multibyte form.
15596 (encode_coding): On encoding by raw-text, never use translation tables.
15597
15598 * fileio.c (e_write): Short cut for the case of no encoding.
15599
15600 2008-02-01 Kenichi Handa <handa@m17n.org>
15601
15602 * coding.c (detect_coding, detect_coding_system): Delete unused
15603 variables.
15604
15605 2008-02-01 Kenichi Handa <handa@m17n.org>
15606
15607 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15608 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15609
15610 2008-02-01 Kenichi Handa <handa@m17n.org>
15611
15612 * coding.c (Ffind_coding_systems_region_internal): Include
15613 raw-text and no-conversion in the result.
15614
15615 2008-02-01 Kenichi Handa <handa@m17n.org>
15616
15617 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15618 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15619 FONT_DEF.
15620 (font_def_arg, add_arg, from_arg, to_arg): New args.
15621 (set_fontset_font): Change argument.
15622 (Fset_fontset_font): Fix for the case that TARGET is a script
15623 name and charset name.
15624 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15625
15626 2008-02-01 Kenichi Handa <handa@m17n.org>
15627
15628 * fontset.c (fontset_font): Rename from fontset_face. Change return
15629 value.
15630 (face_suitable_for_char_p, face_for_char): Adjust for the change
15631 of fontset_font.
15632 (make_fontset_for_ascii_face): Fix setting of the fontset element
15633 for ASCII.
15634 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15635 to get a font name.
15636 (Ffontset_info): Adjust for the change of fontset_font.
15637
15638 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15639
15640 * character.h (LEADING_CODE_LATIN_1_MIN)
15641 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15642
15643 2008-02-01 Kenichi Handa <handa@m17n.org>
15644
15645 * editfns.c (check_translation): New function.
15646 (Ftranslate_region_internal): Handle M:N mapping.
15647
15648 2008-02-01 Kenichi Handa <handa@m17n.org>
15649
15650 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15651
15652 2008-02-01 Kenichi Handa <handa@m17n.org>
15653
15654 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15655 goto invalid_code.
15656 (decode_coding_iso_2022): Fix handling of invalid designation.
15657
15658 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15659 after calling code_conversion_save.
15660
15661 2008-02-01 Kenichi Handa <handa@m17n.org>
15662
15663 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15664
15665 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15666
15667 * fontset.c: Include "intervals.h".
15668 (fontset_face): Fix comparing of Lisp_Objects.
15669 (free_face_fontset, new_fontset_from_font_name): Fix
15670 Lisp_Object/int mixup.
15671
15672 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15673
15674 * coding.c: Add many prototypes for static functions.
15675 (get_translation_table): Allow max_lookup to be NULL.
15676 (decode_coding, Ffind_coding_systems_region_internal)
15677 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15678 get_translation_table with max_lookup NULL.
15679
15680 2008-02-01 Kenichi Handa <handa@m17n.org>
15681
15682 * coding.c (get_translation_table): Declare it as Lisp_Object.
15683 (LOOKUP_TRANSLATION_TABLE): New macro.
15684 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15685 instead of CHAR_TABLE_REF.
15686
15687 2008-02-01 Kenichi Handa <handa@m17n.org>
15688
15689 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15690 annotation data format.
15691 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15692 Change arguments FROM and TO to single argument NCHARS. Change caller.
15693 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15694 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15695 (decode_coding_ccl, decode_coding_charset): Pay attention to
15696 coding->charbuf_used.
15697 (get_translation): New function.
15698 (produce_chars): New arguments translation_table and last_block.
15699 Translate characters here. Return number of carryover chars.
15700 Change caller.
15701 (produce_composition): New argument pos. Change caller.
15702 Adjust for the change of annotation data format.
15703 (produce_charset, produce_annotation): Likewise.
15704 (decode_coding, encode_coding): Don't call translate_chars.
15705 (consume_chars): New arg translation_table. Change caller.
15706 (translate_chars): Delete.
15707 (syms_of_coding): Make translation-table's number of extra slots 2.
15708
15709 2008-02-01 Kenichi Handa <handa@m17n.org>
15710
15711 * search.c (simple_search): Fix setting this_pos_byte in backward
15712 search.
15713
15714 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15715 byte sequence.
15716 (detect_coding_ccl): Fix setting of the variable valids.
15717
15718 2008-02-01 Kenichi Handa <handa@m17n.org>
15719
15720 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15721
15722 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15723
15724 * editfns.c (Ftranslate_region_internal): Rename from
15725 Ftranslate_region. Accept a char-table in TABLE.
15726 (syms_of_editfns): Defsubr Stranslate_region_internal.
15727
15728 * xfaces.c (set_lface_from_font_name): If a font is specified for
15729 a frame, generate a fontset from the font.
15730 (build_scalable_font_name): If the scalable font is requested for
15731 a specific size, don't change that size.
15732 (try_font_list): Try a scalable font also in the case that a
15733 pattern string is specified.
15734
15735 2008-02-01 Kenichi Handa <handa@m17n.org>
15736
15737 * xfaces.c (Fface_font): New optional arg CHARACTER.
15738
15739 2008-02-01 Kenichi Handa <handa@m17n.org>
15740
15741 * charset.h (CHARSET_OFFSET): New macro.
15742
15743 2008-02-01 Kenichi Handa <handa@m17n.org>
15744
15745 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15746
15747 * fontset.c (fontset_face): Handle the case that repertory is a
15748 char-table.
15749 (find_font_encoding): Return nil for unknown encoding.
15750 (Fset_fontset_font): Ignore a font of unknown encoding.
15751
15752 2008-02-01 Kenichi Handa <handa@m17n.org>
15753
15754 * keymap.c (describe_vector): Handle default value of a char table.
15755
15756 * fontset.c (fontset_face): Handle fallback fonts correctly.
15757 (Ffontset_info): Return infomation about fallback fonts.
15758
15759 2008-02-01 Kenichi Handa <handa@m17n.org>
15760
15761 * fontset.c (FONTSET_DEFAULT): New macro.
15762 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15763 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15764 the case that it is nil.
15765 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15766 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15767
15768 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15769 subset or superset.
15770
15771 2008-02-01 Kenichi Handa <handa@m17n.org>
15772
15773 * emacs.c (main): Call init_charset after syms_of_XXX.
15774
15775 * charset.c (Vcharset_map_directory): Delete.
15776 (Vcharset_map_path): New variable.
15777 (load_charset_map_from_file): Use Vcharset_map_path instead.
15778 (init_charset): Initialize Vcharset_map_path.
15779 (syms_of_charset): Delete declaration of "charset-map-directory",
15780 add declaration of "charset-map-path".
15781
15782 2008-02-01 Kenichi Handa <handa@m17n.org>
15783
15784 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15785 ASCII only string.
15786
15787 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15788
15789 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15790 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15791
15792 2008-02-01 Kenichi Handa <handa@m17n.org>
15793
15794 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15795
15796 * coding.c (QCmnemonic, QCdefalut_char)
15797 (QCdecode_translation_table, QCencode_translation_table)
15798 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15799 (get_translation_table): Return a list of translation tables if
15800 necessary.
15801 (decode_coding): Call get_translation_table with ENCODEP 0.
15802 (char_encodable_p): If translation_table is non-nil, always call
15803 translate_char.
15804 (Fdefine_coding_system_internal): Accept list of translation
15805 tables as :encode-translation-table and :decode-translation-table.
15806 (Fcoding_system_put): New function.
15807 (syms_of_coding): Declare new symbols. Defsubr
15808 Scoding_system_put.
15809 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15810 typically JISX0212.
15811
15812 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15813 when the charset is superset type.
15814
15815 * character.c (translate_char): Accept list of translation tables.
15816
15817 2008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15820 (CODING_ATTR_TRANS_TBL): New macro.
15821
15822 * coding.c (get_translation_table): New function.
15823 (translate_chars): Fix the bug of skipping annotation data.
15824 (decode_coding, encode_coding): Utilize get_translation_table.
15825 (char_encodable_p, Funencodable_char_position): Translate char if
15826 necessary.
15827 (Ffind_coding_systems_region_internal)
15828 (Fcheck_coding_systems_region): Setup translation table for encode
15829 in a coding system attribute vector in advance.
15830 (Fdefine_coding_system_internal): Allow a symbol as translation
15831 table. For shift-jis type coding system, allow 4th charset.
15832
15833 2008-02-01 Kenichi Handa <handa@m17n.org>
15834
15835 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15836
15837 * xdisp.c (get_next_display_element): Pass -1 as POS to
15838 FACE_FOR_CHAR if displaying a C-string.
15839
15840 2008-02-01 Kenichi Handa <handa@m17n.org>
15841
15842 * composite.c (get_composition_id): Handle xoff and yoff in a
15843 composition rule.
15844
15845 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15846 (struct composition): New member lbearing and rbearing.
15847
15848 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15849 (x_get_glyph_overhangs): Handle a composition glyph.
15850 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15851
15852 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15853 composition glyph.
15854
15855 2008-02-01 Kenichi Handa <handa@m17n.org>
15856
15857 * print.c: Include charset.h.
15858 (Vprint_charset_text_property): New variable.
15859 (Qdefault): Extern it.
15860 (PRINT_STRING_NON_CHARSET_FOUND)
15861 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15862 (print_check_string_result): New variable.
15863 (print_check_string_charset_prop): New function.
15864 (print_prune_charset_plist): New variable.
15865 (print_prune_string_charset): New function.
15866 (print_object): Call print_prune_string_charset if
15867 Vprint_charset_text_property is not t.
15868 (print_interval): Print nothing if interval->plist is nil.
15869 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15870 variable. Init and staticpro print_prune_charset_plist.
15871
15872 2008-02-01 Kenichi Handa <handa@m17n.org>
15873
15874 * fontset.c (new_fontset_from_font_name): Use the specified font
15875 for all characters in the new fontset.
15876
15877 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15878 OBJECT args.
15879
15880 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15881 OBJECT args for composition too.
15882
15883 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15884 OBJECT args.
15885
15886 2008-02-01 Kenichi Handa <handa@m17n.org>
15887
15888 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15889
15890 * fontset.c (reorder_font_vector): Adjust for the change of
15891 FONT_DEF format.
15892 (fontset_face): New arg id. Change caller.
15893 (face_for_char): New args pos and object.
15894 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15895 (fs_query_fontset): Check NAME by Fassoc too.
15896 (Fset_fontset_font): Allow non-XLFD font name.
15897 (Ffontset_info): Adjust for the change of FONT_DEF format.
15898
15899 * fontset.h (face_for_char): Adjust prototype.
15900
15901 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15902 (append_space, extend_face_to_end_of_line)
15903 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15904 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15905
15906 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15907 POS and OBJECT args.
15908
15909 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15910 POS and OBJECT args.
15911
15912 2008-02-01 Jason Rumney <jasonr@gnu.org>
15913
15914 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15915 of GlobalAlloc'ed memory.
15916
15917 2008-02-01 Kenichi Handa <handa@m17n.org>
15918
15919 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15920
15921 * charset.h (charset_table_used): Delete extern.
15922
15923 * charset.c (charset_table_used): Make it static.
15924 (map_charset_chars): Fix args to c_function with.
15925
15926 * chartab.c (map_sub_char_table_for_charset): Fix args to
15927 c_function with.
15928
15929 * coding.h (enum coding_result_code): Delete
15930 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15931
15932 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15933 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15934 (Vlast_code_conversion_error): New variables.
15935 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15936 (ONE_MORE_BYTE): Record error if any instead of signaling an
15937 error. If non-ASCII multibyte char is found, return the negative
15938 value of the code. All callers changed to check it.
15939 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15940 (record_conversion_result): New function. Change all codes setting
15941 coding->result to call this function.
15942 (detect_coding_utf_8, decode_coding_utf_8)
15943 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15944 Don't use the local variable incomplete.
15945 (emacs_mule_char): Change the second arg to `const'.
15946 (decode_coding): Fix of flushing out unprocessed data.
15947 (make_conversion_work_buffer): Fix making of a work buffer.
15948 (decode_coding_object): Return coding->dst_object.
15949
15950 * fontset.c (set_fontset_font): Fix args.
15951
15952 * lisp.h (CHARACTERBITS): Define as 22.
15953
15954 * process.c (send_process): Be sure to set coding->src_multibyte.
15955
15956 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15957
15958 2008-02-01 Kenichi Handa <handa@m17n.org>
15959
15960 * xdisp.c (handle_auto_composed_prop): Give limit to
15961 Fnext_single_char_property_change.
15962
15963 2008-02-01 Kenichi Handa <handa@m17n.org>
15964
15965 * composite.c (syms_of_composite): Don't make the composition hash
15966 table weak.
15967
15968 * fontset.c (Fset_fontset_font): Fix docstring.
15969
15970 * lisp.h (detect_coding_system): Adjust prototype.
15971
15972 * fileio.c (kill_workbuf_unwind): Delete this function.
15973 (Finsert_file_contents): Adjust the call of detect_coding_system.
15974 Get conversion_buffer by code_conversion_save. Use the macro
15975 CODING_MAY_REQUIRE_DECODING. After decoding, update
15976 coding_system.
15977
15978 * coding.h (make_conversion_work_buffer): Delete extern.
15979 (code_conversion_save): Extern it.
15980
15981 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15982 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15983 (decode_coding_utf_8): Don't do eol converion.
15984 (detect_coding_utf_16): Check coding->src_chars, not
15985 coding->src_bytes. Add heuristics for those that have no signature.
15986 (decode_coding_emacs_mule, decode_coding_iso_2022)
15987 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15988 Don't do eol converion.
15989 (adjust_coding_eol_type): Return a new coding system.
15990 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15991 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15992 each change.
15993 (decode_coding): Pay attention to undo_list. Do eol conversion for
15994 all types of coding-systems (if necessary).
15995 (Vcode_conversion_work_buf_list): Delete it.
15996 (Vcode_conversion_reused_workbuf): Rename from
15997 Vcode_conversion_reused_work_buf.
15998 (Vcode_conversion_workbuf_name): New variable.
15999 (reused_workbuf_in_use): New variable.
16000 (make_conversion_work_buffer): Delete the arg DEPTH.
16001 (code_conversion_restore): Change argument to cons.
16002 (code_conversion_save): Delete the argument BUFFER. Change callers.
16003 (detect_coding_system): New argument src_chars. Change callers.
16004 Fix for utf-16 detection.
16005 (init_coding_once): Don't use ISO_carriage_return.
16006 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16007 reused_workbuf_in_use.
16008
16009 2008-02-01 Kenichi Handa <handa@m17n.org>
16010
16011 * keymap.c (store_in_keymap): Pay attention to the case that idx
16012 is a cons specifying a character range.
16013
16014 2008-02-01 Kenichi Handa <handa@m17n.org>
16015
16016 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16017 HANDLED_RECOMPUTE_PROPS.
16018
16019 * coding.c (Fdefine_coding_system_internal): Fix checking of
16020 ascii compatibility.
16021
16022 2008-02-01 Kenichi Handa <handa@m17n.org>
16023
16024 * charset.c (find_charsets_in_text): Delete unused locale variable.
16025 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16026
16027 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16028 Resync charset_list to Vemacs_mule_charset_list.
16029
16030 * keymap.c (store_in_keymap): Pay attention to the case that idx
16031 is a cons specifying a character range.
16032
16033 2008-02-01 Kenichi Handa <handa@m17n.org>
16034
16035 * composite.c (update_compositions): Bind inhibit-read-only, etc
16036 to t before calling remove-list-of-text-properties.
16037
16038 * print.c (print_object): Always print ASCII chars as is.
16039
16040 2008-02-01 Kenichi Handa <handa@m17n.org>
16041
16042 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16043
16044 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16045 is a char table.
16046
16047 2008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16050
16051 2008-02-01 Kenichi Handa <handa@m17n.org>
16052
16053 * xfaces.c (set_lface_from_font_name): Fix for the case that
16054 FONTNAME is not fontset name.
16055
16056 2008-02-01 Kenichi Handa <handa@m17n.org>
16057
16058 * fns.c (base64_encode_1): Fix previous change.
16059
16060 2008-02-01 Kenichi Handa <handa@m17n.org>
16061
16062 * fontset.c (set_fontset_font): New function.
16063 (Fset_fontset_font): If a font is specified for a charset, use
16064 map_charset_chars to store the font spec in a fontset.
16065
16066 2008-02-01 Kenichi Handa <handa@m17n.org>
16067
16068 * fontset.c (fontset_face): Create a fallback fontset on demand.
16069 (make_fontset): Don't create a fallback fontset here.
16070 (free_face_fontset): Free a fallback fontset (if any) too.
16071 (n_auto_fontsets): Delete this variable.
16072 (auto_fontset_alist): New variable.
16073 (new_fontset_from_font_name): Check auto_fontset_alist.
16074 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16075 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16076 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16077 Defsubr Sfontset_list_all.
16078
16079 2008-02-01 Kenichi Handa <handa@m17n.org>
16080
16081 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16082
16083 2008-02-01 Kenichi Handa <handa@m17n.org>
16084
16085 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16086
16087 2008-02-01 Kenichi Handa <handa@m17n.org>
16088
16089 * editfns.c (Fgoto_char): Fix docstring.
16090
16091 2008-02-01 Kenichi Handa <handa@m17n.org>
16092
16093 * insdel.c (insert_from_gap): Adjust intervals correctly.
16094
16095 2008-02-01 Jason Rumney <jasonr@gnu.org>
16096
16097 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16098 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16099 (w32_initialize): Try to load it.
16100 (x_get_font_repertory): Use it if available.
16101 (w32_encode_char): Add shortcut for unicode output.
16102
16103 * w32fns.c (w32_load_system_font): Default charset to -1.
16104 (x_to_w32_charset): Match all fonts for unicode.
16105 (w32_to_x_charset): New parameter matching. Don't return partial
16106 or wildcard charsets.
16107 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16108 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16109 (w32_to_x_font): Match charset to real charset.
16110 (enum_font_cb2): Always list unicode versions.
16111
16112 * makefile.w32-in (temacs): Increase EMHEAP.
16113
16114 2008-02-01 Jason Rumney <jasonr@gnu.org>
16115
16116 * w32term.c (w32_encode_char): New charset parameter.
16117 font_info.encoding becomes encoding_type.
16118 (x_get_font_repertory): New function. Warning: stub only!
16119 (x_new_font): Return quickly if font already set.
16120 (x_new_fontset): fontsetname parameter is Lisp_Object.
16121 Use new fs_query_fontset. Try new_fontset_from_font_name.
16122 Use fontset_name for return value.
16123
16124 * w32term.h: Declare x_get_font_repertory.
16125
16126 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16127 place of find_charset_in_text. Use encode_coding_object in place
16128 of encode_coding.
16129 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16130 decode_coding.
16131
16132 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16133 of x_new_fontset.
16134 (w32_load_system_font): Initialize charset as unicode.
16135 font_info.encoding becomes encoding_type.
16136 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16137 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16138 (syms_of_w32fns): Set get_font_repertory_func.
16139
16140 * w32console.c: Include character.h. Use terminal_encode_buffer
16141 from term.c.
16142 (write_glyphs): Use new version of encode_terminal_code. Use
16143 encode_coding_object in place of encode_coding.
16144
16145 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16146 encoding becomes encoding_type.
16147
16148 * term.c (terminal_encode_buffer): Make externally visible.
16149
16150 * makefile.w32-in: Add character.h dependancies.
16151 (character.o, chartab.o): New targets.
16152
16153 2008-02-01 Kenichi Handa <handa@m17n.org>
16154
16155 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16156 CODING_ID_EOL_TYPE.
16157
16158 2008-02-01 Andreas Schwab <schwab@suse.de>
16159
16160 * coding.c (produce_chars): Revert last change.
16161
16162 2008-02-01 Kenichi Handa <handa@m17n.org>
16163
16164 * charset.h (charset_unicode): Extern it.
16165
16166 * charset.c (string_xstring_p): Check by (C >= 0x100).
16167 (find_charsets_in_text): Change format of the arc CHARSETS. New
16168 arg MULTIBYTE.
16169 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16170 change of find_charsets_in_text.
16171 (Fsplit_char): Fix doc. Never return unknown.
16172
16173 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16174
16175 * coding.c (Fdefine_coding_system_alias): Update
16176 Vcoding_system_list.
16177
16178 * fontset.c (load_font_get_repertory): Pay attention to the case
16179 that ENCODING of a font is specified by a char-table.
16180
16181 * xterm.c (x_get_font_repertory): Handle the case that the
16182 encoding of font is other than Unicode.
16183
16184 2008-02-01 Kenichi Handa <handa@m17n.org>
16185
16186 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16187 if a character is encodable by the terminal coding system. If
16188 not, produces proper number of `?'s. Update
16189 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16190 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16191
16192 2008-02-01 Kenichi Handa <handa@m17n.org>
16193
16194 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16195 variables.
16196 (encode_terminal_code): Change argument. Encode multiple
16197 characters at once. Store the result of encoding in
16198 terminal_encode_buffer.
16199 (write_glyphs, insert_glyphs): Adjust for the change of
16200 encode_terminal_code.
16201 (term_init): Initialize terminal_encode_buffer and
16202 terminal_encode_buf_size.
16203
16204 * coding.c (consume_chars): If coding->src_object is nil, don't
16205 check annotation.
16206
16207 2008-02-01 Kenichi Handa <handa@m17n.org>
16208
16209 * character.c (char_string): Use ASCII_CHAR_P instead of
16210 SINGLE_BYTE_CHAR_P.
16211
16212 2008-02-01 Kenichi Handa <handa@m17n.org>
16213
16214 * xdisp.c (handle_auto_composed_prop): Check if the last
16215 characters of auto-composed region is newly composed with the
16216 following characters.
16217 (handle_composition_prop): Fix checking of point being inside
16218 composition.
16219
16220 2008-02-01 Kenichi Handa <handa@m17n.org>
16221
16222 * fns.c (concat): Don't change multibyteness of the result by
16223 concatenating an 8-bit character.
16224
16225 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16226 multibyteness of the result when newelt is an 8-bit character.
16227
16228 2008-02-01 Dave Love <fx@gnu.org>
16229
16230 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16231 EMACS_INT.
16232
16233 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16234
16235 * xfaces.c (face_numeric_value): Declare dim size_t.
16236 (Finternal_lisp_face_equal_p): Remove unused f.
16237
16238 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16239 (MATRIX_ROW): Remove unused vars.
16240 (draw_glyphs, x_insert_glyphs, fast_find_position)
16241 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16242 byte/char counts.
16243
16244 * regex.c (regex_compile): Remove unused var.
16245
16246 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16247
16248 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16249 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16250
16251 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16252
16253 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16254
16255 * fileio.c (Fwrite_region): Remove unused var.
16256
16257 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16258 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16259
16260 * composite.c (Fremove_list_of_text_properties): Declare.
16261
16262 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16263 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16264 (coding_inherit_eol_type): Remove unused attrs.
16265 (detect_coding): Cast arg of detect_eol.
16266
16267 * charset.c (syms_of_charset): Remove unused var p.
16268 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16269 byte/char counts.
16270
16271 * casetab.c (set_case_table): Remove unused var.
16272
16273 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16274 unused vars.
16275
16276 2008-02-01 Dave Love <fx@gnu.org>
16277
16278 * xterm.c (x_bitmap_mask): Declare.
16279
16280 2008-02-01 Dave Love <fx@gnu.org>
16281
16282 * xterm.c (x_term_init): Fix type error.
16283
16284 * lisp.h: Add Funibyte_char_to_multibyte.
16285
16286 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16287 (Fset_coding_system_priority): Doc fix.
16288
16289 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16290
16291 * indent.c (check_composition): Make start and end EMACS_INT.
16292
16293 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16294
16295 * xdisp.c (handle_composition_prop, check_point_in_composition):
16296 Make buffer positions EMACS_INT.
16297
16298 * composite.c (find_composition, run_composition_function)
16299 (update_compositions, Ffind_composition_internal): Make buffer
16300 positions EMACS_INT.
16301
16302 * composite.h (find_composition, update_compositions): Make
16303 position args EMACS_INT.
16304
16305 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16306
16307 * intervals.c (get_property_and_range):
16308 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16309
16310 * unexalpha.c: Don't include varargs.h.
16311
16312 2008-02-01 Dave Love <fx@gnu.org>
16313
16314 * coding.h (ENCODE_UTF_8): New.
16315
16316 * Makefile.in (gtkutil.o): Depend on coding.h.
16317
16318 * coding.c (Fset_coding_system_priority): Doc fix.
16319
16320 2008-02-01 Kenichi Handa <handa@m17n.org>
16321
16322 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16323 the case of auto saving.
16324
16325 2008-02-01 Andreas Schwab <schwab@suse.de>
16326
16327 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16328 `range' from GC.
16329
16330 2008-02-01 Kenichi Handa <handa@m17n.org>
16331
16332 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16333
16334 2008-02-01 Kenichi Handa <handa@m17n.org>
16335
16336 * fileio.c (choose_write_coding_system): Return a decided coding system.
16337 (Fwrite_region): Set Vlast_coding_system_used to the return value
16338 of choose_write_coding_system.
16339
16340 2008-02-01 Kenichi Handa <handa@m17n.org>
16341
16342 * charset.c (Fset_charset_priority): Pay attention to duplicated
16343 arguments.
16344
16345 * coding.c (QCcategory): New variable.
16346 (syms_of_coding): Defsym it. Set all elements of
16347 Vcoding_category_table and their symbol values.
16348 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16349 coding-category-XXX, and coding-category-list.
16350 (Fdefine_coding_system_internal): Add category in the plist.
16351
16352 2008-02-01 Kenichi Handa <handa@m17n.org>
16353
16354 * callproc.c (Fcall_process): Handle carryover correctly.
16355
16356 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16357 (raw_text_coding_system): Check NILP (coding_system).
16358 (coding_inherit_eol_type): Check NILP (coding_system) and
16359 NILP (parent).
16360 (consume_chars): Fix for the case of raw-text.
16361
16362 * process.c (read_process_output): Handle carryover correctly.
16363
16364 2008-02-01 Dave Love <fx@gnu.org>
16365
16366 * regex.c (re_search_2): Fix last change.
16367
16368 2008-02-01 Kenichi Handa <handa@m17n.org>
16369
16370 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16371 target_multibyte. Even in a unibyte case, return a converted
16372 multibyte char.
16373 (GET_CHAR_AFTER): New macro.
16374 (PATFETCH): Translate via multibyte char.
16375 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16376 (SETUP_MULTIBYTE_RANGE): New macro.
16377 (regex_compile): Setup compiled code so that its multibyteness
16378 matches that of a target. Fix the handling of "[X-YZ]" using
16379 SETUP_MULTIBYTE_RANGE.
16380 (analyse_first) <charset>: For filling fastmap for all multibyte
16381 characters, don't check by BASE_LEADING_CODE_P.
16382 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16383 the same as RE_MULTIBYTE_P (bufp) now.
16384 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16385 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16386 (TRANSLATE_VIA_MULTIBYTE): New macro.
16387 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16388 It is the same as RE_MULTIBYTE_P (bufp) now.
16389 <exactn>: Translate via multibyte.
16390 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16391 translate it.
16392 <charset, charset_not>: Fetch a character by
16393 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16394 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16395 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16396 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16397 by GET_CHAR_AFTER.
16398 (bcmp_translate): Likewise.
16399
16400 * search.c (compile_pattern): Check the member target_multibyte,
16401 not the member multibyte of buf.
16402
16403 * lread.c (read1): While reading a string, set force_singlebyte
16404 and force_multibyte correctly.
16405
16406 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16407 up of unibyte_to_multibyte_table.
16408
16409 2008-02-01 Kenichi Handa <handa@m17n.org>
16410
16411 * coding.c (setup_coding_system): If coding has
16412 post-read-conversion or pre-write-conversion, set
16413 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16414 respectively.
16415 (decode_coding_gap): Run post-read-conversion if any.
16416
16417 * fileio.c (Finsert_file_contents): Even if we read into a
16418 unibyte buffer, check if we must decode the result or not.
16419
16420 2008-02-01 Kenichi Handa <handa@m17n.org>
16421
16422 * coding.c (make_conversion_work_buffer): Change the work buffer
16423 name to the same one as that of Emacs 21.
16424
16425 2008-02-01 Kenichi Handa <handa@m17n.org>
16426
16427 * coding.h (make_conversion_work_buffer): Adjust prototype.
16428 (code_conversion_restore): Don't extern it.
16429
16430 * coding.c (detected_mask): Delete unused variable.
16431 (decode_coding_iso_2022): Pay attention to the byte sequence of
16432 CTEXT extended segment, and retain those bytes as is.
16433 (decode_coding_ccl): Delete unused variable `valids'.
16434 (setup_coding_system): Delete unused variable `category'.
16435 (consume_chars): Delete unused variable `category'. Make it work
16436 for non-multibyte case.
16437 (make_conversion_work_buffer): Change argument.
16438 (saved_coding): Delete unused variable.
16439 (code_conversion_restore): Don't check saved_coding->destination.
16440 (code_conversion_save): New function.
16441 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16442 instead of record_unwind_protect.
16443 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16444 (detect_coding_system): Delete unused variable `mask'.
16445 (Fdefine_coding_system_internal): Delete unused variable id.
16446
16447 * fileio.c (kill_workbuf_unwind): New function.
16448 (Finsert_file_contents): On replacing, call
16449 make_conversion_work_buffer with correct args, and call
16450 record_unwind_protect with the first arg kill_workbuf_unwind.
16451
16452 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16453
16454 2008-02-01 Kenichi Handa <handa@m17n.org>
16455
16456 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16457 (fontset_add): Fix for the case that TO is less than TO1.
16458 (Ffontset_info): Don't use fallback fontset on checking the
16459 default fontset.
16460 (dump_fontset): New function for debugging.
16461
16462 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16463 coding_type is Qcharset.
16464
16465 2008-02-01 Kenichi Handa <handa@m17n.org>
16466
16467 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16468 (map_char_table): Don't inherit the value from the parent on
16469 initializing VAL. Adjust for the above change.
16470
16471 2008-02-01 Kenichi Handa <handa@m17n.org>
16472
16473 * coding.c (Qsignature, Qendian): Delete these variables.
16474 (syms_of_coding): Don't initialize them.
16475 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16476 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16477 detect_info->found.
16478 (decode_coding_utf_16): Don't detect BOM here.
16479 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16480 is NOT utf_16_without_bom.
16481 (setup_coding_system): For a coding system of type utf-16, check
16482 if the attribute :endian is Qbig or not (not nil or not), and set
16483 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16484 (detect_coding): If coding type is utf-16 and BOM detection is
16485 required, detect it.
16486 (Fdefine_coding_system_internal): For a coding system of type
16487 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16488
16489 2008-02-01 Kenichi Handa <handa@m17n.org>
16490
16491 * coding.c (coding_set_source): Fix for the case that the current
16492 buffer is different from coding->src_object.
16493 (decode_coding_object): Don't use the conversion work buffer if
16494 DST_OBJECT is a buffer.
16495
16496 2008-02-01 Dave Love <fx@gnu.org>
16497
16498 * lread.c (read_emacs_mule_char) [len==2]: Index
16499 emacs_mule_charset correctly.
16500
16501 2008-02-01 Dave Love <fx@gnu.org>
16502
16503 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16504 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16505 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16506 treated specially.)
16507 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16508 (detected_mask): Remove Big5 bits.
16509
16510 2008-02-01 Kenichi Handa <handa@m17n.org>
16511
16512 The following changes are to make the font rescaling facility
16513 compatible with Emacs 21.
16514
16515 * xfaces.c (Vface_font_rescale_alist): Rename from
16516 Vface_resizing_fonts.
16517 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16518 (font_rescale_ratio): Rename from font_resizing_ratio.
16519 (split_font_name): Set font->rescale_ratio.
16520 (better_font_p): Pay attention to font->rescale_ratio.
16521 (build_scalable_font_name): Likewise. Change RESX, and RESY
16522 fields.
16523 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16524
16525 2008-02-01 Kenichi Handa <handa@m17n.org>
16526
16527 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16528 (Qutf_16_le): Remove these variables.
16529 (syms_of_coding): Don't DEFSYM them.
16530 (decode_coding_utf_16): Fix handling of BOM.
16531 (encode_coding_utf_16): Fix handling of BOM.
16532
16533 2008-02-01 Kenichi Handa <handa@m17n.org>
16534
16535 * fileio.c (Finsert_file_contents): On replacing, before decoding
16536 the file into the work buffer, set point of the work buffer to the end.
16537
16538 2008-02-01 Dave Love <fx@gnu.org>
16539
16540 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16541
16542 2008-02-01 Dave Love <fx@gnu.org>
16543
16544 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16545 and fix C types.
16546
16547 2008-02-01 Kenichi Handa <handa@m17n.org>
16548
16549 * xdisp.c (SKIP_GLYPHS): New macro.
16550 (set_cursor_from_row): Pay attention to string display properties.
16551
16552 * category.c (copy_category_entry): Fix for the case that RANGE
16553 is an integer.
16554
16555 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16556
16557 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16558
16559 2008-02-01 Kenichi Handa <handa@m17n.org>
16560
16561 * charset.c (Fcharset_id_internal): New function.
16562 (syms_of_charset): Defsubr it.
16563
16564 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16565 with the last arg charset_list acquired from coding.
16566 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16567 the attribute coding_attr_ccl_valids.
16568
16569 * coding.h (enum define_coding_ccl_arg_index): Set the first
16570 member coding_arg_ccl_decoder to coding_arg_max.
16571
16572 * ccl.h (ccl_driver): Adjust prototype.
16573
16574 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16575 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16576 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16577 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16578 last arg Qnil.
16579
16580 2008-02-01 Kenichi Handa <handa@m17n.org>
16581
16582 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16583 call encode_char.
16584
16585 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16586
16587 2008-02-01 Dave Love <fx@gnu.org>
16588
16589 * composite.c (syms_of_composite): Make composition_hash_table weak.
16590
16591 2008-02-01 Kenichi Handa <handa@m17n.org>
16592
16593 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16594 (font_name_registry): Don't extern them.
16595 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16596
16597 * fontset.h (Qfontset): Don't extern it.
16598 (new_fontset_from_font_name): Extern it.
16599
16600 * fontset.c: Give 8 extra slots to fontset objects.
16601 (Qfontset_info): New variable.
16602 (syms_of_fontset): Defsym it.
16603 (FONTSET_FALLBACK): New macro.
16604 (fontset_face): Try also the default fontset.
16605 (make_fontset): Realize a fallback fontset from the default fontset.
16606 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16607 using split_font_name_into_vector and build_font_name_from_vector.
16608 (Fset_fontset_font): Access the elements of font_spec by enum
16609 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16610 name by using split_font_name_into_vector.
16611 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16612 generate a proper font name from the fontset name. Update
16613 Vfontset_alias_alist.
16614 (n_auto_fontsets): New variable.
16615 (new_fontset_from_font_name): New function.
16616 (Ffont_info): Store the information about fonts generated from the
16617 default fontset in the first extra slot of the returned char-table.
16618
16619 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16620 (font_name_registry): Delete function.
16621 (split_font_name_into_vector): New function.
16622 (build_font_name_from_vector): New function.
16623 (font_list): The argument REGISTRY is now a list of registry names.
16624 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16625 specifies an explicit font name, return the name as is. Make a
16626 list of registy names.
16627
16628 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16629 of x_new_fontset.
16630 (Fx_create_frame): Don't call x_new_fontset here. Just use
16631 x_list_fonts to check the existence of fonts.
16632
16633 * xterm.h (x_new_fontset): Adjust prototype.
16634
16635 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16636 string. Use new_fontset_from_font_name to create a fontset from a
16637 font name.
16638
16639 2008-02-01 Kenichi Handa <handa@m17n.org>
16640
16641 * syntax.c (Vfind_word_boundary_function_table): New name for
16642 Vnext_word_boundary_function_table.
16643 (find-word-boundary-function-table): New name for
16644 next-word-boundary-function-table.
16645
16646 2008-02-01 Dave Love <fx@gnu.org>
16647
16648 * Makefile.in: Fix some dependencies.
16649
16650 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16651 set it to nil before returning.
16652
16653 * composite.c (update_compositions): Fix type error.
16654
16655 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16656
16657 2008-02-01 Kenichi Handa <handa@m17n.org>
16658
16659 * xterm.c (x_new_font): Optimize for the case that the font is
16660 already set for the frame.
16661
16662 2008-02-01 Kenichi Handa <handa@m17n.org>
16663
16664 * chartab.c (char_table_ascii): Check if the char table contents
16665 is sub-char-table or not.
16666 (char_table_set, char_table_set_range): Fix argument to
16667 char_table_ascii.
16668
16669 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16670 (detect_coding_utf_8, detect_coding_utf_16)
16671 (detect_coding_emacs_mule, detect_coding_iso_2022)
16672 (detect_coding_sjis, detect_coding_big5)
16673 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16674 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16675 sequence is valid in this coding system. Change callers.
16676 (MAX_ANNOTATION_LENGTH): New macro.
16677 (ADD_ANNOTATION_DATA): New macro.
16678 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16679 ADD_ANNOTATION_DATA. Change the format of annotation data.
16680 (ADD_CHARSET_DATA): New macro.
16681 (emacs_mule_char): New argument ID. Change callers.
16682 (decode_coding_emacs_mule, decode_coding_iso_2022)
16683 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16684 Produce charset annotation data in coding->charbuf.
16685 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16686 to charset annotation data in coding->charbuf.
16687 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16688 coding->common_flags if the coding system is iso-2022 based and
16689 uses designation.
16690 (produce_composition): Adjust for the new annotation data format.
16691 (produce_charset): New function.
16692 (produce_annotation): Handle charset annotation.
16693 (handle_composition_annotation, handle_charset_annotation): New
16694 functions.
16695 (consume_chars): Handle charset annotation. Utilize the above two
16696 functions.
16697 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16698 buffer, get the deleted text as a string and set
16699 coding->src_object to that string.
16700 (detect_coding, detect_coding_system): Use the new struct
16701 coding_detection_info.
16702
16703 * coding.h (struct coding_detection_info): New structure.
16704 (struct coding_system): Adjust prototype of the member `detector'.
16705 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16706
16707 2008-02-01 Kenichi Handa <handa@m17n.org>
16708
16709 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16710
16711 2008-02-01 Dave Love <fx@gnu.org>
16712
16713 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16714 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16715 to new local and nullify apropos_accumulate before returning.
16716 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16717
16718 2008-02-01 Kenichi Handa <handa@m17n.org>
16719
16720 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16721 correctly.
16722
16723 2008-02-01 Dave Love <fx@gnu.org>
16724
16725 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16726
16727 2008-02-01 Kenichi Handa <handa@m17n.org>
16728
16729 The following changes are to make character composition happen
16730 automatically on displaying.
16731
16732 * Makefile.in (lisp, shortlisp): Add composite.elc.
16733
16734 * composite.h (Qauto_composed, Vauto_composition_function)
16735 (Qauto_composition_function): Extern them.
16736
16737 * composite.c (Vcomposition_function_table)
16738 (Qcomposition_function_table): Delete variables.
16739 (Qauto_composed, Vauto_composition_function)
16740 (Qauto_composition_function): New variables.
16741 (run_composition_function): Don't call
16742 compose-chars-after-function.
16743 (update_compositions): Clear `auto-composed' text property.
16744 (compose_chars_in_text): Delete this function.
16745 (syms_of_composite): Staticpro Qauto_composed and
16746 Qauto_composition_function. Declare Vauto_composition_function as
16747 a Lisp variable.
16748
16749 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16750
16751 * xdisp.c (it_props): Add an entry for Qauto_composed.
16752 (handle_auto_composed_prop): New function.
16753
16754 * xselect.c (selection_data_to_lisp_data): Don't call
16755 compose_chars_in_text.
16756
16757 2008-02-01 Dave Love <fx@gnu.org>
16758
16759 * keyboard.c (read_char): Modify checking around use of
16760 Vkeyboard_translate_table.
16761
16762 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16763 and fix C types.
16764
16765 2008-02-01 Kenichi Handa <handa@m17n.org>
16766
16767 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16768 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16769 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16770 the case that the last byte is '\r' correctly.
16771 (decode_coding): Flush out the unprocessed data correctly.
16772 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16773
16774 2008-02-01 Dave Love <fx@gnu.org>
16775
16776 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16777 Add XK_ISO... case.
16778 (xaw_scroll_callback): Revert last change.
16779
16780 2008-02-01 Kenichi Handa <handa@m17n.org>
16781
16782 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16783
16784 2008-02-01 Kenichi Handa <handa@m17n.org>
16785
16786 * xfaces.c (Vface_resizing_fonts): New variable.
16787 (struct font_name): New member `resizing_ratio'.
16788 (font_resizing_ratio): New function.
16789 (split_font_name): Set font->resizing_ratio.
16790 (better_font_p): Pay attention to font->resizing_ratio.
16791 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16792 RESX, and RESY fields.
16793 (try_alternative_families): Try scalable fonts if
16794 Vscalable_fonts_allowed is not Qt.
16795 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16796
16797 2008-02-01 Dave Love <fx@gnu.org>
16798
16799 * xterm.c (xaw_scroll_callback): Cast correctly.
16800
16801 2008-02-01 Dave Love <fx@gnu.org>
16802
16803 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16804 (lispy_kana_keys): Comment out.
16805 (make_lispy_event) [XK_kana_A]: Comment out.
16806
16807 * xterm.c (xaw_scroll_callback): Cast call_data.
16808 (XTread_socket): Deal with ASCII keysyms.
16809 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16810
16811 2008-02-01 Dave Love <fx@gnu.org>
16812
16813 * xterm.c (Vx_keysym_table): New.
16814 (syms_of_xterm): Initialize it.
16815 (XTread_socket): Use it.
16816 From head: Eliminate incorrect optimization that tried to avoid
16817 decoding the output of X*LookupString.
16818 (x_get_font_repertory): Delete charset declaration.
16819
16820 2008-02-01 Kenichi Handa <handa@m17n.org>
16821
16822 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16823 return 0.
16824 (Fdefine_coding_system_internal): Setup
16825 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16826
16827 2008-02-01 Dave Love <fx@gnu.org>
16828
16829 * coding.c (Fcheck_coding_system): Doc fix.
16830
16831 * editfns.c (Finsert_byte): Return a proper value.
16832
16833 2008-02-01 Kenichi Handa <handa@m17n.org>
16834
16835 * coding.c (decode_coding): Fix args to translate_chars. Pay
16836 attention to Vstandard_translation_table_for_decode.
16837 (encode_coding): Fix args to translate_chars. Pay attention to
16838 Vstandard_translation_table_for_encode.
16839
16840 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16841 SINGLE_BYTE_CHAR_P.
16842
16843 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16844 not by SINGLE_BYTE_CHAR_P.
16845
16846 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16847 SINGLE_BYTE_CHAR_P.
16848
16849 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16850 SINGLE_BYTE_CHAR_P.
16851
16852 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16853 by SINGLE_BYTE_CHAR_P.
16854
16855 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16856 SINGLE_BYTE_CHAR_P.
16857
16858 2008-02-01 Dave Love <fx@gnu.org>
16859
16860 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16861
16862 2008-02-01 Dave Love <fx@gnu.org>
16863
16864 * fns.c (Flanginfo): Fix typo.
16865
16866 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16867
16868 2008-02-01 Kenichi Handa <handa@m17n.org>
16869
16870 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16871 (detect_coding_emacs_mule, detect_coding_iso_2022)
16872 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16873 incomplete byte sequence. Don't update *mask when correctly detected.
16874 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16875 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16876 (detect_coding, detect_coding_system): Adjust for the changes above.
16877
16878 2008-02-01 Kenichi Handa <handa@m17n.org>
16879
16880 * character.c (char_string): Rename from
16881 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16882 (string_char): Rename from string_char.
16883
16884 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16885 if C is greater than MAX_3_BYTE_CHAR.
16886 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16887 string_char instead of string_char_with_unification.
16888
16889 2008-02-01 Dave Love <fx@gnu.org>
16890
16891 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16892
16893 2008-02-01 Kenichi Handa <handa@m17n.org>
16894
16895 * keymap.c (push_key_description): Pay attention to force_multibyte.
16896
16897 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16898
16899 2008-02-01 Dave Love <fx@gnu.org>
16900
16901 * charset.c (define_charset_internal): Rename `supprementary'.
16902
16903 * Makefile.in (lisp, shortlisp): Remove latin-N.
16904
16905 2008-02-01 Dave Love <fx@gnu.org>
16906
16907 * xfns.c (x_window, x_window): Use use_xim.
16908
16909 * xterm.c (use_xim): Initialize.
16910 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16911 (x_term_init): Maybe set use_xim.
16912
16913 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16914
16915 2008-02-01 Kenichi Handa <handa@m17n.org>
16916
16917 * search.c (search_buffer): Fix case-fold-search of multibyte
16918 characters.
16919 (boyer_moore): Rename the last argument to char_high_bits.
16920
16921 2008-02-01 Kenichi Handa <handa@m17n.org>
16922
16923 * xdisp.c (display_string): Fix for the case of zero width glyph.
16924
16925 * xfns.c (x_set_font): Change the error message of the case that
16926 x_new_fontset returns Qt.
16927
16928 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16929 (Finternal_set_lisp_face_attribute): Use signal_error for the
16930 error of invalid fontset.
16931
16932 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16933 fontset, return Qt.
16934
16935 2008-02-01 Dave Love <fx@gnu.org>
16936
16937 * unexelf.c (unexec): Make .got handling not SGI-specific.
16938
16939 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16940
16941 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16942
16943 * keyboard.c (read_key_sequence): Fix type error.
16944
16945 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16946 type error.
16947
16948 * fontset.c (fontset_add): Return Lisp_Object.
16949
16950 2008-02-01 Dave Love <fx@gnu.org>
16951
16952 * charset.h (charset_ordered_list_tick): Declare extern.
16953
16954 2008-02-01 Kenichi Handa <handa@m17n.org>
16955
16956 The following changes (and some of 2008-02-01 changes of mine) are
16957 for handling syntax, category, and case conversion for unibyte
16958 characters by converting them to multibyte on the fly. With these
16959 changes, we don't have to setup syntax and case tables for unibyte
16960 characters in each language environment.
16961
16962 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16963 multibyte if necessary.
16964
16965 * bytecode.c (Fbyte_code): Likewise.
16966
16967 * character.h (LEADING_CODE_LATIN_1_MIN)
16968 (LEADING_CODE_LATIN_1_MAX): New macros.
16969 (unibyte_to_multibyte_table): Extern it.
16970 (unibyte_char_to_multibyte): New macro.
16971 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16972 (CHAR_LEADING_CODE): New macro.
16973 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16974
16975 * character.c (unibyte_to_multibyte_table): New variable.
16976 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16977 (multibyte_char_to_unibyte): If C is an eight-bit character,
16978 convert it to the corresponding byte value.
16979
16980 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16981 not 1, signals an error. Update the elements of
16982 unibyte_to_multibyte_table.
16983 (init_charset_once): Initialize unibyte_to_multibyte_table.
16984 (syms_of_charset): Define the charset `iso-8859-1'.
16985
16986 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16987 as is without converting it to unibyte. In a unibyte buffer,
16988 convert C to multibyte before checking the syntax.
16989
16990 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16991
16992 * minibuf.c (Fminibuffer_complete_word): Use the macro
16993 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16994
16995 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16996
16997 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16998 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16999 that is zero, convert an eight-bit char to multibyte.
17000 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17001 non-emacs case.
17002 (PATFETCH): Convert an eight-bit char to multibyte.
17003 (HANDLE_UNIBYTE_RANGE): New macro.
17004 (regex_compile): Setup the compiled pattern for multibyte chars
17005 even if the given regex string is unibyte. Use PATFETCH_RAW
17006 instead of PATFETCH in many places. To handle `charset'
17007 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17008 only for ASCII chars.
17009 (analyse_first) <exactn>: Simplify because the compiled pattern
17010 is multibyte.
17011 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17012 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17013 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17014 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17015 multibyte always 1.
17016 (re_search_2): In emacs, set the locale variable multibyte to 1,
17017 otherwise to 0. New local variable target_multibyte. Check it
17018 to decide the multibyteness of STR1 and STR2. If
17019 target_multibyte is zero, convert unibyte chars to multibyte
17020 before translating and checking fastmap.
17021 (TARGET_CHAR_AND_LENGTH): New macro.
17022 (re_match_2_internal): In emacs, set the locale variable multibyte
17023 to 1, otherwise to 0. New local variable target_multibyte. Check
17024 it to decide the multibyteness of STR1 and STR2. Use
17025 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17026 <charset, charset_not>: If multibyte is nonzero, check fastmap
17027 only for ASCII chars. Call bcmp_translate with
17028 target_multibyte, not with multibyte.
17029 <begline>: Declare the local variable C as `unsigned'.
17030 (bcmp_translate): Change the last arg name to target_multibyte.
17031
17032 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17033 the regexp pattern and the matching target. Set cp->buf.multibyte
17034 to the multibyteness of the regexp pattern. Set
17035 cp->but.target_multibyte to the multibyteness of the matching target.
17036 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17037 FETCH_STRING_CHAR_ADVANCE.
17038 (Freplace_match): Convert unibyte chars to multibyte.
17039
17040 * syntax.c (char_quoted, back_comment, scan_words)
17041 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17042 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17043 unibyte chars to multibyte.
17044 (skip_chars): Delete the arg syntaxp, and move the code for
17045 handling syntaxes to skip_syntaxes. Change callers.
17046 Fix the case that the multibyteness of STRING and the current
17047 buffer doesn't match.
17048 (skip_syntaxes): New function.
17049 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17050 SINGLE_BYTE_CHAR_P.
17051
17052 2008-02-01 Kenichi Handa <handa@m17n.org>
17053
17054 * xfaces.c (QCfontset): New variable.
17055 (LFACE_FONTSET): New macro.
17056 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17057 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17058 (Finternal_set_lisp_face_attribute)
17059 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17060 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17061 check also LFACE_FONTSET_INDEX.
17062 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17063 attrs[LFACE_FONT_INDEX].
17064 (syms_of_xfaces): Intern and staticpro QCfontset.
17065
17066 * dispextern.h (enum lface_attribute_index): New member
17067 LFACE_FONTSET_INDEX.
17068
17069 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17070
17071 2008-02-01 Kenichi Handa <handa@m17n.org>
17072
17073 * coding.c (coding_set_destination): Fix coding->destination for
17074 the case converting a region.
17075 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17076 (encode_coding_object): Fix coding->dst_pos and
17077 coding->dst_pos_byte for the case converting a region.
17078
17079 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17080
17081 * character.h (BYTE8_STRING): New macro.
17082
17083 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17084
17085 2008-02-01 Kenichi Handa <handa@m17n.org>
17086
17087 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17088 characters by octal form.
17089
17090 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17091
17092 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17093 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17094 _fetch_multibyte_char_len.
17095 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17096
17097 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17098
17099 * casefiddle.c (casify_object): Simplify. Handle the case that
17100 the case conversion change the byte length.
17101 (casify_region): Likewise.
17102
17103 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17104
17105 * character.c (_fetch_multibyte_char_len): Delete this variable.
17106 (syms_of_character): Setup Vprintable_chars.
17107
17108 * editfns.c (Fchar_equal): Fix for the unibyte case.
17109 (Finsert_byte): New function.
17110 (syms_of_editfns): Defsubr it.
17111
17112 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17113 of direct code 0x3ffff.
17114
17115 * search.c (Freplace_match): Fix for the unibyte case.
17116
17117 2008-02-01 Kenichi Handa <handa@m17n.org>
17118
17119 * lread.c (safe_to_load_p): Fix the logic.
17120
17121 * syntax.c (scan_words): Don't treat characters belonging to
17122 different scripts as constituting a word.
17123
17124 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17125
17126 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17127
17128 * emacs.c (main): In the case of --unibyte, instead of aborting on
17129 finding non-empty buffer, make it unibyte.
17130
17131 2008-02-01 Kenichi Handa <handa@m17n.org>
17132
17133 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17134 to create a fontset.
17135
17136 2008-02-01 Dave Love <fx@gnu.org>
17137
17138 * character.c (Funibyte_char_to_multibyte): Doc fix.
17139
17140 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17141
17142 2008-02-01 Kenichi Handa <handa@m17n.org>
17143
17144 * fontset.c (fontset_add): Make the type `int'.
17145 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17146
17147 * character.c (unibyte_char_to_multibyte)
17148 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17149 charset_unibyte, not charset_primary.
17150
17151 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17152
17153 * charset.c (charset_unibyte): Rename from charset_primary.
17154 (Funibyte_charset): Rename from Fprimary_charset.
17155 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17156 (syms_of_charset): Adjust for the above changes.
17157
17158 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17159 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17160 it->multibyte_p is zero.
17161
17162 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17163 Delete extern.
17164
17165 2008-02-01 Kenichi Handa <handa@m17n.org>
17166
17167 * coding.c (Fdefine_coding_system_internal): Fix category setting
17168 for a coding system of type iso-2022.
17169
17170 2008-02-01 Kenichi Handa <handa@m17n.org>
17171
17172 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17173
17174 2008-02-01 Kenichi Handa <handa@m17n.org>
17175
17176 * syntax.c (Vnext_word_boundary_function_table): New variable.
17177 (next-word-boundary-function-table): Declare it as a Lisp variable
17178 in syms_of_syntax.
17179 (scan_words): Call functions in Vnext_word_boundary_function_table
17180 if any.
17181
17182 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17183
17184 * fontset.c (fs_load_font): If fontp->charset is not negative,
17185 return fontp without setting its members.
17186
17187 2008-02-01 Dave Love <fx@gnu.org>
17188
17189 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17190
17191 * m/sparc.h (HAVE_ALLOCA): Delete.
17192
17193 * s/irix6-5.h: Don't include strings.h.
17194 (bcopy, bzero, bcmp): Don't undef.
17195
17196 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17197
17198 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17199 (TIOCSIGSEND): Don't test IRIX6.
17200 (bcopy, bzero, bcmp): Define conditionally.
17201
17202 2008-02-01 Kenichi Handa <handa@m17n.org>
17203
17204 * buffer.c (Qas, Qmake, Qto): New variables.
17205 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17206 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17207
17208 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17209 we are inserting a process output into a multibyte buffer.
17210
17211 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17212 multibyte_char_to_unibyte.
17213
17214 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17215 by the primary charset, make it eight-bit char.
17216 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17217
17218 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17219 (charset_8_bit__control, charset_8_bit_graphic)
17220 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17221 (define_charset_internal): New function.
17222 (syms_of_charset): Call define_charset_internal for pre-defined
17223 charsets.
17224
17225 * charset.h (charset_8_bit): Extern it.
17226
17227 * coding.c (make_conversion_work_buffer): Adjust for the change
17228 of Fset_buffer_multibyte.
17229 (encode_coding_raw_text): Increment p0 in the loop.
17230
17231 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17232
17233 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17234 for the change of Fset_buffer_multibyte.
17235
17236 * fns.c (Fstring_to_multibyte): New function.
17237 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17238
17239 2008-02-01 Dave Love <fx@gnu.org>
17240
17241 * xfns.c (x_put_x_image): Declare args.
17242
17243 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17244 (try_font_list): Declare an arg.
17245
17246 * xdisp.c (message2_nolog, set_message): Declare an arg.
17247
17248 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17249
17250 * syntax.c (scan_sexps_forward): Declare an arg.
17251
17252 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17253 Declare an arg.
17254
17255 * lisp.h (Fnew_fontset): Declare.
17256
17257 * keymap.c (push_key_description): Call CHARACTERP correctly.
17258
17259 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17260 (face_for_char): Delete unused vars.
17261 (Fset_fontset_font): Doc fix. Delete unused vars.
17262
17263 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17264
17265 * composite.c (update_compositions): Declare arg.
17266
17267 * cm.c (calccost, cmgoto): Declare args.
17268
17269 * charset.c: Remove `emacs' conditional. Doc fixes.
17270 (map_char_table_for_charset): Declare.
17271
17272 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17273
17274 * ccl.c: Remove `emacs' conditional.
17275
17276 2008-02-01 Kenichi Handa <handa@m17n.org>
17277
17278 The following changes are to allow specifying multiple font
17279 patterns for a character range (specified by script or charset).
17280
17281 * Makefile.in (abbrev.o): Depend on syntax.h.
17282 (xfaces.o): Depend on charset.h.
17283
17284 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17285 SINGLE_BYTE_CHAR_P.
17286
17287 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17288
17289 * character.h (Vchar_script_table): Extern it.
17290
17291 * character.c (Vscript_alist): Delete.
17292 (Vchar_script_table, Qchar_script_table): New variable.
17293 (syms_of_character): Declare Vchar_script_table as a lisp variable
17294 and initialize it.
17295
17296 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17297 have property char-table-extra-slots, make no extra slot.
17298
17299 * dispextern.h (struct face): Delete member `charset'.
17300 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17301 SINGLE_BYTE_CHAR_P.
17302 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17303 Add prototypes.
17304 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17305 (generate_ascii_font_name): Rename from generate_ascii_font.
17306
17307 * fontset.h (get_font_repertory_func): New prototype.
17308 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17309 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17310
17311 * fontset.c (Qprepend, Qappend): New variables.
17312 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17313 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17314 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17315 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17316 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17317 (load_font_get_repertory): New functions.
17318 (fontset_set): Delete.
17319 (fontset_face): New arg FACE. Return face ID, not face.
17320 Complete re-write to handle new fontset structure. Change caller.
17321 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17322 (face_for_char): Don't call lookup_face.
17323 (make_fontset_for_ascii_face): New arg FACE.
17324 (fs_load_font): New arg CHARSET_ID. Don't check
17325 Vfont_encoding_alist here.
17326 (find_font_encoding): New function.
17327 (list_fontsets): Use STRINGP, not ! NILP.
17328 (accumulate_script_ranges): New function.
17329 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17330 re-written to handle new fontset structure.
17331 (Ffontset_font): Return a copy of element.
17332 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17333 docstring of font-encoding-alist.
17334
17335 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17336 (Fset_fotset_font): Fix arguments to 5.
17337
17338 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17339
17340 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17341 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17342 (highlight_trailing_whitespace): Adjust for the change of
17343 lookup_named_face.
17344
17345 * xfaces.c: Include charset.h.
17346 (load_face_font): Delete argument C. Change caller.
17347 (generate_ascii_font_name): Rename from generate_ascii_font.
17348 (font_name_registry): New function.
17349 (cache_face): Store ascii faces before non-ascii faces in buckets.
17350 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17351 Lookup only ascii faces.
17352 (lookup_non_ascii_face): New function.
17353 (lookup_named_face): Delete argument C. Change caller.
17354 (lookup_derived_face): Delete argument C. Change caller.
17355 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17356 a string, just call font_list with it.
17357 (choose_face_font): Delete arguments FACE and C. New arg
17358 FONT_SPEC. Change caller.
17359 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17360 Change caller.
17361 (realize_non_ascii_face): New function.
17362 (realize_x_face): Call load_face_font here.
17363 (realize_tty_face): Delete argument C. Change caller.
17364 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17365 get a face ID.
17366 (dump_realized_face): Don't print charset of FACE.
17367
17368 * xfns.c (x_set_font): Always call x_new_fontset and
17369 store_frame_parameter.
17370 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17371 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17372
17373 * xterm.h (x_get_font_repertory): Extern it.
17374
17375 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17376 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17377 it->multibyte_p is zero.
17378 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17379 (x_new_fontset): If FONTSETNAME doesn't match any existing
17380 fontsets, create a new one.
17381 (x_get_font_repertory): New function.
17382
17383 2008-02-01 Kenichi Handa <handa@m17n.org>
17384
17385 * coding.c (Ffind_coding_systems_region_internal): Detect an
17386 ASCII only string correctly.
17387
17388 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17389 version is 0.
17390
17391 2008-02-01 Kenichi Handa <handa@m17n.org>
17392
17393 * lread.c: Include "coding.h".
17394 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17395 (load_each_byte, unread_char): New variables.
17396 (readchar_backlog): Delete.
17397 (readchar): Return a character unless load_each_byte is nonzero.
17398 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17399 cons. If unread_char is not -1, simply return it.
17400 (unreadchar): Handle the case that readcharfun is
17401 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17402 (read_multibyte): Delete.
17403 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17404 (read_emacs_mule_char): New functions.
17405 (Fload): Even if the file doesn't have the extension ".elc", if
17406 safe_to_load_p returns a positive version number, assume that the
17407 file contains bytecompiled code. If the version is less than 22,
17408 load the file while decoding multibyte sequences by emacs-mule.
17409 (readevalloop): Don't use readchar_backlog.
17410 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17411 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17412 (read_escape): Delete the arg BYTEREP.
17413 (read1): Set load_each_byte to 1 temporarily while handling
17414 #@NUMBER. Don't call read_multibyte.
17415 (read_vector): Call Fread with a cons. If readcharfun is
17416 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17417 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17418 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17419 and Qload_force_doc_strings.
17420
17421 2008-02-01 Kenichi Handa <handa@m17n.org>
17422
17423 * xdisp.c (face_before_or_after_it_pos): Call
17424 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17425
17426 2008-02-01 Kenichi Handa <handa@m17n.org>
17427
17428 * character.h (TRAILING_CODE_P): New macro.
17429 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17430 (string_char_with_unification): Fix prototype.
17431 (Vscript_alist): Extern it.
17432
17433 * character.c (Vscript_alist): New variable.
17434 (string_char_with_unification, str_as_unibyte)
17435 (string_escape_byte8): Add `const' to local variables.
17436 (syms_of_character): Declare script-alist as a Lisp variable.
17437
17438 * charset.h (Vcharset_ordered_list): Extern it.
17439 (charset_ordered_list_tick): Extern it.
17440 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17441 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17442 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17443 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17444 (Funify_charset): Adjust for the change of Funify_charset.
17445
17446 * charset.c (charset_ordered_list_tick): New variable.
17447 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17448 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17449 deunify intead of unify a charset.
17450 (string_xstring_p): Add `const' to local variables.
17451 (find_charsets_in_text): Add `const' to arguments and local variables.
17452 (encode_char): Adjust for the change of Funify_charset. Fix
17453 detecting of invalid code.
17454 (Fset_charset_priority): Increment charset_ordered_list_tick.
17455 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17456 and TO_CODE.
17457
17458 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17459 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17460 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17461 (decode_coding_ccl, consume_chars)
17462 (Ffind_coding_systems_region_internal)
17463 (Fcheck_coding_systems_region): Add `const' to local variables.
17464
17465 * print.c (print_object): Use octal form for printing the
17466 contents of a bool vector.
17467
17468 2008-02-01 Dave Love <fx@gnu.org>
17469
17470 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17471 <version == 20>: Refuse to load.
17472
17473 2008-02-01 Dave Love <fx@gnu.org>
17474
17475 * fns.c: Move coding.h.
17476 (Qcodeset, Qdays, Qmonths): New.
17477 (concat): Use CHARACTERP instead of INTEGERP.
17478 (Flocale_codeset): Delete.
17479 (Flanginfo): New function.
17480 (syms_of_fns): Change accordingly.
17481
17482 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17483
17484 2008-02-01 Dave Love <fx@gnu.org>
17485
17486 * casetab.c (init_casetab_once, init_casetab_once): Fix
17487 CHAR_TABLE_SET call.
17488
17489 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17490
17491 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17492
17493 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17494 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17495 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17496
17497 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17498
17499 * coding.c (ENCODE_DESIGNATION, decode_eol)
17500 (make_conversion_work_buffer, code_conversion_restore)
17501 (Fdefine_coding_system_internal): Convert Lisp types.
17502 (code_conversion_restore): Use EQ, not ==.
17503 (Fencode_coding_string): Fix code_convert_string call.
17504
17505 * coding.h (code_convert_region): Fix prototype.
17506
17507 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17508
17509 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17510 (Ffontset_info): Convert Lisp types.
17511
17512 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17513
17514 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17515
17516 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17517
17518 * chartab.c: Include "...h", not <...h> in some cases.
17519
17520 * callproc.c (Fcall_process): Remove unused variables.
17521
17522 2008-02-01 Dave Love <fx@gnu.org>
17523
17524 * coding.c (Fset_coding_system_priority): Allow null arg list.
17525
17526 2008-02-01 Dave Love <fx@gnu.org>
17527
17528 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17529 (Fself_insert_and_exit): Use CHARACTERP.
17530
17531 * callproc.c (Fcall_process): Remove unused vars.
17532
17533 * xterm.c (XTread_socket): Add extra dead keysyms.
17534
17535 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17536
17537 * dispextern.h: Remove prototypes for redraw_frame,
17538 redraw_garbaged_frames.
17539
17540 * cmds.c (Fself_insert_command): Use CHARACTERP.
17541
17542 * chartab.c (make_sub_char_table): Remove unused var.
17543 (Fset_char_table_default, Fmap_char_table): Doc fix.
17544
17545 * keymap.c (access_keymap): Remove generic char code.
17546 (push_key_description): Use CHARACTERP.
17547
17548 2008-02-01 Dave Love <fx@gnu.org>
17549
17550 * charset.c: Doc fixes.
17551 (Funify_charset): Extra checking.
17552
17553 2008-02-01 Dave Love <fx@gnu.org>
17554
17555 * lread.c: Remove some unused variables.
17556 (safe_to_load_p): If safe, return the magic number version byte.
17557 (Fload): Maybe use load-with-code-conversion.
17558
17559 2008-02-01 Kenichi Handa <handa@m17n.org>
17560
17561 * category.c (Fmodify_category_entry): Don't modify the contents
17562 of category_set for characters out of the range. Avoid
17563 unnecessary modification.
17564
17565 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17566 Vchar_unify_table. The default value of the table is now nil.
17567
17568 * character.c (syms_of_character): Setup Vchar_width_table for
17569 eight-bit-control and raw-byte chars.
17570
17571 * charset.h (enum define_charset_arg_index): Delete
17572 charset_arg_parents and add charset_arg_subset and
17573 charset_arg_superset.
17574 (enum charset_attr_index): Delete charset_parents and add
17575 charset_subset and charset_superset.
17576 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17577 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17578 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17579 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17580 (CHARSET_SUPERSET): New macros.
17581 (charset_work): Extern it.
17582 (ENCODE_CHAR): Use charset_work.
17583 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17584 (map_charset_chars): Extern it.
17585
17586 * charset.c (load_charset_map): Set the default value of encoder
17587 and deunifier char-tables to nil.
17588 (map_charset_chars): Change argument. Change callers. Use
17589 map_char_table_for_charset instead of map_char_table.
17590 (Fmap_charset_chars): New optional args from_code and to_code.
17591 (Fdefine_charset_internal): Adjust for the change of
17592 `define-charset' (:parents -> :subset or :superset).
17593 (charset_work): New variable.
17594 (encode_char, syms_of_charset): Adjust for the change of
17595 Fdefine_charset_internal.
17596 (Ffind_charset_string): Setup the vector `charsets' correctly.
17597
17598 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17599 the previous change.
17600 (char_table_ref_and_range): Adjust for the above change.
17601 (map_sub_char_table_for_charset): New function.
17602 (map_char_table_for_charset): New function.
17603
17604 * keymap.c (describe_vector): Handle a char-table directly here.
17605 (describe_char_table): Delete.
17606
17607 * lisp.h (map_charset_chars): Delete.
17608
17609 2008-02-01 Dave Love <fx@gnu.org>
17610
17611 * fns.c (count_combining): Comment out (unused).
17612 (Flocale_codeset): New.
17613 (syms_of_fns): Defsubr it.
17614
17615 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17616 (size_t): Remove.
17617
17618 2008-02-01 Dave Love <fx@gnu.org>
17619
17620 * Makefile.in (chartab.o): Depend on charset.h.
17621
17622 2008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * character.c (syms_of_character): Set the default value of
17625 Vprintable_chars to Qnil.
17626
17627 2008-02-01 Dave Love <fx@gnu.org>
17628
17629 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17630
17631 2008-02-01 Kenichi Handa <handa@m17n.org>
17632
17633 * charset.c (load_charset_map): Handle the case that from < to
17634 correctly.
17635
17636 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17637 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17638 Pay attention to raw-8-bit chars.
17639
17640 2008-02-01 Kenichi Handa <handa@m17n.org>
17641
17642 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17643 It is not bytecompiled now.
17644
17645 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17646 (charset_jisx0208): New variables.
17647 (Fdefine_charset_internal): Setup them if appropriate.
17648 (init_charset_once): Initialize them to -1.
17649
17650 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17651 (charset_jisx0208): Extern them.
17652
17653 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17654 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17655 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17656 (setup_iso_safe_charsets): Fix arguments to Fassq.
17657 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17658 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17659 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17660 (encode_coding_iso_2022): Change the 1st arg to
17661 ENCODE_ISO_CHARACTER to a variable.
17662
17663 2008-02-01 Kenichi Handa <handa@m17n.org>
17664
17665 * charset.h (enum define_charset_arg_index): New enums
17666 charset_arg_min_code and charset_arg_max_code.
17667 (struct charset): New member char_index_offset.
17668
17669 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17670 Take charset->char_index_offset into account.
17671 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17672 args[charset_arg_max_code]. Setup charset.char_index_offset.
17673 (syms_of_charset): Fix args to Fdefine_charset_internal.
17674
17675 2008-02-01 Dave Love <fx@gnu.org>
17676
17677 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17678
17679 2008-02-01 Dave Love <fx@gnu.org>
17680
17681 * coding.c: Doc fixes.
17682 (Fcoding_system_aliases): Fix return value.
17683 (Qmac): Remove (duplicated) definition.
17684
17685 2008-02-01 Dave Love <fx@gnu.org>
17686
17687 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17688 New functions.
17689
17690 * character.c (Fstring): Doc fix.
17691
17692 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17693
17694 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17695 (font-encoding-alist): Doc fix.
17696
17697 2008-02-01 Dave Love <fx@gnu.org>
17698
17699 * term.c (costs_set): Declare static, non-initialized for pcc.
17700 (encode_terminal_code): Remove unused var.
17701
17702 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17703 for K&R.
17704
17705 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17706
17707 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17708 (suffixes): Move out of make_subsidiaries for K&R.
17709
17710 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17711
17712 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17713
17714 2008-02-01 Dave Love <fx@gnu.org>
17715
17716 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17717
17718 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17719
17720 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17721
17722 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17723
17724 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17725
17726 2008-02-01 Kenichi Handa <handa@m17n.org>
17727
17728 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17729 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17730
17731 2008-02-01 Kenichi Handa <handa@m17n.org>
17732
17733 * coding.c (decode_coding_charset): Adjust for the change of
17734 Fdefine_coding_system_internal.
17735 (Fdefine_coding_system_internal): For a coding system of
17736 `charset' type, store a list of charset IDs in
17737 `charset_attr_charset_valids' element of coding attributes.
17738
17739 2008-02-01 Kenichi Handa <handa@m17n.org>
17740
17741 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17742 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17743 caller. Handle 2-byte and 3-byte charsets correctly.
17744 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17745 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17746 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17747 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17748 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17749 sequence.
17750 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17751 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17752 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17753 and alt&rule composition.
17754 (decode_coding_iso_2022): Handle composition correctly.
17755 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17756
17757 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17758 re-defining a charset. If the charset has :emacs-mule-id, setup
17759 emacs_mule_bytes.
17760 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17761
17762 2008-02-01 Kenichi Handa <handa@m17n.org>
17763
17764 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17765 (encode_coding_big5, encode_coding_charset): If coding requires safe
17766 encoding, produce a character specified by
17767 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17768
17769 2008-02-01 Dave Love <fx@gnu.org>
17770
17771 * xterm.c (XSetIMValues): Declare.
17772
17773 * process.c: Conditionally include sys/wait.h, pty.h.
17774
17775 * print.c (print_object): Fix print format for 64-bit systems.
17776
17777 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17778
17779 * buffer.c (emacs_strerror): Declare.
17780
17781 * fontset.c (Fclear_face_cache): Declare.
17782 (accumulate_font_info): Comment-out (unused).
17783 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17784 variables.
17785
17786 * character.h (string_escape_byte8): Declare.
17787
17788 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17789 unused vars.
17790 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17791 (Fmap_charset_chars): Doc fix.
17792
17793 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17794 (Fset_coding_system_priority, Fset_coding_system_priority)
17795 (Fdefine_coding_system_internal): Doc fix.
17796
17797 2008-02-01 Dave Love <fx@gnu.org>
17798
17799 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17800
17801 2008-02-01 Kenichi Handa <handa@m17n.org>
17802
17803 * character.c (string_escape_byte8): Make multibyte string with
17804 correct size.
17805
17806 * charset.c (Fmake_char): Delete unnecessary code.
17807
17808 2008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * xfns.c (x_encode_text): Allocate coding.destination here, and
17811 call encode_coding_object with dst_object Qnil.
17812
17813 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17814 multibyte form correctly.
17815
17816 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17817 against Vfont_encoding_alist.
17818
17819 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17820 handling of charset list.
17821 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17822 (decode_coding_object): Move point to coding->dst_pos before
17823 calling post-read-conversion function.
17824 (encode_coding_object): Give correct arguments to
17825 pre-write-conversion. Ignore the return value of
17826 pre-write-conversion function. Pay attention to the case that
17827 pre-write-conversion changes the current buffer. If dst_object is
17828 Qt, even if coding->src_bytes is zero, allocate at least one byte
17829 to coding->destination.
17830
17831 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17832
17833 * charset.c (Fmake_char): Make it more backward compatible.
17834 (Fmap_charset_chars): Fix docstring.
17835
17836 2008-02-01 Dave Love <fx@gnu.org>
17837
17838 * coding.c: Doc fixes.
17839 (Fdefine_coding_system_alias): Use names, not symbols, in
17840 coding-system-alist.
17841
17842 2008-02-01 Kenichi Handa <handa@m17n.org>
17843
17844 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17845 of calling free_realized_face.
17846
17847 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17848
17849 * charset.c (read_hex): Don't treat SPC as a comment starter.
17850 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17851 (Fdecode_char): Fix typo.
17852
17853 2008-02-01 Kenichi Handa <handa@m17n.org>
17854
17855 * charset.h (struct charset): New member `code_space_mask'.
17856
17857 * coding.c (coding_set_source): Delete the local variable beg_byte.
17858 (encode_coding_charset, Fdefine_coding_system_internal):
17859 Delete the local variable charset.
17860 (Fdefine_coding_system_internal): Setup
17861 attrs[coding_attr_charset_valids] correctly.
17862
17863 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17864 member to check if CODE is valid or not.
17865 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17866 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17867 is within the range of charset->min_code and carset->max_code.
17868
17869 2008-02-01 Dave Love <fx@gnu.org>
17870
17871 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17872
17873 * dispextern.h (generate_ascii_font): Fix return type.
17874
17875 * xfaces.c (generate_ascii_font): Fix arg declaration.
17876
17877 * coding.c (coding_inherit_eol_type)
17878 (Fset_terminal_coding_system_internal)
17879 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17880
17881 2008-02-01 Kenichi Handa <handa@m17n.org>
17882
17883 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17884 multiple charsets correctly.
17885
17886 2008-02-01 Kenichi Handa <handa@m17n.org>
17887
17888 * search.c (boyer_moore): Fix handling of multibyte character
17889 translation.
17890
17891 * xdisp.c (display_mode_element): When the variable `elt' is
17892 changed, update `this' and `lisp_string'.
17893
17894 2008-02-01 Kenichi Handa <handa@m17n.org>
17895
17896 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17897
17898 * callproc.c (Fcall_process): Be sure to give the current buffer
17899 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17900
17901 * charset.c (struct charset_map_entries): New struct.
17902 (load_charset_map): Rename from parse_charset_map. New args
17903 entries and n_entries. Change caller.
17904 (load_charset_map_from_file): Rename from load_charset_map.
17905 Change caller. New arg control_flag. Call load_charset_map at
17906 the tail.
17907 (load_charset_map_from_vector): New function.
17908 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17909 (encode_char): If the charset is compact, change a character index
17910 to a code point.
17911
17912 * coding.c (coding_alloc_by_making_gap): Check the case that the
17913 source and destination are the same correctly.
17914 (decode_coding_raw_text): Set coding->consumed_char and
17915 coding->consumed to 0.
17916 (produce_chars): If coding->chars_at_source is nonzero, update
17917 coding->consumed_char and coding->consumed before calling
17918 alloc_destination.
17919 (Fdefine_coding_system_alias): Register ALIAS in
17920 Vcoding_system_alist.
17921 (syms_of_coding): Define `no-conversion' coding system at the tail.
17922
17923 * fileio.c (Finsert_file_contents): Set coding_system instead of
17924 val. If the current buffer is multibyte, always call
17925 decode_coding_gap.
17926
17927 * xfaces.c (try_font_list): Give higher priority to fontset's
17928 family than face's family.
17929
17930 2008-02-01 Kenichi Handa <handa@m17n.org>
17931
17932 * callproc.c (Fcall_process): Be sure to give the current buffer
17933 to decode_coding_c_string.
17934
17935 * xfaces.c (try_font_list): Give a family specified in a fontset
17936 higher priority than a family specified in a face.
17937
17938 2008-02-01 Kenichi Handa <handa@m17n.org>
17939
17940 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17941 Fix arguments to insert_from_buffer.
17942
17943 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17944
17945 2008-02-01 Kenichi Handa <handa@m17n.org>
17946
17947 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17948 (decode_coding_gap): Set coding->dst_multibyte correctly.
17949
17950 2008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17953 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17954 (encode_coding_utf_16): Substitute coding->default_char for
17955 non-Unicode characters.
17956 (decode_coding): Don't call record_insert here.
17957 (setup_coding_system): Initialize `surrogate' of
17958 coding->spec.utf_16 to 0.
17959 (EMIT_ONE_BYTE): Fix for multibyte case.
17960
17961 * insdel.c (insert_from_gap): Call record_insert.
17962
17963 2008-02-01 Kenichi Handa <handa@m17n.org>
17964
17965 * casefiddle.c (casify_region): Fix multibyte case.
17966
17967 * character.c (c_string_width): Add return type `int'.
17968 (char_string_with_unification): Delete arg ADVANCED.
17969
17970 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17971 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17972 (CHAR_STRING_ADVANCE): Make it do-while statement.
17973
17974 * chartab.c (sub_char_table_set_range): Optimize for the case
17975 DEPTH == 3. Add workaround code for a GCC optimization bug.
17976
17977 * charset.c (parse_charset_map): Remove an unused variable.
17978
17979 * coding.c: Delete unused variables.
17980
17981 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17982 earlier. If inserted is zero and the coding system doesn't
17983 require flushing, don't call decode_coding_gap.
17984
17985 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17986
17987 2008-02-01 Kenichi Handa <handa@m17n.org>
17988
17989 The following changes are for using Unicode as an internal
17990 character model, and use UTF-8 format for buffer/string
17991 representation.
17992
17993 * .gdbinit (xchartable): Adjust for the change of char table structure.
17994 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17995
17996 * Makefile.in (obj): Add character.o and chartab.o.
17997 (lisp, shortlisp): Remove utf-8.elc.
17998 (*.o): For many files, change dependency on charset.h to
17999 character.h, and add dependency on character.h.
18000 (character.o, chartab.o): New targets.
18001
18002 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18003 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18004 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18005 of "charset.h".
18006
18007 * dired.c, filelock.c: Include "character.h".
18008
18009 * alloc.c: Include "character.h" instead of "charset.h".
18010 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18011 (syms_of_alloc): Remove defsubr for Smake_char_table.
18012
18013 * buffer.c: Include "character.h" instead of "charset.h", don't
18014 include "coding.h".
18015 (Fset_buffer_multibyte): Adjust for UTF-8.
18016
18017 * buffer.h: EXFUN Fbuffer_live_p.
18018
18019 * callproc.c: Include "character.h" instead of "charset.h".
18020 (Fcall_process): Big change for the new code-conversion APIs.
18021
18022 * casetab.c: Include "character.h" instead of "charset.h".
18023 (set_canon, set_identity, shuffle): Adjust for the new
18024 map_char_table spec.
18025 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18026 accessing the char table structure.
18027
18028 * chartab.c: New file that implements char table.
18029
18030 * category.c: Include "character.h".
18031 (copy_category_entry): New function.
18032 (copy_category_table): Call map_char_table and copy_category_entry.
18033 (Fmake_category_table): Initialize all top-level slots.
18034 (char_category_set): New function.
18035 (modify_lower_category_set): Delete.
18036 (Fmodify_category_entry): Call char_table_ref_and_range.
18037
18038 * category.h (CATEGORY_SET): Just call char_category_set.
18039
18040 * ccl.c: Include "character.h".
18041 (Qccl, Qcclp): New variables.
18042 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18043 it's less than 256.
18044 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18045 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18046 and DST type.
18047 (ccl_driver): Change types of argument, adjust code accordingly.
18048 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18049 ccl_driver.
18050 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18051
18052 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18053 New members src_multibyte, dst_multibyte, consumed, and produced.
18054 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18055 (CODING_SPEC_CCL_PROGRAM): New macro.
18056 (ccl_driver): Update prototype.
18057 (Qccl, Qcclp, Fccl_program_p): Extern them.
18058 (CHECK_CCL_PROGRAM): New macro.
18059
18060 * character.c, character.h, chartab.c: New files.
18061
18062 * charset.c: Mostly re-written. Move character and multibyte sequence
18063 handling codes to character.c.
18064
18065 * charset.h: Mostly re-written. Move character and multibyte sequence
18066 handling codes to character.h.
18067
18068 * coding.c, coding.h: Mostly re-written.
18069
18070 * composite.c: Include "character.h" instead of "charset.h".
18071 (CHAR_WIDTH): Move to character.h.
18072 (HASH_KEY, HASH_VALUE): Delete.
18073
18074 * composite.h (enum composition_method): Change order of enumeration
18075 symbols.
18076
18077 * data.c: Include "character.h" instead of "charset.h".
18078 (Faref): Call CHAR_TABLE_REF for a char table.
18079 (Faset): Call CHAR_TABLE_SET for a char table.
18080
18081 * dispextern.h (free_realized_face, check_face_attribytes)
18082 (generate_ascii_font): Extern them.
18083 (free_realized_multibyte_face): Delete extern.
18084
18085 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18086 table structure.
18087
18088 * editfns.c: Include "character.h" instead of "charset.h".
18089 (Fchar_to_string): Always call CHAR_STRING.
18090
18091 * emacs.c (main): Call init_charset_once, init_charset,
18092 syms_of_chartab, and syms_of_character.
18093
18094 * fileio.c: Include "character.h" instead of "charset.h".
18095 (Finsert_file_contents): Big change for the new code-conversion API.
18096 (choose_write_coding_system, Fwrite_region): Likewise.
18097 (build_annotations_2): Delete.
18098 (e_write): Big change for the new code-conversion API.
18099
18100 * fns.c: Include "character.h" instead of "charset.h".
18101 (copy_sub_char_table): Move to chartab.c.
18102 (Fcopy_sequence): Call copy_char_table for a char table.
18103 (concat): Delete codes calling count_multibyte.
18104 (string_char_to_byte, string_byte_to_char): Adjust for the new
18105 multibyte form.
18106 (internal_equal): Adjust for the change of char table structure.
18107 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18108 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18109 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18110 (char_table_translate, optimize_sub_char_table)
18111 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18112 chartab.c.
18113 (char_table_ref_and_index): Delete.
18114 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18115 (Fmd5): Call preferred_coding_system instead of accessing
18116 Vcoding_category_list. Adjust for the new code-conversion API.
18117 (syms_of_fns): Move defsubr for char table related functions to
18118 chartab.c.
18119
18120 * fontset.c: Mostly re-written.
18121
18122 * fontset.h (struct font_info): Change type of the member encoding_type.
18123 (enum FONT_SPEC_INDEX): New enum.
18124 (fontset_font_pattern, fs_load_font): Update prototype.
18125 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18126
18127 * indent.c: Include "character.h" instead of "charset.h".
18128 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18129
18130 * insdel.c: Include "character.h" instead of "charset.h".
18131 (copy_text): Don't refer to Vnonascii_translation_table.
18132 (insert_from_gap): New function.
18133
18134 * keyboard.c: Include "character.h" instead of "charset.h".
18135 (command_loop_1): Never call direct_output_forward_char before
18136 a non-ASCII character.
18137 (read_char): If Vkeyboard_translate_table is a char table, always
18138 translate a character.
18139
18140 * keymap.c: Include "character.h".
18141 (store_in_keymap): Handle the case that IDX is a cons.
18142 (Fdefine_key): Handle the case that KEY is a cons and the car part
18143 is also a cons (range).
18144 (push_key_description): Adjust for the new character code.
18145 (describe_vector): Call describe_char_table for a char table.
18146 (describe_char_table): New function.
18147
18148 * keymap.h (describe_char_table): Extern it.
18149
18150 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18151 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18152 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18153 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18154 Delete.
18155 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18156 structure.
18157 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18158 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18159 (CHARTAB_SIZE_BITS_3): New macros.
18160 (chartab_size): Extern it.
18161 (struct Lisp_Char_Table): Re-design.
18162 (struct Lisp_Sub_Char_Table): New structure.
18163 (HASH_KEY, HASH_VALUE): Move from fns.c.
18164 (CHARACTERBITS): Define as 22.
18165 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18166 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18167 (GC_SUB_CHAR_TABLE_P): New macro.
18168 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18169 (code_convert_string_norecord): Deleted extern.
18170 (init_character_once, syms_of_character, init_charset)
18171 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18172
18173 * lread.c: Include "character.h".
18174 (read_multibyte): New arg NBYTES.
18175 (read_escape): Change the meaning of returned *BYTEREP.
18176 (to_multibyte): Delete.
18177 (read1): Adjust the handling of char table and string.
18178
18179 * print.c: Include "character.h" instead of "charset.h".
18180 (print_string): Convert 8-bit raw bytes to octal form by
18181 string_escape_byte8.
18182 (print_object): Adjust for the new multibyte form. Print 8-bit
18183 raw bytes always in octal form. Handle sub char table correctly.
18184
18185 * process.c: Include "character.h" instead of "charset.h".
18186 (read_process_output, send_process): Adjust for the new
18187 code-conversion API.
18188
18189 * puresize.h (BASE_PURESIZE): Increase.
18190
18191 * regex.c: Include "character.h" instead of "charset.h".
18192 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18193 (regex_compile): Accept a range whose starting and ending
18194 character have different leading bytes.
18195 (analyse_first): Adjust for the above change.
18196
18197 * search.c: Include "character.h" instead of "charset.h".
18198 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18199 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18200
18201 * syntax.c: Include "character.h" instead of "charset.h".
18202 (syntax_parent_lookup): Delete.
18203 (Fmodify_syntax_entry): Accept a cons as CHAR.
18204 (skip_chars): Adjust for the new multibyte form.
18205 (init_syntax_once): Call char_table_set_range instead of directly
18206 accessing the structure of a char table.
18207
18208 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18209 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18210 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18211 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18212
18213 * term.c: Include "buffer.h" and "character.h".
18214 (encode_terminal_code, write_glyphs): Adjust for the new
18215 code-conversion API.
18216 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18217
18218 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18219
18220 * xdisp.c: Include "character.h".
18221 (get_next_display_element): Adjust for the new multibyte form.
18222 (disp_char_vector): Adjust for the new char table structure.
18223 (decode_mode_spec_coding): Adjust for the new structure of
18224 coding system.
18225 (decode_mode_spec): Adjust for the new code-conversion API.
18226
18227 * xfaces.c: Include "character.h" instead of "charset.h".
18228 (load_face_font): Adjust for the change of choose_face_font and
18229 FS_LOAD_FONT.
18230 (generate_ascii_font): New function.
18231 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18232 (set_font_frame_param): Adjust for the change of choose_face_font.
18233 (free_realized_face): Make it public.
18234 (free_realized_faces_for_fontset): Rename from
18235 free_realized_multibyte_face. Free also faces realized for ASCII.
18236 (choose_face_font): Change arguments. Adjust for the change of
18237 fontset_font_pattern and FS_LOAD_FONT.
18238
18239 * xfns.c: Include "character.h".
18240 (x_encode_text): Adjust for the new code-conversion API.
18241
18242 * xselect.c: Don't include "charset.h".
18243 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18244
18245 * xterm.c: Include "character.h".
18246 (x_encode_char): New argument CHARSET. Change caller.
18247 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18248 Call ENCODE_CHAR instead of SPLIT_CHAR.
18249 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18250 CHAR_WIDTH instead of CHARSET_WIDTH.
18251 (XTread_socket): Adjust for the new code-conversion API.
18252 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18253 (x_load_font): Adjust for the change of struct font.
18254
18255 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18256
18257 * xfaces.c (face_at_buffer_position): Remove unused vars.
18258
18259 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18260
18261 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18262 Fix overflow checking.
18263
18264 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18265
18266 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18267 Cancel previous change.
18268
18269 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18270
18271 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18272 ccl->eight_bit_control. Fix check for buffer overflow.
18273 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18274 (ccl_driver): Initialize extra_bytes to 0.
18275
18276 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18277
18278 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18279 return it ORed with ctrl_modifier.
18280
18281 2008-01-29 Miles Bader <miles@gnu.org>
18282
18283 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18284
18285 2008-01-28 Jason Rumney <jasonr@gnu.org>
18286
18287 * w32.c (stat): Don't double check for networked drive.
18288
18289 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * window.c (run_window_configuration_change_hook): New function.
18292 Code extracted from set_window_buffer. Set the selected frame.
18293 (set_window_buffer): Use it.
18294 * window.h (run_window_configuration_change_hook): Declare.
18295 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18296
18297 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18298
18299 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18300
18301 * Makefile.in: Remove references to unused macros.
18302
18303 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18304
18305 * w32.c (g_b_init_get_sid_sub_authority)
18306 (g_b_init_get_sid_sub_authority_count): New static variables.
18307 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18308 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18309 (init_user_info): Use them to retrieve uid and gid.
18310 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18311 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18312 st_uid and st_gid of the file.
18313
18314 2008-01-26 Jason Rumney <jasonr@gnu.org>
18315
18316 * w32.c (logon_network_drive): New function.
18317 (stat): Use it.
18318
18319 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18320
18321 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18322 invisible text covered with an ellipsis.
18323
18324 2008-01-25 Richard Stallman <rms@gnu.org>
18325
18326 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18327 jump back to beginning. Move some other initializations after that.
18328 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18329 New variables.
18330 (syms_of_xdisp): Init them.
18331
18332 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18333
18334 * buffer.c (reset_buffer_local_variables):
18335 Implement `permanent-local-hook'.
18336 (Qpermanent_local_hook): New variable.
18337 (syms_of_buffer): Init and staticpro it.
18338
18339 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18340
18341 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18342
18343 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18344
18345 * fns.c (Fclrhash): Return TABLE.
18346
18347 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18348
18349 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18350 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18351 is set even without positional changes.
18352 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18353
18354 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18355
18356 2008-01-23 Jason Rumney <jasonr@gnu.org>
18357
18358 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18359
18360 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18361 the unicode range available in MULE by locale-coding-system.
18362 Improve dbcs lead byte detection. Set event timestamp and modifiers
18363 earlier.
18364
18365 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18366
18367 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18368 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18369 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18370 when used on child processes.
18371
18372 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18373
18374 * dbusbind.c (Fdbus_method_return_internal): Rename from
18375 Fdbus_method_return.
18376 (Fdbus_unregister_object): Move to dbus.el.
18377 (Fdbus_call_method, Fdbus_method_return_internal)
18378 (Fdbus_send_signal): Improve debug messages.
18379
18380 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18381
18382 * undo.c (undo_inhibit_record_point): New variable.
18383 (syms_of_undo): Initialize it.
18384 (record_point): Don't record point when undo_inhibit_record_point
18385 is set.
18386
18387 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18390
18391 * xdisp.c (Qauto_hscroll_mode): New var.
18392 (syms_of_xdisp): Initialize it.
18393 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18394 window's buffer.
18395 (hscroll_windows): Don't check automatic_hscrolling_p here.
18396
18397 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18398 vscroll if we're setting window-buffer to the value it already has.
18399
18400 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18401
18402 * m/intel386.h: Remove references to XENIX.
18403
18404 2008-01-17 Andreas Schwab <schwab@suse.de>
18405
18406 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18407 instead of HAVE_X86_64_LIB64_DIR.
18408 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18409
18410 2008-01-17 Glenn Morris <rgm@gnu.org>
18411
18412 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18413 to HAVE_X86_64_LIB64_DIR.
18414
18415 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18416
18417 * s/irix3-3.h:
18418 * s/irix4-0.h:
18419 * s/386-ix.h:
18420 * s/domain.h:
18421 * s/hpux9-x11r4.h:
18422 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18423
18424 * sysdep.c: Remove code containing references to symbols defined
18425 by unsupported systems.
18426
18427 2008-01-16 Glenn Morris <rgm@gnu.org>
18428
18429 * coding.c (select-safe-coding-system-function): Doc fix.
18430
18431 2008-01-15 Glenn Morris <rgm@gnu.org>
18432
18433 * config.in: Revert 2008-01-13 change: this is a generated file.
18434
18435 2008-01-13 Tom Tromey <tromey@redhat.com>
18436
18437 * lisp.h: Fix typo.
18438
18439 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18440
18441 * m/sequent-ptx.h:
18442 * m/sequent.h:
18443 * s/ptx.h:
18444 * s/ptx4-2.h:
18445 * s/ptx4.h: Remove files for systems no longer supported.
18446
18447 * callproc.c (Fcall_process): Fix previous change.
18448
18449 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18450
18451 * unexsunos4.c: Remove file, system not supported anymore.
18452
18453 * m/mips.h:
18454 * m/intel386.h:
18455 * callproc.c:
18456 * config.in:
18457 * ecrt0.c:
18458 * emacs.c:
18459 * fileio.c:
18460 * frame.c:
18461 * getpagesize.h:
18462 * keyboard.c:
18463 * lread.c:
18464 * process.c:
18465 * puresize.h:
18466 * sysdep.c:
18467 * systty.h:
18468 * syswait.h:
18469 * unexec.c:
18470 * xdisp.c:
18471 * alloc.c: Remove code containing references to symbols defined by
18472 unsupported systems.
18473
18474 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18475
18476 * coding.c (detect_coding_mask): Fix previous change.
18477
18478 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18479
18480 * coding.c (detect_coding_iso2022): New arg
18481 latin_extra_code_state. Allow Latin extra codes only
18482 when *latin_extra_code_state is nonzero.
18483 (detect_coding_mask): If there is a NULL byte, detect the encoding
18484 as UTF-16 or binary. If Latin extra codes exist, detect the
18485 encoding as ISO-2022 only when there's no other proper encoding is
18486 found.
18487
18488 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18489
18490 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18491 #ifdef MAC_OS.
18492
18493 2008-01-08 Richard Stallman <rms@gnu.org>
18494
18495 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18496
18497 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18498
18499 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18500 menu bar in parentheses.
18501
18502 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18503
18504 * m/7300.h:
18505 * m/acorn.h:
18506 * m/alliant-2800.h:
18507 * m/alliant.h:
18508 * m/alliant1.h:
18509 * m/alliant4.h:
18510 * m/altos.h:
18511 * m/amdahl.h:
18512 * m/apollo.h:
18513 * m/att3b.h:
18514 * m/aviion-intel.h:
18515 * m/aviion.h:
18516 * m/celerity.h:
18517 * m/clipper.h:
18518 * m/cnvrgnt.h:
18519 * m/convex.h:
18520 * m/cydra5.h:
18521 * m/delta88k.h:
18522 * m/dpx2.h:
18523 * m/dual.h:
18524 * m/elxsi.h:
18525 * m/f301.h:
18526 * m/gould-np1.h:
18527 * m/gould.h:
18528 * m/i860.h:
18529 * m/ibmps2-aix.h:
18530 * m/ibmrt-aix.h:
18531 * m/ibmrt.h:
18532 * m/irist.h:
18533 * m/is386.h:
18534 * m/isi-ov.h:
18535 * m/mega68.h:
18536 * m/mg1.h:
18537 * m/news-r6.h:
18538 * m/news-risc.h:
18539 * m/news.h:
18540 * m/nh3000.h:
18541 * m/nh4000.h:
18542 * m/ns16000.h:
18543 * m/ns32000.h:
18544 * m/nu.h:
18545 * m/orion.h:
18546 * m/orion105.h:
18547 * m/paragon.h:
18548 * m/pfa50.h:
18549 * m/plexus.h:
18550 * m/pyramid.h:
18551 * m/pyrmips.h:
18552 * m/sh3el.h:
18553 * m/sps7.h:
18554 * m/sr2k.h:
18555 * m/stride.h:
18556 * m/sun1.h:
18557 * m/sun2.h:
18558 * m/sun3-68881.h:
18559 * m/sun3-fpa.h:
18560 * m/sun3-soft.h:
18561 * m/sun3.h:
18562 * m/sun386.h:
18563 * m/symmetry.h:
18564 * m/tad68k.h:
18565 * m/tahoe.h:
18566 * m/targon31.h:
18567 * m/tek4300.h:
18568 * m/tekxd88.h:
18569 * m/tower32.h:
18570 * m/tower32v3.h:
18571 * m/ustation.h:
18572 * m/wicat.h:
18573 * m/xps100.h:
18574 * s/cxux.h:
18575 * s/cxux7.h:
18576 * s/dgux.h:
18577 * s/dgux4.h:
18578 * s/dgux5-4-3.h:
18579 * s/dgux5-4r2.h:
18580 * s/esix.h:
18581 * s/esix5r4.h:
18582 * s/hiuxmpp.h:
18583 * s/hiuxwe2.h:
18584 * s/iris3-5.h:
18585 * s/iris3-6.h:
18586 * s/isc2-2.h:
18587 * s/isc3-0.h:
18588 * s/isc4-0.h:
18589 * s/isc4-1.h:
18590 * s/newsos5.h:
18591 * s/newsos6.h:
18592 * s/osf1.h:
18593 * s/osf5-0.h:
18594 * s/riscix1-1.h:
18595 * s/riscix12.h:
18596 * s/sco4.h:
18597 * s/sco5.h:
18598 * s/sunos4-0.h:
18599 * s/sunos4-1.h:
18600 * s/sunos413.h:
18601 * s/sunos4shr.h:
18602 * s/umax.h:
18603 * s/unipl5-2.h:
18604 * s/xenix.h:
18605 * cxux-crt0.s:
18606 * unexapollo.c:
18607 * unexconvex.c:
18608 * unexenix.c:
18609 * unexsni.c: Remove files for systems no longer supported.
18610
18611 * m/intel386.h: Remove references to unsupported systems.
18612
18613 * w32.c (get_emacs_configuration): Remove reference to i860.
18614
18615 * sysdep.c: Remove dead code.
18616
18617 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18618
18619 * s/rtu.h:
18620 * m/masscomp.h: Remove files. Platform is obsolete.
18621
18622 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18623
18624 * dbusbind.c (Fdbus_method_return): New function.
18625 (xd_read_message): Add the serial number to the event.
18626 (Fdbus_register_method): Activate the function.
18627
18628 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18629
18630 * keyboard.c (read_key_sequence): Fix typo.
18631
18632 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18633
18634 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18635 (xd_signature, xd_append_arg): Handle element type detection for
18636 empty arrays.
18637 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18638 SDATA () calls; this must be solved more general.
18639 (Fdbus_register_signal): Use SBYTES instead of strlen.
18640
18641 2008-01-03 Magnus Henoch <magnus@zemdatav>
18642
18643 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18644 unsigned int for byte values (necessary for big-endian platform).
18645 (Fdbus_call_method): Handle the case of no returned arguments.
18646
18647 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18648
18649 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18650
18651 2007-12-31 Magnus Henoch <mange@freemail.hu>
18652
18653 * dbusbind.c (xd_signature): Signature of variant is just "v".
18654
18655 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18656
18657 * dbusbind.c: Fix several errors and compiler warnings.
18658 Reported by Tom Tromey <tromey@redhat.com>.
18659 (XD_ERROR, XD_DEBUG_MESSAGE)
18660 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18661 (xd_append_arg): Part for basic D-Bus types rewritten.
18662 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18663 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18664 appropriate.
18665 (xd_read_message): Return Qnil. Don't signal an error; it is not
18666 useful during event reading.
18667 (Fdbus_register_signal): Signal an error if the check for
18668 FUNCTIONP fails.
18669 (Fdbus_register_method): New function. The implementation is not
18670 complete, the call of the function signals an error therefore.
18671 (Fdbus_unregister_object): New function, renamed from
18672 Fdbus_unregister_signal. The initial check signals an error, if
18673 the object is not well formed.
18674
18675 2007-12-30 Richard Stallman <rms@gnu.org>
18676
18677 * textprop.c (get_char_property_and_overlay):
18678 Signal error if POSITION is out of range in a buffer.
18679
18680 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18681
18682 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18683 because the original parameters are in pure storage now.
18684
18685 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18686
18687 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18688
18689 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18690
18691 * callint.c (syms_of_callint) <command-history>: Add reference to
18692 history-length in the doc string.
18693
18694 2007-12-17 Jason Rumney <jasonr@gnu.org>
18695
18696 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18697 before passing as wParam.
18698
18699 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18700
18701 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18702 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18703 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18704 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18705 as number.
18706 (Fdbus_call_method): Fix docstring.
18707
18708 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18709
18710 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18711 New macros.
18712 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18713 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18714 Simplify.
18715 (xd_signature): New function.
18716 (xd_append_arg): Compute also signatures. Major rewrite.
18717 (xd_retrieve_arg): Make debug messages friendly.
18718 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18719 Check for signatures of arguments.
18720
18721 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18722
18723 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18724 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18725 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18726 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18727 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18728 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18729 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18730 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18731 (xd_retrieve_value): Remove. Functionality included in ...
18732 (xd_append_arg): New function.
18733 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18734
18735 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18736
18737 * dbusbind.c (top): Include <stdio.h>.
18738 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18739 dbus_message_new_method_call and dbus_message_new_signal.
18740 (Fdbus_register_signal): Rename unique_name to uname.
18741 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18742 non-existing unique name. Fix typos in matching rule. Return an
18743 object which is useful in Fdbus_unregister_signal.
18744 (Fdbus_unregister_signal): Reimplementation, in order to remove
18745 only the corresponding entry.
18746 (Vdbus_registered_functions_table): Change the order of entries.
18747 Apply these changes in xd_read_message and Fdbus_register_signal.
18748
18749 2007-12-16 Andreas Schwab <schwab@suse.de>
18750
18751 * fileio.c (Finsert_file_contents): Fix overflow check to not
18752 depend on undefined integer overflow.
18753
18754 2007-12-14 Jason Rumney <jasonr@gnu.org>
18755
18756 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18757 for characters above 127.
18758
18759 2007-12-13 Jason Rumney <jasonr@gnu.org>
18760
18761 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18762 before dereferencing array.
18763 (lookup_vk_code): Remove zero comparison.
18764
18765 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18766
18767 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18768 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18769 Use `unsigned int' instead of `uint'.
18770 (xd_read_message, Fdbus_register_signal): Split expressions into
18771 multiple lines before operators "&&" and "||", according to the
18772 GNU Coding Standards.
18773
18774 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18775
18776 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18777
18778 2007-12-12 Juri Linkov <juri@jurta.org>
18779
18780 * buffer.c (Frename_buffer): In interactive spec replace
18781 `read-buffer' with `read-string' that uses `buffer-name-history'
18782 as history, and the current buffer's name as default.
18783
18784 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18787 manipulating the backtrace manually.
18788 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18789 (struct backtrace, backtrace_list): Remove.
18790 (command_loop_1): Remove dead var `no_direct'.
18791
18792 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18793 preserve non-built-in buffer-local variables.
18794 (Fkill_all_local_variables): Don't re-create&re-set permanent
18795 buffer-local variables.
18796
18797 2007-12-09 Juri Linkov <juri@jurta.org>
18798
18799 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18800 Lisp code that uses `read-buffer' with current buffer as default.
18801
18802 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18803
18804 * dbusbind.c (xd_read_message): Generate an event for every
18805 registered handler. There might be several handlers registered
18806 for the same signal.
18807 (Fdbus_register_signal): Don't overwrite a registration for the
18808 same signal. Add a new registration if handlers are different.
18809 (Vdbus_registered_functions_table): Rework doc string.
18810
18811 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18812
18813 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18814 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18815 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18816 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18817 Unify argument lists.
18818 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18819 arguments and hash table keys. Use unique name for service.
18820 (Fdbus_unregister_signal): Remove checks.
18821 (Vdbus_registered_functions_table): Fix doc string.
18822
18823 2007-12-05 Magnus Henoch <mange@freemail.hu>
18824
18825 * process.c (make_process): Initialize pty_flag to 0.
18826
18827 2007-12-05 Jason Rumney <jasonr@gnu.org>
18828
18829 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18830 specified XBMs.
18831
18832 2007-12-05 Richard Stallman <rms@gnu.org>
18833
18834 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18835
18836 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18837
18838 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18839 New variable.
18840 (mac_try_close_socket) [MAC_OSX]: New function.
18841 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18842 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18843
18844 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18845 Use mac_try_close_socket.
18846
18847 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18848
18849 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18850 reloc_base.
18851 (copy_dysymtab): Compute relocation base here.
18852 (rebase_reloc_address) [__ppc64__]: New function.
18853 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18854 changed.
18855
18856 2007-12-05 Jason Rumney <jasonr@gnu.org>
18857
18858 * w32proc.c (sys_spawnve): Quote args with wildcards.
18859
18860 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18861
18862 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18863 __objc_* sections.
18864 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18865
18866 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
18867
18868 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18869 Move check for Vdbus_registered_functions_table to
18870 xd_read_queued_messages.
18871 (xd_read_queued_messages): Protect xd_read_message calls by
18872 internal_condition_case_1.
18873
18874 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
18875
18876 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18877 Qdbus_system_bus and Qdbus_session_bus, respectively.
18878 (Vdbus_intern_symbols): Remove.
18879 (Vdbus_registered_functions_table): New hash table.
18880 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18881 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18882 Rewrite in order to manage registered functions by hash table
18883 Vdbus_registered_functions_table.
18884
18885 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18886
18887 * xterm.c: Update URL to Window Manager Specification in comment.
18888
18889 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
18890
18891 * config.in (HAVE_DBUS): Add.
18892
18893 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18894 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18895 (obj): Add $(DBUS_OBJ).
18896 (LIBES): Add $(DBUS_LIBS).
18897 (dbusbind.o): New target.
18898
18899 * dbusbind.c: New file.
18900
18901 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18902
18903 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18904 (Qdbus_event): New Lisp symbol.
18905 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18906 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18907 (keys_of_keyboard): Define dbus-event.
18908
18909 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18910
18911 2007-12-01 Richard Stallman <rms@gnu.org>
18912
18913 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18914
18915 2007-11-30 Jason Rumney <jasonr@gnu.org>
18916
18917 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18918 (w32con_reset_terminal_modes): Clear screen buffer.
18919 (w32_face_attributes): Don't use color indexes that are out of range.
18920 Only reverse the default colors.
18921
18922 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18923 WINDOWSNT.
18924
18925 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18926
18927 2007-11-29 Jason Rumney <jasonr@gnu.org>
18928
18929 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18930 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18931 if the terminal colors are initialized.
18932 (unspecified_fg, unspecified_bg): Remove unused declarations.
18933
18934 2007-11-29 Andreas Schwab <schwab@suse.de>
18935
18936 * keyboard.c (apply_modifiers): Fix typo.
18937
18938 2007-11-29 Richard Stallman <rms@gnu.org>
18939
18940 * keymap.c (Fcurrent_local_map): Doc fix.
18941
18942 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18943
18944 * s/gnu-kfreebsd.h: New file.
18945
18946 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18947
18948 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18949 Don't cast redundantly.
18950
18951 * keyboard.c (KEY_TO_CHAR): New macro.
18952 (parse_modifiers, apply_modifiers): Accept integer arguments.
18953 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18954 for chars and symbol keys.
18955 After doing such remapping, apply function-key-map again.
18956
18957 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18958
18959 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18960 compiled anymore.
18961
18962 2007-11-26 Andreas Schwab <schwab@suse.de>
18963
18964 * process.c (list_processes_1): Fix indentation level of the
18965 command column.
18966
18967 2007-11-23 Andreas Schwab <schwab@suse.de>
18968
18969 * editfns.c (Fformat): Handle %c specially since it requires the
18970 argument to be of type int.
18971
18972 2007-11-23 Markus Triska <markus.triska@gmx.at>
18973
18974 * emacs.c (main): Call init_editfns before init_process, since
18975 init_process sets Vprocess_connection_type depending on OS release.
18976
18977 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18980 (find_symbol_value): Use do_symval_forwarding.
18981
18982 * data.c (set_internal): Set the value in the `cons-cell' (for
18983 Buffer_Local_values) not only for frame-local variables.
18984
18985 2007-11-22 Andreas Schwab <schwab@suse.de>
18986
18987 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18988 values to sprintf.
18989 * keymap.c (Fsingle_key_description): Likewise.
18990 * print.c (print_object): Likewise.
18991
18992 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18993
18994 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18995 file for image is nil.
18996
18997 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18998
18999 * term.c: Include stdarg.h.
19000 (fatal): Implement using varargs.
19001 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19002
19003 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19006 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19007 Update call to buffer_slot_type_mismatch.
19008 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19009 (buffer_slot_type_mismatch): Update.
19010 * buffer.c (buffer_local_types): Remove.
19011 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19012 (defvar_per_buffer): Set the type in the buffer_objfwd.
19013
19014 2007-11-21 Jason Rumney <jasonr@gnu.org>
19015
19016 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19017 CreateFileMapping returns NULL on failure.
19018
19019 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * search.c (Fset_match_data): Remove the `evaporate' feature.
19022 (unwind_set_match_data): Don't use the `evaporate' feature.
19023
19024 2007-11-21 Jason Rumney <jasonr@gnu.org>
19025
19026 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19027
19028 * w32console.c (w32con_write_glyphs): Remove unused variables.
19029
19030 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19031
19032 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19033
19034 * s/darwin.h (MULTI_KBOARD): Remove.
19035
19036 * macfns.c (x_create_tip_frame, Fx_create_frame)
19037 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19038
19039 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * buffer.c (Fbuffer_local_value): Remove redundant test.
19042 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19043 than in `current-buffer' to match the comment.
19044 Do the swap using swap_in_global_binding.
19045
19046 * data.c (store_symval_forwarding, set_internal):
19047 * eval.c (specbind): Remove dead code.
19048
19049 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19050 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19051 Since we do not want to see internal Lisp_*fwd objects here.
19052
19053 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19054
19055 * sysdep.c (init_system_name): Use getaddrinfo if available.
19056
19057 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19058 (x_scroll_bar_note_movement): start, end, with, height in struct
19059 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19060
19061 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19062
19063 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19064
19065 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19068 This undoes Richard's change of 14-Oct-2002.
19069
19070 * alloc.c (allocate_other_vector):
19071 * lisp.h (allocate_other_vector): Remove.
19072
19073 * window.c (struct save_window_data): Move non-lisp data to the end
19074 and make it `int' rather than Lisp_Object.
19075 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19076 Done wrap/unwrap integer values.
19077 (Fset_window_configuration, compare_window_configurations):
19078 Update use of fields to their new types.
19079
19080 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19081 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19082 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19083 (SET_SCROLL_BAR_X_WINDOW): Remove.
19084 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19085 Access the new x_window field directly.
19086 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19087 Don't wrap/unwrap integers into Lisp_Objects.
19088 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19089 (x_scroll_bar_report_motion):
19090 Don't wrap/unwrap integers into Lisp_Objects.
19091 (x_term_init): Use SDATA.
19092 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19093 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19094 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19095 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19096 * xfns.c (x_set_background_color):
19097 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19098 Access the new x_window field directly.
19099
19100 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19101 (allocate_pseudovector): Make non-static.
19102
19103 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19104 (allocate_pseudovector): Declare.
19105 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19106
19107 2007-11-15 Andreas Schwab <schwab@suse.de>
19108
19109 * editfns.c (Fformat): Correctly format EMACS_INT values.
19110 Also take precision into account when formatting an integer.
19111
19112 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19113
19114 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19115
19116 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19117 (syms_of_keyboard): Defsubr it.
19118
19119 * data.c (swap_in_global_binding): Fix longstanding bug where
19120 store_symval_forwarding was not called with the right second argument,
19121 thus causing objfwd-ing from being dropped.
19122
19123 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19126 (Fx_display_pixel_height, Fx_display_planes)
19127 (Fx_display_color_cells, Fx_server_max_request_size)
19128 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19129 (Fx_display_visual_class, Fx_display_save_under):
19130 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19131 (Fx_display_pixel_height, Fx_display_planes)
19132 (Fx_display_color_cells, Fx_server_max_request_size)
19133 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19134 (Fx_display_mm_height, Fx_display_mm_width)
19135 (Fx_display_backing_store, Fx_display_visual_class)
19136 (Fw32_select_font, Fx_display_save_under):
19137 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19138 (Fx_display_pixel_height, Fx_display_planes)
19139 (Fx_display_color_cells, Fx_server_max_request_size)
19140 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19141 (Fx_display_save_under): Fix typos in docstrings.
19142
19143 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19144
19145 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19146 corresponding to deleted entries; they are an implementation detail.
19147 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19148 Remove variables.
19149 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19150 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19151 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19152 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19153 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19154 (Fw32_define_rgb_color, Fw32_load_color_file)
19155 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19156 Fix typos in docstrings.
19157 (Fx_server_version): Reflow docstring.
19158 (Fw32_shell_execute): Doc fixes.
19159
19160 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19161
19162 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19163 if w32_parse_hot_key returned nil.
19164
19165 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19168
19169 2007-11-09 Jason Rumney <jasonr@gnu.org>
19170
19171 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19172
19173 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19174
19175 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19176 Remove W32_SCROLL_BAR_CLICK_EVENT.
19177
19178 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19179 Add MULTIMEDIA_KEY_EVENT.
19180
19181 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19182 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19183 (make_lispy_event) [WINDOWSNT]: Use it to translate
19184 MULTIMEDIA_KEY_EVENT.
19185
19186 * w32term.h (WM_APPCOMMAND): Define if not already.
19187 (GET_APPCOMMAND_LPARAM): Likewise.
19188
19189 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19190 WM_APPCOMMAND.
19191
19192 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19193 (syms_of_w32fns): Export and initialize it.
19194 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19195
19196 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19197
19198 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19199 twice.
19200
19201 * xdisp.c (handle_face_prop): Fix last change.
19202
19203 2007-11-09 Richard Stallman <rms@gnu.org>
19204
19205 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19206 not just for after-strings and before-strings.
19207 Call face_for_overlay_string and pass the overlay to it.
19208 (handle_display_prop): Determine whether property came from an overlay.
19209 Pass OVERLAY arg to handle_single_display_spec.
19210 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19211 (load_overlay_strings): Fill in it->string_overlays.
19212 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19213
19214 * xfaces.c (face_for_overlay_string): Function renamed from
19215 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19216
19217 * dispextern.h (struct it): New elt string_overlays.
19218 New elt from_overlay, also in stack.
19219 Rearrange a few elements.
19220 (face_for_overlay_string): Decl renamed from
19221 face_at_buffer_position_no_overlays, and add argument.
19222
19223 2007-11-09 Richard Stallman <rms@gnu.org>
19224
19225 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19226 to get the base face for an overlay string.
19227
19228 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19229
19230 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19231
19232 * xdisp.c (handle_stop): Move some code out of loop.
19233
19234 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19235
19236 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19237 Fix conversion from Lisp object to ATSUFontID.
19238
19239 2007-11-09 Jason Rumney <jasonr@gnu.org>
19240
19241 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19242
19243 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19244
19245 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19246 Don't assume regions are aligned to page boundary.
19247 (print_load_command_name): Add LC_UUID if defined.
19248
19249 2007-11-09 Richard Stallman <rms@gnu.org>
19250
19251 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19252
19253 2007-11-07 Jason Rumney <jasonr@gnu.org>
19254
19255 * s/windows95.h: Remove.
19256
19257 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19258
19259 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19260 abort with a message on unhandled store_type values.
19261
19262 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19263
19264 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19265 Remove HAVE_X11R5 and HAVE_X11R4.
19266
19267 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19268
19269 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19270
19271 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19272
19273 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19274 Don't set s->stippled_p here, since it has already been set by
19275 x_set_glyph_string_gc from x_draw_glyph_string.
19276
19277 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19278
19279 * sunfns.c: Remove file.
19280
19281 * m/sun386.h:
19282 * m/sun2.h:
19283 * m/sparc.h: Remove Sun windows code.
19284
19285 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19288 (init_keyboard): Set current_kboard's window-system to nil.
19289 (tty_read_avail_input): Typo.
19290 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19291
19292 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19293
19294 * s/usg5-4.h:
19295 * s/usg5-3.h:
19296 * s/ptx.h:
19297 * m/is386.h:
19298 * m/ibmps2-aix.h:
19299 * Makefile.in: Remove all mentions of X10.
19300
19301 * dispnew.c (syms_of_display): Don't mention version 10.
19302
19303 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19304
19305 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19306 ($(BLD)/abbrev.$(O)): Remove.
19307
19308 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 Rewrite abbrev.c in Elisp.
19311 * image.c (Qcount): Don't declare as extern.
19312 (syms_of_image): Initialize and staticpro `Qcount'.
19313 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19314 * emacs.c (main): Don't call syms_of_abbrev.
19315 * Makefile.in (obj): Remove abbrev.o.
19316 (abbrev.o): Remove.
19317 * abbrev.c: Remove.
19318
19319 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19320
19321 * window.c (window_min_size_2): Don't count header-line.
19322
19323 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19324
19325 * frame.h (struct frame): Move all bit fields after the first bit
19326 field to take advantage of the available space. Group all the
19327 chars together to reduce wasted space due to padding.
19328
19329 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19330
19331 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19332
19333 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19334 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19335 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19336 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19337 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19338 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19339 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19340 (last_marked, mark_object_loop_halt): Make static.
19341
19342 * frame.c (syms_of_frame) <delete-frame-functions>:
19343 Fix typo in docstring.
19344
19345 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19346
19347 * w32.c (init_environment): Fix tiny memory leak.
19348 (w32_get_resource): Remove unused variable `ok'.
19349
19350 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 Make `window-system' into a keyboard-local variable (rather than
19353 frame-local as done originally by multi-tty).
19354
19355 * keyboard.h (struct kboard): Add Vwindow_system.
19356 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19357 (mark_kboards): Mark Vwindow_system.
19358
19359 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19360 (init_display): Don't set the obsolete `window-system' frame-param.
19361
19362 * xterm.c (x_term_init):
19363 * w32term.c (w32_create_terminal):
19364 * term.c (init_tty): Set Vwindow_system.
19365 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19366 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19367
19368 * xfns.c (Fx_create_frame, x_create_tip_frame):
19369 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19370 * macfns.c (Fx_create_frame):
19371 Don't set the obsolete `window-system' frame-param.
19372
19373 * frame.h (Qwindow_system): Remove.
19374 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19375 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19376
19377 2007-10-24 Richard Stallman <rms@gnu.org>
19378
19379 * frame.c (x_figure_window_size): For fullscreen case,
19380 set USPosition | PPosition without clobbering rest of window_prompting.
19381
19382 * keyboard.c (Fcurrent_idle_time): Doc fix.
19383
19384 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19385
19386 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19387
19388 * process.c (unwind_request_sigio): Only define if __ultrix__.
19389
19390 * callproc.c (child_setup): Remove spurious *.
19391
19392 * lisp.h (Fget_text_property): Declare.
19393 (have_menus_p): Declare it here rather than in sys-dep header files.
19394 * macterm.h (have_menus_p):
19395 * msdos.h (have_menus_p):
19396 * xterm.h (have_menus_p): Remove.
19397
19398 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19399 (Fmake_variable_frame_local): Just check the variable's const-ness
19400 rather than checking nil or t.
19401
19402 2007-10-22 Jason Rumney <jasonr@gnu.org>
19403
19404 * w32fns.c: Include math.h.
19405 (w32_abort): Declaration moved to nt/config.nt.
19406
19407 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19408 (abort): Redefinition moved to nt/config.nt.
19409
19410 * m/windowsnt.h: Remove.
19411
19412 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19413
19414 * emacs.c (Fdump_emacs): Fix typo in message.
19415 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19416 <installation-directory>: Reflow docstring.
19417
19418 2007-10-22 Juri Linkov <juri@jurta.org>
19419
19420 * minibuf.c: Allow minibuffer default to be a list of default values.
19421 With empty input use the first element of this list as returned default.
19422 (string_to_object)
19423 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19424 (read_minibuf): If defalt is cons, set histstring to its car.
19425 (Fread_string): If default_value is cons, set val to its car.
19426 (Fread_buffer): If def is cons, use its car.
19427 (Fcompleting_read): If defalt is cons, set val to its car.
19428
19429 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19430
19431 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19432
19433 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19434
19435 * doc.c (Fdocumentation): Check for advice in all cases.
19436
19437 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19438
19439 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19440
19441 2007-10-19 Richard Stallman <rms@gnu.org>
19442
19443 * doc.c (Fdocumentation): Check for and handle an advised function.
19444
19445 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19446
19447 * process.c (Fset_process_filter): Doc fix.
19448
19449 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19452 which caused key-translation-map to applied repeatedly (thus breaking
19453 double-mode).
19454
19455 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * xselect.c (x_own_selection, x_handle_selection_clear)
19458 (x_clear_frame_selections):
19459 * w32menu.c (list_of_panes, list_of_items):
19460 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19461 * textprop.c (validate_plist, interval_has_all_properties)
19462 (interval_has_some_properties, interval_has_some_properties_list)
19463 (add_properties, text_property_list):
19464 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19465 * minibuf.c (Fassoc_string):
19466 * macselect.c (x_own_selection, x_clear_frame_selections)
19467 (Fx_disown_selection_internal):
19468 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19469 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19470
19471 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19472
19473 * process.c: Link to libs for calling res_init() if available.
19474 (Fmake_network_process): Call res_init() before getaddrinfo or
19475 gethostbyname, if possible.
19476
19477 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * lread.c (read1): Set pvectype for char_tables.
19480
19481 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19482 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19483 Add type checks.
19484 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19485
19486 * alloc.c (free_misc): Use XMISCTYPE.
19487 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19488
19489 2007-10-17 Glenn Morris <rgm@gnu.org>
19490
19491 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19492 (syms_of_minibuf): Add Qcompletion_ignore_case.
19493 * dired.c (Qcompletion_ignore_case): Change to external.
19494 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19495 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19496 (Fread_file_name): Use it rather than intern'ing.
19497
19498 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19499 (Fread_coding_system): Ignore case of user input.
19500
19501 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19502
19503 * xdisp.c (handle_display_prop): Ignore display specs after
19504 replacing one when string text is being replaced.
19505 (handle_single_display_spec): Pretend as if characters with display
19506 property haven't been consumed only when buffer text is being replaced.
19507
19508 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19509
19510 * xfns.c (Fx_create_frame, Fx_display_list):
19511 * window.c (window_fixed_size_p, enlarge_window)
19512 (shrink_window_lowest_first):
19513 * macterm.c (init_font_name_table):
19514 * macfns.c (Fx_create_frame, Fx_display_list):
19515 * lread.c (close_load_descs):
19516 * keyboard.c (read_char_x_menu_prompt):
19517 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19518 * coding.c (code_convert_region_unwind): Test the type of an object
19519 rather than just !NILP before extracting data from it.
19520
19521 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19522
19523 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19524 (XMISCANY): New macro.
19525 (XMISCTYPE): Use it.
19526 (struct Lisp_Misc_Any): New type.
19527 (union Lisp_Misc): Use it.
19528 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19529 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19530 (find_symbol_value, set_internal, default_value, Fset_default)
19531 (Fmake_variable_buffer_local, Fmake_local_variable)
19532 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19533 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19534 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19535 * alloc.c (allocate_buffer): Set the size and tag.
19536 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19537 Use XMISCANY.
19538 (die): Follow the GNU convention for error messages.
19539 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19540 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19541 tag any more.
19542 (set_buffer_internal_1):
19543 * frame.c (store_frame_param):
19544 * eval.c (specbind):
19545 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19546
19547 * doc.c (Fsnarf_documentation): Simplify.
19548
19549 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19550
19551 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19552 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19553
19554 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19555
19556 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19557
19558 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19559
19560 * eval.c (do_autoload): Don't save autoloads.
19561
19562 * data.c (Ffset): Save autoload of the function being set.
19563
19564 2007-10-07 John Paul Wallington <jpw@pobox.com>
19565
19566 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19567 parameter before setting up faces.
19568
19569 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19570
19571 * ccl.c (Fregister_code_conversion_map):
19572 * keyboard.c (append_tool_bar_item): Reformat last change.
19573
19574 * lisp.h (eabs): Rename from `abs'. All callers changed.
19575
19576 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19577
19578 * buffer.c (add_overlay_mod_hooklist):
19579 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19580 * fontset.c (make_fontset):
19581 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19582 (append_tool_bar_item):
19583 * macmenu.c (grow_menu_items):
19584 * w32menu.c (grow_menu_items):
19585 * xmenu.c (grow_menu_items): Use larger_vector.
19586
19587 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19588
19589 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19590 selected frame'' on MSDOS).
19591
19592 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19593
19594 * frame.c (Qexplicit_name): New variable.
19595 (x_report_frame_params): Report it in parameter alist.
19596 (syms_of_frame): Intern and staticpro it.
19597
19598 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19599
19600 * macfns.c (x_create_tip_frame): Set terminal for frame.
19601
19602 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * frame.c (Qenvironment): Remove.
19605 (syms_of_frame) <Qenvironment>: Don't initialize.
19606 (Fdelete_frame): Don't treat the `environment' param specially.
19607 * frame.h (Qenvironment): Don't declare.
19608 * callproc.c (set_initial_environment): Don't set unused frame param.
19609
19610 * frame.c (Fframe_with_environment): Remove.
19611 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19612
19613 * lisp.h (Fframe_with_environment): Don't declare.
19614
19615 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19616
19617 * indent.c (indent_tabs_mode, last_known_column)
19618 (last_known_column_modified): Make static.
19619 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19620
19621 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19622
19623 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19624
19625 2007-10-09 Jason Rumney <jasonr@gnu.org>
19626
19627 * w32term.c (x_set_window_size): Disable code that attempts to tell
19628 Lisp code about a size change before it actually happens.
19629
19630 2007-10-09 Richard Stallman <rms@gnu.org>
19631
19632 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19633 return HANDLED_RETURN.
19634
19635 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19636
19637 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19638 when there's an unread command event.
19639
19640 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19641 window autoselection act appropriately when leaving selected frame.
19642 (syms_of_frame): Initialize focus_follows_mouse.
19643 * frame.h (focus_follows_mouse): Extern it.
19644 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19645 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19646 * msdos.c (dos_rawgetc): Likewise.
19647 * w32term.c (w32_read_socket): Likewise.
19648 * xterm.c (handle_one_xevent): Likewise.
19649 * xdisp.c (syms_of_xdisp): In doc-string of
19650 mouse-autoselect-window mention focus-follows-mouse.
19651
19652 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19653
19654 * macterm.c (mac_load_query_font): Fix missing return value.
19655 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19656 Add BLOCK_INPUT.
19657
19658 2007-10-08 Richard Stallman <rms@gnu.org>
19659
19660 * xdisp.c (get_window_cursor_type): Implement documented behavior
19661 for cursor-in-non-selected-windows = t.
19662
19663 2007-10-08 Jason Rumney <jasonr@gnu.org>
19664
19665 * w32.c (w32_get_resource): Always close registry keys.
19666
19667 2007-10-08 Jason Rumney <jasonr@gnu.org>
19668
19669 * makefile.w32-in (LIBS): Add COMCTL32.
19670
19671 * w32fns.c (globals_of_w32fns): Init common controls.
19672
19673 2007-10-08 Richard Stallman <rms@gnu.org>
19674
19675 * image.c (our_memory_buffer): Rename from omfib_buffer.
19676
19677 2007-10-08 Richard Stallman <rms@gnu.org>
19678
19679 * buffer.c (Foverlays_at): Doc fix.
19680
19681 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * fns.c (Fplist_put): Preserve uneven tail data.
19684
19685 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19686
19687 * termhooks.h (enum event_kind): Remove trailing comma.
19688
19689 * frame.h (enum): Remove trailing comma.
19690
19691 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19692
19693 * w32proc.c (delete_child): Don't terminate threads of zombies.
19694
19695 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19696
19697 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19698
19699 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19700 last-repeatable-command.
19701 (init_kboard): Initialize Vlast_repeatable_command.
19702 (command_loop_1): Set it to real_this_command unless that was
19703 bound to an input event.
19704 (mark_kboards): Mark it.
19705
19706 2007-10-08 Richard Stallman <rms@gnu.org>
19707
19708 * eval.c (condition-case): Doc fix.
19709
19710 2007-10-08 Masatake YAMATO <jet@gyve.org>
19711
19712 * xfaces.c (tty_supports_face_attributes_p): Fix code
19713 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19714 was copied and not edited.
19715
19716 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 Add new `input-decode-map' keymap and use it for terminal
19719 escape sequences.
19720 * keyboard.h (struct kboard): Add Vinput_decode_map.
19721 Remove Vlocal_key_translation_map.
19722 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19723 (init_kboard): Init input-decode-map.
19724 Replace local-key-translation-map back with key-translation-map.
19725 (syms_of_keyboard): Declare input-decode-map.
19726 Remove local-key-translation-map. Update docstrings.
19727 (mark_kboards): Mark Vinput_decode_map.
19728 Don't mark Vlocal_key_translation_map.
19729 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19730 Replace local-key-translation-map back with key-translation-map.
19731 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19732 Bind in input-decode-map rather than function-key-map.
19733
19734 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19735 This was made redundant by the previous introduction of XSETPVECTYPE.
19736
19737 2007-10-09 Richard Stallman <rms@gnu.org>
19738
19739 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19740
19741 2007-09-29 Richard Stallman <rms@gnu.org>
19742
19743 * eval.c (internal_condition_case_2, internal_condition_case_1)
19744 (internal_condition_case): Reenable abort if x_catching_errors ()
19745 to see if that really happens and why.
19746
19747 2007-10-06 Andreas Schwab <schwab@suse.de>
19748
19749 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19750
19751 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19754
19755 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19758
19759 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19760
19761 * window.h (struct window):
19762 * window.c (struct save_window_data, struct saved_window):
19763 * termhooks.h (struct terminal):
19764 * process.h (struct Lisp_Process):
19765 * frame.h (struct frame):
19766 * buffer.h (struct buffer):
19767 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19768 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19769 The size field of (pseudo)vectors is now unsigned.
19770 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19771
19772 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19773 Turn `count' into an integer.
19774
19775 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19776 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19777 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19778 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19779 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19780
19781 * alloc.c (allocate_pseudovector): New fun.
19782 (ALLOCATE_PSEUDOVECTOR): New macro.
19783 (allocate_window, allocate_terminal, allocate_frame)
19784 (allocate_process): Use it.
19785 (mark_vectorlike): New function.
19786 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19787 (mark_terminals): Use it.
19788 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19789 (Fmake_byte_code): Use XSETPVECTYPE.
19790
19791 * frame.c (Fframe_parameters): Minor simplification.
19792
19793 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19794
19795 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19796
19797 * buffer.c (Fget_buffer_create, init_buffer_once):
19798 * lread.c (defsubr):
19799 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19800
19801 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19802 defined differently in the m/*.h files.
19803 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19804 (XSETPVECTYPE): New macro.
19805 (XSETPSEUDOVECTOR): Use it.
19806
19807 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19808 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19809
19810 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19811 * lread.c (defvar_per_buffer):
19812 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19813
19814 * window.c (candidate_window_p): Only consider as visible frames that
19815 are on the same terminal.
19816
19817 * m/ibms390x.h (MARKBIT): Remove unused macro.
19818
19819 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19820
19821 * lread.c (Fload): Fix typo in docstring.
19822
19823 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19824
19825 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19826 of a non-zero value can't yield zero.
19827
19828 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * term.c (term_clear_mouse_face, term_mouse_highlight)
19831 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19832
19833 * print.c (safe_debug_print): Use XHASH.
19834
19835 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19836 Lisp elements such as tags.
19837 (XHASH): New macro.
19838 (EQ): Use it.
19839 (SREF, SSET, STRING_COPYIN): Use SDATA.
19840 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19841
19842 * alloc.c (mark_terminal): Remove left-over declaration.
19843 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19844 (allocate_vectorlike): Remove type argument. Adjust callers.
19845 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19846 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19847
19848 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19849 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19850 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19851 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19852 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19853 Use them.
19854
19855 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19856 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19857 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19858
19859 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19860
19861 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19862 loaded by default.
19863
19864 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19867 on this tty.
19868 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19869
19870 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19871 Update all users.
19872 (handle_one_term_event): Use Gpm_DrawPointer.
19873 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19874 Signal errors instead of returning nil. Always return nil.
19875 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19876 Make it a noop if gpm-mouse was not activated.
19877 (syms_of_term): Update names.
19878
19879 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19882 (init_sys_modes): Check that gpm_tty is the current tty.
19883
19884 * alloc.c (allocate_terminal): Set the vector size to only count the
19885 lisp fields. Initialize those to nil.
19886 (mark_object): Don't treat terminals specially.
19887 (mark_terminal): Remove.
19888 (mark_terminals): Use mark_object instead.
19889
19890 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19891 the GC to the beginning.
19892
19893 * indent.h:
19894 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19895
19896 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19897
19898 2007-09-25 Jason Rumney <jasonr@gnu.org>
19899
19900 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19901
19902 * w32console.c (create_w32cons_output): Remove.
19903
19904 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19905
19906 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19907 (reset_sys_modes): Use reset_terminal_modes_hook.
19908
19909 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * eval.c (do_autoload): Don't output any message.
19912
19913 2007-09-24 Juri Linkov <juri@jurta.org>
19914
19915 * emacs.c (standard_args): Change priority of "--no-splash"
19916 from 40 to 3. Add "--no-desktop" with the same priority.
19917
19918 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19919
19920 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19921 and optimize the case where they are all 1.
19922
19923 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
19924
19925 * lisp.h (abs): Define if not defined.
19926 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19927 Don't define `abs', since it's defined in lisp.h.
19928
19929 2007-09-22 Eli Zaretskii <eliz@gnu.org>
19930
19931 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19932 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19933 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19934 (init_tty): Use DEV_TTY instead of "/dev/tty".
19935 [WINDOWSNT]: No need to protect from NAME arg being null.
19936
19937 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19938
19939 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19940 up the tty state.
19941
19942 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19943
19944 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19945 (gpm_tty): Change its type.
19946 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19947 (gpm_tty): Change its type and initialize it.
19948 (Fterm_open_connection): Check the frame is indeed a tty.
19949 Use the new gpm_tty.
19950 (Fterm_close_connection): Use the new gpm_tty.
19951 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19952 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19953
19954 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
19955
19956 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19957 underline_color, to draw strike-through.
19958
19959 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * lisp.h (allocate_terminal): Declare.
19962
19963 * window.c (candidate_window_p): Consider frames that are being placed
19964 by the user as somewhere between visible and iconified.
19965 (window_loop): Prefer windows on the current frame.
19966 (Fselect_window): Move the use of select-frame to the beginning so we
19967 can just delegate all the work (it'll call us back anyway).
19968
19969 * frame.c (Qdisplay_environment_variable):
19970 * frame.h (Qdisplay_environment_variable): Delete.
19971
19972 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19973 of the first arg, since that value may be a union.
19974
19975 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19976 parameter rather than Qdisplay_environment_variable. If all else
19977 fails, look for DISPLAY in initial-environment.
19978
19979 2007-09-21 Glenn Morris <rgm@gnu.org>
19980
19981 * Makefile.in (emacstool): Remove target.
19982 (lisp, shortlisp): Remove termdev.elc.
19983
19984 2007-09-21 Markus Triska <markus.triska@gmx.at>
19985
19986 * xterm.c (x_delete_display): Compile session management conditionally.
19987
19988 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19989
19990 * callproc.c (getenv_internal_1): New function.
19991 (getenv_internal): Use it.
19992 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19993
19994 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19995 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19996 (Fset_terminal_parameter): Work with dead terminals as well.
19997 (Fmodify_terminal_parameters): Remove.
19998
19999 * terminal.c (get_terminal): Handle terminals.
20000 Make sure the terminal returned is live.
20001 (create_terminal): Use allocate_terminal.
20002 (mark_terminals): Move to alloc.c.
20003 (delete_terminal): Use terminal->name as liveness status.
20004 NULL out fields after freeing their contents.
20005 Don't deallocate the object.
20006 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20007 rather than an int.
20008 (Fterminal_live_p): Accept non-integer arguments.
20009 (Fterminal_list): Return terminal objects rather than an ints.
20010
20011 * alloc.c (enum mem_type): New member for `terminal' objects.
20012 (allocate_terminal): New function.
20013 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20014 Handle terminals.
20015 (mark_terminal): New fun.
20016 (mark_terminals): Move from terminal.c.
20017
20018 * term.c (get_tty_terminal): Don't treat output_initial specially.
20019 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20020 (delete_tty): Use terminal->name as liveness status.
20021
20022 * termhooks.h (struct terminal): Make it into a pseudovector.
20023 Remove `deleted' replaced by checking `name's nullness.
20024
20025 * print.c (print_object): Handle terminals.
20026
20027 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20028 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20029
20030 * frame.c (make_terminal_frame):
20031 * keyboard.c (tty_read_avail_input):
20032 * w32term.c (x_delete_terminal):
20033 * xfns.c (Fx_create_frame, x_create_tip_frame):
20034 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20035
20036 2007-09-20 Glenn Morris <rgm@gnu.org>
20037
20038 * process.c (Fmake_network_process): Doc fix.
20039
20040 2007-09-19 Jason Rumney <jasonr@gnu.org>
20041
20042 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20043
20044 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20045
20046 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20047 Fix a C warning regarding variable constness.
20048
20049 * xterm.c (handle_one_xevent): Fix a C warning.
20050
20051 2007-09-18 Jason Rumney <jasonr@gnu.org>
20052
20053 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20054
20055 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20056
20057 * gtkutil.c (gdpy_def): New variable.
20058 (xg_initialize): Initialize gdpy_def.
20059 (xg_display_close): If no other display exists, set gdpy_def to a
20060 new connection.
20061
20062 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20063
20064 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20065 when we have no file name for the icon.
20066 (xg_tool_bar_expose_callback): Remove.
20067 (xg_create_tool_bar): Don't connect expose signal to
20068 xg_tool_bar_expose_callback.
20069 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20070
20071 2007-09-16 Andreas Schwab <schwab@suse.de>
20072
20073 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20074 values instead of zapping them.
20075
20076 2007-09-14 Glenn Morris <rgm@gnu.org>
20077
20078 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20079 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20080 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20081 scope and rename to omfib_buffer for clarity.
20082 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20083
20084 2007-09-14 Kenichi Handa <handa@m17n.org>
20085
20086 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20087
20088 2007-09-13 Jason Rumney <jasonr@gnu.org>
20089
20090 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20091
20092 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20093
20094 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20095 (mac_term_init): Call here instead, passing rif.
20096
20097 2007-09-13 Glenn Morris <rgm@gnu.org>
20098
20099 * s/hpux.h: No longer define `static' as nothing.
20100
20101 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20102
20103 * callint.c (Fcall_interactively): Remove unused var `fun'.
20104
20105 2007-09-12 Romain Francoise <romain@orebokech.com>
20106
20107 * window.c (prefer_window_split_horizontally, display_buffer):
20108 Revert 2007-09-08 change.
20109
20110 2007-09-12 Glenn Morris <rgm@gnu.org>
20111
20112 * alloca.c: Remove file.
20113 * Makefile.in (alloca): Do not undef.
20114 (allocaobj, alloca.o): Remove.
20115 (otherobj): Remove allocaobj.
20116 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20117 * regex.c (C_ALLOCA): Remove all references and code that was only
20118 used when this was defined.
20119 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20120 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20121 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20122
20123 * Makefile.in (SOURCES, unlock, relock): Delete.
20124
20125 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20126 (menu_grab_callback): All uses changed.
20127
20128 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20129 (x_reply_selection_request): All uses changed.
20130
20131 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20132
20133 * lread.c (load_warn_old_style_backquotes): Change message to look
20134 better when it appears in the middle of byte-compiler messages.
20135
20136 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20137
20138 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20139
20140 * xterm.c (x_create_terminal): Add comment.
20141
20142 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20143
20144 2007-09-10 Richard Stallman <rms@gnu.org>
20145
20146 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20147
20148 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20149
20150 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20151 (DEFUN): Document `intspec', use it instead of `prompt'.
20152
20153 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20154
20155 * data.c (Finteractive_form): If the interactive specification starts
20156 with a `(', use it as a Lisp form.
20157
20158 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20159 name and file modes.
20160
20161 * callint.c (Fcall_interactively): Comment fixes.
20162
20163 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20166 and compiled functions.
20167
20168 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20169
20170 * window.c (prefer_window_split_horizontally): New variable.
20171 (display_buffer): Consider splitting window horizontally depending
20172 on prefer_window_split_horizontally.
20173
20174 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20175
20176 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20177
20178 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20179
20180 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20181
20182 * frame.c (x_set_frame_parameters): Check number is positive before
20183 using XFASTINT.
20184
20185 * window.c (freeze_window_start): Don't presume selected_window holds
20186 a window object.
20187 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20188
20189 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20190
20191 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20192
20193 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * window.c (Vsplit_window_preferred_function): New var.
20196 (Fdisplay_buffer): Use it.
20197 (syms_of_window): Export, and initialize it.
20198
20199 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20200
20201 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20202
20203 2007-09-06 Glenn Morris <rgm@gnu.org>
20204
20205 * gtkutil.c (menu_grab_callback) <cnt>:
20206 * xselect.c (x_reply_selection_request) <cnt>: Move static
20207 variable to file scope.
20208
20209 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20212 consistent values of selected_frame and selected_window.
20213
20214 2007-09-04 Jason Rumney <jasonr@gnu.org>
20215
20216 * w32console.c (initialize_w32_display): Zero unused hooks.
20217
20218 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20219
20220 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20221 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20222
20223 2007-09-04 Jason Rumney <jasonr@gnu.org>
20224
20225 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20226 in w32console.c. Set up input. Remove XXX comments that have been
20227 confirmed as correct.
20228
20229 * s/ms-w32.h (MULTI_KBOARD): Define.
20230
20231 * w32console.c (one_and_only_w32cons): Remove.
20232 (initialize_w32_display): Take terminal argument.
20233
20234 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20235 initialize_w32_display.
20236 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20237
20238 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20239
20240 * keyboard.c (discard_mouse_events): Discard it.
20241 (make_lispy_event): Translate it to a lisp event.
20242 (lispy_wheel_names): Add wheel-left and right events.
20243 (syms_of_keyboard): Enlarge wheel_syms.
20244
20245 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20246 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20247
20248 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20249
20250 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20251 from WM_MOUSEHWHEEL.
20252 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20253
20254 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20255 terminal.
20256
20257 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20258 keyboard for the terminal.
20259
20260 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20261
20262 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20263 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20264 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20265 and resume-tty-function to resume-tty-hook.
20266 (Fsuspend_tty, Fresume_tty): Use new names.
20267
20268 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20269
20270 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20271 if it starts with "n:".
20272
20273 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20274
20275 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20276
20277 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20278
20279 * frame.h:
20280 * frame.c (Qterm_environment_variable): Remove.
20281 (syms_of_frame): Don't init and staticpro it.
20282
20283 * callproc.c (getenv_internal): Remove special case for $TERM.
20284
20285 * callproc.c (Vinitial_environment): New variable.
20286 (set_initial_environment): Initialize it.
20287 (syms_of_callproc): Declare it.
20288 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20289 TERM under which a process runs is never related to the TERM in which
20290 Emacs is running.
20291
20292 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20293
20294 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20295 * s/darwin.h: ... do it here.
20296
20297 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20298
20299 * lisp.h (set_initial_environment): Rename from set_global_environment.
20300
20301 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20302 removed by mistake on the multi-tty branch.
20303
20304 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20305 (Fmodify_frame_parameters): Return a value.
20306
20307 * image.c (png_load): Comment-out var only used in commented-out code.
20308
20309 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20310 before passing it to mark_object.
20311
20312 * xfaces.c (internal_resolve_face_name): Return a value.
20313 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20314
20315 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20316 (x_icon): Comment-out var only used in commented-out code.
20317
20318 2007-08-29 Romain Francoise <romain@orebokech.com>
20319
20320 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20321 QUIT hasn't been provided.
20322
20323 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20324
20325 * callproc.c (child_setup, getenv_internal): Use the
20326 display-environment-variable and term-environment-variable frame params.
20327 (set_initial_environment): Initialise Vprocess_environment.
20328
20329 * config.in: Disable multi-keyboard support on a mac.
20330
20331 * frame.c (Qterm_environment_variable)
20332 (Qdisplay_environment_variable): New variables.
20333 (syms_of_frame): Intern and staticpro them.
20334 (Fmake_terminal_frame): Disable output method test.
20335
20336 * frame.h: Declare them here.
20337
20338 * macfns.c (x_set_mouse_color): Get rif from the frame.
20339 (x_set_tool_bar_lines): Don't use updating_frame.
20340 (mac_window): Add 2 new parameters for consistency with other systems.
20341 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20342 frame parameters following what is done in X11 and w32. Don't use
20343 FRAME_MAC_DISPLAY_INFO.
20344 (Fx_open_connection, start_hourglass): Remove window-system check.
20345 (x_create_tip_frame): Get the keyboard from the terminal.
20346
20347 * macmenu.c: Reorder includes.
20348 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20349
20350 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20351 terminal parameter.
20352 (x_clear_frame): Add a frame parameter.
20353 (note_mouse_movement): Get rif from the frame.
20354 (mac_term_init): Initialize the terminal.
20355 (mac_initialize): Make static and move terminal initialization ...
20356 (mac_create_terminal): ... to this new function.
20357
20358 * macterm.h (struct mac_display_info): Add terminal.
20359 (mac_initialize): Delete declaration.
20360
20361 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20362
20363 * sysdep.c: Comment out text after #endif.
20364
20365 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20366 is defined. Better initialize ttys in windows. Use terminal
20367 specific mouse_position_hook.
20368
20369 * termhooks.h (union display_info): Add mac_display_info.
20370
20371 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20372 Set the default minibuffer frame, window_system and the rest of the
20373 frame parameters following what is done in X11.
20374
20375 * w32term.c (w32_initialize): Make static.
20376
20377 * xselect.c (x_handle_selection_clear): Only access
20378 terminal->kboard when MULTI_KBOARD is defined.
20379
20380 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20381 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20382
20383 2007-08-29 Jason Rumney <jasonr@gnu.org>
20384
20385 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20386 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20387
20388 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20389 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20390
20391 * keyboard.c (restore_kboard_configuration): Only define when
20392 MULTI_KBOARD defined.
20393
20394 * makefile.w32-in: Update dependancies from Makefile.in.
20395 (OBJ1): Add terminal.$(O)
20396
20397 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20398 Don't define function body.
20399 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20400
20401 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20402
20403 * w32.c (request_sigio, unrequest_sigio): Remove.
20404
20405 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20406 (w32con_clear_frame, w32con_clear_end_of_line)
20407 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20408 (w32con_delete_glyphs, w32con_set_terminal_window)
20409 (scroll_line, w32_sys_ring_bell): Add frame arg.
20410 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20411 Add terminal arg.
20412 (PICK_FRAME): Remove.
20413 (w32con_write_glyphs): Use frame specific terminal coding.
20414 (one_and_only_w32cons): New global variable.
20415 (initialize_w32_display): Use it for storing hooks.
20416 (create_w32cons_output): New function.
20417
20418 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20419 arg a frame.
20420
20421 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20422 Set window_system.
20423 (x_set_tool_bar_lines): Don't use updating_frame.
20424 (Fx_create_frame): Set terminal and ref count.
20425 (Fx_open_connection): Remove window-system check.
20426
20427 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20428
20429 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20430 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20431 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20432 Add frame arg.
20433 (x_delete_terminal, w32_create_terminal): New functions.
20434 (w32_term_init): Create a terminal.
20435 (w32_initialize): Move terminal specific initialization to
20436 w32_create_terminal.
20437
20438 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20439 (w32_clear_rect, w32_clear_area): Use background from frame.
20440 (w32_display_info): Add terminal.
20441 (w32_sys_ring_bell, x_delete_display): Declare here.
20442
20443 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20444
20445 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20446
20447 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20448
20449 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20450 Fix get_named_tty calls for the controlling tty.
20451
20452 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20453
20454 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20455
20456 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20457
20458 * term.c (tty_insert_glyphs): Add missing first parameter.
20459
20460 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20461
20462 * buffer.c (Fbuffer_list, Fbury_buffer):
20463 Take frame->buried_buffer_list into account.
20464
20465 * cm.c (current_tty): New variable, for cmputc().
20466 (cmputc): Use it.
20467 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20468 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20469 (cmgoto): Add tty parameter. Pass it on to calccost().
20470 Use emacs_tputs() instead of tputs().
20471
20472 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20473 tputs().
20474 (current_tty): New variable, for cmputc().
20475 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20476
20477 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20478 (internal_condition_case, internal_condition_case_1)
20479 (internal_condition_case_2): Don't abort when x_catching_errors.
20480
20481 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20482 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20483 prevent crashes caused by bogus longjmps in read_char.
20484
20485 * keymap.h (Fset_keymap_parent): Add EXFUN.
20486
20487 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20488 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20489 Remove redundant definition.
20490
20491 * macfns.c (x_set_mouse_color, x_make_gc):
20492 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20493
20494 * w32term.c (x_free_frame_resources):
20495 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20496 (w32_initialize): Use the accessor macros for terminal characteristics.
20497
20498 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20499 Use the accessor macros for terminal characteristics.
20500 * msdos.c (internal_terminal_init): Use the accessor macros for
20501 terminal characteristics.
20502 (ScreenVisualBell, internal_terminal_init):
20503 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20504
20505 * termopts.h (no_redraw_on_reenter): Declare.
20506
20507 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20508 (mark_terminals, mark_ttys): Declare.
20509 (Fgarbage_collect): Call them.
20510 (mark_object): Mark buried_buffer_list.
20511
20512 * prefix-args.c: Include stdlib.h for exit.
20513
20514 * syssignal.h: Add comment.
20515
20516 * indent.c: Include stdio.h.
20517
20518 * window.h (Vinitial_window_system): Declare.
20519 (Vwindow_system): Delete declaration.
20520
20521 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20522
20523 * image.c (lookup_image): Don't initialize `c' until the xasserts
20524 have been run.
20525
20526 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20527 FRAME_FOREGROUND_PIXEL.
20528
20529 * print.c (print_preprocess): Don't lose print_depth levels while
20530 iterating.
20531
20532 * widget.c (update_from_various_frame_slots):
20533 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20534
20535 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20536 frames.
20537 (window_internal_height): Remove bogus make_number call.
20538 (init_window_once): Call make_terminal_frame with two zero parameters.
20539
20540 * fileio.c (Fread_file_name): Update comment.
20541
20542 * callint.c (Fcall_interactively):
20543 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20544 Make sure it is correctly unwound.
20545
20546 * xsmfns.c (x_session_close): New function.
20547
20548 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20549 Delete declarations.
20550
20551 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20552 (x_output): Remove background_pixel and foreground_pixel fields.
20553 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20554 (x_delete_device, x_session_close): Declare.
20555
20556 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20557 (read_filtered_event): Call `read_char' with a local
20558 `wrong_kboard_jmpbuf'.
20559
20560 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20561 Don't call single_kboard_state. Use FRAME_RIF.
20562
20563 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20564 systems.
20565
20566 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20567 (Fframe_with_environment, Fset_input_meta_mode)
20568 (Fset_quit_char): EXFUN.
20569 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20570 (init_sys_modes, reset_sys_modes): Update prototypes.
20571 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20572
20573 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20574 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20575 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20576 Delete declarations.
20577 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20578 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20579 New declarations.
20580
20581 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20582 already does that during init_display(). Call syms_of_keymap
20583 before syms_of_keyboard. Call `syms_of_terminal'.
20584 Call set_initial_environment, not set_process_environment.
20585 (shut_down_emacs): Call reset_all_sys_modes() instead of
20586 reset_sys_modes().
20587
20588 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20589 (internal_resolve_face_name, resolve_face_name_error): New functions.
20590 (resolve_face_name): Protect against loops and errors thrown by Fget.
20591 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20592 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20593
20594 * scroll.c: Replace CURTTY() with local variables throughout the
20595 file (where applicable).
20596 (calculate_scrolling, calculate_direct_scrolling)
20597 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20598 characteristics.
20599
20600 * keymap.c (Vfunction_key_map): Remove.
20601 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20602 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20603 (Vkey_translation_map): Remove.
20604 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20605 (Fdescribe_buffer_bindings)
20606 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20607 Update for terminal-local key-translation-map.
20608
20609 * Makefile.in (callproc.o): Update dependencies.
20610 (lisp, shortlisp): Add termdev.elc.
20611 (obj): Add terminal.o.
20612 (terminal.o): Add dependencies.
20613 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20614 (data.o, fns.o): Add termhooks.h dependency.
20615 (SOME_MACHINE_LISP): Add dnd.elc.
20616 (minibuf.o): Fix typo.
20617 Update dependencies.
20618
20619 * data.c (do_symval_forwarding, store_symval_forwarding)
20620 (find_symbol_value): Use the selected frame's keyboard, not
20621 current_kboard.
20622
20623 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20624 Vwindow_system.
20625
20626 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20627 Fmenu_bar_open.
20628 (syms_of_xmenu): Update defsubr.
20629 (mouse_position_for_popup, Fx_popup_menu)
20630 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20631 (set_frame_menubar, free_frame_menubar)
20632 (create_and_show_popup_menu, xmenu_show)
20633 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20634 an X frame.
20635
20636 * xselect.c (x_own_selection): Abort if not an X frame.
20637 (some_frame_on_display): Check if it is an X frame.
20638 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20639
20640 * coding.c: Include frame.h and termhooks.h.
20641 (terminal_coding, keyboard_coding): Delete.
20642 (Fset_terminal_coding_system_internal)
20643 (Fset_keyboard_coding_system_internal)
20644 (Fkeyboard_coding_system)
20645 (Fterminal_coding_system): Add a terminal parameter.
20646 Get terminal_coding from the terminal.
20647 (init_coding_once): Don't call setup_coding_system here.
20648
20649 * dispextern.h (set_scroll_region, turn_off_insert)
20650 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20651 (tty_clear_end_of_line, tty_setup_colors)
20652 (delete_tty, updating_frame)
20653 (produce_special_glyphs, produce_glyphs, write_glyphs)
20654 (insert_glyphs): Remove.
20655 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20656 (tty_turn_off_highlight, get_tty_size): Add declaration.
20657 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20658
20659 * frame.h (enum output_method): Add output_initial.
20660 (struct x_output): Delete.
20661 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20662 Access foreground_pixel and background_pixel directly from the frame.
20663 (tty_display): Delete.
20664 (struct frame): Add buried_buffer_list, foreground_pixel,
20665 background_pixel and terminal. Delete kboard.
20666 (union output_data): Add tty.
20667 (FRAME_KBOARD): Get the kboard from the terminal.
20668 (FRAME_INITIAL_P): New macro.
20669 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20670 (Qterm_environment_variable, Qdisplay_environment_variable)
20671 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20672 New declarations.
20673
20674 * termchar.h (tty_output, tty_display_info): New structures.
20675 (tty_list): Declare.
20676 (FRAME_TTY, CURTTY): New macros.
20677 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20678 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20679 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20680 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20681
20682 * callproc.c: Include frame.h and termhooks.h, for terminal
20683 parameters.
20684 (add_env): New function.
20685 (child_setup): Use it.
20686 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20687 (getenv_internal): Fix get_terminal_param call.
20688 (Fgetenv_internal, egetenv): Update doc.
20689 (syms_of_callproc): Initialize Vprocess_environment to nil.
20690 Register and initialize them. Remove obsolete defvars. Update doc
20691 strings.
20692 (child_setup): Handle Vlocal_environment_variables.
20693 (getenv_internal): Add terminal parameter.
20694 Handle Vlocal_environment_variables.
20695 (Fgetenv_internal): Add terminal parameter.
20696 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20697 environment in a frame (not terminal) parameter. Update doc strings.
20698 (set_initial_environment): Rename from set_global_environment.
20699 Store Emacs environment in initial frame parameter.
20700
20701 * xdisp.c (redisplay_internal): Update references to
20702 `previous_terminal_frame'.
20703 (display_mode_line, Fformat_mode_line): Replace calls to
20704 `push_frame_kboard' with `push_kboard'.
20705 (get_glyph_string_clip_rects): Add extra parentheses and
20706 braces to prevent compiler warnings.
20707 (calc_pixel_width_or_height): Add xassert to check that the
20708 frame is alive. Don't call `lookup_image' on a termcap frame.
20709 (message2_nolog, message3_nolog, redisplay_internal)
20710 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20711 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20712 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20713 (Fx_display_pixel_width, Fx_display_pixel_height)
20714 (Fx_display_planes, Fx_display_color_cells)
20715 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20716 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20717 (Fx_display_backing_store, Fx_display_visual_class)
20718 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20719 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20720
20721 * xfns.c (x_set_foreground_color x_set_background_color)
20722 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20723 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20724 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20725 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20726 terminal that is being deleted.
20727 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20728 frame parameter, and make sure it overrides any user-supplied setting.
20729 (Fx_close_connection, Fx_synchronize): Unify argument names with
20730 the rest of the DEFUNs.
20731
20732 * dispnew.c (Fsend_string_to_terminal): Update call to
20733 `get_tty_terminal'.
20734 (Fredraw_frame, Fsend_string_to_terminal)
20735 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20736 FRAME_TERMCAP_P and FRAME_TTY.
20737 (window_change_signal): Don't believe width/height values that are
20738 impossibly small.
20739 (Vinitial_window_system): Rename from Vwindow_system.
20740 (termscript, Wcm, rif): Delete.
20741
20742 * termhooks.h (struct terminal): New struct containing the
20743 previously global text display hooks and new members NAME,
20744 DELETED and PARAM_ALIST.
20745 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20746 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20747 (FRAME_RIF): New macros.
20748 (get_terminal_param, get_device): New declarations.
20749 (termscript): Delete declaration.
20750
20751 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20752 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20753 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20754 FRAME_FOREGROUND_PIXEL.
20755 (x_fully_uncatch_errors): Disable definition.
20756 (x_scroll_bar_expose): Fix reference to foreground pixel.
20757 (XTread_socket): Disable loop on all X displays.
20758 (x_delete_terminal): Don't set terminal->deleted and let
20759 delete_terminal delete the frames on the terminal.
20760 (x_delete_display): Doc update to reflect changes in
20761 delete_terminal.
20762 (x_display_info) <terminal>: Move member earlier in the struct.
20763 (deleting_tty): Remove old variable.
20764 (Fsuspend_tty): Call clear_tty_hooks.
20765 (Fresume_tty, init_tty): Call set_tty_hooks.
20766 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20767 errors on X frames.
20768 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20769 (handle_one_xevent): Initialize `f' to NULL.
20770 (x_delete_terminal, x_create_terminal): New functions.
20771 (XTset_terminal_modes, XTreset_terminal_modes)
20772 (XTread_socket, x_connection_closed, x_term_init)
20773 (x_term_init, x_delete_display): Add terminal parameter.
20774 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20775 X connections.
20776
20777 * frame.c: Include termchar.h.
20778 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20779 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20780 (Qdisplay_environment_variable): New vars.
20781 (Fframep): Deal with output_initial.
20782 (Fframe-live-p): Doc fix.
20783 (Fwindow-system): New function.
20784 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20785 (make_terminal_frame): Don't create frames on a terminal that is
20786 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20787 (store_frame_param): Check for found_for_frame before calling XFRAME.
20788 (Fmake_terminal_frame): Handle NULL tty names correctly.
20789 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20790 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20791 frames to refer to a deleted frame in their 'environment parameter.
20792 (Fframe_with_environment): New function.
20793 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20794 (get_future_frame_param): New function.
20795 (Fmake_terminal_frame): Use it.
20796 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20797
20798 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20799 * sysdep.c (reset_sys_modes): Update for renames.
20800
20801 * keyboard.c (tty_read_avail_input): New function.
20802 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20803 (syms_of_keyboard): Defsubr them.
20804 (Fset_input_meta_mode, Fset_quit_char): New functions.
20805 (Fset_input_mode): Split to above functions.
20806 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20807 parameter. Use it in call to `read_char'.
20808 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20809 Set wrong_kboard_jmpbuf correctly in recursive calls.
20810 Use current_kboard to access Vkeyboard_translate_table.
20811 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20812 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20813 Update longjmp invocations. Remember the original current_kboard,
20814 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20815 changes it. Comment out unnecessary calls to
20816 `record_single_kboard_state' and `any_kboard_state'.
20817 Update recursive calls.
20818 (wrong_kboard_jmpbuf): Remove global variable.
20819 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20820 Handle deleted interrupted_kboards correctly; that is a legal
20821 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20822 and read_char calls. Abort if interrupted_kboard died in read_char.
20823 (any_kboard_state, single_kboard_state)
20824 (push_frame_kboard): Remove function.
20825 (pop_kboard): Switch out of single_kboard mode if the kboard has
20826 been deleted. Remove unused variable. Help debugging by not
20827 changing current_kboard unnecessarily. Set current_kboard to the
20828 kboard of the selected frame when the stored kboard object has
20829 been deleted before pop_kboard.
20830 (temporarily_switch_to_single_kboard): Change first parameter to a
20831 frame pointer. Throw an error when caller wants to change kboards
20832 while in single_kboard mode. Don't push_kboard if we weren't in
20833 single kboard state. Don't pop_kboard if we popped into any
20834 kboard state.
20835 (restore_kboard_configuration): Abort if pop_kboard changed the
20836 kboard in single_kboard mode. Call pop_kboard only after setting
20837 up single_kboard mode.
20838 (Frecursive_edit): Switch to single_kboard mode only in nested
20839 command loops.
20840 (cmd_error, command_loop, command_loop_1, timer_check):
20841 Comment out unnecessary call to `any_kboard_state' and
20842 `record_single_kboard_state'.
20843 (delete_kboard): Exit single_kboard mode if we have just deleted
20844 that kboard. Use FRAME_KBOARD.
20845 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20846 `fatal_error_signal'.
20847 (record_single_kboard_state): Don't push_kboard if we weren't in
20848 single kboard state. Don't pop_kboard if we popped into any
20849 kboard state.
20850 (push_frame_kboard): Rename to push_kboard.
20851 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20852 (read_avail_input): Read input from all terminals.
20853 (mark_kboards): Also mark Vkeyboard_translate_table.
20854 (kbd_buffer_store_event_hold): Simplify condition.
20855 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20856 (Vkeyboard_translate_table): Move to struct kboard.
20857 (init_kboard): Initialize Vkeyboard_translate_table.
20858 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20859 Vkeyboard_translate_table. Update doc strings. Update docs of
20860 local-function-key-map and function-key-map.
20861
20862 * terminal.c: New file.
20863
20864 * term.c: Include errno.h.
20865 (Vring_bell_function, device_list, initial_device)
20866 (next_device_id, ring_bell, update_begin, update_end)
20867 (set_terminal_window, cursor_to, raw_cursor_to)
20868 (clear_to_end, clear_frame, clear_end_of_line)
20869 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20870 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20871 (syms_of_term): Move their initialization to terminal.c.
20872 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20873 (Ftty_display_color_cells)
20874 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20875 (clear_tty_hooks, set_tty_hooks)
20876 (init_tty, maybe_fatal): New functions.
20877 (Ftty_type): Return nil if terminal is not on a tty instead of
20878 throwing an error. Doc update.
20879 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20880 Doc update. Initialize new subrs and variables.
20881 (delete_tty): Use terminal->deleted.
20882 (tty_set_terminal_modes): Rename from set_terminal_modes.
20883 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20884 (set_scroll_region): Rename to `tty_set_scroll_region'.
20885 (turn_on_insert): Rename to `tty_turn_on_insert'.
20886 (turn_off_insert): Rename to `tty_turn_off_insert'.
20887 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20888 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20889 (toggle_highligh): Rename to `tty_toggle_highlight'.
20890 (background_highlight): Rename to `tty_background_highlight'.
20891 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20892 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20893 (tty_set_scroll_region, tty_background_highlight)
20894 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20895 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20896 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20897 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20898 Add static modifier.
20899 (tty_reset_terminal_modes, tty_set_terminal_window)
20900 (tty_set_scroll_region, tty_background_highlight)
20901 (tty_highlight_if_desired, tty_cursor_to)
20902 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20903 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20904 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20905 renames.
20906
20907 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20908
20909 * keyboard.c: Qrtl is new.
20910 (parse_tool_bar_item): Handle :rtl keyword.
20911 (syms_of_keyboard): Intern :rtl keyword.
20912
20913 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20914
20915 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20916 so no Lisp code is executed.
20917 (file_for_image, find_rtl_image): New functions.
20918 (xg_get_image_for_pixmap): Use file_for_image.
20919 (update_frame_tool_bar): If direction is RTL, use RTL image if
20920 defined. Use Gtk stock images if defined.
20921
20922 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20923
20924 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20925 for nonexistent or zero-width glyph in composition glyph.
20926
20927 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20928
20929 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20930
20931 * xdisp.c (Finvisible_p): New function.
20932 (syms_of_xdisp): defsubr it.
20933
20934 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
20935
20936 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20937 Doc fixes.
20938
20939 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20940
20941 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20942
20943 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20944
20945 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20946 whether decoding has modified buffer contents.
20947
20948 2007-08-24 Jason Rumney <jasonr@gnu.org>
20949
20950 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20951 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20952 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20953 (init_svg_functions) [HAVE_NTGUI]: New function.
20954 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20955 (svg_load_image): Use them.
20956 (svg_load_image) [HAVE_NTGUI]: Implement background.
20957
20958 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20959
20960 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20961 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20962 (LIBX): Remove @RSVG_LIBS@.
20963 (LIBES): Add $(RSVG_LIBS).
20964
20965 * image.c (svg_load_image): Blend with specified background if exists.
20966 Use IMAGE_BACKGROUND. Add Mac OS Support.
20967
20968 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20969 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20970 Remove macros.
20971 [MAC_OSX] (socket_callback): Do nothing.
20972 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20973 ReceiveNextEvent.
20974 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20975 socket_callback.
20976 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20977
20978 2007-08-22 Glenn Morris <rgm@gnu.org>
20979
20980 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20981
20982 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20983
20984 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20985
20986 * image.c: Add support for SVG images. Some additional comments
20987 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20988 (svg_image_p): New function to test for SVG image.
20989 (svg_load): New function to load SVG image.
20990 (svg_load_image): New function, helper for svg_load.
20991 (Qsvg): New Lisp_object.
20992 (svg_keyword_index): New enum.
20993 (svg_format): New static `image_keyword' struct.
20994 (svg_type): New static `image_type' struct.
20995 (librsvg/rsvg.h): Include it.
20996
20997 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20998
20999 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21000
21001 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21002
21003 * lread.c (Qold_style_backquotes): New var.
21004 (syms_of_lread): Init and staticpro it.
21005 (load_warn_old_style_backquotes): New fun.
21006 (Fload): Use them to warn about old style backquotes.
21007 (end_of_file_error, Fload): Remove unused vars.
21008
21009 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21010
21011 * lread.c (Vold_style_backquotes): New var.
21012 (syms_of_lread): Init and export it to Elisp.
21013 (read1): Set it when we find an old-style (back)quote.
21014
21015 2007-08-22 Jason Rumney <jasonr@gnu.org>
21016
21017 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21018
21019 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21020
21021 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21022
21023 2007-08-19 Richard Stallman <rms@gnu.org>
21024
21025 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21026
21027 2007-08-19 Andreas Schwab <schwab@suse.de>
21028
21029 * alloc.c (pure): Round PURESIZE up.
21030
21031 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21032
21033 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21034 active frame.
21035
21036 2007-08-16 Richard Stallman <rms@gnu.org>
21037
21038 * eval.c (Fcommandp): Add parens to clarify.
21039
21040 * minibuf.c (Fall_completions): Use enum for type of table.
21041
21042 * emacs.c (USAGE2): Improve text.
21043
21044 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21045
21046 * term.c (tty_default_color_capabilities): Declare static
21047 variables in file scope, to avoid HPUX compiler problem.
21048
21049 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21050
21051 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21052 to gtk_toolbar_insert.
21053
21054 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21055
21056 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21057
21058 * insdel.c (reset_var_on_error): New fun.
21059 (signal_before_change, signal_after_change):
21060 Use it to reset (after|before)-change-functions to nil in case of error.
21061 Bind inhibit-modification-hooks to t.
21062 Don't bind (after|before)-change-functions to nil while they run.
21063
21064 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21065
21066 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21067 filling pixmap with stippled background.
21068
21069 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21070
21071 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21072 Don't use invisible frame as parent window for repositioning.
21073
21074 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21075
21076 * print.c (new_backquote_output): Rename from old_backquote_output.
21077 (print): Inverse its logic (according to its name) so as to match the
21078 behavior of new_backquote_flag in lread.c.
21079
21080 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21081
21082 * gmalloc.c (posix_memalign): New function.
21083
21084 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21085 ActivateControl/DeactivateControl here.
21086 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21087 frame-notice-user-settings is non-nil.
21088 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21089 for kEventParamFMFontStyle.
21090 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21091 mac_pass_command_to_system and mac_pass_control_to_system here.
21092 (XTread_socket): Call ActivateControl/DeactivateControl here.
21093 (XTread_socket) [TARGET_API_MAC_CARBON]:
21094 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21095 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21096 for window repositioning.
21097
21098 2007-08-08 Glenn Morris <rgm@gnu.org>
21099
21100 * Replace `iff' in doc-strings and comments.
21101
21102 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21103
21104 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21105
21106 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21107
21108 * fileio.c (Finsert_file_contents): Run format-decode and
21109 after_insert_file_functions on entire buffer when REPLACE is
21110 non-nil and inhibit modification_hooks and point_motion_hooks.
21111 For consistency, run after_insert_file_functions iff something
21112 got inserted. Move signal_after_change and update_compositions
21113 after code running after_insert_file_functions. Make sure that
21114 undo_list doesn't record intermediate steps of the decoding process.
21115
21116 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21117
21118 * emacs.c (main)
21119 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21120 Call malloc_enable_thread on interactive startup.
21121
21122 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21123 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21124 [USE_PTHREAD]: Conditionalize with it.
21125 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21126 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21127 New functions.
21128
21129 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21130
21131 * xdisp.c (redisplay_window): When restoring original buffer
21132 position, make sure it is still valid.
21133
21134 * image.c (png_load): Ignore png-supplied background color.
21135
21136 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21137
21138 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21139 Use kCFAbsoluteTimeIntervalSince1970.
21140
21141 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21142 New variable.
21143 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21144 event loop should be quit.
21145 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21146 Quit dialog event loop if quit_dialog_event_loop is set.
21147
21148 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21149 (Selection): New typedef. Use instead of ScrapRef.
21150 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21151 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21152 (mac_clear_selection): Rename from clear_scrap.
21153 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21154 scrap_has_target_type. All uses changed.
21155 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21156 (mac_selection_has_target_p): New functions.
21157 (mac_put_selection_value): Rename from put_scrap_string.
21158 (mac_get_selection_value): Rename from get_scrap_string.
21159 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21160 (put_scrap_private_timestamp, scrap_has_target_type)
21161 (get_scrap_private_timestamp): Remove functions.
21162 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21163 (x_own_selection, x_get_local_selection):
21164 Use mac_valid_selection_value_p.
21165 (x_own_selection): Don't use put_scrap_private_timestamp.
21166 Record OWNERSHIP-INFO into Vselection_alist instead.
21167 (x_get_local_selection): Don't check type if request is local.
21168 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21169 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21170
21171 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21172
21173 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21174 add comment explaining why.
21175
21176 2007-08-03 Richard Stallman <rms@gnu.org>
21177
21178 * fileio.c (Fvisited_file_modtime): Use make_time.
21179
21180 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21181
21182 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21183 build.
21184
21185 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21186
21187 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21188
21189 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21190
21191 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21192
21193 2007-07-30 Richard Stallman <rms@gnu.org>
21194
21195 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21196
21197 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21198
21199 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21200
21201 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21202
21203 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21204 remote default-directory.
21205
21206 * buffer.c (mode-line-format): Update doc string.
21207
21208 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21209
21210 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21211 scroll bar gap.
21212 (x_scroll_bar_create): Set bar->fringe_extended_p.
21213 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21214 on frame edge. Check fringe background extension. Don't clear
21215 extended fringe background area.
21216
21217 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21218 (w32_fill_area): Enclose multiple statements with do ... while (0).
21219
21220 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21221 Extend fringe background to scroll bar gap.
21222 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21223 Set bar->fringe_extended_p.
21224 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21225 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21226 background extension. Don't clear extended fringe background area.
21227
21228 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21229 New member fringe_extended_p.
21230
21231 2007-07-25 Glenn Morris <rgm@gnu.org>
21232
21233 * Relicense all FSF files to GPLv3 or later.
21234
21235 * COPYING: Switch to GPLv3.
21236
21237 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21238
21239 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21240
21241 * data.c (Finteractive_form): Check for the presence of an
21242 `interactive-form' symbol property more thoroughly.
21243
21244 * data.c (Finteractive_form): Use an `interactive-form' property if
21245 present, analogous to the function-documentation property.
21246
21247 2007-07-24 Jason Rumney <jasonr@gnu.org>
21248
21249 * w32fns.c (x_real_positions): Get real position from OS instead of
21250 calculating it.
21251
21252 2007-07-23 Jason Rumney <jasonr@gnu.org>
21253
21254 * filelock.c (current_lock_owner): Allow for @ sign in username.
21255
21256 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21257
21258 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21259 remote default-directory.
21260
21261 * buffer.c (mode-line-format): Describe above case in doc string.
21262
21263 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21264
21265 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21266 Define if not defined.
21267
21268 2007-07-18 Jason Rumney <jasonr@gnu.org>
21269
21270 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21271
21272 2007-07-18 Richard Stallman <rms@gnu.org>
21273
21274 * data.c (Fsetq_default): Doc fix.
21275
21276 * eval.c (Fsetq): Doc fix.
21277
21278 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21279
21280 * coding.c (Ffind_operation_coding_system):
21281 * eval.c (For, Fand): Doc fixes.
21282 Reported by Johan Bockgård.
21283
21284 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21285
21286 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21287
21288 * xterm.h: Declare x_ewmh_activate_frame.
21289
21290 * xterm.c (x_ewmh_activate_frame): New function.
21291 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21292
21293 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21294
21295 * window.c (Fdisplay_buffer): If largest or LRU window is the
21296 only window, split it even if it is not eligible for splitting.
21297 This restores the original behavior broken by the 2007-07-15
21298 change.
21299
21300 2007-07-17 Glenn Morris <rgm@gnu.org>
21301
21302 * abbrev.c (abbrev_check_chars): New function.
21303 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21304 Call abbrev_check_chars to check abbrev characters are word
21305 constituents. Doc fix.
21306
21307 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * process.c (Fstart_process, Fmake_network_process)
21310 (read_process_output): Fix up last changes.
21311
21312 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21313
21314 * makefile.w32-in (clean): Don't delete *~.
21315
21316 2007-07-16 Andreas Schwab <schwab@suse.de>
21317
21318 * window.c (Fdisplay_buffer): Use NILP.
21319 (Fset_window_scroll_bars): Likewise.
21320
21321 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21322
21323 * window.c (window_min_size_2): New function.
21324 (window_min_size_1, size_window, Fdisplay_buffer)
21325 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21326 windows without mode- or header-lines when window-min-height is
21327 too small.
21328 (size_window): Reset nodelete_p after testing it, following an
21329 earlier note by Kim F. Storm.
21330 (display_buffer): Do not set split_height_threshold to twice the
21331 value of window_min_height to avoid changing the value of a
21332 customizable variable. Rather explicitly check whether the
21333 height of the window that shall be splitted is at least as large
21334 as split_height_threshold.
21335 (Fwindow_full_width_p): New defun.
21336 (syms_of_window): Defsubr it.
21337
21338 * window.h: Add EXFUN for Fwindow_full_width_p.
21339
21340 2007-07-14 Jason Rumney <jasonr@gnu.org>
21341
21342 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21343
21344 2007-07-14 Richard Stallman <rms@gnu.org>
21345
21346 * eval.c (maybe_call_debugger): New function.
21347 (find_handler_clause): Use maybe_call_debugger.
21348 Call it when the handler says `debug'.
21349 Eliminate DEBUGGER_VALUE_PTR.
21350 (Fsignal): Eliminate debugger_value.
21351 (Qdebug): New variable.
21352 (syms_of_eval): Initialize it.
21353
21354 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21355
21356 * eval.c (Fprogn):
21357 * keyboard.c (Ftrack_mouse):
21358 * print.c (Fwith_output_to_temp_buffer):
21359 * window.c (Fsave_window_excursion): Doc fix.
21360
21361 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21362
21363 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21364
21365 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21368 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21369 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21370 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21371 Remove unused encoding_carryover.
21372 * process.c: Adjust all functions accordingly.
21373
21374 2007-07-12 Richard Stallman <rms@gnu.org>
21375
21376 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21377
21378 2007-07-11 Jason Rumney <jasonr@gnu.org>
21379
21380 * makefile.w32-in (LIBS): Include OLE32.
21381
21382 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21383 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21384
21385 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21386
21387 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21388 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21389 from a Lisp_Object into a bare pointer.
21390 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21391 Adjust the code correspondingly.
21392
21393 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21394
21395 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21396 (term_show_mouse_face): Remove unused var `j'.
21397 (handle_one_term_event): Remove unused vars `i' and `j'.
21398 Don't cast return value of ttyname since it's not necessary.
21399
21400 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21403 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21404
21405 * fns.c (map_char_table): Use an array of int for `indices' rather than
21406 an array of Lisp_Objects (which are only ever integers anyway).
21407 (Fmap_char_table): Update caller.
21408 * lisp.h: Update prototype.
21409 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21410 * fontset.c (Ffontset_info):
21411 * casetab.c (set_case_table): Update callers.
21412
21413 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21414
21415 * keymap.c (struct accessible_keymaps_data)
21416 (struct where_is_internal_data): New structures.
21417 (accessible_keymaps_1, where_is_internal_1): Use them to change
21418 interface to adhere to the one used by map_keymap.
21419 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21420 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21421
21422 * keymap.h (map_keymap_function_t): More informative prototype.
21423
21424 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21425
21426 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21427 (looking_at_1): Don't change search_regs and last_thing_searched
21428 if `inhibit-changing-match-data' is non-nil.
21429 (string_match_1, search_buffer, set_search_regs): Likewise.
21430 (syms_of_search): Add Lisp level definition for
21431 `inhibit-changing-match-data' and set it to nil.
21432 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21433 start and end of the match, instead of using values in search_regs.
21434
21435 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21436
21437 * minibuf.c (Fcompleting_read): New value `confirm-only'
21438 for `require-match'.
21439
21440 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21443 part of the 2007-06-27 change to syms_of_fileio.
21444
21445 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21446
21447 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21448 Check WINDOWP before using XWINDOW. Consolidate return statements.
21449
21450 2007-06-27 Richard Stallman <rms@gnu.org>
21451
21452 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21453
21454 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21455
21456 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21457
21458 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21459
21460 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21461 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21462 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21463 (_free_internal, memalign): Use them.
21464 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21465 Initialize to PTHREAD_MUTEX_INITIALIZER.
21466 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21467 (morecore_nolock): Rename from morecore. All uses changed.
21468 Use only nolock versions of internal allocation functions.
21469 (_malloc_internal_nolock, _realloc_internal_nolock)
21470 (_free_internal_nolock): New functions created from
21471 _malloc_internal, _realloc_internal, and _free_internal.
21472 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21473 Copy hook value to automatic variable before its use.
21474 (memalign): Copy hook value to automatic variable before its use.
21475
21476 2007-06-26 Kenichi Handa <handa@m17n.org>
21477
21478 * coding.c (Ffind_operation_coding_system): Docstring improved.
21479 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21480
21481 2007-06-25 David Kastrup <dak@gnu.org>
21482
21483 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21484 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21485 cater for additional parameter.
21486
21487 * keymap.h: Adjust number of parameters to `current-active-maps'.
21488
21489 * doc.c (Fsubstitute_command_keys): Adjust call of
21490 `current-active-maps'.
21491
21492 2007-06-25 David Kastrup <dak@gnu.org>
21493
21494 * callint.c (Fcall_interactively): Make the parsing of interactive
21495 specs somewhat more readable.
21496
21497 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21498
21499 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21500 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21501 if extended background has already been filled.
21502
21503 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21504
21505 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21506 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21507
21508 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21509 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21510 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21511 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21512 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21513 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21514 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21515 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21516 Run timers during dialog popup.
21517 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21518
21519 2007-06-21 Jason Rumney <jasonr@gnu.org>
21520
21521 * image.c (convert_mono_to_color_image): Swap fore and background.
21522
21523 2007-06-20 Jason Rumney <jasonr@gnu.org>
21524
21525 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21526 (w32_free_bdf_font): Unmap memory not handle.
21527
21528 2007-06-20 Sam Steingold <sds@gnu.org>
21529
21530 * gmalloc.c (__morecore): Fix the declaration to comply with the
21531 definition.
21532
21533 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21534
21535 * w32term.c (w32_delete_display): Remove leftover declaration.
21536 (w32_define_cursor, w32_initialize): Make static.
21537
21538 * w32.c (_wsa_errlist): Fix typo in error message.
21539 (init_environment): Ignore any environment variable from the
21540 registry having a null value.
21541
21542 2007-06-20 Glenn Morris <rgm@gnu.org>
21543
21544 * Makefile.in (LIBGIF): Default to -lgif.
21545
21546 2007-06-17 Jason Rumney <jasonr@gnu.org>
21547
21548 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21549 unicode strings.
21550
21551 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21552
21553 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21554 Fix typo in docstring.
21555
21556 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21557
21558 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21559 and their keybindings.
21560
21561 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21562
21563 * composite.c (update_compositions): Fix last fix.
21564
21565 2007-06-14 Jason Rumney <jasonr@gnu.org>
21566
21567 * w32.c (get_process_times_fn): New function pointer.
21568 (globals_of_w32): Intialize it if present in kernel32.dll.
21569 (w32_get_internal_run_time): New function.
21570
21571 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21572
21573 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21574
21575 * composite.c (update_compositions): Check the validness of
21576 compositions.
21577
21578 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21579
21580 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21581 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21582
21583 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21584 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21585
21586 * macgui.h (USE_MAC_TOOLBAR): New define.
21587
21588 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21589 Return immediately unless popup is activated.
21590
21591 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21592 background to scroll bar gap.
21593 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21594 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21595 scroll bars on frame edge. Check fringe background extension.
21596 Don't clear extended fringe background area.
21597 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21598 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21599 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21600 [USE_MAC_TOOLBAR]: New macros.
21601 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21602 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21603 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21604 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21605 [USE_MAC_TOOLBAR]: New functions.
21606 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21607 manually if previous repositioning has failed.
21608 (mac_handle_keyboard_event): Use precomputed event kind.
21609 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21610 as tool bar item click. Handle mouse movement over tool bar items.
21611
21612 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21613 toolbar_win_gravity.
21614 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21615 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21616 Add externs.
21617
21618 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21619 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21620
21621 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21622
21623 * image.c (search_image_cache): Remove unused variable.
21624
21625 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21626
21627 * xfns.c, xmenu.c: Link to xaw3d if available.
21628
21629 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21630
21631 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21632 frame_foreground and frame_background.
21633
21634 * image.c (lookup_image): Save frame foreground and background colors.
21635 (search_image_cache): Check if saved and current frame colors match.
21636
21637 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * regex.c (regex_compile): Remove the `regnum' counter.
21640 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21641
21642 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * term.c: Include intervals.h to declare Fget_text_property.
21645
21646 2007-06-10 Jason Rumney <jasonr@gnu.org>
21647
21648 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21649
21650 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21651
21652 * callint.c (Fcall_interactively):
21653 * editfns.c (Fdelete_and_extract_region):
21654 * fileio.c (Fread_file_name):
21655 * fns.c (Fmapconcat):
21656 * keyboard.c (cmd_error_internal):
21657 * keymap.c (Fkey_description):
21658 * lread.c (openp):
21659 * minibuf.c (read_minibuf):
21660 * search.c (wordify):
21661 * sunfns.c (sel_read):
21662 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21663 * xfns.c (x_default_scroll_bar_color_parameter):
21664 * xmenu.c (menu_help_callback):
21665 * xselect.c (Fx_get_atom_name):
21666 * xterm.c (x_term_init): Use empty_unibyte_string.
21667
21668 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21669
21670 * alloc.c (init_strings): Initialize canonical empty strings.
21671 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21672 canonical empty string when the requested size is 0.
21673
21674 * emacs.c (empty_unibyte_string): Rename from empty_string.
21675 (empty_multibyte_string): New canonical empty string.
21676 (syms_of_emacs): Don't initialize empty_string.
21677
21678 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21679 string, if appropriate.
21680 (empty_unibyte_string, empty_multibyte_string): New externs.
21681 (empty_string): Remove extern.
21682
21683 * lread.c (syms_of_lread): Use empty_unibyte_string.
21684
21685 2007-06-07 Jason Rumney <jasonr@gnu.org>
21686
21687 * s/ms-w32.h: Don't define HAVE_TZNAME.
21688
21689 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21690
21691 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21692
21693 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21694
21695 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21696 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21697
21698 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21699 Don't call next handler.
21700 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21701 Remove argument. Install handler to application.
21702 (set_frame_menubar): Don't change deep_p.
21703 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21704 FRAME_OUTER_TO_INNER_DIFF_Y.
21705 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21706 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21707 [HAVE_DIALOGS]: New macros.
21708 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21709 Use them.
21710 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21711
21712 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21713 init_service_handler. All callers changed. Return OSStatus value.
21714
21715 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21716 All callers changed so as not to call SetPortWindowPort.
21717 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21718 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21719 mac_draw_string_common.
21720 (mac_draw_image_string_qd): Likewise.
21721 (mac_draw_string_common): Use them. Add INLINE.
21722 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21723 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21724 GetGlobalMouse.
21725 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21726 and FRAME_OUTER_TO_INNER_DIFF_Y.
21727 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21728 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21729 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21730 repositioning window to mac_handle_window_event.
21731 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21732 saving window location to mac_handle_window_event
21733 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21734 (install_menu_target_item_handler): Remove argument in extern.
21735 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21736 Also accept command events.
21737 (do_keystroke): New function created from XTread_socket.
21738 (init_command_handler): Remove functions.
21739 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21740 and save window location by kEventWindowShowing and kEventWindowHiding
21741 handlers here. Don't call next handler for window state change and
21742 focus events.
21743 (mac_handle_application_event, mac_handle_keyboard_event)
21744 [TARGET_API_MAC_CARBON]: New functions.
21745 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21746 kEventWindowShowing and kEventWindowHiding events. Move installation
21747 of mouse, font, text input and menu target item handlers to
21748 install_application_handler.
21749 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21750 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21751 New function.
21752 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21753 Register it.
21754 (XTread_socket) [TARGET_API_MAC_CARBON]:
21755 Consolidate SendEventToEventTarget calls.
21756 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21757 Move application activation handler to mac_handle_application_event.
21758 Move keyboard handler to mac_handle_keyboard_event.
21759 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21760 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21761 init_command_handler. Call install_application_handler.
21762
21763 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21764 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21765
21766 2007-06-07 Glenn Morris <rgm@gnu.org>
21767
21768 * emacs.c (main): Use `emacs-copyright' in --version output.
21769
21770 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21773
21774 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21775
21776 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21777
21778 * macgui.h: Replace WindowPtr with WindowRef.
21779
21780 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21781 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21782 Replace ControlHandle with ControlRef.
21783 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21784
21785 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21786 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21787 Replace ControlHandle with ControlRef.
21788 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21789 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21790
21791 * macterm.h (struct scroll_bar): Rename member control_handle_low
21792 and control_handle_high to control_ref_low and control_ref_high.
21793 All uses changed.
21794 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21795 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21796 respectively. All uses changed.
21797 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21798 (install_window_handler, remove_window_handler): Replace WindowPtr
21799 with WindowRef in externs.
21800
21801 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21802
21803 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21804
21805 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21808
21809 * frame.c (Fmouse_position, Fmouse_pixel_position):
21810 Condition on HAVE_GPM too.
21811
21812 * term.c (term_mouse_highlight): Remove unused variables.
21813 (Fterm_open_connection): Set gpm_zerobased to 1.
21814 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21815 Use zero based co-ordinates.
21816 (handle_one_term_event): Report a drag as mouse movement too.
21817
21818 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21819
21820 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21821
21822 * image.c (search_image_cache): New function. Require background
21823 color match if background color is unspecified in the image spec.
21824 (uncache_image, lookup_image): Use it.
21825
21826 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21827
21828 * window.c (Fshrink_window): Reflow docstring.
21829
21830 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21831
21832 * Version 22.1 released.
21833
21834 2007-06-01 Richard Stallman <rms@gnu.org>
21835
21836 * xfns.c (x_encode_text): Add GCPRO.
21837
21838 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21839
21840 * xfns.c (x_set_name_internal): Save encoded name before
21841 x_encode_text in case string data is relocated.
21842
21843 2007-05-31 Richard Stallman <rms@gnu.org>
21844
21845 * buffer.c (syms_of_buffer): Doc fix.
21846
21847 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21848
21849 * sysdep.c (init_sys_modes): Add rather than replace with
21850 O_NONBLOCK.
21851
21852 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21853 term_mouse_moveto.
21854
21855 * termhooks.h (term_mouse_moveto): New extern.
21856
21857 * term.c (mouse_face_window): Rename...
21858 (Qmouse_face_window): ...to this.
21859 (term_show_mouse_face, term_clear_mouse_face)
21860 (term_mouse_highlight): Use Qmouse_face_window.
21861 (term_mouse_moveto): New function.
21862 (term_mouse_position): Make it work.
21863 (syms_of_term): Uncomment assignment to mouse_position_hook.
21864 Staticpro Qmouse_face_window.
21865
21866 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21867
21868 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21869 around current_column call.
21870
21871 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21872
21873 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21874 * xdisp.c (next_element_from_buffer):
21875 * window.c (delete_window):
21876 * term.c (term_mouse_highlight):
21877 * msdos.c (getdefdir):
21878 * macterm.c (mac_create_bitmap_from_bitmap_data)
21879 (init_font_name_table):
21880 * fns.c (Fsxhash):
21881 * data.c (Fmake_local_variable):
21882 * ccl.c (ccl_driver): Likewise.
21883
21884 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21885
21886 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21887 Call mac_wakeup_from_rne on window size change.
21888
21889 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
21890
21891 * image.c (uncache_image): Fix typo.
21892
21893 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21894
21895 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21896
21897 2007-05-22 Richard Stallman <rms@gnu.org>
21898
21899 * xterm.c (x_connection_closed): Remove NO_RETURN.
21900
21901 2007-05-22 Martin Rudalics <rudalics@gmx.at>
21902
21903 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21904
21905 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21906
21907 * image.c (uncache_image): New function.
21908 (Fimage_refresh): New function.
21909
21910 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21911
21912 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21913
21914 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21915
21916 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21917 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21918
21919 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21920
21921 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21922 conditional on [HAVE_GPM_H].
21923
21924 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * syntax.c (skip_chars): Update syntax-table only after we checked that
21927 the new location is valid.
21928
21929 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21930
21931 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21932 mac_get_window_bounds.
21933
21934 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21935
21936 * Makefile.in (LIBGPM): Allow it to be set from configure.
21937 If set then link Emacs with it.
21938
21939 * config.in: Regenerate.
21940
21941 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21942 New externs.
21943
21944 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21945 Include gpm.h.
21946 (handle_one_term_event, term_gpm): New externs.
21947
21948 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21949 and allow it to be interrupted by SIGIO.
21950
21951 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21952 (wait_reading_process_output): Wait on gpm_fd too.
21953 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21954 (add_gpm_wait_descriptor_called_flag): New variable.
21955 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21956
21957 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21958 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21959 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21960 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21961 (make_lispy_event): Add case GPM_CLICK_EVENT.
21962 (read_avail_input): Handle mouse input.
21963
21964 * term.c (write_glyphs_with_face): New function.
21965 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21966 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21967 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21968 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21969 (last_mouse_x, last_mouse_y): New variables.
21970 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21971 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21972 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21973 (Fterm_close_connection): New functions.
21974 (term_init): Initialise mouse_face_window.
21975
21976 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21977
21978 * xdisp.c (redisplay_window): If first window line is a
21979 continuation line, recompute the new window start instead of
21980 recentering.
21981
21982 2007-05-18 Glenn Morris <rgm@gnu.org>
21983
21984 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21985 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21986
21987 2007-05-17 Glenn Morris <rgm@gnu.org>
21988
21989 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21990
21991 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21992
21993 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21994 dead key repeat and up events.
21995
21996 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
21997
21998 * image.c (pbm_load): Check image size for monochrome pbm.
21999
22000 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
22001
22002 * xterm.c (XTread_socket): Revert last change.
22003
22004 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22005
22006 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22007
22008 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22009
22010 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22013 mixup (YAILOM).
22014
22015 2007-05-07 Andreas Schwab <schwab@suse.de>
22016
22017 * keymap.c (Flookup_key): Fix typo in last change.
22018
22019 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22020
22021 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22022 mapping for unibyte strings.
22023
22024 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22025
22026 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22027 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22028
22029 2007-04-29 Richard Stallman <rms@gnu.org>
22030
22031 * insdel.c (replace_range): For undo, record insertion first.
22032
22033 2007-04-29 Andreas Schwab <schwab@suse.de>
22034
22035 * lisp.h (VECSIZE): Use OFFSETOF.
22036
22037 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22038
22039 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22040 disabled lines.
22041
22042 2007-04-28 Richard Stallman <rms@gnu.org>
22043
22044 * lread.c (read_escape): In a string, \s is always space.
22045
22046 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22047
22048 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22049
22050 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22051 submenu for menu bar items.
22052
22053 See ChangeLog.10 for earlier changes.
22054
22055 ;; Local Variables:
22056 ;; coding: utf-8
22057 ;; add-log-time-zone-rule: t
22058 ;; End:
22059
22060 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22061
22062 This file is part of GNU Emacs.
22063
22064 GNU Emacs is free software: you can redistribute it and/or modify
22065 it under the terms of the GNU General Public License as published by
22066 the Free Software Foundation, either version 3 of the License, or
22067 (at your option) any later version.
22068
22069 GNU Emacs is distributed in the hope that it will be useful,
22070 but WITHOUT ANY WARRANTY; without even the implied warranty of
22071 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22072 GNU General Public License for more details.
22073
22074 You should have received a copy of the GNU General Public License
22075 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22076
22077 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40