* dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.
[bpt/emacs.git] / src / ChangeLog
1 2010-07-27 Ken Brown <kbrown@cornell.edu>
2
3 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
4 the MSDOS definition.
5
6 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
7
8 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
9
10 2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
11
12 * window.c (Fwindow_height): Doc fix (bug#6518).
13
14 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
15
16 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
17
18 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
19
20 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
21 is related to the menu bar (Bug#6499).
22
23 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
24
25 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
26
27 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
28
29 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
30 i.e. don't put back ButtonRelease (Bug#6608).
31
32 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
33 instead of Window. Call xg_event_is_for_menubar when
34 USE_GTK (Bug#6499).
35
36 * gtkutil.h (xg_event_is_for_menubar): Declare.
37
38 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
39
40 2010-07-14 Eli Zaretskii <eliz@gnu.org>
41
42 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
43 when it's the same as the old foreground. (Bug#6609)
44
45 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
46
47 * xfaces.c (realize_face): Garbage the frame if a face is removed
48 (Bug#6593).
49
50 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
51
52 * keyboard.c: Remove duplicate <setjmp.h>.
53 (read_key_sequence): Remove volatile qualifiers.
54
55 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56
57 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
58 (struct glyph_row): New members left_fringe_offset and
59 right_fringe_offset.
60
61 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
62 specially.
63 * w32term.c (w32_draw_fringe_bitmap): Likewise.
64 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
65
66 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
67 Take account of bitmap offset.
68 (draw_window_fringes): Take account of window vscroll.
69 (update_window_fringes): Likewise. Extend top-aligned top indicator
70 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
71 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
72 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
73
74 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
75
76 * w32fns.c (Qtooltip): Declare.
77 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
78
79 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
80
81 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
82 grab on just Press (Bug#6499).
83
84 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
85
86 * frame.c (Qtooltip): New var.
87 (delete_frame): Use it. Fix faulty if statement. Don't update
88 mode line for tooltip frames. Suggested by Martin Rudalics.
89
90 * xfns.c (x_create_tip_frame):
91 * w32fns.c (x_create_tip_frame): Use it.
92
93 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
94
95 * xftfont.c (xftfont_open): Check font width one by one also when
96 spacing is dual.
97
98 * ftfont.c (ftfont_open): Ditto.
99
100 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
101
102 * alloc.c (Fmake_byte_code): Don't access undefined argument
103 (Bug#6517).
104
105 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
106
107 * xdisp.c (next_element_from_image): Ensure that after-strings are
108 read the next time we hit handle_stop (Bug#1336).
109
110 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
111
112 * lread.c (read1): Signal error if #s is not followed by paren.
113
114 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
115
116 * image.c (free_image): Mark frame as garbaged (Bug#6426).
117
118 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
119
120 2010-06-15 Glenn Morris <rgm@gnu.org>
121
122 * editfns.c (Fbyte_to_string): Pacify compiler.
123
124 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
127 Check `object's type before accessing its guts.
128
129 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
130
131 * minibuf.c (Fall_completions): Add more checks.
132
133 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
134
135 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
136
137 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
138
139 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
140 address. (Bug#6346)
141
142 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
143
144 * ccl.c (Fccl_program_p): Fix typo in docstring.
145
146 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
149 of bug#6305).
150
151 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
152
153 * xdisp.c (redisplay_window): After redisplay, check if point is
154 still valid before setting it (Bug#6177).
155
156 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
157
158 * s/netbsd.h: If terminfo is found, use it in preference to
159 termcap. (Bug#6190) [Backport from trunk]
160
161 2010-05-20 Kevin Ryde <user42@zip.com.au>
162
163 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
164 (Voverriding_terminal_local_map, Vsystem_key_alist)
165 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
166
167 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * editfns.c (Fbyte_to_string): New function.
170
171 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
172
173 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
174 prevent stack overflow if number of arguments is too large
175 (Bug#6214).
176
177 2010-05-11 Eli Zaretskii <eliz@gnu.org>
178
179 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
180
181 * w32fns.c: Include w32.h.
182 (Fw32_shell_execute): Decode the error message before passing it
183 to `error'. (Bug#6126)
184
185 2010-05-11 Karel Klic <kklic@redhat.com>
186
187 * ftfont.c: Fix incorrect parentheses of #if condition for
188 definining M17N_FLT_USE_NEW_FEATURE.
189
190 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
191
192 * Version 23.2 released.
193
194 2010-04-30 Andreas Schwab <schwab@linux-m68k.org>
195
196 * composite.c (autocmp_chars): Save point as marker before calling
197 auto-composition-function (Bug#5984).
198
199 * lisp.h (restore_point_unwind): Add prototype.
200
201 * fileio.c (restore_point_unwind): Remove static attribute.
202
203 2010-04-23 Kenichi Handa <handa@m17n.org>
204
205 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
206 new feature of libotf and m17n-flt.
207 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]: Call
208 OTF_check_features even if no specific feature is given.
209 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
210 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
211 that OUT is NULL. Use OTF_drive_gsub_with_log and
212 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
213 OTF_drive_gpos.
214 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
215 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]: Setup
216 mflt_enable_new_feature and mflt_try_otf.
217
218 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
219
220 * dired.c (Ffile_attributes): Fix typo in docstring.
221
222 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
223
224 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
225 NSInteger (Bug#5811).
226
227 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
228
229 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
230 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
231
232 2010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
233
234 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
235
236 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
237
238 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
239 FRAME_LINE_TO_PIXEL_Y.
240
241 * xterm.c (x_set_window_size_1): Don't add border_width/height to
242 pixelwidth/height.
243
244 2010-04-05 Chong Yidong <cyd@stupidchicken.com>
245
246 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
247 terminal frames (Bug#5837).
248
249 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
250
251 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
252 * nsterm.h: Fix prototype.
253
254 2010-03-31 Eli Zaretskii <eliz@gnu.org>
255
256 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
257 in this function. (Bug#5703)
258
259 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
260
261 * nsterm.h: Fix last change.
262
263 2010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
264
265 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
266
267 2010-03-30 Jan Djärv <jan.h.d@swipnet.se>
268
269 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
270 invisible (Bug#5766).
271
272 2010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
273
274 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
275 HAVE_NS conditionals.
276 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
277
278 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
279 filename for the title.
280 (ns_set_doc_edited): Do nothing if the selected window is a
281 minibuffer window.
282
283 * nsterm.h: Add prototypes for ns_set_name_as_filename and
284 ns_set_doc_edited.
285
286 * nsterm.m: Remove unneeded prototype.
287
288 2010-03-28 Glenn Morris <rgm@gnu.org>
289
290 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
291 in the DOC file. (Bug#5336)
292
293 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
294
295 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
296
297 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
298
299 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
300
301 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
302
303 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
304
305 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
306
307 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
308 XLoadQueryFont.
309
310 2010-03-16 Kenichi Handa <handa@m17n.org>
311
312 * coding.c (decode_coding_ccl): Fix previous change for the
313 multibyte case.
314 (encode_coding_ccl): Don't setup ccl program here. Fix for the
315 case that the output buffer is fullfilled.
316 (encode_coding): Setup ccl program here.
317
318 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
319
320 * editfns.c (Fformat): Account for string precision when computing
321 field width (Bug#5710).
322
323 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 Make it possible to C-g in a tight bytecode loop again (bug#5680).
326 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
327 (QUIT): Use it to consolidate code and remove redundancy.
328 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
329
330 * regex.c (regex_compile): Setup gl_state as well.
331
332 * syntax.c (skip_chars): Setup gl_state (bug#3823).
333 (in_classes): Use CONSP before XCAR/XCDR.
334
335 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
336
337 * keymap.c (Fwhere_is_internal): Use Fequal to compare
338 definitions, so that keyboard macros are correctly handled
339 (Bug#5481).
340
341 2010-03-02 Eli Zaretskii <eliz@gnu.org>
342
343 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
344 text that could be relocated inside the call to emacs_mule_char.
345 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
346 (CODING_DECODE_CHAR): Add a comment describing its purpose.
347
348 2010-03-02 Kenichi Handa <handa@m17n.org>
349
350 * character.c (parse_str_as_multibyte): Fix handling of the
351 multibyte form of raw-bytes.
352 (str_as_multibyte): Likewise.
353
354 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
355 form of raw-bytes.
356
357 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
358
359 * charset.c (load_charset_map_from_file)
360 (load_charset_map_from_vector): Zero out allocated
361 charset_map_entries before using them.
362
363 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
364
365 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
366
367 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
368
369 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
370 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
371
372 2010-02-26 Kenichi Handa <handa@m17n.org>
373
374 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
375
376 * xdisp.c (reseat_to_string): Fix previous change.
377
378 2010-02-26 David Reitter <david.reitter@gmail.com>
379
380 * nsfont.m (nsfont_draw): ns_antialias_text should be a
381 Lisp_Object (Bug#4736).
382
383 2010-02-25 Kenichi Handa <handa@m17n.org>
384
385 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
386
387 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
388
389 * xterm.c (XTflash): Move declarations before statements.
390
391 * gtkutil.c (xg_get_gdk_display): Remove (unused).
392 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
393 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
394 (xg_create_tool_bar): Remove unused variables.
395 (x_wm_set_size_hint): Move declarations before statements.
396 (xg_create_frame_widgets): Remove variable grav.
397
398 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
399
400 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
401
402 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * term.c (fatal): Add a final \n if needed (bug#5596).
405
406 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
407
408 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
409
410 2010-02-18 Glenn Morris <rgm@gnu.org>
411
412 * callint.c (Finteractive): Doc fix.
413
414 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
415
416 * coding.c (record_conversion_result):
417 Handle CODING_RESULT_INSUFFICIENT_DST.
418 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
419 memory allocation error.
420
421 2010-02-17 Kenichi Handa <handa@m17n.org>
422
423 * coding.c (decode_coding_ccl): Don't setup ccl program here.
424 Fix for the case that the output buffer is fullfilled.
425 (decode_coding): Setup ccl program here. Keep looping when the
426 decoder stopped because the output buffer is
427 fullfilled (bug#5534).
428
429 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
430
431 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
432
433 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
434 bug #5571.
435 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
436 overdrawn.
437
438 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
439
440 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
441 doing_interact here.
442 (ice_connection_closed): New function.
443 (x_session_check_input, smc_die_CB, ice_io_error_handler)
444 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
445 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
446 returns I/O error.
447 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
448 bug #5512.
449
450 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
451
452 * nsfont.m (nsfont_open): The system's value for the font descent
453 is negative, so round it down to avoid clipping.
454
455 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
456
457 * charset.c (load_charset_map_from_file)
458 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
459 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
460
461 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
462
463 * charset.c (load_charset_map_from_file): Allocate large
464 charset_map_entries structure on the heap rather than the stack.
465 (Bug#5526).
466
467 2010-01-31 Kenichi Handa <handa@m17n.org>
468
469 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
470 size in NAME is invalid, return -1 (Bug#5396).
471
472 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
473
474 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
475 <deactivated@gmail.com> (Bug#3605).
476
477 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
478
479 * fileio.c (Frename_file): Correctly rename symlinks to
480 directories (Bug#5496).
481
482 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
483
484 * nsterm.m (ns_ring_bell): Handle visible bell like X.
485
486 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
487
488 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
489
490 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
491
492 * frame.c (DEFAULT_ROWS): Change default to 35.
493
494 * xfns.c (x_default_font_parameter): Change default XFT font to
495 monospace-10 (Bug#3643).
496
497 2010-01-29 Eli Zaretskii <eliz@gnu.org>
498
499 * w32inevt.c (key_event): Remove unnecessary comparison of
500 event->uChar.AsciiChar with 128.
501
502 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
503
504 * fileio.c (Frename_file): Fix last change (Bug#5487).
505
506 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
507
508 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
509
510 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
511
512 * xfns.c (Fx_create_frame): Remove window size matching code from
513 2010-01-15.
514 (x_get_current_desktop, x_get_desktop_workarea): Remove.
515
516 2010-01-27 Jason Rumney <jasonr@gnu.org>
517
518 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
519 (key_event): Use unicode for characters 128 and higher (Bug#4567).
520
521 2010-01-27 Kenichi Handa <handa@m17n.org>
522
523 * regex.c (analyse_first): Fix setting of fastmap for unibyte
524 pattern string (Bug#4209).
525
526 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
527
528 * fileio.c (Frename_file): Call copy-directory and
529 delete-directory for directories, in order to handle cross-device
530 renaming (Bug#3353).
531
532 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
533
534 * xfns.c (Fx_create_frame): If frame height is too big, try
535 sizes 24 and 10. Bug #3643.
536
537 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 Try and fix bug#788, hopefully for real this time.
540 * keymap.c (shadow_lookup): Add `remap' arg.
541 (describe_map, describe_vector): Update calls to shadow_lookup.
542 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
543 `remapped' so this flag is applicable to `sequence'. Be careful to
544 perform remapping during shadow_lookup check of remapped_sequences.
545
546 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
547
548 * image.c (png_load): Use png_sig_cmp instead of the obsolete
549 png_check_sig, which has been removed in libpng 1.4.
550
551 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
552
553 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
554 lacks this header file).
555
556 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
557
558 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
559 as in Emacs 22.
560
561 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
562
563 * lisp.h (make_pure_string): String pointer arg now points to const.
564
565 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
566 args now point to const.
567
568 2010-01-22 Eli Zaretskii <eliz@gnu.org>
569
570 * lread.c (Fload): Don't treat files without .elc extension as
571 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
572 them. (bug#5303)
573
574 2010-01-20 Kenichi Handa <handa@m17n.org>
575
576 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
577 treat the source as actual byte sequence.
578
579 2010-01-19 Alan Mackenzie <acm@muc.de>
580
581 Fix spurious before-change-functions invocation from (insert ?\n).
582 * textprop.c (set_text_properties): Rename parameter
583 `signal_after_change_p' to `coherent_change_p', and make the
584 invocation of `modify_region' conditional on it.
585
586 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
587
588 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
589 for debug purpose.
590 (syms_of_xsettings): Declare xft-settings.
591
592 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
593
594 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
595
596 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * xterm.c (event_handler_gdk): Block input (Bug#5037).
599
600 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
601
602 * emacs.c (standard_args): Adjust arg priorities to reflect how
603 they are processed in startup.el.
604
605 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
606
607 * Makefile.in (lisp, shortlisp): Update.
608
609 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
612 code, link the new kboard into all_kboard before running Lisp code,
613 and protect the new terminal with GCPRO (Bug#5365).
614 (x_term_init): Remove unused var `atom'.
615 (x_delete_display, x_delete_terminal): Remove unused var `i'.
616
617 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
618
619 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
620 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
621 to find out usable size of the desktop. Don't make frames larger than
622 this. Bug #3643.
623
624 2010-01-15 Kenichi Handa <handa@m17n.org>
625
626 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
627
628 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
629
630 * nsterm.m (Qnone): Define.
631
632 * nsfns.m (Qnone): Move definition to nsterm.m.
633
634 2010-01-14 Kenichi Handa <handa@m17n.org>
635
636 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
637 systems.
638
639 2010-01-14 Kenichi Handa <handa@m17n.org>
640
641 Make auto-composition work on all buffers even if they are
642 fundamental mode.
643
644 * composite.c (Vauto_composition_mode): New variable.
645 (composition_compute_stop_pos): Check Vauto_composition_mode
646 instead of Vauto_composition_function.
647 (composition_adjust_point, Ffind_composition_internal): Likewise.
648 (syms_of_composite): Declare Lisp variable
649 "auto-composition-mode" here.
650
651 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
652
653 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
654 during call to vendor-specific-keysyms (Bug#5365).
655
656 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
657
658 * keyboard.c (input_available_signal) [SYNC_INPUT]:
659 Call SIGNAL_THREAD_CHECK (Bug#5333).
660
661 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
662 Call SIGNAL_THREAD_CHECK.
663
664 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 Try to fix bug#5314. This is probably not the final word, tho.
667 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
668 recent-auto-save-p as a side-effect.
669 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
670 * buffer.c (Fkill_buffer, reset_buffer):
671 * editfns.c (Fsubst_char_in_region):
672 * fileio.c (Finsert_file_contents, Fdo_auto_save)
673 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
674
675 2010-01-13 Kenichi Handa <handa@m17n.org>
676
677 Display buffer name, etc. in mode line by composing correctly.
678
679 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
680 STRING is not nil.
681 (display_mode_element): Adjust for the change of
682 decode_mode_spec and display_line.
683 (decode_mode_spec): Change arg MULTIBYTE to STRING.
684 (display_string): Handle the case that STRING is non-null and
685 LISP_STRING is not nil.
686
687 * xterm.c (x_draw_composite_glyph_string_foreground):
688 Pay attention to s->face->overstrike.
689
690 * composite.c (composition_reseat_it): Don't check PT if STRING is
691 non nil.
692
693 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
694
695 * keyboard.c (read_char): Don't apply previous change when current
696 buffer is unchanged by command execution.
697
698 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
699
700 * keyboard.c (read_char): Return after executing from special map.
701
702 2010-01-12 Glenn Morris <rgm@gnu.org>
703
704 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
705 bug-gnu-emacs rather than emacs-pretest-bug.
706
707 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
708
709 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
710 initializing the Lisp variables that depend on them.
711
712 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
713
714 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
715 Clear areas that will not be updated after change of menu bar lines.
716 Clear the menu bar window's current matrix when the window gets empty.
717
718 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
719
720 * intervals.h, textprop.c (extend_property_ranges): Return value
721 and args changed. Discard properties that begin at or after the
722 new end (Bug#5306).
723
724 * editfns.c (Fformat): Caller changed.
725
726 * nsterm.m (ns_set_default_prefs): Delete function.
727 (syms_of_nsterm): Initialize ns_command_modifier,
728 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
729 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
730
731 * xdisp.c (pos_visible_p): Check for invisible text at the correct
732 position (Bug#4040).
733
734 2010-01-09 Eli Zaretskii <eliz@gnu.org>
735
736 * editfns.c (Ffloat_time): Doc fix.
737
738 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
739
740 * xfns.c (Fx_create_frame): Don't create frame larger than display
741 by default bug#3643.
742
743 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
744
745 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
746 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
747 windows above internal border.
748
749 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
750 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
751 windows above internal border.
752
753 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
754 tool bar windows specially.
755
756 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
757
758 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
759 specially.
760 (XTflash): Take account of menu bar height.
761
762 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
763 specially.
764
765 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
766
767 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
768 also be true before we can return early (bug #5339).
769
770 2010-01-06 David Reitter <david.reitter@gmail.com>
771
772 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
773 (Fns_display_usable_bounds): Rewrite, computing bounds properly
774 (Bug#3233).
775
776 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
777
778 * font.c (font_open_entity): Enable chache and call cached_font_ok
779 for the driver if defined.
780 (QCuser_spec): New symbol.
781 (font_spec_from_name): Save name as user-spec.
782 (font_load_for_lface): Keep user-spec instead of name.
783 (font_open_by_name): Save name as user-spec.
784 (syms_of_font): Initialize QCuser_spec.
785 (font_clear_prop): Clear name if it exists in font (bug#5157).
786
787 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
788 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
789 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
790
791 * font.h (struct font_driver): Add cached_font_ok.
792
793 * xterm.c (x_clear_frame): Queue draw for scroll bars.
794
795 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
796
797 * xterm.c (x_new_font): Move code for setting rows/cols before
798 resizing ...
799 (x_set_window_size): ... to here. Bug #2568.
800
801 * gtkutil.c (xg_clear_under_internal_border): New function.
802 (xg_frame_resized, xg_frame_set_char_size):
803 Call xg_clear_under_internal_border.
804 (xg_update_scrollbar_pos): Clear under old scroll bar position.
805
806 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
807
808 * keyboard.c (read_key_sequence): Catch keyboard switch after
809 making a new tty frame (Bug#5095).
810
811 2010-01-05 Kenichi Handa <handa@m17n.org>
812
813 * fontset.c (fontset_find_font): Fix getting the frame pointer.
814
815 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
818 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
819 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
820
821 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
822
823 * dbusbind.c (xd_add_watch): Improve debug message.
824 (xd_remove_watch): Improve debug message. If DATA is the session
825 bus, unset D-Bus session environment.
826 (Fdbus_init_bus): Pass the bus as argument to
827 dbus_connection_set_watch_functions. (Bug#5283)
828
829 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
830
831 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
832
833 * lread.c (syms_of_lread): Make it clearer that these are the
834 names of loaded files (Bug#5068).
835
836 * eval.c (run_hook_with_args): Handle the case where the global
837 value has the obsolete single-function form (Bug#5026).
838
839 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
840
841 * minibuf.c (Fall_completions): Minor optimization.
842
843 2009-12-26 Eli Zaretskii <eliz@gnu.org>
844
845 * .gdbinit (pgx): Fix display of composite glyphs.
846 Display cmp.from and cmp.to as well.
847 (pitx): Fix last change.
848
849 2009-12-25 Kenichi Handa <handa@m17n.org>
850
851 * composite.h (composition_adjust_point): Update prototype.
852
853 * composite.c (composition_reseat_it): Don't make a composition
854 spanning over point.
855 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
856 composable characters.
857 (composition_adjust_point): New arg NEW_PT. Callers changed.
858
859 * keyboard.c (command_loop_1): Force redisplay if the last point
860 was within a composition.
861 (adjust_point_for_property): Don't adjust point for automatic
862 composition when called after buffer modification.
863
864 2009-12-19 Eli Zaretskii <eliz@gnu.org>
865
866 * .gdbinit (pitx): Don't use enum names, use their values.
867 Remove reference to non-existing value GET_FROM_COMPOSITION.
868 (pgx): Don't use enum names, use their values.
869 (pitmethod): New helper command.
870 (pitx): Use it to display iteration method.
871 (pgrowit): New command.
872
873 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
874
875 Update dependencies in Makefile.in.
876
877 * Makefile.in (alloc.o): Depend on termhooks.h.
878 (atimer.o): Depend on blockinput.h.
879 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
880 and frame.h.
881 (callint.o): Depend on systime.h, coding.h, and composite.h.
882 (callproc.o): Depend on buffer.h.
883 (casefiddle.o): Don't depend on charset.h.
884 (casetab.o): Depend on character.h.
885 (ccl.o): Depend on composite.h.
886 (chartab.o): Depend on ccl.h.
887 (cm.o): Depend on dispextern.h.
888 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
889 (coding.o): Don't depend on $(INTERVALS_H).
890 (composite.o): Don't depend on dispextern.h explicitly (it's in
891 $(INTERVALS_H)). Depend on ccl.h.
892 (data.o): Depend on systime.h, coding.h, composite.h,
893 dispextern.h, font.h, and ccl.h.
894 (dired.o): Depend on composite.h.
895 (dispnew.o): Depend on coding.h. Don't depend explicitly on
896 composite.h (it's in $(INTERVALS_H)).
897 (doc.o): Depend on systime.h, coding.h, and composite.h.
898 (editfns.o): Don't depend explicitly on dispextern.h.
899 (emacs.o): Depend on frame.h and coding.h.
900 (eval.o): Depend on coding.h, composite.h, and xterm.h.
901 (fileio.o): Depend on frame.h and commands.h. Don't depend
902 explicitly on dispextern.h.
903 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
904 composite.h.
905 (fns.o): Don't depend on termhooks.h.
906 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
907 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
908 coding.h, $(INTERVALS_H), window.h, xterm.h.
909 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
910 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
911 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
912 fontset.h, ccl.h, and ftfont.h.
913 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
914 (gtkutil.o): Depend on dispextern.h and composite.h.
915 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
916 termhooks.h, and ccl.h.
917 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
918 (intervals.o): Depend on systime.h and coding.h.
919 (keyboard.o): Depend on composite.h and coding.h.
920 (keymap.o): Depend on coding.h and frame.h.
921 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
922 (macros.o): Depend on systime.h, coding.h, and composite.h.
923 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
924 and atimer.h.
925 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
926 dispextern.h explicitly.
927 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
928 Don't depend explicitly on dispextern.h and composite.h.
929 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
930 (regex.o): Don't depend on charset.h.
931 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
932 (search.o): Don't depend explicitly on composite.h.
933 (sound.o): Depend on atimer.h and systime.h.
934 (syntax.o): Don't depend explicitly on composite.h.
935 (sysdep.o): Depend on coding.h and composite.h.
936 (term.o): Depend on xterm.h and buffer.h.
937 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
938 (textprop.o): Don't depend on dispextern.h explicitly.
939 (undo.o): Depend on dispextern.h.
940 (window.o): Depend on coding.h and termhooks.h. Don't depend on
941 dispextern.h and composite.h explicitly.
942 (xdisp.o): Depend on ccl.h.
943 (xfaces.o): Depend on coding.h and ccl.h.
944 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
945 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
946 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
947 ftfont.h.
948 (xgselect.o): New dependency.
949 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
950 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
951 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
952 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
953 (xsmfns.o): Depend on frame.h and dispextern.h.
954 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
955 sysselect.h.
956
957 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
958
959 * font.c (Fclear_font_cache): Pass correct cache argument to
960 font_clear_cache.
961
962 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
963
964 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
965 twice.
966
967 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
968
969 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
970 calling file-remote-p. Reported by Jim Meyering.
971
972 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
973
974 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
975 avoid compiler warnings. (Bug #5217)
976
977 2009-12-14 Kenichi Handa <handa@m17n.org>
978
979 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
980 in 8-bit encoding.
981
982 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
983
984 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
985 tooltip windows.
986
987 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
988
989 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
990 Xatom_net_window_type.
991
992 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
993 Xatom_net_window_type.
994
995 * xterm.c (my_log_handler): New function.
996 (x_term_init): Set my_log_handler as log handler during gtk_init
997 so we can filter out buggy messages. (Bug #5120).
998
999 * xterm.c (xg_scroll_callback): Parameter list changed,
1000 use parameter GtkScrollType to determine scroll/line/page.
1001 Only allow dragging if a button < 4 is grabbed (bug #5177).
1002 (xg_end_scroll_callback): New function.
1003 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1004 xg_create_scroll_bar.
1005
1006 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1007 (scroll_end_callback): Remove.
1008 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1009 button-release-event. Replace value-changed event with change-value,
1010 bug #5177,
1011 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1012 bug #5177.
1013
1014 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1015 (xg_create_scroll_bar): Add GCallback end_callback.
1016
1017 * xftfont.c (QClcdfilter): New variable.
1018 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1019 (syms_of_xftfont): Initialize QClcdfilter.
1020
1021 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1022
1023 * xsettings.c (struct xsettings): Add member seen.
1024 (parse_xft_settings): Update member seen with what we have read.
1025 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1026 (apply_xft_settings): Only update Xft settings with what member seen
1027 indicates as new.
1028
1029 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1030
1031 * dispextern.h (struct text_pos): Use EMACS_INT;
1032 (struct glyph): Use EMACS_INT for charpos.
1033 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1034 region_beg_charpos, region_end_charpos,
1035 redisplay_end_trigger_charpos, and also for
1036 iterator_stack_entry.end_charpos and
1037 iterator_stack_entry.stop_charpos.
1038
1039 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1040
1041 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1042 (xg_create_scroll_bar): Call scroll_end_callback on button release
1043 event (bug #5177).
1044 (xg_event_is_for_scrollbar): != replaced with ==.
1045
1046 2009-12-12 Kenichi Handa <handa@m17n.org>
1047
1048 * ftfont.c (struct ftfont_info): New member matrix.
1049 (ftfont_open): Setup xftfont_info->matrix.
1050 (MFLTFontFT): New member matrix.
1051 (FLOOR, CEIL, ROUND): New macros.
1052 (ftfont_get_metrics): Handle matrix transformation.
1053 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1054
1055 * xftfont.c (struct xftfont_info): New member matrix.
1056 (xftfont_open): Setup xftfont_info->matrix.
1057
1058 2009-12-10 Kenichi Handa <handa@m17n.org>
1059
1060 * xdisp.c (append_space_for_newline): Consider face-remapping.
1061
1062 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1063
1064 * xsettings.c: Include "keyboard.h".
1065
1066 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1067
1068 Fix implicit function declarations.
1069 * cmds.c: Include "frame.h".
1070 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1071 * frame.h: Move declaration of delete_frame outside of
1072 HAVE_WINDOW_SYSTEM.
1073
1074 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1075
1076 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1077
1078 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1079 GTK builds.
1080
1081 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1082
1083 * unexelf.c (unexec): Don't search for .data twice.
1084
1085 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1088 if push failed.
1089 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1090 of push_display_prop (Bug#5000).
1091
1092 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1093 value of font_list_entities (Bug#5085).
1094
1095 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1096
1097 Fix `string-to-number' to deal consistently with integers and floats.
1098 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1099 trailing characters, not just whitespace.
1100 (read1): Pass new arg 0 to keep old behavior.
1101 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1102 trailing chars, as it is already done for integers. Doc fixes.
1103 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1104
1105 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1106
1107 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1108 Delete unused enumeration value.
1109
1110 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1111
1112 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1113
1114 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1115
1116 * process.c (Fmake_network_process): Fix up the tests for
1117 "connectionless socket", so they DTRT for seqpacket sockets as well.
1118
1119 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * process.c (Qseqpacket): New symbol.
1122 (HAVE_SEQPACKET): New macro.
1123 (Fmake_network_process): Accept new :type `seqpacket'.
1124 (init_process): Add `seqpacket' feature when applicable.
1125 (syms_of_process): Initialize Qseqpacket.
1126
1127 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1128
1129 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1130 if entity is Qnil.
1131
1132 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * print.c (print_preprocess): Preprocess the key_and_value table of
1135 hashtables, even tho they're "hidden" (bug#5082).
1136
1137 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1138
1139 * frame.c (frame_make_pointer_invisible)
1140 (frame_make_pointer_visible): Declare f before statements.
1141
1142 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1143
1144 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1145 omitted dependencies on lisp.h.
1146
1147 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1148
1149 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1150 is NULL.
1151
1152 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1153
1154 * frame.c (frame_make_pointer_invisible)
1155 (frame_make_pointer_visible): Just return if there isn't any selected
1156 frame.
1157
1158 * search.c (simple_search): Remove warning by making *p const.
1159
1160 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1161
1162 * xdisp.c (power_letter): Remove duplicate const.
1163
1164 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1165
1166 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1167
1168 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1169 defaults (bug #5025).
1170
1171 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * insdel.c (adjust_markers_for_delete): Move it in the
1174 right direction! (bug#4803)
1175
1176 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1177
1178 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1179
1180 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1181
1182 2009-11-24 Glenn Morris <rgm@gnu.org>
1183
1184 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1185
1186 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1187
1188 * Makefile.in: Must create deps for ecrt0.o in its rule.
1189
1190 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1191 because that is what Gtk+ font dialog understands.
1192
1193 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1194 of Fcopy_sequence.
1195 (font_open_by_name): Put name given into QCname for font-object returned.
1196
1197 * frame.c (x_set_font): Save original font name as frame parameter
1198 font-parameter.
1199
1200 * xsettings.c (set_default_xft_settings): New function.
1201 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1202 is found.
1203
1204 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1205
1206 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1207 searching backwards through multibyte buffer.
1208
1209 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1210
1211 * xterm.c: #include xgselect.h.
1212 (x_initialize): Call xgselect_initialize.
1213
1214 * xsettings.c (something_changedCB): C++ comments => C comments.
1215 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1216 does that now.
1217
1218 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1219 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1220 (scroll_bar_button_cb): Remove.
1221 (create_menus): C++ comments => C comments. Don't bind grab-notify
1222 event.
1223 (xg_create_scroll_bar): Don't bind button-press-event and
1224 button-release-event.
1225
1226 * process.c: Include xgselect.h if defined (USE_GTK) ||
1227 defined (HAVE_GCONF).
1228 (wait_reading_process_output): Call xg_select for the same condition.
1229
1230 * xgselect.c (xg_select): New function to better integrate with
1231 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1232
1233 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1234
1235 * Makefile.in (XOBJ): Add xgselect.o.
1236
1237 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1238
1239 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1240 Remove ignored second argument. All callers changed.
1241 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1242 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1243 * xdisp.c (string_char_and_length): Likewise.
1244
1245 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1246
1247 * xterm.c (x_new_font):
1248 * print.c (print_object):
1249 * cmds.c (Fself_insert_command): Move declarations before statements.
1250
1251 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1252
1253 * s/cygwin.h: Remove unneeded linker flags.
1254
1255 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1256
1257 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1258
1259 * xsettings.h: Declare xsettings_get_system_font.
1260
1261 * xsettings.c (xsettings_get_system_font): New function.
1262 (init_gconf): No use initiating gconf unless we have Xft also.
1263 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1264 HAVE_GCONF.
1265
1266 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1267 add a blank entry so it doesn't collapse into nothing.
1268
1269 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * lread.c (Funintern): Comment out last change.
1272
1273 2009-11-19 Richard Stallman <rms@gnu.org>
1274
1275 * lread.c (Funintern): Error if symbol is t or nil.
1276
1277 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1280 representation of Lisp integers.
1281 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1282
1283 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1284
1285 * lisp.h: Remove declaration of Ffont_get_system_font.
1286 * xfns.c: Move include of "xsettings.h".
1287 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1288
1289 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1290
1291 * xsettings.c (something_changedCB, Ffont_get_system_font):
1292 Check use_system_font.
1293 (syms_of_xsettings): DEFVAR font-use-system-font.
1294
1295 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1296
1297 * xfns.c (x_default_font_parameter): Remove dead assignment.
1298
1299 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1300
1301 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1302
1303 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1304 not have FC_LCD_*. #define them if not there.
1305
1306 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1307
1308 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1309
1310 * xterm.c (handle_one_xevent): Call xft_settings_event for
1311 ClientMessage, PropertyNotify and DestroyNotify.
1312 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1313 Call xsettings_initialize.
1314
1315 * xftfont.c (xftfont_fix_match): New function.
1316 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1317 Call xftfont_fix_match after XftFontMatch.
1318
1319 * xfont.c (xfont_driver): Initialize all members.
1320
1321 * xfns.c (x_default_font_parameter):
1322 Try font from Ffont_get_system_font.
1323 Do not get font from x_default_parameter if we got one from
1324 Ffont_get_system_font.
1325 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1326
1327 * w32font.c (w32font_driver): Initialize all members.
1328
1329 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1330
1331 * lisp.h: Declare syms_of_xsettings.
1332
1333 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1334 Handle CONFIG_CHANGED_EVENT.
1335
1336 * ftfont.c (ftfont_filter_properties): New function.
1337
1338 * frame.c (x_set_font): Remove unused variable lval.
1339
1340 * font.h (struct font_driver): Add filter_properties.
1341
1342 * font.c (font_put_extra): Don't return if val is nil, it means
1343 boolean option is off.
1344 (font_parse_fcname): Collect all extra properties in extra_props
1345 and call filter_properties for all drivers with extra_props and
1346 font as parameter.
1347 (font_open_entity): Do not use cache, it does not pick up new
1348 fontconfig settings like hinting.
1349 (font_load_for_lface): If spec had a name in it, store it in entity.
1350
1351 * emacs.c (main): Call syms_of_xsettings.
1352
1353 * config.in: HAVE_GCONF is new.
1354
1355 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1356 xsettings.o is new.
1357
1358 2009-11-17 Kenichi Handa <handa@m17n.org>
1359
1360 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1361 back to the default font in case that no suitable font is found.
1362
1363 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1366 Suggested by Chad Brown <yandros@mit.edu>.
1367 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1368
1369 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1370
1371 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1372
1373 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1374
1375 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1376
1377 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1378
1379 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1380 has a parent.
1381
1382 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1383 dependency files in deps/. Include those files into Makefile.
1384
1385 * config.in: Generated (AUTO_DEPEND).
1386
1387 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1390 Vdbus_registered_functions_table, because it contains also
1391 properties. Fix docstring.
1392 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1393
1394 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * alloc.c (mark_object): Don't reprocess marked strings.
1397 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1398 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1399
1400 2009-11-13 Kenichi Handa <handa@m17n.org>
1401
1402 * category.c (word_boundary_p): Adjust for the change of the
1403 semantics of Vword_combining_categories.
1404 (Vword_combining_categories): Describe the slight change of the
1405 semantics.
1406
1407 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1408
1409 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1410
1411 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1412
1413 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1416
1417 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1420
1421 2009-11-11 David Reitter <david.reitter@gmail.com>
1422
1423 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1424 variables to fix 2009-11-09 change.
1425
1426 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1427
1428 * process.c (ifflag_def): Make flag_sym constant.
1429 (Fnetwork_interface_info): Use a constant pointer.
1430 (ifflag_table):
1431 * xfns.c (cursor_bits):
1432 * xdisp.c (power_letter):
1433 * termcap.c (speeds, esctab):
1434 * sysdep.c (baud_convert):
1435 * keyboard.c (lispy_accent_codes, modifier_names):
1436 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1437 (jpeg_format, tiff_format, gif_format, svg_format)
1438 (interlace_start, interlace_increment, gs_format):
1439 * gtkutil.c (separator_names):
1440 * fringe.c (swap_nibble):
1441 * fns.c (base64_value_to_char, base64_char_to_value):
1442 * fileio.c (make_temp_name_tbl):
1443 * coding.c (suffixes): Make constant.
1444
1445 * frame.c (make_initial_frame):
1446 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1447 build_string.
1448 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1449
1450 * s/freebsd.h:
1451 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1452
1453 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1454 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1455
1456 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1457 * xterm.c (syms_of_xterm):
1458 * xfaces.c (syms_of_xfaces):
1459 * xdisp.c (syms_of_xdisp):
1460 * lread.c (syms_of_lread):
1461 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1462 build_string.
1463
1464 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1465
1466 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * fns.c (Fplist_get): Merge the active and the commented out code.
1469
1470 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1471
1472 * keyboard.h: Declare timer_check.
1473
1474 * keyboard.c (timer_check_2): New function that does what the old
1475 timer_check did.
1476 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1477 returned, i.e. don't return -1 with timers pending.
1478
1479 * process.c: Remove extern declaration of timer_check.
1480
1481 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1482 even if timer_check returned -1.
1483
1484 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1485 xg_dialog_data.
1486 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1487 the event loop.
1488 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1489 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1490 Destroy the dialog after xg_dialog_run.
1491
1492 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1495
1496 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1497
1498 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1499
1500 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1503
1504 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1507 w32menu.c, and nsmenu.m.
1508 Simplify the obsolete case where position is nil.
1509 (cleanup_popup_menu): New function, moved from nsmenu.m.
1510 (struct skp): Remove slot `notreal'.
1511 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1512 adjust callers.
1513 (single_menu_item): Adjust call to parse_menu_item.
1514 (syms_of_menu): Defsubr x-popup-menu.
1515 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1516 (keymap_panes): Don't export any more.
1517 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1518 (xmenu_show): Declare.
1519 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1520 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1521 * keyboard.h (parse_menu_item): Update declaration.
1522 * xmenu.c (Fx_popup_menu): Remove.
1523 (syms_of_xmenu): Don't defsubr x-popup-menu.
1524 * w32menu.c (Fx_popup_menu): Remove.
1525 (syms_of_w32menu): Don't defsubr x-popup-menu.
1526 * nsmenu.m (cleanup_popup_menu): Remove.
1527 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1528 moved to menu.c's Fx_popup_menu.
1529 (Fx_popup_menu): Remove.
1530 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1531 menu_items (it's done in menu.c already).
1532
1533 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1536 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1537
1538 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1541 xmenu_show. Hide any tooltip before opening a menu.
1542 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1543 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1544
1545 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 Let integers use up 2 tags to give them one extra bit and thus double
1548 their range.
1549 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1550 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1551 New macros.
1552 (enum Lisp_Type): Use them. Give explicit values.
1553 (Lisp_Type_Limit): Remove.
1554 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1555 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1556 Pay attention to USE_2_TAGS_FOR_INTS.
1557 (INTEGERP): Use LISP_INT_TAG_P.
1558 * fns.c (internal_equal): Simplify the default case.
1559 (sxhash): Use case_Lisp_Int.
1560 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1561 any more.
1562 (Ftype_of): Use case_Lisp_Int.
1563 (store_symval_forwarding): Take into account the fact that Ints can
1564 now have more than one tag.
1565 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1566 buffer_slot_type_mismatch):
1567 * xfaces.c (face_attr_equal_p):
1568 * print.c (print_object):
1569 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1570 Use case_Lisp_Int.
1571
1572 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1573
1574 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1575
1576 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1577 warning.
1578
1579 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1580
1581 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1582
1583 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1584
1585 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1586 ButtonPressRelease and MotionNotify (bug#4870).
1587
1588 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1589
1590 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1591
1592 * xterm.c (syms_of_xterm):
1593 * xselect.c (syms_of_xselect):
1594 * xmenu.c (syms_of_xmenu):
1595 * xfns.c (syms_of_xfns):
1596 * xfaces.c (syms_of_xfaces):
1597 * xdisp.c (syms_of_xdisp):
1598 * window.c (syms_of_window):
1599 * w32fns.c (syms_of_w32fns):
1600 * undo.c (syms_of_undo):
1601 * textprop.c (syms_of_textprop):
1602 * terminal.c (syms_of_terminal):
1603 * syntax.c (syms_of_syntax):
1604 * sound.c (syms_of_sound):
1605 * search.c (syms_of_search):
1606 * print.c (syms_of_print):
1607 * minibuf.c (syms_of_minibuf):
1608 * macros.c (syms_of_macros):
1609 * keymap.c (syms_of_keymap, initial_define_key)
1610 (initial_define_lispy_key):
1611 * keyboard.c (syms_of_keyboard):
1612 * insdel.c (syms_of_insdel):
1613 * image.c (syms_of_image):
1614 * fringe.c (syms_of_fringe):
1615 * frame.c (syms_of_frame):
1616 * fontset.c (syms_of_fontset):
1617 * fns.c (syms_of_fns):
1618 * fns.c (syms_of_fns):
1619 * fileio.c (syms_of_fileio):
1620 * fileio.c (syms_of_fileio):
1621 * eval.c (syms_of_eval):
1622 * doc.c (syms_of_doc):
1623 * dispnew.c (syms_of_display):
1624 * dired.c (syms_of_dired):
1625 * dbusbind.c (syms_of_dbusbind):
1626 * data.c (syms_of_data):
1627 * composite.c (syms_of_composite):
1628 * coding.c (syms_of_coding):
1629 * cmds.c (syms_of_cmds):
1630 * charset.c (define_charset_internal, syms_of_character):
1631 * ccl.c (syms_of_ccl):
1632 * category.c (syms_of_category, init_category_once):
1633 * casetab.c (syms_of_casetab):
1634 * casefiddle.c (syms_of_casefiddle):
1635 * callint.c (syms_of_callint):
1636 * bytecode.c (syms_of_bytecode):
1637 * buffer.c (keys_of_buffer, syms_of_buffer):
1638 * alloc.c (syms_of_alloc):
1639 * process.c (syms_of_process, init_process):
1640 * lread.c (syms_of_lread, init_obarray):
1641 * font.c (build_style_table):
1642 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1643 intern_c_string, calls to make_pure_string with
1644 make_pure_c_string. Use pure_cons instead of Fcons.
1645
1646 * process.c (socket_options): Make it const.
1647 (set_socket_option, init_process): Use a const pointer.
1648
1649 * lread.c (intern_c_string): New function.
1650 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1651 (defvar_int): Uset it. Make the name const char*.
1652
1653 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1654 (defvar_int): Update prototypes.
1655 (DEFUN, EXFUN): Support for prototypes is now required.
1656 (intern_c_string): New prototype.
1657 (struct Lisp_Subr): Make symbol_name constant.
1658
1659 * font.c (struct table_entry): Remove unused member. Make NAMES
1660 constant.
1661 (weight_table, slant_table, width_table): Make constant.
1662
1663 * emacs.c (struct standard_args): Make name and longname constant.
1664
1665 * character.h (DEFSYM): Use intern_c_string.
1666
1667 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * alloc.c (make_pure_c_string): New function.
1670
1671 * eval.c (Fautoload): Purecopy all arguments.
1672
1673 2009-11-05 Kenichi Handa <handa@m17n.org>
1674
1675 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1676 the buffer in case of replace.
1677
1678 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1679
1680 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1681
1682 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1685 when applicable (bug#4851).
1686
1687 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1688 (P_): Support for prototypes is now required.
1689
1690 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1693 (Bug#4827).
1694
1695 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1696
1697 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1698
1699 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1700
1701 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1702
1703 * lread.c (Fload): Purecopy the file name when building
1704 Vpreloaded_file_list.
1705
1706 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1707
1708 * w32fns.c (syms_of_w32fns): Change default value of
1709 w32-scroll-lock-modifier to nil. (Bug#2827)
1710
1711 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * minibuf.c (Fall_completions): Fix typos in docstring.
1714
1715 2009-10-26 Andreas Schwab <schwab@redhat.com>
1716
1717 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1718
1719 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1720
1721 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1722 For delta < 0, skip check that only makes sense when the mini-window
1723 is going to be enlarged. (Bug#4534)
1724
1725 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1728 string in menu maps (Bug#4471).
1729
1730 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1733 FRAME_NS_VIEW on terminal frames (Bug#4765).
1734
1735 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1736
1737 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1738 DBUS_TYPE_UINTnn separately to get proper sign extension.
1739
1740 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1741 can properly handle unsigned types.
1742 (make_uid, make_gid): Remove.
1743
1744 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1745 types again.
1746
1747 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1748 (system_process_attributes): Likewise.
1749
1750 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1753
1754 * eval.c (Fautoload): Purecopy the filename. Simplify.
1755
1756 * category.c (Fdefine_category): Purecopy docstring.
1757
1758 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1759
1760 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1761
1762 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1763
1764 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1767 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1768 (Bug#4775).
1769
1770 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1773 (init_fileio_once):
1774 * lisp.h (init_fileio_once): Remove.
1775 * emacs.c (main): Don't call init_fileio_once.
1776
1777 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1780
1781 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1782
1783 * doprnt.c (doprnt): Fix overflow check.
1784
1785 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1786
1787 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1788
1789 * xterm.h (x_wait_for_event): Declare it.
1790
1791 * xterm.c (pending_event_wait): New variable.
1792 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1793 see pending_event_wait.eventtype.
1794 (handle_one_xevent): Don't change gravity when parent changes.
1795 (x_new_font): Call change_frame_size with new rows/columns before we
1796 try to resize the frame.
1797 (x_wait_for_event): New function.
1798 (x_set_window_size_1): Don't change gravity unless change_gravity
1799 is set.
1800 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1801 don't change frame size, instead wait for the ConfigureNotify.
1802 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1803 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1804 (x_initialize): Initialize pending_event_wait.
1805
1806 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1807 size.
1808
1809 * widget.c (EmacsFrameSetValues): Add comment.
1810 (EmacsFrameSetCharSize): Just call x_set_window_size.
1811
1812 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1813 x_wait_for_event.
1814 (flush_and_sync): Remove again.
1815 (xg_get_font_name): Suggest monospace if no previous font is known.
1816
1817 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
1820 8th bit, since that only made sense in the ASCII world (bug#4751).
1821
1822 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1823
1824 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1825 processing pending events when event is filtered for input method.
1826 (Bug#3681)
1827
1828 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * fns.c: Add #endif accidentally removed in previous change.
1831
1832 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1833
1834 * fns.c: Remove code for unsupported system: MAC_OS.
1835 * image.c: Likewise. Include setjmp.h.
1836
1837 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1838
1839 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1840 pixel -1 (bug #4742).
1841
1842 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1843
1844 * process.c (create_pty): Remove conditionals for no longer
1845 supported systems: UNIPLUS and RTU.
1846
1847 * xterm.c:
1848 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1849
1850 * alloc.c: Do not define struct catchtag.
1851 * eval.c: Move struct catchtag definition ...
1852 * lisp.h: ... here.
1853
1854 * image.c: Move png.h #include earlier to avoid warnings.
1855
1856 * xterm.c:
1857 * xsmfns.c:
1858 * xselect.c:
1859 * xrdb.c:
1860 * xmenu.c:
1861 * xftfont.c:
1862 * xfont.c:
1863 * xfns.c:
1864 * xfaces.c:
1865 * xdisp.c:
1866 * window.c:
1867 * widget.c:
1868 * w32xfns.c:
1869 * w32uniscribe.c:
1870 * w32term.c:
1871 * w32select.c:
1872 * w32reg.c:
1873 * w32proc.c:
1874 * w32menu.c:
1875 * w32inevt.c:
1876 * w32heap.c:
1877 * w32font.c:
1878 * w32fns.c:
1879 * w32console.c:
1880 * w32.c:
1881 * w16select.c:
1882 * vm-limit.c:
1883 * unexsol.c:
1884 * unexec.c:
1885 * unexcw.c:
1886 * unexaix.c:
1887 * undo.c:
1888 * tparam.c:
1889 * textprop.c:
1890 * terminfo.c:
1891 * terminal.c:
1892 * termcap.c:
1893 * term.c:
1894 * syntax.c:
1895 * sound.c:
1896 * sheap.c:
1897 * search.c:
1898 * scroll.c:
1899 * region-cache.c:
1900 * regex.c:
1901 * ralloc.c:
1902 * process.c:
1903 * print.c:
1904 * nsterm.m:
1905 * nsselect.m:
1906 * nsmenu.m:
1907 * nsimage.m:
1908 * nsfont.m:
1909 * nsfns.m:
1910 * msdos.c:
1911 * minibuf.c:
1912 * menu.c:
1913 * marker.c:
1914 * macros.c:
1915 * keymap.c:
1916 * keyboard.c:
1917 * intervals.c:
1918 * insdel.c:
1919 * indent.c:
1920 * gtkutil.c:
1921 * ftxfont.c:
1922 * ftfont.c:
1923 * fringe.c:
1924 * frame.c:
1925 * fontset.c:
1926 * font.c:
1927 * fns.c:
1928 * floatfns.c:
1929 * filelock.c:
1930 * fileio.c:
1931 * emacs.c:
1932 * editfns.c:
1933 * dosfns.c:
1934 * doprnt.c:
1935 * doc.c:
1936 * dispnew.c:
1937 * dired.c:
1938 * dbusbind.c:
1939 * data.c:
1940 * composite.c:
1941 * coding.c:
1942 * cmds.c:
1943 * cm.c:
1944 * chartab.c:
1945 * charset.c:
1946 * character.c:
1947 * ccl.c:
1948 * category.c:
1949 * casetab.c:
1950 * casefiddle.c:
1951 * callproc.c:
1952 * callint.c:
1953 * bytecode.c:
1954 * buffer.c:
1955 * atimer.c: Include setjmp.h. (Bug#4643)
1956
1957 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 Remove leftover table unibyte_to_multibyte_table.
1960 * character.c (unibyte_to_multibyte_table): Remove.
1961 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1962 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1963 * character.h (UNIBYTE_TO_CHAR): New macro.
1964 (MAKE_CHAR_MULTIBYTE): Use it.
1965 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1966 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1967 (message_dolog, set_message_1):
1968 * search.c (Freplace_match):
1969 * editfns.c (Fcompare_buffer_substrings):
1970 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1971 (concat):
1972 * insdel.c (copy_text, count_size_as_multibyte):
1973 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1974 * term.c (produce_glyphs):
1975 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1976 * regex.c (RE_CHAR_TO_MULTIBYTE):
1977 * cmds.c (internal_self_insert):
1978 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1979
1980 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1981
1982 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1983
1984 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1985
1986 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1989
1990 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1991
1992 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1993 still needed under Tiger.
1994
1995 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1996
1997 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1998 __Apple__.
1999
2000 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2001
2002 2009-10-15 Kenichi Handa <handa@m17n.org>
2003
2004 * print.c (print_object): Escape a symbol like "2E10" too.
2005
2006 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2007
2008 Cleanups and changes for 64-bit compile under Snow Leopard.
2009 Based on suggestions by Erik Charlebois.
2010
2011 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2012
2013 * nsfont.m (ns_char_width): Replace deprecated call.
2014 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2015 cast argument.
2016 (nsfont_open): Use ns_char_width() everywhere.
2017 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2018
2019 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2020
2021 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2022 where appropriate.
2023
2024 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2025 where appropriate.
2026 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2027 Use stringWithUTF8String.
2028 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2029
2030 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2031 Add formal protocol mention to inheritance.
2032 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2033
2034 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2035 Fix printf format.
2036 (ns_query_color): Use CGFloat where appropriate.
2037 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2038 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2039 argument.
2040
2041 * config.in (NS_HAVE_NSINTEGER): Drop.
2042
2043 * dbusbind.c (dbus-method-return-internal)
2044 (dbus-method-error-internal): Use long format in printf, and cast
2045 argument.
2046
2047 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2048 in printf, and cast argument.
2049
2050 * process.c (list_processes_1): Use long format in printf, and
2051 cast argument.
2052
2053 2009-10-11 Glenn Morris <rgm@gnu.org>
2054
2055 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2056
2057 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2058
2059 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2060 menu bar with a small width so it doesn't enlarge the frame.
2061
2062 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2065
2066 2009-10-06 Glenn Morris <rgm@gnu.org>
2067
2068 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2069 SOME_MACHINE_LISP (this enters indirectly via DOC).
2070
2071 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2072
2073 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2074
2075 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2076
2077 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2078 Doc fix.
2079
2080 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2081
2082 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2083
2084 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2087 used anymore outside fileio.c.
2088
2089 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2090
2091 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * lisp.h (Qdelete_directory_internal):
2094 Declare, instead of Qdelete_directory.
2095
2096 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2097
2098 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2101
2102 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * fileio.c (Fdelete_directory_internal): Rename from
2105 Fdelete_directory. It is not a command anymore. It has no file
2106 name handler.
2107
2108 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * xdisp.c (get_next_display_element): Use an enum in last change.
2111
2112 2009-09-28 Kenichi Handa <handa@m17n.org>
2113
2114 * xdisp.c (get_next_display_element): Pay attention to
2115 unibyte_display_via_language_environment in handling
2116 Vnobreak_char_display.
2117
2118 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2119
2120 * nsterm.h (ns_app_name): New extern variable.
2121
2122 * nsterm.m (ns_app_name): New variable.
2123 (ns_term_init): Set and use it.
2124 (ns_term_shutdown): Use it.
2125
2126 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2127 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2128
2129 * nsfns.m (ns_set_name_iconic, ns_set_name)
2130 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2131 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2132
2133 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2134 Remove double-casting in client_data comparison.
2135
2136 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2137
2138 * keyboard.c (make_lispy_event): Remember last wheel direction.
2139 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2140
2141 2009-09-26 Glenn Morris <rgm@gnu.org>
2142
2143 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2144 internal.elc. Add term/pc-win.elc.
2145 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2146 term/x-win.elc.
2147 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2148 term/w32-win.elc.
2149 (NS_SUPPORT): New.
2150 (lisp): Add NS_SUPPORT.
2151 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2152
2153 2009-09-25 David Reitter <david.reitter@gmail.com>
2154
2155 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2156 on Mac OS X 10.6+ (bug#4513).
2157
2158 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2161 some parts of Emacs code (like font selection) don't grok them.
2162 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2163
2164 2009-09-24 Andreas Schwab <schwab@redhat.com>
2165
2166 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2167
2168 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2169
2170 * dired.c (Fdirectory_files): Fix typo in docstring.
2171
2172 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2173
2174 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2175 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2176 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2177 under GNUstep.
2178 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2179
2180 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2181 glyph advancement.
2182
2183 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2184
2185 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2186 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2187
2188 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2189 deleted (bug #4492).
2190
2191 * nsfont.m (Vns_reg_to_script): New lisp variable.
2192 (syms_of_nsfont): Declare it.
2193 (ns_registry_to_script): New function.
2194 (ns_get_req_script): Call it.
2195 (ns_findfonts): Don't give up on non-unicode registry.
2196
2197 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2198
2199 2009-09-20 Tom Tromey <tromey@redhat.com>
2200
2201 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2202 batch mode (bug#4228).
2203
2204 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2205
2206 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2207 carefully. (Bug #4339)
2208
2209 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2212
2213 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2214
2215 * emacs.c (inhibit_x_resources): Update doc string for NS.
2216 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2217 legacy code for -NXHost. Fix error printf in daemon case.
2218
2219 * nsterm.h (ns_no_defaults): Remove.
2220
2221 * nsterm.m (ns_no_defaults): Remove.
2222 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2223 (ns_use_qd_smoothing): Remove legacy variable.
2224 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2225 don't update the NSWindow itself.
2226 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2227 state detection and store user rect ourselves. (Bug #3581)
2228
2229 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2230 ns_use_qd_smoothing.
2231
2232 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2233 platform versions. Drop support for emacs-20-style face specs.
2234 (x-close-connection): Drop PSFlush() under OS X.
2235 (x-focus-frame): Activate the app first. (Bug #4180)
2236
2237 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2238
2239 * emacs.c (inhibit_x_resources): New variable.
2240 (main) [HAVE_NS]: Don't process --quick command line option.
2241 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2242
2243 * lisp.h (inhibit_x_resources): Declare it extern.
2244
2245 * w32reg.c (x_get_string_resource):
2246 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2247
2248 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2249
2250 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2251 Add lisp/term/internal.elc.
2252
2253 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2256 (bug#4461).
2257
2258 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2261
2262 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2263 (OBJECTS_MACHINE): Remove, unused.
2264
2265 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * frame.c (x_get_resource_string): Remove unused.
2268
2269 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2270
2271 * xterm.c (x_new_font): Call change_frame_size before calling
2272 x_set_window_size, in case frame size won't change.
2273
2274 * frame.c (x_set_font): Remove dead code.
2275
2276 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2279
2280 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * lread.c (Fload): Don't output a message after loading an obsolete
2283 package any more (done in Lisp now).
2284
2285 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2288
2289 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * keymap.c (Fwhere_is_internal): Use nconc2.
2292
2293 2009-09-11 Alan Mackenzie <acm@muc.de>
2294
2295 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2296 batch mode.
2297
2298 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2299
2300 * xdisp.c (display_mode_element): Detect cycles.
2301
2302 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * keymap.c (where_is_internal): Don't erroneously return nil right after
2305 filling the cache.
2306 (where_is_internal_1): Fix up typo.
2307
2308 2009-09-11 Glenn Morris <rgm@gnu.org>
2309
2310 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2311 share a common doc-string.
2312
2313 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2316 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2317
2318 * keymap.c (QCadvertised_binding): New constant.
2319 (syms_of_keymap): Initialize it.
2320 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2321 if applicable.
2322
2323 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2326 (parse_menu_item): Streamline since bindings are recomputed all the
2327 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2328 more and don't support lmenu's menu-alias any more either.
2329
2330 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2331 (where_is_internal): Strip it down to only traverse the keymaps.
2332 Move the cache handling from Fwhere_is_internal to here.
2333 (Fwhere_is_internal): Move the handling of remapping and the choice of
2334 the best binding from where_is_internal to here.
2335 Unify the cached/noncached paths, so remapping is also handled
2336 correctly when the cache is used, and so the cache can be used to
2337 speed up remap-handling when applicable.
2338 Give preference to non-remapped bindings.
2339 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2340 non-remapped bindings.
2341 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2342 command remapping.
2343
2344 * xdisp.c (display_mode_element): Move list length limit from 50 to
2345 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2346
2347 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2348
2349 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2350
2351 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2354 (Bug#4334)
2355
2356 * keymap.c (where_is_internal): Filter out shadowed remappings.
2357 Assume that where_is_internal returns unshadowed bindings to simplify
2358 the code and get rid of the gotos. Use ASIZE.
2359
2360 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2361
2362 * xterm.c (x_focus_changed): If we get a focusout and pointer
2363 is invisible, make it visible.
2364
2365 * xterm.h: Remove condition for declaration of
2366 x_*_window_to_frame.
2367
2368 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2371 initial terminal as well.
2372
2373 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2374
2375 * xterm.h: Rename x_non_menubar_window_to_frame to
2376 x_menubar_window_to_frame.
2377
2378 * xterm.c: Remove declarations also in xterm.h
2379 (XTmouse_position): Do not return valid positions
2380 for clicks in the menubar and the toolbar for Gtk+.
2381
2382 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2383 if the widget for the event has the same top level as a frame,
2384 return the frame.
2385 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2386 internal windows, bug #4122.
2387 (x_non_menubar_window_to_frame): Remove.
2388
2389 2009-09-02 Glenn Morris <rgm@gnu.org>
2390
2391 * buffer.c (default-major-mode): Move most of the doc from here...
2392 (major-mode): ... to here.
2393
2394 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2395
2396 * process.c (wait_reading_process_output): Keep the descriptor
2397 when pty is used by a non-child process, e.g., in I/O buffer of
2398 GDB this allows inferior to be restarted.
2399
2400 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2401
2402 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2403 both branches into one.
2404
2405 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2408 (main): Use enable-multibyte-characters rather than
2409 default-enable-multibyte-characters. Output a warning message when
2410 running a unibyte session.
2411
2412 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2413
2414 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2415 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2416 (copy_data_segment): Also copy __program_vars section.
2417 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2418 (dump_it) [LC_DYLD_INFO]: Use it.
2419
2420 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2421
2422 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2423
2424 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2425 $(SRC)/buildobj.h.
2426 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2427 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2428 $(SRC)/buildobj.h.
2429 (clean): Add buildobj.h.
2430
2431 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2432
2433 * print.c (print_object): Set escapeflag to 1 when printing
2434 hashtable keys and values.
2435
2436 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * lread.c (read_integer): Use doubles (and potentially return a float
2439 number) as we do in string-to-number.
2440 (read1): Use strtol to read integers, signal errors on strtol's
2441 overflow and use floats if strtol's output is too large for
2442 Elisp integers.
2443
2444 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2445
2446 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2447 (make-buildobj-SH): Fix last change.
2448 (SRC): Move to before where it's first used.
2449
2450 2009-08-27 Kenichi Handa <handa@m17n.org>
2451
2452 * process.c (send_process): Use encode_coding_object instead of
2453 encode_coding_string to perform eol-conversion even if the string
2454 is unibyte.
2455
2456 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2457 character.
2458
2459 * cmds.c (Fself_insert_command): Avoid unnecessay
2460 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2461
2462 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * callproc.c (Fcall_process): Remove always true #if.
2465
2466 * lisp.h: Replace #if 0 code for checking with text pointing to
2467 the --enable-checking configure flag.
2468
2469 * emacs.c (main): Mention the --enable-profiling configure flag
2470 instead of using CFLAGS.
2471
2472 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2473
2474 * Makefile.in (buildobj.h): New target.
2475 (doc.o): Depend on it.
2476 (temacs${EXEEXT}): Don't generate buildobj.lst.
2477 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2478 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2479 ($(BLD)/doc.$(O)): Depend on it.
2480 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2481 provided by Eli Zaretskii.)
2482 ($(TEMACS)): Don't generate buildobj.lst.
2483 * doc.c: Include buildobj.h.
2484 (buildobj): New static variable.
2485 (Fsnarf_documentation): Use it, instead of opening and reading
2486 buildobj.lst.
2487
2488 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2489
2490 * dbusbind.c (Fdbus_call_method)
2491 (Fdbus_call_method_asynchronously): Use English numeric format for
2492 timeout values in doc string.
2493
2494 2009-08-25 Kenichi Handa <handa@m17n.org>
2495
2496 * alloc.c (mark_char_table): New function.
2497 (mark_object): Use mark_char_table for a char-table.
2498
2499 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2500 (CHAR_TABLE_REF): Use it.
2501
2502 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2503
2504 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2505 before invoking the newly build emacs to check for load-path
2506 shadowing.
2507
2508 2009-08-22 Glenn Morris <rgm@gnu.org>
2509
2510 * Makefile.in (bootstrap_exe): New variable.
2511 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2512 Use ${bootstrap_exe}.
2513
2514 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2515
2516 * coding.h (encode_coding_string): Don't encode unibyte strings.
2517 (Bug#4047)
2518
2519 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2522
2523 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2524 intended as hotfix only.
2525 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2526
2527 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2528
2529 * nsterm.m (ns_get_color): Update documentation properly for last
2530 change, and clean up loose ends in the code left by it. Fix
2531 longstanding bug with 16-bit hex parsing, and add support for
2532 yet another X11 format (rgb:r/g/b) for compatibility.
2533 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2534 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2535
2536 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2539
2540 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2543 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2544 (xd_initialize, xd_pending_messages): Check, whether
2545 $DBUS_SESSION_BUS_ADDRESS is set.
2546
2547 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2548
2549 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2550
2551 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2552
2553 2009-08-20 Glenn Morris <rgm@gnu.org>
2554
2555 * emacs.c (system-type): Doc fix.
2556
2557 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2560 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2561
2562 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2563
2564 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2565 New functions.
2566 (xd_initialize): Revert change from 2009-08-16.
2567
2568 2009-08-18 Kenichi Handa <handa@m17n.org>
2569
2570 * fontset.c (Ffontset_font): If a nil element is found in a
2571 font-group vector, return nil.
2572
2573 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * process.c (status_notify): Don't perform redisplay.
2576 (Fdelete_process, list_processes_1, process_send_signal):
2577 Expliticly perform redisplay.
2578 (wait_reading_process_output): Always check process status, but
2579 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2580
2581 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2582
2583 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2584 (XFLOAT_INIT): New macro for storing a float value.
2585 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2586 * fns.c (sxhash): Copy out the value of a float in order to
2587 examine its bytes.
2588 * dbusbind.c (xd_append_arg): Likewise.
2589
2590 * emacs.c (main): Don't call syms_of_data twice.
2591
2592 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * dbusbind.c (xd_initialize): Add connection file descriptor to
2595 input_wait_mask, in order to let select() detect, whether a new
2596 message has been arrived.
2597 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2598
2599 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2600
2601 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2602 New functions.
2603
2604 * lisp.h (xd_pending_messages): Declare.
2605
2606 * keyboard.c (readable_events): Call xd_pending_messages.
2607
2608 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2611
2612 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2613
2614 * buffer.c (set_buffer_internal_1)
2615 (swap_out_buffer_local_variables): Check for unbound local
2616 variables (Bug#4138).
2617
2618 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2619
2620 * process.c (create_pty): Fix last change.
2621
2622 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2625 (xbm_load_image): Caller changed.
2626 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2627
2628 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2629
2630 * process.c (create_pty): New function.
2631 (Fstart_process): Use it to allow Emacs to just associate a pty
2632 with the buffer. See associated change in gdb-mi.el.
2633 (list_processes_1): Deal with no program name.
2634 (start_process_unwind): Use pid == -2 to mean no process.
2635
2636 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * cmds.c (nonundocount): New global variable.
2639 (keys_of_cmds): Initialize it.
2640 (Fself_insert_command): Use it to combine upto 20 sequential chars
2641 into a single undo entry, just like the Qself_insert_command code in
2642 keyboard.c does.
2643 Call frame_make_pointer_invisible, also like the Qself_insert_command
2644 code in keyboard.c does.
2645 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2646 than its own local replacement for it.
2647
2648 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2649
2650 * fns.c (concat): Don't re-set string length to its current value.
2651
2652 * coding.h (decode_coding_string, encode_coding_string):
2653 Use SBYTES macro.
2654
2655 * doprnt.c (doprnt_lisp): Delete unused function.
2656 (doprnt): Merge with doprnt1, discarding lispstrings code.
2657 * lisp.h (doprnt_lisp): Don't declare.
2658
2659 2009-08-07 Juri Linkov <juri@jurta.org>
2660
2661 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2662
2663 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2664
2665 * print.c (syms_of_print): Undo previous change.
2666
2667 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2668
2669 * lread.c (read1, syms_of_lread): Read hashtables back from the
2670 readable format.
2671
2672 * print.c (print_preprocess, print_object): Print hashtables fully
2673 and readably.
2674 (syms_of_print): Provide 'hashtable-print-readable.
2675
2676 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2677
2678 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2679 no family set.
2680 (nsfont_open): Handle case when entity has no family.
2681
2682 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2683
2684 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2685 element, not a list, for match case.
2686
2687 2009-07-28 Kenichi Handa <handa@m17n.org>
2688
2689 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2690 rigidly.
2691
2692 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2693 font_parse_xlfd. Check font properties more rigidly.
2694
2695 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2696
2697 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2698 bsd-common.h.
2699
2700 2009-07-27 Kenichi Handa <handa@m17n.org>
2701
2702 * xfaces.c (face_with_height): Call font_clear_prop.
2703
2704 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2707
2708 * xterm.c (x_term_init): Use Qx.
2709
2710 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2711
2712 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2713 (ns_get_color): Revert 2009-07-16 change.
2714
2715 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2716
2717 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2718 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2719
2720 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2721
2722 * coding.h (decode_coding_string, encode_coding_string):
2723 Use SCHARS macro.
2724
2725 * lread.c: Rewrite 2009-07-21 changes.
2726 (load_depth): Delete.
2727 (Qload_in_progress): New variable.
2728 (load_unwind): Don't reference load_depth or load_in_progress.
2729 (Fload): Likewise; specbind Qload_in_progress instead.
2730 (init_lread): Don't initialize load_depth.
2731 (syms_of_lread): Initialize and protect Qload_in_progress.
2732
2733 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2734
2735 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2736
2737 2009-07-23 Yavor Doganov <yavor@gnu.org>
2738
2739 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2740
2741 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2742
2743 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2744 Bugs 3792, 3720, 2402.
2745 (ns_lookup_indexed_color): Check for bad index.
2746 (ns_index_color): Init unused slot to 0.
2747 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2748 Bug 3714, possibly 3082.
2749
2750 2009-07-22 Jason Rumney <jasonr@gnu.org>
2751
2752 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2753 Position IME window at cursor (Bug#2570).
2754 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2755 (globals_of_w32fns): Dynamically load functions required above.
2756
2757 * w32term.c (w32_draw_window_cursor): Send message to reposition
2758 any IME window.
2759
2760 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2761
2762 * fileio.c: Revert 2009-07-16 changes.
2763 (Vauto_save_include_big_deletions): New variable.
2764 (Fdo_auto_save): Disable auto-save only if
2765 auto-save-include-big-deletions is nil.
2766
2767 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2770 the overflowed pixels into account (Bug#3879).
2771
2772 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
2773
2774 * lread.c (load_depth): New variable.
2775 (Fload, load_unwind, init_lread): Set it to the load recursion
2776 depth; set load_in_progress as a simple boolean based on the
2777 current load_depth. (Bug#3892)
2778
2779 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2780
2781 * nsfont.m (ns_has_attribute): Remove.
2782 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2783
2784 2009-07-18 Juri Linkov <juri@jurta.org>
2785
2786 * process.c (Fset_process_query_on_exit_flag): Mention killing
2787 a buffer in docstring.
2788
2789 2009-07-17 Kenichi Handa <handa@m17n.org>
2790
2791 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2792
2793 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2794
2795 * nsfns.m (Fns_set_alpha): Remove function.
2796 (syms_of_nsfns): Don't defsubr it.
2797
2798 * nsterm.m (ns_get_color): Remove incompatible color formats.
2799 (ns_color_to_lisp): Generate #rrggbb color format string.
2800
2801 2009-07-16 Richard Stallman <rms@gnu.org>
2802
2803 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2804 (Fset_buffer_auto_saved): Handle save_length = -2.
2805
2806 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * xterm.c (Qx_gtk_map_stock): New var.
2809
2810 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2811 of calling intern each time.
2812
2813 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2814
2815 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2816 does tiling.
2817
2818 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2819
2820 2009-07-14 Kenichi Handa <handa@m17n.org>
2821
2822 * font.c (font_vconcat_entity_vectors): New function.
2823 (struct font_sort_data): New member font_driver_preference.
2824 (font_compare): Check font_driver_preference.
2825 (font_sort_entities): The format of the first argument changed.
2826 (font_delete_unmatched): Likewise.
2827 (font_list_entities): The return type changed.
2828 (font_select_entity): The format of the second argument changed.
2829 (font_find_for_lface): Adjuste for the above changes.
2830 Don't suppress the checking of C even if the repertory supports it.
2831 (Flist_fonts): Adjust for the above changes.
2832
2833 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2834 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
2835 Reject a font who has adstyle property that is different from a
2836 langname derived from registry property.
2837 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
2838
2839 2009-07-13 Eli Zaretskii <eliz@gnu.org>
2840
2841 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2842 local copy of dirfilename.
2843
2844 2009-07-13 Kenichi Handa <handa@m17n.org>
2845
2846 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2847 against max_char.
2848
2849 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2850 calling XSYMBOL (sym).
2851
2852 2009-07-11 Eli Zaretskii <eliz@gnu.org>
2853
2854 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2855 New function.
2856 (directory_files_internal) [WINDOWSNT]:
2857 Bind w32-get-true-file-attributes to either t or nil, depending whether
2858 the filesystem of the directory is fast or slow.
2859
2860 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2861 file name.
2862 (is_slow_fs): New function.
2863 (stat): Use it to determine whether to issue more system calls to
2864 get accurate file attributes, when w32-get-true-file-attributes is
2865 `local'.
2866
2867 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2868
2869 * xfns.c (Fx_select_font): Remember last font selected in
2870 x_last_font_name and use that the next time. Also try the frame
2871 parameter font-parameter as default to the font dialog.
2872
2873 2009-07-10 Kenichi Handa <handa@m17n.org>
2874
2875 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2876
2877 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2878
2879 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
2880
2881 * w32.c (stat): Treat UNC file names as residing on remote
2882 drives. (Bug#3542)
2883
2884 2009-07-09 Kenichi Handa <handa@m17n.org>
2885
2886 * fontset.c (fontset_find_font): Fix previous change.
2887
2888 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2891 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2892 error flag.
2893
2894 2009-07-08 Kenichi Handa <handa@m17n.org>
2895
2896 * fontset.c (fontset_find_font): Fix the logic of handling
2897 charset_matched.
2898 (font_for_char): Delete unused var.
2899 (generate_ascii_font_name): Delete it.
2900
2901 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2902
2903 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2904 (encode_coding_sjis): Fix the code range check.
2905
2906 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2909 (Fexpand_file_name): Copy string data properly (Bug#3772).
2910
2911 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2912
2913 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2914 first MapNotify.
2915
2916 2009-07-07 Kenichi Handa <handa@m17n.org>
2917
2918 * character.h (unibyte_has_multibyte_table): Delete extern.
2919 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2920
2921 * charset.c (Fset_charset_priority): Update charset_unibyte.
2922 (syms_of_charset): Initialize charset_unibyte.
2923
2924 * character.c (unibyte_has_multibyte_table): Delete it.
2925 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2926 charset_unibyte.
2927 (multibyte_char_to_unibyte_safe): Likewise.
2928 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2929
2930 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
2931 (x_produce_glyphs): Likewise.
2932
2933 * .gdbinit (xcharset): Fix the treating $arg0.
2934
2935 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2936
2937 Emulation of `getloadavg' on MS-Windows.
2938 * w32.c: Include float.h
2939 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2940 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2941 (get_native_system_info, get_system_times): New functions.
2942 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2943 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2944 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2945 g_b_init_get_system_times, and num_of_processors.
2946
2947 2009-07-03 Jason Rumney <jasonr@gnu.org>
2948
2949 * w32term.c (w32_initialize): Use standard types.
2950
2951 2009-07-03 Eli Zaretskii <eliz@gnu.org>
2952
2953 * dired.c (Ffile_attributes): Decode user and group names by the
2954 locale's encoding. (Bug#3443)
2955
2956 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2957
2958 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2959 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2960
2961 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2962
2963 * term.c (init_tty): Remove spurious #ifdef.
2964
2965 * m/mips.h: Mention this file is also used for netbsd.
2966 * m/pmax.h: Remove file.
2967
2968 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * xterm.h (struct x_display_info): Add invisible_cursor.
2971 (struct x_output): Add current_cursor.
2972
2973 * xterm.c (XTtoggle_invisible_pointer): New function.
2974 (x_define_frame_cursor): Don't define cursor if invisible or the
2975 same as before. Set current_cursor.
2976 (x_create_terminal): Set toggle_invisible_pointer_hook.
2977
2978 * xfns.c (make_invisible_cursor): New function.
2979 (x_set_mouse_color): Call make_invisible_cursor.
2980 Set current_cursor.
2981 (x_window): Set current_cursor.
2982
2983 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2984
2985 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2986 inserting a character.
2987 (read_avail_input): Call frame_make_pointer_visible.
2988
2989 * frame.c (Vmake_pointer_invisible): New variable.
2990 (frame_make_pointer_invisible, frame_make_pointer_visible):
2991 New functions.
2992 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2993
2994 * frame.h: Declare frame_make_pointer_invisible and
2995 frame_make_pointer_visible.
2996 (struct frame): Add pointer_invisible.
2997
2998 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2999
3000 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3001 frame isn't visible.
3002 (xg_frame_resized): If width/height is -1, get size of window
3003 from X server.
3004
3005 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3006 for MapNotify.
3007
3008 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3009 here or call change_frame_size. Just call flush_and_sync.
3010 (flush_and_sync): Reintroduce.
3011
3012 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3013
3014 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3015
3016 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3017 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3018
3019 * frame.h: Declare Qsticky.
3020
3021 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3022
3023 * nsfns.m (ns_frame_parm_handlers): Ditto.
3024
3025 * frame.c: Declare Qsticky.
3026 (frame_parms): Add sticky.
3027
3028 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3029
3030 * xterm.h: Declare x_set_sticky.
3031
3032 * xterm.c (x_set_sticky): New function.
3033
3034 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3035 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3036 xg_tool_bar_proxy_help_callback.
3037
3038 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3039
3040 * frame.c: Qmaximized is new.
3041 (x_set_frame_parameters): Do not handle fullscreen specially.
3042 Only set width and height if explicitly set.
3043 (x_set_fullscreen): Handle Qmaximized.
3044 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3045 (syms_of_frame): Initialize Qmaximized.
3046
3047 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3048 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3049
3050 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3051 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3052 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3053 set gravity to NorthWestGravity when USE_GTK.
3054 (set_wm_state): New function.
3055 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3056 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3057 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3058 or the case when no window manager is running. That means remove calls
3059 to x_real_positions and x_fullscreen_adjust.
3060
3061 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3062 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3063 flush_and_sync.
3064 (xg_height_changed): New function.
3065 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3066 and gtk_window_set_policy. Set frame gravity after parsing the
3067 geometry string.
3068 (xg_update_frame_menubar, free_frame_menubar)
3069 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3070 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3071 Remove calls to xg_frame_set_char_size.
3072
3073 2009-07-01 Kenichi Handa <handa@m17n.org>
3074
3075 * keyboard.c (decode_keyboard_code): New function.
3076 (tty_read_avail_input): Decode the input bytes if necessary.
3077
3078 * coding.c (setup_coding_system):
3079 Initialize coding->carryover_bytes to 0.
3080 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3081 use Qno_conversion.
3082
3083 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3084
3085 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3086
3087 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3090
3091 2009-06-30 Jason Rumney <jasonr@gnu.org>
3092
3093 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3094 is already loaded.
3095 Set user model ID if supported (bug#1849).
3096
3097 2009-06-29 Jim Meyering <meyering@redhat.com>
3098
3099 Remove useless if-before-xfree test.
3100 * nsfont.m (nsfont_close): Remove useless test.
3101 * term.c (delete_tty): Likewise.
3102 * w32.c (system_process_attributes): Likewise.
3103 * w32font.c (w32font_close): Likewise.
3104 * xfaces.c (x_free_gc): Likewise.
3105 * xselect.c (buffer): Likewise.
3106
3107 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3108
3109 * process.c (send_process): Keep decoded string in a local
3110 variable and protect it from GC. (Bug#3521)
3111
3112 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3113
3114 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3115 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3116
3117 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * xdisp.c (start_display, handle_face_prop)
3120 (move_it_vertically_backward, cursor_row_fully_visible_p)
3121 (redisplay_window, try_window_id, produce_image_glyph):
3122 Delete some #ifdef-ed out code chunks that are now obsolete.
3123
3124 * xterm.c (x_update_window_begin, x_new_focus_frame)
3125 (x_scroll_bar_handle_click, handle_one_xevent)
3126 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3127 (x_make_frame_visible, x_make_frame_invisible)
3128 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3129 code chunks that are now obsolete.
3130
3131 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3134 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3135 for hours, when optimzation is enabled.
3136 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3137 (xd_read_message): Make them static.
3138
3139 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3140
3141 * term.c (turn_on_face): Allow simultaneously bold and dim
3142 terminal faces (Bug#3530).
3143
3144 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3147
3148 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3149 truncation glyphs (Bug#3686).
3150
3151 2009-06-27 Glenn Morris <rgm@gnu.org>
3152
3153 * m/pmax.h: Restore file, with only netbsd portions.
3154
3155 2009-06-26 David Reitter <david.reitter@gmail.com>
3156
3157 * nsterm.m (keydown): Avoid infinite loop.
3158
3159 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3160
3161 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3162 the arg FORCE_SYMBOL.
3163
3164 2009-06-25 Kenichi Handa <handa@m17n.org>
3165
3166 * fontset.c (fontset_find_font): When a usable rfont_def is found
3167 in a fallback font-group, make it the first element of the group.
3168
3169 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3172
3173 2009-06-24 Kenichi Handa <handa@m17n.org>
3174
3175 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3176 set for C.
3177 (fontset_font): Record the availability of a font for C both in
3178 the realized fontsets of the current one and the default one.
3179
3180 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3181
3182 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3183 conditional, it is always defined on AIX.
3184
3185 2009-06-23 Miles Bader <miles@gnu.org>
3186
3187 * window.c (Vrecenter_redisplay): New variable.
3188 (syms_of_window): Initialize it.
3189 (Qtty): New extern declaration.
3190 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3191
3192 2009-06-23 Jim Meyering <meyering@redhat.com>
3193
3194 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3195 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3196 pointer dereferences are guaranteed to be valid.
3197
3198 2009-06-23 Kenichi Handa <handa@m17n.org>
3199
3200 * emacs.c (main): Call init_font ().
3201
3202 * font.h (Vfont_log): Extern it.
3203 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3204
3205 * font.c (font_sort_entities, font_list_entities)
3206 (font_matching_entity, font_open_entity)
3207 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3208 (Vfont_log): Delete static.
3209 (font_log_env_checked): Delete this variable.
3210 (font_add_log): Don't check font_log_env_checked.
3211 (font_deferred_log): Check Vfont_log.
3212 (init_font): New function.
3213
3214 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3215
3216 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3217
3218 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3219
3220 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3221
3222 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3223 (face_for_char): Don't call font_deferred_log here.
3224 (font_for_char): Likewise.
3225
3226 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3229 rather than its background_width for drawing the overline and
3230 underline (Bug#489).
3231
3232 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3233 rather than its background_width for drawing the overline and
3234 underline (Bug#489).
3235 (xg_default_icon_file): New variable.
3236 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3237 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3238
3239 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3240 (load_overlay_strings): Remove externs.
3241 (fast_find_position): Function deleted.
3242 (mouse_face_from_buffer_pos): New function, based on
3243 fast_find_position. Correctly handle before-strings,
3244 display-strings, and after-strings (Bug#1220).
3245 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3246
3247 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3250 (move_it_in_display_line_to, move_it_in_display_line_to)
3251 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3252
3253 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * Branch for 23.1.
3256
3257 2009-06-21 Jason Rumney <jasonr@gnu.org>
3258
3259 * w32term.c (keyboard_codepage): New static variable.
3260 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3261 (w32_read_socket) [WM_CHAR]: Use it to decode character
3262 input (bug#3237).
3263 (w32_initialize): Initialize it.
3264 (codepage_for_locale): New function.
3265
3266 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3267
3268 * process.c (status_message): Pass Faset index argument as a lisp
3269 object, so as to work with USE_LISP_UNION_TYPE.
3270
3271 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3272
3273 * coding.c (Ffind_coding_systems_region_internal):
3274 Cache checked characters.
3275
3276 2009-06-18 Kenichi Handa <handa@m17n.org>
3277
3278 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3279
3280 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3281
3282 * xdisp.c (redisplay_internal): Check that the frame is still
3283 live after redisplay of its windows.
3284 (redisplay_windows): Check that the window is still live.
3285
3286 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3287
3288 * coding.c (detect_coding_utf_16): Fix previous change.
3289
3290 2009-06-16 Kenichi Handa <handa@m17n.org>
3291
3292 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3293 UTF-16 by checking the dispersion of Eth and Oth bytes.
3294
3295 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3296
3297 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3298
3299 2009-06-15 Kenichi Handa <handa@m17n.org>
3300
3301 * process.c (status_message): Fix previous change. Be sure to
3302 decode a localized string.
3303
3304 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3305
3306 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3307 add comment explaining why.
3308
3309 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3310
3311 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3312
3313 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3314
3315 * nsfont.m (ns_attribute_value): Remove.
3316 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3317 (ns_has_attribute): Shrink the normal range.
3318 (ns_findfonts): Don't worry about requested spec in determining
3319 need for synthItal.
3320 (ns_get_covering_families): Retain scriptToFamilies.
3321
3322 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3323
3324 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3325
3326 2009-06-11 Kenichi Handa <handa@m17n.org>
3327
3328 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3329 overhang for the static composition case.
3330
3331 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3332
3333 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3334 overhang for the automatic composition case.
3335
3336 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3337 composition case.
3338
3339 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * xdisp.c (get_next_display_element): When handling wrap-prefix
3342 and line-prefix, treat \n as a control character (bug#3502).
3343
3344 2009-06-10 Kenichi Handa <handa@m17n.org>
3345
3346 * font.c (font_parse_family_registry): Fix for one-char foundry.
3347 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3348
3349 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3350
3351 * process.c (status_message): Fix handling of multibyte signal
3352 string (Bug#3499).
3353
3354 2009-06-09 Jim Meyering <meyering@redhat.com>
3355
3356 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3357 color name is missing.
3358
3359 2009-06-09 Kenichi Handa <handa@m17n.org>
3360
3361 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3362 FROM-CODE and TO-CODE are codepoints of CHARSET.
3363
3364 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3365
3366 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3367
3368 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3369
3370 Changes to support :script/:lang/:otf in NS font driver.
3371 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3372 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3373 indicate not part of font driver interface, and change callers.
3374 (ns_get_family): Remove pointless null check.
3375 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3376 ns_spec_to_descriptor, ns_descriptor_to_entity.
3377 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3378 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3379 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3380 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3381 (ns_get_req_script, ns_accumulate_script_ranges)
3382 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3383 New functions.
3384 (nsfont_list, nsfont_match): Use ns_findfonts.
3385 (nsfont_open): Use font descriptor instead of traits.
3386 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3387 (dump_glyphstring): Rename to ns_dump_glyphstring.
3388
3389 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3390
3391 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3392
3393 * fontset.c (fontset_from_font): Remove NS-specific code.
3394
3395 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3396
3397 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3398 nonactive windows.
3399
3400 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3401
3402 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3403
3404 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3405
3406 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3407
3408 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3411 account for the overflowing of newlines into the last glyph on the
3412 display line (Bug#3482).
3413
3414 2009-06-05 David Reitter <david.reitter@gmail.com>
3415
3416 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3417 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3418 Fns_selection_exists_p, Fns_selection_owner_p.
3419
3420 2009-06-03 Jason Rumney <jasonr@gnu.org>
3421
3422 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3423 available. (Bug#3379)
3424
3425 2009-05-29 Kenichi Handa <handa@m17n.org>
3426
3427 * coding.c (get_translation_table):
3428 Check Venable_character_translation.
3429
3430 2009-05-26 David Reitter <david.reitter@gmail.com>
3431
3432 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3433 (x_make_frame_visible): Move frame to front rather than calling
3434 ns_raise_frame().
3435 (keyDown:): Do not swallow events that aren't re-sent if frame
3436 isn't key window.
3437 (drawRect:): Do not set visibility/iconified flags because
3438 drawRect may be called by NSView even if the frame is hidden.
3439
3440 * nsfns.m (Fx_create_frame): Follow other ports in
3441 determining visibility; default to t. Ensure async_visible is set.
3442
3443 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3444
3445 * dired.c (Ffile_attributes): Doc fix.
3446
3447 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3450
3451 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3454 and xfont_scratch_props.
3455 (syms_of_xfont): Do it here instead.
3456 (xfont_find_ccl_program): Delete, unused.
3457 (xfont_open): Delete unused var `i'.
3458
3459 2009-05-21 Kenichi Handa <handa@m17n.org>
3460
3461 * fontset.c (Qlatin): Don't make it static.
3462
3463 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3464 New functions.
3465 (xfont_scripts_cache, xfont_scratch_props): New variables.
3466 (Qlatin, Vscalable_fonts_allowed): Extern it.
3467 (xfont_list_pattern): Argument changed. Callers changed.
3468 Check Vscalable_fonts_allowed. Check the support of a script.
3469 (xfont_list): Don't reject a font spec with :script property.
3470 (xfont_has_char): Fix setting of encoding.
3471 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3472 xfont_scratch_props.
3473
3474 2009-05-19 Kenichi Handa <handa@m17n.org>
3475
3476 * font.c (font_sort_entities): Rename from font_sort_entites.
3477 Callers changed.
3478
3479 2009-05-18 Kenichi Handa <handa@m17n.org>
3480
3481 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3482
3483 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3486 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3487
3488 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3489
3490 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3491 (x_delete_terminal): Dissociate resource database from display and
3492 then call XrmDestroyDatabase before closing display.
3493
3494 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3495
3496 * nsterm.m (ns_read_socket): Remove unused variable.
3497 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3498 whether selected frame is viable before raising it (based on patch
3499 by David Reitter), and improve commentary.
3500 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3501
3502 2009-05-15 Kenichi Handa <handa@m17n.org>
3503
3504 * font.c (Ffont_spec): Check arguments.
3505
3506 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3509 weight when testing attributes (Bug#3282).
3510
3511 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3512
3513 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3514 what we expect to get in the next ConfigureNotify event.
3515
3516 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3517 before Xft one (Bug#1696).
3518
3519 2009-05-07 David Reitter <david.reitter@gmail.com>
3520
3521 * nsfns.m (Fx_display_planes): Compute bitplanes using
3522 NSBitsPerPixelFromDepth (Bug#3207).
3523
3524 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3527
3528 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3529
3530 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3531
3532 2009-05-07 David Reitter <david.reitter@gmail.com>
3533
3534 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3535 Respect mouse face background.
3536
3537 2009-05-07 David Reitter <david.reitter@gmail.com>
3538
3539 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3540 Mouse movement/highlight: bracket drawing operations
3541 in ns_update_begin and ns_update_end.
3542
3543 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * nsfns.m (ns_get_screen): Rewrite.
3546 Don't presume selected-frame is of type `ns'.
3547
3548 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3549 all drivers.
3550
3551 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3552
3553 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3554
3555 * keyboard.h (add_user_signal): Fix typo in extern.
3556
3557 * lisp.h (add_user_signal): Remove extern.
3558
3559 * unexelf.c (unexec): Consider a section to precede the .bss section
3560 if its addresses overlap that of .bss.
3561 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3562 instead of dumping process.
3563
3564 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3567
3568 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3571
3572 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3573
3574 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3575 any statements.
3576
3577 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3578
3579 * process.c (read_process_output): Make sure the current buffer is
3580 always restored.
3581
3582 * coding.c (record_conversion_result): Don't modify
3583 Vlast_code_conversion_error for successful result.
3584 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3585
3586 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3587
3588 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3589 (load_charset_map): Remove unnecessary code.
3590
3591 2009-04-30 David Reitter <david.reitter@gmail.com>
3592
3593 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3594 through f24.
3595
3596 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3597
3598 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3599
3600 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3601 face_at_buffer_position.
3602 (face_before_or_after_it_pos, get_next_display_element)
3603 (note_mouse_highlight): Update face_at_buffer_position call.
3604
3605 * term.c (term_mouse_highlight):
3606 * msdos.c (IT_note_mouse_highlight):
3607 * fontset.c (Finternal_char_font):
3608 * font.c (font_at, font_range): Update face_at_buffer_position call.
3609
3610 * dispextern.h (face_at_buffer_position): Update prototype.
3611
3612 2009-04-30 Kenichi Handa <handa@m17n.org>
3613
3614 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3615
3616 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3617
3618 * callproc.c (Fcall_process): Fix GC protection. Make sure
3619 current buffer is always restored.
3620
3621 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3622
3623 * atimer.c (init_atimer): Also clear stopped_atimers.
3624
3625 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3626
3627 * process.c (create_process): Clean up merger residues of
3628 2008-07-17 change.
3629
3630 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3631
3632 * lread.c (Vread_circle): New variable.
3633 (read1): Disable recursive read if Vread_circle is nil.
3634
3635 2009-04-29 Kenichi Handa <handa@m17n.org>
3636
3637 * fontset.h (set_default_ascii_font): Delete extern.
3638
3639 * fontset.c (set_default_ascii_font): Delete this unused function.
3640
3641 * frame.c (x_set_font): When ARG is a font-object, check if the
3642 font-object matches with the ASCII font-spec of the frame's
3643 fontset. If not, create a new fontset for the frame. (Bug #3075)
3644
3645 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3646
3647 * fns.c (Flocale_info): Protect vector from GC during decoding.
3648
3649 * process.c (Fstart_process): Protect argv strings from GC during
3650 encoding.
3651
3652 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3653
3654 * sysdep.c: Include <ctype.h>.
3655
3656 2009-04-27 David Reitter <david.reitter@gmail.com>
3657
3658 * nsfont.m (nsfont_open): Remove unused variable shrink.
3659 Remove commented-out code.
3660
3661 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3662
3663 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3664
3665 2009-04-25 Jason Rumney <jasonr@gnu.org>
3666
3667 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3668
3669 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3670
3671 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3672 Swap bytes in short integer if fringe bitmap width > 8.
3673
3674 2009-04-23 Kenichi Handa <handa@m17n.org>
3675
3676 * xfaces.c (Fx_list_fonts): If a font size is specified in
3677 PATTERN, set it in returned scalable fonts.
3678
3679 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * keyboard.c (Fset_input_meta_mode): Doc fix.
3682
3683 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3684
3685 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3686
3687 * coding.c (Fterminal_coding_system): Doc fix.
3688
3689 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3690 (Fx_display_pixel_height, Fx_display_planes)
3691 (Fx_display_color_cells, Fx_server_max_request_size)
3692 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3693 (Fx_display_mm_height, Fx_display_mm_width)
3694 (Fx_display_backing_store, Fx_display_visual_class)
3695 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3696 Doc fixes, replacing "terminal id" with "terminal object".
3697 (check_x_display_info): Handle terminal objects instead of
3698 terminal ids.
3699
3700 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3701 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3702 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3703 Doc fixes, replacing "terminal id" with "terminal object".
3704
3705 2009-04-21 Kenichi Handa <handa@m17n.org>
3706
3707 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3708 (font_score): Check AVGWIDTH too.
3709
3710 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3711 worst case.
3712 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3713 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3714
3715 2009-04-19 Jason Rumney <jasonr@gnu.org>
3716
3717 The following changes fix Bug#3005 for wide glyphs on each platform,
3718 without reintroducing Bug#1258 for stretch glyphs.
3719
3720 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3721 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3722 get_phys_cursor_geometry.
3723
3724 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3725 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3726 using get_phys_cursor_geometry.
3727
3728 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3729 correctly calculated.
3730
3731 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3732
3733 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3734 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3735 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3736 is deprecated.
3737
3738 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3739
3740 * font.c (font_put_frame_data): Use xfree instead of free.
3741
3742 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3743
3744 * w32font.c (Qja, Qko): Remove declarations.
3745 (syms_of_w32font): Don't DEFSYM them.
3746
3747 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3750
3751 * font.h (Qja, Qko): Extern them.
3752
3753 * ftfont.c (Qja, Qko): Remove declarations.
3754
3755 * xfont.c (Qja, Qko): Remove declarations.
3756
3757 2009-04-17 Kenichi Handa <handa@m17n.org>
3758
3759 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3760 string from a vector to handle Latin-1 characters correctly.
3761
3762 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3763 entity even if the cache hits.
3764
3765 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3766
3767 * search.c (boyer_moore): Use zero as marker value for a possible
3768 match instead of depending on overflow behavior. (Bug#2844)
3769
3770 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3771 * lisp.h: Adjust prototypes.
3772
3773 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3776 change (Bug#3003).
3777
3778 2009-04-16 Kenichi Handa <handa@m17n.org>
3779
3780 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
3781
3782 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3783 adstyle.
3784
3785 * ftfont.c (Qja, Qko): Don't make them static.
3786 (enum ftfont_cache_for): New enum.
3787 (fc_charset_table): Undo the previous change.
3788 (ftfont_get_latin1_charset): Delete it.
3789 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3790 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
3791 non-scarable font, try to get AVERAGE_WIDTH.
3792 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3793 Change ft_face_cache from a list of a hash-table. Don't check
3794 `ja' and `ko' adstyle here.
3795 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3796 FTFONT_CACHE_FOR_CHARET.
3797 (ftfont_get_charset): Undo the previous change.
3798 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
3799 (ftfont_close): Likewise.
3800 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3801
3802 * font.c (font_sort_entites): Change the meaning of the arg
3803 BEST-ONLY. Don't optimize for VEC of lenght 1.
3804 (font_select_entity): Just return the value of font_sort_entites.
3805
3806 * xfaces.c (merge_face_vectors): Reflect font properties in
3807 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3808 font_clear_prop if a face attribute doesn't change.
3809
3810 * charset.h (charset_ksc5601): Extern it.
3811
3812 * charset.c (charset_ksc5601): New variable.
3813 (Fdefine_charset_internal): Set charset_ksc5601.
3814 (init_charset_once): Initialize charset_ksc5601 to -1.
3815
3816 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 * fileio.c (history_delete_duplicates): Remove unused declaration.
3819
3820 * callint.c (history_delete_duplicates): New declaration.
3821 (Fcall_interactively): Remove command history duplicates when
3822 history_delete_duplicates is true.
3823
3824 2009-04-14 Eli Zaretskii <eliz@gnu.org>
3825
3826 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3827
3828 2009-04-14 Kenichi Handa <handa@m17n.org>
3829
3830 * font.c (Ffont_info): Fix docstring. Fix the second element of
3831 the returned value (bug#2949).
3832
3833 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3836
3837 2009-04-14 Kenichi Handa <handa@m17n.org>
3838
3839 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3840 encoding charset is ascii_compatible.
3841
3842 * charset.c (Fdefine_charset_internal): Make charset
3843 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3844 code_offset is 0, and covers all ASCII characters.
3845
3846 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3849 (ns_string_to_pasteboard_internal):
3850 * nsmenu.m (process_dialog):
3851 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3852 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3853 * lisp.h (Fx_load_color_file): Declare.
3854
3855 2009-04-13 Kenichi Handa <handa@m17n.org>
3856
3857 * font.c (font_delete_unmatched): Preserve the order of list elements.
3858 (font_select_entity): Suppress the code to optimize for the same
3859 kind of fonts.
3860 (font_load_for_lface): Get a font that supports at least ASCII
3861 characters.
3862
3863 * ftfont.c (Qja, Qko): New variables.
3864 (fc_charset_table): Delete uniquifier data for iso8859-1.
3865 (ftfont_get_latin1_charset): New function.
3866 (get_adstyle_property): New function.
3867 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3868 bitmap fonts.
3869 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3870 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3871 `ko' or `ja'.
3872 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
3873 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
3874 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3875 property.
3876 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3877 (syms_of_ftfont): DEFSYM Qja and Qko.
3878
3879 2009-04-09 Kenichi Handa <handa@m17n.org>
3880
3881 * charset.c (map_charset_chars): For a charset of `superset'
3882 method, fix calculation of code range.
3883
3884 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3885 from the list of extra properties.
3886 (font_clear_prop): Be sure to delete `:name' font property.
3887
3888 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3889
3890 * dispnew.c (redraw_overlapping_rows): Fix detection of
3891 overlapping for topmost and bottommost rows.
3892
3893 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
3894
3895 2009-04-06 Jason Rumney <jasonr@gnu.org>
3896
3897 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3898
3899 2009-04-06 Kenichi Handa <handa@m17n.org>
3900
3901 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3902
3903 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3904
3905 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3906
3907 * ftfont.c (ftfont_open): Fix checking of the return value of
3908 FT_Load_Char. Fix setting font->underline_thickness.
3909
3910 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3913 (Fterminal_parameters, Fterminal_parameter)
3914 (Fset_terminal_parameter): In doc string, refer to terminal
3915 objects rather than terminal ids.
3916
3917 2009-04-04 Eli Zaretskii <eliz@gnu.org>
3918
3919 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3920 ret_lim_data. (Bug#2867)
3921
3922 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3925 so they don't get wider than the window, matching 2006-01-23
3926 change to the partner function in xdisp.c (Bug#2800).
3927
3928 2009-04-03 Kenichi Handa <handa@m17n.org>
3929
3930 * print.c (print_object): Make each lowest sub_char_table start a
3931 new line (Bug#2866).
3932
3933 2009-04-02 Kenichi Handa <handa@m17n.org>
3934
3935 * fontset.c (fontset_font): Record no-font when a fontset
3936 explicitly tells not to try another font-specs.
3937
3938 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3939
3940 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3941
3942 2009-03-30 Kenichi Handa <handa@m17n.org>
3943
3944 * fontset.c (fontset_from_font): Specify only registry in a
3945 font-spec for all characters supported by that registry.
3946
3947 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3948 even if HAVE_M17N_FLT is not defined.
3949
3950 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3951
3952 * ftfont.c: Conditionalize prototyping and use of
3953 ftfont_variation_glyphs.
3954
3955 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * frame.c (delete_frame): Work around compiler bug.
3958
3959 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3960 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3961 Some more EMACS_INT.
3962 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3963
3964 * xdisp.c (dump_glyph): Fix typo.
3965
3966 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3967 (adjust_markers_gap_motion, adjust_markers_for_delete)
3968 (adjust_markers_for_insert, adjust_point)
3969 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3970 (make_gap, copy_text, count_size_as_multibyte, insert)
3971 (insert_and_inherit, insert_before_markers)
3972 (insert_before_markers_and_inherit, insert_1)
3973 (count_combining_before, count_combining_after, insert_1_both)
3974 (insert_from_string, insert_from_string_before_markers)
3975 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3976 (insert_from_buffer_1, adjust_after_replace)
3977 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3978 (replace_range_2, del_range, del_range_1, del_range_byte)
3979 (del_range_both, del_range_2, modify_region)
3980 (prepare_to_modify_buffer, signal_before_change)
3981 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3982 for buffer positions and sizes.
3983 * lisp.h: Adjust prototypes accordingly.
3984
3985 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3986 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3987 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3988
3989 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3990
3991 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3992
3993 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3994 lines and columns so we keep the same pixel height and width.
3995
3996 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3997 the property _NET_WM_STATE has changed.
3998 (x_handle_net_wm_state): New function to update frame parameter
3999 fullscreen.
4000 (x_term_init): Initialize atoms for _NET_WM_STATE.
4001
4002 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4003
4004 2009-03-27 Kevin Ryde <user42@zip.com.au>
4005
4006 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4007 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4008 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4009 (Fgpm_mouse_stop): Pass that new parameter.
4010 * termhooks.h (close_gpm): Adjust prototype.
4011
4012 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * lisp.h (Fx_focus_frame): Declare.
4015
4016 * callint.c (Fcall_interactively): For '^' just delegate the work to
4017 handle-shift-selection.
4018 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4019
4020 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4023
4024 * data.c (Qinteractive_form): New variable.
4025 (Finteractive_form): Use it.
4026
4027 * eval.c (Fcommandp): Use Qinteractive_form.
4028
4029 2009-03-24 Jason Rumney <jasonr@gnu.org>
4030
4031 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4032 Calculate total size precisely. Decode environment variables
4033 before substituting. (Bug#38)
4034
4035 2009-03-24 Kenichi Handa <handa@m17n.org>
4036
4037 * font.c (find_font_encoding): Return Qnil for unsupported
4038 encoding (Bug#2722).
4039
4040 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4041
4042 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4043 that gdpy is set.
4044
4045 2009-03-22 Alan Mackenzie <acm@muc.de>
4046
4047 * callint.c (Finteractive): Clarify the doc string - even
4048 promptless elements need \n separators.
4049
4050 2009-03-22 Jason Rumney <jasonr@gnu.org>
4051
4052 * w32term.c (syms_of_w32term): Doc fix for
4053 x-use-underline-position-properties.
4054
4055 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4056
4057 * w32.c (getpwuid): Change argument type to unsigned.
4058 (struct w32_id): Change type of `rid' member to unsigned.
4059 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4060 argument ID to unsigned. All callers changed.
4061 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4062
4063 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4064
4065 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4066 negative, produce a float value.
4067
4068 * dired.c (make_uid, make_gid): New functions.
4069 (Ffile_attributes): Use them to avoid negative UID and GID.
4070
4071 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4074 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4075 Fix typos in docstrings.
4076
4077 2009-03-19 Kenichi Handa <handa@m17n.org>
4078
4079 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4080 changed, use font_load_for_lface to get a new font object.
4081 Call free_realized_fontset after handling ASCII font change.
4082
4083 * frame.c (x_set_font): Handle the case that ARG is a cons.
4084
4085 2009-03-19 Glenn Morris <rgm@gnu.org>
4086
4087 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4088
4089 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4092
4093 2009-03-19 Kenichi Handa <handa@m17n.org>
4094
4095 * charset.c (load_charset_map_from_file): When a mapfile can't be
4096 loaded, signal an error.
4097
4098 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4099
4100 * dired.c (Ffile_attributes): Make sure UID and GID are always
4101 positive, even if the value is too large for a positive EMACS_INT.
4102 Doc fix.
4103
4104 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4105
4106 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4107
4108 * xmenu.c (xdialog_show): Move Fredisplay call ...
4109 (Fx_popup_dialog): ... here.
4110
4111 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * dired.c (file_name_completion): Disable the first optimization just
4114 installed, since it is not implemented correctly.
4115
4116 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * dired.c (file_name_completion): Check completion-ignored-extensions
4119 only if the entry can affect bestmatch.
4120 Stop the search early, as Ftry_completion already does.
4121
4122 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4125
4126 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * keyboard.c (parse_menu_item): Don't display remappings as menu
4129 equivalent bindings (Bug#788).
4130
4131 2009-03-15 Jason Rumney <jasonr@gnu.org>
4132
4133 * w32term.h (WM_EMACS_PAINT): New message.
4134 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4135 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4136 before passing to lisp thread. (Bug#950)
4137
4138 2009-03-14 David Reitter <david.reitter@gmail.com>
4139
4140 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4141 variable as it was never reset.
4142 (ns_term_init): Remove initialization of Lisp-settable defaults
4143 and ns_expand_space.
4144 (-setPanelFromDefaultValues): Remove ns_expand_space.
4145 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4146 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4147 i.e. no additional spacing, similar to Carbon port.
4148
4149 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4150 * nsfns.m (ns-popup-prefs-panel): Remove.
4151
4152 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4153
4154 * sound.c (alsa_configure): Remove call to deprecated
4155 snd_pcm_sw_params_set_xfer_align.
4156
4157 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4158
4159 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4160 after clicking in a detached tool bar.
4161 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4162
4163 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4166 int/Lisp_Object mixup).
4167
4168 2009-03-13 Kenichi Handa <handa@m17n.org>
4169
4170 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4171 Handle NAME nil and t correctly. Callers changed.
4172 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4173 (set_fontset_font): Change ARG to a vector. Handle range_list in
4174 ARG correctly.
4175 (Fset_fontset_font): Fix the case that TARGET is both a script
4176 name and charset name. Adjust the arg to set_fontset_font for
4177 the above change.
4178 (fontset_from_font): Fix previous change.
4179 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4180 entry. If FONTSET is the default fontset, don't set the extra
4181 slot of the returning char-table.
4182
4183 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * nsfns.m (Fx_close_connection): Doc fix.
4186 (Fns_do_applescript): Reflow docstring.
4187 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4188 (Fx_display_pixel_width, Fx_display_pixel_height)
4189 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4190 Fix typos in docstrings.
4191 (Fns_set_alpha): Fix typos in error messages.
4192
4193 2009-03-12 David Reitter <david.reitter@gmail.com>
4194
4195 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4196 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4197 were used for such events.
4198
4199 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4200 (toggleToolbar, performDragOperation, runHelp): Use it.
4201
4202 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4203 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4204
4205 2009-03-11 Kenichi Handa <handa@m17n.org>
4206
4207 * font.h (font_open_by_spec): Extern it.
4208
4209 * font.c (font_open_by_spec): New function.
4210 (font_open_by_name): Use font_open_by_spec.
4211
4212 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4213 fontset of the frame.
4214
4215 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4216 modify the default font of frames that use this fontset.
4217 (num_auto_fontsets): New variable.
4218 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4219 name. Be sure to set FONTSET_ASCII to the correct font name.
4220 (update_auto_fontset_alist): New function.
4221
4222 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * makefile.w32-in: Update dependencies.
4225
4226 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4227
4228 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4229
4230 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4233
4234 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * lread.c (Feval_buffer): Doc fix.
4237
4238 2009-03-09 Kenichi Handa <handa@m17n.org>
4239
4240 * charset.c (Qfile_name_handler_alist): Extern it.
4241 (load_charset_map_from_file): Temporarily bind
4242 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4243
4244 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4245
4246 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4247 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4248
4249 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4250
4251 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4252 (x_set_window_size): Change back to calculated method of setting
4253 toolbar height under Cocoa. (Bug#2546)
4254 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4255 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4256
4257 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4258
4259 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4260 accelerator in parens under GNUstep.
4261
4262 2009-03-06 Kenichi Handa <handa@m17n.org>
4263
4264 These changes are to detect incorrect composition sequence without
4265 looking ahead the source. (Bug#2370)
4266
4267 * coding.h: Include "composite.h".
4268 (enum compisition_state): New enum.
4269 (struct compisition_status): New struct.
4270 (struct iso_2022_spec): New member cmp_status.
4271 (struct emacs_mule_spec): New struct.
4272 (struct coding_system): New members ctext_extended_segment_len and
4273 embedded_utf_8. Change the union member
4274 spec.emacs_mule_full_support to spec.emacs_mule.
4275
4276 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4277 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4278 (MAX_ANNOTATION_LENGTH): Define to 5.
4279 (ADD_COMPOSITION_DATA): New arg nbytes.
4280 (emacs_mule_char): New arg cmp_status.
4281 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4282 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4283 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4284 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4285 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4286 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4287 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4288 (EMACS_MULE_COMPOSITION_END): New macro.
4289 (emacs_mule_finish_composition): New function.
4290 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4291 (decode_coding_emacs_mule): Avoid long looking ahead while
4292 handling composition.
4293 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4294 (ENCODE_COMPOSITION_RULE): New macro.
4295 (finish_composition): New function.
4296 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4297 (DECODE_COMPOSITION_START): New implementation.
4298 (DECODE_COMPOSITION_END): Likewise.
4299 (STORE_COMPOSITION_RULE): New macro.
4300 (decode_coding_iso_2022): Avoid long looking ahead while handling
4301 composition, CTEXT extended segment, and embedded UTF-8.
4302 (setup_coding_system): For a coding of type iso-2022, reset
4303 CODING_ISO_EXTSEGMENT_LEN (coding) and
4304 CODING_ISO_EMBEDDED_UTF_8 (coding).
4305 (get_translation): Delete arguments last_block, from_nchars,
4306 to_nchars. Callers changed.
4307 (produce_chars): Don't modify charbuf. Adjusted for the change of
4308 get_translation.
4309 (produce_composition): Adjust for the new annotation sequence.
4310 (handle_composition_annotation): Likewise.
4311 (consume_chars): Adjust for the change of get_translation.
4312
4313 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4314
4315 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4316
4317 2009-03-05 Kenichi Handa <handa@m17n.org>
4318
4319 * font.c (font_select_entity): New function.
4320 (font_find_for_lface): Use font_select_entity to select a font.
4321
4322 * fontset.c (fontset_find_font): If a font found without
4323 restricting to the characters C doesn't support C, try to find a
4324 font with C restriction.
4325
4326 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4327
4328 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4329
4330 2009-03-04 Jason Rumney <jasonr@gnu.org>
4331
4332 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4333 characters that have already been read. (Bug#2569)
4334
4335 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4336 Log an error message if check_image_size failed.
4337 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4338 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4339
4340 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4341
4342 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4343 when decoding process output.
4344
4345 2009-03-01 Richard M Stallman <rms@gnu.org>
4346
4347 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4348
4349 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4350
4351 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4352
4353 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4354 (decode_coding_emacs_mule, decode_coding_iso_2022)
4355 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4356 (decode_coding_raw_text, decode_coding_charset)
4357 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4358 Honor inhibit-eol-conversion. (Bug #2186)
4359
4360 2009-02-28 Jason Rumney <jasonr@gnu.org>
4361
4362 * coding.c (detect_coding_charset): If not checking latin extra,
4363 fail on characters between 0x80 and 0xA0. (Bug#2354)
4364
4365 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4366
4367 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4368 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4369
4370 2009-02-27 Glenn Morris <rgm@gnu.org>
4371
4372 * callint.c (Finteractive): Doc fix.
4373
4374 2009-02-27 Kenichi Handa <handa@m17n.org>
4375
4376 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4377
4378 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * font.c (font_style_to_value): Set value for unknown symbols to
4381 100 instead of 255.
4382 (weight_table, slant_table, width_table): Treat "unspecified" as
4383 the default value.
4384
4385 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4386
4387 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4388
4389 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4392 error as soon as a recursive load is detected.
4393
4394 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4395
4396 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4397 before caching.
4398
4399 2009-02-24 Kenichi Handa <handa@m17n.org>
4400
4401 * fontset.c (fontset_find_font): Fix the condition for checking
4402 unavailable font.
4403
4404 2009-02-24 Glenn Morris <rgm@gnu.org>
4405
4406 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4407 whitespace that confuses documentation.
4408
4409 2009-02-23 Miles Bader <miles@gnu.org>
4410
4411 * process.c (Flist_system_processes, Fprocess_attributes)
4412 (syms_of_process): Rename `system-process-attributes' to
4413 `process-attributes'.
4414
4415 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4416
4417 * coding.h (struct coding_system): Make safe_charsets a pointer to
4418 unsigned char.
4419 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4420 being 255.
4421 (SAFE_CHARSET_P): Likewise.
4422 (setup_iso_safe_charsets): Properly setup safe_charsets.
4423 (Fdefine_coding_system_internal): Likewise.
4424 (setup_coding_system): Likewise. Remove unneeded casts.
4425 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4426 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4427 unneeded casts.
4428
4429 * insdel.c (del_range_2): Don't modify gap contents when called
4430 from decode_coding_object. (Bug#1809)
4431
4432 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4435 Qfont_object.
4436 (Ftype_of): Recognize font objects.
4437
4438 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4439
4440 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4441 moved to data.c.
4442
4443 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4444
4445 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4446 async_iconified. Based on a patch by Christian Lynbech
4447 <christian.lynbech@tieto.com>.
4448 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4449
4450 2009-02-20 Glenn Morris <rgm@gnu.org>
4451
4452 * syntax.c (Fskip_chars_forward): Fix doc typo.
4453
4454 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4455
4456 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4457
4458 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4461
4462 2009-02-19 Kenichi Handa <handa@m17n.org>
4463
4464 * coding.c (detect_coding): Preserve coding->mode.
4465 Don't overflow coding->carryover. (Bug#2370)
4466
4467 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4470
4471 2009-02-18 Kenichi Handa <handa@m17n.org>
4472
4473 * font.c (font_check_otf_features): Fix handling of `nil' element.
4474 (Ffont_spec): Describe :lang and :otf in the docstring.
4475
4476 2009-02-16 Andreas Schwab <schwab@suse.de>
4477
4478 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4479 string.
4480
4481 2009-02-16 Kenichi Handa <handa@m17n.org>
4482
4483 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4484 (Bug#1723)
4485
4486 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4489
4490 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4491 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4492
4493 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4494
4495 * msdos.c (MAX_SCREEN_BUF): New macro.
4496 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4497 Encode the entire run of glyphs sharing the same face, instead of
4498 doing that one glyph at a time (fixes a bug with displaying
4499 double-size characters).
4500
4501 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4502
4503 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4504
4505 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4506 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4507 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4508
4509 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4510 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4511
4512 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * keyboard.c (adjust_point_for_property): Allow stopping between two
4515 invisible areas.
4516
4517 2009-02-12 Jason Rumney <jasonr@gnu.org>
4518
4519 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4520 (add_font_entity_to_list): Call check_face_name even when family
4521 is unspecified.
4522
4523 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4524 Release DC when finished. Use NULL window to refer to desktop.
4525 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4526
4527 * w32font.c (add_font_entity_to_list): Fix check for substituted
4528 raster fonts. (Bug#2219)
4529
4530 2009-02-12 Kenichi Handa <handa@m17n.org>
4531
4532 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4533 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4534 (autocmp_chars): Use fast_looking_at. Don't compose more
4535 characters than MAX_COMPOSITION_COMPONENTS.
4536 (find_automatic_composition): While looking forward and backward,
4537 check static composition. Fix where to stop looking forward.
4538 (composition_adjust_point): Fix checking of static composition.
4539 (Fcomposition_get_gstring): Pay attention to
4540 MAX_COMPOSITION_COMPONENTS.
4541
4542 * lisp.h (fast_looking_at): Extern it.
4543
4544 * search.c (fast_looking_at): New function.
4545
4546 * term.c (encode_terminal_code): Adjust for the change of
4547 <struct glyph>.u.cmp.to.
4548 (append_composite_glyph): Likewise.
4549
4550 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4551 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4552 composition.
4553 (append_composite_glyph): Adjust for the change of
4554 <strcut glyph>.u.cmp.to.
4555
4556 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * casetab.c (init_casetab_once):
4559 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4560 * font.c (font_update_lface):
4561 * fontset.c (Fnew_fontset):
4562 * ftfont.c (ftfont_drive_otf):
4563 * xfont.c (xfont_open):
4564 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4565
4566 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * fileio.c (Fwrite_region): !NILP -> CONSP.
4569
4570 2009-02-10 Andreas Schwab <schwab@suse.de>
4571
4572 * process.c (send_process): Properly relocate pointer into data
4573 when using encoded data. (Bug#2272)
4574
4575 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4576
4577 * coding.c (detect_coding_charset): Fix previous change.
4578
4579 2009-02-08 Jason Rumney <jasonr@gnu.org>
4580
4581 * w32fns.c (w32_hide_hourglass): Handle case where frame
4582 disappeared while hourglass was displayed. (Bug #2193)
4583
4584 2009-02-07 Andreas Schwab <schwab@suse.de>
4585
4586 * unexelf.c (unexec): Fix error message.
4587
4588 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4589
4590 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4591 when modal window is active. (Bug #2152)
4592 (applicationShouldTerminate:): Remove now-unneeded while loop
4593 around NSRunAlertPanel.
4594
4595 * nsmenu.m (popupSession): New file-global variable.
4596 (pop_down_menu): End the popupSession before closing dialog.
4597 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4598 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4599 don't query NSApp for events (just sleep instead).
4600
4601 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4602
4603 * coding.c (syms_of_coding) <translation-table-for-input>:
4604 Modify doc string to discourage use for character code unification.
4605
4606 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4607
4608 * atimer.c (run_timers): Update pending_atimers.
4609
4610 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * image.c (svg_load_image): Fix last change.
4613
4614 * xfns.c (Fx_create_frame): Signal an error if no font is
4615 found (Bug#2147).
4616
4617 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * character.c (syms_of_character) <script-representative-chars>:
4620 Fix typo in docstring.
4621
4622 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4623
4624 * nsmenu.m (pop_down_menu): New function.
4625 (ns_popup_dialog): Call it on unwind.
4626 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4627 call timer_check() (Bug#2154).
4628 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4629 handling_signal is set.
4630 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4631
4632 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4633
4634 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4635
4636 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4637
4638 * keyboard.c (poll_for_input_1, handle_async_input):
4639 Set handling_signal under HAVE_NS.
4640
4641 2009-02-04 Glenn Morris <rgm@gnu.org>
4642
4643 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4644
4645 2009-02-04 Kenichi Handa <handa@m17n.org>
4646
4647 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4648
4649 * charset.c (Fchar_charset): New optional arg restriction.
4650
4651 * coding.h (coding_system_charset_list): Extern it.
4652
4653 * coding.c (coding_system_charset_list): New function.
4654
4655 * composite.c: Include coding.h and termhooks.h.
4656 (composition_gstring_p): Fix for the terminal case.
4657 (composition_gstring_width): Likewise.
4658 (fill_gstring_body): Likewise.
4659 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4660 the frame.
4661 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4662 is within a composition.
4663 (Fcomposition_get_gstring): Fix the terminal case.
4664
4665 * term.c (encode_terminal_code): Fix handling of composition.
4666 (produce_composite_glyph): For static composition, get pixel_width
4667 from struct composition.
4668
4669 2009-02-02 Andreas Schwab <schwab@suse.de>
4670
4671 * unexelf.c (unexec): Handle unaligned bss offset.
4672
4673 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4674
4675 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4676 XT,w32read_socket changes to ns_read_socket.
4677
4678 * keyboard.c (handle_interrupt): Don't call
4679 quit_throw_to_read_char() under NS.
4680
4681 * blockinput.h: Remove NS-specific code.
4682
4683 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4684
4685 * dispnew.c (window_change_signal): Don't try to get the size of a
4686 suspended tty frame.
4687 * term.c (Fresume_tty): Resize if the size has changed while the
4688 tty was suspended.
4689
4690 * alloc.c (mark_stack): Properly conditionalize previous change.
4691
4692 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4693
4694 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4695 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4696 Remove; this code is not used on Windows.
4697
4698 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4699
4700 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4701 EOLs that also has stray ^M characters.
4702
4703 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * atimer.c (run_timers, alarm_signal_handler):
4706 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4707 * w32inevt.c (w32_console_read_socket):
4708 * w32term.c (w32_read_socket):
4709 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4710
4711 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4714 Initialize it as a relative filename pattern.
4715 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4716 (Fcall_process_region): Simplify temp file creation using
4717 temporary-file-directory.
4718
4719 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4720
4721 * msdos.c: Rename pending_signals to msdos_pending_signals.
4722 (sig_suspender, sigprocmask): Adjust.
4723
4724 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * keyboard.c (pending_signals): New var.
4727 (poll_for_input, input_available_signal, init_keyboard): Set it.
4728 (process_pending_signals): New function.
4729
4730 * lisp.h (QUIT): Check pending_signals instead of
4731 interrupt_input_pending. Use process_pending_signals.
4732
4733 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4734
4735 * process.c (wait_reading_process_output): Use process_pending_signals.
4736
4737 * sysdep.c (emacs_write): Use process_pending_signals.
4738
4739 * xterm.c (XTread_socket): Update pending_signals.
4740
4741 * w32term.c (w32_read_socket): Update pending_signals.
4742
4743 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4744
4745 2009-01-29 Kenichi Handa <handa@m17n.org>
4746
4747 * xftfont.c (xftfont_has_char): New function.
4748 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4749
4750 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4751
4752 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4753 under GNUstep.
4754 (ns_query_color): New declaration.
4755
4756 * nsterm.m (ns_confirm_quit): New variable.
4757 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4758 (EmacsApp-applicationShouldTerminate:): Use it.
4759 (EmacsPrefsController): Let user set it.
4760 (ns_query_color): New function.
4761 (ns_defined_color): Use it.
4762 (ns_initialize): Drop.
4763 (ns_term_init): Add two lines from ns_initialize(), and set
4764 input_interrupt_mode to nil.
4765
4766 * image.c (svg_load_image): Don't right-shift background RGB when
4767 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
4768
4769 2009-01-28 Kenichi Handa <handa@m17n.org>
4770
4771 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4772 (fontset_get_font_group): Remember that no font-group is specified
4773 for C.
4774
4775 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * fns.c (concat): Check for string overflow (bug#1787).
4778
4779 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4780 Quadruple undo limits (bug#1501).
4781
4782 2009-01-27 Kenichi Handa <handa@m17n.org>
4783
4784 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4785 directly use GT_Get_Char_index.
4786
4787 * xftfont.c (struct xftfont_info): New member `index'.
4788
4789 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
4790 (Ffontset_font): Adjust for the change of fontset entry.
4791
4792 2009-01-26 Kenichi Handa <handa@m17n.org>
4793
4794 * fontset.c (fontset_find_font): Fix handling of non-cons return
4795 value of fontset_get_font_group.
4796 (fontset_font): Revert last change.
4797
4798 2009-01-26 Jason Rumney <jasonr@gnu.org>
4799
4800 * w32font.c (w32font_list_internal): Return quickly if registry is
4801 unknown. Simplify final return.
4802 (add_font_entity_to_list): Break complex logic down into more
4803 manageable chunks. Move unknown registry check to
4804 w32font_list_internal.
4805
4806 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4807
4808 Changes to remove Feval calls from GUI under NS.
4809
4810 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4811 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
4812 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4813
4814 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4815 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4816 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4817 instead of NON_ASCII_KEYSTROKE_EVENT.
4818 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4819 (EmacsApp-applicationShouldTerminate:): Query user.
4820 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4821 instead of Feval.
4822
4823 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4824
4825 * keyboard.c (kbd_buffer_get_event): Check for it.
4826 (keys_of_keyboard): Define lispy keys for
4827 ns-put/unput-working-text.
4828
4829 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4830 versions.
4831 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4832
4833 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
4834
4835 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
4836 setting current_buffer directly. (Bug#2044)
4837
4838 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * fontset.c (fontset_font): If we know there is no font, don't do
4841 any work. (Bug#1952, bug#1990).
4842
4843 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
4844
4845 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4846
4847 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4848 (ns_no_defaults): New declaration.
4849 (main): Use it.
4850
4851 * nsterm.h (ns_no_defaults): New declaration.
4852
4853 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
4854
4855 * nsterm.m (ns_no_defaults): New variable.
4856 (ns_initialize): Don't read defaults when ns_no_defaults.
4857 (EmacsView-readSelectionFromPasteboard:)
4858 (writeSelectionToPasteboard:types:): New stubbed-out methods for
4859 NSServicesRequests protocol. (Bug#1435)
4860 (ns_dumpglyphs_stretch): New function.
4861 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
4862 of 2008-11-15 to other terms. (Bug#615)
4863
4864 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4865
4866 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4867
4868 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4869 call for Sparc64.
4870
4871 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4872
4873 * nsfns.m:
4874 * nsgui.h:
4875 * nsmenu.m:
4876 * nsselect.m:
4877 * nsterm.h:
4878 * nsterm.m: Remove '23' comments that indicated code added during
4879 update from emacs-20 -> emacs-23.
4880
4881 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4882
4883 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
4884 ns_alternate_modifier. (Bug#1217)
4885
4886 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4887 Display all shortcuts, including those w/o super modifier.
4888
4889 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4890
4891 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * fileio.c (Vwrite_region_post_annotation_function)
4894 (Vwrite_region_annotation_buffers): New vars.
4895 (build_annotations_unwind): Just reset
4896 Vwrite_region_annotation_buffers.
4897 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4898 Call write-region-post-annotation-function.
4899 (build_annotations): Add to Vwrite_region_annotation_buffers if
4900 buffer changes.
4901
4902 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4903
4904 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4905 Tiger.
4906 * nsfns.m (ns_do_applescript):
4907 Conditionalize typeUTF16ExternalRepresentation on Tiger.
4908
4909 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4910
4911 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4912
4913 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4914
4915 * nsmenu.m (NSMENUPROFILE): Change #if style.
4916
4917 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4918
4919 * nsterm.m (x_set_frame_alpha): Add prototype.
4920 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4921 handle Ctrl-tab. (Bug#1841)
4922 (ns_get_color): Use unsigned long long for scanned hex string value.
4923 (ns_term_shutdown): Abort on non SIGTERM signals.
4924 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
4925 (EmacsPrefsController-setPanelFromDefaultValues): New function.
4926 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
4927 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
4928 (ns_defined_color): Fix settings of the XColor variable fields:
4929 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
4930
4931 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
4932 DPI. (Bug#1316)
4933 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4934 values in onTiger section.
4935
4936 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4939 Check return value of font_spec_from_name.
4940 (Fx_list_fonts): Doc fix. (Bug#1951)
4941
4942 * font.c (font_spec_from_name): Return Qnil if font name could not
4943 be parsed.
4944 (font_parse_name): Treat a `?' character as part of an XLFD.
4945
4946 * fns.c (Fsubstring): Doc fix.
4947
4948 2009-01-19 Kenichi Handa <handa@m17n.org>
4949
4950 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
4951 (ftfont_list): Likewise.
4952
4953 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * dbusbind.c (Fdbus_register_signal):
4956 * process.c (conv_sockaddr_to_lisp):
4957 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4958
4959 * callproc.c (Fgetenv_internal): Doc fix.
4960
4961 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4964 it is not even used.
4965
4966 2009-01-16 Glenn Morris <rgm@gnu.org>
4967
4968 * font.c (Ffont_variation_glyphs): Silence compiler.
4969
4970 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4973 Reported by David Robinow <drobinow@gmail.com>.
4974
4975 2009-01-15 Kenichi Handa <handa@m17n.org>
4976
4977 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4978
4979 2009-01-14 Jason Rumney <jasonr@gnu.org>
4980
4981 * frame.c (x_set_font): Always store a font to the font parameter,
4982 never a fontset. (Bug#1562)
4983
4984 2009-01-14 Kenichi Handa <handa@m17n.org>
4985
4986 * coding.c (TWO_MORE_BYTES): New macro.
4987 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
4988
4989 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * font.c (font_clear_prop): If clearing the family, clear the font
4992 width index too.
4993
4994 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4995
4996 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4999 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5000 functions, use sizeof.
5001
5002 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5003
5004 * keyboard.c (read_char): Fix case where last_nonmenu_event
5005 returned a bad value with submenus. (Bug#447)
5006
5007 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5010 family, clear the font width index too.
5011
5012 2009-01-11 Jason Rumney <jasonr@gnu.org>
5013
5014 * keyboard.c (cmd_error_internal): Exit when errors occur before
5015 frame creation and not in daemon mode. (Bug#1836)
5016
5017 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5020 of a display vector, backtrack.
5021 (try_window_reusing_current_matrix): Check glyph type before
5022 referencing charpos member.
5023
5024 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5025
5026 Fix Bug #876:
5027
5028 * coding.c (inhibit_null_byte_detection): New variable.
5029 (detect_coding, detect_coding_system): Don't pay attention to null
5030 bytes if inhibit_null_byte_detection is non-zero.
5031 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5032 <inhibit-iso-escape-detection>: Doc fix.
5033
5034 2009-01-09 Jason Rumney <jasonr@gnu.org>
5035
5036 * w32font.c (add_font_entity_to_list): Don't report unknown
5037 Windows charset as any unrecognized registry. (Bug#1548)
5038 Only report Unicode Plane 2 fonts as unicode-sip.
5039
5040 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * xfaces.c (Fx_font_family_list): Delete function.
5043 Move compatibility version to faces.el.
5044
5045 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5046
5047 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5048
5049 * frame.c (x_set_frame_parameters): Remember requested value for
5050 fullscreen before it's reset by the parameter handler.
5051
5052 2009-01-09 Glenn Morris <rgm@gnu.org>
5053
5054 * keyboard.c (last_command_char): For clarity, rename to...
5055 (last_command_event): ... and update all users.
5056 (last_input_char): For clarity, rename to...
5057 (last_input_event): ... and update all users.
5058 (last-command-char, last-input-char): Move to subr.el as aliases.
5059 * cmds.c, commands.h: Update for last_command_char rename.
5060
5061 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5062
5063 * font.c (font_open_for_lface): Handle unspecified height attribute.
5064
5065 2009-01-08 Jason Rumney <jasonr@gnu.org>
5066
5067 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5068 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5069 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5070 Don't declare.
5071 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5072 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5073
5074 2009-01-07 Kenichi Handa <handa@m17n.org>
5075
5076 * fileio.c (Finsert_file_contents): In the case of replace,
5077 remember the coding system used for decoding in
5078 coding_system (Bug#1039).
5079
5080 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5081 breaking the loop. (Bug#870)
5082 (decode_coding_utf_16, decode_coding_emacs_mule)
5083 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5084 (decode_coding_charset): Likewise.
5085
5086 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5087
5088 * frame.c (x_set_frame_parameters): Make sure height (width) get
5089 applied when fullwidth (fullheight) is set. (Bug#1522)
5090
5091 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5094 (utc_base): Declare as ULONGLONG, not long double.
5095 (convert_time_raw): Delete.
5096 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5097 (initialize_utc_base): New function.
5098 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5099 (convert_from_time_t): Use initialize_utc_base; compute result with
5100 64-bit arithmetic.
5101 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5102
5103 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5104
5105 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5106 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5107 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5108 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5109 [!subprocesses]: Define.
5110 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5111 (Flist_system_processes, Fsystem_process_attributes)
5112 [!subprocesses]: Call list_system_processes and
5113 system_process_attributes instead of returning Qnil.
5114
5115 * dosfns.c (system_process_attributes, list_system_processes):
5116 New functions.
5117
5118 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5119
5120 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5121 Don't use the default (no-op) implementation.
5122
5123 2009-01-03 Jason Rumney <jasonr@gnu.org>
5124
5125 * keyboard.c (parse_modifiers_uncached): Wheel events are
5126 clicks (bug#687).
5127
5128 * w32term.c (x_query_colors, x_query_color): New functions.
5129
5130 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5131 (svg_load_image): Cast returned pointers from dynamically loaded
5132 functions. Eliminate W32 specific code.
5133
5134 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5135
5136 * nsfns.m (x_set_foreground_color, x_set_background_color)
5137 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5138 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5139 x_ prefix instead of ns_. Update references.
5140 (syms_of_nsfns): Add a FIXME comment.
5141
5142 * nsterm.m (x_set_cursor_type): New prototype.
5143 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5144
5145 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5146 for Solaris instead of incorrectly providing Qutime and Qcutime.
5147
5148 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5149
5150 * w32.c (process_times): Compute sum of utime and stime.
5151 (system_process_attributes): Add Qtime to the alist.
5152
5153 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5154 and add them to the alist.
5155
5156 * process.c (top level) <Qtime, Qctime>: New variables.
5157 (syms_of_process): staticpro them.
5158 (Fsystem_process_attributes): Add their documentation to the doc
5159 string.
5160
5161 * process.h: Declare Qtime and Qctime.
5162
5163 2009-01-02 Jason Rumney <jasonr@gnu.org>
5164
5165 * image.c (Qgobject): New symbol.
5166 (syms_of_image): Initialize it.
5167 (init_svg_functions): Load some functions from gobject library.
5168
5169 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * frame.c (make_terminal_frame): Remove redundant code and useless
5172 block.
5173
5174 2009-01-01 Andreas Schwab <schwab@suse.de>
5175
5176 * process.c (conv_sockaddr_to_lisp): Add workaround for
5177 getsockname bug on BSD.
5178
5179 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * xfns.c (x_create_tip_frame): Set border width of the X window.
5182
5183 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5184
5185 2009-01-01 Jason Rumney <jasonr@gnu.org>
5186
5187 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5188 Don't block input, as per earlier xterm.c changes.
5189
5190 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5191
5192 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5193 (ns_appkit_version_int): New function.
5194 (x-server-version): Use ns_appkit_version_int and follow 21+
5195 convention of returning 3 integers.
5196
5197 2008-12-30 Kenichi Handa <handa@m17n.org>
5198
5199 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5200 (CHAR_SURROGATE_PAIR_P): New macro.
5201
5202 * font.h (struct font_driver): New member get_variation_glyphs.
5203
5204 * font.c (font_range): Don't require a font for a variation selector.
5205 (Ffont_variation_glyphs): New function.
5206 (syms_of_font): Defsubr it.
5207
5208 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5209 ftfont_variation_glyphs.
5210 (setup_otf_gstring): New function.
5211 (ftfont_drive_otf): Use it.
5212 (ftfont_shape_by_flt): Handle variation selector.
5213 (ftfont_variation_glyphs): New function.
5214
5215 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5216
5217 * frame.c (Vemacs_iconified): Remove.
5218
5219 2008-12-30 Jason Rumney <jasonr@gnu.org>
5220
5221 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5222 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5223
5224 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * indent.c (Fvertical_motion): Don't advance iterator if we have
5227 reseated to the desired position.
5228
5229 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5230 checking for pos match.
5231
5232 2008-12-30 Kenichi Handa <handa@m17n.org>
5233
5234 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5235 just get the low 8-bit of the code.
5236
5237 * font.c (font_intern_prop): Validate str as multibyte.
5238
5239 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5240
5241 * dispextern.h (struct face): Move lface and hash from the middle
5242 of bitfields.
5243
5244 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5245
5246 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5247
5248 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5249 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5250 instead of intervals.h.
5251
5252 2008-12-26 Andreas Schwab <schwab@suse.de>
5253
5254 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5255 cons.
5256
5257 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5258
5259 * textprop.c (Qminibuffer_prompt): New variable.
5260 (syms_of_textprop): Initialize it.
5261 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5262 in minibuffer-prompt face. (Bug#1662)
5263
5264 2008-12-25 Jason Rumney <jasonr@gnu.org>
5265
5266 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5267
5268 2008-12-24 Jason Rumney <jasonr@gnu.org>
5269
5270 * ralloc.c (r_alloc_reset_variable): New function.
5271
5272 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5273 record of what points where. (Bug#716)
5274
5275 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5276
5277 * minibuf.c (read_minibuf): Follow the non-interactive case when
5278 running as a daemon, before detaching.
5279
5280 2008-12-22 Andreas Schwab <schwab@suse.de>
5281
5282 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5283 * gtkutil.c (free_widget_value): Use xfree instead of free.
5284
5285 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5286
5287 * frame.c (delete_frame): New function derived from
5288 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5289 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5290 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5291 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5292 * frame.h: Extern delete_frame.
5293 * window.c (window_loop):
5294 * terminal.c (delete_terminal):
5295 * xterm.c (x_connection_closed):
5296 * xfns.c (Fx_hide_tip):
5297 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5298
5299 2008-12-21 Jason Rumney <jasonr@gnu.org>
5300
5301 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5302 when character maps to .notdef character.
5303
5304 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5307
5308 2008-12-20 Jason Rumney <jasonr@gnu.org>
5309
5310 * frame.c (Fmake_terminal_frame): Raise an error when called from
5311 a graphical frame on Windows. (Bug#1325)
5312
5313 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5314
5315 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5316
5317 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * minibuf.c (Fread_buffer): Doc fix.
5320
5321 2008-12-20 Jason Rumney <jasonr@gnu.org>
5322
5323 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5324 server name in UNC paths. (Bug#719)
5325
5326 * coding.c (decode_coding): Clear chars_at_source flag when using
5327 charbuf. (Bug#1035)
5328
5329 2008-12-19 Daniel Engeler <engeler@gmail.com>
5330
5331 * sysdep.c (serial_configure): Fix typo.
5332
5333 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * sysdep.c: Include alloca.h.
5336 (system_process_attributes): Add implementation for Solaris.
5337
5338 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5339
5340 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 Reorganize implementation of Flist_system_processes and
5343 Fsystem_process_attributes. No functional changes.
5344 * process.c: Don't #include pwd.h, grp.h and limits.h.
5345 (Flist_system_processes): Just call list_system_processes.
5346 (Fsystem_process_attributes): Just call system_process_attributes.
5347 (procfs_list_system_processes, time_from_jiffies)
5348 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5349 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5350
5351 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5352 (list_system_processes): Rename from
5353 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5354 Provide a do nothing implementation.
5355 (system_process_attributes): Rename from
5356 procfs_list_system_processes.
5357 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5358 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5359
5360 * w32.c (list_system_processes): Rename from
5361 w32_list_system_processes.
5362 (system_process_attributes): Rename from
5363 w32_system_process_attributes.
5364
5365 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5366
5367 * process.h (w32_list_system_processes)
5368 (w32_system_process_attributes): Remove.
5369 (list_system_processes, system_process_attributes):
5370 New prototypes.
5371
5372 2008-12-19 Kenichi Handa <handa@m17n.org>
5373
5374 * xfont.c (xfont_decode_coding_xlfd): New function.
5375 (xfont_encode_coding_xlfd): New function.
5376 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5377 (xfont_list): Decode and encode XLFD by iso-8859-1.
5378 (xfont_match): Likewise.
5379 (xfont_list_family): Likewise.
5380 (xfont_open): Likewise.
5381
5382 * ftfont.c (ftfont_open): Generate a multibyte string if given
5383 names are utf-8.
5384
5385 * xftfont.c (xftfont_open): Generate a multibyte string if given
5386 names are utf-8.
5387
5388 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5389
5390 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5391 changed.
5392 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5393 clicked on a detached tool bar button.
5394
5395 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5396
5397 * emacs.c (main): Print and error and exit when no data is read
5398 from the pipe.
5399
5400 2008-12-17 Jason Rumney <jasonr@gnu.org>
5401
5402 * w32font.c (w32font_has_char): Always return -1.
5403
5404 2008-12-16 Kenichi Handa <handa@m17n.org>
5405
5406 * font.c (font_open_entity): Fix previous change.
5407
5408 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5409
5410 * process.c: Include <limits.h>.
5411
5412 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5413
5414 * font.c (font_update_drivers): Fix mistake in reconstructing the
5415 driver list.
5416
5417 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * font.c (font_clear_cache): Fix format of font cache data.
5420
5421 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * xftfont.c (xftfont_open): Free Xft font pattern if
5424 XftFontOpenPattern fails.
5425
5426 * xterm.c (x_free_frame_resources): Remove extraneous call to
5427 free_frame_faces.
5428
5429 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * xterm.c (x_delete_display): Move xim_close_dpy call to
5432 x_delete_terminal.
5433 (x_delete_terminal): Call xim_close_dpy.
5434
5435 2008-12-13 Jason Rumney <jasonr@gnu.org>
5436
5437 * w32font.c (intern_font_name): New function.
5438 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5439 (w32font_open_internal, Fx_select_font): Decode font name.
5440 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5441
5442 * w32font.h (intern_font_name): Declare new function.
5443
5444 * w32uniscribe.c (add_opentype_font_name_to_list):
5445 Use intern_font_name.
5446
5447 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * frame.c (Fdelete_frame): Call free_font_driver_list.
5450
5451 * font.c (free_font_driver_list): Implement missing function.
5452
5453 * w32term.c (w32_term_init): Don't initialize the image cache
5454 here; it will be done in init_frame_faces.
5455
5456 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5457 (struct x_display_info): Remove unused member null_pixel. New
5458 member xim_callback_data.
5459
5460 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5461 (xim_initialize): Save pointer to callback function data.
5462 (xim_close_dpy): Free callback function data. Call XCloseIM,
5463 reverting 2008-11-04 change by David Smith.
5464 (x_term_init): Don't initialize the image cache here; it will be
5465 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5466 (x_delete_display): Free x_dnd_atoms member.
5467
5468 2008-12-13 Kenichi Handa <handa@m17n.org>
5469
5470 * font.c (font_rescale_ratio): Moved from xfaces.c.
5471 Argument type changed. Handle a font-spec too.
5472 (font_score): Check Vface_font_rescale_alist.
5473 (font_open_entity): Likewise. (Bug#1547)
5474
5475 * xfaces.c (font_rescale_ratio): Moved to font.c.
5476
5477 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5480
5481 2008-12-12 Jason Rumney <jasonr@gnu.org>
5482
5483 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5484 Vwindow_system_version to the real w32 major version.
5485
5486 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * term.c (init_tty): Move setting the terminal name before the
5489 potential user: maybe_fatal.
5490
5491 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5494 all callers changed. Call free_frame_faces to free the face cache.
5495
5496 2008-12-11 Jason Rumney <jasonr@gnu.org>
5497
5498 * w32font.c (fill_in_logfont): Don't assume symbol script means
5499 SYMBOL_CHARSET. (Bug#547)
5500
5501 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5502 size for surrogates. (Bug#1096, bug#872)
5503
5504 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5507
5508 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * process.c (Fsystem_process_attributes, syms_of_process):
5511 Fix typo in name of Ssystem_process_attributes.
5512 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5513
5514 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * syntax.c (Fmodify_syntax_entry): Doc fix.
5517
5518 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5519
5520 * font.c (Ffont_spec): Move usage to end of docstring.
5521
5522 2008-12-10 Jason Rumney <jasonr@gnu.org>
5523
5524 * w32font.c (Qcham): New symbol.
5525 (font_supported_scripts): Add cham, and comments for other new
5526 scripts in bitfield from OpenType spec.
5527 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5528 contain characters beyond the bmp.
5529
5530 2008-12-10 Kenichi Handa <handa@m17n.org>
5531
5532 * ftfont.c (fc_charset_table): Add "unicode-sip".
5533 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5534 Qunicode_sip.
5535
5536 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5539 (Fcoding_system_put): Use QCdefault_char.
5540 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5541
5542 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * xftfont.c (syms_of_xftfont): Fix typo.
5545
5546 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5547
5548 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5549
5550 * emacs.c (main): Close daemon_pipe on exec.
5551
5552 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * termchar.h (struct tty): New members termcap_term_buffer and
5555 termcap_strings_buffer.
5556
5557 * term.c (encode_terminal_code): Free any previous memory blocks
5558 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5559 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5560 All callers changed.
5561 (init_tty): Store termcap data and string buffers in new struct
5562 tty members termcap_term_buffer and termcap_strings_buffer.
5563 (delete_tty): Free them.
5564 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5565
5566 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5567
5568 * nsfns.m (ns_set_background_color): Remove code duplication.
5569 It was a substitute for face-transparency on OS X 10.3.
5570
5571 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * coding.c (make_conversion_work_buffer): Disable buffer
5574 modification hooks in the work buffer.
5575
5576 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5577
5578 * process.c (procfs_system_process_attributes): If `nread' has a
5579 negative value, assign zero to it.
5580
5581 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * eval.c (Vdebug_on_error): Doc fix.
5584
5585 2008-12-05 Kenichi Handa <handa@m17n.org>
5586
5587 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5588 second character is a combining character.
5589
5590 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5591
5592 * process.c (procfs_system_process_attributes): Don't use cmd,
5593 cmdsize, and q without initializing them first.
5594
5595 2008-12-04 Jason Rumney <jasonr@gnu.org>
5596
5597 * w32font.c (w32font_draw): Initialize orig_clip before getting
5598 it, and delete it when finished.
5599
5600 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5603 case when running as a daemon before detaching.
5604
5605 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * w32.c (init_environment): Don't unload library shell32.dll.
5608
5609 2008-12-03 Kenichi Handa <handa@m17n.org>
5610
5611 * font.c (font_at): Set `multibyte' at first.
5612
5613 * coding.c (decode_coding_charset): Check type of an element of
5614 vector VALIDS.
5615 (encode_coding_emacs_mule): Be sure to set `code'.
5616
5617 * fontset.c (face_for_char): Handle invalid charset property correctly.
5618 (font_for_char): Likewise.
5619
5620 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * font.c (Fopen_font): Compute pixel size correctly.
5623 (font_update_lface): Handle fonts with corrupted size specs,
5624 i.e. non-int and non-float.
5625
5626 * ftfont.c (ftfont_match): Initialize entity variable.
5627 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5628 (ftfont_list_family): Initialize list var earlier.
5629
5630 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5631
5632 * xterm.c (x_draw_glyph_string): Fall back on
5633 underline_minimum_offset for underline position.
5634
5635 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5636
5637 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5638
5639 * character.c (c_string_width): Specify the type for LEN.
5640
5641 2008-12-03 Kenichi Handa <handa@m17n.org>
5642
5643 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5644 (decode_coding_utf_8): Likewise.
5645 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5646 (produce_chars): Initialize consumed_chars to 0.
5647
5648 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * keyboard.c (make_lispy_position): Only use PT if the selected
5651 window is current.
5652
5653 2008-12-02 Andreas Schwab <schwab@suse.de>
5654
5655 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5656
5657 * doprnt.c (doprnt1): Fix size of charbuf.
5658
5659 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * keyboard.c (timer_check): Revert last change.
5662
5663 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5666
5667 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * makefile.w32-in: Update dependencies.
5670 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5671
5672 2008-12-01 Andreas Schwab <schwab@suse.de>
5673
5674 * font.c (register_font_driver): Use xmalloc.
5675 (font_put_frame_data): Likewise.
5676
5677 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * xfaces.c (realize_x_face): Make abort condition clearer.
5680
5681 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5682
5683 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * keyboard.c (timer_check): After a timer runs, ensure that the
5686 selected window's buffer is current.
5687
5688 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5691 It was accidentally restored by the Unicode merge.
5692
5693 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5694
5695 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * w32proc.c: Include "coding.h".
5698 (Fw32_short_file_name): Encode filename passed to Windows API.
5699 (Fw32_long_file_name): Encode filename passed to Windows API and
5700 decode back the result. (Bug#1433)
5701
5702 2008-11-29 Kenichi Handa <handa@m17n.org>
5703
5704 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5705 not before accessing it.
5706
5707 * charset.c (Fdefine_charset_internal): After calculating
5708 min_char, max_char, and fastmap, copy the charset structure again.
5709 (encode_char): Fix the previous change.
5710
5711 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5712
5713 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5714
5715 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5716
5717 * nsterm.m (x_set_frame_alpha): New function.
5718
5719 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5720
5721 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5722
5723 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5726 pointer to check_face_name.
5727
5728 2008-11-27 Kenichi Handa <handa@m17n.org>
5729
5730 * category.h (SET_CATEGORY_SET): Call set_category_set.
5731 (set_category_set): Extern it.
5732
5733 * category.c (hash_get_category_set): New function.
5734 (Fmodify_category_entry): Adjusted for the change of
5735 char_table_ref_and_range. Call hash_get_category_set to get a
5736 category set to store in the table.
5737
5738 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5739 Funify_charset.
5740
5741 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5742 (DECODE_CHAR): Check if the decoder vector is ready.
5743 (ENCODE_CHAR): Check if the encoder char-table is ready.
5744 (maybe_unify_char): Extern it.
5745
5746 * charset.c (Vchar_unified_charset_table): Delete it.
5747 (inhibit_load_charset_map): New variable.
5748 (temp_charset_work): New variable.
5749 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5750 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5751 New macros.
5752 (load_charset_map): Meaning of control_flag changed. If
5753 inhibit_load_charset_map is nonzero, setup a table in
5754 temp_charset_work.
5755 (load_charset): New argument control_flag.
5756 (map_charset_for_dump): New function.
5757 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5758 map_charset_for_dump.
5759 (Fdefine_charset_internal): If the charset method is MAP, load
5760 mapping tables by calling load_charset.
5761 (Funify_charset): Don't load a mapping table but directly set
5762 Vchar_unify_table.
5763 (maybe_unify_char): New function.
5764 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5765 Handle the case of inhibit_load_charset_map being nonzero.
5766 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5767 Handle the case of inhibit_load_charset_map being nonzero.
5768 (Fclear_charset_maps): Just free temp_charset_work.
5769 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5770 variable.
5771
5772 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5773 change of char_table_ref_and_range.
5774 (char_table_ref_and_range): Change the meaning of argument FROM
5775 and TO. Now the caller must provide initial values for *FROM
5776 and *TO.
5777
5778 * fontset.c (fontset_add): Adjusted for the change of
5779 char_table_ref_and_range.
5780 (fontset_get_font_group): Likewise.
5781 (Ffontset_info): Likewise.
5782
5783 * keymap.c (describe_vector): Adjusted for the change of
5784 char_table_ref_and_range. For char-table, put boundary between
5785 non-ASCII and 8-bit characters.
5786
5787 * print.c (print_object): For bool-vector, delete unnecessary
5788 check of ASCII_BYTE_P.
5789
5790 2008-11-26 Jason Rumney <jasonr@gnu.org>
5791
5792 * w32font.c (w32font_open_internal): Don't include external
5793 leading in font height. (Bug#879)
5794
5795 2008-11-26 Glenn Morris <rgm@gnu.org>
5796
5797 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5798 redefinition with ifdef. (Bug#1383)
5799
5800 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5801
5802 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5803
5804 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5805
5806 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5807 New EmacsView methods.
5808 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5809 Fixes bug #1048,1357,1414.
5810
5811 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5812
5813 Fix bug #1362.
5814 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5815 is not an indexed color.
5816 * nsterm.m (free_indexed_color): Add argument checking.
5817 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5818
5819 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5822 Document confirm-after-completion value for
5823 minibuffer-completion-confirm.
5824
5825 2008-11-24 Jason Rumney <jasonr@gnu.org>
5826
5827 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5828 warning.
5829
5830 2008-11-23 Jason Rumney <jasonr@gnu.org>
5831
5832 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5833 restored before returning.
5834
5835 * w32font.c (check_face_name): New function.
5836 (add_font_entity_to_list): Use it to filter out common substituted
5837 fonts. (Bug#642)
5838
5839 2008-11-22 Martin Rudalics <rudalics@gmx.at>
5840
5841 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5842 confirm-nonexistent-file-or-buffer in doc-string.
5843
5844 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5847 Fix copy/paste typo. Add checks.
5848
5849 2008-11-21 Kenichi Handa <handa@m17n.org>
5850
5851 * coding.c (detect_coding_iso_2022): Reject invalid composition
5852 sequence.
5853 (DECODE_COMPOSITION_START): If the current source is the last
5854 block, and the current composition doesn't end, regard this
5855 sequence as invalid.
5856 (decode_coding_iso_2022): Handle invalid composition sequence.
5857
5858 2008-11-20 Martin Rudalics <rudalics@gmx.at>
5859
5860 * window.c (coordinates_in_window): Don't return
5861 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5862 line when the window is not the rightmost one. (Bug#1372)
5863
5864 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5865
5866 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5867
5868 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5869
5870 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5871 and bright_bg if noninteractive is non-zero.
5872
5873 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5874
5875 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5876 x_draw_glyph_string_background.
5877
5878 * w32term.c (x_draw_glyph_string): Likewise.
5879
5880 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5883 the next glyph string once past the overhang width.
5884
5885 * nsterm.m (ns_draw_glyph_string): Likewise.
5886
5887 * w32term.c (x_draw_glyph_string): Likewise.
5888
5889 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5890
5891 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5892 double file close.
5893
5894 2008-11-14 Martin Rudalics <rudalics@gmx.at>
5895
5896 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5897 dedicated status of window before attempting to display another
5898 buffer in it.
5899
5900 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * msdos.c (Fmsdos_long_file_names):
5903 (syms_of_msdos) <dos-unsupported-char-glyph>:
5904 * dosfns.c (Fint86): Fix typos in docstrings.
5905
5906 2008-11-14 Eli Zaretskii <eliz@gnu.org>
5907
5908 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5909
5910 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5911
5912 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5913
5914 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5915
5916 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5917
5918 * frame.h: Negative alpha means "don't touch".
5919
5920 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5921
5922 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5923
5924 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * hftctl.c:
5927 * chpdef.h:
5928 * acldef.h: Remove files used only for systems no longer supported.
5929
5930 * Makefile.in: Fix .o alphabetical ordering.
5931 (hftctl.o): Remove dependency, file removed.
5932 (keymap.o, print.o): Depend on charset.h.
5933
5934 2008-11-10 Kenichi Handa <handa@m17n.org>
5935
5936 * character.c (Fget_byte): Fix and make it faster for unibyte target.
5937
5938 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * dired.c (file_name_completion): If completion_ignore_case is
5941 enabled, ignore case when checking completion-regexp-list.
5942
5943 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5944
5945 * vm-limit.c (get_lim_data): Fix last change.
5946
5947 2008-11-08 Kenichi Handa <handa@m17n.org>
5948
5949 * character.c (Fget_byte): New function.
5950 (syms_of_character): Defsubr Fget_byte.
5951
5952 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
5953
5954 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5955 cursor position is valid after scrolling.
5956
5957 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5960
5961 2008-11-06 Glenn Morris <rgm@gnu.org>
5962
5963 * xterm.c (handle_one_xevent): Don't let popup menus cause
5964 mouse-autoselect-window related window switching. (Bug#1261)
5965
5966 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5967
5968 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5969
5970 2008-11-04 Andreas Schwab <schwab@suse.de>
5971
5972 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5973
5974 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * xfns.c (Fx_wm_set_size_hint): New function.
5977
5978 2008-11-03 Martin Rudalics <rudalics@gmx.at>
5979
5980 * textprop.c (Fprevious_single_char_property_change): Return 0
5981 when there's no change in a string. (Bug#1301)
5982
5983 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5984
5985 * frame.c (do_switch_frame): New argument NORECORD passed to
5986 Fselect_window.
5987 (Fselect_frame): New argument NORECORD passed to
5988 do_switch_frame.
5989 (Fset_frame_selected_window): New argument NORECORD passed to
5990 Fselect_frame.
5991 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5992 in call of do_switch_frame.
5993 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5994 Handle NORECORD argument in call of Fselect_frame.
5995 * lisp.h (do_switch_frame, Fselect_frame)
5996 (Fset_frame_selected_window): Adjust declarations.
5997 * window.c (select_frame_norecord): New function.
5998 (run_window_configuration_change_hook): Use it and call
5999 Fselect_frame with NORECORD set.
6000 (Fselect_window): Pass NORECORD to Fselect_frame.
6001 (Fset_window_configuration): Handle NORECORD argument in call of
6002 do_switch_frame.
6003 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6004 Fset_frame_selected_window.
6005 * keyboard.c (command_loop_1): Handle NORECORD in call of
6006 Fselect_frame (currently ifdefd).
6007
6008 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6009
6010 * emacs.c (USAGE2): Untabify.
6011
6012 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * composite.c (fill_gstring_header): Fix copy/paste typo.
6015
6016 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6017
6018 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6019 (Fother_window): Rename argument and rewrite doc-string.
6020 (select_window_norecord): Fix return value. (Bug#1276)
6021
6022 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6025 new frames overriding foreground for tooltips. Based on similar patch
6026 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6027
6028 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * emacs.c (Fdaemon_initialized): Initialize nfd.
6031
6032 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6033
6034 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6035 (Fwindow_text_height): Clarify doc-strings.
6036 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6037 doc-string of window-scroll-functions.
6038
6039 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6040
6041 * category.c (syms_of_category): Fix typo in docstring.
6042
6043 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6044
6045 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6046 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6047 Fix typos in docstrings.
6048
6049 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6050
6051 * emacs.c (daemon_pipe): Make non-static.
6052 (IS_DAEMON): Move definition ...
6053 * lisp.h (IS_DAEMON): ... here.
6054 (daemon_pipe): Declare.
6055 (is_daemon): Remove.
6056 * dispnew.c (init_display): Use IS_DAEMON.
6057
6058 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6061 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6062
6063 * emacs.c (is_daemon): Remove.
6064 (main): Don't set is_daemon.
6065 (IS_DAEMON): New macro.
6066 (Fdaemonp, Fdaemon_initialized): Use it.
6067 (Fdaemon_initialized): Write a char into the pipe to make sure the
6068 parent exits.
6069 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6070
6071 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6074 over-sized glyph, draw it with the default glyph width.
6075
6076 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6077 glyph, draw it with the default glyph width.
6078
6079 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6080 glyph, draw it with the default glyph width.
6081
6082 * xdisp.c (try_scrolling): When computing the distance from the
6083 scroll margin to PT, try moving some distance past the window
6084 bottom before giving up.
6085
6086 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6087
6088 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6089 (Fset_window_buffer): Explain in doc-string that a window can be
6090 "strongly" dedicated to its buffer.
6091
6092 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 * emacs.c (daemon_name): New variable.
6095 (main): Deal with --daemon=SERVER_NAME.
6096 (Fdaemonp): Return a name if one was passed to --daemon.
6097
6098 2008-10-26 Romain Francoise <romain@orebokech.com>
6099
6100 * emacs.c (daemon_pipe): New variable.
6101 (main): Create a pipe before forking, make the parent exit only after
6102 the child has closed its end of the pipe. Move closing the
6103 descriptors ...
6104 (Fdaemon_initialized): ... here. New function.
6105
6106 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6109 the previous unoptimized table.
6110
6111 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6112 the distinction between non-nil and non-t value of `dedicated'.
6113
6114 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6117 read_char_minibuf_menu_text is large enough to hold the menu string.
6118
6119 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6120
6121 * window.c (Fget_buffer_window, Fdelete_windows_on)
6122 (Freplace_buffer_in_windows): Make buffer argument optional and
6123 rename to buffer_or_name.
6124
6125 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * xdisp.c (handle_single_display_spec, handle_display_prop):
6128 Undo 2005-05-16 change.
6129 (handle_stop): Pop iterator if it's loaded with an empty string.
6130 (get_overlay_strings_1): Don't save iterator if it's loaded with
6131 an empty string (bug#1201).
6132
6133 2008-10-24 Kenichi Handa <handa@m17n.org>
6134
6135 * ftfont.c (ftfont_otf_features): Fix previous change.
6136 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6137 calling ftfont_otf_features.
6138
6139 2008-10-24 Kenichi Handa <handa@m17n.org>
6140
6141 * font.c (font_match_p): Fix for the case that a vector of
6142 characters is in script-representative-chars.
6143
6144 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * dbusbind.c (xd_in_read_queued_messages): New variable.
6147 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6148 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6149 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6150 macro. (Bug#1186)
6151
6152 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6153
6154 * s/sol2-10.h: New file.
6155
6156 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6159 poor beast has survived 9+ years and the jump from xterm.c!).
6160
6161 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6162
6163 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6164 Reword doc-string.
6165 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6166
6167 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * character.c (syms_of_character) <script-representative-chars>:
6170 <unicode-category-table>: Doc fixes.
6171
6172 2008-10-23 Noah Friedman <friedman@splode.com>
6173
6174 * coding.c (make_conversion_work_buffer): Check that
6175 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6176 Fget_buffer_create.
6177
6178 2008-10-23 Kenichi Handa <handa@m17n.org>
6179
6180 * font.c (font_add_log): Check the values of extra properties.
6181
6182 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6183
6184 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6185 Reword doc-string.
6186 (Fset_window_parameter): Use NILP.
6187 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6188 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6189
6190 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6193
6194 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6195
6196 * nsfns.m (ns_appkit_version): New function.
6197 (x-server-version): Use it.
6198 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6199 (x-server-vendor): Don't check_ns().
6200
6201 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6202
6203 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6206 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6207
6208 2008-10-22 Kenichi Handa <handa@m17n.org>
6209
6210 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6211 scripts.
6212
6213 * category.c (word_boundary_p): Check scripts instead of charset.
6214 Handle nil value in word-separating-categories and
6215 word-combining-categories.
6216 (syms_of_category): Fix docstrings of word-separating-categories
6217 and word-combining-categories.
6218
6219 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6220
6221 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6222 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6223
6224 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6225
6226 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6227 Rename arg "buffer" to "buffer_or_name".
6228 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6229 it optional.
6230 (no_switch_window): Remove since the return value is not used.
6231 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6232 Consider window as dedicated when Fwindow_dedicated_p returns a
6233 non-nil value.
6234 * lisp.h: Remove prototype for no_switch_window.
6235
6236 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6237
6238 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6239 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6240
6241 2008-10-21 Kenichi Handa <handa@m17n.org>
6242
6243 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6244 check Vlatin_extra_code_table.
6245
6246 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6247
6248 * fileio.c (Fset_file_modes): Doc fix.
6249
6250 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6253 in arrays.
6254
6255 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6256
6257 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6258 Mention kill-buffer in doc-string.
6259 (Fset_window_buffer): Reinsert tem check removed in last commit.
6260 (Fenlarge_window, Fshrink_window): Have argument names and
6261 doc-string follow Elisp manual more closely.
6262
6263 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6264
6265 * fileio.c (Fset_file_modes): Doc fix.
6266
6267 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6268
6269 * window.c (Fwindow_width, Fset_window_start)
6270 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6271 (Fdelete_windows_on, Freplace_buffer_in_windows):
6272 Make doc-strings follow code and Elisp manual more closely.
6273 (Fwindow_dedicated_p): Make window argument optional.
6274 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6275 (Fset_window_buffer): Respect any non-nil dedicated value for
6276 window. Rename "buffer" argument to "buffer_or_name".
6277
6278 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6279
6280 * m/sh3.h: New file, machine description for SuperH.
6281
6282 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6283
6284 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6285
6286 2008-10-17 Kenichi Handa <handa@m17n.org>
6287
6288 * ftfont.c (ftfont_otf_features): Fix indexing
6289 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6290
6291 2008-10-16 Magnus Henoch <mange@freemail.hu>
6292
6293 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6294 (Fdbus_call_method_asynchronously): Ditto.
6295 This change makes C-h f display the argument list.
6296
6297 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * fileio.c (Fexpand_file_name): Doc fix.
6300
6301 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6302 of :foreground and :background equivalent to unspecified (20.x
6303 compatibility).
6304
6305 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6306
6307 * buffer.c (syms_of_buffer): Doc fix.
6308
6309 2008-10-14 Kenichi Handa <handa@m17n.org>
6310
6311 * font.c (font_clear_prop): When clearing font width, clear the
6312 average width field too.
6313
6314 2008-10-12 Andreas Schwab <schwab@suse.de>
6315
6316 * ftfont.c (ftfont_shape_by_flt): Make static.
6317 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6318
6319 * font.c: Don't include <m17n-flt.h>.
6320
6321 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6322
6323 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6324
6325 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6326
6327 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6328 away code.
6329
6330 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * dispnew.c (update_text_area): Avoid looping due to large glyph
6333 overhangs (bug#1070).
6334
6335 2008-10-09 Kenichi Handa <handa@m17n.org>
6336
6337 * fontset.c (face_for_char): If face->fontset is negative, just
6338 return ascii_face.
6339
6340 * font.c (font_delete_unmatched): Fix previous change.
6341 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6342
6343 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6344
6345 * frame.c (Fraise_frame): On text-only terminals select frame in
6346 order to make it visible. (Bug#1061)
6347
6348 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * fontset.c (fontset_find_font): Check frame validity.
6351
6352 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6353
6354 * gtkutil.c (xg_display_open): Reset default display if none exists.
6355 (xg_display_close): Allow Emacs to close all displays (bug#985).
6356
6357 2008-10-06 Andreas Schwab <schwab@suse.de>
6358
6359 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6360
6361 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6364
6365 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6366
6367 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6368 during initialization.
6369
6370 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6371
6372 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6373 whole thing on MSDOS frames as well as on a TTY.
6374
6375 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6376 well as for TTY.
6377 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6378 well as on a TTY.
6379
6380 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6381 as well as for TTY.
6382
6383 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6384
6385 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6386 MSDOS frames as well.
6387
6388 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6389
6390 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6391 correct arguments.
6392 * menu.c (find_and_return_menu_selection): Add cast.
6393
6394 2008-10-03 Glenn Morris <rgm@gnu.org>
6395
6396 * emacs.c (USAGE1): Add --daemon.
6397
6398 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6399
6400 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6401 100, so it's in percents as advertised.
6402
6403 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6404
6405 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6406 (ns_output.current_cursor, ns_output.desired_cursor)
6407 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6408 (FRAME_NEW_CURSOR_COLOR): Remove.
6409
6410 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6411 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6412 enumeration (HOLLOW_BOX_CURSOR, etc.).
6413
6414 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6415 (draw_window_cursor): Simplify code.
6416 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6417 Don't change cursor type. In latter, call rehighlight instead of doing
6418 updates manually.
6419 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6420 Use core Emacs cursor types.
6421
6422 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6423
6424 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6425
6426 * process.c (Faccept_process_output): Fix doc-string.
6427
6428 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6429
6430 * gmalloc.c (__sbrk): Also define for uClibc.
6431
6432 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6433 for uClibc.
6434
6435 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6436
6437 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6438 styles.
6439 (nsfont_open): Reenable the cache.
6440
6441 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6442
6443 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6444 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6445
6446 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6449 a suspended terminal.
6450
6451 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6454
6455 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6456
6457 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6458
6459 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6462 in a continued line coincides with a line beginning.
6463
6464 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6465
6466 * nsfont.m (nsfont_trait_distance): Fix bug.
6467 (nsfont_list): Return a list rather than a vector (syncs with Handa
6468 changes of 2008-05-14).
6469 (nsfont_open): Improve logging.
6470
6471 2008-09-29 Andreas Schwab <schwab@suse.de>
6472
6473 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6474
6475 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6476
6477 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6478 name as char-resolve-modifiers.
6479 Reported by: Markus Triska <markus.triska@gmx.at>
6480
6481 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6482
6483 * dispnew.c (init_display): Return earlier when running as a daemon.
6484
6485 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6486
6487 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6488
6489 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6490
6491 * composite.c (Fcomposition_get_gstring)
6492 (Fcompose_region_internal, Fcompose_string_internal)
6493 (Ffind_composition_internal): Doc fix.
6494 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6495 (syms_of_composite) <auto-composition-function>: Doc fix.
6496 (syms_of_composite) <composition-function-table>: Doc fix.
6497
6498 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * search.c (wordify): New argument for lax word-ends.
6501 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6502
6503 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6504
6505 * lisp.h (is_daemon): Declare.
6506 * dispnew.c (init_display): Do not try to initialize the terminal
6507 when running as a daemon.
6508
6509 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6512 x_display_pixel_height.
6513
6514 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6515
6516 * undo.c (record_point): Don't call Fundo_boundary for first
6517 change. (Bug#731)
6518
6519 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6520
6521 * emacs.c (Fdaemonp): Doc fix.
6522
6523 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6524
6525 * emacs.c (main): Place #ifdef in the proper place.
6526
6527 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6528
6529 * emacs.c (standard_args): Add --daemon.
6530 (main): Disconnect from the terminal when --daemon is passed.
6531 (is_daemon): New variable.
6532 (Fdaemonp): New function.
6533 (syms_of_emacs): Defsubr it.
6534
6535 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * xdisp.c (get_next_display_element): Handle string display
6538 correctly when checking for the end of a box run.
6539
6540 2008-09-20 Glenn Morris <rgm@gnu.org>
6541
6542 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6543 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6544 (Frename_file): Avoid copying to trash if a rename involves
6545 a delete. (Bug#964).
6546
6547 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6548
6549 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6550 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6551 frames as well as termcap frames.
6552 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6553 get_named_tty.
6554
6555 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6556
6557 * process.c (procfs_system_process_attributes): Fix cmdline in
6558 case /proc/PID/cmdline is empty.
6559
6560 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6561 x_display_pixel_height.
6562
6563 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6566
6567 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6568 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6569
6570 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6571
6572 * dispextern.h (struct it): Move line_wrap away from the middle of
6573 bitfields. Move voffset in struct iterator_stack_entry after the
6574 bitfields. Move tab_width near after another short.
6575
6576 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6577
6578 * frame.h (struct frame): Move alpha from the middle of bitfields.
6579
6580 * window.h (struct window): Move frozen_window_start_p after the
6581 rest of the bitfields to reduce padding.
6582
6583 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6584
6585 * xterm.h (x_display_info): Remove `height' and `width' members.
6586
6587 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6588
6589 * w32term.h (w32_display_info): Remove `height', `width',
6590 `height_in', and `width_in' members.
6591
6592 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6593 New functions.
6594 (x_calc_absolute_position): Use them.
6595 (x_term_init): Omit removed `height' and `width' members.
6596
6597 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6598 New functions.
6599 (w32_read_socket, x_calc_absolute_position): Use them.
6600 (w32_initialize_display_info, w32_term_init): Omit removed members
6601 of w32_display_info.
6602
6603 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6604 New functions.
6605 (ns_initialize_display_info): Omit removed members of ns_display_info.
6606
6607 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6608 New functions.
6609 (x_calc_absolute_position): Use them.
6610 (x_term_init): Omit removed `height' and `width' members.
6611
6612 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6613 (compute_tip_xy):
6614 * frame.c (x_fullscreen_adjust):
6615 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6616 x_display_pixel_width.
6617
6618 2008-09-18 Kenichi Handa <handa@m17n.org>
6619
6620 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6621 (composition_compute_stop_pos): Fix handling of static composition.
6622 (Fcomposition_get_gstring): Check FROM and TO at first.
6623
6624 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6627 mixup (YAILOM).
6628
6629 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6630
6631 * indent.c (Fvertical_motion): Use position reported by iterator
6632 instead of PT for determining screen motion (bug#943).
6633
6634 2008-09-17 Romain Francoise <romain@orebokech.com>
6635
6636 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6637
6638 2008-09-17 Kenichi Handa <handa@m17n.org>
6639
6640 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6641
6642 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6643 if necessary.
6644
6645 2008-09-16 Kenichi Handa <handa@m17n.org>
6646
6647 * coding.c (make_conversion_work_buffer): Avoid calling
6648 Fget_buffer_create if it is not necessary.
6649
6650 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6651
6652 * window.c (Fselect_window): Don't update window_select_count and
6653 use_time when norecord is not nil.
6654
6655 2008-09-14 Kenichi Handa <handa@m17n.org>
6656
6657 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6658 specpdl_ptr.
6659
6660 2008-09-12 Kenichi Handa <handa@m17n.org>
6661
6662 * indent.c (scan_for_column): Don't handle automatic composition
6663 if the current buffer is not associated with a window.
6664
6665 * composite.c (composition_reseat_it): If the current buffer is
6666 not associated with a window, ignore the automatic composition.
6667 (find_automatic_composition): Likewise.
6668
6669 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6672 (Fgpm_mouse_stop): Use it.
6673 * termhooks.h (close_gpm): Declare.
6674 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6675 connection if Gpm_GetEvent fails.
6676
6677 * window.c (set_window_buffer): Always preserve current-buffer.
6678
6679 2008-09-12 Glenn Morris <rgm@gnu.org>
6680
6681 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6682
6683 2008-09-11 Glenn Morris <rgm@gnu.org>
6684
6685 * charset.c (charset-map-path): Doc fix.
6686
6687 2008-09-10 Kenichi Handa <handa@m17n.org>
6688
6689 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6690
6691 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6692 compose a grapheme cluster with the preceding base glyph.
6693
6694 * composite.c (composition_compute_stop_pos): Fix previous change.
6695 Reset cmp_it->id to -1 at first.
6696
6697 2008-09-10 Glenn Morris <rgm@gnu.org>
6698
6699 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6700
6701 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * keyboard.c (read_key_sequence): Reapply translation maps when
6704 switching keyboards.
6705
6706 2008-09-09 Kenichi Handa <handa@m17n.org>
6707
6708 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6709 characters.
6710
6711 * composite.c (FORWARD_CHAR): Fix calculation
6712 of (POSITION).pos_byte.
6713 (composition_compute_stop_pos): Limit the search of composition to
6714 at most 500 characters ahead. If we reach the limit or find a
6715 newline, set cmp_it->ch to -2 and return 0.
6716 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6717
6718 2008-09-08 Kenichi Handa <handa@m17n.org>
6719
6720 * indent.c (Fvertical_motion): Be sure to set
6721 it_overshoot_expected if it.cmp_it.id is non-negative.
6722
6723 2008-09-07 Andreas Schwab <schwab@suse.de>
6724
6725 * callproc.c (Fcall_process): Don't hold references to string data
6726 across garbage collection. Move initialisation of new_argv down
6727 to avoid compiler bug.
6728
6729 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6730
6731 * process.c (Fsystem_process_attributes): Doc fix.
6732
6733 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * callproc.c (Fcall_process): Canonicalize current directory name.
6736
6737 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6738 iterator advances to the next line if the current line ends in a
6739 continued tab.
6740
6741 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6744 member to point to cmp_from.
6745
6746 * xdisp.c: Doc fix for references to gidx data member.
6747
6748 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6751
6752 2008-09-07 Kenichi Handa <handa@m17n.org>
6753
6754 * composite.c (FORWARD_CHAR): Check STOP after
6755 incrementing (POSITION).pos.
6756
6757 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6758
6759 * process.c (Fsystem_process_attributes): Doc fix.
6760
6761 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6762
6763 * keyboard.c (Ftop_level): Doc fix.
6764
6765 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6766
6767 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6768 minibuffer, don't let lower part of menu invade the echo area.
6769
6770 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6771 "char *q" to access menu text and advance through it. Revert the
6772 change that displayed ">" instead of ASCII character 0x10.
6773
6774 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6775
6776 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6777 toggle boxes and radio buttons on MS-DOS as well.
6778
6779 2008-09-05 Kenichi Handa <handa@m17n.org>
6780
6781 * composite.c (autocmp_chars): Check lookback count.
6782 (composition_compute_stop_pos): Set cmp_it->lookback.
6783 (composition_reseat_it): Check lookback count.
6784 (struct position_record): New struct.
6785 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6786 (find_automatic_composition): New function.
6787 (composition_adjust_point): Use find_automatic_composition.
6788
6789 * dispextern.h (struct composition_it): New member lookback.
6790
6791 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6792
6793 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6794 if moving by a single line.
6795
6796 2008-09-02 Andreas Schwab <schwab@suse.de>
6797
6798 * xterm.c (x_delete_display): Fix merge error.
6799
6800 * fileio.c (Fexpand_file_name): Remove unused variables.
6801
6802 2008-09-02 Eli Zaretskii <eliz@gnu.org>
6803
6804 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6805 storage on all platforms, not just on DOS_NT.
6806
6807 2008-09-02 Jason Rumney <jasonr@gnu.org>
6808
6809 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6810 Ensure mouse is not grabbed after menu is finished.
6811
6812 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * xfaces.c (Finternal_set_alternative_font_family_alist)
6815 (Finternal_set_alternative_font_registry_alist): Properly copy
6816 entire alist structure.
6817
6818 2008-09-01 Kenichi Handa <handa@m17n.org>
6819
6820 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
6821 representative chars of the script is a vector.
6822 (ftfont_list): Handle the case where the representative chars of
6823 the script is a vector.
6824
6825 * character.c (syms_of_character): Docstring of
6826 script-representative-chars fixed.
6827
6828 2008-08-31 Eli Zaretskii <eliz@gnu.org>
6829
6830 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6831 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6832 the menu. Allocate larger buffer for `text', to account for
6833 possible ^C characters.
6834
6835 2008-08-31 Martin Rudalics <rudalics@gmx.at>
6836
6837 * xdisp.c (prepare_menu_bars): Don't call
6838 Vwindow_size_change_functions with arg Qt.
6839
6840 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * font.h (font_range):
6843 * fileio.c (report_file_error):
6844 * composite.c (composition_update_it): Yet another int/Lisp_Object
6845 mixup (YAILOM).
6846
6847 2008-08-30 Glenn Morris <rgm@gnu.org>
6848
6849 * data.c (Fmake_variable_frame_local): Doc fix.
6850
6851 * frame.c (Fmodify_frame_parameters): Doc fix.
6852
6853 2008-08-30 Eli Zaretskii <eliz@gnu.org>
6854
6855 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6856 needed by GetTokenInformation.
6857 (w32_system_process_attributes): Check return values of all system
6858 APIs.
6859
6860 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6861 only when the state changes.
6862 (IT_update_begin, IT_update_end): Add termscript trace.
6863
6864 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6865 clipboard is unavailable. Set dst to NULL if it doesn't point to
6866 malloc'ed data.
6867 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6868 passing random values to xfree.
6869
6870 * dispnew.c (init_display): Set `tty's association in frame's
6871 parameters alist to the name of the terminal device, if that is known.
6872
6873 2008-08-29 Jason Rumney <jasonr@gnu.org>
6874
6875 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6876
6877 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6878
6879 * composite.c (fill_gstring_body): Avoid compiler warnings.
6880
6881 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6882 LGLYPH_SET_CODE to avoid compiler warnings.
6883
6884 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
6885
6886 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6887
6888 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6889 LGLYPH_SET_CODE.
6890
6891 2008-08-29 Kenichi Handa <handa@m17n.org>
6892
6893 * fileio.c (report_file_error): Don't downcase the first character
6894 of errstring if it is still unibyte.
6895
6896 2008-08-29 Kenichi Handa <handa@m17n.org>
6897
6898 These changes are to re-implement the automatic composition so
6899 that it doesn't use text properties.
6900
6901 * Makefile.in (ftfont.o): Depend on composite.h.
6902 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6903
6904 * character.h (Vunicode_category_table): Extern it.
6905
6906 * character.c (Vunicode_category_table): New variable.
6907 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6908
6909 * chartab.c (optimize_sub_char_table): Perform more greedy
6910 optimization.
6911
6912 * composite.h (enum composition_method):
6913 Delete COMPOSITION_WITH_GLYPH_STRING.
6914 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6915 (Vcomposition_function_table): Extern it.
6916 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6917 (composition_gstring_put_cache, composition_gstring_from_id)
6918 (composition_gstring_p, composition_gstring_width)
6919 (composition_compute_stop_pos, composition_reseat_it)
6920 (composition_update_it, composition_adjust_point): Extern them.
6921 (Fcomposition_get_gstring): EXFUN it.
6922
6923 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
6924 (Vcomposition_function_table)
6925 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
6926 (gstring_hash_table, gstring_work, gstring_work_headers):
6927 New variables.
6928 (gstring_lookup_cache, composition_gstring_put_cache)
6929 (composition_gstring_from_id, composition_gstring_p)
6930 (composition_gstring_width, fill_gstring_header)
6931 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6932 (composition_reseat_it, composition_update_it)
6933 (composition_adjust_point, Fcomposition_get_gstring): New functions.
6934 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6935 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6936 Defsubr composition_get_gstring.
6937
6938 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6939 cmp_id.
6940 (struct glyph_string): Delete the member gidx. New members
6941 cmp_id, cmp_from, and cmp_to.
6942 (enum it_method): Delete GET_FROM_COMPOSITION.
6943 (struct composition_it): New struct.
6944 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6945 Delete c, len, cmp_id, cmp_len in u.comp.
6946
6947 * font.h (enum lgstring_indices): Delete it.
6948 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
6949 (enum lglyph_indices): Likewise.
6950 (font_range): Adjust extern.
6951 (font_fill_lglyph_metrics): Extern it.
6952
6953 * font.c (QCf): New variable.
6954 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6955 (font_prepare_composition): Delete this function.
6956 (font_range): Type and arguments changed.
6957 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6958 (font_fill_lglyph_metrics): New function.
6959 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
6960 (syms_of_font): DEFSYM QCf. Delete defsubr for
6961 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6962 Defsubr Sfont_shape_gstring.
6963
6964 * fontset.h (font_for_char): Extern it.
6965
6966 * fontset.c (font_for_char): New function.
6967
6968 * ftfont.c: Include composite.h.
6969 (ftfont_resolve_generic_family): Add langset "en" to pattern.
6970 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6971
6972 * indent.c: Include composite.h and dispextern.h.
6973 (check_composition): Delete this function.
6974 (scan_for_column): Handle composition by
6975 composition_compute_stop_pos, composition_reseat_it, and
6976 composition_update_it.
6977 (compute_motion): Likewise.
6978 (Fvertical_motion): Fix checking of composition.
6979
6980 * keyboard.c (adjust_point_for_property): Check composition by
6981 composition_adjust_point.
6982
6983 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
6984 struct glyph_string.
6985
6986 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6987 (append_composite_glyph): Adjust for the change of struct it and
6988 struct glyph.
6989 (produce_composite_glyph): Likewise.
6990
6991 * w32term.c (x_draw_composite_glyph_string_foreground):
6992 Adjust for the change of struct glyph_string.
6993 (x_draw_glyph_string): Likewise.
6994
6995 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6996 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6997
6998 * xdisp.c: Include font.h.
6999 (it_props): Delete the entry for Qauto_composed.
7000 (init_iterator): Initialize it->cmp_it.id to -1.
7001 (compute_stop_pos): Call composition_compute_stop_pos.
7002 (face_before_or_after_it_pos): Adjust for the change of struct it.
7003 (handle_auto_composed_prop): Delete it.
7004 (handle_composition_prop): Handle only static composition.
7005 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7006 from xassert. Initialize it->cmp_it.stop_pos.
7007 (push_it): Adjust for the change of struct it.
7008 (pop_it): Likewise.
7009 (get_next_element): Delete next_element_from_composition.
7010 (CHAR_COMPOSED_P): New macro.
7011 (get_next_display_element): For automatic composition, get a face
7012 from the font in the glyph-string.
7013 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7014 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7015 (next_element_from_string): Check if the character at the current
7016 position is composed by CHAR_COMPOSED_P.
7017 (next_element_from_buffer): Likewise.
7018 (next_element_from_composition): Adjust for the change of struct it.
7019 Update it->cmp_it.
7020 (dump_glyph): Adjust for the change of struct glyph.
7021 (fill_composite_glyph_string): Adjust for the change of struct
7022 it and struct glyph. Don't handle automatic composition here.
7023 (fill_gstring_glyph_string): New function.
7024 (x_get_glyph_overhangs): Handle automatic composition.
7025 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7026 (BUILD_GSTRING_GLYPH_STRING): New macro.
7027 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7028 automatic composition.
7029 (append_composite_glyph): Adjust for the change of struct it and
7030 struct glyph.
7031 (x_produce_glyphs): Adjust for the change of struct it.
7032
7033 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7034 the change of struct glyph_string.
7035 (x_draw_glyph_string): Likewise.
7036
7037 2008-08-29 Glenn Morris <rgm@gnu.org>
7038
7039 * buffer.c (word-wrap): Doc fix.
7040 * xdisp.c (truncate-partial-width-windows): Doc fix.
7041 Increase default to 50.
7042
7043 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * xdisp.c (update_tool_bar_unwind): New function.
7046 (update_tool_bar): Temporarily set selected frame before building
7047 tool-bar items.
7048
7049 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7052 snprintf, respectively.
7053 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7054
7055 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7058 LDFLAGS to GNUstep CC invocation.
7059
7060 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7061
7062 * indent.c (Fvertical_motion): Revert last change. Handle the
7063 general case where we are moving forward, and PT spans multiple
7064 screen lines.
7065
7066 * eval.c (find_handler_clause): Temporarily increase
7067 max-lisp-eval-depth while printing the backtrace buffer, to
7068 guarantee that help-mode code can run.
7069
7070 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7071
7072 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7073 colors under -rv.
7074 (IT_set_frame_parameters): Don't swap foreground and background
7075 colors if `(reverse . t)' is present in the frame properties.
7076 (internal_terminal_init): Call init_frame_faces only for the
7077 initial frame.
7078
7079 2008-08-27 Andreas Schwab <schwab@suse.de>
7080
7081 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7082
7083 2008-08-27 Andreas Schwab <schwab@suse.de>
7084
7085 * search.c (search_buffer): Set char_base to zero only at the end.
7086
7087 2008-08-27 Kenichi Handa <handa@m17n.org>
7088
7089 * fileio.c (report_file_error): Fix handling of multibyte error string.
7090
7091 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7092
7093 * xterm.c (x_term_init): Temporarily hide the partially
7094 initialized terminal while calling vendor-specific-keysyms.
7095
7096 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7097
7098 * msdos.c (internal_terminal_init): Most initializations done only
7099 once, especially initial_screen_colors[] and termscript open.
7100
7101 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * eval.c (Fcondition_case): Doc fix.
7104
7105 * widgetprv.h (EmacsFramePart): Change font member to the new font
7106 struct.
7107
7108 * widget.c: Include character.h and font.h for XSETFONT.
7109 (setup_frame_gcs): Compute X font id from font struct, just once.
7110
7111 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7112
7113 * term.c (get_named_tty): Fix last change.
7114
7115 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * indent.c (Fvertical_motion): If moving forward starting from a
7118 multi-line string, move the iterator to the last line of that string.
7119
7120 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7121
7122 * frame.c (do_switch_frame): Mark previously displayed frame as
7123 obscured for FRAME_MSDOS_P frames as well.
7124
7125 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7126
7127 * frame.c (make_terminal_frame): Initialize f->terminal,
7128 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7129 Set the top frame to newly created frame.
7130 (Fmake_terminal_frame): Reuse the_only_display_info.
7131
7132 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7133 estimating available memory.
7134
7135 2008-08-23 David Reitter <david.reitter@gmail.com>
7136
7137 * nsterm.m (ns_draw_window_cursor): Don't call
7138 NSDisableScreenUpdates and NSEnableScreenUpdates on
7139 non-NS_IMPL_COCOA systems.
7140
7141 2008-08-23 Andreas Schwab <schwab@suse.de>
7142
7143 * process.c (procfs_system_process_attributes): Fix use of
7144 uninitialized variables.
7145
7146 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7147
7148 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7149
7150 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7151 calling tty-set-up-initial-frame-faces.
7152
7153 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7154 Allow MSDOS frames along with X frames.
7155
7156 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7157 addition to output_termcap.
7158
7159 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7160
7161 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7162 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7163 highlight.
7164
7165 * process.c [!subprocesses]: Define QCname.
7166 (syms_of_process): Intern and staticpro it.
7167
7168 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7169 Adjust for changes in encoding/decoding routines.
7170 Use encode_coding_object and decode_coding_object instead of
7171 encode_coding and decode_coding.
7172
7173 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7174
7175 * dosfns.c: Include frame.h before termhooks.h.
7176 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7177 variable termscript.
7178
7179 * s/msdos.h (USER_FULL_NAME): Define.
7180 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7181
7182 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7183 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7184 pw->pw_gecos.
7185
7186 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7187 SELECTED_FRAME as additional (1st) argument.
7188 (tty_read_avail_input): Handle output_msdos_raw in
7189 addition to output_termcap.
7190
7191 * msdos.c: Include frame.h before termhooks.h.
7192 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7193 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7194 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7195 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7196 (IT_set_terminal_modes, IT_reset_terminal_modes)
7197 (IT_set_frame_parameters): Use tty->termscript instead of a global
7198 variable termscript.
7199 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7200 global variable terminal_coding. Don't refer to
7201 Vnonascii_translation_table.
7202 (internal_terminal_init): Set Vwindow_system in current_kboard.
7203 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7204 Announce date and time of session start, if termscript is open.
7205 Don't zero out the_only_display_info (it is done in
7206 term.c:init_tty). Open termscript only of not already open.
7207 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7208 here instead of dos_ttraw. Don't initialize display if this is an
7209 initial tty. Don't set FRAME_FONT.
7210 (Vwindow_system_version): Bump to 23.
7211 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7212 is available, set up mouse_position_hook.
7213 (dos_ttraw, IT_set_terminal_modes): If called with initial
7214 terminal, do nothing.
7215 (IT_set_frame_parameters): Handle the Qtty_type frame
7216 parameter by calling internal_terminal_init.
7217 (dos_set_window_size, show_mouse_face)
7218 (clear_mouse_face, IT_note_mode_line_highlight)
7219 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7220 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7221 (initialize_msdos_display): New function.
7222 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7223 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7224 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7225 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7226 Accept additional argument: a pointer to a frame. Update all callers.
7227 (request_sigio, unrequest_sigio): Don't define, now defined on
7228 sysdep.c.
7229 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7230
7231 * term.c [MSDOS]: Include msdos.h.
7232 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7233 conditional to DOS_NT. Allow only one call to this function in a
7234 session. Don't allocate a new struct tty_display_info; instead,
7235 reuse the_only_display_info. Call get_tty_size to get screen
7236 dimensions. Call init_baud_rate to set bad_rate.
7237 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7238 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7239 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7240 (get_tty_terminal, get_named_tty, Ftty_type)
7241 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7242 output_termcap.
7243 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7244 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7245 only when subprocesses are supported.
7246
7247 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7248 f->output_data.x.
7249 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7250 terminal devices.
7251
7252 * msdos.h: Remove definition of struct x_display_info and struct
7253 x_output.
7254 (FRAME_FONT): Use output_data.tty.
7255 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7256 (struct x_display_info): Rename from display_info. Update all users in
7257 msdos.c.
7258 (struct x_output): Remove background_pixel and foreground_pixel.
7259 (the_only_display_info): Rename from the_only_x_display.
7260 (dos_ttraw): Update prototype.
7261
7262 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7263 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7264
7265 2008-08-23 Jason Rumney <jasonr@gnu.org>
7266
7267 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7268 (fn_TIFFSetDirectory): New library function used.
7269 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7270 (tiff_load): Use :index to select among multiple images. Set count
7271 property when multiple images exist.
7272 (gif_format): Use :index, not :image.
7273
7274 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7275
7276 * xdisp.c (try_scrolling): Check INT_MAX instead of
7277 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7278 to obtain INT_MAX.
7279
7280 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7281
7282 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7283
7284 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7285
7286 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7287 GNUstep library location.
7288
7289 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7290
7291 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7292 before using it.
7293
7294 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7295
7296 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7297
7298 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7299 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7300 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7301 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7302 (EmacsApp-cursor_blink_handler): Remove declaration.
7303 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7304 match 01 Feb 2008 changes in xterm.c.
7305 (ns_read_socket): Add cast to avoid warning.
7306 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7307 GNUstep.
7308
7309 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * xselect.c (x_get_foreign_selection): Return nil if desired
7312 selection could not be obtained, instead of signalling an error.
7313
7314 2008-08-20 David Reitter <david.reitter@gmail.com>
7315
7316 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7317 * nsterm.m: Remove ns-specific code for cursor blinking.
7318 (ns_draw_window_cursor): Clear cursor properly rather than
7319 redrawing the area. Respect width of bar cursors.
7320 These changes enable the use of generic blink-cursor-mode and
7321 generic cursor types in NS and support smooth cursor movements (do
7322 not blink off after command).
7323 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7324 Nextstep, too.
7325
7326 2008-08-19 Kenichi Handa <handa@m17n.org>
7327
7328 * font.c (Vfont_log_deferred): New variable.
7329 (font_add_log): Check Vfont_log_deferred.
7330 (font_deferred_log): New function.
7331
7332 * font.h (font_deferred_log): Extern it.
7333
7334 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7335 for sorting.
7336 (face_for_char): Use deferred log.
7337
7338 2008-08-18 Kenichi Handa <handa@m17n.org>
7339
7340 * fontset.c (face_for_char): Add font log.
7341
7342 * font.c (font_add_log): Add the font properties :script, :lang,
7343 and :otf in the log.
7344
7345 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * xdisp.c: Remove dead code.
7348 (handle_invisible_prop, next_overlay_string): Defer call to
7349 setup_for_ellipsis.
7350 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7351
7352 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7353
7354 * xfaces.c (lookup_derived_face): Properly handle possible zero
7355 return value of get_lface_attributes.
7356 (merge_faces): Don't tell lookup_derived_face to signal an error
7357 if face is not found.
7358
7359 * dired.c (Fdirectory_files): Doc fix.
7360
7361 * process.c (make_process): Initialize kill_without_query struct
7362 member.
7363
7364 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7365
7366 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7367 Alternative calculation of totphys for Visual Studio 6.
7368
7369 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7370
7371 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7372 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7373 All users changed.
7374 (stat): Only root directory passed to GetDriveType. Allow RAM
7375 disk as well as local fixed disk when w32-get-true-file-attributes
7376 is set to `local'.
7377 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7378 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7379 (w32_cached_id, w32_add_to_cache): New functions.
7380 (get_name_and_id): Look account names in the cache before calling
7381 lookup_account_sid.
7382 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7383 New initialization flags.
7384 (globals_of_w32): Initialize them to zero.
7385 (w32_system_process_attributes): Use w32_cached_id and
7386 w32_add_to_cache.
7387
7388 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7389
7390 * lread.c (Fread_char, Fread_char_exclusive): If no character
7391 event is read before timeout is reached, return nil, rather than
7392 converting to a number.
7393
7394 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * fns.c (use_dialog_box): Doc fix.
7397
7398 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7399 on OS X.
7400
7401 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7402
7403 * frame.c (Qns_parse_geometry): New var.
7404 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7405
7406 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7409 space character in calculating tabs.
7410
7411 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7414
7415 2008-08-10 Glenn Morris <rgm@gnu.org>
7416
7417 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7418 silence gcc "limited range of data type" warnings in some
7419 make_fixnum_or_float calls.
7420
7421 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7422
7423 * w32.c (w32_system_process_attributes): If the process does not
7424 exist, return nil.
7425
7426 * w32.c: Include thelp32.h, psapi.h and coding.h.
7427 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7428 declarations.
7429 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7430 (Process32Next_Proc): New typedefs.
7431 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7432 (g_b_init_process32_next, g_b_init_open_thread_token)
7433 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7434 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7435 (g_b_init_get_process_working_set_size)
7436 (g_b_init_global_memory_status_ex): New static variables.
7437 (globals_of_w32): Initialize them.
7438 (create_toolhelp32_snapshot, process32_first, process32_next)
7439 (open_thread_token, impersonate_self, revert_to_self)
7440 (get_process_memory_info, get_process_working_set_size)
7441 (global_memory_status, global_memory_status_ex): New wrapper
7442 functions.
7443 (w32_list_system_processes, w32_system_process_attributes)
7444 (enable_privilege, restore_privilege, ltime, process_times):
7445 New functions.
7446 (convert_time_raw): New function.
7447 (convert_time): Remove conversion of FILETIME into time in 100
7448 nsec units, call convert_time_raw instead.
7449
7450 * process.h (w32_list_system_processes, w32_system_process_attributes):
7451 Add prototypes.
7452 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7453 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7454 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7455 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7456
7457 * process.c (Fsystem_process_attributes): Doc fix.
7458
7459 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7460
7461 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7462 a continued multi-char glyph; if so, advance to the actual glyph.
7463
7464 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7467
7468 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7469 (.m.o): Use it.
7470 * config.in: Regenerate.
7471
7472 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * xdisp.c (redisplay_window): Revert last change.
7475 (try_window): Check bottom scroll margin too.
7476
7477 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7478
7479 * config.in: Regenerate.
7480
7481 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7482 -list-load-path-shadows'.
7483 (nsgui.h): Reduce number of things depending on it.
7484
7485 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7488 instead of window-end which does the wrong thing at eob.
7489 (try_cursor_movement): Minor optimization.
7490 (redisplay_window): If scroll margin is defined, don't assume
7491 window doesn't need scrolling.
7492
7493 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7494
7495 * config.in: Regenerate.
7496
7497 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7498 (mostlyclean): Don't delete *.d under NS.
7499
7500 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7501
7502 2008-08-06 Kenichi Handa <handa@m17n.org>
7503
7504 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7505
7506 2008-08-06 Andreas Schwab <schwab@suse.de>
7507
7508 * config.in: Regenerate.
7509
7510 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7511
7512 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7513 forcing a window start.
7514
7515 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7516 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7517
7518 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7519
7520 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7521 argument.
7522
7523 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7526 <scroll-down-aggressively, before-change-functions>:
7527 <after-change-functions>: Reflow docstrings.
7528
7529 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7530 Ken Raeburn <raeburn@gnu.org>
7531
7532 Dock menu customization, based on a patch by Ken Raeburn, plus some
7533 other fixes.
7534 * nsmenu.m (dockMenu): New variable.
7535 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7536
7537 * nsterm.h (dockMenu): Declare.
7538
7539 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7540 (ns_term_init): Initialize dockMenu.
7541 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7542 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7543 left.
7544
7545 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7546
7547 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7550
7551 * config.in: Regenerate.
7552
7553 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7554
7555 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7556
7557 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7560
7561 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7562
7563 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7564
7565 * keyboard.h: Comment an #endif.
7566
7567 * lisp.h (have_menus_p): Adjust comment.
7568
7569 * menu.c (find_and_return_menu_selection): Fix comparison with
7570 client_data.
7571
7572 * nsmenu.m (popup_activated_flag): New variable.
7573 (popup_activated): New function.
7574 (menu-or-popup-active-p): New exported lisp definition.
7575 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7576 when popup done.
7577 (ns_popup_dialog): Set popup_activated_flag.
7578
7579 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7580 version for GNUstep (handled by conditional typedef in nsterm.m).
7581 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7582 in rgb.txt).
7583
7584 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7585
7586 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7587
7588 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7589
7590 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7591 shortcircuit if popup_activated like GTK and X toolkit.
7592
7593 * m/inter386.h: Change DARWIN to DARWIN_OS.
7594
7595 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7596 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7597 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7598 comment on NO_SOCK_SIGIO.
7599
7600 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * nsterm.m (windowDidResize): Remove stopModal call.
7603
7604 2008-08-03 Andreas Schwab <schwab@suse.de>
7605
7606 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7607 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7608
7609 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7612 Don't use uninitialized pointer variable when using getrlimit.
7613
7614 2008-08-02 Jason Rumney <jasonr@gnu.org>
7615
7616 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7617
7618 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7619
7620 * alloc.c (NSTATICS): Bump to 0x640.
7621
7622 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7623
7624 * lisp.h: Add prototype for directory_files_internal.
7625
7626 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7627 New functions.
7628 (syms_of_process): Defsubr them. Add initializations for various
7629 Q* symbols used in procfs_system_process_attributes.
7630 (procfs_list_system_processes, procfs_system_process_attributes)
7631 [HAVE_PROCFS]: New functions.
7632 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7633 (procfs_get_total_memory): New functions.
7634
7635 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * xfaces.c (Fx_load_color_file): Fix previous change;
7638 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7639
7640 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7641
7642 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7643
7644 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7645
7646 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7647
7648 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7651
7652 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7653 define NSApplicationDelegateReplySuccess.
7654 (EmacsView -converstationIdentifier): Use long instead of
7655 NSInteger for GNUstep, since it doesn't have NSInteger.
7656
7657 * xmenu.c: Revert last change.
7658
7659 * keyboard.h: Fix last change.
7660
7661 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7662
7663 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7664 on Windows.
7665
7666 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7667
7668 Warning clearing and clean-up in NS port.
7669 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7670 Add prototypes.
7671 * nsgui.h (FACE_DEFAULT): Remove, unused.
7672 (XGCValues): Change colors to unsigned long.
7673 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7674 nsterm.m.
7675 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7676 (ns_list_fonts): Remove, unused.
7677 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7678 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7679 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7680 (nsfont_draw): Compare face colors to 0, not nil.
7681 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7682 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7683 (-addSubmenuWithTitle:): Use NSMenuItem class.
7684 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7685 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7686 (ns_clip_to_row): Make gc arg a BOOL.
7687 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7688 ns_clip_to_row() call.
7689 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7690 used). Cast FRAME_FONT assignments.
7691 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7692 (ns_string_to_lispmod): Change arg to const char.
7693 (ns_term_init): Use NSMenuItem class.
7694 (EmacsApp -openFile:): Move to different section of file.
7695 (EmacsApp -application:openFiles:): Don't return a value, call
7696 -replyToOpenOrPrint:.
7697 (EmacsView -keyDown:): Fix up cast.
7698 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7699 (EmacsView -menuDown:): Cast tag in call to
7700 find_and_call_menu_selection().
7701 (ns_list_fonts): Remove, unused.
7702 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7703 (ns_fontname_to_xlfd): Make static.
7704 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7705 Remove prototypes (now in keyboard.h).
7706 (next_menubar_widget_id): Remove, unused.
7707 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7708 Remove prototypes (now in keyboard.h).
7709 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7710
7711 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7712
7713 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7714 (floatfns.o): Depend on syssignal.h.
7715 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7716
7717 * systty.h: Fix previous change that removed BSD_TERMIOS.
7718 Add comments to #ifdefs.
7719
7720 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7721
7722 * w32fns.c (w32-load-color-file): Remove.
7723 (x-open-connection): Use renamed Fx_load_color_file.
7724 * xfaces.c (x-load-color-file): Add.
7725 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7726 Emacs.clr.
7727 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7728
7729 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7730
7731 * dbusbind.c (Fdbus_call_method_asynchronously)
7732 (Fdbus_method_error_internal): New defuns.
7733 (xd_read_message): Handle also reply messages.
7734 (Vdbus_registered_functions_table): Extend docstring.
7735
7736 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7737
7738 * keyboard.c (gobble_input): Fix previous change.
7739
7740 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7741
7742 * bitmaps/README:
7743 * xfns.c:
7744 * termcap.c:
7745 * term.c:
7746 * syswait.h:
7747 * systty.h:
7748 * systime.h:
7749 * syssignal.h:
7750 * sysdep.c:
7751 * process.h:
7752 * process.c:
7753 * print.c:
7754 * ndir.h:
7755 * lread.c:
7756 * keyboard.c:
7757 * getpagesize.h:
7758 * floatfns.c:
7759 * fileio.c:
7760 * emacs.c:
7761 * doc.c:
7762 * dispnew.c:
7763 * dired.c:
7764 * data.c:
7765 * callproc.c:
7766 * buffer.c:
7767 * README:
7768 * Makefile.in:
7769 * s/template.h:
7770 * s/msdos.h:
7771 * m/vax.h: Remove VMS support.
7772 * s/vms.h:
7773 * vlimit.h:
7774 * uaf.h:
7775 * temacs.opt:
7776 * param.h:
7777 * ioctl.h: Remove file.
7778
7779 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7780
7781 * s/ms-w32.h (MULTI_KBOARD): Remove.
7782 * xterm.c:
7783 * xselect.c:
7784 * xfns.c:
7785 * window.c:
7786 * w32term.c:
7787 * w32fns.c:
7788 * terminal.c:
7789 * termhooks.h:
7790 * term.c:
7791 * sysdep.c:
7792 * keyboard.h:
7793 * keyboard.c:
7794 * frame.h:
7795 * frame.c:
7796 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7797 * config.in: Regenerate.
7798
7799 2008-07-30 Jason Rumney <jasonr@gnu.org>
7800
7801 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7802
7803 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7804 (w32font_open_internal): Get unicode version of textmetrics.
7805 Don't enable or disable glyph indices here.
7806 (w32font_open): Disable use of glyph indices.
7807
7808 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7809
7810 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7811
7812 * minibuf.c (Vread_buffer_function): Doc fix.
7813
7814 2008-07-30 John Paul Wallington <jpw@pobox.com>
7815
7816 * minibuf.c (read_buffer_completion_ignore_case): New var.
7817 (Fread_buffer): Use it.
7818
7819 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7820
7821 * systty.h (sensemode): Remove empty #if. Remove reference to
7822 BSD_TERMIOS, unused.
7823
7824 * sysdep.c: Remove reference to DGUX.
7825 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7826
7827 * config.in: Regenerate.
7828
7829 2008-07-30 Jason Rumney <jasonr@gnu.org>
7830
7831 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7832
7833 2008-07-29 Jason Rumney <jasonr@gnu.org>
7834
7835 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7836 is populated.
7837 (uniscribe_encode_char): Always use uniscribe.
7838 Avoid using context if cache is populated.
7839
7840 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7841
7842 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7843 open menu.
7844
7845 * gtkutil.c (menu_nav_ended): Remove.
7846 (create_menus): Remove signal connect for menu_nav_ended.
7847
7848 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
7849
7850 * xdisp.c (redisplay_window): Check return value of
7851 compute_window_start_on_continuation_line before forcing a window
7852 start.
7853
7854 2008-07-28 Jason Rumney <jasonr@gnu.org>
7855
7856 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7857
7858 * w32term.c (w32_enable_unicode_output, cleartype_active):
7859 Remove obsolete display options.
7860 (x_draw_glyph_string_background): Don't use old cleartype_active
7861 workaround.
7862 (w32_initialize): Remove cleartype_active initialization.
7863 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7864
7865 2008-07-28 Andreas Schwab <schwab@suse.de>
7866
7867 * lisp.h (init_weak_hash_tables, syms_of_font)
7868 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7869 (remove_hash_entry): Don't declare.
7870 * eval.c (maybe_call_debugger): Make static and move before use.
7871 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7872 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7873 * xterm.h (x_set_frame_alpha): Declare.
7874
7875 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7876
7877 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7878 (create_menus): Connect selection-done to menu_nav_ended.
7879
7880 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7881
7882 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7883 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7884 parameter with read of 'alpha' one.
7885 (Qns_frame_parameter): Remove.
7886 * nsselect.m (selection-coding-system)
7887 (next-selection-coding-system, Vselection_coding_system)
7888 (Vnext_selection_coding_system): Drop.
7889
7890 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7891
7892 * nsfns.m (do-applescript, do_applescript): Rename to
7893 ns-do-applescript, ns_do_applescript, and move within file.
7894
7895 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7896
7897 Remove support for Mac Carbon.
7898 * mactoolbox.c:
7899 * macterm.h:
7900 * macterm.c:
7901 * macselect.c:
7902 * macmenu.c:
7903 * macgui.h:
7904 * macfns.c:
7905 * mac.c: Remove file.
7906 * s/darwin.h:
7907 * m/intel386.h:
7908 * xfaces.c:
7909 * xdisp.c:
7910 * window.c:
7911 * tparam.c:
7912 * termhooks.h:
7913 * termcap.c:
7914 * term.c:
7915 * syssignal.h:
7916 * sysselect.h:
7917 * sysdep.c:
7918 * process.c:
7919 * lread.c:
7920 * lisp.h:
7921 * keyboard.c:
7922 * image.c:
7923 * fringe.c:
7924 * frame.h:
7925 * frame.c:
7926 * fontset.c:
7927 * font.h:
7928 * font.c:
7929 * fns.c:
7930 * fileio.c:
7931 * emacs.c:
7932 * dispnew.c:
7933 * dispextern.h:
7934 * config.in:
7935 * atimer.c:
7936 * Makefile.in: Remove code for Carbon.
7937
7938 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7939
7940 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7941
7942 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7943
7944 * macterm.h (kCGBitmapByteOrder32Host): New define for
7945 non-universal SDKs.
7946
7947 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7948 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7949
7950 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7951 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7952
7953 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7954
7955 * w32inevt.c: Include dispextern.h.
7956
7957 2008-07-26 Andreas Schwab <schwab@suse.de>
7958
7959 * print.c (print_object): Fix off-by-one in last change.
7960
7961 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7962
7963 * term.c (syms_of_term): Don't initialize default_orig_pair,
7964 default_set_foreground and default_set_background on Windows.
7965
7966 2008-07-25 Jason Rumney <jasonr@gnu.org>
7967
7968 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7969 ScriptItemize. Clean up return value checking. Remove unused
7970 variables.
7971 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7972 shaping engine.
7973
7974 * w32font.c (w32font_has_char): Handle the case where we can't
7975 determine the script for a character.
7976
7977 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * term.c (syms_of_term): Initialize default_orig_pair,
7980 default_set_foreground, and default_set_background.
7981
7982 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7983 clash (bug#86).
7984 (getloadavg): Callers changed.
7985
7986 * image.c (svg_load_image): Fix last change.
7987 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7988 image size is valid. Use g_object_unref instead of deprecated
7989 rsvg_handle_free to free rsvg handle.
7990 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7991
7992 2008-07-25 Jason Rumney <jasonr@gnu.org>
7993
7994 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7995 surrogates before looking up glyph index.
7996 (w32font_text_extents): Encode as surrogates if falling back to
7997 functions that need UTF-16 wide chars.
7998
7999 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8000 BMP as surrogates before looking up glyph index.
8001
8002 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * image.c (svg_load_image): Check for failure in return value of
8005 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8006
8007 2008-07-25 Jason Rumney <jasonr@gnu.org>
8008
8009 * w32font.c (Fx_select_font): Reverse sense of second arg.
8010
8011 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8014 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8015
8016 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8017 (PURESIZE): Use it.
8018
8019 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8022 * m/alpha.h (TEXT_END):
8023 * m/ibmrs6000.h (TEXT_END):
8024 * m/macppc.h (TEXT_END):
8025 * s/darwin.h (TEXT_END):
8026 * s/msdos.h (TEXT_END): Remove, unused.
8027 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8028 * s/cygwin.h: Remove comment.
8029
8030 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8031 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8032 * m/intel386.h (DOT_GLOBAL_START):
8033 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8034 (USG): Remove, file not used on USG platforms.
8035
8036 * Makefile.in (HAVE_X11): Remove empty #else.
8037
8038 2008-07-24 Andreas Schwab <schwab@suse.de>
8039
8040 * fileio.c (Finsert_file_contents): Properly adjust undo list
8041 after format conversion.
8042
8043 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8044
8045 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8046 (menu_nav_ended): Remove.
8047 (create_menus): Remove signal connect for menu_nav_ended.
8048 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8049 create_menus.
8050 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8051
8052 2008-07-23 Jason Rumney <jasonr@gnu.org>
8053
8054 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8055 with opened font.
8056 (w32font_open): Set font type to gdi.
8057
8058 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8059
8060 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8061
8062 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8063 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8064 defines it.
8065 * unexec.c (ADDR_CORRECT): Define unconditionally.
8066
8067 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8068
8069 * unexec.c: Remove code depending on !COFF and USG, the file is
8070 not used for such systems.
8071
8072 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8073 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8074 (LD_SWITCH_SYSTEM_1): Remove, update users.
8075
8076 * s/darwin.h (DATA_END):
8077 * m/intel386.h (DATA_END):
8078 * m/ibmrs6000.h (DATA_END):
8079 * m/alpha.h (DATA_END): Remove, unused.
8080
8081 * config.in: Regenerate.
8082 * s/ms-w32.h (subprocesses): Define unconditionally.
8083 * s/template.h (subprocesses): Update comment.
8084 * s/vms.h (subprocesses):
8085 * s/usg5-4.h (subprocesses):
8086 * s/hpux10-20.h (subprocesses):
8087 * s/gnu-linux.h (subprocesses):
8088 * s/cygwin.h (subprocesses):
8089 * s/bsd-common.h (subprocesses):
8090 * s/aix4-2.h (subprocesses):
8091 * s/darwin.h (subprocesses): Do not define, defined by default now.
8092
8093 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8094 Remove all references.
8095 (temacs): Add GNUstep specific ld flags.
8096
8097 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8098 similarly to what X does.
8099
8100 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8101
8102 * nsfns.m (x-list-fonts): Remove.
8103 (syms_of_nsfns): Drop the x-list-fonts declaration.
8104 * nsterm.m: Get rid of remaining "//" comments.
8105
8106 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8109
8110 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8111 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8112 (Fns_own_selection_internal, Fx_disown_selection_internal)
8113 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8114
8115 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8116 ... */' style of docstrings. Doc fixes.
8117
8118 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8119
8120 * terminfo.c (UP, BC, PC): Undo previous change.
8121
8122 * nsfns.m: Rename ns prefixed functions/variables to the
8123 corresponding x versions. Update references.
8124
8125 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8128
8129 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8130
8131 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8132 Remove forwarding functions.
8133 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8134 non-static.
8135 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8136 non-static.
8137 (ns_frame_parm_handlers): Use the new names.
8138 (syms_of_nsfns): Move to the end of file.
8139
8140 * nsterm.m (syms_of_nsterm): Move to the end of file.
8141
8142 * dispnew.c (init_display): Remove code for X10.
8143
8144 2008-07-22 Jason Rumney <jasonr@gnu.org>
8145
8146 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8147 bare drive.
8148
8149 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8150
8151 * nsterm.m (syms_of_nsterm): Remove debugging println.
8152
8153 2008-07-22 David Reitter <david.reitter@gmail.com>
8154
8155 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8156 Carbon implementation of the same functionality: execute arbitrary
8157 AppleScript code.
8158
8159 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8160
8161 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8162 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8163 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8164 (Fx_display_mm_height, Fx_display_mm_width)
8165 (Fx_display_backing_store, Fx_display_visual_class)
8166 (Fx_display_save_under, Fx_open_connection)
8167 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8168 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8169 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8170 (Fx_display_pixel_width, Fx_display_pixel_height)
8171 (Fx_display_usable_bounds, Fx_display_planes)
8172 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8173 ... */' style of docstrings.
8174
8175 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8176
8177 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8178 on this platform.
8179 (mips):
8180 * m/iris4d.h (mips): Do not define.
8181 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8182
8183 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8184
8185 * image.c:
8186 * nsfns.m:
8187 * nsselect.m:
8188 * nsterm.h:
8189 * nsterm.m: Rename ns prefixed functions/variables to the
8190 corresponding x versions. Update references.
8191
8192 * m/ibms390x.h (NO_REMAP): Do not undefine.
8193
8194 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8195
8196 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8197
8198 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8199 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8200 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8201 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8202 (Fns_display_mm_height, Fns_display_mm_width)
8203 (Fns_display_backing_store, Fns_display_visual_class)
8204 (Fns_display_save_under, Fns_open_connection)
8205 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8206 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8207 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8208 (Fns_display_pixel_width, Fns_display_pixel_height)
8209 (Fns_display_usable_bounds, Fx_display_planes)
8210 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8211
8212 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8213
8214 * print.c (print_object): Check print_depth before searching for
8215 circularities.
8216
8217 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8218
8219 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8220 only sprintf.
8221
8222 2008-07-21 Kenichi Handa <handa@m17n.org>
8223
8224 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8225
8226 2008-07-20 Andreas Schwab <schwab@suse.de>
8227
8228 * syntax.c (find_start_pos, find_start_value)
8229 (find_start_value_byte, find_start_begv, find_defun_start)
8230 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8231
8232 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8233
8234 * s/sol2-3.h: Insert contents of s/sol2.h.
8235 (LD_SWITCH_SYSTEM): Remove redundant definition.
8236 * s/sol2.h: Remove, unused.
8237
8238 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8239
8240 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8241
8242 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8243
8244 * Makefile.in (ns_appdir): Fix typo in find command.
8245
8246 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8247
8248 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8249
8250 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8251 added not supported anymore.
8252
8253 * s/usg5-4-2.h (LIBS_SYSTEM):
8254 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8255
8256 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8257 * s/lynxos.h (GETPGRP_NO_ARG):
8258 * s/hpux10-20.h (NO_SIOCTL_H):
8259 * s/gnu.h (GETPGRP_NO_ARG):
8260 * s/gnu-linux.h (NO_SIOCTL_H):
8261 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8262 * s/cygwin.h (GETPGRP_NO_ARG):
8263 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8264 (C_DEBUG_SWITCH): Remove duplicate definition.
8265
8266 * m/ibms390.h: Remove boilerplate comments.
8267
8268 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8269
8270 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8271 (wait_reading_process_output): Remove code for SunOS, platform not
8272 supported anymore. Use SOLARIS2 instead of sun.
8273
8274 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8275
8276 * font.c (font_open_by_name): Under NS, default lface height to zero.
8277 (font_open_for_lface): Under NS, set size based on frame fontsize.
8278 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8279 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8280
8281 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8282
8283 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8284 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8285 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8286 YES/NO.
8287 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8288 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8289 * Makefile.in (clean): Clear out build destination dir.
8290
8291 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8292
8293 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8294 xterm, xselect.
8295 * lisp.h: Remove declaration of hash_remove.
8296 * nsgui.h: Remove redefinitions of hash_remove.
8297 * fns.c (hash_remove): Rename to hash_remove_from_table.
8298
8299 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8300
8301 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8302 strdup() the family UTF8String before modifying it.
8303
8304 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8305
8306 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8307 NS_FACE_BACKGROUND with 0 instead of nil.
8308 * nsfont.m (nsfont_draw): Same.
8309
8310 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * nsfns.m (ns_set_background_color): Fix crash.
8313
8314 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8317
8318 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8319
8320 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8321
8322 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8323
8324 * gtkutil.c: Include <config.h> instead of "config.h".
8325
8326 * lisp.h (Foverlay_buffer): Add EXFUN.
8327
8328 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8329 child process to complete child_setup. Undo 2005-09-21 change.
8330
8331 * s/darwin.h: Mention setsid after vfork.
8332
8333 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8334
8335 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8336 Depend on macgui.h.
8337
8338 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8339 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8340
8341 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8342 and f19.
8343 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8344
8345 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8346 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8347 Remove enumerators.
8348
8349 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8350 Check if FACE_FROM_ID returns NULL.
8351
8352 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8353
8354 * w32inevt.c (change_frame_size): Remove extern declaration.
8355 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8356 change_frame_size.
8357
8358 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8359
8360 * getloadavg.c: Revert last change (2008-07-15).
8361
8362 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8363
8364 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8365 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8366 from configure.
8367
8368 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8369
8370 * s/sol2.h:
8371 * s/sol2-4.h: Reorganize conditionals.
8372
8373 * ecrt0.c: Remove code depending on m68000, not used anymore.
8374
8375 * fns.c (hash_remove): Make static.
8376 * lisp.h (hash_remove): Don't prototype.
8377
8378 * m/ibmrs6000.h:
8379 * m/ibms390x.h:
8380 * m/macppc.h: Remove boilerplate comments.
8381
8382 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8383 Solaris, which does not need them.
8384
8385 * m/vax.h: Remove comments about unsupported systems.
8386
8387 * s/darwin.h: Reorganize ifdefs.
8388
8389 2008-07-17 Andreas Schwab <schwab@suse.de>
8390
8391 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8392
8393 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 Use SDATA. Follow coding convention of placing operators at
8396 beginning of next line rather than end of previous line, and placing
8397 spaces around infix operators.
8398
8399 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8400 in case it was defined already.
8401 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8402 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8403 ns_default.
8404 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8405 Lisp_Objects.
8406 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8407 (ns_defined_color, ns_color_to_lisp): Declare.
8408 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8409 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8410 it's accepted even with USE_LISP_UNION_TYPE.
8411 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8412 (update_frame_tool_bar): Remove apparently obsolete tests for
8413 non-integerness of f->tool_bar_lines.
8414 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8415 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8416 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8417 (nsfont_open): Don't confuse NULL for Qnil.
8418 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8419 * menu.h (find_and_call_menu_selection):
8420 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8421 (find_and_return_menu_selection): Always return something.
8422 * frame.h: Include dispextern.h for Display_Info.
8423 (display_x_get_resource): Declare.
8424
8425 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8426
8427 * syntax.c: Remove stdio.h include accidentally introduced in
8428 Emacs.app commit.
8429 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8430 NS_IMPL_COCOA.
8431 * keyboard.c (handle_async_input, input_available_signal): Remove
8432 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8433
8434 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8437 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8438 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8439 Use SDATA.
8440
8441 * keymap.c: Remove all NS-specific code.
8442 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8443 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8444 where_is_preferred_modifier, return a different value depending on how
8445 preferred is the binding.
8446 (where_is_internal): Adjust accordingly.
8447 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8448 Adjust to new preferred_sequence_p.
8449 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8450 * keyboard.c (parse_solitary_modifier): Not static any more.
8451 * keyboard.h (parse_solitary_modifier): Declare.
8452
8453 2008-07-16 Andreas Schwab <schwab@suse.de>
8454
8455 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8456 of easymenu.
8457
8458 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8459
8460 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8461 that we don't move off the line.
8462
8463 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * keyboard.c (Qsuper): Remove.
8466 (parse_menu_item): Don't call where_is_internal specially for NS.
8467
8468 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8469
8470 * s/gnu-linux.h: Remove boilerplate comments.
8471
8472 * m/alpha.h (__ELF__): Consolidate conditions.
8473
8474 * m/m68k.h (linux): Use GNU_LINUX instead.
8475 Remove boilerplate comments.
8476
8477 * m/intel386.h: Undo refactoring from previous change.
8478 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8479 too, remove dead code.
8480 (linux): Use GNU_LINUX instead.
8481
8482 2008-07-16 Jason Rumney <jasonr@gnu.org>
8483
8484 * w32gui.h: Repeat 26 June changes lost by last change.
8485
8486 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 * systty.h: Remove code for Aix on 386, unsupported platform.
8489
8490 * s/ms-w32.h: Remove boilerplate comments.
8491 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8492
8493 * s/gnu-linux.h (TERM): Remove support.
8494 (HAVE_SYSVIPC): Remove, unused.
8495 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8496 for this system.
8497
8498 * process.c: Remove support for IRIS, unused.
8499 Remove support for TERM, not relevant anymore.
8500
8501 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8502 used with the definition.
8503
8504 * s/aix4-2.h (static): Do not undef.
8505
8506 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8507 only used on Aix.
8508 (HAVE_SYSVIPC): Remove, unused.
8509
8510 * m/hp800.h (CANNOT_DUMP): Do not undef.
8511
8512 * m/alpha.h: Fix comment.
8513
8514 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8515 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8516 used by this configuration.
8517 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8518 * unexec.c: Remove code depending on HPUX and
8519 USG_SHARED_LIBRARIES, not used with this file. Remove code
8520 depending on IRIS, unused. Remove if 0-ed code.
8521
8522 * s/template.h: Remove comments about static.
8523
8524 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8525 Remove if 0-ed code.
8526 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8527 were the same as the default.
8528 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8529 Remove boilerplate comments.
8530 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8531 (HAVE_SYSVIPC): Remove, unused.
8532 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8533
8534 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8535 Remove boilerplate comments.
8536 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8537 Remove boilerplate comments.
8538 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8539 Remove boilerplate comments.
8540 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8541
8542 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8543 USG systems which do not use DATA_SEG_BITS.
8544 Refactor code. Remove boilerplate comments.
8545
8546 * m/ibms390.h:
8547 * m/m68k.h:
8548 * s/bsd-common.h:
8549 * s/cygwin.h:
8550 * s/darwin.h:
8551 * s/freebsd.h:
8552 * s/gnu.h:
8553 * s/msdos.h: Remove boilerplate comments.
8554
8555 * m/iris4d.h: Remove boilerplate comments and code for systems that
8556 do not use this file.
8557 (IRIS_4D): Remove, unused.
8558
8559 * m/mips.h: Remove boilerplate comments and code for systems that
8560 do not use this file.
8561 (SIGN_EXTEND_CHAR):
8562 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8563 * unexmips.c: Remove file, unused.
8564
8565 * editfns.c (Fuser_full_name): Replace the only use of
8566 USER_FULL_NAME with its value.
8567 * config.in: Regenerate.
8568
8569 2008-07-16 David Reitter <david.reitter@gmail.com>
8570
8571 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8572 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8573
8574 2008-07-16 Glenn Morris <rgm@gnu.org>
8575
8576 * emacs.c (system-type): Doc fix.
8577
8578 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8581 If the cache doesn't work, let's fix it, rather than work around it.
8582
8583 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8584
8585 * Makefile.in: Correct additions for nsfont.o in last commit.
8586 * nsfont.m: New file (forgot last commit).
8587
8588 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8589
8590 * callproc.c (set_initial_environment): Initialize
8591 Vprocess_environment under CANNOT_DUMP (fixes crash when
8592 batch-compiling for bootstrap).
8593
8594 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8595 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8596
8597 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8598 fix crash due to different init order.
8599
8600 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8601
8602 Changes and additions for NeXTstep windowing system (Cocoa and
8603 GNUstep) support.
8604
8605 * Makefile.in:
8606 * config.in: Support defines and build commands for NS port.
8607 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8608 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8609 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8610 windowing.
8611 (struct face): Add synth_ital field.
8612 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8613 (init_display): Initialize Vinitial_window_system to "ns" when so
8614 compiled.
8615 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8616 (display_arg): Use under NS.
8617 (main): Under NS, allocate autorelease pool and handle command line
8618 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8619 (standard_args): Add NS-specific args.
8620 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8621 * font.c (DEFAULT_ENCODING): New variable.
8622 (font_find_for_lface): Use it.
8623 (syms_of_font): Load syms_of_nsfont under NS.
8624 * font.h: Declare nsfont_driver when compiled under NS.
8625 * fontset.c: When compiling under NS, include nsterm.h.
8626 (fontset_from_font): Autoconstruct fontset under NS.
8627 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8628 symbol, document and use it.
8629 (do_switch_frame): When for_deletion under Cocoa, add
8630 Fraise_frame(Qnil).
8631 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8632 (x_get_arg): Allow "yes" and "no" as boolean values.
8633 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8634 Qright under Cocoa.
8635 (focus-follows-mouse): Default to 0 under NS.
8636 * frame.h (enum output_method): Add output_ns.
8637 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8638 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8639 (FRAME_WINDOW_P): NS-specific definition.
8640 * fringe.c (max_used_fringe_bitmap): Make public.
8641 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8642 (getloadavg): Use NeXT code under descendant OS's.
8643 * image.c (includes and header section, x_create_bitmap_from_data)
8644 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8645 (image_background_transparent, x_clear_image_1)
8646 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8647 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8648 (x_to_xcolors, x_from_xcolors, x_disable_image)
8649 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8650 other GUIs, including XPM support using code originally written for
8651 Carbon GUI.
8652 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8653 using NS API.
8654 (image_ascent): Use font metrics macros instead of direct struct field
8655 access.
8656 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8657 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8658 Also, handle NS as GTK for menu bar purposes.
8659 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8660 toolkit where they differ.
8661 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8662 use cachelist, still needed under NS.
8663 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8664 (struct widget_value): Define it here for menu.c.
8665 * keymap.c (includes): Include modifier internals.
8666 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8667 NS.
8668 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8669 support for preferring sequences using certain modifiers, specified by
8670 the FIRSTONLY argument.
8671 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8672 under NS GNUstep implementation.
8673 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8674 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8675 * menu.c: Include nsterm.h under NS.
8676 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8677 (free_menubar_widget_tree_value, update_submenu_strings)
8678 (find_and_call_menu_selection): Treat NS as X and NT.
8679 (find_and_return_menu_selection): New function, used for popup menus.
8680 * nsgui.h:
8681 * nsterm.h:
8682 * nsfns.m:
8683 * nsimage.m:
8684 * nsmenu.m:
8685 * nsselect.m:
8686 * nsterm.m: New files.
8687 * process.c (wait_reading_process_output): Under NS, call ns_select()
8688 instead of plain select().
8689 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8690 beginning of buffer.
8691 * sysselect.h (init_process): Rename when compiling under Cocoa to
8692 avoid name conflict.
8693 * termhooks.h (display_info): Add ns_display_info to union.
8694 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8695 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8696 COCOA environment.
8697 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8698 unexec() signature. (Note, this will dump, but the resulting file
8699 crashes; unexosx is used instead; keeping around for reference and
8700 possible aid in getting dump working under GNUstep.)
8701 * w32gui.h (button_type, widget_value): Remove definitions (now in
8702 keyboard.h).
8703 * window.c: Include nsterm.h when compiling under NS.
8704 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8705 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8706 other GUI windowing systems.
8707 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8708 GTK.
8709 (x_consider_frame_title): Under NS, set icon type and frame
8710 modified-state indicator; use ns_set_name_as_filename() when using
8711 formatted title.
8712 (update_window_cursor): Make public when compiling under NS.
8713 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8714 (hourglass_atimer, Vhourglass_delay
8715 * xfaces.c (header section, init_frame_faces, clear_font_table)
8716 (defined_color, unload_color, x_face_list_fonts)
8717 (prepare_face_for_display): Add NS support parallel to other GUIs.
8718 Emulate GCs like other non-X GUIs.
8719 (split_font_name): Don't lowercase font name under NS.
8720 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8721 under NS.
8722 * s/darwin.h: Add support for compilation under NS.
8723
8724 2008-07-15 Jason Rumney <jasonr@gnu.org>
8725
8726 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8727 (w32_show_hourglass): Rename from show_hourglass.
8728 (w32_hide_hourglass): Rename from hide_hourglass.
8729 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8730 (Vhourglass_delay): Declare extern.
8731 (hourglass_started): Remove.
8732
8733 * xdisp.c (Vhourglass_delay): Remove static.
8734 (hourglass_started, start_hourglass, cancel_hourglass):
8735 Don't include these versions on WINDOWSNT.
8736
8737 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8738
8739 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8740 variables (formerly in xfns.c).
8741 (show_hourglass, hide_hourglass): New prototypes (same).
8742 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8743 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8744 in xfns.c).
8745 (syms_of_xdisp): Declare/initialize display-hourglass,
8746 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8747 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8748 formerly in xfns.c.
8749 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8750 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8751 (start_hourglass, cancel_hourglass): Remove.
8752 (show_hourglass, hide_hourglass): Remove prototypes and static
8753 modifiers.
8754 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8755 hourglass_atimer, hourglass_shown_p declaration/initialization.
8756 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8757 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8758 (start_hourglass, cancel_hourglass): Remove.
8759 (show_hourglass, hide_hourglass): Remove prototypes and static
8760 modifiers.
8761 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8762 hourglass_atimer, hourglass_shown_p declaration/initialization.
8763 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8764 (DEFAULT_HOURGLASS_DELAY): Remove.
8765 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8766 hourglass_shown_p declaration/initialization.
8767
8768 2008-07-14 Jason Rumney <jasonr@gnu.org>
8769
8770 * w32fns.c (w32_get_arg): Remove wrapper function.
8771 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8772 directly.
8773 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8774
8775 2008-07-14 Kenichi Handa <handa@m17n.org>
8776
8777 * xfont.c (xfont_open): Add workaround for X's bug.
8778
8779 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8780
8781 * fontset.c: Include <stdio.h> unconditionally.
8782
8783 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
8784
8785 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8786 for filtering.
8787
8788 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8789
8790 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8791
8792 * m/macppc.h:
8793 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8794
8795 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8796 (SPECIAL_EMACS_INT):
8797 * m/ia64.h (SPECIAL_EMACS_INT):
8798 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8799 * s/gnu.h (NLIST_STRUCT):
8800 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8801 * s/gnu-linux.h (LINUX):
8802 * s/msdos.h (HAVE_FACES):
8803 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8804
8805 * systty.h:
8806 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8807 anymore.
8808
8809 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8810
8811 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8812 always defined as int.
8813
8814 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8815 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8816 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8817 * s/freebsd.h (HAVE_WAIT_HEADER):
8818 * s/bsd-common.h (HAVE_UNION_WAIT):
8819 * s/aix4-2.h (HAVE_WAIT_HEADER):
8820 * m/mips.h (HAVE_UNION_WAIT):
8821 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8822 (COFF, static): Do not define, they are undefined later in the file.
8823
8824 * process.c (update_status): Don't use a union.
8825 (status_convert):
8826 (sigchld_handler): Use int instead of WAITTYPE.
8827
8828 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8829
8830 * indent.c (Fvertical_motion): Restore hscroll before moving to
8831 goal column.
8832
8833 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8834
8835 * lisp.h: Remove left over code.
8836
8837 2008-07-11 Andreas Schwab <schwab@suse.de>
8838
8839 * lisp.h: Fix logic in last change.
8840
8841 * menu.h: New file.
8842 * menu.c: Include it.
8843 * xmenu.c: Likewise.
8844 * Makefile.in: Update dependencies.
8845
8846 2008-07-11 Kenichi Handa <handa@m17n.org>
8847
8848 * fontset.c (fontset_from_font): Cancel the previous change.
8849
8850 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8851
8852 * lisp.h:
8853 * w32heap.c:
8854 * emacs.c:
8855 * alloc.c: Replace all references of NO_UNION_TYPE with
8856 USE_LISP_UNION_TYPE.
8857
8858 * m/xtensa.h (NO_UNION_TYPE):
8859 * m/vax.h (NO_UNION_TYPE):
8860 * m/template.h (NO_UNION_TYPE):
8861 * m/sparc.h (NO_UNION_TYPE):
8862 * m/mips.h (NO_UNION_TYPE):
8863 * m/macppc.h (NO_UNION_TYPE):
8864 * m/m68k.h (NO_UNION_TYPE):
8865 * m/iris4d.h (NO_UNION_TYPE):
8866 * m/intel386.h (NO_UNION_TYPE):
8867 * m/ibms390x.h (NO_UNION_TYPE):
8868 * m/ibms390.h (NO_UNION_TYPE):
8869 * m/ibmrs6000.h (NO_UNION_TYPE):
8870 * m/ia64.h (NO_UNION_TYPE):
8871 * m/hp800.h (NO_UNION_TYPE):
8872 * m/arm.h (NO_UNION_TYPE):
8873 * m/amdx86-64.h (NO_UNION_TYPE):
8874 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8875 defining it the same.
8876
8877 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8878
8879 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8880
8881 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8882
8883 * fileio.c:
8884 * sysdep.c
8885 * systty.h:
8886 * m/ibmrs6000.h:
8887 * m/iris4d.h:
8888 * s/aix4-2.h:
8889 * s/freebsd.h:
8890 * s/gnu-linux.h:
8891 * s/hpux10-20.h:
8892 * s/hpux11.h:
8893 * s/netbsd.h:
8894 * s/sol2-3.h:
8895 * s/sol2-4.h:
8896 * s/sol2.h:
8897 * s/usg5-4.h:
8898 * s/vms.h: Remove references to unused variables.
8899
8900 2008-07-10 Andreas Schwab <schwab@suse.de>
8901
8902 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8903 pattern before matching the generic family.
8904
8905 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8906
8907 * unexec.c:
8908 * s/vms.h:
8909 * s/usg5-4-2.h:
8910 * s/sol2-5.h:
8911 * s/freebsd.h:
8912 * s/darwin.h: Remove dead code.
8913
8914 * m/template.h:
8915 * m/sparc.h:
8916 * m/mips.h:
8917 * m/m68k.h:
8918 * m/iris4d.h:
8919 * m/intel386.h:
8920 * m/ibms390x.h:
8921 * m/ibms390.h:
8922 * m/ia64.h:
8923 * m/hp800.h:
8924 * m/arm.h:
8925 * m/amdx86-64.h: Remove dead code and references to unused
8926 and compiler defined symbols.
8927
8928 * unexmips.c:
8929 * unexelf.c: Remove references to desupported systems.
8930
8931 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8932
8933 * m/powermac.h: Remove boilerplate comments.
8934 (NO_REMAP): Remove unused definition.
8935
8936 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8937 define them.
8938
8939 2008-07-10 Kenichi Handa <handa@m17n.org>
8940
8941 * xfont.c (xfont_open): Log the reason of failure.
8942
8943 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * fontset.c (fontset_get_font_group):
8946 * font.c (font_check_otf): Specify argument types.
8947
8948 2008-07-09 Kenichi Handa <handa@m17n.org>
8949
8950 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8951 non-ASCII char is found.
8952
8953 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8954 (reorder_font_vector): Change the arg preferred_family to font.
8955 Prefer the spec matching with font.
8956 (fontset_get_font_group): New function.
8957 (fontset_find_font): Change the format of an element of a realized
8958 fontset. Use fontset_get_font_group.
8959 (fontset_font): Try the current fontset, the default fontset, the
8960 fallbacks of the current fontset, and the fallbacks of the default
8961 fontset in this order.
8962 (face_for_char): Delete the shortcut to use the current font.
8963 (fontset_from_font): Don't set fonts for Latin in the fontset.
8964
8965 * font.h (font_make_object, font_match_p): Adjust prototypes.
8966
8967 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8968
8969 * font.c (font_make_object): New arg entity and pixelsize.
8970 (font_check_otf_features, font_check_otf): New functions.
8971 (font_match_p): Check :lang, :script, and :otf properties.
8972
8973 * xfont.c (xfont_open): Adjust it for the change of
8974 font_make_object.
8975 (xfont_text_extents): Fix initial setting of metrics.
8976
8977 * ftfont.c (struct ftfont_info): New member index, delete member
8978 fc_charset_idx. Make the member order compatible with struct
8979 xftfont_info.
8980 (fc_charset_table): Change charset names to registry names.
8981 (ftfont_pattern_entity): Delete the args registry and
8982 fc_charset_idx. Change the value of :font-entity property
8983 to (FONTNAME . INDEX). Always set :registry property to
8984 `iso10646-1'.
8985 (struct ftfont_cache_data): New struct.
8986 (ftfont_lookup_cache): New arg for_face.
8987 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8988 (ftfont_driver): Set the member otf_capability.
8989 (ftfont_get_charset): Adjust it for the change of
8990 fc_charset_table.
8991 (OTF_TAG_SYM): New macro.
8992 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8993 for the change of fc_charset_table.
8994 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8995 ftfont_pattern_entity. Add FC_INDEX to objset.
8996 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8997 and ftfont_pattern_entity.
8998 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8999 font_make_object, struct ftfont_info.
9000 (ftfont_has_char): Use ftfont_get_fc_charset.
9001 (ftfont_otf_features, ftfont_otf_capability): New functions.
9002 (ftfont_shape): Use ftfont_get_otf.
9003 (ftfont_text_extents): Fix initial setting of metrics.
9004
9005 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9006 member order compatible with struct ftfont_info.
9007 (xftfont_open): Add FC_CHARSET to the pattern. Set
9008 xftfont_info->ft_size. Don't unlock the face. Check BDF
9009 properties if appropriate.
9010 (xftfont_close): Unlock the face.
9011 (xftfont_anchor_point, xftfont_shape): Deleted.
9012 (syms_of_xftfont): Don't set members anchor_point and shape of
9013 xftfont_driver.
9014
9015 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9016 font_make_object.
9017
9018 * w32font.c (w32font_open): Adjust it for the change of
9019 font_make_object.
9020 (w32font_open_internal): Don't set properties of font_object here.
9021
9022 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9023
9024 * macfns.c (x_create_tip_frame):
9025 * w32fns.c (x_create_tip_frame):
9026 * xfns.c (x_create_tip_frame): Pass parameter argument to
9027 face-set-after-frame-default.
9028
9029 * xfaces.c (Finternal_merge_in_global_face): Save merged
9030 attributes for the default face back into the face vector.
9031
9032 2008-07-08 Andreas Schwab <schwab@suse.de>
9033
9034 * fontset.h: Declare fontset_from_font. Don't declare
9035 new_fontset_from_font and fontset_from_font_name.
9036 * xterm.c: Include "fontset.h".
9037 * Makefile.in (xterm.o): Update dependencies.
9038
9039 2008-07-08 Glenn Morris <rgm@gnu.org>
9040
9041 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9042 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9043
9044 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9047 (x_set_frame_parameters): Don't bind it.
9048
9049 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9050
9051 * w32fns.c (map_w32_filename): Declare extern.
9052
9053 2008-07-07 Jason Rumney <jasonr@gnu.org>
9054
9055 * w32term.c (WS_EX_LAYERED): Define if not already.
9056
9057 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9058
9059 * xfaces.c (set_font_frame_param): Don't try to set the font
9060 parameter if it is still unspecified in the lface.
9061
9062 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9063
9064 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9065 face if it didn't already exist.
9066
9067 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9068
9069 2008-07-05 Andreas Schwab <schwab@suse.de>
9070
9071 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9072
9073 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9076 word-wrapping.
9077 (IT_DISPLAYING_WHITESPACE): New macro.
9078 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9079 when word-wrapping. Simplify word-wrapping logic. Use correct
9080 pixel positions when saving copies of the iterator.
9081 (display_line): Use proper wrap point if the last character on a
9082 line was preceded by whitespace.
9083
9084 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9087
9088 2008-07-04 Kenichi Handa <handa@m17n.org>
9089
9090 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9091
9092 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9093
9094 2008-07-02 Jason Rumney <jasonr@gnu.org>
9095
9096 * xfns.c (syms_of_xfns): Only define x-select-font when both
9097 HAVE_FREETYPE and USE_GTK.
9098
9099 * xdisp.c (next_element_from_display_vector): Move assignment out
9100 of if statement.
9101
9102 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9103
9104 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9105
9106 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9107 (syms_of_fileio): Initialize and export them.
9108 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9109
9110 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9111 (Fsystem_move_file_to_trash): New function.
9112 (syms_of_w32fns): Export it to lisp.
9113
9114 2008-07-01 Jason Rumney <jasonr@gnu.org>
9115
9116 * w32font.c (w32font_text_extents): Don't count overhang as part
9117 of width.
9118
9119 2008-06-30 Miles Bader <miles@gnu.org>
9120
9121 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9122 Add `avoid_cursor_p' field.
9123
9124 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9125 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9126 (append_glyph, append_composite_glyph, produce_image_glyph)
9127 (append_stretch_glyph): Initialize avoid_cursor_p.
9128 (get_it_property): Rename from `get_line_height_property'.
9129 (x_produce_glyphs): Use get_it_property.
9130 (handle_line_prefix, push_display_prop): New functions.
9131 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9132 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9133 New variables.
9134 (syms_of_xdisp): Initialize them.
9135
9136 2008-06-30 Kenichi Handa <handa@m17n.org>
9137
9138 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9139 XftDefaultSubstitute (they are called in XftFontMatch).
9140 (xftfont_open): Fix args to ftfont_font_format.
9141
9142 * ftfont.c (fc_charset_table): New member lang.
9143 (ftfont_resolve_generic_family): New arg pattern.
9144 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9145 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9146 (ftfont_open): Fix args to ftfont_font_format.
9147 (ftfont_font_format): New arg filename.
9148
9149 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9150
9151 * xfaces.c (Finternal_merge_in_global_face): If default face was
9152 modified, realize it again. Update the font face attribute.
9153
9154 2008-06-29 Jason Rumney <jasonr@gnu.org>
9155
9156 * w32term.c (x_set_frame_alpha): Fix logic.
9157
9158 2008-06-29 Kenichi Handa <handa@m17n.org>
9159
9160 * fontset.c (Finternal_char_font): Return font-object instead of
9161 font-name.
9162
9163 * composite.c (get_composition_id): Fix the width calculation for TAB.
9164
9165 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * indent.c (Fvertical_motion): Properly handle float column arg.
9168
9169 2008-06-28 Jason Rumney <jasonr@gnu.org>
9170
9171 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9172 (pfnSetLayeredWindowAttributes): New function pointer.
9173 (w32_initialize): Initialize it when supported.
9174 (x_set_frame_alpha): New function.
9175
9176 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9177 (w32_frame_parm_handlers): Set alpha handler.
9178
9179 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9180
9181 2008-06-27 Jason Rumney <jasonr@gnu.org>
9182
9183 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9184 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9185 (w32_to_x_charset, x_to_w32_charset)
9186 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9187 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9188 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9189 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9190 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9191 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9192 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9193 (Qw32_charset_unicode): Remove.
9194 (syms_of_w32fns): Update for above changes.
9195
9196 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9197 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9198 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9199 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9200 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9201 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9202 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9203 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9204 (syms_of_w32font): Update for above changes.
9205
9206 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9207
9208 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9209 removed #if.
9210 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9211
9212 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9213 Eli Zaretskii <eliz@gnu.org>
9214
9215 * makefile.w32-in (LOCAL_FLAGS):
9216 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9217
9218 * sysdep.c (_spawnlp, _getpid):
9219 Declare with explicit _cdecl instead of _CRTAPI1.
9220
9221 * editfns.c (Fget_internal_run_time):
9222 Check for WINDOWSNT with #ifdef, not #if.
9223
9224 2008-06-26 Jason Rumney <jasonr@gnu.org>
9225
9226 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9227
9228 * w32term.c (x_draw_glyph_string_foreground)
9229 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9230 Use FONT_HANDLE macro.
9231 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9232
9233 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9234 (uniscribe_encode_char): Use FONT_HANDLE macro.
9235
9236 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9237 (w32font_text_extents): Use precast w32_font.
9238 (w32font_close): Free cached metrics.
9239 (w32font_open_internal): Allocate space for name on stack.
9240
9241 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9244
9245 2008-06-26 Jason Rumney <jasonr@gnu.org>
9246
9247 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9248 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9249
9250 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9251
9252 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9253
9254 2008-06-26 Jason Rumney <jasonr@gnu.org>
9255
9256 * w32bdf.c, w32bdf.h: Remove obsolete files.
9257
9258 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9259
9260 * w32gui.h: Don't include w32bdf.h.
9261 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9262 Remove obsolete font support.
9263
9264 * w32font.h (struct w32font_info): Remove compat_w32_font.
9265 Add hfont member.
9266 (FONT_COMPAT): Remove obsolete macro.
9267
9268 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9269 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9270 (w32font_open_internal): Remove compat code. Set new hfont member.
9271 (Fx_select_font): Use new hfont member.
9272
9273 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9274 (uniscribe_encode_char): Use new hfont member.
9275
9276 * w32term.c (x_draw_glyph_string_foreground)
9277 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9278 (x_draw_glyph_string): Use metrics in w32font_info.
9279
9280 2008-06-26 Kenichi Handa <handa@m17n.org>
9281
9282 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9283
9284 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 * unexnext.c:
9287 * m/ews4800.h:
9288 * m/hp9000s300.h:
9289 * m/ibm370aix.h:
9290 * m/mips-siemens.h:
9291 * m/ncr386.h:
9292 * m/next.h:
9293 * m/pmax.h:
9294 * m/powerpcle.h:
9295 * m/tandem-s2.h:
9296 * s/386bsd.h:
9297 * s/bsd386.h:
9298 * s/bsd4-1.h:
9299 * s/bsd4-2.h:
9300 * s/bsdos2-1.h:
9301 * s/bsdos2.h:
9302 * s/bsdos3.h:
9303 * s/bsdos4.h:
9304 * s/nextstep.h:
9305 * s/ultrix4-3.h:
9306 * s/usg5-0.h:
9307 * s/usg5-2-2.h:
9308 * s/usg5-2.h:
9309 * s/usg5-4-3.h:
9310 * s/ux4800.h:
9311 * s/uxpds.h:
9312 * s/uxpv.h: Remove support for obsolete systems.
9313 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9314 Remove, insert contents in s/hpux10-20.h.
9315 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9316 Remove, insert contents in s/aix4-2.h.
9317 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9318 * s/bsd4-3.h: Rename to ...
9319 * s/bsd-common.h: ... this.
9320 * data.c:
9321 * doc.c:
9322 * ecrt0.c:
9323 * emacs.c:
9324 * fileio.c:
9325 * floatfns.c:
9326 * keyboard.c:
9327 * mem-limits.h:
9328 * print.c:
9329 * process.c:
9330 * sysdep.c:
9331 * syssignal.h:
9332 * systty.h:
9333 * syswait.h:
9334 * term.c:
9335 * unexec.c:
9336 * unexelf.c:
9337 * unexhp9k800.c:
9338 * m/hp800.h:
9339 * m/ibmrs6000.h:
9340 * m/mips.h:
9341 * m/vax.h:
9342 * s/darwin.h:
9343 * s/freebsd.h:
9344 * s/gnu.h:
9345 * s/ms-w32.h:
9346 * s/msdos.h:
9347 * s/netbsd.h:
9348 * s/template.h: Remove references to obsolete variables.
9349
9350 * Makefile.in: Add dependencies for all unexec files.
9351 (admindir): Remove unused variable.
9352 (UNEXEC_SRC): Remove references.
9353
9354 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * xfns.c (x_default_font_parameter): If Xft is available, first
9357 try Monospace-12 for the default font.
9358
9359 2008-06-25 Jason Rumney <jasonr@gnu.org>
9360
9361 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9362
9363 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9366
9367 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9368
9369 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9372 <scroll-conservatively>: Fix typo in docstring.
9373
9374 * xselect.c (Fx_send_client_event): Doc fix.
9375
9376 2008-06-25 Kenichi Handa <handa@m17n.org>
9377
9378 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9379
9380 * font.c (font_parse_fcname): Remove unused variables.
9381 (font_sort_entites): Delete the arg SPEC. Caller changed.
9382 Fix for the case of ! best_only.
9383 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9384
9385 * lisp.h (Fstring_to_unibyte): EXFUN it.
9386
9387 * character.h (str_to_unibyte): Extern it.
9388
9389 * character.c (str_to_unibyte): New function.
9390
9391 * fns.c (Fstring_to_unibyte): New function.
9392 (syms_of_fns): Defsubr it.
9393
9394 2008-06-24 Kenichi Handa <handa@m17n.org>
9395
9396 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9397 DPI too.
9398 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9399
9400 2008-06-24 Andreas Schwab <schwab@suse.de>
9401
9402 * Makefile.in (${lispsource}loaddefs.el): Rename from
9403 ../lisp/loaddefs.el.
9404 (bootstrap-clean): Do what distclean does but don't remove
9405 Makefile.
9406 (distclean): Depend on bootstrap-clean and remove Makefile.
9407
9408 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * buffer.h (struct buffer): New member word_wrap.
9411
9412 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9413 word-wrap.
9414 (init_buffer_once): Initialize them.
9415
9416 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9417 line_wrap enum possessing three possible values.
9418
9419 * termopts.h: Replace truncate_partial_width_windows with
9420 Vtruncate_partial_width_windows.
9421
9422 * dispnew.c (direct_output_for_insert): Avoid direct output when
9423 inserting a space with word wrap on.
9424
9425 * indent.c (compute_motion): Obey integer values of
9426 truncate-partial-width-windows.
9427
9428 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9429 replacing truncate_partial_width_windows.
9430 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9431 truncate only if the window width is below that integer.
9432 (start_display, resize_mini_window, produce_stretch_glyph)
9433 (display_string, move_it_in_display_line_to): Use line_wrap.
9434 (back_to_previous_visible_line_start, reseat_1): Reset
9435 string_from_display_prop_p.
9436 (display_line): Extend default face to end of line when wrapping.
9437
9438 2008-06-24 Kim F. Storm <storm@cua.dk>
9439
9440 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9441 to wrap continued lines at word boundaries.
9442
9443 2008-06-24 Jason Rumney <jasonr@gnu.org>
9444
9445 * font.c (Ffont_face_attributes): Multiply pixel size before point
9446 conversion to avoid multiplying rounding error.
9447
9448 2008-06-23 Jason Rumney <jasonr@gnu.org>
9449
9450 * w32term.c (x_draw_glyph_string_background)
9451 (x_draw_glyph_string): Remove old bdf font code.
9452
9453 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9454
9455 2008-06-22 Kenichi Handa <handa@m17n.org>
9456
9457 * font.c (font_find_for_lface): Try the adstyle specified in
9458 the property of LFACE_FONT of LFACE (if any).
9459
9460 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9461 Ryo Yoshitake <ryo@shiftmode.net>
9462
9463 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9464
9465 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9468 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9469 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9470 (witness-emacs): Remove.
9471 (lisp, shortlisp): Move loaddefs.el earlier.
9472 (mostlyclean): Forget about witness-emacs.
9473
9474 2008-06-22 Glenn Morris <rgm@gnu.org>
9475
9476 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9477 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9478
9479 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * Makefile.in (PRECOMP): Remove.
9482 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9483 (witness-emacs): Run `compile-first'.
9484 (.el.elc): Use the new compile-onefile target.
9485
9486 2008-06-21 Kenichi Handa <handa@m17n.org>
9487
9488 * xftfont.c (xftfont_open): Handle QCembolden only when
9489 FC_EMBOLDEN is defined.
9490
9491 2008-06-21 Andreas Schwab <schwab@suse.de>
9492
9493 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9494 (.el.elc): Likewise.
9495
9496 2008-06-21 Miles Bader <miles@gnu.org>
9497
9498 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9499 build dir, not the lisp source dir.
9500
9501 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9504 (bootstrapclean): Remove.
9505 (.el.elc): New rule.
9506 (PRECOMP): New var.
9507 (../lisp/subdirs.el): Remove.
9508 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9509 (witness-emacs): New target.
9510 (mostlyclean): Remove witness-emacs as well.
9511 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9512 Add witness-emacs dependency.
9513
9514 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9515
9516 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9517 defined by the font.
9518
9519 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9522 (bootstrap-clean): New target that keeps TAGS around.
9523 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9524 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9525
9526 2008-06-20 Jason Rumney <jasonr@gnu.org>
9527
9528 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9529 Remove obsolete font code.
9530
9531 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9532 to determine language support.
9533
9534 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * sysdep.c (cfsetspeed): New fun extracted from the code.
9537 (cfmakeraw): Move before first use.
9538
9539 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9540
9541 * sysdep.c (cfmakeraw): Provide fallback implementation.
9542 (serial_configure): Provide fallback implementation of cfsetspeed.
9543
9544 2008-06-20 Kenichi Handa <handa@m17n.org>
9545
9546 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9547 the pattern.
9548
9549 * fontset.c (fontset_from_font): Copy font_spec before changing
9550 the elements.
9551
9552 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9553
9554 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9557 for explicit `font' parameters.
9558
9559 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9560
9561 2008-06-19 Kenichi Handa <handa@m17n.org>
9562
9563 * frame.c: Include <ctype.h>.
9564 (x_set_font_backend): Allow spacing characters in the X resource
9565 for FontBackend.
9566
9567 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * w32fns.c, xfns.c (Qfont_param): New var.
9570 (syms_of_w32fns): Initialize it.
9571 (x_default_font_parameter): Record explicit `font' into
9572 `font-parameter'.
9573
9574 2008-06-18 Kenichi Handa <handa@m17n.org>
9575
9576 * font.c (font_parse_xlfd): Fix previous change.
9577 (font_parse_fcname): Don't use :fc-unknown-spec.
9578 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9579 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9580 (font_add_log): Prepend the driver name to the resulting fonts.
9581
9582 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9583 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9584 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9585
9586 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9587 (QCembolden): New variables.
9588 (syms_of_xftfont): DEFSYM them.
9589 (xftfont_open): Call XftFontMatch. Don't trust the result of
9590 XftTextExtents8 if the pixel_size is less than 5.
9591
9592 2008-06-18 Andreas Schwab <schwab@suse.de>
9593
9594 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9595 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9596
9597 2008-06-18 Jason Rumney <jasonr@gnu.org>
9598
9599 * w32font.c (w32font_list, w32font_match): Add logging.
9600
9601 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9602
9603 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9604
9605 * font.c (font_parse_fcname): Store divider characters for
9606 unknown-spec list. For known key symbols, intern using correct
9607 symbol name.
9608
9609 2008-06-17 Kenichi Handa <handa@m17n.org>
9610
9611 * xfaces.c (realize_default_face): If the frame is not on window
9612 system, set the fontset of face to nil.
9613
9614 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9615
9616 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9617
9618 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9621 (build_font_name_from_vector): Delete externs.
9622
9623 * xfaces.c (struct font_name): Don't declare.
9624
9625 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9628
9629 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9632
9633 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9634
9635 * font.c (Ffont_spec): Fix usage in docstring.
9636 (Ffont_face_attributes): Doc fix.
9637
9638 2008-06-16 Andreas Schwab <schwab@suse.de>
9639
9640 * font.c (Ffont_face_attributes): Fix definition.
9641
9642 2008-06-16 Jason Rumney <jasonr@gnu.org>
9643
9644 * font.h (font_style_symbolic_from_value): Remove.
9645
9646 * font.c (font_style_symbolic_from_value): Remove.
9647 (font_style_symbolic): Revert to pre 2008-06-13 version.
9648
9649 * w32font.c (w32_to_fc_weight): New function.
9650 (w32font_full_name, logfont_to_fcname): Use it.
9651
9652 2008-06-16 Kenichi Handa <handa@m17n.org>
9653
9654 * font.c (font_check_object): Delete it.
9655 (font_clear_cache): Check if a font-object is alive.
9656 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9657 font-object to nil.
9658 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9659 (font_at): Don't call font_check_object.
9660 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9661
9662 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9663
9664 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9665
9666 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9667
9668 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9669
9670 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * font.c (font_parse_fcname): Only one decimal point.
9673 (font_unparse_fcname): Handle data in family and foundry indices
9674 as symbols, not strings.
9675 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9676
9677 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9678
9679 * font.h (font_unparse_gtkname): Add prototype.
9680
9681 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9682
9683 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9684
9685 2008-06-15 Andreas Schwab <schwab@suse.de>
9686
9687 * font.c (font_update_drivers): Fix crash when no drivers match.
9688
9689 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9692 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9693
9694 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9697
9698 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * process.c (Fserial_process_configure, Fprocess_send_eof):
9701 Use EQ to compare Lisp_Objects.
9702
9703 2008-06-13 Jason Rumney <jasonr@gnu.org>
9704
9705 * w32fns.c (Fw32_select_font): Remove old font API function.
9706
9707 * w32font.c (logfont_to_fcname): New function.
9708 (Fx_select_font): New font dialog function compatible with
9709 GTK/fontconfig version.
9710
9711 * font.c (font_style_symbolic_from_value): New function.
9712 (font_style_symbolic): Use it.
9713
9714 * font.h (font_style_symbolic_from_value): Declare new function.
9715
9716 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9717
9718 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9719 <font-width-table>: Fix typos in docstrings.
9720
9721 2008-06-13 Daniel Engeler <engeler@gmail.com>
9722
9723 These changes add serial port access.
9724 * process.c: Add HAVE_SERIAL.
9725 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9726 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9727 (list_processes_1, select_wrapper, Fstop_process)
9728 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9729 (status_notify): Modify to handle serial processes.
9730 [HAVE_SERIAL] (Fserial_process_configure)
9731 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9732 New functions.
9733 * process.h (struct Lisp_Process): Add `type'.
9734 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9735 New functions.
9736 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9737 serial ports.
9738 (serial_open, serial_configure): New functions.
9739 * w32.h: Add FILE_SERIAL.
9740 (struct _child_process): Add ovl_read, ovl_write.
9741
9742 2008-06-13 Kenichi Handa <handa@m17n.org>
9743
9744 * dispextern.h (enum lface_attribute_index): New member
9745 LFACE_FOUNDRY_INDEX.
9746
9747 * font.c (font_score): Delete arg alternate_families. Check only
9748 weight, slant, width, and size. Ignore the difference of alias
9749 style symbols.
9750 (font_sort_entites): Adjust for the above change. Reflect the
9751 order of font-driver to scores.
9752 (font_list_entities): Don't check alternate_familes here.
9753 (font_clear_prop): Handle foundry.
9754 (font_update_lface): Don't parse "foundry-family" form here.
9755 Handle FONT_FOUNDRY_INDEX.
9756 (font_find_for_lface): Likewise. Handle alternate families here.
9757 If registry is nil, try iso8859-1 and ascii-0.
9758 (font_open_for_lface): Pay attention to size in ENTITY.
9759 (font_open_by_name): Simplify by calling font_load_for_lface.
9760 (free_font_driver_list): Delete it.
9761 (font_update_drivers): Preserve the order of backends.
9762 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9763 of font_score and font_sort_entites.
9764 (font_update_sort_order): Likewise.
9765
9766 * xfaces.c (LFACE_FOUNDRY): New macro.
9767 (check_lface_attrs): Check foundry.
9768 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9769 (merge_face_vectors): Check foundry.
9770 (merge_face_ref): Likewise.
9771 (Finternal_set_lisp_face_attribute): Likewise.
9772 (x_update_menu_appearance): Likewise.
9773 (Finternal_get_lisp_face_attribute): Likewise.
9774 (lface_hash): Likewise.
9775 (lface_same_font_attributes_p): Likewise.
9776 (x_supports_face_attributes_p): Likewise.
9777 (tty_supports_face_attributes_p): Likewise.
9778 (Finternal_set_alternative_font_family_alist): Intern strings.
9779 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9780 (realize_default_face): Set LFACE_FOUNDRY (lface).
9781
9782 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9783 font-driver at first.
9784
9785 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9786
9787 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9788
9789 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9790
9791 2008-06-12 Jim Meyering <meyering@redhat.com>
9792
9793 Make unexec_free handle NULL the same way free does.
9794 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9795
9796 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9799 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9800 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9801 (WEAK_ALIAS): Simplify.
9802 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9803 when searching a unibyte buffer.
9804
9805 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9808
9809 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
9810
9811 * w32font.c: Include ctype.h.
9812
9813 2008-06-11 Jason Rumney <jasonr@gnu.org>
9814
9815 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9816 misreported as space.
9817 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9818 as aliases for registry iso10646-1.
9819
9820 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * buffer.c (clone_per_buffer_values): Skip `name'.
9823
9824 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * font.c (font_parse_fcname): Fix last change; accept decimal
9827 points in font size.
9828
9829 2008-06-10 Jason Rumney <jasonr@gnu.org>
9830
9831 * w32uniscribe.c (add_opentype_font_name_to_list):
9832 Skip non unicode fonts.
9833
9834 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * xfns.c (Fx_font_dialog): New function.
9837
9838 * gtkutil.c (xg_dialog_response_cb): Rename from
9839 xg_file_response_callback.
9840 (pop_down_dialog): Rename from pop_down_file_dialog.
9841 (xg_get_file_name): Callers changed.
9842 (xg_get_font_name): New function.
9843
9844 * gtkutil.h (xg_get_font_name): Insert prototype.
9845
9846 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9849 x_underline_minimum_display_offset.
9850 (syms_of_xdisp): Declare it here rather than in xterm.c.
9851 * dispextern.h (underline_minimum_offset): Declare it.
9852 * w32term.c (x_draw_glyph_string): Use it.
9853 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9854 (syms_of_xterm): Don't declare it any more.
9855 (x_draw_glyph_string): Adjust to the new name.
9856
9857 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
9858
9859 * xterm.c (x_underline_minimum_display_offset): New var.
9860 (x_draw_glyph_string): Use it.
9861 (syms_of_xterm): Declare it.
9862
9863 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * font.c (font_parse_fcname): Accept GTK-style font names too.
9866
9867 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * dired.c (file_name_completion): Don't return t if the match is exact
9870 but with different capitalization.
9871 * minibuf.c (Ftry_completion): Simplify.
9872
9873 * window.c (Vwindow_point_insertion_type): New var.
9874 (set_window_buffer): Use it.
9875 (syms_of_window): Init and export it to Lisp.
9876
9877 2008-06-10 Kenichi Handa <handa@m17n.org>
9878
9879 * font.h (font_intern_prop): Prototype adjusted.
9880
9881 * font.c (font_intern_prop): New arg force_symbol.
9882 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9883 Adjust for the change of font_intern_prop.
9884
9885 * ftfont.c (ftfont_pattern_entity):
9886 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9887 (w32_registry):
9888 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9889 the change of font_intern_prop.
9890
9891 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * w32menu.c (digest_single_submenu): Declare extern.
9894
9895 2008-06-09 Jason Rumney <jasonr@gnu.org>
9896
9897 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9898
9899 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9900 (parse_single_submenu): Remove.
9901 (digest_single_submenu): Remove.
9902 (syms_of_w32menu): Don't initialise variables that have moved
9903 to menu.c.
9904 (set_frame_menubar): Sync with version in xmenu.c.
9905 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9906
9907 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9908 Make static again.
9909
9910 2008-06-09 Jason Rumney <jasonr@gnu.org>
9911
9912 Changes to w32 files related to the move of common menu code
9913 to menu.c on 2008-06-08 by Chong Yidong.
9914
9915 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9916 defs to w32gui.h.
9917 (single_keymap_panes, push_menu_item, push_menu_pane):
9918 Make globally visible.
9919
9920 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9921 (local_free, malloc_widget_value, free_widget_value)
9922 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9923 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9924 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9925 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9926 (menu_items, menu_items_allocated, menu_items_used)
9927 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9928 (init_menu_items, finish_menu_items, discard_menu_items)
9929 (grow_menu_items, push_submenu_start, push_submenu_end)
9930 (push_left_right_boundary, push_menu_pane, push_menu_item)
9931 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9932 (free_menubar_widget_tree_value, parse_single_submenu)
9933 (update_submenu_strings): Remove functions.
9934 (xmalloc_widget_value): Remove and declare extern.
9935
9936 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9937 (OBJ1): Build it.
9938
9939 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9940 (local_heap, local_alloc, local_free, malloc_widget_value)
9941 (free_widget_value): Define here.
9942
9943 2008-06-09 Kenichi Handa <handa@m17n.org>
9944
9945 * font.h (Qascii_0): Extern it.
9946
9947 * font.c (Qascii_0): New variable.
9948 (syms_of_font): DEFSYM it.
9949 (font_open_by_name): If the registry "iso8859-1" fails, try also
9950 "ascii-0".
9951
9952 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9953
9954 2008-06-08 Kenichi Handa <handa@m17n.org>
9955
9956 * .gdbinit (xfont): New command.
9957
9958 2008-06-08 Andreas Schwab <schwab@suse.de>
9959
9960 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9961 * Makefile.in (menu.o): Update dependencies.
9962
9963 * Makefile.in (obj): Always add menu.o.
9964 * emacs.c (main): Always call syms_of_menu.
9965 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9966
9967 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
9968
9969 * Makefile.in: Compile menu.c.
9970
9971 * lisp.h: Declare syms_of_menu.
9972
9973 * emacs.c (main): Call syms_of_menu.
9974
9975 * keyboard.h: Relocate platform-independent menu definitions from
9976 xmenu.c.
9977
9978 * menu.c: New file. Relocate platform-independent menu
9979 definitions from xmenu.c. Suggested by Adrian Robert.
9980
9981 * xmenu.c: Remove platform-independent menu definitions.
9982 (menu_items menu_items_inuse, menu_items_allocated)
9983 (menu_items_used, menu_items_n_panes)
9984 (menu_items_submenu_depth): Move to keyboard.h.
9985 (init_menu_items, finish_menu_items, unuse_menu_items)
9986 (discard_menu_items, restore_menu_items, save_menu_items)
9987 (grow_menu_items, push_submenu_start, push_submenu_end)
9988 (push_left_right_boundary, push_menu_pane, push_menu_item)
9989 (keymap_panes, single_keymap_panes, single_menu_item)
9990 (list_of_panes, list_of_items, find_and_call_menu_selection)
9991 (xmalloc_widget_value, free_menubar_widget_value_tree)
9992 (parse_single_submenu, digest_single_submenu)
9993 (update_submenu_strings): Move to menu.c.
9994
9995 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9998
9999 2008-06-06 Miles Bader <miles@gnu.org>
10000
10001 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10002 face, not frame default.
10003
10004 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10005
10006 * window.c (pop_up_windows, pop_up_frames)
10007 (display_buffer_reuse_frames, Vpop_up_frame_function)
10008 (Vdisplay_buffer_function, Veven_window_heights)
10009 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10010 (Vspecial_display_function, Vsame_window_buffer_names)
10011 (Vsame_window_regexps, split_height_threshold)
10012 (Vsplit_window_preferred_function): Move those vars to window.el.
10013 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10014 (Fdisplay_buffer): Move those functions to window.el.
10015 (syms_of_window): Remove corresponding declarations.
10016 (display_buffer): New function.
10017 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10018 * dispnew.c (Flast_nonminibuf_frame): New function.
10019 * buffer.c (Fpop_to_buffer): Move to window.el.
10020
10021 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10024
10025 2008-06-05 Kenichi Handa <handa@m17n.org>
10026
10027 * coding.c (detect_coding): Fix previous change.
10028 (detect_coding_system): Likewise.
10029
10030 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10033
10034 * keymap.c (Vminibuffer_local_filename_must_match_map):
10035 Rename from Vminibuffer_local_must_match_filename_map.
10036 (syms_of_keymap):
10037 * minibuf.c (Fcompleting_read): Adjust accordingly.
10038 * commands.h: Rename declaration as well.
10039
10040 2008-06-05 Kenichi Handa <handa@m17n.org>
10041
10042 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10043 family name.
10044 (Ffont_put): Likewise.
10045
10046 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10047 current font-spec.
10048
10049 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10050 is unspecified.
10051
10052 * xfaces.c (realize_x_face): If the font-related face attributes
10053 are the same as those of default face, realize a new fontset from
10054 default->fontset.
10055 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10056
10057 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10060 (move_it_in_display_line): New wrapper.
10061
10062 * window.c (window_scroll_pixel_based_preserve_x)
10063 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10064 (window_scroll_pixel_based, window_scroll_line_based):
10065 Use them to preserve column positions.
10066 (syms_of_window): Initialize them.
10067
10068 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10069 (HPOS . VPOS) pair.
10070
10071 * dispextern.h (move_it_in_display_line): Declare.
10072
10073 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10074
10075 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10076 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10077 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10078
10079 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * window.c (Fset_window_parameter): Doc fix.
10082 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10083
10084 2008-06-04 Joakim Verona <joakim@verona.se>
10085
10086 * window.h (struct window): Add new member window_parameters.
10087
10088 * window.c (Fwindow_parameters, Fwindow_parameter)
10089 (Fset_window_parameter): New defuns.
10090 (syms_of_window): Defsubr the new defuns.
10091 (make_window): Initialize window_parameters to nil.
10092
10093 2008-06-04 John Paul Wallington <jpw@pobox.com>
10094
10095 * eval.c (Fdefmacro): Doc fix.
10096
10097 2008-06-04 Kenichi Handa <handa@m17n.org>
10098
10099 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10100 Be sure to call setup_coding_system when we find a proper coding system.
10101 (detect_coding_system): Fix handling of coding->head_ascii.
10102
10103 2008-06-03 Andreas Schwab <schwab@suse.de>
10104
10105 * font.c (font_prop_validate_spacing): Fix last change.
10106
10107 2008-06-03 Kenichi Handa <handa@m17n.org>
10108
10109 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10110 (font_parse_fcname): Fix handling of unknown key.
10111
10112 * xfont.c (xfont_list): Try an alias.
10113
10114 * charset.c (char_charset): Return NULL if the arg charset_list is
10115 specified and C doesn't belong to any of them.
10116
10117 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10118
10119 * font.c (font_pixel_size): Don't take cdr of an integer.
10120
10121 2008-06-02 Jim Meyering <meyering@redhat.com>
10122
10123 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10124 * alloc.c (xfree): Return right away for a NULL arg.
10125 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10126 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10127 * mac.c (create_apple_event_from_event_ref): Likewise.
10128 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10129 Likewise.
10130 * doprnt.c (doprnt1): Likewise.
10131 * frame.c (frame): Likewise.
10132 * keyboard.c (wipe_kboard): Likewise.
10133 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10134 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10135 * term.c (tty_default_color_capabilities, maybe_fatal)
10136 (delete_tty): Likewise.
10137 * w16select.c (string): Likewise.
10138 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10139 * w32bdf.c (w32_free_bdf_font): Likewise.
10140 * w32fns.c (w32_unload_font): Likewise.
10141 * w32font.c (w32font_close): Likewise.
10142 * window.c (size_window): Likewise.
10143 * xselect.c (receive_incremental_selection): Likewise.
10144 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10145 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10146 * w32.c (stat): Likewise.
10147
10148 Remove useless if-before-free tests.
10149 * editfns.c (Fset_time_zone_rule): Likewise.
10150 * lread.c (nosuffix): Likewise.
10151 * ralloc.c (get_bloc): Likewise.
10152 * regex.c (reg_free): Likewise.
10153 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10154 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10155 * xsmfns.c (smc_save_yourself_CB): Likewise.
10156
10157 2008-06-02 Kenichi Handa <handa@m17n.org>
10158
10159 * font.c (font_find_for_lface): Handle float font size.
10160 (font_open_for_lface): Likewise.
10161
10162 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10163 comparing the properties.
10164
10165 2008-06-01 Jason Rumney <jasonr@gnu.org>
10166
10167 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10168 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10169 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10170 Don't add empty script list.
10171 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10172
10173 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * Makefile.in (dot, dotdot): Remove, update users.
10176 ".." has been used elsewhere in the file for a long time.
10177 (LIBXT_STATIC): Remove conditional based on unused variable.
10178
10179 2008-06-01 Miles Bader <miles@gnu.org>
10180
10181 * xfaces.c (Vface_remapping_alist): New variable.
10182 (syms_of_xfaces): Initialize it.
10183 (enum named_merge_point_kind): New type.
10184 (struct named_merge_point): Add `named_merge_point_kind' field.
10185 (push_named_merge_point): Make cycle detection respect different
10186 named-merge-point kinds.
10187 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10188 Remove face-name alias resolution.
10189 (lface_from_face_name): New definition using
10190 `lface_from_face_name_no_resolve'.
10191 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10192 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10193 (get_lface_attributes): New definition that layers face-remapping on
10194 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10195 (lookup_basic_face): New function.
10196 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10197 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10198 `get_lface_attributes'.
10199 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10200 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10201 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10202
10203 * xdisp.c (init_iterator): Pass base_face_id through
10204 `lookup_basic_face' when we actually use it as a face-id.
10205 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10206 DEFAULT_FACE_ID.
10207
10208 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10209 lookup the initial face-id.
10210
10211 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10212
10213 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10214
10215 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10216 (Fremove_text_properties): Fix typos in docstrings.
10217
10218 2008-05-31 Kenichi Handa <handa@m17n.org>
10219
10220 * font.c (font_list_entities): Fix the car part of data to be
10221 stored in the cache.
10222
10223 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10224
10225 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10228 Add a `test' argument so another predicate than `equal' can be used.
10229 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10230 (map_char_table): Remove unused vars `c' and `i'.
10231 * lisp.h (Foptimize_char_table): Adjust declaration.
10232 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10233
10234 2008-05-30 Kenichi Handa <handa@m17n.org>
10235
10236 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10237 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10238 defined.
10239
10240 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10243 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10244 frame-local settings for the same variable.
10245
10246 2008-05-30 Kenichi Handa <handa@m17n.org>
10247
10248 * fontset.c (Ffont_info): Move to font.c.
10249 (syms_of_fontset): Delete defsubr of Sfont_info.
10250
10251 * font.c (font_style_to_value, font_score): Delete casting of the
10252 args to xstcasecmp.
10253 (register_font_driver): Increment num_font_drivers only when
10254 registering the driver globally.
10255 (Ffont_info): Move from fontset.c. Handle a font object too.
10256 (syms_of_font): Defsubr Sfont_info.
10257
10258 2008-05-29 Kenichi Handa <handa@m17n.org>
10259
10260 * coding.h (enum define_coding_utf8_arg_index): New enum.
10261 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10262 coding_attr_utf_bom.
10263 (enum utf_bom_type): Rename from utf_16_bom_type.
10264 (struct utf_16_spec): Adjust for the above change.
10265 (struct coding_system): Add utf_8_bom in `spec' union.
10266
10267 * coding.c (CODING_UTF_8_BOM): New macro.
10268 (enum coding_category): Delete coding_category_utf_8, add
10269 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10270 coding_category_utf_8_sig.
10271 (CATEGORY_MASK_UTF_8): Delete it.
10272 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10273 (CATEGORY_MASK_UTF_8_SIG): New macros.
10274 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10275 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10276 CATEGORY_MASK_UTF_8_SIG.
10277 (CATEGORY_MASK_UTF_8): New macro.
10278 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10279 (detect_coding_utf_8): Check BOM.
10280 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10281 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10282 (encode_coding_utf_16): Likewise.
10283 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10284 (detect_coding, detect_coding_system): Handle utf-8-auto.
10285 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10286 (syms_of_coding): Fix setting up of Vcoding_category_table.
10287
10288 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * process.c (Faccept_process_output): If `millisec' is non-nil,
10291 `seconds' default to 0.
10292 (wait_reading_process_output): Also return non-nil if we read output
10293 from a non-running process.
10294
10295 2008-05-29 Jason Rumney <jasonr@gnu.org>
10296
10297 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10298 `raster' specified.
10299 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10300 in the uniscribe backend, but disallow any font that has no
10301 unicode subrange support.
10302
10303 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10304
10305 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10306 Fix typos in docstrings.
10307
10308 2008-05-29 Kenichi Handa <handa@m17n.org>
10309
10310 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10311 (Fx_family_fonts): Set frame correctly.
10312
10313 2008-05-28 Jason Rumney <jasonr@gnu.org>
10314
10315 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10316
10317 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10320 calling build_annotations.
10321
10322 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10325 (Fencode_coding_string):
10326 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10327 <latin-extra-code-table>: Fix typos in docstrings.
10328 (syms_of_coding) <coding-system-alist>: Doc fix.
10329 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10330
10331 2008-05-28 Kenichi Handa <handa@m17n.org>
10332
10333 * fontset.c (Ffont_info): Don't call font_close_object.
10334
10335 * font.c (font_parse_family_registry): Use Ffont_put to validate
10336 foundry and family.
10337 (font_delete_unmatched): Don't check spacing.
10338 (font_list_entities): Add spacing to the spec to list fonts.
10339
10340 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10341 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10342
10343 * coding.c (encode_coding_raw_text): Fix previous change.
10344 (encode_coding_object): When the dst_object is a buffer and is
10345 different from src_object, move gap to PT.
10346
10347 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10350
10351 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10354 all branches. Compute it differently.
10355
10356 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10357
10358 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10361 into "else if () ... else ...".
10362
10363 2008-05-27 Jason Rumney <jasonr@gnu.org>
10364
10365 * w32font.c (w32font_open_internal): Determine if glyph indices
10366 are likely to work here.
10367
10368 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10371 draw overlap glyphs with appropriate highlighting.
10372
10373 2008-05-27 Kenichi Handa <handa@m17n.org>
10374
10375 * xfont.c (xfont_open): Fix calculation of font->average_width.
10376
10377 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * casefiddle.c (casify_object): Try to guess better whether the
10380 argument is a byte or a char.
10381
10382 2008-05-26 Andreas Schwab <schwab@suse.de>
10383
10384 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10385 Always send multiples of format size.
10386
10387 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10388
10389 2008-05-26 Jason Rumney <jasonr@gnu.org>
10390
10391 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10392 (compute_metrics): Don't set failure if we just cleared the cache.
10393 (w32_weight_table): Remove unused variable.
10394 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10395 backwards compatibility.
10396
10397 2008-05-25 Kenichi Handa <handa@m17n.org>
10398
10399 * w32term.c (x_draw_glyph_string):
10400 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10401
10402 * xfaces.c: Delete unused function prototypes.
10403 (xstrlwr, font_frame): Delete them.
10404 (clear_face_cache): Delete unused variable.
10405
10406 * xftfont.c (xftfont_open): Delete unused variable.
10407 If underline_thickness is not 1, adjust underline_position.
10408
10409 * ftxfont.c (ftxfont_open): Delete unused variable.
10410
10411 * fontset.c (face_for_char): Optimize for the case of no charset
10412 property.
10413
10414 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10415 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10416 (otf_open, font_otf_capability, generate_otf_features)
10417 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10418 Comment out by surrounding "#if 0" and "#endif" for the moment.
10419 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10420 (syms_of_font): Codes for accessing above commented out.
10421
10422 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10423
10424 * w32proc.c: Include dispextern.h.
10425
10426 * w32.c: Include dispextern.h.
10427
10428 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10429
10430 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10431 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10432 Fix typos in docstrings.
10433
10434 2008-05-23 Jason Rumney <jasonr@gnu.org>
10435
10436 * xsmfns.c: Remove includes that are already included by config.h.
10437
10438 2008-05-23 Kenichi Handa <handa@m17n.org>
10439
10440 * charset.c (Qemacs, charset_emacs): New variables.
10441 (char_charset): Fix for non-Unicode characters.
10442 (syms_of_charset): Define charset_emacs.
10443
10444 * w32term.c (x_draw_glyph_string): Be sure to update
10445 s->underline_thickness and s->underline_position. Be sure to draw
10446 underline within the current line area.
10447
10448 * xterm.c (x_draw_glyph_string): Be sure to update
10449 s->underline_thickness and s->underline_position. Be sure to draw
10450 underline within the current line area.
10451
10452 * fontset.c: Delete unused variables and add casting for char *
10453 throughout the file.
10454 (fontset_font): Try the fallback fonts of the current fontset
10455 before consulting the default fontset.
10456
10457 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10458
10459 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10460
10461 2008-05-22 Jason Rumney <jasonr@gnu.org>
10462
10463 * font.c: Don't include strings.h.
10464
10465 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10466
10467 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10468 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10469 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10470 to call xstrcasecmp.
10471
10472 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10473
10474 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10475
10476 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10477
10478 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10479
10480 2008-05-22 Kenichi Handa <handa@m17n.org>
10481
10482 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10483
10484 * font.c (font_prop_validate_style): Adjust for the format
10485 change of font_style_table.
10486
10487 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10488 two args.
10489
10490 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10491 two args.
10492
10493 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * minibuf.c (keys_of_minibuf): Delete.
10496 * lisp.h (keys_of_minibuf): Delete.
10497 * emacs.c (main): Don't call keys_of_minibuf.
10498
10499 2008-05-22 Kenichi Handa <handa@m17n.org>
10500
10501 * ftfont.c (ftfont_resolve_generic_family): Rename from
10502 ftfont_list_generic_family. Return a single family for each
10503 generic family.
10504 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10505 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10506 Call font_add_log.
10507 (ftfont_match): Call font_add_log.
10508
10509 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10510 (FONT_DEBUG): Define it.
10511 (font_add_log): Extern it.
10512 (font_assert): Rename from xassert.
10513
10514 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10515 (xfont_list_family): Call font_add_log.
10516 (xfont_match): Likewise.
10517 (memq_no_quit): Delete.
10518
10519 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10520 call of Ffont_xlfd_name.
10521
10522 * xfaces.c (struct table_entry, slant_table, weight_table)
10523 (swidth_table): Move to font.c.
10524
10525 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10526 xassert are changed to font_assert. Delete many unused variables.
10527 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10528 New variables.
10529 (struct table_entry): Move from xfaces.c and modified.
10530 (weight_table, slant_table, width_table): Move from xfaces.c and
10531 contents adjusted for the change of struct table_entry.
10532 (font_style_to_value, font_style_symbolic): Adjust for the
10533 format change of font_style_table.
10534 (font_parse_family_registry): Don't overwrite existing foundry and
10535 family of font_spec.
10536 (font_score): Fix calculation of diff for sizes.
10537 (font_sort_entites): Call font_add_log.
10538 (font_delete_unmatched): Return a newly created list.
10539 (font_list_entities): Fix previous change. Call font_add_log.
10540 (font_matching_entity, font_open_entity, font_close_entity):
10541 Call font_add_log.
10542 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10543 (Finternal_set_font_style_table): Delete.
10544 (BUILD_STYLE_TABLE): New macro.
10545 (build_style_table): New function.
10546 (Vfont_log, font_log_env_checked): New variables.
10547 (font_add_log): New function.
10548 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10549 Declare Lisp variables "font-weight-table", "font-slant-table",
10550 "font-width-table", and "font-log". Initialize font_style_table.
10551
10552 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10553
10554 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10555
10556 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10557 Ryo Yoshitake <ryo@shiftmode.net>
10558
10559 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10560 (Vframe_alpha_lower_limit): New variable.
10561 (x_set_alpha): New function.
10562
10563 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10564
10565 * xfns.c (x-create-frame, Qalpha):
10566 Initialize the frame parameter `alpha'.
10567 * xterm.c (OPAQUE, OPACITY): New.
10568 (x_set_frame_alpha): New function.
10569 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10570
10571 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10572 * w32fns.c (w32_frame_parm_handlers): Likewise.
10573
10574 2008-05-20 Jason Rumney <jasonr@gnu.org>
10575
10576 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10577 truetype fonts to opentype list.
10578
10579 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * fontset.c (Ffontset_info): Doc fix.
10582 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10583 <ignore-relative-composition>: Fix typos in docstrings.
10584
10585 * font.c (syms-of-font) <font-encoding-alist>:
10586 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10587 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10588 (Ffont_otf_alternates): Doc fixes.
10589
10590 2008-05-20 Kenichi Handa <handa@m17n.org>
10591
10592 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10593 font.h through out the file.
10594 (FONT_DRIVERS): Rename from FONTOBJ.
10595 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10596 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10597
10598 * emacs.c (main): Call syms_of_font unconditionally.
10599
10600 * font.h (find_font_encoding): Extern it.
10601
10602 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10603 fontset.c.
10604 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10605 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10606 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10607 only when HAVE_WINDOW_SYSTEM is defined.
10608 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10609 when HAVE_WINDOW_SYSTEM is defined.
10610
10611 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10612 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10613
10614 * xfaces.c: Include font.h unconditionally.
10615 (merge_face_ref, merge_face_vectors)
10616 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10617
10618 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10621 indirect_variable.
10622 * eval.c (lisp_indirect_variable): New fun.
10623 (Fuser_variable_p): Use it.
10624
10625 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * lisp.h (indirect_variable):
10628 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10629 Use Lisp_Symbol pointers rather than Lisp_Object.
10630 Adjust callers.
10631 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10632 To this end, change calling-convention.
10633
10634 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10635 if some non-hidden buffers are selected by string&pred.
10636
10637 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * process.c (wait_reading_process_output): Always check status
10640 when in batch mode.
10641
10642 2008-05-19 Kenichi Handa <handa@m17n.org>
10643
10644 * font.c (font_list_entities): Fix handling of cache.
10645 (font_matching_entity): Likewise.
10646
10647 * ftfont.c (cs_iso8859_1): Delete.
10648 (ft_face_cache): New variable.
10649 (struct ftfont_info): New member fc_charset_idx.
10650 (ftfont_build_basic_charsets): Delete.
10651 (fc_charset_table): New variable.
10652 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10653 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10654 Callers changed.
10655 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10656 (ftfont_spec_pattern): New argument fc_charset_idx.
10657 Check registry more rigidly. Change callers.
10658 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10659 change of :font-entity property of the font.
10660
10661 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10662 property of the font.
10663
10664 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10665
10666 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10667 (Funencodable_char_position, Fcheck_coding_systems_region)
10668 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10669 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10670 (Ffind_operation_coding_system, Fset_coding_system_priority)
10671 (Fcoding_system_eol_type): Doc fixes.
10672
10673 2008-05-17 Glenn Morris <rgm@gnu.org>
10674
10675 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10676
10677 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10678
10679 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10680 and st_gid.
10681
10682 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10683 HAVE_WINDOW_SYSTEM is not defined.
10684
10685 * xfaces.c (merge_face_ref, merge_face_vectors)
10686 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10687 HAVE_WINDOW_SYSTEM is defined.
10688 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10689
10690 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10693
10694 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10695
10696 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10697
10698 2008-05-15 Kenichi Handa <handa@m17n.org>
10699
10700 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10701 preference.
10702
10703 2008-05-15 Glenn Morris <rgm@gnu.org>
10704
10705 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10706
10707 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10710 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10711
10712 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10713
10714 2008-05-15 Kenichi Handa <handa@m17n.org>
10715
10716 * ftfont.c (ftfont_list): Downcase family name to check generic
10717 families.
10718
10719 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10720 font-spec for QCfont value.
10721
10722 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10723 buffer. Check the return value of it.
10724
10725 2008-05-14 Jason Rumney <jasonr@gnu.org>
10726
10727 * w32term.c (w32_get_glyph_overhangs): Remove.
10728 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10729
10730 2008-05-14 Kenichi Handa <handa@m17n.org>
10731
10732 * font.c (font_prop_validate): Make nil a valid value.
10733 (font_clear_cache): Check if the cached vector of entities is nil
10734 or not.
10735
10736 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10737
10738 * emacs.c (main_thread): Conditionalize on
10739 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10740 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10741
10742 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10743 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10744 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10745
10746 2008-05-14 Kenichi Handa <handa@m17n.org>
10747
10748 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10749 has no corresponding coding system.
10750
10751 2008-05-14 Jason Rumney <jasonr@gnu.org>
10752
10753 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10754
10755 * w32font.h (w32font_open_internal): Update declaration.
10756
10757 * w32font.c (w32font_open_internal): Change last argument from
10758 w32font_info struct to font object. Fill in font object from
10759 font_entity. Get Outline metrics if possible. Use them to
10760 calculate underline position and thickness. Use xlfd name as name
10761 property. Don't set codepage.
10762 (w32font_open): Pass font_object to w32font_open_internal. Don't
10763 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10764 (w32font_draw): Use s->font.
10765 (clear_cached_metrics): Don't clear non-existent blocks.
10766
10767 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10768 font was not found.
10769 (x_draw_glyph_string): Use underline position and thickness from font.
10770
10771 * w32uniscribe.c (uniscribe_open): Pass font_object to
10772 w32font_open_internal.
10773
10774 2008-05-14 Kenichi Handa <handa@m17n.org>
10775
10776 These changes are to delete all legacy font-handling codes, and
10777 make Emacs use only font-backends.
10778
10779 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10780 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10781
10782 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10783
10784 * charset.h (Vcharset_non_preferred_head)
10785 (Vcurrent_iso639_language): Extern them.
10786
10787 * charset.c (Vcharset_non_preferred_head): New variable.
10788 (Vcurrent_iso639_language): New variable.
10789 (syms_of_charset): Declare it as a Lisp variable.
10790 (char_charset): Don't check non preferred charsets. As a last
10791 resort, return charset_unicode.
10792 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10793
10794 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10795 conditionals. Don't check enable_font_backend. Delete all codes
10796 used only when USE_FONT_BACKEND is not defined.
10797
10798 * dispextern.h (struct glyph_string): Change type of `font' to
10799 `struct font *'.
10800 (struct glyph_string): New member underline_position and
10801 underline_thickness.
10802 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10803 (struct face): Change type of `font' to `struct font *'. Remove
10804 members `font_name', `font_info_id'.
10805 (per_char_metric, encode_char): Delete externs.
10806 (calc_pixel_width_or_height): Adjust the prototype.
10807
10808 * emacs.c (enable_font_backend): Delete extern.
10809 (main): Don't set enable_font_backend. Don't check the command
10810 line argument "-disable-font-backend".
10811
10812 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10813 (enum font_property_index): New members FONT_DPI_INDEX,
10814 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10815 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10816 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10817 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10818 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10819 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10820 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10821 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10822 (struct font_spec, struct font_entity): New structs.
10823 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10824 (struct font): Many members from old "struct font_info" moved to
10825 here. Members font and entity deleted.
10826 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10827 the new font-related objects.
10828 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10829 (CHECK_FONT_GET_OBJECT): Likewise.
10830 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10831 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10832 (struct font_driver): New members case_sensitive anc check. Type
10833 of the member list and open changed.
10834 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10835 (font_symbolic_width, font_find_object, font_get_spec)
10836 (font_set_lface_from_name): Delete extern.
10837 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10838
10839 * font.c: Include <strings.h>.
10840 (enable_font_backend): Delete it.
10841 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10842 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10843 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10844 (null_string): Delete it.
10845 (null_vector): Make it static.
10846 (font_family_alist): Delete it.
10847 (Qnormal): Extern it.
10848 (QCextra, QClanguage): Delete it.
10849 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10850 (font_make_spec, font_make_entity, font_make_object)
10851 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10852 the string. Callers changed.
10853 (font_pixel_size): Adjusted for the format change of font-related
10854 objects.
10855 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10856 (font_style_to_value, font_style_symbolic): New function.
10857 (build_font_family_alist): Delete it.
10858 (font_registry_charsets): Use Fassoc_string instead of
10859 assq_no_quit.
10860 (font_prop_validate_symbol): Don't return null_string.
10861 (font_prop_validate_style): Adjusted for the change of
10862 style-related values in a font vector.
10863 (font_property_table): Delete entries for QClanguage and
10864 QCantialias, add entries for QCavgwidth.
10865 (get_font_prop_index): Delete the 2nd argument FROM.
10866 (font_prop_validate): Arguments changed.
10867 (font_put_extra): Adjusted for the change of font-related objects.
10868 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10869 (font_parse_fcname, font_unparse_fcname)
10870 (font_prepare_composition): Likewise.
10871 (font_parse_family_registry): Renamed from font_merge_old_spec.
10872 (otf_open): Delete the 1st arg entity.
10873 (font_otf_capability): Adjusted for the above change.
10874 (font_score): New arg alternate_families. Adjusted for the change
10875 of font-related objects.
10876 (font_sort_entites): New arg best_only.
10877 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10878 Delete them.
10879 (font_match_p): Check alternate families.
10880 (font_find_object): Delete it.
10881 (font_check_object): New function.
10882 (font_clear_cache): Adjusted for the change of font-related objects.
10883 (font_delete_unmatched): New arg.
10884 (font_list_entities): Call font_driver->list with a spec that
10885 doesn't specify style-related properties.
10886 (font_matching_entity): Arguments changed. Caller changed.
10887 (font_open_entity): Adjusted for the change of font-related objects.
10888 (font_close_object, font_has_char, font_encode_char)
10889 (font_get_name, font_get_spec): Likewise.
10890 (font_spec_from_name, font_clear_prop, font_update_lface):
10891 New functions.
10892 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10893 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10894 (font_at): Adjusted for the change of font-related objects.
10895 (font_range): New function.
10896 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10897 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10898 (Fcopy_font_spec, Fmerge_font_spec): New function.
10899 (Ffont_family_list): Renamed from list-families.
10900 (Finternal_set_font_style_table): Arguments changed.
10901 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10902 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10903 change of font-related objects.
10904 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10905
10906 * fontset.h (struct font_info): Delete it. Most members go to
10907 struct font.
10908 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10909 (enum FONT_SPEC_INDEX): Delete it.
10910 (font_info, list_fonts_func, load_font_func, query_font_func)
10911 (set_frame_fontset_func, find_ccl_program_func)
10912 (get_font_repertory_func, new_fontset_from_font_name): Delete
10913 externs.
10914 (fontset_from_font_name): Extern it.
10915 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10916 (FONT_INFO_FROM_FACE): Deleted.
10917 (face_for_font): Adjust prototype.
10918
10919 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10920 conditionals. Don't check enable_font_backend. Delete all codes
10921 used only when USE_FONT_BACKEND is not defined.
10922 (get_font_info_func, list_font_func, load_font_func)
10923 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10924 (get_font_repertory_func): Delete them.
10925 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10926 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10927 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10928 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10929 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10930 (fontset_compare_rfontdef): New function.
10931 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10932 rfont-defs by qsort. Adjusted for the change of font-group vector.
10933 (load_font_get_repertory): Deleted.
10934 (fontset_find_font): Use new macros to ref/set elements of
10935 font-def and rfont-def.
10936 (fontset_font): Fix the timing of remembering that no font for C.
10937 (free_face_fontset): Do nothing if the face has no fontset.
10938 (face_suitable_for_char_p): Use new macros to ref/set elements of
10939 rfont-def.
10940 (face_for_char): Likewise. Call face_for_char with font_object.
10941 (fs_load_font): Delete. Delete #pragma surrounding it.
10942 (fs_query_fontset): Use strcasecmp instead of strcmp.
10943 (generate_ascii_font_name): Adjusted for the format change of
10944 font-spec.
10945 (Fset_fontset_font): Likewise. Use new macros to set elements of
10946 font-def.
10947 (Fnew_fontset): Use font_unparse_xlfd to generate
10948 FONTSET_ASCII (fontset).
10949 (new_fontset_from_font_name): Deleted.
10950 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10951 a fontset is already created for the font. FIx updating of
10952 Vfontset_alias_alist.
10953 (fontset_ascii_font): Deleted.
10954 (Ffont_info): Adjusted for the format change of font-spec.
10955 (Finternal_char_font): Likewise.
10956 (Ffontset_info): Likewise.
10957 (syms_of_fontset): Don't check load_font_func.
10958
10959 * fns.c (internal_equal): Handle PREV_FONT.
10960
10961 * frame.h: Delete USE_FONT_BACKEND conditional.
10962
10963 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10964 conditionals. Don't check enable_font_backend. Delete all codes
10965 used only when USE_FONT_BACKEND is not defined.
10966 (x_set_font): Call x_new_font, not x_new_fontset2.
10967 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10968 already set for the frame.
10969
10970 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10971 a font-entity by font_make_entity. Use font_intern_prop instead
10972 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10973 font property. If a font is scalable, set avgwidth property to 0.
10974 Set font-entity property by font_put_extra.
10975 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10976 (ffont_driver): Adjusted for the change of struct font_driver.
10977 (ftfont_spec_pattern): New function.
10978 (ftfont_list): Return a list, not vector.
10979 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10980 (ftfont_list_family): Don't downcase names.
10981 (ftfont_free_entity): Deleted.
10982 (ftfont_open): Return a font-object. Adjusted for the change of
10983 struct font. Get underline_thickness and underline_position from
10984 font property. Don't update dpyinfo->smallest_font_height and
10985 dpyinfo->smallest_char_width.
10986 (ftfont_close): Don't free `struct font'.
10987 (ftfont_has_char): Adjusted for the format change of font-entity.
10988 (ftfont_encode_char, ftfont_text_extents): Likewise.
10989
10990 * ftxfont.c (ftxfont_list): Return a list, not vector.
10991 (ftxfont_open): Return a font-object. Adjusted for the change of
10992 struct font. Get underline_thickness and underline_position from
10993 font property. Don't update dpyinfo->smallest_font_height and
10994 dpyinfo->smallest_char_width.
10995 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10996 (ftxfont_draw): Adjusted for the change of struct font.
10997
10998 * image.c (image_ascent): Don't include "charset.h". Include
10999 "character.h" and "font.h".
11000
11001 * lisp.h (enum pvec_type): New member PREV_FONT.
11002 (Fassoc_string): EXFUN it.
11003
11004 * print.c: Include font.h.
11005 (print_object): Handle font-related objects.
11006
11007 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11008 conditionals. Don't check enable_font_backend. Delete all codes
11009 used only when USE_FONT_BACKEND is not defined.
11010 (handle_auto_composed_prop): Do nothing if it->f is not on a
11011 window system. Check how many following characters can be
11012 displayed by the same font.
11013 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11014 'struct font *'.
11015 (get_char_face_and_encoding): Assign the whole encoding task to
11016 the `encode-char' method of a font driver.
11017 (fill_composite_glyph_string): Adjusted for the change of `struct
11018 face' and `struct glyph_string'.
11019 (fill_glyph_string): Likewise.
11020 (get_per_char_metric): Arguments changed.
11021 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11022 and `struct glyph_string'.
11023 (produce_stretch_glyph, calc_line_height_property)
11024 (x_produce_glyphs): Likewise.
11025
11026 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11027 conditionals. Don't check enable_font_backend. Delete all codes
11028 used only when USE_FONT_BACKEND is not defined. Use
11029 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11030 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11031 (Qp): Extern them.
11032 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11033 Deleted.
11034 (struct font_name): Deleted.
11035 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11036 (compare_fonts_by_sort_order): New function.
11037 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11038 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11039 Deleted.
11040 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11041 compare_fonts_by_sort_order.
11042 (Fx_font_family_list): Call Ffont_family_list.
11043 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11044 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11045 (face_symbolic_slant, face_symbolic_swidth)
11046 (split_font_name_into_vector, build_font_name_from_vector)
11047 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11048 (font_rescale_ratio, split_font_name, build_font_name)
11049 (free_font_names, sort_fonts, x_face_list_fonts)
11050 (face_font_available_p, sorted_font_list, cmp_font_names)
11051 (font_list_1, concat_font_list, font_list, remove_duplicates):
11052 Deleted.
11053 (Fx_list_fonts): Use Ffont_list.
11054 (LFACE_AVGWIDTH): Deleted.
11055 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11056 by FONTP.
11057 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11058 (set_lface_from_font_name): Delete it.
11059 (set_lface_from_font): Renamed from
11060 set_lface_from_font_and_fontset. Caller changed. Don't set
11061 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11062 for face.
11063 (merge_face_vectors): Copy font-spec if necessary.
11064 Clear properties of the font-spec if necessary.
11065 (merge_face_ref): Clear properties of the font-spec if necessary.
11066 (Finternal_set_lisp_face_attribute): Likewise.
11067 (set_font_frame_param): Use font_load_for_lface to load a
11068 font-object, and call Fmodify_frame_parameters with it.
11069 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11070 font name by Ffont_xlfd_name.
11071 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11072 QCslant, and QCwidth.
11073 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11074 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11075 Compare fonts by EQ.
11076 (lookup_non_ascii_face): Deleted.
11077 (face_for_font): The 2nd argument changed.
11078 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11079 Check atomic font properties by case insensitive.
11080 (realize_non_ascii_face): Set face->overstrike correctly.
11081 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11082 (dump_realized_face): Get font name from
11083 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11084
11085 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11086 conditionals. Don't check enable_font_backend. Delete all codes
11087 used only when USE_FONT_BACKEND is not defined.
11088 (xic_create_xfontset): Original code deleted and renamed from
11089 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11090 (x_make_gc): Don't set GCFont in GCs.
11091 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11092 opened by "fixed".
11093 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11094 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11095 get_font_repertory_func.
11096
11097 * xfont.c: Include <stdlib.h> and "ccl.h".
11098 (struct xfont_info): New structure.
11099 (xfont_query_font): Deleted.
11100 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11101 moved from xterm.c.
11102 (xfont_driver): Adjusted for the change of struct font_driver.
11103 (compare_font_names): New function.
11104 (xfont_list_pattern): Sort font names case insensitively. Make
11105 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11106 (xfont_list): Return a list, not vector.
11107 (xfont_match): If the font doesn't have QCname property, generate
11108 a name from the other font properties.
11109 (xfont_open): Return a font-object. Adjusted for the change of
11110 struct font. Get underline_thickness and underline_position from
11111 font property. Don't update dpyinfo->smallest_font_height and
11112 dpyinfo->smallest_char_width.
11113 (xfont_close): Don't free struct font.
11114 (xfont_prepare_face): Adjusted for the change of struct font.
11115 (xfont_done_face): Deleted.
11116 (xfont_has_char): Adjusted for the change of struct font.
11117 (xfont_encode_char, xfont_draw): Likewise.
11118 (xfont_check): New function.
11119
11120 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11121 callback function.
11122 (xftfont_match): Adjusted for the format change of font-entity.
11123 (xftfont_open): Adjusted for the format change of font-entity and
11124 font-object. Adjusted for the change of struct font. Return a
11125 font-object. Don't update dpyinfo->smallest_font_height and
11126 dpyinfo->smallest_char_width.
11127 (xftfont_close): Block input while calling XftFontClose.
11128 (xftfont_prepare_face): Don't block input while calling
11129 xftfont_get_colors. Adjusted for the change of struct font.
11130 (xftfont_shape): Return value of error case fixed.
11131
11132 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11133
11134 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11135 conditionals.
11136 (FONT_WIDTH): Return (f)->max_width.
11137 (struct x_display_info): Delete member `font'.
11138 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11139 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11140 (struct x_output): Change type of `font' to `struct font *'.
11141
11142 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11143 conditionals. Don't check enable_font_backend. Delete all codes
11144 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11145 (x_per_char_metric, x_encode_char): Deleted.
11146 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11147 (x_compute_glyph_string_overhangs): Adjusted for the change of
11148 `struct face'.
11149 (x_draw_glyph_string_foreground)
11150 (x_draw_composite_glyph_string_foreground): Likewise.
11151 (x_draw_glyph_string): Likewise. Use font->underline_position and
11152 font->underline_thickness.
11153 (x_new_font): Renamed from x_new_fontset2.
11154 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11155 (x_check_font): Call `check' method of a font driver.
11156 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11157 (x_query_font, x_get_font_repertory): Deleted.
11158 (x_find_ccl_program): Renamed and moved to xfont.c.
11159 (x_redisplay_interface): Adjusted for the change of `struct
11160 redisplay_interface'.
11161
11162 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11163 conditionals. Don't check enable_font_backend. Delete all codes
11164 used only when USE_FONT_BACKEND is not defined. Surround non-used
11165 code by "#ifdef OLD_FONT" and "endif".
11166 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11167
11168 * w32font.h (struct w32font_info): New member.
11169 (FONT_COMPAT): New macro.
11170 (w32font_open_internal): Prototype adjusted.
11171
11172 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11173 OLD_FONT" and "endif".
11174
11175 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11176 conditionals. Don't check enable_font_backend. Delete all codes
11177 used only when USE_FONT_BACKEND is not defined.
11178 (w32font_open): Return a font-object. Make a font-object by
11179 font_make_object. Adjusted for the change of struct w32font_info.
11180 (w32font_close): Don't free struct font. Adjusted for the change
11181 of struct w32font_info.
11182 (w32font_encode_char, w32font_text_extents, w32font_draw):
11183 Adjusted for the change of struct w32font_info.
11184 (w32font_draw): Likewise.
11185 (w32font_list_internal): Return a list, not vector.
11186 (w32font_open_internal): Change the 4th arg to font-object.
11187 Adjusted for the change of struct w32font_info and font-object format.
11188 (add_font_name_to_list): Don't downcase names.
11189 (w32_enumfont_pattern_entity): Make a font-entity by
11190 font_make_entity. Adjusted for the format change of font-entity.
11191 Use FONT_SET_STYLE to set a style-related font property. If a
11192 font is scalable, set avgwidth property to 0. Set font-entity
11193 property by font_put_extra.
11194 (font_matches_spec): Adjusted for the format change of font-entity.
11195 (w32_weight_table, w32_decode_weight): New variables.
11196 (w32_encode_weight): New function.
11197 (fill_in_logfont): Adjusted for the format change of font-spec.
11198 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11199 weight value.
11200 (w32font_driver): Adjusted for the change of struct font_driver.
11201
11202 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11203 conditionals. Don't check enable_font_backend. Surround non-used
11204 code by "#ifdef OLD_FONT" and "endif".
11205 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11206 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11207
11208 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11209 conditionals. Don't check enable_font_backend. Delete all codes
11210 used only when USE_FONT_BACKEND is not defined. Surround non-used
11211 code by "#ifdef OLD_FONT" and "endif".
11212
11213 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11214 (uniscribe_open): Return value changed to font-object.
11215 Adjusted for the format change of font-object.
11216 (uniscribe_otf_capability): Adjusted for the change of struct font.
11217 (add_opentype_font_name_to_list): Don't downcase names.
11218 (uniscribe_font_driver): Adjusted for the change of struct
11219 font_driver.
11220
11221 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * dispnew.c (update_frame_1): Check if tty output is still valid
11224 before flushing it.
11225
11226 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11227
11228 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11229 to Gtk+ menus.
11230
11231 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * dired.c (file_name_completion): Tweak the code so as to always do it
11234 in a single pass. Tighten the scope of some variables.
11235
11236 * dired.c (Qdefault_directory): New var.
11237 (file_name_completion): Use it instead of Fexpand_file_name.
11238 (syms_of_dired): Initialize it.
11239
11240 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * fileio.c (double_dollars): Remove dead code.
11243
11244 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11245
11246 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11247 Mention w32-get-true-file-attributes in doc string.
11248
11249 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11250
11251 2008-05-09 Glenn Morris <rgm@gnu.org>
11252
11253 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11254 2008-04-23.
11255
11256 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11257
11258 Support for reporting owner and group of each file on MS-Windows:
11259 * dired.c (stat_uname, stat_gname): New functions, with special
11260 implementation for w32.
11261 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11262
11263 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11264 (dflt_group_name): New static variable.
11265 (dflt_group): Rename from the_group.
11266 (init_user_info): Init dflt_group fields. Get user's group name
11267 from LookupAccountSid.
11268 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11269 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11270 New initialization states.
11271 (globals_of_w32): Initialize them to zero. Initialize the default
11272 group name to "None".
11273 (GetFileSecurity_Name): New global var, the name of the function
11274 to call for GetFileSecurity.
11275 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11276 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11277 (get_file_security, get_security_descriptor_owner)
11278 (get_security_descriptor_group, is_valid_sid)
11279 (get_file_security_desc, get_rid, get_name_and_id)
11280 (get_file_owner_and_group): New functions.
11281 (stat): Use get_file_security_desc and get_file_owner_and_group to
11282 report the owner and primary group of each file. Don't ignore the
11283 high 32 bits of file's size, now that st_size is 64-bit wide.
11284 Fix test when to get true file attributes.
11285 (init_user_info): Use get_rid instead of equivalent inline code.
11286 (fstat): Don't ignore the high 32 bits of file's size.
11287
11288 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * image.c (png_load): Use correct bit-depth for setting background
11291 color.
11292
11293 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11294
11295 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11296 epa-hook.elc.
11297
11298 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11299
11300 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11301
11302 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11303
11304 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11305 because the original parameters are in pure storage now.
11306 (mac_window): Remove unused params. Update callers.
11307
11308 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * lread.c (substitute_object_recurse): Use lower-level primitives.
11311 Don't signal errors when traversing sub-char-tables.
11312 Don't loop over all the possible characters when traversing char-tables.
11313
11314 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11315 just like we do in print.c.
11316
11317 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * minibuf.c (Ftry_completion): Remove code left over from when we used
11320 scmp instead of Fcompare_strings.
11321
11322 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11323
11324 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11325
11326 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11327
11328 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11329 Create bitmap context in native byte order.
11330
11331 * macterm.c (XDrawLine)
11332 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11333 context in native byte order.
11334
11335 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11336
11337 * config.in: Regenerate.
11338
11339 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11340 New definitions for Image I/O support.
11341 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11342 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11343 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11344 (mac_data_provider_release_data, image_load_image_io)
11345 [USE_MAC_IMAGE_IO]: New functions.
11346 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11347 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11348 (init_image_func_pointer) [MAC_OSX]: Remove function.
11349 (image_load_quartz2d) [MAC_OSX]: Check availability of
11350 CGImageCreateWithPNGDataProvider at compile time.
11351 Use lowercase `false' for boolean constant.
11352 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11353 Use image_load_image_io.
11354 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11355 Don't check MyCGImageCreateWithPNGDataProvider.
11356 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11357 Don't call init_image_func_pointer.
11358
11359 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11360
11361 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11362 Make variable non-static.
11363 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11364 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11365
11366 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11367 (RED_FROM_ULONG): Mask off higher bits.
11368 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11369
11370 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11371 Include AvailabilityMacros.h.
11372 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11373 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11374
11375 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * chartab.c (Fset_char_table_range): If range is t, really set all
11378 chars to that value.
11379
11380 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11381
11382 * dired.c (Ffile_attributes): Don't allow the device number become
11383 negative.
11384
11385 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11386
11387 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11388
11389 2008-05-02 Juri Linkov <juri@jurta.org>
11390
11391 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11392 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11393 DEFAULT argument as a list of default values in docstrings.
11394
11395 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11398
11399 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11400
11401 * dispnew.c (change_frame_size_1): Preserve small windows when
11402 shrinking frames by calling set_window_height|width with third
11403 arg 2.
11404
11405 * window.h (struct window): Replace field too_small_ok by field
11406 resize_proportionally.
11407
11408 * window.c (make_window): Initialize resize_proportionally.
11409 (enlarge_window): Temporarily set resize_proportionally to make
11410 sure that shrink_windows does scale the window proportionally.
11411 (shrink_windows): When window has resize_proportionally set try
11412 to shrink it proportionally by stealing from other windows.
11413 (struct saved_window, Fset_window_configuration)
11414 (compare_window_configurations): Handle resize_proportionally.
11415 (WINDOW_TOTAL_SIZE): New macro.
11416 (window_min_size, shrink_windows, size_window): Use it.
11417 (check_min_window_sizes): Remove. Invalid values of
11418 window-min-height|width are handled by window_min_size_2 now.
11419 (size_window, Fsplit_window, enlarge_window)
11420 (adjust_window_trailing_edge, grow_mini_window): Don't call
11421 check_min_window_sizes.
11422 (window_min_size_2, window_min_size_1, window_min_size):
11423 New argument safe_p for retrieving "safe" minimum sizes.
11424 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11425 (adjust_window_trailing_edge, grow_mini_window):
11426 Adjust arguments of window_min_size... functions.
11427 (shrink_windows): Argument min_size removed. New argument
11428 safe_p allows shrinking windows to their safe minimum sizes.
11429 Calculate minimum size and decide whether a window shall be
11430 deleted for each window individually.
11431 (size_window): When nodelete_p equals 2, tell shrink_windows to
11432 delete windows only if their new minimum size is no more safe.
11433 (shrink_window_lowest_first): Call window_min_size_1 to make
11434 sure to preserve modeline of bottom-most window when resizing
11435 the minibuffer.
11436 (Fset_window_configuration, Fcurrent_window_configuration)
11437 (compare_window_configurations): Do not handle
11438 window-min-height|width any more.
11439 (syms_of_window): Clarify window-min-height|width doc-strings.
11440
11441 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11444 some more. Copy some of the code from Ftry_completions.
11445 Remove special case code that dates back to initial revision when the
11446 slash was only added when necessary and that can't trigger nowadays.
11447
11448 2008-04-27 Kenichi Handa <handa@m17n.org>
11449
11450 * font.c (font_prop_validate): Signal `error' instead of `font'.
11451
11452 2008-04-29 Jason Rumney <jasonr@gnu.org>
11453
11454 * w32fns.c (Fw32_battery_status): New defun.
11455 (syms_of_w32fns): Defsubr it.
11456
11457 2008-04-28 Andreas Schwab <schwab@suse.de>
11458
11459 * dired.c (file_name_completion): Fix another mixing of encoded
11460 and decoded names.
11461
11462 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11463
11464 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11465
11466 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11467
11468 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11469
11470 2008-04-27 Andreas Schwab <schwab@suse.de>
11471
11472 * dired.c (file_name_completion): Fix inappropriate mixing of
11473 encoded and decoded names.
11474
11475 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11476
11477 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11478
11479 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11480
11481 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11482 2008-03-31, it's not needed anymore with `struct stat' definition
11483 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11484 for the same reasons.
11485
11486 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11487
11488 * m/sparc.h: Additional redefinitions for GNU/Linux.
11489
11490 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11491
11492 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11493 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11494 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11495 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11496 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11497 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11498 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11499 Likewise.
11500
11501 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11502 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11503 (mac_ax_number_of_characters): Add externs.
11504 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11505 [USE_MAC_TSM]: Likewise.
11506 (mac_handle_text_input_event) [MAC_OSX]:
11507 Handle kEventTextInputOffsetToPos for no active input area case.
11508 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11509 (mac_handle_document_access_event)
11510 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11511 (install_application_handler) [MAC_OSX]: Register handlers for
11512 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11513 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11514 Register mac_handle_document_access_event.
11515
11516 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11517 Make functions non-static.
11518
11519 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11522 (read_file_name_completion_ignore_case, insert_default_directory)
11523 (Qdefault_directory): Move to minibuffer.el.
11524 (Fread_file_name): Call the new `read-file-name' instead.
11525
11526 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11527
11528 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11529 Make function non-static.
11530 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11531 Remove function.
11532 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11533 Move to mactoolbox.c.
11534 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11535
11536 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11537 (mac_rect_make): New macro.
11538
11539 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11540 instead of float.
11541 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11542 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11543 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11544 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11545 CGRectMake.
11546 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11547 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11548 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11549 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11550 instead of WindowRef in argument type.
11551 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11552 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11553 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11554 instead of DISPLAY. All uses changed.
11555 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11556 (x_calc_absolute_position): Simplify so as not to use
11557 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11558
11559 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11560 instead of WindowRef in argument type.
11561 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11562 [TARGET_API_MAC_CARBON]: Remove externs.
11563 (create_apple_event, mac_event_parameters_to_lisp)
11564 [TARGET_API_MAC_CARBON]: Add externs.
11565
11566 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11567 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11568 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11569 is clicked.
11570 (x_activate_menubar): Remove extern for saved_menu_event_location.
11571 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11572 Move from mac.c.
11573
11574 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11575
11576 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11577 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11578
11579 2008-04-23 Jason Rumney <jasonr@gnu.org>
11580
11581 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11582 attributes only for local files.
11583
11584 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11585 default to Qlocal.
11586
11587 2008-04-22 Juri Linkov <juri@jurta.org>
11588
11589 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11590 read-buffer-to-switch instead of using the letter "B".
11591
11592 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * fileio.c (Qdefault_directory): New variable.
11595 (Fread_file_name): Use it to pass `dir' to the completion functions.
11596
11597 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11598
11599 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11600
11601 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 * keyboard.c (Vpre_help_message): Remove.
11604 (show_help_echo): Remove default C code.
11605
11606 * dired.c (directory_files_internal, file_name_completion):
11607 Only call ENCODE_FILE if the string is indeed decoded.
11608
11609 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * Makefile.in (TOOLKIT_DEFINES): Remove.
11612 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11613
11614 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11615
11616 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11617 (mactoolbox.o): New target.
11618
11619 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11620 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11621
11622 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11623 Use mac_set_frame_window_background instead of XSetWindowBackground.
11624 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11625 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11626 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11627 instead of SetWindowTitleWithCFString.
11628 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11629 Move function to mactoolbox.c.
11630 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11631 Use mac_set_window_modified instead of SetWindowModified.
11632 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11633 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11634 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11635 FrontNonFloatingWindow. Use mac_activate_window instead of
11636 ActivateWindow. Use mac_active_non_floating_window instead of
11637 ActiveNonFloatingWindow.
11638 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11639 Use mac_show_hourglass and mac_hide_hourglass.
11640 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11641 instead of GetGlobalMouse.
11642 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11643 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11644 Use mac_bring_window_to_front instead of BringToFront.
11645 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11646 mactoolbox.c.
11647 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11648 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11649 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11650 mactoolbox.c.
11651
11652 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11653 (XtPointer): Move typedef from macmenu.c.
11654 (enum button_type): Move enum from macmenu.c.
11655 (widget_value): Move typedef from macmenu.c.
11656 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11657 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11658 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11659 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11660 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11661 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11662 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11663 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11664 (Selection): Move typedef from macselect.c.
11665 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11666 macterm.c.
11667 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11668 (mac_is_window_collapsed, mac_bring_window_to_front)
11669 (mac_send_window_behind, mac_hide_window, mac_show_window)
11670 (mac_collapse_window, mac_front_non_floating_window)
11671 (mac_active_non_floating_window, mac_activate_window)
11672 (mac_move_window_structure, mac_move_window, mac_size_window)
11673 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11674
11675 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11676 (enum mac_menu_kind): Move enum to mactoolbox.c.
11677 (min_menu_id): Move variable to mactoolbox.c.
11678 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11679 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11680 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11681 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11682 [TARGET_API_MAC_CARBON]: Likewise.
11683 (XtPointer): Move typedef to macgui.h.
11684 (enum button_type): Move enum to macgui.h.
11685 (widget_value): Move typedef to macgui.h.
11686 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11687 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11688 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11689 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11690 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11691 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11692 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11693 (popup_activated_flag): Make variable non-static.
11694 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11695 (add_menu_item, fill_menu, dispose_menus):
11696 Move functions to mactoolbox.c.
11697 (restore_show_help_function, menu_target_item_handler)
11698 (install_menu_target_item_handler, mac_handle_dialog_event)
11699 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11700 [TARGET_API_MAC_CARBON]: Likewise.
11701 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11702 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11703 (find_and_call_menu_selection, name_is_separator): Make function
11704 non-static.
11705 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11706 to mactoolbox.c.
11707 (set_frame_menubar): Don't call install_menu_quit_handler.
11708 (menu_item_selection): New variable.
11709 (mac_menu_show): Use create_and_show_popup_menu.
11710 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11711 selection but set variable menu_item_selection. All uses changed.
11712 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11713 Call install_menu_quit_handler. Move to mactoolbox.c.
11714
11715 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11716 (Selection): Move typedef to macgui.h.
11717 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11718 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11719 Make variables non-static.
11720 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11721 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11722 Make functions non-static.
11723 (Vmac_service_selection) [MAC_OSX]: Likewise.
11724 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11725 (mac_valid_selection_target_p, mac_clear_selection)
11726 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11727 (mac_put_selection_value, mac_selection_has_target_p)
11728 (mac_get_selection_value, mac_get_selection_target_list)
11729 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11730 Move functions to mactoolbox.c.
11731 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11732 Likewise.
11733 (copy_scrap_flavor_data, mac_handle_service_event)
11734 (install_service_handler) [MAC_OSX]: Likewise.
11735 (syms_of_macselect) <Vmac_dnd_known_types>:
11736 Use mac_dnd_default_known_types.
11737
11738 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11739 Move to mactoolbox.c.
11740 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11741 (Fx_selection_owner_p): Add EXFUN.
11742 (install_window_handler, remove_window_handler, XSetWindowBackground):
11743 Remove externs.
11744 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11745 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11746 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11747 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11748 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11749 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11750 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11751 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11752 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11753 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11754 (mac_valid_selection_target_p, mac_clear_selection)
11755 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11756 (mac_put_selection_value, mac_selection_has_target_p)
11757 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11758 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11759 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11760 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11761 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11762 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11763 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11764 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11765 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11766
11767 * mactoolbox.c: New file.
11768
11769 2008-04-18 Jason Rumney <jasonr@gnu.org>
11770
11771 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11772
11773 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * character.c (Fmultibyte_char_to_unibyte):
11776 Return latin1 chars unchanged.
11777
11778 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11779 relocated if it points to `name'.
11780
11781 2008-04-17 Kenichi Handa <handa@m17n.org>
11782
11783 * data.c (Faset): Allow setting a multibyte character in an
11784 ASCII-only unibyte string.
11785
11786 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11787
11788 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11791 done in config.h.
11792
11793 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
11794
11795 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11796 (Fchar_direction): Add usage in the docstring.
11797
11798 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
11799
11800 * keyboard.c (read_key_sequence): Remove always-true checks.
11801
11802 2008-04-14 Jason Rumney <jasonr@gnu.org>
11803
11804 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11805 compatibility struct, for better underline positioning.
11806
11807 2008-04-13 David Hansen <david.hansen@gmx.net>
11808
11809 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11810 string.
11811
11812 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11813
11814 * m/hp800.h (XUINT, XSET): Remove.
11815
11816 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11819 previous change.
11820
11821 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11824 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11825
11826 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * keymap.h (map_keymap_canonical): Declare.
11829 * xmenu.c (single_keymap_panes): Use it.
11830
11831 2008-04-11 Glenn Morris <rgm@gnu.org>
11832
11833 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11834 set the target's value to that of the alias.
11835
11836 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * term.c (set_tty_color_mode): Left over typo.
11839
11840 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
11841
11842 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11843 only after check for file name handler functions. Signal, when
11844 native functionality is not supported.
11845 (syms_of_fileio): Declare it unconditionally.
11846
11847 2008-04-10 Jason Rumney <jasonr@gnu.org>
11848
11849 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11850 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11851
11852 * w32.c (logon_network_drive): Also logon to remote drives that
11853 are mapped to drive letters.
11854
11855 2008-04-10 Glenn Morris <rgm@gnu.org>
11856
11857 * xdisp.c (truncate-partial-width-windows): Doc fix.
11858
11859 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11862 Move functions to minibuffer.el.
11863 (syms_of_fileio): Don't declare them.
11864
11865 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11868 (syms_of_minibuf): Remove its initialization.
11869
11870 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11871
11872 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11873
11874 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11875
11876 2008-04-09 Jason Rumney <jasonr@gnu.org>
11877
11878 * makefile.w32-in (distclean): Delete makefile too.
11879 (maintainer-clean): New target.
11880
11881 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11882
11883 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11884 for new font backend and composite cases.
11885
11886 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11887
11888 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11889 Most of the code moved to run_timers.
11890 (do_pending_atimers): Call run_timers.
11891 (run_timers): New function.
11892
11893 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11894 run atimers.
11895
11896 * process.c (wait_reading_process_output): The same as above.
11897
11898 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * minibuf.c (last_exact_completion): Remove variable.
11901 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11902 (complete_and_exit_1, complete_and_exit_2)
11903 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11904 (Fdisplay_completion_list, display_completion_list_1)
11905 (Fminibuffer_completion_help, Fself_insert_and_exit)
11906 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11907 minibuffer.el.
11908 (syms_of_minibuf): Remove corresponding initializations.
11909
11910 * keyboard.c (Qdeactivate_mark): New var.
11911 (command_loop_1): Use it to call `deactivate-mark'.
11912 (syms_of_keyboard): Initialize it.
11913
11914 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11915 to another frame.
11916 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11917 Don't call set_tty_color_mode.
11918 (store_frame_param): Reset previous_frame rather than call
11919 set_tty_color_mode.
11920 * term.c (set_tty_color_mode): Rewrite.
11921 * dispextern.h (set_tty_color_mode): New type.
11922 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11923
11924 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11927 for generic chars, which do not exist any more in emacs-unicode.
11928
11929 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11930
11931 * coding.c (detect_coding_emacs_mule)
11932 (Ffind_operation_coding_system): Fix typo.
11933
11934 2008-04-08 Jason Rumney <jasonr@gnu.org>
11935
11936 * w32uniscribe.c (SNAME): Extract only symbol name.
11937
11938 * w32font.h (struct w32_metric_cache): New struct.
11939 (w32font_info): Use it.
11940 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11941 (CACHE_BLOCKSIZE): New constants.
11942
11943 * w32font.c (Qja, Qko, Qzh): New symbols.
11944 (syms_of_w32font): Initialise them.
11945 (font_matches_spec): Use them to filter by language.
11946 (recompute_cached_metrics): Remove function.
11947 (compute_metrics, clear_cached_metrics): New functions.
11948 (w32font_encode_char): Use them to manage metric cache.
11949 (w32font_text_extents): Cache metrics for all glyphs on demand.
11950 Delay converting glyph indices to WORD until needed.
11951 (w32font_open_internal): Initialize metric cache to empty.
11952 (registry_to_w32_charset): Charset should always be a symbol.
11953 (fill_in_logfont, list_all_matching_fonts): Family should
11954 always be a symbol.
11955
11956 2008-04-06 Jason Rumney <jasonr@gnu.org>
11957
11958 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11959 Give up if glyph indices not supported. Use uniscribe obtained
11960 ABC widths for individual metrics. Map glyph clusters back to
11961 characters using fClusterStart flag. Return number of glyphs
11962 produced, not chars processed.
11963 (uniscribe_shape): Map char at FROM to current glyph.
11964
11965 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11966
11967 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11968 Use SetMenuItemHierarchicalMenu.
11969
11970 2008-04-05 Jason Rumney <jasonr@gnu.org>
11971
11972 * image.c (pbm_load): Allow color values up to 65535.
11973 Throw an error if max_color_idx is outside the supported range.
11974 Report an error when image size is invalid.
11975 Read two bytes at a time when raw images have max_color_idx above 255.
11976
11977 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11978
11979 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11980 cFileName a file name that includes `?' characters, use the 8+3
11981 alias in cAlternateFileName instead.
11982
11983 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11984
11985 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11986 append "CCL: Quitted" when the CCL program is quitted.
11987 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11988
11989 * ccl.h (struct ccl_program): New member quit_silently.
11990
11991 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * search.c (compile_pattern_1): Treat non-nil and non-string of
11994 search-spaces-regexp as nil.
11995
11996 * minibuf.c (Fassoc_string): Tweak docstring.
11997
11998 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11999
12000 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12001 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12002 2008-03-14 to force inode be positive.
12003
12004 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12005 _S_* ones, since we now use our own sys/stat.h.
12006 (stat, fstat): Don't mangle the inode number.
12007 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12008
12009 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12010
12011 * frame.h (struct frame): Give one more bit to `visible' since we use
12012 values larger than 1 to indicate obscured frames on ttys.
12013
12014 * keymap.c (Qkeymap_canonicalize): New var.
12015 (Fmap_keymap_internal): New fun.
12016 (describe_map): Use keymap-canonicalize.
12017
12018 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12019 (Fundo_boundary): Set them.
12020 (syms_of_undo): Initialize them.
12021 (record_point): Use them instead of last_point_position*.
12022 (last_undo_buffer): Change type.
12023
12024 2008-04-04 Jason Rumney <jasonr@gnu.org>
12025
12026 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12027 (recompute_cached_metrics): Don't set ascent and descent per char.
12028
12029 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12030 (uniscribe_check_otf): Add GC protection before consing.
12031 Rearrange loop for counting features.
12032
12033 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12036 buffer with byte-size of source buffer.
12037
12038 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * callint.c (Fcall_interactively): Handle temporary region even
12041 when shift-select-mode is off.
12042
12043 2008-04-03 Jason Rumney <jasonr@gnu.org>
12044
12045 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12046
12047 2008-04-03 Kenichi Handa <handa@m17n.org>
12048
12049 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12050 (CATEGORY_MASK_UTF_16): Likewise.
12051 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12052 binary file.
12053 (detect_coding): Add null-byte detection for a binary file.
12054 (detect_coding_system): Likewise.
12055
12056 2008-04-03 Jason Rumney <jasonr@gnu.org>
12057
12058 * w32uniscribe.c: New file.
12059
12060 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12061
12062 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12063
12064 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12065 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12066 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12067 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12068 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12069 (Qphonetic): New symbols.
12070 (syms_of_w32font): Initialize them.
12071 (font_supported_scripts): Use them.
12072 (w32font_list_family): List all charsets.
12073 (w32font_text_extents, recompute_cached_metrics): Fix metric
12074 calculations.
12075 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12076 Give opentype fonts their own format.
12077 (font_matches_spec): New arguments backend and logfont.
12078 Handle :otf spec for uniscribe backend.
12079 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12080 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12081
12082 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12083 font backend.
12084 (globals_of_w32fns): Initialize uniscribe font backend.
12085
12086 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12087 dependencies.
12088 (w32uniscribe.$(O)): New file to build.
12089 (FONT_OBJ): Include w32uniscribe.$(O).
12090 (LIBS): Add uniscribe libraries.
12091
12092 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12093
12094 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12095
12096 * callint.c (Vshift_select_mode): New var.
12097 (Finteractive): Document new ^ spec.
12098 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12099 is present.
12100
12101 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12102 (command_loop_1): Avoid running the direct display versions of
12103 forward-char and backward-char if shift-selection may occur.
12104 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12105 shift-translation takes place.
12106
12107 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12108 avoid clobbering by define-minor-mode.
12109
12110 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12111 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12112
12113 * syntax.c (Fforward_word): Add ^ interactive spec.
12114
12115 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12116 (Fscroll_right): Add ^ interactive spec.
12117
12118 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12121
12122 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12123
12124 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12125
12126 2008-03-31 Juri Linkov <juri@jurta.org>
12127
12128 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12129
12130 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12131
12132 * gtkutil.c (xg_set_geometry): Fix indentation.
12133 (xg_resize_outer_widget): Remove.
12134 (x_wm_size_hint_off): Fix indentation.
12135 (xg_frame_set_char_size): Call flush_and_sync after
12136 gtk_window_resize.
12137 (x_wm_set_size_hint): Pass NULL as geometry window to
12138 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12139 Add menu bar and tool bar height to base height.
12140 (xg_update_frame_menubar, free_frame_menubar)
12141 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12142 (update_frame_tool_bar, free_frame_tool_bar):
12143 Change xg_resize_outer_widget to xg_frame_set_char_size.
12144
12145 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12146
12147 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12148 (Fdbus_call_method): New parameter TIMEOUT.
12149 (dbus-send-signal): Optimize UNGCPRO call.
12150
12151 2008-03-29 Juri Linkov <juri@jurta.org>
12152
12153 * window.c (Fdisplay_buffer): Move call to
12154 Vsplit_window_preferred_function out of conditions that check
12155 if window is eligible for vertical splitting.
12156 When Vsplit_window_preferred_function is non-nil, call it and use
12157 its non-nil return value as window. Otherwise, continue doing
12158 vertical splitting using Fsplit_window with arg horflag=nil.
12159 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12160 default value from `split-window' to nil.
12161
12162 2008-03-29 Juri Linkov <juri@jurta.org>
12163
12164 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12165 for interactive code letters 'b' and 'B'.
12166
12167 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12168
12169 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12170 multibyte string.
12171
12172 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * keyboard.c (pending_funcalls): New var.
12175 (timer_check): Run it.
12176 (syms_of_keyboard): Initialize it.
12177 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12178 (Vdelete_terminal_functions): New vars.
12179 (syms_of_terminal): Initialize them.
12180 (Fdelete_terminal): Run delete-terminal-functions.
12181 * xdisp.c (safe_eval): Rewrite.
12182 (safe_call2): New fun.
12183 * frame.c (Qdelete_frame_functions): New var.
12184 (syms_of_frame): Initialize it.
12185 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12186 * lisp.h (safe_call2, pending_funcalls): Declare.
12187
12188 2008-03-28 Andreas Schwab <schwab@suse.de>
12189
12190 * indent.c (Fmove_to_column): Move declaration before statements.
12191
12192 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12195 (struct frame): Use bit fields for boolean vars.
12196
12197 * process.c (server_accept_connection): Simplify naming.
12198 (emacs_get_tty_pgrp): Use SDATA.
12199
12200 * coding.c (decode_coding_object): Fix last change.
12201
12202 2008-03-27 Jason Rumney <jasonr@gnu.org>
12203
12204 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12205
12206 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12207
12208 * charset.c (Fdefine_charset_internal): Change the way of
12209 registering charsets in Vcharset_order_list.
12210 (syms_of_charset): Make the charset `eight-bit' supplementary.
12211
12212 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12213
12214 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12215 operations, to avoid having the difference between pointers
12216 overflow.
12217
12218 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * indent.c (check_display_width): New fun.
12221 (scan_for_column): Use it.
12222
12223 * data.c (syms_of_data): Mark most-positive-fixnum and
12224 most-negative-fixnum as constants.
12225
12226 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12227
12228 * indent.c (scan_for_column): Extract from current_column_1.
12229 Merge with the same code from Fmove_to_column.
12230 (current_column_1, Fmove_to_column): Use it.
12231
12232 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * keymap.c (map_keymap_internal): New fun.
12235 (map_keymap): Use it.
12236 (Fmap_keymap_internal): New fun.
12237 (Fmap_keymap): Remove left-out test from before make_save_value.
12238
12239 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12240
12241 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12242 Use XCAR/XCDR.
12243
12244 * process.h (struct Lisp_Process): Remove filter_multibyte.
12245 * process.c (QCfilter_multibyte): Remove.
12246 (setup_process_coding_systems): Don't use filter_multibyte.
12247 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12248 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12249 (Fset_process_filter_multibyte): Change the coding-system to
12250 approximate the previous behavior.
12251 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12252 coding-system.
12253
12254 * coding.c (decode_coding_object): When not decoding into a buffer,
12255 obey the coding system's preference of (uni|multi)byte.
12256
12257 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12260 every char is changed and has a different byte-length.
12261 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12262 Fix int -> EMACS_INT.
12263
12264 2008-03-23 David Hansen <david.hansen@gmx.net>
12265
12266 * dbusbind.c (xd_read_message): Remove extra copying of message
12267 strings. Check for NULL `interface' or `member'.
12268
12269 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12270
12271 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12272 cFileName a file name that includes `?' characters, use the 8+3
12273 alias in cAlternateFileName instead.
12274
12275 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12278
12279 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12282 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12283 work on current_buffer only instead (that was already the case
12284 for some of the code anyway).
12285 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12286 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12287 (SET_PT, SET_PT_BOTH): Adjust.
12288 * intervals.h (set_point, temp_set_point, set_point_both)
12289 (temp_set_point_both): Remove redundant declarations.
12290
12291 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * fileio.c (Finsert_file_contents):
12294 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12295 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12296 when buffer != current_buffer anyway.
12297
12298 2008-03-20 Andreas Schwab <schwab@suse.de>
12299
12300 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12301 as default.
12302
12303 2008-03-19 Jason Rumney <jasonr@gnu.org>
12304
12305 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12306 (syms_of_w32fns): Initialize them.
12307 (HOURGLASS_ID): New constant.
12308 (x_window_to_frame): Don't check hourglass_window.
12309 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12310 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12311 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12312 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12313 Only change the cursor if hourglass is not active.
12314 (Fx_create_frame): Initialize frame's current_cursor.
12315 (hourglass_atimer): Remove.
12316 (hourglass_started): New function.
12317 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12318 (show_hourglass): Adapt to w32, changing argument to frame.
12319
12320 * w32term.h (struct w32_output): Remove hourglass_window.
12321 Add current_cursor.
12322
12323 * eval.c (call_debugger, Fsignal):
12324 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12325 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12326 (Fexecute_extended_command, cancel_hourglass_unwind):
12327 * minibuf.c (read_minibuf):
12328 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12329
12330 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * window.c (run_funs): New fun.
12333 (run_window_configuration_change_hook): Use it to run the buffer-local
12334 and the global part of the hook.
12335
12336 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12337 (unwind_format_mode_line): Restore selected window.
12338 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12339
12340 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * editfns.c (Fchar_equal): Check they are valid characters.
12343
12344 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12345
12346 2008-03-17 Andreas Schwab <schwab@suse.de>
12347
12348 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12349 against a charset.
12350
12351 * lisp.h (Fbuffer_list): Declare.
12352
12353 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12354
12355 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12356 handlebox_widget is != 0.
12357
12358 2008-03-16 Juri Linkov <juri@jurta.org>
12359
12360 * callint.c (Fcall_interactively): For interactive code letters
12361 'b' and 'B' put the buffer list into the list of default "future"
12362 values of the minibuffer.
12363
12364 2008-03-16 Andreas Schwab <schwab@suse.de>
12365
12366 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12367 modifiers.
12368
12369 * regex.c (re_match_2_internal): Correct matching of a charset
12370 against latin-1 characters.
12371
12372 2008-03-16 Kenichi Handa <handa@m17n.org>
12373
12374 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12375 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12376 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12377 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12378 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12379 CHAR_STRING_ADVANCE.
12380 (produce_chars): Fix for the case that the source and the
12381 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12382 instead of CHAR_STRING_ADVANCE.
12383 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12384 STRING_CHAR_ADVANCE.
12385
12386 2008-03-15 Andreas Schwab <schwab@suse.de>
12387
12388 * regex.c (re_match_2_internal): Correct matching of eight bit
12389 characters in unibyte strings.
12390
12391 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12392
12393 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12394 at end of range when it coincides with the end of the buffer.
12395
12396 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12397
12398 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12399
12400 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12401
12402 2008-03-14 Jason Rumney <jasonr@gnu.org>
12403
12404 * editfns.c (initial_tz): New variable.
12405 (syms_of_editfns): Initialize it.
12406 (Fset_time_zone_rule): Set it when first called.
12407 Use it when TZSTRING is nil.
12408
12409 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12410 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12411 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12412 (globals_of_w32fns): Initialize them.
12413 (compute_tip_xy): Use them to position tooltips.
12414
12415 2008-03-14 Glenn Morris <rgm@gnu.org>
12416
12417 * emacs.c (main): Revert previous change.
12418 (standard_args): Revert -internal-script back to -scriptload,
12419 and remove the long-option form.
12420
12421 2008-03-13 Glenn Morris <rgm@gnu.org>
12422
12423 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12424 Remove option -enable-font-backend.
12425
12426 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12429
12430 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12431
12432 * xterm.c (x_connection_closed): For GTK: If this is the last
12433 terminal just exit without closing the display.
12434
12435 2008-03-11 Jason Rumney <jasonr@gnu.org>
12436
12437 * w32font.c (w32font_full_name): Use floor to round.
12438
12439 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12440
12441 * sound.c (alsa_configure): Declare vol at beginning of block.
12442
12443 * fontset.c (Ffontset_info): Remove extra semicolon.
12444
12445 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12448 size of resulting string.
12449
12450 2008-03-10 Jason Rumney <jasonr@gnu.org>
12451
12452 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12453
12454 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12455
12456 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12457 Don't pretend as if characters with display property haven't been
12458 consumed for string-replacing-string case.
12459
12460 2008-03-08 Kim F. Storm <storm@cua.dk>
12461
12462 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12463 (get_next_display_element, next_element_from_string)
12464 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12465
12466 2008-03-08 Andreas Schwab <schwab@suse.de>
12467
12468 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12469
12470 2008-03-06 Jason Rumney <jasonr@gnu.org>
12471
12472 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12473 when charset not specified. Only translate ANSI to unicode when
12474 font_type is truetype.
12475 (w32font_coverage_ok): New function.
12476 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12477
12478 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12479
12480 * lread.c (Fread_char): Resolve modifiers.
12481 (Fread_char_exclusive): Likewise.
12482
12483 * character.c (char_resolve_modifier_mask): New function.
12484 (char_string): Use char_resolve_modifier_mask.
12485 (Fchar_resolve_modifiers): New function.
12486 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12487 function.
12488
12489 2008-03-04 Jason Rumney <jasonr@gnu.org>
12490
12491 * makefile.w32-in: Always include w32font.c in the build.
12492 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12493
12494 2008-03-04 Andreas Schwab <schwab@suse.de>
12495
12496 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12497 (versionclean): Likewise.
12498
12499 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12500
12501 * .cvsignore: Add oo.
12502
12503 2008-03-03 Andreas Schwab <schwab@suse.de>
12504
12505 * coding.c (decode_coding_object): Inhibit gap shrinking while
12506 decoding in place.
12507
12508 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12509
12510 * w32term.c: Remove unused include "gnu.h".
12511 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12512
12513 * gnu.h: Rename to ...
12514 * emacs-icon.h: ... this.
12515 * xterm.c: Use emacs-icon.h instead of gnu.h.
12516 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12517
12518 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12519
12520 * w32font.c: Include math.h.
12521
12522 2008-03-03 Jason Rumney <jasonr@gnu.org>
12523
12524 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12525 Compute options separately.
12526 (w32font_open_internal): Set glyph_idx before caching metrics.
12527
12528 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12529 Define if system headers don't.
12530 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12531 (w32font_encode_char): Don't declare here.
12532
12533 * w32font.c (Quniscribe, QCformat): New symbols.
12534 (syms_of_w32font): Define them.
12535 (w32font_has_char): Indicate uncertainty.
12536 (w32font_encode_char): Encode as glyph point. Make static.
12537 (recompute_cached_metrics): New function.
12538 (w32font_open_internal): Use it. Set font to use glyph points
12539 initially. Set format based on type of font.
12540 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12541 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12542 on it. Set format based on information available here.
12543 (add_font_entity_to_list): Identify backend based on opentype_only.
12544
12545 2008-03-02 Andreas Schwab <schwab@suse.de>
12546
12547 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12548
12549 * coding.c (decode_coding_big5, produce_chars):
12550 Fix typos in last change.
12551
12552 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12553
12554 * gnu.h: New icon.
12555
12556 2008-03-02 Kenichi Handa <handa@m17n.org>
12557
12558 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12559 `dos', don't decode '\r' if that is the last in the source.
12560 (decode_coding_utf_16, decode_coding_emacs_mule)
12561 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12562 (decode_coding_raw_text, decode_coding_charset): Likewise.
12563 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12564
12565 2008-03-01 Jason Rumney <jasonr@gnu.org>
12566
12567 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12568
12569 2008-03-01 Kim F. Storm <storm@cua.dk>
12570
12571 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12572
12573 2008-03-01 Jason Rumney <jasonr@gnu.org>
12574
12575 * w32font.c (w32font_full_name): New function.
12576 (w32font_open_internal): Use it.
12577
12578 2008-03-01 Kim F. Storm <storm@cua.dk>
12579
12580 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12581
12582 2008-03-01 Jason Rumney <jasonr@gnu.org>
12583
12584 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12585
12586 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12587
12588 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12589 xg_frame_resized when the event is for the edit widget.
12590
12591 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12592
12593 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12594 set_char_size.
12595 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12596 operations on widgets here. Just set frame size if needed.
12597 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12598 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12599 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12600 the whole frame.
12601 (xg_create_tool_bar): Move attachment of the tool bar to
12602 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12603 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12604
12605 2008-03-01 Jason Rumney <jasonr@gnu.org>
12606
12607 * w32fns.c (w32_msg_pump): Disable debug code.
12608
12609 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12610
12611 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12612
12613 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * xdisp.c (next_overlay_string): Don't set
12616 overlay_strings_at_end_processed_p if we're currently reading from
12617 a display string.
12618
12619 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * xdisp.c (get_overlay_strings_1): Fix typo.
12622
12623 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12624
12625 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12626
12627 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12628
12629 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12630
12631 * xdisp.c (display_mode_element): Cancel the previous change.
12632 (decode_mode_spec): Likewise.
12633 (handle_auto_composed_prop): Don't make composition if it->string
12634 is a string.
12635
12636 2008-02-27 Kim F. Storm <storm@cua.dk>
12637
12638 * lisp.h (GLYPH): Change type from int to struct with separate char
12639 and face_id members.
12640 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12641 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12642 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12643 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12644 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12645 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12646 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12647 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12648 handle new Lisp glyph code encoding, either an integer or a cons.
12649
12650 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12651 (GLYPH_ALIAS): Delete.
12652 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12653 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12654 (GLYPH_FROM_CHAR): Replace macro by ...
12655 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12656
12657 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12658 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12659 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12660 (GLYPH_INVALID_P): New macro.
12661 (spec_glyph_lookup_face): Update prototype.
12662
12663 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12664 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12665 new glyph code encoding.
12666 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12667 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12668
12669 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12670 Adapt to new glyph type and new glyph code encoding.
12671
12672 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12673
12674 * indent.c (current_column, current_column_1, Fmove_to_column)
12675 (compute_motion): Adapt to new glyph code encoding.
12676
12677 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12678
12679 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12680
12681 * process.c (wait_reading_process_output): Check for window
12682 changes caused by timers.
12683 Suggested by Johan Bockgård.
12684
12685 2008-02-27 Glenn Morris <rgm@gnu.org>
12686
12687 * emacs.c (USAGE1): Add `--disable-font-backend'.
12688
12689 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12692 is made to the buffer.
12693
12694 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12697 (face_at_string_position):
12698 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12699 (face_at_string_position):
12700 * xdisp.c (display_string, next_overlay_change):
12701 * buffer.h (overlays_at):
12702 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12703 Update callers.
12704
12705 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12706
12707 * editfns.c (Fformat): Doc fix.
12708
12709 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12712 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12713 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12714
12715 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * buffer.c (Fbuffer_swap_text): New function.
12718 (syms_of_buffer): Defsubr it.
12719
12720 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12721
12722 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12723
12724 2008-02-25 Jason Rumney <jasonr@gnu.org>
12725
12726 * w32font.c (w32font_draw): Draw one character at a time when padding.
12727
12728 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12731 Handle a nil arg. Use run_window_configuration_change_hook.
12732 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12733 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12734 Use run_window_configuration_change_hook.
12735
12736 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12737
12738 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12739 1-pixel width.
12740
12741 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12742
12743 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12744 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12745 if the glyph in the font is zero pixel with.
12746
12747 * dispextern.h (struct glyph_string): New member padding_p.
12748
12749 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12750
12751 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12752
12753 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12754
12755 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12756
12757 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12758
12759 2008-02-25 Jason Rumney <jasonr@gnu.org>
12760
12761 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12762
12763 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 Allow fine-grained image-cache flushing.
12766 * dispextern.h (struct image): Add `dependencies' field.
12767 (clear_image_caches): Change arg to Lisp_Object.
12768 * image.c (make_image): Initialize `dependencies' field.
12769 (clear_image_cache): Change arg to allow fine-grained flushing.
12770 Perform the flush even if image-cache-eviction-delay is nil.
12771 (clear_image_caches): Change arg to Lisp_Object.
12772 (Fclear_image_cache): Expand meaning of the argument.
12773 (mark_image): Mark `dependencies' field.
12774 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12775 (lface_hash): Use XHASH rather than XFASTINT.
12776 (face_at_buffer_position): Fix int -> EMACS_INT position.
12777 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12778 (select_frame_for_redisplay): Remove code duplication.
12779 (redisplay_internal): Adapt arg to call to clear_image_caches.
12780
12781 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12782
12783 * s/vms4-0.h:
12784 * s/vms4-2.h:
12785 * s/vms4-4.h:
12786 * s/vms5-5.h: Remove, unused.
12787
12788 * s/irix5-2.h:
12789 * s/irix6-0.h:
12790 * s/riscos5.h:
12791 * s/mach-bsd4-3.h:
12792 * m/mips4.h: Remove files for obsolete systems.
12793
12794 * Makefile.in:
12795 * filelock.c:
12796 * unexmips.c:
12797 * m/hp9000s300.h:
12798 * m/iris4d.h:
12799 * s/aix3-1.h:
12800 * s/hpux.h:
12801 * s/msdos.h:
12802 * s/usg5-0.h:
12803 * s/usg5-2-2.h:
12804 * s/usg5-2.h:
12805 * s/usg5-3.h: Remove references to obsolete variables.
12806
12807 * s/irix5-0.h: Remove, move all the contents ...
12808 * s/irix6-5.h: ... here. Simplify.
12809 * config.in: Regenerate.
12810
12811 2008-02-24 Jason Rumney <jasonr@gnu.org>
12812
12813 * w32term.c (x_draw_glyph_string_background): Clear the background
12814 manually when cleartype is in use.
12815 (x_draw_glyph_string_foreground): Draw text transparently when
12816 cleartype is in use.
12817
12818 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12819 a font into it unless we have to.
12820
12821 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12824 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
12825
12826 2008-02-18 Jason Rumney <jasonr@gnu.org>
12827
12828 * w32fns.c (Fw32_shell_execute): Encode parameters.
12829
12830 2008-02-09 Eli Zaretskii <eliz@gnu.org>
12831
12832 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12833
12834 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
12835
12836 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12837
12838 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12839
12840 * xterm.c (x_set_offset): Don't change the gravity if
12841 CHANGE_GRAVITY is -1.
12842
12843 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * fileio.c (auto_save_error_occurred): New var.
12846 (auto_save_error): Set it.
12847 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12848 error occurred.
12849
12850 2008-02-23 Eli Zaretskii <eliz@gnu.org>
12851
12852 * w32.c (globals_of_w32): Add initializations for
12853 g_b_init_get_sid_sub_authority and
12854 g_b_init_get_sid_sub_authority_count.
12855
12856 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12859 (font_parse_xlfd): Use them for sanity check.
12860 (Finternal_set_font_style_table): Make sure the table is bijective.
12861
12862 Consolidate the image_cache to the terminal struct.
12863 * termhooks.h (P_): Remove redundant def.
12864 (struct terminal): New field `image_cache'.
12865 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12866 of FRAME_X_IMAGE_CACHE.
12867 * xterm.h (struct x_display_info): Remove image_cache field.
12868 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12869 * w32term.h (struct w32_display_info): Remove image_cache field.
12870 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12871 * macterm.h (struct mac_display_info): Remove image_cache field.
12872 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12873 * xterm.c (x_term_init):
12874 * w32term.c (w32_term_init):
12875 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12876 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12877 Remove declarations.
12878 (clear_image_caches, mark_image_cache): New declarations.
12879 * xfaces.c (clear_face_cache):
12880 * xdisp.c (redisplay_internal): Use clear_image_caches.
12881 * image.c (clear_image_cache): Don't check that a frame is on
12882 a window-system before checking if it shares the same cache.
12883 (clear_image_caches): New function.
12884 (Fclear_image_cache): Use it.
12885 (mark_image): Move from allo.c.
12886 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12887 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12888 (mark_object): Don't call mark_image_cache for frames.
12889 (mark_terminals): Call mark_image_cache.
12890
12891 * lisp.h (Fdelete_terminal): Declare.
12892
12893 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12894 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12895 wrong_type_argument.
12896
12897 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12898
12899 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12900 malayalam.el, and tamil.el. Add sinhala.el.
12901
12902 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * xterm.c (x_connection_closed): Consolidate identical tests.
12905 (x_delete_terminal): Don't crash if called via x_connection_closed.
12906
12907 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12908
12909 * xdisp.c (decode_mode_spec): New arg string.
12910 (display_mode_element): Adjust for the above change.
12911
12912 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * callint.c (Fcall_interactively): Use AREF.
12915
12916 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12919
12920 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12921
12922 * xfns.c (Fx_show_tip): Set string to " " if empty.
12923
12924 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12925
12926 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12927 with Qt.
12928
12929 2008-02-17 Kenichi Handa <handa@m17n.org>
12930
12931 * ftfont.c (ftfont_shape): Return Lispy number.
12932
12933 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12934 for GCs.
12935 (Finternal_set_font_selection_order): Call font_update_sort_order
12936 only when enable_font_backend is set.
12937 (realize_x_face): Set face->font_info to that of default face only
12938 when enable_font_backend is set.
12939
12940 * xdisp.c (handle_composition_prop): Set it->c to the fist
12941 character of the composed region.
12942 (fill_composite_glyph_string): Set base_face->font_info to
12943 s->font_info. Get a face for ascii from base_face->ascii_face.
12944 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12945 with a face already decided.
12946 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12947 non-negative.
12948 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12949 call font_prepare_composition unconditionally.
12950
12951 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12952
12953 * xterm.h (struct x_display_info): New member font.
12954
12955 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12956 (x_set_mouse_face_gc, x_new_font): Likewise.
12957 (x_term_init): Setup display_info->font.
12958 (x_delete_terminal): Free display_info->font.
12959
12960 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12961
12962 * ftxfont.c (ftxfont_default_fid): Delete it.
12963 (ftxfont_open): Set xfont->fid to 0.
12964 (ftxfont_end_for_frame): Clear data specific to the frame and the
12965 font-driver.
12966
12967 * xftfont.c (xftfont_default_fid): Delete it.
12968 (xftfont_open): Set xfont->fid to 0.
12969
12970 * fontset.c (FONTSET_OBJLIST): New macro.
12971 (fontset_find_font): Update font-object list of the fontset.
12972 (free_realized_fontset): New function.
12973 (free_face_fontset): Call free_realized_fontset.
12974 (Ffont_info): Call font_close_object only when enable_font_backend
12975 is set.
12976
12977 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12978 [HAVE_NTGUI]: Include w32term.h.
12979 [MAC_OS]: Include macterm.ch.
12980 (font_otf_ValueRecord): Use make_number.
12981 (font_finish_cache): Fix handling of reference count.
12982 (font_clear_cache): Update num_fonts.
12983 (font_open_entity): Update smallest_char_width and
12984 smallest_font_height of the frame.
12985 (font_close_object): Update num_fonts.
12986 (Fclear_font_cache): Fix finding the target cache data.
12987
12988 2008-02-16 Glenn Morris <rgm@gnu.org>
12989
12990 * fontset.c (Finternal_char_font): Fix compilation warning.
12991
12992 2008-02-16 Eli Zaretskii <eliz@gnu.org>
12993
12994 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12995 instead of char arrays. Enlarge the size of array passed to
12996 get_token_information.
12997
12998 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12999 warnings.
13000
13001 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13002
13003 * .gdbinit: Don't set `args', it breaks gdb --args.
13004
13005 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13008 within a narrowed buffer.
13009
13010 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13011
13012 * coding.c (decode_coding_object, encode_coding_object):
13013 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13014
13015 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13018 hardcoding 1.
13019 (detect_coding_system):
13020 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13021 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13022 * insdel.c (insert_from_gap):
13023 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13024 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13025 (string_to_multibyte):
13026 * character.c (chars_in_text, multibyte_chars_in_text):
13027 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13028
13029 * character.h (FETCH_STRING_CHAR_ADVANCE)
13030 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13031 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13032 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13033
13034 * casefiddle.c (casify_region): Only call after-change and composition
13035 functions on the part of the region that was changed.
13036
13037 * keyboard.c (read_avail_input):
13038 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13039
13040 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13043 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13044
13045 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13046
13047 * w32menu.c (push_submenu_start, push_submenu_end)
13048 (push_left_right_boundary, push_menu_pane, push_menu_item):
13049 * keyboard.c (read_key_sequence): Don't pass args with side effects
13050 to AREF, it fails when compiling with -DENABLE_CHECKING.
13051
13052 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13053
13054 * Makefile.in (${lispsource}international/charprop.el):
13055 Delete this target.
13056
13057 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13058 emacs-unicode-2.
13059
13060 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13063
13064 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * frame.c (Qnoelisp): New symbol.
13067 (syms_of_frame): Initialize it.
13068 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13069 harmless Elisp code, from a strong `force' from x_connection_closed.
13070 * frame.h (Qnoelisp): Declare.
13071 * xterm.c (x_connection_closed): Pass `noelisp'.
13072
13073 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13074 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13075 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13076 rather than `int' for the type of `type'.
13077
13078 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13079
13080 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13081
13082 * Makefile.in (GNUC): Remove support for gcc-1.x.
13083
13084 2008-02-10 Richard Stallman <rms@gnu.org>
13085
13086 * lisp.h (ASET): Use AREF, not ASLOT.
13087
13088 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * lisp.h (ASET): Check bounds.
13091
13092 2008-02-10 Glenn Morris <rgm@gnu.org>
13093
13094 * buffer.c (mode-name): Doc fix.
13095
13096 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13097
13098 * Makefile.in:
13099 * emacs.c:
13100 * gmalloc.c:
13101 * keyboard.c:
13102 * lisp.h:
13103 * m/ibm370aix.h:
13104 * process.c:
13105 * regex.c:
13106 * s/hpux.h:
13107 * sysdep.c:
13108 * sysselect.h:
13109 * systty.h:
13110 * unexec.c:
13111 * w32term.c:
13112 * xsmfns.c:
13113 * xterm.c: Remove code that deals with obsolete variables.
13114
13115 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13116
13117 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13118 nothing else needs it anymore.
13119
13120 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13121
13122 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13123 instead of unibyte_char_to_multibyte.
13124
13125 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13126
13127 * s/gnu-linux.h: Remove commented out code.
13128
13129 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13130
13131 * Makefile.in: Update what RMS says about using autoconf.
13132 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13133 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13134 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13135 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13136
13137 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * keymap.c (Fkey_description): Move side effect outside of macro call.
13140
13141 * xfaces.c (Finternal_make_lisp_face):
13142 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13143
13144 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13145 (syms_of_fontset): Use ASET.
13146
13147 * fns.c (concat): Move side effect outside of macro call.
13148 (hash_clear): Use ASET.
13149
13150 2008-02-08 Richard Stallman <rms@gnu.org>
13151
13152 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13153 If FORCE, and frame has a surrogate minibuffer for another frame,
13154 delete the other frame first.
13155
13156 2008-02-07 Timo Savola <timo.savola@iki.fi>
13157
13158 * xterm.c (x_detect_focus_change): Handle embed client message.
13159 (handle_one_xevent): Ditto.
13160 (handle_one_xevent): If embedded and we get a button press/release,
13161 request focus.
13162 (xembed_set_info, xembed_send_message): New functions.
13163 (x_make_frame_visible): Call xembed_set_info if embedded.
13164 (x_make_frame_invisible): Call xembed_set_info if embedded.
13165 (x_term_init): Initialize Xatom_XEMBED.
13166 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13167 (x_iconify_frame): Ditto.
13168
13169 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13170 (enum xembed_info, enum xembed_message, enum xembed_focus)
13171 (enum xembed_modifier, enum xembed_accelerator): New.
13172 (xembed_set_info, xembed_send_message): Declare.
13173 (FRAME_X_EMBEDDED_P): New.
13174
13175 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13176 gtk_plug_new.
13177
13178 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13179 window ID of a frame.
13180 (x_window): Reparent frame if embedded.
13181 (Fx_create_frame): Don't set border width if embedded.
13182
13183 * emacs.c (USAGE3): Add --parent-id.
13184 (standard_args): Ditto.
13185
13186 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13187
13188 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13189
13190 2008-02-07 Jim Meyering <meyering@redhat.com>
13191
13192 Use "do...while (0)", not "if (1)...else" in macro definitions.
13193 The latter provokes a warning from gcc about the empty else, when
13194 followed by ";". Also, without that trailing semicolon, it would
13195 silently swallow up any following statement.
13196 * syntax.h (SETUP_SYNTAX_TABLE)
13197 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13198 * buffer.h (DECODE_POSITION): Likewise.
13199 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13200 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13201 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13202 (FETCH_CHAR_ADVANCE): Likewise.
13203 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13204
13205 2008-02-07 Jim Meyering <meyering@redhat.com>
13206
13207 * lread.c [lint]: Don't include <sys/inode.h>.
13208
13209 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * xselect.c (x_handle_dnd_message):
13212 * xmenu.c (digest_single_submenu, xmenu_show):
13213 * xdisp.c (with_echo_area_buffer_unwind_data)
13214 (format_mode_line_unwind_data, unwind_format_mode_line)
13215 (display_menu_bar):
13216 * eval.c (Ffetch_bytecode):
13217 * doc.c (store_function_docstring):
13218 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13219 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13220 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13221
13222 2008-02-07 Kenichi Handa <handa@m17n.org>
13223
13224 * ftxfont.c (ftxfont_open): Don't set
13225 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13226
13227 * ftfont.c (ftfont_open): Fix previous change.
13228
13229 2008-02-06 Jason Rumney <jasonr@gnu.org>
13230
13231 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13232 Use cached metrics for ASCII characters.
13233 (w32font_open_internal): Don't set font's owning_frame.
13234 Cache metrics for ASCII characters.
13235
13236 * w32font.h (struct w32font_info): Add ascii_metrics.
13237 Remove owning_frame.
13238
13239 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13240
13241 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13242 to negative value.
13243
13244 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13245
13246 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13247
13248 * charset.c (syms_of_charset): Set QCtest and Qeq.
13249
13250 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * process.c (Fstart_process):
13253 * callproc.c (Fcall_process): Handle the case where
13254 Funhandled_file_name_directory returns nil.
13255
13256 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13257 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13258 * font.c (check_gstring): Use them and AREF to access the vector before
13259 we know it's really a gstring.
13260 (Ffont_shape_text): Fix typo.
13261 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13262
13263 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13264 Declare.
13265
13266 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13267
13268 2008-02-05 Jason Rumney <jasonr@gnu.org>
13269
13270 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13271 Set smallest_font_height and smallest_char_width in display info.
13272
13273 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13274
13275 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13276
13277 2008-02-05 Miles Bader <miles@gnu.org>
13278
13279 * xfaces.c (get_lface_attributes, merge_named_face)
13280 (lookup_named_face, lookup_derived_face, realize_named_face):
13281 Revert 2008-02-01 change by cyd@stupidchicken.com.
13282
13283 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13284
13285 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13286 fallback fonts.
13287 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13288
13289 2008-02-04 Jason Rumney <jasonr@gnu.org>
13290
13291 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13292 set full_name.
13293 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13294
13295 2008-02-03 Jason Rumney <jasonr@gnu.org>
13296
13297 * makefile.w32-in (OBJ1): Include font.o here.
13298 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13299
13300 2008-02-02 Jason Rumney <jasonr@gnu.org>
13301
13302 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13303
13304 2008-02-01 Jason Rumney <jasonr@gnu.org>
13305
13306 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13307
13308 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13309
13310 2008-02-01 Andreas Schwab <schwab@suse.de>
13311
13312 * Makefile.in (shortlisp, lisp): Update for rename of
13313 ../lisp/language/myanmar.el.
13314
13315 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13316
13317 * xfaces.c (get_lface_attributes): Delete function.
13318 (merge_named_face, lookup_named_face, lookup_derived_face)
13319 (realize_named_face): Call lface_from_face_name directly, and use
13320 the fact that merge_face_vectors does not alter its FROM argument.
13321
13322 2008-02-01 Jason Rumney <jasonr@gnu.org>
13323
13324 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13325 input in the default locale. Handle non-Unicode multibyte input.
13326
13327 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13328
13329 * fontset.c (reorder_font_vector): Exclude nil elements from the
13330 font group. Don't try multiple fonts.
13331 (fontset_font): Adjust for the above change.
13332 (Finternal_char_font): Return nil if the found font doesn't
13333 contain the character ch.
13334
13335 * Makefile.in (lisp, shortlisp): Add cham.el.
13336
13337 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13338
13339 * font.h (FONTP): Make it return 1 also for a font-object.
13340
13341 * .gdbinit (xfontset): New function.
13342
13343 * font.c (font_find_for_lface): Check if the character C is
13344 supported or not only for the first font.
13345
13346 * fontset.c (reorder_font_vector): Fix typo.
13347 (fontset_find_font): Don't add a font-spec specifying a script.
13348 Use 0 (not Qt) for the indication of empty font-group. Change the
13349 format of RFONT-DEF. Return Qt if no font in the font-group
13350 support the character.
13351 (fontset_font): Adjust for the above change. If no font was
13352 found the character, remember that.
13353 (face_for_char): Adjust for the change of RFONT-DEF.
13354 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13355 no font for the target.
13356 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13357
13358 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13359
13360 * font.c (font_load_for_face): Handle the case that the font in
13361 face->lface is a string.
13362
13363 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13364
13365 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13366
13367 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13368
13369 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13370 Fix previous change. If the frame is not on a window system,
13371 signal an error.
13372
13373 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13374
13375 * coding.c (decode_coding_object, encode_coding_object): Adjust
13376 marker positions after conversion.
13377
13378 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13379
13380 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13381
13382 * font.c (font_find_for_lface): Fix the handling of the return
13383 value of font_has_char.
13384 (Ffont_shape_text): Fix previous change.
13385
13386 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13387 (fontset_ref_and_range): Delete it.
13388 (fontset_find_font): Call char_table_ref_and_range instead of
13389 FONTSET_REF_AND_RANGE.
13390 (make_fontset): Don't setup font groups of Latin here.
13391 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13392 (new_fontset_from_font): Make the specified font the default for
13393 all Latin characters.
13394
13395 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13396
13397 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13398 is on a window system before accessing the fontset of the frame.
13399
13400 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13401
13402 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13403
13404 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13405 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13406
13407 * font.c (Ffont_shape_text): If the font driver doesn't have a
13408 shaper function, make zero-width glyphs to have at least one-pixel
13409 width. Fix setting of `to' field of glyphs.
13410
13411 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13412
13413 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13414 glyphs.
13415
13416 * font.h (struct font_driver): Improve docstring of member `shape'.
13417
13418 2008-02-01 Kenichi Handa <handa@m17n.org>
13419
13420 * composite.c (syms_of_composite): Fix docstring of
13421 auto-composition-function.
13422
13423 * font.h (LGLYPH_SIZE): New macro.
13424
13425 * font.c (Ffont_fill_gstring): Stop filling when a character not
13426 supported by the font is found.
13427 (Ffont_shape_text): When a shape callback function returns nil,
13428 try at most two more times with larger gstring.
13429 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13430
13431 * xdisp.c (handle_auto_composed_prop): Change the argument to
13432 auto-composition-function.
13433
13434 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13435 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13436 Lispy glyph and store it in the lgstring.
13437
13438 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13439
13440 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13441
13442 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13443
13444 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13445
13446 * fontset.c (Vfont_encoding_charset_alist): New variable.
13447 (syms_of_fontset): DEFVAR it.
13448 (reorder_font_vector, fontset_find_font): Optimize for the case of
13449 no need of reordering.
13450 (face_for_char): Map the charset property by
13451 Vfont_encoding_charset_alist.
13452
13453 2008-02-01 Jason Rumney <jasonr@gnu.org>
13454
13455 * w32font.c (logfonts_match): Don't check adstyle here.
13456 (font_matches_spec): Check here against physical font instead.
13457 (add_font_entity_to_list): Avoid some substitutions.
13458
13459 * font.c (font_parse_fcname): Default weight and slant to normal.
13460 (font_score): Prefer normal fonts if weight or slant unspecified.
13461 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13462 match freetype scores.
13463
13464 2008-02-01 Jason Rumney <jasonr@gnu.org>
13465
13466 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13467 font, as it may have been deleted.
13468 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13469 most common hyphenless variation.
13470 (logfonts_match): Check generic family.
13471 (font_matches_spec): Don't check generic family here.
13472 (fill_in_logfont): Set generic family based on adstyle.
13473
13474 * w32font.h (w32font_get_cache): Update declaration.
13475
13476 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13477
13478 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13479
13480 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13481 If none of the new drivers are available, call font_update_drivers
13482 with the old drivers.
13483
13484 * w32font.c (w32font_get_cache): Adjust the argument type.
13485
13486 * xfont.c (xfont_get_cache): Adjust the argument type.
13487
13488 * font.h (struct font_driver): Change argument type of get_cache.
13489
13490 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13491
13492 * font.c (Ffont_get): Fix arguments to Fassoc.
13493 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13494 (font_clear_cache): New function.
13495 (font_list_entities, font_matching_entity): Use font_get_cache.
13496 (font_update_drivers): Call font_clear_cache when finishing a driver.
13497
13498 * fontset.c (fontset_find_font): Fix previous change.
13499
13500 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13501
13502 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13503 dpyinfo->font_table.
13504 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13505 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13506
13507 * font.c (font_at): Handle the case that the arg C is negative.
13508 Handle the unibyte case.
13509 (Ffont_at): Call font_at with the arg C -1.
13510
13511 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13512 the position here, and call font_at with the arg C -1.
13513 Don't check the range of the existing composition at the point.
13514
13515 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13516
13517 * fontset.c (fontset_add): New args charset_id and family.
13518 Change caller.
13519 (load_font_get_repertory, fontset_find_font): Assume that
13520 font_spec is always a font-spec object.
13521 (Fset_fontset_font): Always store a font-spec object in a fontset.
13522
13523 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13524 instead of get_property_and_range.
13525
13526 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13527
13528 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13529 (xftfont_open): Don't keep locking face.
13530 (xftfont_close): Don't unlock face.
13531 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13532
13533 * fontset.c (fontset_find_font): Don't prefer a font of
13534 supplementary charset.
13535
13536 2008-02-01 Kenichi Handa <handa@m17n.org>
13537
13538 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13539 script, langsys_tag to langsys, new member script.
13540 (OTF_TAG_STR): Terminate by '\0'.
13541 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13542 listing to the script specified in that property. Fix arg to
13543 OTF_check_features.
13544
13545 2008-02-01 Jason Rumney <jasonr@gnu.org>
13546
13547 * w32font.h: New file.
13548
13549 * w32font.c: Include it.
13550 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13551 (w32font_open): Set owning_frame.
13552 (w32font_text_extents): Use owning_frame.
13553 (struct font_callback_data): Add opentype_only field.
13554 (add_font_entity_to_list): Use it to filter fonts.
13555 Don't check against full name.
13556 (w32font_list_internal): New function.
13557 (w32font_list): Use it.
13558 (w32font_match_internal): New function.
13559 (w32font_match): Use it.
13560 (w32font_open_internal): New function.
13561 (w32font_open): Use it.
13562 (w32font_get_cache, w32font_close, w32font_has_char)
13563 (w32font_encode_char, w32font_text_extents, w32font_draw):
13564 Make non-static.
13565
13566 * makefile.w32-in (w32font.o): Depend on w32font.h.
13567
13568 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13569
13570 * charset.c (Fdefine_charset_internal): Record a supplementary
13571 charset at the tail of Vcharset_order_list.
13572
13573 * font.c (Ffont_shape_text): Fix the return value.
13574
13575 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13576
13577 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13578
13579 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13580
13581 * ftfont.c (struct OpenTypeSpec): New struct.
13582 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13583 (ftfont_get_open_type_spec): New function.
13584 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13585
13586 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13587
13588 2008-02-01 Jason Rumney <jasonr@gnu.org>
13589
13590 * w32font.c (add_font_entity_to_list): Compare only the beginning
13591 of full name.
13592
13593 2008-02-01 Kenichi Handa <handa@m17n.org>
13594
13595 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13596 Never return HANDLED_RECOMPUTE_PROPS.
13597
13598 2008-02-01 Kenichi Handa <handa@m17n.org>
13599
13600 * font.c (font_gstring_produce): Delete it.
13601
13602 * composite.h (COMPOSITION_METHOD):
13603 Handle COMPOSITION_WITH_GLYPH_STRING.
13604
13605 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13606
13607 * xfont.c (Qx): Delete.
13608 (syms_of_xfont): Don't initialize Qx.
13609
13610 * composite.h (enum composition_method):
13611 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13612
13613 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13614
13615 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13616 (choose_face_font): Accept new form of font-spec.
13617
13618 * frame.h (font_driver_list): Declare it unconditionally.
13619 (struct frame): Define members font_driver_list and font_data_list
13620 unconditionally.
13621
13622 * fontset.c: Include "font.h" unconditionally.
13623 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13624 (Fset_fontset_font): Accept a font-spec object.
13625
13626 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13627 PIXEL_SIZE part a wild card.
13628
13629 * dispextern.h (struct glyph_string): Define members clip and
13630 num_clips unconditionally.
13631 (struct face): Define members font_info and extra unconditionally.
13632
13633 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13634 ftfont_info only when HAVE_LIBOTF is defined.
13635
13636 2008-02-01 Andreas Schwab <schwab@suse.de>
13637
13638 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13639 and end.
13640
13641 2008-02-01 Jason Rumney <jasonr@gnu.org>
13642
13643 * w32font.c (w32font_driver): Add new fields.
13644
13645 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13646
13647 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13648 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13649 (LIBES): Add @M17N_FLT_CFLAGS@.
13650
13651 * composite.c (compose_text): Don't treat the new style
13652 composition specially.
13653
13654 * emacs.c (main): Call syms_of_font unconditionally.
13655
13656 * font.h (FONT_ENTITY_NOT_LOADABLE)
13657 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13658 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13659 (struct font_driver): New member shape.
13660 (font_registry_charsets): Extern it.
13661 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13662 (font_otf_capability, font_drive_otf): Delete their externs.
13663
13664 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13665 (font_charset_alist, font_registry_charsets): Move from xfont.c
13666 and rename.
13667 (font_prop_validate_otf): New function.
13668 (font_property_table): Register it for QCotf.
13669 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13670 (font_drive_otf): Delete.
13671 (font_prepare_composition): New arg F. Adjust for the change of
13672 lispy gstring.
13673 (font_find_for_lface): New arg C.
13674 (font_load_for_face): Adjust for the change of font_find_for_lface.
13675 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13676 lispy gstring.
13677 (Ffont_shape_text): New function.
13678 (Fopen_font): If the font size is not given, use 12-pixel.
13679 (Ffont_at): New arg STRING.
13680 (syms_of_font): Initalize font_charset_alist.
13681 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13682 conditionally.
13683
13684 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13685 fonts of the same font-spec. Change the format of RFONT-DEF.
13686 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13687 Adjust for the change of RFONT-DEF.
13688 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13689
13690 * ftfont.h: New file.
13691
13692 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13693 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13694 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13695 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13696 font_otf_capability and font_drive_otf, set ftfont_shape.
13697 (ftfont_list): Adjust for the change of :otf property value.
13698 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13699 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13700 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13701 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13702 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13703 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13704
13705 * w32term.c (x_draw_composite_glyph_string_foreground):
13706 Adjust for the change of lispy gstring.
13707
13708 * xdisp.c (handle_composition_prop): Adjust for the change of
13709 lispy gstring. Call a function for auto-composition with the
13710 third arg it->window.
13711 (fill_composite_glyph_string): Adjust for the change of lispy string.
13712 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13713
13714 * xfaces.c (set_font_frame_param): Adjust for the change of
13715 font_find_for_lface.
13716
13717 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13718 (xfont_registry_charsets): Likewise. Change caller.
13719 (syms_of_xfont): Don't handle x_font_charset_alist.
13720
13721 * xftfont.c: Include "ftfont.h".
13722 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13723 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13724 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13725 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13726 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13727 Set xftfont_driver.shape to xftfont_shape.
13728
13729 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13730 the change of lispy gstring.
13731
13732 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13733
13734 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13735
13736 2008-02-01 Jason Rumney <jasonr@gnu.org>
13737
13738 * w32font.c (w32font_draw): Fill background manually.
13739
13740 2008-02-01 Jason Rumney <jasonr@gnu.org>
13741
13742 * font.c (Qfontp): Remove unused symbol.
13743 (QCantialias): New symbol.
13744 (syms_of_font): Define it.
13745 (font_property_table): Set a validator for QCantialias.
13746
13747 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13748 Define if not already.
13749 (QCfamily): Share with xfaces.c.
13750 (Qstandard, Qsubpixel, Qnatural): New symbols.
13751 (syms_of_w32font): Define them. Don't define QCfamily here.
13752 (w32_antialias_type, lispy_antialias_type): New functions.
13753 (w32_enumfont_pattern_entity): New arg requested_font.
13754 Set antialias parameter if non-default was requested.
13755 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13756
13757 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13758
13759 * lread.c (read1): Undo the previous change.
13760
13761 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13762
13763 * frame.c (Fdelete_frame): Call font_update_drivers only when
13764 USE_FONT_BACKEND is defined.
13765
13766 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13767
13768 * font.h (struct font_bitmap): New member bits_per_pixel.
13769 (struct font_driver): New members start_for_frame and end_for_frame.
13770 (struct font_data_list): New struct.
13771 (font_put_frame_data, font_get_frame_data): Extern them.
13772
13773 * frame.h (struct frame): New member font_data_list.
13774
13775 * font.c (font_update_drivers): Call driver->start_for_frame and
13776 driver->end_for_frame at proper timings.
13777 (font_put_frame_data, font_get_frame_data): New functions.
13778 (Ffont_spec): Add usage in the docstring.
13779
13780 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13781 (Fdelete_frame): Call font_update_drivers.
13782
13783 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13784 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13785 (xftfont_get_xft_draw): New function.
13786 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13787 (xftfont_end_for_frame): New function.
13788 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13789
13790 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13791 Change argument. Cache GCs in the per-frame data.
13792 (struct ftxfont_frame_data): New struct.
13793 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13794 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13795 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13796 (ftxfont_end_for_frame): New function.
13797 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13798
13799 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13800
13801 2008-02-01 Kenichi Handa <handa@m17n.org>
13802
13803 * xselect.c (Vselection_coding_system)
13804 (Vnext_selection_coding_system): Delete them.
13805 (syms_of_xselect): Don't declare selection-coding-system and
13806 next-selection-coding-system. They are declared in select.el.
13807
13808 2008-02-01 Jason Rumney <jasonr@gnu.org>
13809
13810 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13811
13812 * w32fns.c: Include imm.h.
13813 (get_composition_string_fn, get_ime_context_fn): New optional
13814 system functions.
13815 (globals_of_w32fns): Load them from imm32.dll.
13816 (ignore_ime_char): New flag.
13817 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13818 WM_IME_ENDCOMPOSITION messages.
13819
13820 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13821 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13822
13823 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13824
13825 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13826 (READCHAR_REPORT_MULTIBYTE): New macro.
13827 (readchar): New 2nd arg MULTIBYTE.
13828 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13829 Make symbol's name multibyte according to the multibyteness of the
13830 source.
13831
13832 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13833
13834 * xfaces.c (face_for_overlay_string): Call lookup_face with
13835 correct arguments (fix of synching with the trunk).
13836
13837 2008-02-01 Kenichi Handa <handa@m17n.org>
13838
13839 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13840 (font_prop_validate_non_neg, font_prop_validate_spacing):
13841 Delete argument prop_index.
13842 (font_property_table): Change arguments to validater. Change Callers.
13843 (font_lispy_object): Delete.
13844 (font_at): Use font_find_object instead fo font_lispy_object.
13845
13846 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13847
13848 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13849 and file names.
13850
13851 2008-02-01 Jason Rumney <jasonr@gnu.org>
13852
13853 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13854 (font_matches_spec): Remove debug output.
13855 (add_font_entity_to_list): Avoid using substituted fonts.
13856
13857 2008-02-01 Jason Rumney <jasonr@gnu.org>
13858
13859 * doc.c (Fsnarf_documentation):
13860 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13861
13862 2008-02-01 Miles Bader <miles@gnu.org>
13863
13864 * dispextern.h (struct glyph_row): Only define "clip" field if
13865 HAVE_WINDOW_SYSTEM is defined.
13866
13867 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 Fix up multi-tty merge.
13870
13871 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13872 and indentation.
13873
13874 * xfaces.c (free_realized_face, clear_face_gcs):
13875 Include font_done_for_face in the input_blocked section, just in case.
13876
13877 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13878 (get_char_face_and_encoding): Undo last change and remove the *other*
13879 duplicate definition (i.e. keep the one that's better scoped and that
13880 includes code for the font-backend).
13881
13882 * terminal.c (create_terminal): Default keyboard_coding to
13883 `no-conversion' and terminal_coding to `undecided'.
13884
13885 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13886
13887 * fontset.c (free_realized_fontsets): Check that the table entry does
13888 contain a fontset before trying to compare it to `base'.
13889
13890 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13891 syms_of_charset, and syms_of_coding earlier because init_window_once
13892 now needs Vcoding_system_hash_table to be setup.
13893
13894 * coding.h (default_buffer_file_coding): Remove.
13895
13896 * coding.c (default_buffer_file_coding): Remove.
13897 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13898 than ->symbol, and use the terminal-local coding system.
13899 (syms_of_coding): Don't setup the coding-systems that are not
13900 terminal-local.
13901 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13902
13903 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13904 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13905
13906 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13907 in chartab.c and were re-added here by mistake.
13908 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13909
13910 * doc.c (Fsnarf_documentation):
13911 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13912 src to etc.
13913
13914 * ChangeLog.10: Add mistakenly removed entry.
13915
13916 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13917
13918 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13919
13920 2008-02-01 Miles Bader <miles@gnu.org>
13921
13922 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13923 Add extra args to FACE_FOR_CHAR.
13924
13925 2008-02-01 Kenichi Handa <handa@m17n.org>
13926
13927 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13928 in sequence.
13929
13930 * chartab.c (map_sub_char_table, map_char_table): If the range
13931 contains just one character, call the function with that character
13932 even if the depth is not 3.
13933
13934 2008-02-01 Jason Rumney <jasonr@gnu.org>
13935
13936 * w32font.c (w32font_text_extents): Calculate metrics for the
13937 whole string.
13938
13939 2008-02-01 Jason Rumney <jasonr@gnu.org>
13940
13941 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13942
13943 2008-02-01 Jason Rumney <jasonr@gnu.org>
13944
13945 * w32term.c (x_set_glyph_string_clipping): Use
13946 get_glyph_string_clip_rects.
13947 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13948 Adjust for the change of struct glyph_string.
13949
13950 * w32font.c (w32font_draw): Do clipping here.
13951
13952 2008-02-01 Kenichi Handa <handa@m17n.org>
13953
13954 * xftfont.c (xftfont_draw): Adjust for the change of struct
13955 glyph_string.
13956
13957 * xterm.c (x_set_glyph_string_clipping): Use
13958 get_glyph_string_clip_rects.
13959 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13960 Adjust for the change of struct glyph_string.
13961
13962 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13963 the resulting clip(s}.
13964 (expose_overlaps): Add arg r. Change callers. Set it to
13965 row->clip temporarily.
13966 (expose_window): Redraw rows overlapping the exposed area.
13967
13968 * dispextern.h (struct glyph_row): New member clip.
13969 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13970 clip_height, new member clip, and num_clips.
13971
13972 2008-02-01 Kenichi Handa <handa@m17n.org>
13973
13974 * data.c (Fchar_or_string_p): Fix docstring.
13975
13976 2008-02-01 Kenichi Handa <handa@m17n.org>
13977
13978 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13979 create a temporary XftDraw object.
13980
13981 2008-02-01 Kenichi Handa <handa@m17n.org>
13982
13983 * font.c (Ffontp): Fix docstring.
13984
13985 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13986 strong evidence of ISO-2022.
13987
13988 2008-02-01 Kenichi Handa <handa@m17n.org>
13989
13990 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13991 SYNTAX_ENTRY_FOLLOW_PARENT.
13992
13993 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13996 its type.
13997 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13998 Update to the new type of weak_hash_tables and next_weak.
13999
14000 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14001 a plain C pointer to Lisp_Hash_Table.
14002
14003 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14004 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14005 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14006 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14007 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14008 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14009 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14010 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14011 (GC_EQ): Remove since they've been identical to their non-GC_
14012 alter-egos ever since the markbit was eradicated.
14013
14014 * alloc.c:
14015 * buffer.c:
14016 * buffer.h:
14017 * data.c:
14018 * fileio.c:
14019 * filelock.c:
14020 * fns.c:
14021 * frame.h:
14022 * lisp.h:
14023 * macterm.c:
14024 * print.c:
14025 * process.c:
14026 * w32fns.c:
14027 * w32menu.c:
14028 * w32term.c:
14029 * xfns.c:
14030 * xmenu.c:
14031 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14032
14033 2008-02-01 Kenichi Handa <handa@m17n.org>
14034
14035 * chartab.c (map_sub_char_table): Make it work for the top-level
14036 char-table. Fix handling of parent char-table.
14037 (map_char_table): Adjust for the above change.
14038
14039 2008-02-01 Jason Rumney <jasonr@gnu.org>
14040
14041 * w32font.c (Qgdi): Rename from Qw32.
14042
14043 2008-02-01 Jason Rumney <jasonr@gnu.org>
14044
14045 * w32bdf.c (get_quoted_string): Make function static.
14046
14047 2008-02-01 Kenichi Handa <handa@m17n.org>
14048
14049 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14050 bigger ascent and descent than those of the font, use them as
14051 font's ascent and descent.
14052
14053 2008-02-01 Kenichi Handa <handa@m17n.org>
14054
14055 * Makefile.in (${lispsource}international/charprop.el): Move this
14056 target within "#ifdef HAVE_UNIDATA" and "#endif".
14057
14058 2008-02-01 Kenichi Handa <handa@m17n.org>
14059
14060 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14061 (shortlisp): Add ../lisp/language/tai-viet.el.
14062
14063 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14064
14065 * Makefile.in (${lispsource}international/charprop.el): Depend on
14066 temacs${EXEEXT}.
14067
14068 2008-02-01 Jason Rumney <jasonr@gnu.org>
14069
14070 * w32font.c (w32font_close): Delete the GDI font object.
14071
14072 * w32menu.c: Include character.h.
14073
14074 * w32proc.c: Likewise.
14075
14076 * w32select.c: Likewise.
14077
14078 * makefile.w32-in (w32proc.o): Depend on character.h.
14079
14080 2008-02-01 Jason Rumney <jasonr@gnu.org>
14081
14082 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14083
14084 * w32menu.c (syms_of_w32menu): Likewise.
14085
14086 * w32proc.c (syms_of_ntproc): Likewise.
14087
14088 * w32select.c (syms_of_w32select): Likewise.
14089
14090 * w32term.c (syms_of_w32term): Likewise.
14091
14092 2008-02-01 Jason Rumney <jasonr@gnu.org>
14093
14094 * w32font.c (w32font_draw): Delete brush after using it.
14095
14096 2008-02-01 Jason Rumney <jasonr@gnu.org>
14097
14098 * w32font.c (w32font_open): Don't set font_idx.
14099 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14100 to font settings.
14101 (w32font_draw): Fill background explicitly.
14102
14103 2008-02-01 Jason Rumney <jasonr@gnu.org>
14104
14105 * w32term.c (w32_initialize): Don't call w32font_initialize.
14106
14107 * w32font.c (w32font_info): Remove subranges.
14108 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14109 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14110 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14111 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14112 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14113 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14114 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14115 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14116 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14117 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14118 New symbols.
14119 (font_callback_data): New struct.
14120 (w32font_list, w32font_match): Use it.
14121 (w32font_open): Don't populate subranges.
14122 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14123 (w32font_encode_char): Always return unicode code-point as-is.
14124 (w32font_text_extents): Supply a transformation matrix to
14125 GetGlyphOutline. Never look up by glyph index. Avoid looping
14126 twice. Use unicode version of GetTexExtentPoint32 instead of
14127 glyph index version.
14128 (set_fonts_frame): Remove.
14129 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14130 set frame parameter. Use backward compatible fake foundries.
14131 Save generic family in extra slot under QCfamily. Make width slot
14132 constant. Save QCspacing value. Save list of scripts instead of
14133 binary subranges.
14134 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14135 (add_font_entity_to_list): Use font_callback_data struct. Filter
14136 unwanted fonts.
14137 (add_one_font_entity_to_list): Use font_callback_data struct.
14138 (w32_registry): Default to iso10646_1.
14139 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14140 string font registries. Don't fill in font name if it is a generic
14141 family name, fill family instead. Use spacing, family and script
14142 extra info to fill pitch, family and charset fields.
14143 (list_all_matching_fonts): Use font_callback_data struct.
14144 (unicode_range_for_char): Remove.
14145 (font_supported_scripts): New function.
14146 (w32font_initialize): Remove.
14147 (syms_of_w32font): Update which symbols are defined.
14148
14149 2008-02-01 Jason Rumney <jasonr@gnu.org>
14150
14151 * font.c (font_pixel_size): Reverse assq_no_quit args.
14152
14153 * w32term.h (FONT_WIDTH): Report max width, not average.
14154 (FONT_MAX_WIDTH): Remove.
14155 (FONT_AVG_WIDTH): New macro.
14156
14157 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14158 redefinition of FONT_WIDTH.
14159
14160 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14161 (w32_cache_char_metrics): Use FONT_WIDTH.
14162
14163 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14164
14165 2008-02-01 Jason Rumney <jasonr@gnu.org>
14166
14167 * w32font.c (w32font_open): Make lfHeight negative.
14168
14169 * w32fns.c (x_default_font_parameter): Use new style font name.
14170 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14171
14172 2008-02-01 Jason Rumney <jasonr@gnu.org>
14173
14174 * w32font.c (QCsubranges): New symbol.
14175 (w32font_open, w32font_has_char): Get subranges from subproperty
14176 of extra.
14177 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14178 (syms_of_w32font): Define :subranges symbol.
14179
14180 * font.c (font_put_extra): Expose externally.
14181
14182 * font.h (font_put_extra): Move declaration from font.c.
14183
14184 * font.c (Ffont_get): Use font driver to determine otf capability.
14185 (adjust_anchor): Check if driver defines anchor_point before using.
14186
14187 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14188 (w32font_draw): Use options.
14189 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14190 Fix detection of truetype fonts.
14191 (registry_to_w32_charset): Handle charsets other than iso8859-1
14192 expressed as lisp symbols.
14193 (w32_registry): Express charset as lisp symbol.
14194 (fill_in_logfont): Reverse pixel and point height logic.
14195 Don't set width here. Set quality to default.
14196
14197 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14198 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14199
14200 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14201 Remove redundant loop and allocation.
14202
14203 * makefile.w32-in (font.o, w32font.o): New objects.
14204 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14205 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14206
14207 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14208 STORE_XCHARB a valid l-value.
14209
14210 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14211 calculations for non-Truetype fonts.
14212 (x_draw_glyph_string): Sync with xterm.c.
14213 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14214 Remove redundant code.
14215 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14216
14217 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14218 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14219
14220 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14221 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14222
14223 * w32font.c: New file for w32 font backend.
14224
14225 2008-02-01 Kenichi Handa <handa@m17n.org>
14226
14227 * term.c: Don't include "buffer.h" twice.
14228
14229 2008-02-01 Kenichi Handa <handa@m17n.org>
14230
14231 * character.c (Funibyte_string): New function.
14232 (syms_of_character): Defsubr it.
14233
14234 2008-02-01 Jason Rumney <jasonr@gnu.org>
14235
14236 * w32term.c [USE_FONT_BACKEND]:
14237 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14238 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14239 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14240 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14241 (x_free_frame_resources): Sync with xterm.c.
14242
14243 2008-02-01 Andreas Schwab <schwab@suse.de>
14244
14245 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14246 char-table size.
14247
14248 2008-02-01 Kenichi Handa <handa@m17n.org>
14249
14250 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14251
14252 2008-02-01 Kenichi Handa <handa@m17n.org>
14253
14254 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14255 font_otf_gpos, add font_drive_otf.
14256
14257 * fontset.c (fontset_find_font): Pay attention to font size
14258 specified for a font.
14259 (reorder_font_vector): Check contents of font_def.
14260
14261 * font.c (struct otf_list): Delete it.
14262 (otf_list): Make it a lisp variable.
14263 (otf_open): Use lispy otf_list.
14264 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14265 (check_otf_features): New function.
14266 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14267 New functions.
14268 (font_drive_otf): New function merging font_otf_gsub and
14269 font_otf_gpos.
14270 (font_open_for_lface): New arg spec. Change argument order.
14271 (font_load_for_face): Adjust for the change of font_open_for_lface.
14272 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14273 Ffont_otf_gpos.
14274 (syms_of_font): Staticpro otf_list. Delete defsubr of
14275 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14276
14277 * xfaces.c (set_font_frame_param): Adjust for the change of
14278 font_open_for_lface.
14279
14280 * font.h (font_open_for_lface): Adjust prototype.
14281 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14282 member otf_drive.
14283 (font_otf_gsub, font_otf_gpos): Delete externs.
14284 (font_drive_otf): Extern it.
14285
14286 2008-02-01 Kenichi Handa <handa@m17n.org>
14287
14288 * font.c (font_at): If the window W is not on a window system,
14289 return Qnil.
14290
14291 * coding.c (produce_chars, encode_coding): Don't call
14292 insert_from_gap if no characters to produce.
14293
14294 2008-02-01 Kenichi Handa <handa@m17n.org>
14295
14296 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14297 Fclear_face_cache.
14298
14299 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14300
14301 2008-02-01 Miles Bader <miles@gnu.org>
14302
14303 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14304 Parse "--disable-font-backend" option.
14305 (standard_args): Add "--disable-font-backend" option.
14306
14307 2008-02-01 Kenichi Handa <handa@m17n.org>
14308
14309 * fontset.c (fontset_find_font): New function.
14310 (fontset_font): Use fontset_find_font.
14311 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14312 Register the specified font for all Latin characters.
14313 (new_fontset_from_font): Register the specified font for all Latin
14314 characters.
14315 (dump_fontset): For a realized fontset, include the base fontset
14316 name in the returned vector.
14317
14318 2008-02-01 Kenichi Handa <handa@m17n.org>
14319
14320 * character.h (CHAR_STRING): Cast C to unsigned on calling
14321 char_string.
14322
14323 * character.c (char_string): Type of arg C changed to unsigned.
14324 Signal an error if C is an invalid character code.
14325
14326 * editfns.c (general_insert_function, Fchar_to_string):
14327 Use CHARACTERP, not INTEGERP.
14328
14329 2008-02-01 Kenichi Handa <handa@m17n.org>
14330
14331 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14332 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14333
14334 * regex.c (analyse_first): Fix for multibyte characters in "case
14335 charset:" and "case categoryspec:".
14336
14337 2008-02-01 Andreas Schwab <schwab@suse.de>
14338
14339 * Makefile.in (LIBES): Move standard libraries to the end.
14340
14341 2008-02-01 Kenichi Handa <handa@m17n.org>
14342
14343 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14344 nonzero, don't shrink the buffer nextb.
14345
14346 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14347
14348 * coding.c (coding_alloc_by_making_gap): New arg offset.
14349 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14350 offset.
14351 (decode_coding_iso_2022): Update coding->safe_charsets.
14352 (decode_coding_gap): Temporarily set
14353 current_buffer->text->inhibit_shrinking to 1.
14354
14355 2008-02-01 Kenichi Handa <handa@m17n.org>
14356
14357 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14358 indexing into elements of s->cmp and s->char2b.
14359
14360 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14361
14362 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14363
14364 2008-02-01 Kenichi Handa <handa@m17n.org>
14365
14366 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14367 target_multibyte instead of multibyte.
14368 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14369 (bcmp_translate): Change the argument name from multibyte to
14370 target_multibyte.
14371
14372 2008-02-01 Kenichi Handa <handa@m17n.org>
14373
14374 These changes are to compile a regexp into a pattern that can be
14375 used both for multibyte and unibyte targets.
14376
14377 * Makefile.in (search.o): Depend on charset.h.
14378
14379 * character.c (multibyte_char_to_unibyte_safe): New function.
14380
14381 * search.c: Include "charset.h".
14382 (compile_pattern_1): Delete argument multibyte. Don't set
14383 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14384 (compile_pattern): Don't compare cp->buf.target_multibyte.
14385 Compare cp->buf.charset_unibyte.
14386 (compile_pattern): Set cp->buf.target_multibyte.
14387
14388 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14389
14390 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14391
14392 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14393 multibyte. Change callers.
14394 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14395 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14396 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14397 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14398 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14399 (regex_compile): Make the compiled pattern usable both for
14400 multibyte and unibyte targets.
14401 (analyse_first): Make the fastmap usable both for multibyte and
14402 unibyte targets.
14403 (TRANSLATE_VIA_MULTIBYTE): Delete.
14404 (re_match_2_internal): Pay attention to the case that the
14405 multibyteness of bufp and target may be different.
14406
14407 2008-02-01 Kenichi Handa <handa@m17n.org>
14408
14409 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14410 empty box occupy at least one column width.
14411
14412 2008-02-01 Miles Bader <miles@gnu.org>
14413
14414 * Makefile.in: Remove redundant HAVE_XFT clause.
14415
14416 2008-02-01 Kenichi Handa <handa@m17n.org>
14417
14418 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14419
14420 2008-02-01 Kenichi Handa <handa@m17n.org>
14421
14422 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14423 being nil.
14424
14425 2008-02-01 Kenichi Handa <handa@m17n.org>
14426
14427 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14428
14429 2008-02-01 Kenichi Handa <handa@m17n.org>
14430
14431 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14432
14433 2008-02-01 Kenichi Handa <handa@m17n.org>
14434
14435 * search.c (simple_search): Fix previous change.
14436
14437 2008-02-01 Kenichi Handa <handa@m17n.org>
14438
14439 * xftfont.c (ftfont_font_format): Extern declaration.
14440
14441 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14442
14443 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14444 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14445
14446 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14447 (ftfont_font_format): Fix previous change.
14448
14449 * font.h (Ffont_xlfd_name): EXFUN it.
14450
14451 * font.c (font_parse_xlfd): Fix the array size of `f'.
14452 (register_font_driver): Use EQ to compare driver->type.
14453
14454 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14455 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14456 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14457
14458 2008-02-01 Kenichi Handa <handa@m17n.org>
14459
14460 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14461 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14462
14463 2008-02-01 Kenichi Handa <handa@m17n.org>
14464
14465 * xfont.c (xfont_open): Set font->format.
14466
14467 * xftfont.c (xftfont_open): Set font->format.
14468
14469 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14470 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14471 (ftfont_open): Set font->format.
14472 (ftfont_font_format): New function.
14473
14474 * font.h (struct font): New member format.
14475
14476 * font.c (Qopentype): New variable.
14477 (syms_of_font): Defsym it.
14478 (Fquery_font): Change the format of the last element of the return
14479 value.
14480
14481 2008-02-01 Kenichi Handa <handa@m17n.org>
14482
14483 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14484 last resort.
14485
14486 2008-02-01 Kenichi Handa <handa@m17n.org>
14487
14488 * coding.c (detect_coding_charset): Fix detection of multi-byte
14489 charset.
14490
14491 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14492
14493 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14494
14495 2008-02-01 Kenichi Handa <handa@m17n.org>
14496
14497 * xdisp.c (get_next_display_element): Set it->face_id for the
14498 first component of a composition.
14499 (x_produce_glyphs): Check if the font is changed or not for composition.
14500
14501 2008-02-01 Kenichi Handa <handa@m17n.org>
14502
14503 * fontset.c (Qlatin): New variable.
14504 (syms_of_fontset): Define it as a lisp symbol.
14505 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14506
14507 2008-02-01 Kenichi Handa <handa@m17n.org>
14508
14509 * font.c (font_unparse_fcname): Pay attention to the case that
14510 some of font property is a null string.
14511
14512 2008-02-01 Kenichi Handa <handa@m17n.org>
14513
14514 * term.c: Include "composite.h".
14515 (encode_terminal_code): Output all components of composition.
14516 Check the size of encode_terminal_src.
14517 (produce_glyphs): For composition, call produce_composite_glyph.
14518 (append_composite_glyph, produce_composite_glyph): New functions.
14519
14520 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14521 is not found, get font_info from the current ascii face.
14522
14523 2008-02-01 Kenichi Handa <handa@m17n.org>
14524
14525 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14526 buffer-file-name to Qnil before calling insert_from_buffer.
14527
14528 * font.c (font_unparse_fcname): Pay attention to the case that
14529 foundry is a null string.
14530
14531 2008-02-01 Kenichi Handa <handa@m17n.org>
14532
14533 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14534
14535 * font.c (Qunicode_sip): New variable.
14536 (syms_of_font): Declare it as a Lisp symbol.
14537
14538 * font.h (Qunicode_sip): Extern it.
14539
14540 2008-02-01 Kenichi Handa <handa@m17n.org>
14541
14542 * composite.c (get_composition_id): Pay attention to TAB component.
14543
14544 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14545 TAB. Adjust for the change of s->char2b which always points to
14546 the first element of allocated memory.
14547
14548 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14549
14550 * xdisp.c (handle_composition_prop): Set it->c to the first
14551 non-TAB component.
14552 (fill_composite_glyph_string): Change argument.
14553 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14554 (x_produce_glyphs): Fix handling of left/right padding.
14555
14556 2008-02-01 Kenichi Handa <handa@m17n.org>
14557
14558 * coding.c (detect_coding_system): Fix for handling off
14559 inhibit_iso_escape_detection. Fix for the case that no coding
14560 system is defined for a specific coding category.
14561
14562 2008-02-01 Kenichi Handa <handa@m17n.org>
14563
14564 * font.c (font_matching_entity): Delete unused local var.
14565
14566 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14567 opening a font.
14568
14569 * fileio.c (Finsert_file_contents): On recovering a file, assume
14570 Unix-like eol.
14571 (choose_write_coding_system): On auto-saving a file, force
14572 Unix-like eol.
14573
14574 * coding.c (setup_coding_system): Fix setting of
14575 coding->common_flags based on eol_type.
14576 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14577 inherit from it.
14578
14579 2008-02-01 Kenichi Handa <handa@m17n.org>
14580
14581 * alloc.c (NSTATICS): Increas to 0x600.
14582
14583 2008-02-01 Kenichi Handa <handa@m17n.org>
14584
14585 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14586 (ftfont_list): Don't check :name property.
14587 (ftfont_match): New function.
14588 (ftfont_pattern_entity): If the pattern doesn't contain
14589 FC_SPACING, don't assume FC_MONO.
14590
14591 * font.h (struct font_driver): New member `match'.
14592 (font_update_drivers): Adjust prototype.
14593
14594 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14595 property of FONT.
14596 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14597 them unconditionally.
14598 (font_matching_entity): New function.
14599 (font_open_by_name): Try font_matching_entity if exact match is
14600 not found.
14601 (font_update_drivers): Delete the arg FONT. Return a list of
14602 actually used backends. Don't free faces, font caches here.
14603 Don't store data in frame parameters. Don't call x_set_font.
14604 (Ffont_spec): Store :name property as is.
14605 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14606 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14607 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14608 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14609 Call font->driver->otf_gsub instead of font_otf_gsub.
14610
14611 * frame.c (x_set_font_backend): Do more works that were done in
14612 font_update_drivers before.
14613
14614 * xfont.c (xfont_match): New function.
14615 (xfont_driver): Set xfont_driver.match to xfont_match.
14616 (xfont_draw): Set font in GC if necessary.
14617
14618 * ftxfont.c (ftxfont_match): New function.
14619 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14620
14621 * xftfont.c (xftfont_match): New function.
14622 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14623
14624 2008-02-01 Kenichi Handa <handa@m17n.org>
14625
14626 * font.h (struct font): New member scalable.
14627 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14628 (font_otf_gsub): Adjust prototype.
14629
14630 * font.c (font_otf_capability): Fix handling of the default langsys.
14631 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14632 Check the contents of SPEC.
14633 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14634 (check_gstring): New function.
14635 (REPLACEMENT_CHARACTER): New macro.
14636 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14637 glyph codes of GSTRING.
14638 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14639 (font_prepare_composition): Set cmp->glyph_len.
14640 (font_open_entity): Set font->scalable.
14641 (Ffont_get): Handle :otf property.
14642 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14643 functions.
14644 (Fquery_font): Use font->font.full_name.
14645 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14646 Sfont_otf_alternates.
14647
14648 * ftfont.c (ftfont_open): Set font->font.full_name and
14649 font->font.name properly. Fix calculation of font->font.height
14650 and font->min_width.
14651
14652 * ftxfont.c (ftxfont_create_gcs): New function.
14653 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14654 (ftxfont_draw_backgrond): Fix filling region.
14655 (ftxfont_default_fid): New function.
14656 (ftxfont_open): Set xfont->fid to the return value of
14657 ftxfont_default_fid.
14658 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14659 (ftxfont_done_face): Free only GCs that are created by
14660 ftxfont_create_gcs.
14661 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14662
14663 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14664 Clip to src->width, etc (not src->clip_XXX).
14665
14666 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14667 FontBackend frame parameter.
14668
14669 2008-02-01 Kenichi Handa <handa@m17n.org>
14670
14671 * font.h (struct font_driver_list): New member `on'.
14672 (Fclear_font_cache): EXFUN it.
14673 (font_update_drivers): Extern it.
14674
14675 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14676 (font_list_entities): Check driver_list->on.
14677 (register_font_driver): Initalize `on' member to 0.
14678 (font_update_drivers): New function.
14679 (Fclear_font_cache): Check driver_list->on.
14680
14681 * frame.h (Qfont_backend): Extern it.
14682 (x_set_font_backend): Extern it.
14683
14684 * frame.c (Qfont_backend): New variable.
14685 (frame_parms): New element for font-backend.
14686 (x_set_font_backend): New function.
14687
14688 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14689 FontBackend frame parameter.
14690 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14691 x_set_font_backend.
14692
14693 * xfont.c (xfont_list): Don't try listing by :name property if the
14694 name is not for XLFD.
14695
14696 2008-02-01 Kenichi Handa <handa@m17n.org>
14697
14698 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14699 (LGLYPH_SET_TO): New macros.
14700 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14701 element of G is vector or not.
14702 (font_at): Extern it.
14703
14704 * font.c: Include window.h.
14705 (font_lispy_object): New function.
14706 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14707 end of valid glyph.
14708 (font_close_object): Fix getting (struct font *).
14709 (font_at): New function.
14710 (Ffont_get): If FONT is a font-object, get entity from it.
14711 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14712 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14713 range check.
14714 (Ffont_at): New function.
14715 (syms_of_font): Defsubr Sfont_at.
14716
14717 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14718 before the entry for Qcomposition.
14719 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14720 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14721 the font in gstring.
14722 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14723 LGLYPH_FORM (g) to detect the end of valid glyph.
14724 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14725 we are composing with gstring.
14726
14727 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14728 Check if adjustment is vector or not.
14729
14730 * Makefile.in (font.o): Make it depends on window.h.
14731
14732 2008-02-01 Kenichi Handa <handa@m17n.org>
14733
14734 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14735 adjustment is vector or not.
14736
14737 2008-02-01 Miles Bader <miles@gnu.org>
14738
14739 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14740
14741 2008-02-01 Kenichi Handa <handa@m17n.org>
14742
14743 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14744 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14745 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14746
14747 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14748 (DEVICE_DELTA): Fix typo.
14749 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14750 LGLYPH format.
14751
14752 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14753 the change of LGLYPH format.
14754
14755 2008-02-01 Kenichi Handa <handa@m17n.org>
14756
14757 * ftfont.c (ftfont_list): Fix typo.
14758 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14759
14760 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14761
14762 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14763
14764 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14765 xftface_info is non-NULL.
14766
14767 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14768
14769 * ftfont.c (ftfont_list): Move misplaced #endif.
14770
14771 2008-02-01 Kenichi Handa <handa@m17n.org>
14772
14773 * ftfont.c (ftfont_list): Pay attention to the case that
14774 FC_CAPABILITY is not defined.
14775
14776 2008-02-01 Kenichi Handa <handa@m17n.org>
14777
14778 * xftfont.c (xftfont_open): Set charset related members to -1.
14779
14780 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14781 QCname.
14782 (ftfont_open): Set charset related members to -1.
14783
14784 * fontset.c (Votf_script_alist): New variable.
14785 (syms_of_fontset): Initialize it.
14786 (fontset_font): Delete unused variable.
14787
14788 * fontset.h (Votf_script_alist): Extern it.
14789
14790 * font.c (font_find_for_lface): Optimize code.
14791
14792 * font.h (font_close_object, font_merge_old_spec): Extern them.
14793
14794 2008-02-01 Kenichi Handa <handa@m17n.org>
14795
14796 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14797 (syms_of_font): Initialize them.
14798 (font_pixel_size): Allow float value in dpi.
14799 (font_prop_validate_type): Delete.
14800 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14801 Change caller.
14802 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14803 (font_prop_validate_extra): Delete.
14804 (font_prop_validate_spacing): New function.
14805 (font_property_table): Add elements for all known properties.
14806 (get_font_prop_index): Rename from check_font_prop_name. New
14807 argument FROM. Change caller.
14808 (font_prop_validate): Validate all known properties.
14809 (font_put_extra): Delete argument force. Change caller.
14810 (font_expand_wildcards): Make it static. Fix the way of shrinking
14811 the possible range.
14812 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14813 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14814 Change caller.
14815 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14816 (font_parse_fcname): Delete argument merge. Fix parsing of point
14817 size. Don't validate properties values here. Change caller.
14818 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14819 (font_open_by_name): Delete unused variable.
14820 (Ffont_spec): Likewise. Validate property values.
14821 (Ffont_match_p): New function.
14822
14823 * font.h (QCscalable): Extern it.
14824 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14825
14826 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14827
14828 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14829 (xfont_list_pattern): New function.
14830 (xfont_list): Use xfont_list_pattern.
14831
14832 2008-02-01 Kenichi Handa <handa@m17n.org>
14833
14834 * font.h (Flist_fonts): EXFUN it.
14835
14836 2008-02-01 Jason Rumney <jasonr@gnu.org>
14837
14838 * w32term.c (w32_initialize): Add back smoothing_type and
14839 smoothing_enabled definitions.
14840
14841 2008-02-01 Kenichi Handa <handa@m17n.org>
14842
14843 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14844 s->face->font on determining underline position.
14845
14846 2008-02-01 Kenichi Handa <handa@m17n.org>
14847
14848 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14849 (font_has_char): Accept font-object too.
14850 (font_find_for_lface): Try at first with a size specified in face.
14851
14852 2008-02-01 Kenichi Handa <handa@m17n.org>
14853
14854 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14855 font_open_by_name.
14856
14857 2008-02-01 Kenichi Handa <handa@m17n.org>
14858
14859 * font.h (QCspacing, QCdpi): Extern them.
14860 (enum font_spacing): New enum.
14861 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14862
14863 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14864 (QCspacing, QCdpi): New variables.
14865 (syms_of_font): Initialize them.
14866 (font_pixel_size): New function.
14867 (font_put_extra): New function.
14868 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14869 in FONT_EXTRA.
14870 (font_parse_fcname): Handle enumerated values (e.g. bold).
14871 Fix handling font size. Add QCname property that contains only
14872 unknown properties.
14873 (font_score): Change argument. Change caller. Pay attention to
14874 FONT_PIXEL_SIZE_QUANTUM.
14875 (font_sort_entites, font_list_entities, font_find_for_lface)
14876 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14877 (Ffont_spec): Add QCname property that contains only unknown properties.
14878
14879 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14880 include weight in listing pattern, instead check weight of each
14881 listed font. Don't include scalable in pattern. Pay attention to
14882 FONT_PIXEL_SIZE_QUANTUM.
14883
14884 2008-02-01 Kenichi Handa <handa@m17n.org>
14885
14886 * font.c (font_parse_fcname): Fix parsing of point-size.
14887 (font_unparse_fcname): Produce symbolic names for style properties.
14888 (font_list_entities): Handle float size correctly.
14889 (font_open_by_name): Prefer `normal' property values if the name
14890 doesn't specify them.
14891
14892 * fontset.c (Finternal_char_font): Use font_get_name, not
14893 Ffont_xlfd_name.
14894
14895 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14896 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14897 pattern. Don't force scalable.
14898
14899 * xftfont.c (xftfont_open): For generating a name, start from
14900 96-byte buffer.
14901
14902 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14903
14904 * frame.h (x_new_fontset2): Fix prototype.
14905
14906 2008-02-01 Kenichi Handa <handa@m17n.org>
14907
14908 * font.h (struct font_driver): Delete member parse_name.
14909 (font_match_p, font_get_spec, font_parse_fcname)
14910 (font_unparse_fcname): Extern them.
14911 (font_get_name): Adjust prototype.
14912
14913 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14914 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14915 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14916 unnecessary checks for weight, slant, and swidth.
14917 (font_parse_fcname): New function.
14918 (font_unparse_fcname): New function.
14919 (font_parse_name): New function.
14920 (font_match_p): New function.
14921 (font_get_name): Change return value to Lisp string.
14922 (font_get_spec): New function.
14923 (Qunspecified, Qignore_defface): Don't extern them.
14924 (font_find_for_lface): Assume that LFACE is fully specified.
14925 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14926 object, use it for FACE.
14927 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14928 driver->parse_name.
14929 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14930
14931 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14932 prototype.
14933
14934 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14935 argument F. Don't call Fnew_fontset. Instead, directly call
14936 make_fontset.
14937
14938 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14939
14940 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14941 of x_new_fontset2.
14942
14943 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14944 (Qsans__serif): New variables.
14945 (ftfont_generic_family_list): New variable.
14946 (syms_of_ftfont): Initialize the above variables.
14947 (ftfont_pattern_entity): Delete argument NAME.
14948 (ftfont_list_generic_family): New function.
14949 (ftfont_parse_name): Delete this function.
14950 (ftfont_list): Try generic family only when FcFontList found no font.
14951 (ftfont_list_family): Fix args to FcObjectSetBuild.
14952
14953 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14954 object in attrs[LFACE_FONT_INDEX].
14955 (set_lface_from_font_name): Cancel all changes for font-backend.
14956 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14957 function.
14958 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14959 font object in QCfont attribute.
14960 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14961 (realize_default_face) [USE_FONT_BACKEND]: Call
14962 set_lface_from_font_and_fontset.
14963
14964 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14965 "fixed", and signal error here if no suitable font was found.
14966
14967 * xfont.c (xfont_parse_name): Delete this function.
14968
14969 * xftfont.c (xftfont_open): Change coding style of error
14970 handling. Generate fontconfig's fontname pattern.
14971
14972 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14973 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14974
14975 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14976 Both args FONTSET and FONT_OBJECT must be existing ones.
14977
14978 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14979
14980 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14981
14982 2008-02-01 Kenichi Handa <handa@m17n.org>
14983
14984 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14985
14986 * font.h (struct font): Fix typo.
14987
14988 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14989 XLFD_XXX_INDEX.
14990 (enum xlfd_field_mask): New enum.
14991 (intern_font_field): Changed argument. Change caller. If digits
14992 are followed by non-digits, return a symbol.
14993 (font_expand_wildcards): New function.
14994 (font_parse_xlfd): Fix wildcard handling.
14995 (Ffont_spec): If :name is specified, reflect the info in the other
14996 properties.
14997
14998 * ftfont.c (ftfont_pattern_entity): Fix typo.
14999 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15000 locale.
15001
15002 2008-02-01 Kenichi Handa <handa@m17n.org>
15003
15004 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15005
15006 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15007 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15008 registry doesn't specify encoding part.
15009 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15010 (font_open_by_name): At first try parsing the name.
15011 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15012 as Lisp symbols.
15013
15014 * fontset.c (reorder_font_vector): Pay attention to the case that
15015 the 3rd element of font_def is nil.
15016 (fontset_font): For the default fontset, append one more fontset
15017 elements for a script-based font specification. Don't add script
15018 attribute on finding a font.
15019 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15020 font name.
15021 (fontset_ascii_font): If a font can't be opened, return nil.
15022
15023 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15024 (ftfont_pattern_entity): New function.
15025 (ftfont_get_cache): Assume that freetype_font_cache is already
15026 initialized.
15027 (ftfont_list): Handle the case that a file is specified in font
15028 name. Use ftfont_pattern_entity to generate entities.
15029 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15030 (syms_of_ftfont): Initialize freetype_font_cache.
15031
15032 * xftfont.c (xftfont_open): Make the font name fontconfig's
15033 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15034 (xftfont_close): Free font->font.name if not NULL.
15035
15036 * xfont.c (xfont_list): If script is specified for a font, return
15037 null_vector.
15038 (xfont_list_family): Declare argument type.
15039
15040 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15041 name, set LFACE_FONT (lface) to nil.
15042
15043 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15044 return Qnil.
15045
15046 2008-02-01 Kenichi Handa <handa@m17n.org>
15047
15048 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15049 (standard_args): Add "-enable-font-backend".
15050
15051 2008-02-01 Kenichi Handa <handa@m17n.org>
15052
15053 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15054 (struct xftdraw_list, xftdraw_list): Delete them.
15055 (register_xftdraw, check_xftdraw): Delete them.
15056 (xftfont_prepare_face): Don't call register_xftdraw.
15057 (xftfont_done_face): Don't call check_xftdraw.
15058 (xftfont_draw): Get background color only when with_background is
15059 nonzero.
15060
15061 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15062
15063 2008-02-01 Kenichi Handa <handa@m17n.org>
15064
15065 These changes are for the new font handling codes.
15066
15067 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15068 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15069 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15070 (FONTSRC, FONTOBJ): New variables.
15071 (obj): Add $(FONTOBJ).
15072 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15073 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15074 @LIBOTF_LIBS@.
15075 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15076 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15077
15078 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15079
15080 * character.h (Vscript_representative_chars): Extern it.
15081
15082 * character.c (Vscript_representative_chars): New variable.
15083 (syms_of_character): Declare it as a Lisp variable.
15084
15085 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15086 enable_font_backend is nonzero, accept the composition method
15087 COMPOSITION_WITH_GLYPH_STRING.
15088
15089 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15090 enumeration COMPOSITION_WITH_GLYPH_STRING.
15091
15092 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15093 members clip_x, clip_y, clip_width, and clip_height.
15094 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15095
15096 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15097 --enable-font-backend. Call syms_of_font.
15098
15099 * fns.c (assoc_no_quit): New function.
15100
15101 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15102 (face_for_font, new_fontset_from_font)
15103 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15104
15105 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15106 (fontset_font, fontset_ascii, face_for_char)
15107 (make_fontset_for_ascii_face, Ffont_info)
15108 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15109 is nonzero, use font-backend mechanism.
15110 (find_font_encoding): Make it non-static.
15111 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15112 New functions.
15113
15114 * frame.h (struct frame): New members resx and resy.
15115 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15116 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15117
15118 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15119 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15120
15121 * lisp.h (assoc_no_quit): Extern it.
15122
15123 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15124 Through out the file, use FONT_INFO_FROM_FACE instead of
15125 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15126 rif->per_char_metric.
15127 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15128 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15129 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15130 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15131 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15132 nonzero, use font-backend mechanism.
15133 (get_per_char_metric): New function.
15134
15135 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15136 (set_lface_from_font_name)
15137 (set_font_frame_param, free_realized_face)
15138 (prepare_face_for_display, clear_face_gcs)
15139 (Finternal_set_font_selection_order, realize_x_face)
15140 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15141 font-backend mechanism.
15142 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15143 (load_face_font) [USE_FONT_BACKEND]: Abort.
15144 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15145 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15146
15147 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15148 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15149 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15150 nonzero, register all available font drivers. Call
15151 x_default_font_parameter for deciding a font.
15152 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15153
15154 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15155 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15156 (x_set_glyph_string_clipping_exactly)
15157 (x_compute_glyph_string_overhangs)
15158 (x_draw_glyph_string_foreground)
15159 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15160 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15161 enable_font_backend is nonzero, use font-backend mechanism.
15162 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15163
15164 2008-02-01 Kenichi Handa <handa@m17n.org>
15165
15166 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15167 system_eol_type.
15168 (syms_of_coding): Initialize system_eol_type.
15169
15170 * process.c (Fset_process_coding_system): Inherit system's eol
15171 format if necessary.
15172
15173 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15174
15175 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15176
15177 2008-02-01 Kenichi Handa <handa@m17n.org>
15178
15179 * coding.c (decode_eol): Pay attention to buffer relocation in
15180 del_range_2.
15181 (decode_coding): Call decode_eol before restoring undo_list.
15182
15183 2008-02-01 Kenichi Handa <handa@m17n.org>
15184
15185 * charset.c (Fdefine_charset_internal): Fix setting of
15186 emacs_mule_bytes.
15187
15188 2008-02-01 Kenichi Handa <handa@m17n.org>
15189
15190 * keyboard.c (read_char): Check if C is a character or not before
15191 looking up Vkeyboard_translate_table.
15192
15193 2008-02-01 Kenichi Handa <handa@m17n.org>
15194
15195 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15196 condition to terminate the loop.
15197
15198 2008-02-01 Kenichi Handa <handa@m17n.org>
15199
15200 * coding.c (produce_composition): Compare charbuf[i] instead of
15201 args[i] against 0.
15202 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15203
15204 2008-02-01 Kenichi Handa <handa@m17n.org>
15205
15206 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15207 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15208 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15209 detect_coding.
15210 (emacs_mule_char): Handle old style (Emacs 20) component character
15211 of a composition.
15212 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15213 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15214 composition rule.
15215 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15216
15217 2008-02-01 Kenichi Handa <handa@m17n.org>
15218
15219 * coding.c (encode_coding_ccl): Allocate destination dynamically
15220 when necessary.
15221
15222 2008-02-01 Kenichi Handa <handa@m17n.org>
15223
15224 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15225 the loop. When quitted, show a proper error message.
15226
15227 2008-02-01 Kenichi Handa <handa@m17n.org>
15228
15229 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15230 src->clip_head and src->clip_tail temporarily instead of src->hl.
15231
15232 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15233 character sequence.
15234 (Fccl_execute_on_string): Use ASET, not XSET.
15235
15236 2008-02-01 Kenichi Handa <handa@m17n.org>
15237
15238 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15239
15240 2008-02-01 Kenichi Handa <handa@m17n.org>
15241
15242 * coding.c (decode_coding): Fix the condition of terminating the
15243 decoding loop.
15244
15245 2008-02-01 Kenichi Handa <handa@m17n.org>
15246
15247 * data.c (Faset): On setting a character bigger than 255 in a
15248 unibyte string, signal an error instead of make the string multibyte.
15249
15250 2008-02-01 Kenichi Handa <handa@m17n.org>
15251
15252 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15253 made by a mapping table.
15254
15255 2008-02-01 Kenichi Handa <handa@m17n.org>
15256
15257 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15258 not.
15259 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15260 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15261
15262 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15263 s->face is NULL or not.
15264
15265 2008-02-01 Kenichi Handa <handa@m17n.org>
15266
15267 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15268 (x_draw_glyph_string): Fix drawing of right_overhang and
15269 left_overhang around/on cursor.
15270
15271 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15272
15273 2008-02-01 Kenichi Handa <handa@m17n.org>
15274
15275 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15276
15277 2008-02-01 Kenichi Handa <handa@m17n.org>
15278
15279 * coding.c (Fdefine_coding_system_internal)
15280 (Fdefine_coding_system_alias): Avoid a duplicated element in
15281 Vcoding_system_alist.
15282
15283 2008-02-01 Kenichi Handa <handa@m17n.org>
15284
15285 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15286
15287 * coding.c (Qcoding_system_define_form): New variable.
15288 (syms_of_coding): Intern and staticpro it.
15289 (Fcoding_system_p): Check Qcoding_system_define_form.
15290 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15291
15292 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15293 Fcoding_system_p.
15294 (CHECK_CODING_SYSTEM): If ID is not available, call
15295 Fcheck_coding_system.
15296 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15297 Try also Fcheck_coding_system.
15298
15299 2008-02-01 Kenichi Handa <handa@m17n.org>
15300
15301 * coding.c (code_conversion_restore): GCPRO arg.
15302
15303 2008-02-01 Kenichi Handa <handa@m17n.org>
15304
15305 * character.c (lisp_string_width): Check multibyteness of STRING.
15306
15307 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15308
15309 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15310 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15311 (decode_mac_font_name): Use decode_coding_c_string instead of
15312 decode_coding.
15313 (x_load_font): Initialize fontp->fontset to -1. Set
15314 fontp->encoding_type.
15315
15316 2008-02-01 Kenichi Handa <handa@m17n.org>
15317
15318 * search.c (search_buffer): Give up BM search on case-fold-search
15319 if one of a target character has a case-equivalence of different
15320 byte length even if that target charcter is an ASCII.
15321 (simple_search): Fix calculation of byte length of matched text.
15322 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15323
15324 2008-02-01 Kenichi Handa <handa@m17n.org>
15325
15326 * coding.c (decode_coding): Fix handling of invalid bytes.
15327
15328 2008-02-01 Kenichi Handa <handa@m17n.org>
15329
15330 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15331 Unicode characters.
15332
15333 2008-02-01 Kenichi Handa <handa@m17n.org>
15334
15335 * coding.c (encode_coding_object): If a pre-write-conversion
15336 function makes a new buffer, kill it.
15337
15338 2008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * coding.c (QCascii_compatible_p): New variable.
15341 (syms_of_coding): Initialize it.
15342 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15343 calling string_char.
15344 (record_conversion_result): Add `default:' case.
15345 (coding_charset_list): Delete unused variable `coding_type'.
15346 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15347 property in the plist of the coding system.
15348 (Fcoding_system_put): Check QCascii_compatible_p.
15349
15350 2008-02-01 Miles Bader <miles@gnu.org>
15351
15352 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15353 removed calculation of frame `f', as it's now used.
15354
15355 2008-02-01 Kenichi Handa <handa@m17n.org>
15356
15357 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15358 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15359 (UNIDATA): New variable.
15360 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15361 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15362 $(RUN_TEMACS) unconditionally.
15363
15364 2008-02-01 Kenichi Handa <handa@m17n.org>
15365
15366 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15367 (admindir): New variable.
15368 ($(lispsource)international/charprop.el): New target.
15369
15370 2008-02-01 Miles Bader <miles@gnu.org>
15371
15372 * character.c (chars-in-region): Remove obsolete function.
15373 (syms_of_character): Remove its initialization.
15374
15375 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15376
15377 * w32select.c (validate_coding_system)
15378 (setup_windows_coding_system): New functions.
15379 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15380 setup_windows_coding_system.
15381 (setup_config, Fw32_get_clipboard_data): Use
15382 validate_coding_system.
15383 (Fx_selection_exists): Move call to setup_config to a place
15384 where signals are allowed.
15385
15386 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15387 (Fcheck_coding_system): Add declarations.
15388
15389 2008-02-01 Kenichi Handa <handa@m17n.org>
15390
15391 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15392
15393 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15394
15395 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15396 string as the second argument for x_new_fontset.
15397
15398 2008-02-01 Kenichi Handa <handa@m17n.org>
15399
15400 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15401 (encode_coding_object): Use safe_call instead of call2.
15402
15403 2008-02-01 Kenichi Handa <handa@m17n.org>
15404
15405 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15406
15407 * Makefile.in (lisp): Include charprop.el.
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): Fix crash.
15412 Not sure if it's unnecessary.
15413
15414 2008-02-01 Steven Tamm <steventamm@mac.com>
15415
15416 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15417 some possibly unnecessary fontset checking code that crashed
15418 when creating a new frame.
15419
15420 2008-02-01 Kenichi Handa <handa@m17n.org>
15421
15422 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15423 lookup_face.
15424
15425 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15426
15427 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15428
15429 2008-02-01 Kenichi Handa <handa@m17n.org>
15430
15431 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15432 (coding_charset_list): New function.
15433
15434 * coding.h (coding_charset_list): Extern it.
15435
15436 2008-02-01 Kenichi Handa <handa@m17n.org>
15437
15438 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15439 concatenation of family and registry.
15440
15441 2008-02-01 Kenichi Handa <handa@m17n.org>
15442
15443 * character.h (BYTE8_STRING): Fix typo.
15444
15445 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15446 string to multibyte (sync to HEAD).
15447
15448 * casefiddle.c (casify_region): Handle changes in byte-length
15449 using replace_range_2 (sync to HEAD).
15450
15451 2008-02-01 Andreas Schwab <schwab@suse.de>
15452
15453 * chartab.c (map_char_table): GCPRO table and arg.
15454
15455 2008-02-01 Kenichi Handa <handa@m17n.org>
15456
15457 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15458 already at limit.
15459
15460 2008-02-01 Kenichi Handa <handa@m17n.org>
15461
15462 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15463 instead of fast_c_string_match_ignore_case.
15464 (find_font_encoding): Change argument to Lisp_Object. Use
15465 fast_string_match_ignore_case instead of
15466 fast_c_string_match_ignore_case. Change caller.
15467
15468 2008-02-01 Kenichi Handa <handa@m17n.org>
15469
15470 * xdisp.c (get_next_display_element): In unibyte case, decide to
15471 display in octal form by checking a character by
15472 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15473
15474 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15475
15476 * character.c (unibyte_has_multibyte_table): New variable.
15477
15478 * character.h (unibyte_has_multibyte_table): Extern it.
15479 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15480
15481 2008-02-01 Kenichi Handa <handa@m17n.org>
15482
15483 * coding.c (encode_coding_iso_2022): Fix handling of charset
15484 annotation.
15485
15486 2008-02-01 Kenichi Handa <handa@m17n.org>
15487
15488 * coding.c (setup_coding_system): If coding_system is nil, use
15489 Qundecided.
15490 (Fterminal_coding_system): Return nil if terminal coding system is
15491 `undecided'.
15492 (syms_of_coding): Define coding-system `undecided' here. Setup
15493 terminal_coding as `undecided'.
15494
15495 2008-02-01 Kenichi Handa <handa@m17n.org>
15496
15497 * xdisp.c (message_dolog, set_message_1): Call
15498 unibyte_char_to_multibyte with arg type int.
15499
15500 * lread.c (read1): Fix reading of a char-table.
15501
15502 * print.c (print_object): Include sub char-table in circularities
15503 detection.
15504
15505 2008-02-01 Kenichi Handa <handa@m17n.org>
15506
15507 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15508 Append the found sequences in car of ARGS instead of prepending.
15509
15510 2008-02-01 Kenichi Handa <handa@m17n.org>
15511
15512 * fileio.c (report_file_error): Make a unibyte string from
15513 strerror (errorno).
15514 (Fsubstitute_in_file_name): Fix the arg to
15515 unibyte_char_to_multibyte. It is evaluated twice.
15516
15517 2008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15520
15521 2008-02-01 Kenichi Handa <handa@m17n.org>
15522
15523 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15524 BOM is not found.
15525 (detect_coding, detect_coding_system): Optimization for ISO-2022
15526 when no 8-bit data is found.
15527
15528 2008-02-01 Jason Rumney <jasonr@gnu.org>
15529
15530 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15531
15532 2008-02-01 Kenichi Handa <handa@m17n.org>
15533
15534 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15535 CHARS.
15536
15537 2008-02-01 Steven Tamm <steventamm@mac.com>
15538
15539 * macterm.c (mac_encode_char): Add charset argument and update
15540 to use encoding_type.
15541 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15542 switch to pure fontset.
15543 (decode_mac_font_name): Temporarily remove decoding.
15544 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15545 (x_load_font): Temporarily remove encoding.
15546
15547 2008-02-01 Kenichi Handa <handa@m17n.org>
15548
15549 * xfaces.c (Fface_font): If frame is not on a window system,
15550 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15551 refer to face->font.
15552 (split_font_name_into_vector, build_font_name_from_vector)
15553 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15554 when HAVE_WINDOW_SYSTEM is defined.
15555
15556 2008-02-01 Kenichi Handa <handa@m17n.org>
15557
15558 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15559 (x_produce_glyphs): Fix setting of members of cmp in case
15560 cmp->glyph_len is zero.
15561
15562 * fontset.c (Fset_fontset_font): Fix docstring.
15563 (Ffontset_info): Make it backward compatible. New arg ALL.
15564
15565 2008-02-01 Kim F. Storm <storm@cua.dk>
15566
15567 * process.c (read_process_output): Grow decoding_buf when needed;
15568 this could cause a crash in allocate_string and compact_small_strings.
15569
15570 2008-02-01 Kenichi Handa <handa@m17n.org>
15571
15572 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15573
15574 2008-02-01 Kenichi Handa <handa@m17n.org>
15575
15576 * coding.c (setup_coding_system): Set coding->common_flags
15577 correctly for raw-text.
15578 (consume_chars): On encoding unibyte text by raw-text, don't check
15579 multibyte form.
15580 (encode_coding): On encoding by raw-text, never use translation tables.
15581
15582 * fileio.c (e_write): Short cut for the case of no encoding.
15583
15584 2008-02-01 Kenichi Handa <handa@m17n.org>
15585
15586 * coding.c (detect_coding, detect_coding_system): Delete unused
15587 variables.
15588
15589 2008-02-01 Kenichi Handa <handa@m17n.org>
15590
15591 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15592 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15593
15594 2008-02-01 Kenichi Handa <handa@m17n.org>
15595
15596 * coding.c (Ffind_coding_systems_region_internal): Include
15597 raw-text and no-conversion in the result.
15598
15599 2008-02-01 Kenichi Handa <handa@m17n.org>
15600
15601 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15602 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15603 FONT_DEF.
15604 (font_def_arg, add_arg, from_arg, to_arg): New args.
15605 (set_fontset_font): Change argument.
15606 (Fset_fontset_font): Fix for the case that TARGET is a script
15607 name and charset name.
15608 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15609
15610 2008-02-01 Kenichi Handa <handa@m17n.org>
15611
15612 * fontset.c (fontset_font): Rename from fontset_face. Change return
15613 value.
15614 (face_suitable_for_char_p, face_for_char): Adjust for the change
15615 of fontset_font.
15616 (make_fontset_for_ascii_face): Fix setting of the fontset element
15617 for ASCII.
15618 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15619 to get a font name.
15620 (Ffontset_info): Adjust for the change of fontset_font.
15621
15622 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15623
15624 * character.h (LEADING_CODE_LATIN_1_MIN)
15625 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15626
15627 2008-02-01 Kenichi Handa <handa@m17n.org>
15628
15629 * editfns.c (check_translation): New function.
15630 (Ftranslate_region_internal): Handle M:N mapping.
15631
15632 2008-02-01 Kenichi Handa <handa@m17n.org>
15633
15634 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15635
15636 2008-02-01 Kenichi Handa <handa@m17n.org>
15637
15638 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15639 goto invalid_code.
15640 (decode_coding_iso_2022): Fix handling of invalid designation.
15641
15642 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15643 after calling code_conversion_save.
15644
15645 2008-02-01 Kenichi Handa <handa@m17n.org>
15646
15647 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15648
15649 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15650
15651 * fontset.c: Include "intervals.h".
15652 (fontset_face): Fix comparing of Lisp_Objects.
15653 (free_face_fontset, new_fontset_from_font_name): Fix
15654 Lisp_Object/int mixup.
15655
15656 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15657
15658 * coding.c: Add many prototypes for static functions.
15659 (get_translation_table): Allow max_lookup to be NULL.
15660 (decode_coding, Ffind_coding_systems_region_internal)
15661 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15662 get_translation_table with max_lookup NULL.
15663
15664 2008-02-01 Kenichi Handa <handa@m17n.org>
15665
15666 * coding.c (get_translation_table): Declare it as Lisp_Object.
15667 (LOOKUP_TRANSLATION_TABLE): New macro.
15668 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15669 instead of CHAR_TABLE_REF.
15670
15671 2008-02-01 Kenichi Handa <handa@m17n.org>
15672
15673 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15674 annotation data format.
15675 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15676 Change arguments FROM and TO to single argument NCHARS. Change caller.
15677 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15678 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15679 (decode_coding_ccl, decode_coding_charset): Pay attention to
15680 coding->charbuf_used.
15681 (get_translation): New function.
15682 (produce_chars): New arguments translation_table and last_block.
15683 Translate characters here. Return number of carryover chars.
15684 Change caller.
15685 (produce_composition): New argument pos. Change caller.
15686 Adjust for the change of annotation data format.
15687 (produce_charset, produce_annotation): Likewise.
15688 (decode_coding, encode_coding): Don't call translate_chars.
15689 (consume_chars): New arg translation_table. Change caller.
15690 (translate_chars): Delete.
15691 (syms_of_coding): Make translation-table's number of extra slots 2.
15692
15693 2008-02-01 Kenichi Handa <handa@m17n.org>
15694
15695 * search.c (simple_search): Fix setting this_pos_byte in backward
15696 search.
15697
15698 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15699 byte sequence.
15700 (detect_coding_ccl): Fix setting of the variable valids.
15701
15702 2008-02-01 Kenichi Handa <handa@m17n.org>
15703
15704 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15705
15706 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15707
15708 * editfns.c (Ftranslate_region_internal): Rename from
15709 Ftranslate_region. Accept a char-table in TABLE.
15710 (syms_of_editfns): Defsubr Stranslate_region_internal.
15711
15712 * xfaces.c (set_lface_from_font_name): If a font is specified for
15713 a frame, generate a fontset from the font.
15714 (build_scalable_font_name): If the scalable font is requested for
15715 a specific size, don't change that size.
15716 (try_font_list): Try a scalable font also in the case that a
15717 pattern string is specified.
15718
15719 2008-02-01 Kenichi Handa <handa@m17n.org>
15720
15721 * xfaces.c (Fface_font): New optional arg CHARACTER.
15722
15723 2008-02-01 Kenichi Handa <handa@m17n.org>
15724
15725 * charset.h (CHARSET_OFFSET): New macro.
15726
15727 2008-02-01 Kenichi Handa <handa@m17n.org>
15728
15729 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15730
15731 * fontset.c (fontset_face): Handle the case that repertory is a
15732 char-table.
15733 (find_font_encoding): Return nil for unknown encoding.
15734 (Fset_fontset_font): Ignore a font of unknown encoding.
15735
15736 2008-02-01 Kenichi Handa <handa@m17n.org>
15737
15738 * keymap.c (describe_vector): Handle default value of a char table.
15739
15740 * fontset.c (fontset_face): Handle fallback fonts correctly.
15741 (Ffontset_info): Return infomation about fallback fonts.
15742
15743 2008-02-01 Kenichi Handa <handa@m17n.org>
15744
15745 * fontset.c (FONTSET_DEFAULT): New macro.
15746 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15747 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15748 the case that it is nil.
15749 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15750 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15751
15752 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15753 subset or superset.
15754
15755 2008-02-01 Kenichi Handa <handa@m17n.org>
15756
15757 * emacs.c (main): Call init_charset after syms_of_XXX.
15758
15759 * charset.c (Vcharset_map_directory): Delete.
15760 (Vcharset_map_path): New variable.
15761 (load_charset_map_from_file): Use Vcharset_map_path instead.
15762 (init_charset): Initialize Vcharset_map_path.
15763 (syms_of_charset): Delete declaration of "charset-map-directory",
15764 add declaration of "charset-map-path".
15765
15766 2008-02-01 Kenichi Handa <handa@m17n.org>
15767
15768 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15769 ASCII only string.
15770
15771 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15772
15773 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15774 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15775
15776 2008-02-01 Kenichi Handa <handa@m17n.org>
15777
15778 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15779
15780 * coding.c (QCmnemonic, QCdefalut_char)
15781 (QCdecode_translation_table, QCencode_translation_table)
15782 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15783 (get_translation_table): Return a list of translation tables if
15784 necessary.
15785 (decode_coding): Call get_translation_table with ENCODEP 0.
15786 (char_encodable_p): If translation_table is non-nil, always call
15787 translate_char.
15788 (Fdefine_coding_system_internal): Accept list of translation
15789 tables as :encode-translation-table and :decode-translation-table.
15790 (Fcoding_system_put): New function.
15791 (syms_of_coding): Declare new symbols. Defsubr
15792 Scoding_system_put.
15793 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15794 typically JISX0212.
15795
15796 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15797 when the charset is superset type.
15798
15799 * character.c (translate_char): Accept list of translation tables.
15800
15801 2008-02-01 Kenichi Handa <handa@m17n.org>
15802
15803 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15804 (CODING_ATTR_TRANS_TBL): New macro.
15805
15806 * coding.c (get_translation_table): New function.
15807 (translate_chars): Fix the bug of skipping annotation data.
15808 (decode_coding, encode_coding): Utilize get_translation_table.
15809 (char_encodable_p, Funencodable_char_position): Translate char if
15810 necessary.
15811 (Ffind_coding_systems_region_internal)
15812 (Fcheck_coding_systems_region): Setup translation table for encode
15813 in a coding system attribute vector in advance.
15814 (Fdefine_coding_system_internal): Allow a symbol as translation
15815 table. For shift-jis type coding system, allow 4th charset.
15816
15817 2008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15820
15821 * xdisp.c (get_next_display_element): Pass -1 as POS to
15822 FACE_FOR_CHAR if displaying a C-string.
15823
15824 2008-02-01 Kenichi Handa <handa@m17n.org>
15825
15826 * composite.c (get_composition_id): Handle xoff and yoff in a
15827 composition rule.
15828
15829 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15830 (struct composition): New member lbearing and rbearing.
15831
15832 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15833 (x_get_glyph_overhangs): Handle a composition glyph.
15834 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15835
15836 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15837 composition glyph.
15838
15839 2008-02-01 Kenichi Handa <handa@m17n.org>
15840
15841 * print.c: Include charset.h.
15842 (Vprint_charset_text_property): New variable.
15843 (Qdefault): Extern it.
15844 (PRINT_STRING_NON_CHARSET_FOUND)
15845 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15846 (print_check_string_result): New variable.
15847 (print_check_string_charset_prop): New function.
15848 (print_prune_charset_plist): New variable.
15849 (print_prune_string_charset): New function.
15850 (print_object): Call print_prune_string_charset if
15851 Vprint_charset_text_property is not t.
15852 (print_interval): Print nothing if interval->plist is nil.
15853 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15854 variable. Init and staticpro print_prune_charset_plist.
15855
15856 2008-02-01 Kenichi Handa <handa@m17n.org>
15857
15858 * fontset.c (new_fontset_from_font_name): Use the specified font
15859 for all characters in the new fontset.
15860
15861 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15862 OBJECT args.
15863
15864 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15865 OBJECT args for composition too.
15866
15867 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15868 OBJECT args.
15869
15870 2008-02-01 Kenichi Handa <handa@m17n.org>
15871
15872 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15873
15874 * fontset.c (reorder_font_vector): Adjust for the change of
15875 FONT_DEF format.
15876 (fontset_face): New arg id. Change caller.
15877 (face_for_char): New args pos and object.
15878 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15879 (fs_query_fontset): Check NAME by Fassoc too.
15880 (Fset_fontset_font): Allow non-XLFD font name.
15881 (Ffontset_info): Adjust for the change of FONT_DEF format.
15882
15883 * fontset.h (face_for_char): Adjust prototype.
15884
15885 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15886 (append_space, extend_face_to_end_of_line)
15887 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15888 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15889
15890 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15891 POS and OBJECT args.
15892
15893 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15894 POS and OBJECT args.
15895
15896 2008-02-01 Jason Rumney <jasonr@gnu.org>
15897
15898 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15899 of GlobalAlloc'ed memory.
15900
15901 2008-02-01 Kenichi Handa <handa@m17n.org>
15902
15903 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15904
15905 * charset.h (charset_table_used): Delete extern.
15906
15907 * charset.c (charset_table_used): Make it static.
15908 (map_charset_chars): Fix args to c_function with.
15909
15910 * chartab.c (map_sub_char_table_for_charset): Fix args to
15911 c_function with.
15912
15913 * coding.h (enum coding_result_code): Delete
15914 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15915
15916 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15917 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15918 (Vlast_code_conversion_error): New variables.
15919 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15920 (ONE_MORE_BYTE): Record error if any instead of signaling an
15921 error. If non-ASCII multibyte char is found, return the negative
15922 value of the code. All callers changed to check it.
15923 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15924 (record_conversion_result): New function. Change all codes setting
15925 coding->result to call this function.
15926 (detect_coding_utf_8, decode_coding_utf_8)
15927 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15928 Don't use the local variable incomplete.
15929 (emacs_mule_char): Change the second arg to `const'.
15930 (decode_coding): Fix of flushing out unprocessed data.
15931 (make_conversion_work_buffer): Fix making of a work buffer.
15932 (decode_coding_object): Return coding->dst_object.
15933
15934 * fontset.c (set_fontset_font): Fix args.
15935
15936 * lisp.h (CHARACTERBITS): Define as 22.
15937
15938 * process.c (send_process): Be sure to set coding->src_multibyte.
15939
15940 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15941
15942 2008-02-01 Kenichi Handa <handa@m17n.org>
15943
15944 * xdisp.c (handle_auto_composed_prop): Give limit to
15945 Fnext_single_char_property_change.
15946
15947 2008-02-01 Kenichi Handa <handa@m17n.org>
15948
15949 * composite.c (syms_of_composite): Don't make the composition hash
15950 table weak.
15951
15952 * fontset.c (Fset_fontset_font): Fix docstring.
15953
15954 * lisp.h (detect_coding_system): Adjust prototype.
15955
15956 * fileio.c (kill_workbuf_unwind): Delete this function.
15957 (Finsert_file_contents): Adjust the call of detect_coding_system.
15958 Get conversion_buffer by code_conversion_save. Use the macro
15959 CODING_MAY_REQUIRE_DECODING. After decoding, update
15960 coding_system.
15961
15962 * coding.h (make_conversion_work_buffer): Delete extern.
15963 (code_conversion_save): Extern it.
15964
15965 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15966 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15967 (decode_coding_utf_8): Don't do eol converion.
15968 (detect_coding_utf_16): Check coding->src_chars, not
15969 coding->src_bytes. Add heuristics for those that have no signature.
15970 (decode_coding_emacs_mule, decode_coding_iso_2022)
15971 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15972 Don't do eol converion.
15973 (adjust_coding_eol_type): Return a new coding system.
15974 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15975 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15976 each change.
15977 (decode_coding): Pay attention to undo_list. Do eol conversion for
15978 all types of coding-systems (if necessary).
15979 (Vcode_conversion_work_buf_list): Delete it.
15980 (Vcode_conversion_reused_workbuf): Rename from
15981 Vcode_conversion_reused_work_buf.
15982 (Vcode_conversion_workbuf_name): New variable.
15983 (reused_workbuf_in_use): New variable.
15984 (make_conversion_work_buffer): Delete the arg DEPTH.
15985 (code_conversion_restore): Change argument to cons.
15986 (code_conversion_save): Delete the argument BUFFER. Change callers.
15987 (detect_coding_system): New argument src_chars. Change callers.
15988 Fix for utf-16 detection.
15989 (init_coding_once): Don't use ISO_carriage_return.
15990 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15991 reused_workbuf_in_use.
15992
15993 2008-02-01 Kenichi Handa <handa@m17n.org>
15994
15995 * keymap.c (store_in_keymap): Pay attention to the case that idx
15996 is a cons specifying a character range.
15997
15998 2008-02-01 Kenichi Handa <handa@m17n.org>
15999
16000 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16001 HANDLED_RECOMPUTE_PROPS.
16002
16003 * coding.c (Fdefine_coding_system_internal): Fix checking of
16004 ascii compatibility.
16005
16006 2008-02-01 Kenichi Handa <handa@m17n.org>
16007
16008 * charset.c (find_charsets_in_text): Delete unused locale variable.
16009 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16010
16011 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16012 Resync charset_list to Vemacs_mule_charset_list.
16013
16014 * keymap.c (store_in_keymap): Pay attention to the case that idx
16015 is a cons specifying a character range.
16016
16017 2008-02-01 Kenichi Handa <handa@m17n.org>
16018
16019 * composite.c (update_compositions): Bind inhibit-read-only, etc
16020 to t before calling remove-list-of-text-properties.
16021
16022 * print.c (print_object): Always print ASCII chars as is.
16023
16024 2008-02-01 Kenichi Handa <handa@m17n.org>
16025
16026 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16027
16028 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16029 is a char table.
16030
16031 2008-02-01 Kenichi Handa <handa@m17n.org>
16032
16033 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16034
16035 2008-02-01 Kenichi Handa <handa@m17n.org>
16036
16037 * xfaces.c (set_lface_from_font_name): Fix for the case that
16038 FONTNAME is not fontset name.
16039
16040 2008-02-01 Kenichi Handa <handa@m17n.org>
16041
16042 * fns.c (base64_encode_1): Fix previous change.
16043
16044 2008-02-01 Kenichi Handa <handa@m17n.org>
16045
16046 * fontset.c (set_fontset_font): New function.
16047 (Fset_fontset_font): If a font is specified for a charset, use
16048 map_charset_chars to store the font spec in a fontset.
16049
16050 2008-02-01 Kenichi Handa <handa@m17n.org>
16051
16052 * fontset.c (fontset_face): Create a fallback fontset on demand.
16053 (make_fontset): Don't create a fallback fontset here.
16054 (free_face_fontset): Free a fallback fontset (if any) too.
16055 (n_auto_fontsets): Delete this variable.
16056 (auto_fontset_alist): New variable.
16057 (new_fontset_from_font_name): Check auto_fontset_alist.
16058 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16059 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16060 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16061 Defsubr Sfontset_list_all.
16062
16063 2008-02-01 Kenichi Handa <handa@m17n.org>
16064
16065 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16066
16067 2008-02-01 Kenichi Handa <handa@m17n.org>
16068
16069 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16070
16071 2008-02-01 Kenichi Handa <handa@m17n.org>
16072
16073 * editfns.c (Fgoto_char): Fix docstring.
16074
16075 2008-02-01 Kenichi Handa <handa@m17n.org>
16076
16077 * insdel.c (insert_from_gap): Adjust intervals correctly.
16078
16079 2008-02-01 Jason Rumney <jasonr@gnu.org>
16080
16081 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16082 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16083 (w32_initialize): Try to load it.
16084 (x_get_font_repertory): Use it if available.
16085 (w32_encode_char): Add shortcut for unicode output.
16086
16087 * w32fns.c (w32_load_system_font): Default charset to -1.
16088 (x_to_w32_charset): Match all fonts for unicode.
16089 (w32_to_x_charset): New parameter matching. Don't return partial
16090 or wildcard charsets.
16091 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16092 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16093 (w32_to_x_font): Match charset to real charset.
16094 (enum_font_cb2): Always list unicode versions.
16095
16096 * makefile.w32-in (temacs): Increase EMHEAP.
16097
16098 2008-02-01 Jason Rumney <jasonr@gnu.org>
16099
16100 * w32term.c (w32_encode_char): New charset parameter.
16101 font_info.encoding becomes encoding_type.
16102 (x_get_font_repertory): New function. Warning: stub only!
16103 (x_new_font): Return quickly if font already set.
16104 (x_new_fontset): fontsetname parameter is Lisp_Object.
16105 Use new fs_query_fontset. Try new_fontset_from_font_name.
16106 Use fontset_name for return value.
16107
16108 * w32term.h: Declare x_get_font_repertory.
16109
16110 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16111 place of find_charset_in_text. Use encode_coding_object in place
16112 of encode_coding.
16113 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16114 decode_coding.
16115
16116 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16117 of x_new_fontset.
16118 (w32_load_system_font): Initialize charset as unicode.
16119 font_info.encoding becomes encoding_type.
16120 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16121 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16122 (syms_of_w32fns): Set get_font_repertory_func.
16123
16124 * w32console.c: Include character.h. Use terminal_encode_buffer
16125 from term.c.
16126 (write_glyphs): Use new version of encode_terminal_code. Use
16127 encode_coding_object in place of encode_coding.
16128
16129 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16130 encoding becomes encoding_type.
16131
16132 * term.c (terminal_encode_buffer): Make externally visible.
16133
16134 * makefile.w32-in: Add character.h dependancies.
16135 (character.o, chartab.o): New targets.
16136
16137 2008-02-01 Kenichi Handa <handa@m17n.org>
16138
16139 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16140 CODING_ID_EOL_TYPE.
16141
16142 2008-02-01 Andreas Schwab <schwab@suse.de>
16143
16144 * coding.c (produce_chars): Revert last change.
16145
16146 2008-02-01 Kenichi Handa <handa@m17n.org>
16147
16148 * charset.h (charset_unicode): Extern it.
16149
16150 * charset.c (string_xstring_p): Check by (C >= 0x100).
16151 (find_charsets_in_text): Change format of the arc CHARSETS. New
16152 arg MULTIBYTE.
16153 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16154 change of find_charsets_in_text.
16155 (Fsplit_char): Fix doc. Never return unknown.
16156
16157 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16158
16159 * coding.c (Fdefine_coding_system_alias): Update
16160 Vcoding_system_list.
16161
16162 * fontset.c (load_font_get_repertory): Pay attention to the case
16163 that ENCODING of a font is specified by a char-table.
16164
16165 * xterm.c (x_get_font_repertory): Handle the case that the
16166 encoding of font is other than Unicode.
16167
16168 2008-02-01 Kenichi Handa <handa@m17n.org>
16169
16170 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16171 if a character is encodable by the terminal coding system. If
16172 not, produces proper number of `?'s. Update
16173 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16174 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16175
16176 2008-02-01 Kenichi Handa <handa@m17n.org>
16177
16178 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16179 variables.
16180 (encode_terminal_code): Change argument. Encode multiple
16181 characters at once. Store the result of encoding in
16182 terminal_encode_buffer.
16183 (write_glyphs, insert_glyphs): Adjust for the change of
16184 encode_terminal_code.
16185 (term_init): Initialize terminal_encode_buffer and
16186 terminal_encode_buf_size.
16187
16188 * coding.c (consume_chars): If coding->src_object is nil, don't
16189 check annotation.
16190
16191 2008-02-01 Kenichi Handa <handa@m17n.org>
16192
16193 * character.c (char_string): Use ASCII_CHAR_P instead of
16194 SINGLE_BYTE_CHAR_P.
16195
16196 2008-02-01 Kenichi Handa <handa@m17n.org>
16197
16198 * xdisp.c (handle_auto_composed_prop): Check if the last
16199 characters of auto-composed region is newly composed with the
16200 following characters.
16201 (handle_composition_prop): Fix checking of point being inside
16202 composition.
16203
16204 2008-02-01 Kenichi Handa <handa@m17n.org>
16205
16206 * fns.c (concat): Don't change multibyteness of the result by
16207 concatenating an 8-bit character.
16208
16209 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16210 multibyteness of the result when newelt is an 8-bit character.
16211
16212 2008-02-01 Dave Love <fx@gnu.org>
16213
16214 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16215 EMACS_INT.
16216
16217 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16218
16219 * xfaces.c (face_numeric_value): Declare dim size_t.
16220 (Finternal_lisp_face_equal_p): Remove unused f.
16221
16222 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16223 (MATRIX_ROW): Remove unused vars.
16224 (draw_glyphs, x_insert_glyphs, fast_find_position)
16225 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16226 byte/char counts.
16227
16228 * regex.c (regex_compile): Remove unused var.
16229
16230 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16231
16232 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16233 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16234
16235 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16236
16237 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16238
16239 * fileio.c (Fwrite_region): Remove unused var.
16240
16241 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16242 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16243
16244 * composite.c (Fremove_list_of_text_properties): Declare.
16245
16246 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16247 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16248 (coding_inherit_eol_type): Remove unused attrs.
16249 (detect_coding): Cast arg of detect_eol.
16250
16251 * charset.c (syms_of_charset): Remove unused var p.
16252 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16253 byte/char counts.
16254
16255 * casetab.c (set_case_table): Remove unused var.
16256
16257 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16258 unused vars.
16259
16260 2008-02-01 Dave Love <fx@gnu.org>
16261
16262 * xterm.c (x_bitmap_mask): Declare.
16263
16264 2008-02-01 Dave Love <fx@gnu.org>
16265
16266 * xterm.c (x_term_init): Fix type error.
16267
16268 * lisp.h: Add Funibyte_char_to_multibyte.
16269
16270 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16271 (Fset_coding_system_priority): Doc fix.
16272
16273 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16274
16275 * indent.c (check_composition): Make start and end EMACS_INT.
16276
16277 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16278
16279 * xdisp.c (handle_composition_prop, check_point_in_composition):
16280 Make buffer positions EMACS_INT.
16281
16282 * composite.c (find_composition, run_composition_function)
16283 (update_compositions, Ffind_composition_internal): Make buffer
16284 positions EMACS_INT.
16285
16286 * composite.h (find_composition, update_compositions): Make
16287 position args EMACS_INT.
16288
16289 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16290
16291 * intervals.c (get_property_and_range):
16292 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16293
16294 * unexalpha.c: Don't include varargs.h.
16295
16296 2008-02-01 Dave Love <fx@gnu.org>
16297
16298 * coding.h (ENCODE_UTF_8): New.
16299
16300 * Makefile.in (gtkutil.o): Depend on coding.h.
16301
16302 * coding.c (Fset_coding_system_priority): Doc fix.
16303
16304 2008-02-01 Kenichi Handa <handa@m17n.org>
16305
16306 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16307 the case of auto saving.
16308
16309 2008-02-01 Andreas Schwab <schwab@suse.de>
16310
16311 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16312 `range' from GC.
16313
16314 2008-02-01 Kenichi Handa <handa@m17n.org>
16315
16316 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16317
16318 2008-02-01 Kenichi Handa <handa@m17n.org>
16319
16320 * fileio.c (choose_write_coding_system): Return a decided coding system.
16321 (Fwrite_region): Set Vlast_coding_system_used to the return value
16322 of choose_write_coding_system.
16323
16324 2008-02-01 Kenichi Handa <handa@m17n.org>
16325
16326 * charset.c (Fset_charset_priority): Pay attention to duplicated
16327 arguments.
16328
16329 * coding.c (QCcategory): New variable.
16330 (syms_of_coding): Defsym it. Set all elements of
16331 Vcoding_category_table and their symbol values.
16332 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16333 coding-category-XXX, and coding-category-list.
16334 (Fdefine_coding_system_internal): Add category in the plist.
16335
16336 2008-02-01 Kenichi Handa <handa@m17n.org>
16337
16338 * callproc.c (Fcall_process): Handle carryover correctly.
16339
16340 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16341 (raw_text_coding_system): Check NILP (coding_system).
16342 (coding_inherit_eol_type): Check NILP (coding_system) and
16343 NILP (parent).
16344 (consume_chars): Fix for the case of raw-text.
16345
16346 * process.c (read_process_output): Handle carryover correctly.
16347
16348 2008-02-01 Dave Love <fx@gnu.org>
16349
16350 * regex.c (re_search_2): Fix last change.
16351
16352 2008-02-01 Kenichi Handa <handa@m17n.org>
16353
16354 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16355 target_multibyte. Even in a unibyte case, return a converted
16356 multibyte char.
16357 (GET_CHAR_AFTER): New macro.
16358 (PATFETCH): Translate via multibyte char.
16359 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16360 (SETUP_MULTIBYTE_RANGE): New macro.
16361 (regex_compile): Setup compiled code so that its multibyteness
16362 matches that of a target. Fix the handling of "[X-YZ]" using
16363 SETUP_MULTIBYTE_RANGE.
16364 (analyse_first) <charset>: For filling fastmap for all multibyte
16365 characters, don't check by BASE_LEADING_CODE_P.
16366 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16367 the same as RE_MULTIBYTE_P (bufp) now.
16368 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16369 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16370 (TRANSLATE_VIA_MULTIBYTE): New macro.
16371 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16372 It is the same as RE_MULTIBYTE_P (bufp) now.
16373 <exactn>: Translate via multibyte.
16374 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16375 translate it.
16376 <charset, charset_not>: Fetch a character by
16377 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16378 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16379 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16380 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16381 by GET_CHAR_AFTER.
16382 (bcmp_translate): Likewise.
16383
16384 * search.c (compile_pattern): Check the member target_multibyte,
16385 not the member multibyte of buf.
16386
16387 * lread.c (read1): While reading a string, set force_singlebyte
16388 and force_multibyte correctly.
16389
16390 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16391 up of unibyte_to_multibyte_table.
16392
16393 2008-02-01 Kenichi Handa <handa@m17n.org>
16394
16395 * coding.c (setup_coding_system): If coding has
16396 post-read-conversion or pre-write-conversion, set
16397 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16398 respectively.
16399 (decode_coding_gap): Run post-read-conversion if any.
16400
16401 * fileio.c (Finsert_file_contents): Even if we read into a
16402 unibyte buffer, check if we must decode the result or not.
16403
16404 2008-02-01 Kenichi Handa <handa@m17n.org>
16405
16406 * coding.c (make_conversion_work_buffer): Change the work buffer
16407 name to the same one as that of Emacs 21.
16408
16409 2008-02-01 Kenichi Handa <handa@m17n.org>
16410
16411 * coding.h (make_conversion_work_buffer): Adjust prototype.
16412 (code_conversion_restore): Don't extern it.
16413
16414 * coding.c (detected_mask): Delete unused variable.
16415 (decode_coding_iso_2022): Pay attention to the byte sequence of
16416 CTEXT extended segment, and retain those bytes as is.
16417 (decode_coding_ccl): Delete unused variable `valids'.
16418 (setup_coding_system): Delete unused variable `category'.
16419 (consume_chars): Delete unused variable `category'. Make it work
16420 for non-multibyte case.
16421 (make_conversion_work_buffer): Change argument.
16422 (saved_coding): Delete unused variable.
16423 (code_conversion_restore): Don't check saved_coding->destination.
16424 (code_conversion_save): New function.
16425 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16426 instead of record_unwind_protect.
16427 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16428 (detect_coding_system): Delete unused variable `mask'.
16429 (Fdefine_coding_system_internal): Delete unused variable id.
16430
16431 * fileio.c (kill_workbuf_unwind): New function.
16432 (Finsert_file_contents): On replacing, call
16433 make_conversion_work_buffer with correct args, and call
16434 record_unwind_protect with the first arg kill_workbuf_unwind.
16435
16436 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16437
16438 2008-02-01 Kenichi Handa <handa@m17n.org>
16439
16440 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16441 (fontset_add): Fix for the case that TO is less than TO1.
16442 (Ffontset_info): Don't use fallback fontset on checking the
16443 default fontset.
16444 (dump_fontset): New function for debugging.
16445
16446 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16447 coding_type is Qcharset.
16448
16449 2008-02-01 Kenichi Handa <handa@m17n.org>
16450
16451 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16452 (map_char_table): Don't inherit the value from the parent on
16453 initializing VAL. Adjust for the above change.
16454
16455 2008-02-01 Kenichi Handa <handa@m17n.org>
16456
16457 * coding.c (Qsignature, Qendian): Delete these variables.
16458 (syms_of_coding): Don't initialize them.
16459 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16460 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16461 detect_info->found.
16462 (decode_coding_utf_16): Don't detect BOM here.
16463 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16464 is NOT utf_16_without_bom.
16465 (setup_coding_system): For a coding system of type utf-16, check
16466 if the attribute :endian is Qbig or not (not nil or not), and set
16467 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16468 (detect_coding): If coding type is utf-16 and BOM detection is
16469 required, detect it.
16470 (Fdefine_coding_system_internal): For a coding system of type
16471 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16472
16473 2008-02-01 Kenichi Handa <handa@m17n.org>
16474
16475 * coding.c (coding_set_source): Fix for the case that the current
16476 buffer is different from coding->src_object.
16477 (decode_coding_object): Don't use the conversion work buffer if
16478 DST_OBJECT is a buffer.
16479
16480 2008-02-01 Dave Love <fx@gnu.org>
16481
16482 * lread.c (read_emacs_mule_char) [len==2]: Index
16483 emacs_mule_charset correctly.
16484
16485 2008-02-01 Dave Love <fx@gnu.org>
16486
16487 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16488 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16489 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16490 treated specially.)
16491 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16492 (detected_mask): Remove Big5 bits.
16493
16494 2008-02-01 Kenichi Handa <handa@m17n.org>
16495
16496 The following changes are to make the font rescaling facility
16497 compatible with Emacs 21.
16498
16499 * xfaces.c (Vface_font_rescale_alist): Rename from
16500 Vface_resizing_fonts.
16501 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16502 (font_rescale_ratio): Rename from font_resizing_ratio.
16503 (split_font_name): Set font->rescale_ratio.
16504 (better_font_p): Pay attention to font->rescale_ratio.
16505 (build_scalable_font_name): Likewise. Change RESX, and RESY
16506 fields.
16507 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16508
16509 2008-02-01 Kenichi Handa <handa@m17n.org>
16510
16511 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16512 (Qutf_16_le): Remove these variables.
16513 (syms_of_coding): Don't DEFSYM them.
16514 (decode_coding_utf_16): Fix handling of BOM.
16515 (encode_coding_utf_16): Fix handling of BOM.
16516
16517 2008-02-01 Kenichi Handa <handa@m17n.org>
16518
16519 * fileio.c (Finsert_file_contents): On replacing, before decoding
16520 the file into the work buffer, set point of the work buffer to the end.
16521
16522 2008-02-01 Dave Love <fx@gnu.org>
16523
16524 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16525
16526 2008-02-01 Dave Love <fx@gnu.org>
16527
16528 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16529 and fix C types.
16530
16531 2008-02-01 Kenichi Handa <handa@m17n.org>
16532
16533 * xdisp.c (SKIP_GLYPHS): New macro.
16534 (set_cursor_from_row): Pay attention to string display properties.
16535
16536 * category.c (copy_category_entry): Fix for the case that RANGE
16537 is an integer.
16538
16539 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16540
16541 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16542
16543 2008-02-01 Kenichi Handa <handa@m17n.org>
16544
16545 * charset.c (Fcharset_id_internal): New function.
16546 (syms_of_charset): Defsubr it.
16547
16548 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16549 with the last arg charset_list acquired from coding.
16550 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16551 the attribute coding_attr_ccl_valids.
16552
16553 * coding.h (enum define_coding_ccl_arg_index): Set the first
16554 member coding_arg_ccl_decoder to coding_arg_max.
16555
16556 * ccl.h (ccl_driver): Adjust prototype.
16557
16558 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16559 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16560 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16561 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16562 last arg Qnil.
16563
16564 2008-02-01 Kenichi Handa <handa@m17n.org>
16565
16566 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16567 call encode_char.
16568
16569 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16570
16571 2008-02-01 Dave Love <fx@gnu.org>
16572
16573 * composite.c (syms_of_composite): Make composition_hash_table weak.
16574
16575 2008-02-01 Kenichi Handa <handa@m17n.org>
16576
16577 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16578 (font_name_registry): Don't extern them.
16579 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16580
16581 * fontset.h (Qfontset): Don't extern it.
16582 (new_fontset_from_font_name): Extern it.
16583
16584 * fontset.c: Give 8 extra slots to fontset objects.
16585 (Qfontset_info): New variable.
16586 (syms_of_fontset): Defsym it.
16587 (FONTSET_FALLBACK): New macro.
16588 (fontset_face): Try also the default fontset.
16589 (make_fontset): Realize a fallback fontset from the default fontset.
16590 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16591 using split_font_name_into_vector and build_font_name_from_vector.
16592 (Fset_fontset_font): Access the elements of font_spec by enum
16593 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16594 name by using split_font_name_into_vector.
16595 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16596 generate a proper font name from the fontset name. Update
16597 Vfontset_alias_alist.
16598 (n_auto_fontsets): New variable.
16599 (new_fontset_from_font_name): New function.
16600 (Ffont_info): Store the information about fonts generated from the
16601 default fontset in the first extra slot of the returned char-table.
16602
16603 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16604 (font_name_registry): Delete function.
16605 (split_font_name_into_vector): New function.
16606 (build_font_name_from_vector): New function.
16607 (font_list): The argument REGISTRY is now a list of registry names.
16608 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16609 specifies an explicit font name, return the name as is. Make a
16610 list of registy names.
16611
16612 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16613 of x_new_fontset.
16614 (Fx_create_frame): Don't call x_new_fontset here. Just use
16615 x_list_fonts to check the existence of fonts.
16616
16617 * xterm.h (x_new_fontset): Adjust prototype.
16618
16619 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16620 string. Use new_fontset_from_font_name to create a fontset from a
16621 font name.
16622
16623 2008-02-01 Kenichi Handa <handa@m17n.org>
16624
16625 * syntax.c (Vfind_word_boundary_function_table): New name for
16626 Vnext_word_boundary_function_table.
16627 (find-word-boundary-function-table): New name for
16628 next-word-boundary-function-table.
16629
16630 2008-02-01 Dave Love <fx@gnu.org>
16631
16632 * Makefile.in: Fix some dependencies.
16633
16634 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16635 set it to nil before returning.
16636
16637 * composite.c (update_compositions): Fix type error.
16638
16639 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16640
16641 2008-02-01 Kenichi Handa <handa@m17n.org>
16642
16643 * xterm.c (x_new_font): Optimize for the case that the font is
16644 already set for the frame.
16645
16646 2008-02-01 Kenichi Handa <handa@m17n.org>
16647
16648 * chartab.c (char_table_ascii): Check if the char table contents
16649 is sub-char-table or not.
16650 (char_table_set, char_table_set_range): Fix argument to
16651 char_table_ascii.
16652
16653 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16654 (detect_coding_utf_8, detect_coding_utf_16)
16655 (detect_coding_emacs_mule, detect_coding_iso_2022)
16656 (detect_coding_sjis, detect_coding_big5)
16657 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16658 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16659 sequence is valid in this coding system. Change callers.
16660 (MAX_ANNOTATION_LENGTH): New macro.
16661 (ADD_ANNOTATION_DATA): New macro.
16662 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16663 ADD_ANNOTATION_DATA. Change the format of annotation data.
16664 (ADD_CHARSET_DATA): New macro.
16665 (emacs_mule_char): New argument ID. Change callers.
16666 (decode_coding_emacs_mule, decode_coding_iso_2022)
16667 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16668 Produce charset annotation data in coding->charbuf.
16669 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16670 to charset annotation data in coding->charbuf.
16671 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16672 coding->common_flags if the coding system is iso-2022 based and
16673 uses designation.
16674 (produce_composition): Adjust for the new annotation data format.
16675 (produce_charset): New function.
16676 (produce_annotation): Handle charset annotation.
16677 (handle_composition_annotation, handle_charset_annotation): New
16678 functions.
16679 (consume_chars): Handle charset annotation. Utilize the above two
16680 functions.
16681 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16682 buffer, get the deleted text as a string and set
16683 coding->src_object to that string.
16684 (detect_coding, detect_coding_system): Use the new struct
16685 coding_detection_info.
16686
16687 * coding.h (struct coding_detection_info): New structure.
16688 (struct coding_system): Adjust prototype of the member `detector'.
16689 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16690
16691 2008-02-01 Kenichi Handa <handa@m17n.org>
16692
16693 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16694
16695 2008-02-01 Dave Love <fx@gnu.org>
16696
16697 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16698 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16699 to new local and nullify apropos_accumulate before returning.
16700 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16701
16702 2008-02-01 Kenichi Handa <handa@m17n.org>
16703
16704 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16705 correctly.
16706
16707 2008-02-01 Dave Love <fx@gnu.org>
16708
16709 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16710
16711 2008-02-01 Kenichi Handa <handa@m17n.org>
16712
16713 The following changes are to make character composition happen
16714 automatically on displaying.
16715
16716 * Makefile.in (lisp, shortlisp): Add composite.elc.
16717
16718 * composite.h (Qauto_composed, Vauto_composition_function)
16719 (Qauto_composition_function): Extern them.
16720
16721 * composite.c (Vcomposition_function_table)
16722 (Qcomposition_function_table): Delete variables.
16723 (Qauto_composed, Vauto_composition_function)
16724 (Qauto_composition_function): New variables.
16725 (run_composition_function): Don't call
16726 compose-chars-after-function.
16727 (update_compositions): Clear `auto-composed' text property.
16728 (compose_chars_in_text): Delete this function.
16729 (syms_of_composite): Staticpro Qauto_composed and
16730 Qauto_composition_function. Declare Vauto_composition_function as
16731 a Lisp variable.
16732
16733 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16734
16735 * xdisp.c (it_props): Add an entry for Qauto_composed.
16736 (handle_auto_composed_prop): New function.
16737
16738 * xselect.c (selection_data_to_lisp_data): Don't call
16739 compose_chars_in_text.
16740
16741 2008-02-01 Dave Love <fx@gnu.org>
16742
16743 * keyboard.c (read_char): Modify checking around use of
16744 Vkeyboard_translate_table.
16745
16746 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16747 and fix C types.
16748
16749 2008-02-01 Kenichi Handa <handa@m17n.org>
16750
16751 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16752 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16753 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16754 the case that the last byte is '\r' correctly.
16755 (decode_coding): Flush out the unprocessed data correctly.
16756 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16757
16758 2008-02-01 Dave Love <fx@gnu.org>
16759
16760 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16761 Add XK_ISO... case.
16762 (xaw_scroll_callback): Revert last change.
16763
16764 2008-02-01 Kenichi Handa <handa@m17n.org>
16765
16766 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16767
16768 2008-02-01 Kenichi Handa <handa@m17n.org>
16769
16770 * xfaces.c (Vface_resizing_fonts): New variable.
16771 (struct font_name): New member `resizing_ratio'.
16772 (font_resizing_ratio): New function.
16773 (split_font_name): Set font->resizing_ratio.
16774 (better_font_p): Pay attention to font->resizing_ratio.
16775 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16776 RESX, and RESY fields.
16777 (try_alternative_families): Try scalable fonts if
16778 Vscalable_fonts_allowed is not Qt.
16779 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16780
16781 2008-02-01 Dave Love <fx@gnu.org>
16782
16783 * xterm.c (xaw_scroll_callback): Cast correctly.
16784
16785 2008-02-01 Dave Love <fx@gnu.org>
16786
16787 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16788 (lispy_kana_keys): Comment out.
16789 (make_lispy_event) [XK_kana_A]: Comment out.
16790
16791 * xterm.c (xaw_scroll_callback): Cast call_data.
16792 (XTread_socket): Deal with ASCII keysyms.
16793 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16794
16795 2008-02-01 Dave Love <fx@gnu.org>
16796
16797 * xterm.c (Vx_keysym_table): New.
16798 (syms_of_xterm): Initialize it.
16799 (XTread_socket): Use it.
16800 From head: Eliminate incorrect optimization that tried to avoid
16801 decoding the output of X*LookupString.
16802 (x_get_font_repertory): Delete charset declaration.
16803
16804 2008-02-01 Kenichi Handa <handa@m17n.org>
16805
16806 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16807 return 0.
16808 (Fdefine_coding_system_internal): Setup
16809 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16810
16811 2008-02-01 Dave Love <fx@gnu.org>
16812
16813 * coding.c (Fcheck_coding_system): Doc fix.
16814
16815 * editfns.c (Finsert_byte): Return a proper value.
16816
16817 2008-02-01 Kenichi Handa <handa@m17n.org>
16818
16819 * coding.c (decode_coding): Fix args to translate_chars. Pay
16820 attention to Vstandard_translation_table_for_decode.
16821 (encode_coding): Fix args to translate_chars. Pay attention to
16822 Vstandard_translation_table_for_encode.
16823
16824 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16825 SINGLE_BYTE_CHAR_P.
16826
16827 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16828 not by SINGLE_BYTE_CHAR_P.
16829
16830 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16831 SINGLE_BYTE_CHAR_P.
16832
16833 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16834 SINGLE_BYTE_CHAR_P.
16835
16836 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16837 by SINGLE_BYTE_CHAR_P.
16838
16839 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16840 SINGLE_BYTE_CHAR_P.
16841
16842 2008-02-01 Dave Love <fx@gnu.org>
16843
16844 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16845
16846 2008-02-01 Dave Love <fx@gnu.org>
16847
16848 * fns.c (Flanginfo): Fix typo.
16849
16850 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16851
16852 2008-02-01 Kenichi Handa <handa@m17n.org>
16853
16854 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16855 (detect_coding_emacs_mule, detect_coding_iso_2022)
16856 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16857 incomplete byte sequence. Don't update *mask when correctly detected.
16858 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16859 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16860 (detect_coding, detect_coding_system): Adjust for the changes above.
16861
16862 2008-02-01 Kenichi Handa <handa@m17n.org>
16863
16864 * character.c (char_string): Rename from
16865 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16866 (string_char): Rename from string_char.
16867
16868 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16869 if C is greater than MAX_3_BYTE_CHAR.
16870 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16871 string_char instead of string_char_with_unification.
16872
16873 2008-02-01 Dave Love <fx@gnu.org>
16874
16875 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16876
16877 2008-02-01 Kenichi Handa <handa@m17n.org>
16878
16879 * keymap.c (push_key_description): Pay attention to force_multibyte.
16880
16881 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16882
16883 2008-02-01 Dave Love <fx@gnu.org>
16884
16885 * charset.c (define_charset_internal): Rename `supprementary'.
16886
16887 * Makefile.in (lisp, shortlisp): Remove latin-N.
16888
16889 2008-02-01 Dave Love <fx@gnu.org>
16890
16891 * xfns.c (x_window, x_window): Use use_xim.
16892
16893 * xterm.c (use_xim): Initialize.
16894 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16895 (x_term_init): Maybe set use_xim.
16896
16897 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16898
16899 2008-02-01 Kenichi Handa <handa@m17n.org>
16900
16901 * search.c (search_buffer): Fix case-fold-search of multibyte
16902 characters.
16903 (boyer_moore): Rename the last argument to char_high_bits.
16904
16905 2008-02-01 Kenichi Handa <handa@m17n.org>
16906
16907 * xdisp.c (display_string): Fix for the case of zero width glyph.
16908
16909 * xfns.c (x_set_font): Change the error message of the case that
16910 x_new_fontset returns Qt.
16911
16912 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16913 (Finternal_set_lisp_face_attribute): Use signal_error for the
16914 error of invalid fontset.
16915
16916 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16917 fontset, return Qt.
16918
16919 2008-02-01 Dave Love <fx@gnu.org>
16920
16921 * unexelf.c (unexec): Make .got handling not SGI-specific.
16922
16923 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16924
16925 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16926
16927 * keyboard.c (read_key_sequence): Fix type error.
16928
16929 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16930 type error.
16931
16932 * fontset.c (fontset_add): Return Lisp_Object.
16933
16934 2008-02-01 Dave Love <fx@gnu.org>
16935
16936 * charset.h (charset_ordered_list_tick): Declare extern.
16937
16938 2008-02-01 Kenichi Handa <handa@m17n.org>
16939
16940 The following changes (and some of 2008-02-01 changes of mine) are
16941 for handling syntax, category, and case conversion for unibyte
16942 characters by converting them to multibyte on the fly. With these
16943 changes, we don't have to setup syntax and case tables for unibyte
16944 characters in each language environment.
16945
16946 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16947 multibyte if necessary.
16948
16949 * bytecode.c (Fbyte_code): Likewise.
16950
16951 * character.h (LEADING_CODE_LATIN_1_MIN)
16952 (LEADING_CODE_LATIN_1_MAX): New macros.
16953 (unibyte_to_multibyte_table): Extern it.
16954 (unibyte_char_to_multibyte): New macro.
16955 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16956 (CHAR_LEADING_CODE): New macro.
16957 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16958
16959 * character.c (unibyte_to_multibyte_table): New variable.
16960 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16961 (multibyte_char_to_unibyte): If C is an eight-bit character,
16962 convert it to the corresponding byte value.
16963
16964 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16965 not 1, signals an error. Update the elements of
16966 unibyte_to_multibyte_table.
16967 (init_charset_once): Initialize unibyte_to_multibyte_table.
16968 (syms_of_charset): Define the charset `iso-8859-1'.
16969
16970 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16971 as is without converting it to unibyte. In a unibyte buffer,
16972 convert C to multibyte before checking the syntax.
16973
16974 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16975
16976 * minibuf.c (Fminibuffer_complete_word): Use the macro
16977 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16978
16979 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16980
16981 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16982 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16983 that is zero, convert an eight-bit char to multibyte.
16984 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16985 non-emacs case.
16986 (PATFETCH): Convert an eight-bit char to multibyte.
16987 (HANDLE_UNIBYTE_RANGE): New macro.
16988 (regex_compile): Setup the compiled pattern for multibyte chars
16989 even if the given regex string is unibyte. Use PATFETCH_RAW
16990 instead of PATFETCH in many places. To handle `charset'
16991 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16992 only for ASCII chars.
16993 (analyse_first) <exactn>: Simplify because the compiled pattern
16994 is multibyte.
16995 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16996 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16997 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16998 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16999 multibyte always 1.
17000 (re_search_2): In emacs, set the locale variable multibyte to 1,
17001 otherwise to 0. New local variable target_multibyte. Check it
17002 to decide the multibyteness of STR1 and STR2. If
17003 target_multibyte is zero, convert unibyte chars to multibyte
17004 before translating and checking fastmap.
17005 (TARGET_CHAR_AND_LENGTH): New macro.
17006 (re_match_2_internal): In emacs, set the locale variable multibyte
17007 to 1, otherwise to 0. New local variable target_multibyte. Check
17008 it to decide the multibyteness of STR1 and STR2. Use
17009 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17010 <charset, charset_not>: If multibyte is nonzero, check fastmap
17011 only for ASCII chars. Call bcmp_translate with
17012 target_multibyte, not with multibyte.
17013 <begline>: Declare the local variable C as `unsigned'.
17014 (bcmp_translate): Change the last arg name to target_multibyte.
17015
17016 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17017 the regexp pattern and the matching target. Set cp->buf.multibyte
17018 to the multibyteness of the regexp pattern. Set
17019 cp->but.target_multibyte to the multibyteness of the matching target.
17020 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17021 FETCH_STRING_CHAR_ADVANCE.
17022 (Freplace_match): Convert unibyte chars to multibyte.
17023
17024 * syntax.c (char_quoted, back_comment, scan_words)
17025 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17026 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17027 unibyte chars to multibyte.
17028 (skip_chars): Delete the arg syntaxp, and move the code for
17029 handling syntaxes to skip_syntaxes. Change callers.
17030 Fix the case that the multibyteness of STRING and the current
17031 buffer doesn't match.
17032 (skip_syntaxes): New function.
17033 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17034 SINGLE_BYTE_CHAR_P.
17035
17036 2008-02-01 Kenichi Handa <handa@m17n.org>
17037
17038 * xfaces.c (QCfontset): New variable.
17039 (LFACE_FONTSET): New macro.
17040 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17041 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17042 (Finternal_set_lisp_face_attribute)
17043 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17044 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17045 check also LFACE_FONTSET_INDEX.
17046 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17047 attrs[LFACE_FONT_INDEX].
17048 (syms_of_xfaces): Intern and staticpro QCfontset.
17049
17050 * dispextern.h (enum lface_attribute_index): New member
17051 LFACE_FONTSET_INDEX.
17052
17053 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17054
17055 2008-02-01 Kenichi Handa <handa@m17n.org>
17056
17057 * coding.c (coding_set_destination): Fix coding->destination for
17058 the case converting a region.
17059 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17060 (encode_coding_object): Fix coding->dst_pos and
17061 coding->dst_pos_byte for the case converting a region.
17062
17063 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17064
17065 * character.h (BYTE8_STRING): New macro.
17066
17067 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17068
17069 2008-02-01 Kenichi Handa <handa@m17n.org>
17070
17071 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17072 characters by octal form.
17073
17074 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17075
17076 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17077 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17078 _fetch_multibyte_char_len.
17079 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17080
17081 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17082
17083 * casefiddle.c (casify_object): Simplify. Handle the case that
17084 the case conversion change the byte length.
17085 (casify_region): Likewise.
17086
17087 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17088
17089 * character.c (_fetch_multibyte_char_len): Delete this variable.
17090 (syms_of_character): Setup Vprintable_chars.
17091
17092 * editfns.c (Fchar_equal): Fix for the unibyte case.
17093 (Finsert_byte): New function.
17094 (syms_of_editfns): Defsubr it.
17095
17096 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17097 of direct code 0x3ffff.
17098
17099 * search.c (Freplace_match): Fix for the unibyte case.
17100
17101 2008-02-01 Kenichi Handa <handa@m17n.org>
17102
17103 * lread.c (safe_to_load_p): Fix the logic.
17104
17105 * syntax.c (scan_words): Don't treat characters belonging to
17106 different scripts as constituting a word.
17107
17108 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17109
17110 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17111
17112 * emacs.c (main): In the case of --unibyte, instead of aborting on
17113 finding non-empty buffer, make it unibyte.
17114
17115 2008-02-01 Kenichi Handa <handa@m17n.org>
17116
17117 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17118 to create a fontset.
17119
17120 2008-02-01 Dave Love <fx@gnu.org>
17121
17122 * character.c (Funibyte_char_to_multibyte): Doc fix.
17123
17124 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17125
17126 2008-02-01 Kenichi Handa <handa@m17n.org>
17127
17128 * fontset.c (fontset_add): Make the type `int'.
17129 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17130
17131 * character.c (unibyte_char_to_multibyte)
17132 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17133 charset_unibyte, not charset_primary.
17134
17135 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17136
17137 * charset.c (charset_unibyte): Rename from charset_primary.
17138 (Funibyte_charset): Rename from Fprimary_charset.
17139 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17140 (syms_of_charset): Adjust for the above changes.
17141
17142 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17143 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17144 it->multibyte_p is zero.
17145
17146 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17147 Delete extern.
17148
17149 2008-02-01 Kenichi Handa <handa@m17n.org>
17150
17151 * coding.c (Fdefine_coding_system_internal): Fix category setting
17152 for a coding system of type iso-2022.
17153
17154 2008-02-01 Kenichi Handa <handa@m17n.org>
17155
17156 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17157
17158 2008-02-01 Kenichi Handa <handa@m17n.org>
17159
17160 * syntax.c (Vnext_word_boundary_function_table): New variable.
17161 (next-word-boundary-function-table): Declare it as a Lisp variable
17162 in syms_of_syntax.
17163 (scan_words): Call functions in Vnext_word_boundary_function_table
17164 if any.
17165
17166 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17167
17168 * fontset.c (fs_load_font): If fontp->charset is not negative,
17169 return fontp without setting its members.
17170
17171 2008-02-01 Dave Love <fx@gnu.org>
17172
17173 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17174
17175 * m/sparc.h (HAVE_ALLOCA): Delete.
17176
17177 * s/irix6-5.h: Don't include strings.h.
17178 (bcopy, bzero, bcmp): Don't undef.
17179
17180 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17181
17182 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17183 (TIOCSIGSEND): Don't test IRIX6.
17184 (bcopy, bzero, bcmp): Define conditionally.
17185
17186 2008-02-01 Kenichi Handa <handa@m17n.org>
17187
17188 * buffer.c (Qas, Qmake, Qto): New variables.
17189 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17190 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17191
17192 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17193 we are inserting a process output into a multibyte buffer.
17194
17195 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17196 multibyte_char_to_unibyte.
17197
17198 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17199 by the primary charset, make it eight-bit char.
17200 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17201
17202 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17203 (charset_8_bit__control, charset_8_bit_graphic)
17204 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17205 (define_charset_internal): New function.
17206 (syms_of_charset): Call define_charset_internal for pre-defined
17207 charsets.
17208
17209 * charset.h (charset_8_bit): Extern it.
17210
17211 * coding.c (make_conversion_work_buffer): Adjust for the change
17212 of Fset_buffer_multibyte.
17213 (encode_coding_raw_text): Increment p0 in the loop.
17214
17215 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17216
17217 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17218 for the change of Fset_buffer_multibyte.
17219
17220 * fns.c (Fstring_to_multibyte): New function.
17221 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17222
17223 2008-02-01 Dave Love <fx@gnu.org>
17224
17225 * xfns.c (x_put_x_image): Declare args.
17226
17227 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17228 (try_font_list): Declare an arg.
17229
17230 * xdisp.c (message2_nolog, set_message): Declare an arg.
17231
17232 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17233
17234 * syntax.c (scan_sexps_forward): Declare an arg.
17235
17236 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17237 Declare an arg.
17238
17239 * lisp.h (Fnew_fontset): Declare.
17240
17241 * keymap.c (push_key_description): Call CHARACTERP correctly.
17242
17243 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17244 (face_for_char): Delete unused vars.
17245 (Fset_fontset_font): Doc fix. Delete unused vars.
17246
17247 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17248
17249 * composite.c (update_compositions): Declare arg.
17250
17251 * cm.c (calccost, cmgoto): Declare args.
17252
17253 * charset.c: Remove `emacs' conditional. Doc fixes.
17254 (map_char_table_for_charset): Declare.
17255
17256 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17257
17258 * ccl.c: Remove `emacs' conditional.
17259
17260 2008-02-01 Kenichi Handa <handa@m17n.org>
17261
17262 The following changes are to allow specifying multiple font
17263 patterns for a character range (specified by script or charset).
17264
17265 * Makefile.in (abbrev.o): Depend on syntax.h.
17266 (xfaces.o): Depend on charset.h.
17267
17268 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17269 SINGLE_BYTE_CHAR_P.
17270
17271 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17272
17273 * character.h (Vchar_script_table): Extern it.
17274
17275 * character.c (Vscript_alist): Delete.
17276 (Vchar_script_table, Qchar_script_table): New variable.
17277 (syms_of_character): Declare Vchar_script_table as a lisp variable
17278 and initialize it.
17279
17280 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17281 have property char-table-extra-slots, make no extra slot.
17282
17283 * dispextern.h (struct face): Delete member `charset'.
17284 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17285 SINGLE_BYTE_CHAR_P.
17286 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17287 Add prototypes.
17288 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17289 (generate_ascii_font_name): Rename from generate_ascii_font.
17290
17291 * fontset.h (get_font_repertory_func): New prototype.
17292 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17293 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17294
17295 * fontset.c (Qprepend, Qappend): New variables.
17296 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17297 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17298 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17299 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17300 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17301 (load_font_get_repertory): New functions.
17302 (fontset_set): Delete.
17303 (fontset_face): New arg FACE. Return face ID, not face.
17304 Complete re-write to handle new fontset structure. Change caller.
17305 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17306 (face_for_char): Don't call lookup_face.
17307 (make_fontset_for_ascii_face): New arg FACE.
17308 (fs_load_font): New arg CHARSET_ID. Don't check
17309 Vfont_encoding_alist here.
17310 (find_font_encoding): New function.
17311 (list_fontsets): Use STRINGP, not ! NILP.
17312 (accumulate_script_ranges): New function.
17313 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17314 re-written to handle new fontset structure.
17315 (Ffontset_font): Return a copy of element.
17316 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17317 docstring of font-encoding-alist.
17318
17319 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17320 (Fset_fotset_font): Fix arguments to 5.
17321
17322 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17323
17324 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17325 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17326 (highlight_trailing_whitespace): Adjust for the change of
17327 lookup_named_face.
17328
17329 * xfaces.c: Include charset.h.
17330 (load_face_font): Delete argument C. Change caller.
17331 (generate_ascii_font_name): Rename from generate_ascii_font.
17332 (font_name_registry): New function.
17333 (cache_face): Store ascii faces before non-ascii faces in buckets.
17334 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17335 Lookup only ascii faces.
17336 (lookup_non_ascii_face): New function.
17337 (lookup_named_face): Delete argument C. Change caller.
17338 (lookup_derived_face): Delete argument C. Change caller.
17339 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17340 a string, just call font_list with it.
17341 (choose_face_font): Delete arguments FACE and C. New arg
17342 FONT_SPEC. Change caller.
17343 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17344 Change caller.
17345 (realize_non_ascii_face): New function.
17346 (realize_x_face): Call load_face_font here.
17347 (realize_tty_face): Delete argument C. Change caller.
17348 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17349 get a face ID.
17350 (dump_realized_face): Don't print charset of FACE.
17351
17352 * xfns.c (x_set_font): Always call x_new_fontset and
17353 store_frame_parameter.
17354 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17355 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17356
17357 * xterm.h (x_get_font_repertory): Extern it.
17358
17359 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17360 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17361 it->multibyte_p is zero.
17362 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17363 (x_new_fontset): If FONTSETNAME doesn't match any existing
17364 fontsets, create a new one.
17365 (x_get_font_repertory): New function.
17366
17367 2008-02-01 Kenichi Handa <handa@m17n.org>
17368
17369 * coding.c (Ffind_coding_systems_region_internal): Detect an
17370 ASCII only string correctly.
17371
17372 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17373 version is 0.
17374
17375 2008-02-01 Kenichi Handa <handa@m17n.org>
17376
17377 * lread.c: Include "coding.h".
17378 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17379 (load_each_byte, unread_char): New variables.
17380 (readchar_backlog): Delete.
17381 (readchar): Return a character unless load_each_byte is nonzero.
17382 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17383 cons. If unread_char is not -1, simply return it.
17384 (unreadchar): Handle the case that readcharfun is
17385 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17386 (read_multibyte): Delete.
17387 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17388 (read_emacs_mule_char): New functions.
17389 (Fload): Even if the file doesn't have the extension ".elc", if
17390 safe_to_load_p returns a positive version number, assume that the
17391 file contains bytecompiled code. If the version is less than 22,
17392 load the file while decoding multibyte sequences by emacs-mule.
17393 (readevalloop): Don't use readchar_backlog.
17394 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17395 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17396 (read_escape): Delete the arg BYTEREP.
17397 (read1): Set load_each_byte to 1 temporarily while handling
17398 #@NUMBER. Don't call read_multibyte.
17399 (read_vector): Call Fread with a cons. If readcharfun is
17400 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17401 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17402 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17403 and Qload_force_doc_strings.
17404
17405 2008-02-01 Kenichi Handa <handa@m17n.org>
17406
17407 * xdisp.c (face_before_or_after_it_pos): Call
17408 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17409
17410 2008-02-01 Kenichi Handa <handa@m17n.org>
17411
17412 * character.h (TRAILING_CODE_P): New macro.
17413 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17414 (string_char_with_unification): Fix prototype.
17415 (Vscript_alist): Extern it.
17416
17417 * character.c (Vscript_alist): New variable.
17418 (string_char_with_unification, str_as_unibyte)
17419 (string_escape_byte8): Add `const' to local variables.
17420 (syms_of_character): Declare script-alist as a Lisp variable.
17421
17422 * charset.h (Vcharset_ordered_list): Extern it.
17423 (charset_ordered_list_tick): Extern it.
17424 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17425 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17426 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17427 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17428 (Funify_charset): Adjust for the change of Funify_charset.
17429
17430 * charset.c (charset_ordered_list_tick): New variable.
17431 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17432 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17433 deunify intead of unify a charset.
17434 (string_xstring_p): Add `const' to local variables.
17435 (find_charsets_in_text): Add `const' to arguments and local variables.
17436 (encode_char): Adjust for the change of Funify_charset. Fix
17437 detecting of invalid code.
17438 (Fset_charset_priority): Increment charset_ordered_list_tick.
17439 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17440 and TO_CODE.
17441
17442 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17443 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17444 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17445 (decode_coding_ccl, consume_chars)
17446 (Ffind_coding_systems_region_internal)
17447 (Fcheck_coding_systems_region): Add `const' to local variables.
17448
17449 * print.c (print_object): Use octal form for printing the
17450 contents of a bool vector.
17451
17452 2008-02-01 Dave Love <fx@gnu.org>
17453
17454 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17455 <version == 20>: Refuse to load.
17456
17457 2008-02-01 Dave Love <fx@gnu.org>
17458
17459 * fns.c: Move coding.h.
17460 (Qcodeset, Qdays, Qmonths): New.
17461 (concat): Use CHARACTERP instead of INTEGERP.
17462 (Flocale_codeset): Delete.
17463 (Flanginfo): New function.
17464 (syms_of_fns): Change accordingly.
17465
17466 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17467
17468 2008-02-01 Dave Love <fx@gnu.org>
17469
17470 * casetab.c (init_casetab_once, init_casetab_once): Fix
17471 CHAR_TABLE_SET call.
17472
17473 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17474
17475 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17476
17477 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17478 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17479 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17480
17481 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17482
17483 * coding.c (ENCODE_DESIGNATION, decode_eol)
17484 (make_conversion_work_buffer, code_conversion_restore)
17485 (Fdefine_coding_system_internal): Convert Lisp types.
17486 (code_conversion_restore): Use EQ, not ==.
17487 (Fencode_coding_string): Fix code_convert_string call.
17488
17489 * coding.h (code_convert_region): Fix prototype.
17490
17491 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17492
17493 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17494 (Ffontset_info): Convert Lisp types.
17495
17496 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17497
17498 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17499
17500 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17501
17502 * chartab.c: Include "...h", not <...h> in some cases.
17503
17504 * callproc.c (Fcall_process): Remove unused variables.
17505
17506 2008-02-01 Dave Love <fx@gnu.org>
17507
17508 * coding.c (Fset_coding_system_priority): Allow null arg list.
17509
17510 2008-02-01 Dave Love <fx@gnu.org>
17511
17512 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17513 (Fself_insert_and_exit): Use CHARACTERP.
17514
17515 * callproc.c (Fcall_process): Remove unused vars.
17516
17517 * xterm.c (XTread_socket): Add extra dead keysyms.
17518
17519 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17520
17521 * dispextern.h: Remove prototypes for redraw_frame,
17522 redraw_garbaged_frames.
17523
17524 * cmds.c (Fself_insert_command): Use CHARACTERP.
17525
17526 * chartab.c (make_sub_char_table): Remove unused var.
17527 (Fset_char_table_default, Fmap_char_table): Doc fix.
17528
17529 * keymap.c (access_keymap): Remove generic char code.
17530 (push_key_description): Use CHARACTERP.
17531
17532 2008-02-01 Dave Love <fx@gnu.org>
17533
17534 * charset.c: Doc fixes.
17535 (Funify_charset): Extra checking.
17536
17537 2008-02-01 Dave Love <fx@gnu.org>
17538
17539 * lread.c: Remove some unused variables.
17540 (safe_to_load_p): If safe, return the magic number version byte.
17541 (Fload): Maybe use load-with-code-conversion.
17542
17543 2008-02-01 Kenichi Handa <handa@m17n.org>
17544
17545 * category.c (Fmodify_category_entry): Don't modify the contents
17546 of category_set for characters out of the range. Avoid
17547 unnecessary modification.
17548
17549 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17550 Vchar_unify_table. The default value of the table is now nil.
17551
17552 * character.c (syms_of_character): Setup Vchar_width_table for
17553 eight-bit-control and raw-byte chars.
17554
17555 * charset.h (enum define_charset_arg_index): Delete
17556 charset_arg_parents and add charset_arg_subset and
17557 charset_arg_superset.
17558 (enum charset_attr_index): Delete charset_parents and add
17559 charset_subset and charset_superset.
17560 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17561 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17562 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17563 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17564 (CHARSET_SUPERSET): New macros.
17565 (charset_work): Extern it.
17566 (ENCODE_CHAR): Use charset_work.
17567 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17568 (map_charset_chars): Extern it.
17569
17570 * charset.c (load_charset_map): Set the default value of encoder
17571 and deunifier char-tables to nil.
17572 (map_charset_chars): Change argument. Change callers. Use
17573 map_char_table_for_charset instead of map_char_table.
17574 (Fmap_charset_chars): New optional args from_code and to_code.
17575 (Fdefine_charset_internal): Adjust for the change of
17576 `define-charset' (:parents -> :subset or :superset).
17577 (charset_work): New variable.
17578 (encode_char, syms_of_charset): Adjust for the change of
17579 Fdefine_charset_internal.
17580 (Ffind_charset_string): Setup the vector `charsets' correctly.
17581
17582 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17583 the previous change.
17584 (char_table_ref_and_range): Adjust for the above change.
17585 (map_sub_char_table_for_charset): New function.
17586 (map_char_table_for_charset): New function.
17587
17588 * keymap.c (describe_vector): Handle a char-table directly here.
17589 (describe_char_table): Delete.
17590
17591 * lisp.h (map_charset_chars): Delete.
17592
17593 2008-02-01 Dave Love <fx@gnu.org>
17594
17595 * fns.c (count_combining): Comment out (unused).
17596 (Flocale_codeset): New.
17597 (syms_of_fns): Defsubr it.
17598
17599 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17600 (size_t): Remove.
17601
17602 2008-02-01 Dave Love <fx@gnu.org>
17603
17604 * Makefile.in (chartab.o): Depend on charset.h.
17605
17606 2008-02-01 Kenichi Handa <handa@m17n.org>
17607
17608 * character.c (syms_of_character): Set the default value of
17609 Vprintable_chars to Qnil.
17610
17611 2008-02-01 Dave Love <fx@gnu.org>
17612
17613 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17614
17615 2008-02-01 Kenichi Handa <handa@m17n.org>
17616
17617 * charset.c (load_charset_map): Handle the case that from < to
17618 correctly.
17619
17620 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17621 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17622 Pay attention to raw-8-bit chars.
17623
17624 2008-02-01 Kenichi Handa <handa@m17n.org>
17625
17626 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17627 It is not bytecompiled now.
17628
17629 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17630 (charset_jisx0208): New variables.
17631 (Fdefine_charset_internal): Setup them if appropriate.
17632 (init_charset_once): Initialize them to -1.
17633
17634 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17635 (charset_jisx0208): Extern them.
17636
17637 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17638 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17639 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17640 (setup_iso_safe_charsets): Fix arguments to Fassq.
17641 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17642 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17643 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17644 (encode_coding_iso_2022): Change the 1st arg to
17645 ENCODE_ISO_CHARACTER to a variable.
17646
17647 2008-02-01 Kenichi Handa <handa@m17n.org>
17648
17649 * charset.h (enum define_charset_arg_index): New enums
17650 charset_arg_min_code and charset_arg_max_code.
17651 (struct charset): New member char_index_offset.
17652
17653 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17654 Take charset->char_index_offset into account.
17655 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17656 args[charset_arg_max_code]. Setup charset.char_index_offset.
17657 (syms_of_charset): Fix args to Fdefine_charset_internal.
17658
17659 2008-02-01 Dave Love <fx@gnu.org>
17660
17661 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17662
17663 2008-02-01 Dave Love <fx@gnu.org>
17664
17665 * coding.c: Doc fixes.
17666 (Fcoding_system_aliases): Fix return value.
17667 (Qmac): Remove (duplicated) definition.
17668
17669 2008-02-01 Dave Love <fx@gnu.org>
17670
17671 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17672 New functions.
17673
17674 * character.c (Fstring): Doc fix.
17675
17676 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17677
17678 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17679 (font-encoding-alist): Doc fix.
17680
17681 2008-02-01 Dave Love <fx@gnu.org>
17682
17683 * term.c (costs_set): Declare static, non-initialized for pcc.
17684 (encode_terminal_code): Remove unused var.
17685
17686 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17687 for K&R.
17688
17689 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17690
17691 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17692 (suffixes): Move out of make_subsidiaries for K&R.
17693
17694 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17695
17696 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17697
17698 2008-02-01 Dave Love <fx@gnu.org>
17699
17700 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17701
17702 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17703
17704 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17705
17706 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17707
17708 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17709
17710 2008-02-01 Kenichi Handa <handa@m17n.org>
17711
17712 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17713 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17714
17715 2008-02-01 Kenichi Handa <handa@m17n.org>
17716
17717 * coding.c (decode_coding_charset): Adjust for the change of
17718 Fdefine_coding_system_internal.
17719 (Fdefine_coding_system_internal): For a coding system of
17720 `charset' type, store a list of charset IDs in
17721 `charset_attr_charset_valids' element of coding attributes.
17722
17723 2008-02-01 Kenichi Handa <handa@m17n.org>
17724
17725 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17726 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17727 caller. Handle 2-byte and 3-byte charsets correctly.
17728 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17729 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17730 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17731 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17732 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17733 sequence.
17734 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17735 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17736 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17737 and alt&rule composition.
17738 (decode_coding_iso_2022): Handle composition correctly.
17739 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17740
17741 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17742 re-defining a charset. If the charset has :emacs-mule-id, setup
17743 emacs_mule_bytes.
17744 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17745
17746 2008-02-01 Kenichi Handa <handa@m17n.org>
17747
17748 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17749 (encode_coding_big5, encode_coding_charset): If coding requires safe
17750 encoding, produce a character specified by
17751 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17752
17753 2008-02-01 Dave Love <fx@gnu.org>
17754
17755 * xterm.c (XSetIMValues): Declare.
17756
17757 * process.c: Conditionally include sys/wait.h, pty.h.
17758
17759 * print.c (print_object): Fix print format for 64-bit systems.
17760
17761 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17762
17763 * buffer.c (emacs_strerror): Declare.
17764
17765 * fontset.c (Fclear_face_cache): Declare.
17766 (accumulate_font_info): Comment-out (unused).
17767 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17768 variables.
17769
17770 * character.h (string_escape_byte8): Declare.
17771
17772 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17773 unused vars.
17774 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17775 (Fmap_charset_chars): Doc fix.
17776
17777 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17778 (Fset_coding_system_priority, Fset_coding_system_priority)
17779 (Fdefine_coding_system_internal): Doc fix.
17780
17781 2008-02-01 Dave Love <fx@gnu.org>
17782
17783 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17784
17785 2008-02-01 Kenichi Handa <handa@m17n.org>
17786
17787 * character.c (string_escape_byte8): Make multibyte string with
17788 correct size.
17789
17790 * charset.c (Fmake_char): Delete unnecessary code.
17791
17792 2008-02-01 Kenichi Handa <handa@m17n.org>
17793
17794 * xfns.c (x_encode_text): Allocate coding.destination here, and
17795 call encode_coding_object with dst_object Qnil.
17796
17797 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17798 multibyte form correctly.
17799
17800 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17801 against Vfont_encoding_alist.
17802
17803 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17804 handling of charset list.
17805 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17806 (decode_coding_object): Move point to coding->dst_pos before
17807 calling post-read-conversion function.
17808 (encode_coding_object): Give correct arguments to
17809 pre-write-conversion. Ignore the return value of
17810 pre-write-conversion function. Pay attention to the case that
17811 pre-write-conversion changes the current buffer. If dst_object is
17812 Qt, even if coding->src_bytes is zero, allocate at least one byte
17813 to coding->destination.
17814
17815 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17816
17817 * charset.c (Fmake_char): Make it more backward compatible.
17818 (Fmap_charset_chars): Fix docstring.
17819
17820 2008-02-01 Dave Love <fx@gnu.org>
17821
17822 * coding.c: Doc fixes.
17823 (Fdefine_coding_system_alias): Use names, not symbols, in
17824 coding-system-alist.
17825
17826 2008-02-01 Kenichi Handa <handa@m17n.org>
17827
17828 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17829 of calling free_realized_face.
17830
17831 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17832
17833 * charset.c (read_hex): Don't treat SPC as a comment starter.
17834 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17835 (Fdecode_char): Fix typo.
17836
17837 2008-02-01 Kenichi Handa <handa@m17n.org>
17838
17839 * charset.h (struct charset): New member `code_space_mask'.
17840
17841 * coding.c (coding_set_source): Delete the local variable beg_byte.
17842 (encode_coding_charset, Fdefine_coding_system_internal):
17843 Delete the local variable charset.
17844 (Fdefine_coding_system_internal): Setup
17845 attrs[coding_attr_charset_valids] correctly.
17846
17847 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17848 member to check if CODE is valid or not.
17849 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17850 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17851 is within the range of charset->min_code and carset->max_code.
17852
17853 2008-02-01 Dave Love <fx@gnu.org>
17854
17855 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17856
17857 * dispextern.h (generate_ascii_font): Fix return type.
17858
17859 * xfaces.c (generate_ascii_font): Fix arg declaration.
17860
17861 * coding.c (coding_inherit_eol_type)
17862 (Fset_terminal_coding_system_internal)
17863 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17864
17865 2008-02-01 Kenichi Handa <handa@m17n.org>
17866
17867 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17868 multiple charsets correctly.
17869
17870 2008-02-01 Kenichi Handa <handa@m17n.org>
17871
17872 * search.c (boyer_moore): Fix handling of multibyte character
17873 translation.
17874
17875 * xdisp.c (display_mode_element): When the variable `elt' is
17876 changed, update `this' and `lisp_string'.
17877
17878 2008-02-01 Kenichi Handa <handa@m17n.org>
17879
17880 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17881
17882 * callproc.c (Fcall_process): Be sure to give the current buffer
17883 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17884
17885 * charset.c (struct charset_map_entries): New struct.
17886 (load_charset_map): Rename from parse_charset_map. New args
17887 entries and n_entries. Change caller.
17888 (load_charset_map_from_file): Rename from load_charset_map.
17889 Change caller. New arg control_flag. Call load_charset_map at
17890 the tail.
17891 (load_charset_map_from_vector): New function.
17892 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17893 (encode_char): If the charset is compact, change a character index
17894 to a code point.
17895
17896 * coding.c (coding_alloc_by_making_gap): Check the case that the
17897 source and destination are the same correctly.
17898 (decode_coding_raw_text): Set coding->consumed_char and
17899 coding->consumed to 0.
17900 (produce_chars): If coding->chars_at_source is nonzero, update
17901 coding->consumed_char and coding->consumed before calling
17902 alloc_destination.
17903 (Fdefine_coding_system_alias): Register ALIAS in
17904 Vcoding_system_alist.
17905 (syms_of_coding): Define `no-conversion' coding system at the tail.
17906
17907 * fileio.c (Finsert_file_contents): Set coding_system instead of
17908 val. If the current buffer is multibyte, always call
17909 decode_coding_gap.
17910
17911 * xfaces.c (try_font_list): Give higher priority to fontset's
17912 family than face's family.
17913
17914 2008-02-01 Kenichi Handa <handa@m17n.org>
17915
17916 * callproc.c (Fcall_process): Be sure to give the current buffer
17917 to decode_coding_c_string.
17918
17919 * xfaces.c (try_font_list): Give a family specified in a fontset
17920 higher priority than a family specified in a face.
17921
17922 2008-02-01 Kenichi Handa <handa@m17n.org>
17923
17924 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17925 Fix arguments to insert_from_buffer.
17926
17927 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17928
17929 2008-02-01 Kenichi Handa <handa@m17n.org>
17930
17931 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17932 (decode_coding_gap): Set coding->dst_multibyte correctly.
17933
17934 2008-02-01 Kenichi Handa <handa@m17n.org>
17935
17936 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17937 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17938 (encode_coding_utf_16): Substitute coding->default_char for
17939 non-Unicode characters.
17940 (decode_coding): Don't call record_insert here.
17941 (setup_coding_system): Initialize `surrogate' of
17942 coding->spec.utf_16 to 0.
17943 (EMIT_ONE_BYTE): Fix for multibyte case.
17944
17945 * insdel.c (insert_from_gap): Call record_insert.
17946
17947 2008-02-01 Kenichi Handa <handa@m17n.org>
17948
17949 * casefiddle.c (casify_region): Fix multibyte case.
17950
17951 * character.c (c_string_width): Add return type `int'.
17952 (char_string_with_unification): Delete arg ADVANCED.
17953
17954 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17955 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17956 (CHAR_STRING_ADVANCE): Make it do-while statement.
17957
17958 * chartab.c (sub_char_table_set_range): Optimize for the case
17959 DEPTH == 3. Add workaround code for a GCC optimization bug.
17960
17961 * charset.c (parse_charset_map): Remove an unused variable.
17962
17963 * coding.c: Delete unused variables.
17964
17965 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17966 earlier. If inserted is zero and the coding system doesn't
17967 require flushing, don't call decode_coding_gap.
17968
17969 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17970
17971 2008-02-01 Kenichi Handa <handa@m17n.org>
17972
17973 The following changes are for using Unicode as an internal
17974 character model, and use UTF-8 format for buffer/string
17975 representation.
17976
17977 * .gdbinit (xchartable): Adjust for the change of char table structure.
17978 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17979
17980 * Makefile.in (obj): Add character.o and chartab.o.
17981 (lisp, shortlisp): Remove utf-8.elc.
17982 (*.o): For many files, change dependency on charset.h to
17983 character.h, and add dependency on character.h.
17984 (character.o, chartab.o): New targets.
17985
17986 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17987 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17988 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17989 of "charset.h".
17990
17991 * dired.c, filelock.c: Include "character.h".
17992
17993 * alloc.c: Include "character.h" instead of "charset.h".
17994 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17995 (syms_of_alloc): Remove defsubr for Smake_char_table.
17996
17997 * buffer.c: Include "character.h" instead of "charset.h", don't
17998 include "coding.h".
17999 (Fset_buffer_multibyte): Adjust for UTF-8.
18000
18001 * buffer.h: EXFUN Fbuffer_live_p.
18002
18003 * callproc.c: Include "character.h" instead of "charset.h".
18004 (Fcall_process): Big change for the new code-conversion APIs.
18005
18006 * casetab.c: Include "character.h" instead of "charset.h".
18007 (set_canon, set_identity, shuffle): Adjust for the new
18008 map_char_table spec.
18009 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18010 accessing the char table structure.
18011
18012 * chartab.c: New file that implements char table.
18013
18014 * category.c: Include "character.h".
18015 (copy_category_entry): New function.
18016 (copy_category_table): Call map_char_table and copy_category_entry.
18017 (Fmake_category_table): Initialize all top-level slots.
18018 (char_category_set): New function.
18019 (modify_lower_category_set): Delete.
18020 (Fmodify_category_entry): Call char_table_ref_and_range.
18021
18022 * category.h (CATEGORY_SET): Just call char_category_set.
18023
18024 * ccl.c: Include "character.h".
18025 (Qccl, Qcclp): New variables.
18026 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18027 it's less than 256.
18028 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18029 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18030 and DST type.
18031 (ccl_driver): Change types of argument, adjust code accordingly.
18032 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18033 ccl_driver.
18034 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18035
18036 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18037 New members src_multibyte, dst_multibyte, consumed, and produced.
18038 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18039 (CODING_SPEC_CCL_PROGRAM): New macro.
18040 (ccl_driver): Update prototype.
18041 (Qccl, Qcclp, Fccl_program_p): Extern them.
18042 (CHECK_CCL_PROGRAM): New macro.
18043
18044 * character.c, character.h, chartab.c: New files.
18045
18046 * charset.c: Mostly re-written. Move character and multibyte sequence
18047 handling codes to character.c.
18048
18049 * charset.h: Mostly re-written. Move character and multibyte sequence
18050 handling codes to character.h.
18051
18052 * coding.c, coding.h: Mostly re-written.
18053
18054 * composite.c: Include "character.h" instead of "charset.h".
18055 (CHAR_WIDTH): Move to character.h.
18056 (HASH_KEY, HASH_VALUE): Delete.
18057
18058 * composite.h (enum composition_method): Change order of enumeration
18059 symbols.
18060
18061 * data.c: Include "character.h" instead of "charset.h".
18062 (Faref): Call CHAR_TABLE_REF for a char table.
18063 (Faset): Call CHAR_TABLE_SET for a char table.
18064
18065 * dispextern.h (free_realized_face, check_face_attribytes)
18066 (generate_ascii_font): Extern them.
18067 (free_realized_multibyte_face): Delete extern.
18068
18069 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18070 table structure.
18071
18072 * editfns.c: Include "character.h" instead of "charset.h".
18073 (Fchar_to_string): Always call CHAR_STRING.
18074
18075 * emacs.c (main): Call init_charset_once, init_charset,
18076 syms_of_chartab, and syms_of_character.
18077
18078 * fileio.c: Include "character.h" instead of "charset.h".
18079 (Finsert_file_contents): Big change for the new code-conversion API.
18080 (choose_write_coding_system, Fwrite_region): Likewise.
18081 (build_annotations_2): Delete.
18082 (e_write): Big change for the new code-conversion API.
18083
18084 * fns.c: Include "character.h" instead of "charset.h".
18085 (copy_sub_char_table): Move to chartab.c.
18086 (Fcopy_sequence): Call copy_char_table for a char table.
18087 (concat): Delete codes calling count_multibyte.
18088 (string_char_to_byte, string_byte_to_char): Adjust for the new
18089 multibyte form.
18090 (internal_equal): Adjust for the change of char table structure.
18091 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18092 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18093 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18094 (char_table_translate, optimize_sub_char_table)
18095 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18096 chartab.c.
18097 (char_table_ref_and_index): Delete.
18098 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18099 (Fmd5): Call preferred_coding_system instead of accessing
18100 Vcoding_category_list. Adjust for the new code-conversion API.
18101 (syms_of_fns): Move defsubr for char table related functions to
18102 chartab.c.
18103
18104 * fontset.c: Mostly re-written.
18105
18106 * fontset.h (struct font_info): Change type of the member encoding_type.
18107 (enum FONT_SPEC_INDEX): New enum.
18108 (fontset_font_pattern, fs_load_font): Update prototype.
18109 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18110
18111 * indent.c: Include "character.h" instead of "charset.h".
18112 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18113
18114 * insdel.c: Include "character.h" instead of "charset.h".
18115 (copy_text): Don't refer to Vnonascii_translation_table.
18116 (insert_from_gap): New function.
18117
18118 * keyboard.c: Include "character.h" instead of "charset.h".
18119 (command_loop_1): Never call direct_output_forward_char before
18120 a non-ASCII character.
18121 (read_char): If Vkeyboard_translate_table is a char table, always
18122 translate a character.
18123
18124 * keymap.c: Include "character.h".
18125 (store_in_keymap): Handle the case that IDX is a cons.
18126 (Fdefine_key): Handle the case that KEY is a cons and the car part
18127 is also a cons (range).
18128 (push_key_description): Adjust for the new character code.
18129 (describe_vector): Call describe_char_table for a char table.
18130 (describe_char_table): New function.
18131
18132 * keymap.h (describe_char_table): Extern it.
18133
18134 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18135 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18136 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18137 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18138 Delete.
18139 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18140 structure.
18141 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18142 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18143 (CHARTAB_SIZE_BITS_3): New macros.
18144 (chartab_size): Extern it.
18145 (struct Lisp_Char_Table): Re-design.
18146 (struct Lisp_Sub_Char_Table): New structure.
18147 (HASH_KEY, HASH_VALUE): Move from fns.c.
18148 (CHARACTERBITS): Define as 22.
18149 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18150 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18151 (GC_SUB_CHAR_TABLE_P): New macro.
18152 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18153 (code_convert_string_norecord): Deleted extern.
18154 (init_character_once, syms_of_character, init_charset)
18155 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18156
18157 * lread.c: Include "character.h".
18158 (read_multibyte): New arg NBYTES.
18159 (read_escape): Change the meaning of returned *BYTEREP.
18160 (to_multibyte): Delete.
18161 (read1): Adjust the handling of char table and string.
18162
18163 * print.c: Include "character.h" instead of "charset.h".
18164 (print_string): Convert 8-bit raw bytes to octal form by
18165 string_escape_byte8.
18166 (print_object): Adjust for the new multibyte form. Print 8-bit
18167 raw bytes always in octal form. Handle sub char table correctly.
18168
18169 * process.c: Include "character.h" instead of "charset.h".
18170 (read_process_output, send_process): Adjust for the new
18171 code-conversion API.
18172
18173 * puresize.h (BASE_PURESIZE): Increase.
18174
18175 * regex.c: Include "character.h" instead of "charset.h".
18176 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18177 (regex_compile): Accept a range whose starting and ending
18178 character have different leading bytes.
18179 (analyse_first): Adjust for the above change.
18180
18181 * search.c: Include "character.h" instead of "charset.h".
18182 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18183 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18184
18185 * syntax.c: Include "character.h" instead of "charset.h".
18186 (syntax_parent_lookup): Delete.
18187 (Fmodify_syntax_entry): Accept a cons as CHAR.
18188 (skip_chars): Adjust for the new multibyte form.
18189 (init_syntax_once): Call char_table_set_range instead of directly
18190 accessing the structure of a char table.
18191
18192 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18193 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18194 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18195 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18196
18197 * term.c: Include "buffer.h" and "character.h".
18198 (encode_terminal_code, write_glyphs): Adjust for the new
18199 code-conversion API.
18200 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18201
18202 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18203
18204 * xdisp.c: Include "character.h".
18205 (get_next_display_element): Adjust for the new multibyte form.
18206 (disp_char_vector): Adjust for the new char table structure.
18207 (decode_mode_spec_coding): Adjust for the new structure of
18208 coding system.
18209 (decode_mode_spec): Adjust for the new code-conversion API.
18210
18211 * xfaces.c: Include "character.h" instead of "charset.h".
18212 (load_face_font): Adjust for the change of choose_face_font and
18213 FS_LOAD_FONT.
18214 (generate_ascii_font): New function.
18215 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18216 (set_font_frame_param): Adjust for the change of choose_face_font.
18217 (free_realized_face): Make it public.
18218 (free_realized_faces_for_fontset): Rename from
18219 free_realized_multibyte_face. Free also faces realized for ASCII.
18220 (choose_face_font): Change arguments. Adjust for the change of
18221 fontset_font_pattern and FS_LOAD_FONT.
18222
18223 * xfns.c: Include "character.h".
18224 (x_encode_text): Adjust for the new code-conversion API.
18225
18226 * xselect.c: Don't include "charset.h".
18227 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18228
18229 * xterm.c: Include "character.h".
18230 (x_encode_char): New argument CHARSET. Change caller.
18231 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18232 Call ENCODE_CHAR instead of SPLIT_CHAR.
18233 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18234 CHAR_WIDTH instead of CHARSET_WIDTH.
18235 (XTread_socket): Adjust for the new code-conversion API.
18236 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18237 (x_load_font): Adjust for the change of struct font.
18238
18239 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18240
18241 * xfaces.c (face_at_buffer_position): Remove unused vars.
18242
18243 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18244
18245 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18246 Fix overflow checking.
18247
18248 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18249
18250 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18251 Cancel previous change.
18252
18253 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18254
18255 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18256 ccl->eight_bit_control. Fix check for buffer overflow.
18257 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18258 (ccl_driver): Initialize extra_bytes to 0.
18259
18260 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18261
18262 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18263 return it ORed with ctrl_modifier.
18264
18265 2008-01-29 Miles Bader <miles@gnu.org>
18266
18267 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18268
18269 2008-01-28 Jason Rumney <jasonr@gnu.org>
18270
18271 * w32.c (stat): Don't double check for networked drive.
18272
18273 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * window.c (run_window_configuration_change_hook): New function.
18276 Code extracted from set_window_buffer. Set the selected frame.
18277 (set_window_buffer): Use it.
18278 * window.h (run_window_configuration_change_hook): Declare.
18279 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18280
18281 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18282
18283 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18284
18285 * Makefile.in: Remove references to unused macros.
18286
18287 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18288
18289 * w32.c (g_b_init_get_sid_sub_authority)
18290 (g_b_init_get_sid_sub_authority_count): New static variables.
18291 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18292 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18293 (init_user_info): Use them to retrieve uid and gid.
18294 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18295 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18296 st_uid and st_gid of the file.
18297
18298 2008-01-26 Jason Rumney <jasonr@gnu.org>
18299
18300 * w32.c (logon_network_drive): New function.
18301 (stat): Use it.
18302
18303 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18304
18305 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18306 invisible text covered with an ellipsis.
18307
18308 2008-01-25 Richard Stallman <rms@gnu.org>
18309
18310 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18311 jump back to beginning. Move some other initializations after that.
18312 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18313 New variables.
18314 (syms_of_xdisp): Init them.
18315
18316 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18317
18318 * buffer.c (reset_buffer_local_variables):
18319 Implement `permanent-local-hook'.
18320 (Qpermanent_local_hook): New variable.
18321 (syms_of_buffer): Init and staticpro it.
18322
18323 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18324
18325 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18326
18327 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18328
18329 * fns.c (Fclrhash): Return TABLE.
18330
18331 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18332
18333 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18334 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18335 is set even without positional changes.
18336 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18337
18338 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18339
18340 2008-01-23 Jason Rumney <jasonr@gnu.org>
18341
18342 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18343
18344 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18345 the unicode range available in MULE by locale-coding-system.
18346 Improve dbcs lead byte detection. Set event timestamp and modifiers
18347 earlier.
18348
18349 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18350
18351 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18352 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18353 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18354 when used on child processes.
18355
18356 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18357
18358 * dbusbind.c (Fdbus_method_return_internal): Rename from
18359 Fdbus_method_return.
18360 (Fdbus_unregister_object): Move to dbus.el.
18361 (Fdbus_call_method, Fdbus_method_return_internal)
18362 (Fdbus_send_signal): Improve debug messages.
18363
18364 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18365
18366 * undo.c (undo_inhibit_record_point): New variable.
18367 (syms_of_undo): Initialize it.
18368 (record_point): Don't record point when undo_inhibit_record_point
18369 is set.
18370
18371 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18374
18375 * xdisp.c (Qauto_hscroll_mode): New var.
18376 (syms_of_xdisp): Initialize it.
18377 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18378 window's buffer.
18379 (hscroll_windows): Don't check automatic_hscrolling_p here.
18380
18381 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18382 vscroll if we're setting window-buffer to the value it already has.
18383
18384 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18385
18386 * m/intel386.h: Remove references to XENIX.
18387
18388 2008-01-17 Andreas Schwab <schwab@suse.de>
18389
18390 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18391 instead of HAVE_X86_64_LIB64_DIR.
18392 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18393
18394 2008-01-17 Glenn Morris <rgm@gnu.org>
18395
18396 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18397 to HAVE_X86_64_LIB64_DIR.
18398
18399 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18400
18401 * s/irix3-3.h:
18402 * s/irix4-0.h:
18403 * s/386-ix.h:
18404 * s/domain.h:
18405 * s/hpux9-x11r4.h:
18406 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18407
18408 * sysdep.c: Remove code containing references to symbols defined
18409 by unsupported systems.
18410
18411 2008-01-16 Glenn Morris <rgm@gnu.org>
18412
18413 * coding.c (select-safe-coding-system-function): Doc fix.
18414
18415 2008-01-15 Glenn Morris <rgm@gnu.org>
18416
18417 * config.in: Revert 2008-01-13 change: this is a generated file.
18418
18419 2008-01-13 Tom Tromey <tromey@redhat.com>
18420
18421 * lisp.h: Fix typo.
18422
18423 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18424
18425 * m/sequent-ptx.h:
18426 * m/sequent.h:
18427 * s/ptx.h:
18428 * s/ptx4-2.h:
18429 * s/ptx4.h: Remove files for systems no longer supported.
18430
18431 * callproc.c (Fcall_process): Fix previous change.
18432
18433 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18434
18435 * unexsunos4.c: Remove file, system not supported anymore.
18436
18437 * m/mips.h:
18438 * m/intel386.h:
18439 * callproc.c:
18440 * config.in:
18441 * ecrt0.c:
18442 * emacs.c:
18443 * fileio.c:
18444 * frame.c:
18445 * getpagesize.h:
18446 * keyboard.c:
18447 * lread.c:
18448 * process.c:
18449 * puresize.h:
18450 * sysdep.c:
18451 * systty.h:
18452 * syswait.h:
18453 * unexec.c:
18454 * xdisp.c:
18455 * alloc.c: Remove code containing references to symbols defined by
18456 unsupported systems.
18457
18458 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18459
18460 * coding.c (detect_coding_mask): Fix previous change.
18461
18462 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18463
18464 * coding.c (detect_coding_iso2022): New arg
18465 latin_extra_code_state. Allow Latin extra codes only
18466 when *latin_extra_code_state is nonzero.
18467 (detect_coding_mask): If there is a NULL byte, detect the encoding
18468 as UTF-16 or binary. If Latin extra codes exist, detect the
18469 encoding as ISO-2022 only when there's no other proper encoding is
18470 found.
18471
18472 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18473
18474 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18475 #ifdef MAC_OS.
18476
18477 2008-01-08 Richard Stallman <rms@gnu.org>
18478
18479 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18480
18481 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18482
18483 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18484 menu bar in parentheses.
18485
18486 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18487
18488 * m/7300.h:
18489 * m/acorn.h:
18490 * m/alliant-2800.h:
18491 * m/alliant.h:
18492 * m/alliant1.h:
18493 * m/alliant4.h:
18494 * m/altos.h:
18495 * m/amdahl.h:
18496 * m/apollo.h:
18497 * m/att3b.h:
18498 * m/aviion-intel.h:
18499 * m/aviion.h:
18500 * m/celerity.h:
18501 * m/clipper.h:
18502 * m/cnvrgnt.h:
18503 * m/convex.h:
18504 * m/cydra5.h:
18505 * m/delta88k.h:
18506 * m/dpx2.h:
18507 * m/dual.h:
18508 * m/elxsi.h:
18509 * m/f301.h:
18510 * m/gould-np1.h:
18511 * m/gould.h:
18512 * m/i860.h:
18513 * m/ibmps2-aix.h:
18514 * m/ibmrt-aix.h:
18515 * m/ibmrt.h:
18516 * m/irist.h:
18517 * m/is386.h:
18518 * m/isi-ov.h:
18519 * m/mega68.h:
18520 * m/mg1.h:
18521 * m/news-r6.h:
18522 * m/news-risc.h:
18523 * m/news.h:
18524 * m/nh3000.h:
18525 * m/nh4000.h:
18526 * m/ns16000.h:
18527 * m/ns32000.h:
18528 * m/nu.h:
18529 * m/orion.h:
18530 * m/orion105.h:
18531 * m/paragon.h:
18532 * m/pfa50.h:
18533 * m/plexus.h:
18534 * m/pyramid.h:
18535 * m/pyrmips.h:
18536 * m/sh3el.h:
18537 * m/sps7.h:
18538 * m/sr2k.h:
18539 * m/stride.h:
18540 * m/sun1.h:
18541 * m/sun2.h:
18542 * m/sun3-68881.h:
18543 * m/sun3-fpa.h:
18544 * m/sun3-soft.h:
18545 * m/sun3.h:
18546 * m/sun386.h:
18547 * m/symmetry.h:
18548 * m/tad68k.h:
18549 * m/tahoe.h:
18550 * m/targon31.h:
18551 * m/tek4300.h:
18552 * m/tekxd88.h:
18553 * m/tower32.h:
18554 * m/tower32v3.h:
18555 * m/ustation.h:
18556 * m/wicat.h:
18557 * m/xps100.h:
18558 * s/cxux.h:
18559 * s/cxux7.h:
18560 * s/dgux.h:
18561 * s/dgux4.h:
18562 * s/dgux5-4-3.h:
18563 * s/dgux5-4r2.h:
18564 * s/esix.h:
18565 * s/esix5r4.h:
18566 * s/hiuxmpp.h:
18567 * s/hiuxwe2.h:
18568 * s/iris3-5.h:
18569 * s/iris3-6.h:
18570 * s/isc2-2.h:
18571 * s/isc3-0.h:
18572 * s/isc4-0.h:
18573 * s/isc4-1.h:
18574 * s/newsos5.h:
18575 * s/newsos6.h:
18576 * s/osf1.h:
18577 * s/osf5-0.h:
18578 * s/riscix1-1.h:
18579 * s/riscix12.h:
18580 * s/sco4.h:
18581 * s/sco5.h:
18582 * s/sunos4-0.h:
18583 * s/sunos4-1.h:
18584 * s/sunos413.h:
18585 * s/sunos4shr.h:
18586 * s/umax.h:
18587 * s/unipl5-2.h:
18588 * s/xenix.h:
18589 * cxux-crt0.s:
18590 * unexapollo.c:
18591 * unexconvex.c:
18592 * unexenix.c:
18593 * unexsni.c: Remove files for systems no longer supported.
18594
18595 * m/intel386.h: Remove references to unsupported systems.
18596
18597 * w32.c (get_emacs_configuration): Remove reference to i860.
18598
18599 * sysdep.c: Remove dead code.
18600
18601 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18602
18603 * s/rtu.h:
18604 * m/masscomp.h: Remove files. Platform is obsolete.
18605
18606 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18607
18608 * dbusbind.c (Fdbus_method_return): New function.
18609 (xd_read_message): Add the serial number to the event.
18610 (Fdbus_register_method): Activate the function.
18611
18612 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18613
18614 * keyboard.c (read_key_sequence): Fix typo.
18615
18616 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18617
18618 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18619 (xd_signature, xd_append_arg): Handle element type detection for
18620 empty arrays.
18621 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18622 SDATA () calls; this must be solved more general.
18623 (Fdbus_register_signal): Use SBYTES instead of strlen.
18624
18625 2008-01-03 Magnus Henoch <magnus@zemdatav>
18626
18627 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18628 unsigned int for byte values (necessary for big-endian platform).
18629 (Fdbus_call_method): Handle the case of no returned arguments.
18630
18631 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18632
18633 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18634
18635 2007-12-31 Magnus Henoch <mange@freemail.hu>
18636
18637 * dbusbind.c (xd_signature): Signature of variant is just "v".
18638
18639 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18640
18641 * dbusbind.c: Fix several errors and compiler warnings.
18642 Reported by Tom Tromey <tromey@redhat.com>.
18643 (XD_ERROR, XD_DEBUG_MESSAGE)
18644 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18645 (xd_append_arg): Part for basic D-Bus types rewritten.
18646 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18647 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18648 appropriate.
18649 (xd_read_message): Return Qnil. Don't signal an error; it is not
18650 useful during event reading.
18651 (Fdbus_register_signal): Signal an error if the check for
18652 FUNCTIONP fails.
18653 (Fdbus_register_method): New function. The implementation is not
18654 complete, the call of the function signals an error therefore.
18655 (Fdbus_unregister_object): New function, renamed from
18656 Fdbus_unregister_signal. The initial check signals an error, if
18657 the object is not well formed.
18658
18659 2007-12-30 Richard Stallman <rms@gnu.org>
18660
18661 * textprop.c (get_char_property_and_overlay):
18662 Signal error if POSITION is out of range in a buffer.
18663
18664 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18665
18666 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18667 because the original parameters are in pure storage now.
18668
18669 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18670
18671 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18672
18673 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18674
18675 * callint.c (syms_of_callint) <command-history>: Add reference to
18676 history-length in the doc string.
18677
18678 2007-12-17 Jason Rumney <jasonr@gnu.org>
18679
18680 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18681 before passing as wParam.
18682
18683 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18684
18685 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18686 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18687 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18688 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18689 as number.
18690 (Fdbus_call_method): Fix docstring.
18691
18692 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18693
18694 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18695 New macros.
18696 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18697 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18698 Simplify.
18699 (xd_signature): New function.
18700 (xd_append_arg): Compute also signatures. Major rewrite.
18701 (xd_retrieve_arg): Make debug messages friendly.
18702 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18703 Check for signatures of arguments.
18704
18705 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18706
18707 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18708 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18709 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18710 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18711 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18712 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18713 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18714 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18715 (xd_retrieve_value): Remove. Functionality included in ...
18716 (xd_append_arg): New function.
18717 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18718
18719 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18720
18721 * dbusbind.c (top): Include <stdio.h>.
18722 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18723 dbus_message_new_method_call and dbus_message_new_signal.
18724 (Fdbus_register_signal): Rename unique_name to uname.
18725 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18726 non-existing unique name. Fix typos in matching rule. Return an
18727 object which is useful in Fdbus_unregister_signal.
18728 (Fdbus_unregister_signal): Reimplementation, in order to remove
18729 only the corresponding entry.
18730 (Vdbus_registered_functions_table): Change the order of entries.
18731 Apply these changes in xd_read_message and Fdbus_register_signal.
18732
18733 2007-12-16 Andreas Schwab <schwab@suse.de>
18734
18735 * fileio.c (Finsert_file_contents): Fix overflow check to not
18736 depend on undefined integer overflow.
18737
18738 2007-12-14 Jason Rumney <jasonr@gnu.org>
18739
18740 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18741 for characters above 127.
18742
18743 2007-12-13 Jason Rumney <jasonr@gnu.org>
18744
18745 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18746 before dereferencing array.
18747 (lookup_vk_code): Remove zero comparison.
18748
18749 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18750
18751 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18752 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18753 Use `unsigned int' instead of `uint'.
18754 (xd_read_message, Fdbus_register_signal): Split expressions into
18755 multiple lines before operators "&&" and "||", according to the
18756 GNU Coding Standards.
18757
18758 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18759
18760 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18761
18762 2007-12-12 Juri Linkov <juri@jurta.org>
18763
18764 * buffer.c (Frename_buffer): In interactive spec replace
18765 `read-buffer' with `read-string' that uses `buffer-name-history'
18766 as history, and the current buffer's name as default.
18767
18768 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18771 manipulating the backtrace manually.
18772 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18773 (struct backtrace, backtrace_list): Remove.
18774 (command_loop_1): Remove dead var `no_direct'.
18775
18776 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18777 preserve non-built-in buffer-local variables.
18778 (Fkill_all_local_variables): Don't re-create&re-set permanent
18779 buffer-local variables.
18780
18781 2007-12-09 Juri Linkov <juri@jurta.org>
18782
18783 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18784 Lisp code that uses `read-buffer' with current buffer as default.
18785
18786 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
18787
18788 * dbusbind.c (xd_read_message): Generate an event for every
18789 registered handler. There might be several handlers registered
18790 for the same signal.
18791 (Fdbus_register_signal): Don't overwrite a registration for the
18792 same signal. Add a new registration if handlers are different.
18793 (Vdbus_registered_functions_table): Rework doc string.
18794
18795 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
18796
18797 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18798 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18799 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18800 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18801 Unify argument lists.
18802 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18803 arguments and hash table keys. Use unique name for service.
18804 (Fdbus_unregister_signal): Remove checks.
18805 (Vdbus_registered_functions_table): Fix doc string.
18806
18807 2007-12-05 Magnus Henoch <mange@freemail.hu>
18808
18809 * process.c (make_process): Initialize pty_flag to 0.
18810
18811 2007-12-05 Jason Rumney <jasonr@gnu.org>
18812
18813 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18814 specified XBMs.
18815
18816 2007-12-05 Richard Stallman <rms@gnu.org>
18817
18818 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18819
18820 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18821
18822 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18823 New variable.
18824 (mac_try_close_socket) [MAC_OSX]: New function.
18825 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18826 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18827
18828 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18829 Use mac_try_close_socket.
18830
18831 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18832
18833 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18834 reloc_base.
18835 (copy_dysymtab): Compute relocation base here.
18836 (rebase_reloc_address) [__ppc64__]: New function.
18837 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18838 changed.
18839
18840 2007-12-05 Jason Rumney <jasonr@gnu.org>
18841
18842 * w32proc.c (sys_spawnve): Quote args with wildcards.
18843
18844 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18845
18846 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18847 __objc_* sections.
18848 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18849
18850 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
18851
18852 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18853 Move check for Vdbus_registered_functions_table to
18854 xd_read_queued_messages.
18855 (xd_read_queued_messages): Protect xd_read_message calls by
18856 internal_condition_case_1.
18857
18858 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
18859
18860 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18861 Qdbus_system_bus and Qdbus_session_bus, respectively.
18862 (Vdbus_intern_symbols): Remove.
18863 (Vdbus_registered_functions_table): New hash table.
18864 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18865 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18866 Rewrite in order to manage registered functions by hash table
18867 Vdbus_registered_functions_table.
18868
18869 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18870
18871 * xterm.c: Update URL to Window Manager Specification in comment.
18872
18873 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
18874
18875 * config.in (HAVE_DBUS): Add.
18876
18877 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18878 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18879 (obj): Add $(DBUS_OBJ).
18880 (LIBES): Add $(DBUS_LIBS).
18881 (dbusbind.o): New target.
18882
18883 * dbusbind.c: New file.
18884
18885 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18886
18887 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18888 (Qdbus_event): New Lisp symbol.
18889 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18890 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
18891 (keys_of_keyboard): Define dbus-event.
18892
18893 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18894
18895 2007-12-01 Richard Stallman <rms@gnu.org>
18896
18897 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18898
18899 2007-11-30 Jason Rumney <jasonr@gnu.org>
18900
18901 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18902 (w32con_reset_terminal_modes): Clear screen buffer.
18903 (w32_face_attributes): Don't use color indexes that are out of range.
18904 Only reverse the default colors.
18905
18906 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18907 WINDOWSNT.
18908
18909 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18910
18911 2007-11-29 Jason Rumney <jasonr@gnu.org>
18912
18913 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18914 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18915 if the terminal colors are initialized.
18916 (unspecified_fg, unspecified_bg): Remove unused declarations.
18917
18918 2007-11-29 Andreas Schwab <schwab@suse.de>
18919
18920 * keyboard.c (apply_modifiers): Fix typo.
18921
18922 2007-11-29 Richard Stallman <rms@gnu.org>
18923
18924 * keymap.c (Fcurrent_local_map): Doc fix.
18925
18926 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18927
18928 * s/gnu-kfreebsd.h: New file.
18929
18930 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18931
18932 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18933 Don't cast redundantly.
18934
18935 * keyboard.c (KEY_TO_CHAR): New macro.
18936 (parse_modifiers, apply_modifiers): Accept integer arguments.
18937 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18938 for chars and symbol keys.
18939 After doing such remapping, apply function-key-map again.
18940
18941 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18942
18943 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18944 compiled anymore.
18945
18946 2007-11-26 Andreas Schwab <schwab@suse.de>
18947
18948 * process.c (list_processes_1): Fix indentation level of the
18949 command column.
18950
18951 2007-11-23 Andreas Schwab <schwab@suse.de>
18952
18953 * editfns.c (Fformat): Handle %c specially since it requires the
18954 argument to be of type int.
18955
18956 2007-11-23 Markus Triska <markus.triska@gmx.at>
18957
18958 * emacs.c (main): Call init_editfns before init_process, since
18959 init_process sets Vprocess_connection_type depending on OS release.
18960
18961 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18964 (find_symbol_value): Use do_symval_forwarding.
18965
18966 * data.c (set_internal): Set the value in the `cons-cell' (for
18967 Buffer_Local_values) not only for frame-local variables.
18968
18969 2007-11-22 Andreas Schwab <schwab@suse.de>
18970
18971 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18972 values to sprintf.
18973 * keymap.c (Fsingle_key_description): Likewise.
18974 * print.c (print_object): Likewise.
18975
18976 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18977
18978 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18979 file for image is nil.
18980
18981 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18982
18983 * term.c: Include stdarg.h.
18984 (fatal): Implement using varargs.
18985 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18986
18987 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18988
18989 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18990 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18991 Update call to buffer_slot_type_mismatch.
18992 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18993 (buffer_slot_type_mismatch): Update.
18994 * buffer.c (buffer_local_types): Remove.
18995 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18996 (defvar_per_buffer): Set the type in the buffer_objfwd.
18997
18998 2007-11-21 Jason Rumney <jasonr@gnu.org>
18999
19000 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19001 CreateFileMapping returns NULL on failure.
19002
19003 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * search.c (Fset_match_data): Remove the `evaporate' feature.
19006 (unwind_set_match_data): Don't use the `evaporate' feature.
19007
19008 2007-11-21 Jason Rumney <jasonr@gnu.org>
19009
19010 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19011
19012 * w32console.c (w32con_write_glyphs): Remove unused variables.
19013
19014 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19015
19016 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19017
19018 * s/darwin.h (MULTI_KBOARD): Remove.
19019
19020 * macfns.c (x_create_tip_frame, Fx_create_frame)
19021 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19022
19023 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * buffer.c (Fbuffer_local_value): Remove redundant test.
19026 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19027 than in `current-buffer' to match the comment.
19028 Do the swap using swap_in_global_binding.
19029
19030 * data.c (store_symval_forwarding, set_internal):
19031 * eval.c (specbind): Remove dead code.
19032
19033 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19034 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19035 Since we do not want to see internal Lisp_*fwd objects here.
19036
19037 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19038
19039 * sysdep.c (init_system_name): Use getaddrinfo if available.
19040
19041 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19042 (x_scroll_bar_note_movement): start, end, with, height in struct
19043 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19044
19045 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19046
19047 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19048
19049 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19052 This undoes Richard's change of 14-Oct-2002.
19053
19054 * alloc.c (allocate_other_vector):
19055 * lisp.h (allocate_other_vector): Remove.
19056
19057 * window.c (struct save_window_data): Move non-lisp data to the end
19058 and make it `int' rather than Lisp_Object.
19059 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19060 Done wrap/unwrap integer values.
19061 (Fset_window_configuration, compare_window_configurations):
19062 Update use of fields to their new types.
19063
19064 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19065 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19066 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19067 (SET_SCROLL_BAR_X_WINDOW): Remove.
19068 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19069 Access the new x_window field directly.
19070 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19071 Don't wrap/unwrap integers into Lisp_Objects.
19072 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19073 (x_scroll_bar_report_motion):
19074 Don't wrap/unwrap integers into Lisp_Objects.
19075 (x_term_init): Use SDATA.
19076 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19077 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19078 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19079 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19080 * xfns.c (x_set_background_color):
19081 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19082 Access the new x_window field directly.
19083
19084 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19085 (allocate_pseudovector): Make non-static.
19086
19087 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19088 (allocate_pseudovector): Declare.
19089 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19090
19091 2007-11-15 Andreas Schwab <schwab@suse.de>
19092
19093 * editfns.c (Fformat): Correctly format EMACS_INT values.
19094 Also take precision into account when formatting an integer.
19095
19096 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19097
19098 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19101 (syms_of_keyboard): Defsubr it.
19102
19103 * data.c (swap_in_global_binding): Fix longstanding bug where
19104 store_symval_forwarding was not called with the right second argument,
19105 thus causing objfwd-ing from being dropped.
19106
19107 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19108
19109 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19110 (Fx_display_pixel_height, Fx_display_planes)
19111 (Fx_display_color_cells, Fx_server_max_request_size)
19112 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19113 (Fx_display_visual_class, Fx_display_save_under):
19114 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19115 (Fx_display_pixel_height, Fx_display_planes)
19116 (Fx_display_color_cells, Fx_server_max_request_size)
19117 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19118 (Fx_display_mm_height, Fx_display_mm_width)
19119 (Fx_display_backing_store, Fx_display_visual_class)
19120 (Fw32_select_font, Fx_display_save_under):
19121 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19122 (Fx_display_pixel_height, Fx_display_planes)
19123 (Fx_display_color_cells, Fx_server_max_request_size)
19124 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19125 (Fx_display_save_under): Fix typos in docstrings.
19126
19127 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19128
19129 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19130 corresponding to deleted entries; they are an implementation detail.
19131 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19132 Remove variables.
19133 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19134 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19135 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19136 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19137 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19138 (Fw32_define_rgb_color, Fw32_load_color_file)
19139 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19140 Fix typos in docstrings.
19141 (Fx_server_version): Reflow docstring.
19142 (Fw32_shell_execute): Doc fixes.
19143
19144 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19145
19146 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19147 if w32_parse_hot_key returned nil.
19148
19149 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19152
19153 2007-11-09 Jason Rumney <jasonr@gnu.org>
19154
19155 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19156
19157 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19158
19159 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19160 Remove W32_SCROLL_BAR_CLICK_EVENT.
19161
19162 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19163 Add MULTIMEDIA_KEY_EVENT.
19164
19165 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19166 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19167 (make_lispy_event) [WINDOWSNT]: Use it to translate
19168 MULTIMEDIA_KEY_EVENT.
19169
19170 * w32term.h (WM_APPCOMMAND): Define if not already.
19171 (GET_APPCOMMAND_LPARAM): Likewise.
19172
19173 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19174 WM_APPCOMMAND.
19175
19176 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19177 (syms_of_w32fns): Export and initialize it.
19178 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19179
19180 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19181
19182 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19183 twice.
19184
19185 * xdisp.c (handle_face_prop): Fix last change.
19186
19187 2007-11-09 Richard Stallman <rms@gnu.org>
19188
19189 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19190 not just for after-strings and before-strings.
19191 Call face_for_overlay_string and pass the overlay to it.
19192 (handle_display_prop): Determine whether property came from an overlay.
19193 Pass OVERLAY arg to handle_single_display_spec.
19194 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19195 (load_overlay_strings): Fill in it->string_overlays.
19196 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19197
19198 * xfaces.c (face_for_overlay_string): Function renamed from
19199 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19200
19201 * dispextern.h (struct it): New elt string_overlays.
19202 New elt from_overlay, also in stack.
19203 Rearrange a few elements.
19204 (face_for_overlay_string): Decl renamed from
19205 face_at_buffer_position_no_overlays, and add argument.
19206
19207 2007-11-09 Richard Stallman <rms@gnu.org>
19208
19209 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19210 to get the base face for an overlay string.
19211
19212 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19213
19214 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19215
19216 * xdisp.c (handle_stop): Move some code out of loop.
19217
19218 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19219
19220 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19221 Fix conversion from Lisp object to ATSUFontID.
19222
19223 2007-11-09 Jason Rumney <jasonr@gnu.org>
19224
19225 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19226
19227 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19228
19229 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19230 Don't assume regions are aligned to page boundary.
19231 (print_load_command_name): Add LC_UUID if defined.
19232
19233 2007-11-09 Richard Stallman <rms@gnu.org>
19234
19235 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19236
19237 2007-11-07 Jason Rumney <jasonr@gnu.org>
19238
19239 * s/windows95.h: Remove.
19240
19241 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19242
19243 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19244 abort with a message on unhandled store_type values.
19245
19246 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19247
19248 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19249 Remove HAVE_X11R5 and HAVE_X11R4.
19250
19251 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19252
19253 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19254
19255 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19256
19257 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19258 Don't set s->stippled_p here, since it has already been set by
19259 x_set_glyph_string_gc from x_draw_glyph_string.
19260
19261 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19262
19263 * sunfns.c: Remove file.
19264
19265 * m/sun386.h:
19266 * m/sun2.h:
19267 * m/sparc.h: Remove Sun windows code.
19268
19269 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19272 (init_keyboard): Set current_kboard's window-system to nil.
19273 (tty_read_avail_input): Typo.
19274 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19275
19276 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19277
19278 * s/usg5-4.h:
19279 * s/usg5-3.h:
19280 * s/ptx.h:
19281 * m/is386.h:
19282 * m/ibmps2-aix.h:
19283 * Makefile.in: Remove all mentions of X10.
19284
19285 * dispnew.c (syms_of_display): Don't mention version 10.
19286
19287 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19288
19289 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19290 ($(BLD)/abbrev.$(O)): Remove.
19291
19292 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19293
19294 Rewrite abbrev.c in Elisp.
19295 * image.c (Qcount): Don't declare as extern.
19296 (syms_of_image): Initialize and staticpro `Qcount'.
19297 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19298 * emacs.c (main): Don't call syms_of_abbrev.
19299 * Makefile.in (obj): Remove abbrev.o.
19300 (abbrev.o): Remove.
19301 * abbrev.c: Remove.
19302
19303 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19304
19305 * window.c (window_min_size_2): Don't count header-line.
19306
19307 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19308
19309 * frame.h (struct frame): Move all bit fields after the first bit
19310 field to take advantage of the available space. Group all the
19311 chars together to reduce wasted space due to padding.
19312
19313 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19314
19315 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19316
19317 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19318 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19319 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19320 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19321 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19322 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19323 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19324 (last_marked, mark_object_loop_halt): Make static.
19325
19326 * frame.c (syms_of_frame) <delete-frame-functions>:
19327 Fix typo in docstring.
19328
19329 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19330
19331 * w32.c (init_environment): Fix tiny memory leak.
19332 (w32_get_resource): Remove unused variable `ok'.
19333
19334 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 Make `window-system' into a keyboard-local variable (rather than
19337 frame-local as done originally by multi-tty).
19338
19339 * keyboard.h (struct kboard): Add Vwindow_system.
19340 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19341 (mark_kboards): Mark Vwindow_system.
19342
19343 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19344 (init_display): Don't set the obsolete `window-system' frame-param.
19345
19346 * xterm.c (x_term_init):
19347 * w32term.c (w32_create_terminal):
19348 * term.c (init_tty): Set Vwindow_system.
19349 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19350 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19351
19352 * xfns.c (Fx_create_frame, x_create_tip_frame):
19353 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19354 * macfns.c (Fx_create_frame):
19355 Don't set the obsolete `window-system' frame-param.
19356
19357 * frame.h (Qwindow_system): Remove.
19358 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19359 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19360
19361 2007-10-24 Richard Stallman <rms@gnu.org>
19362
19363 * frame.c (x_figure_window_size): For fullscreen case,
19364 set USPosition | PPosition without clobbering rest of window_prompting.
19365
19366 * keyboard.c (Fcurrent_idle_time): Doc fix.
19367
19368 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19369
19370 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * process.c (unwind_request_sigio): Only define if __ultrix__.
19373
19374 * callproc.c (child_setup): Remove spurious *.
19375
19376 * lisp.h (Fget_text_property): Declare.
19377 (have_menus_p): Declare it here rather than in sys-dep header files.
19378 * macterm.h (have_menus_p):
19379 * msdos.h (have_menus_p):
19380 * xterm.h (have_menus_p): Remove.
19381
19382 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19383 (Fmake_variable_frame_local): Just check the variable's const-ness
19384 rather than checking nil or t.
19385
19386 2007-10-22 Jason Rumney <jasonr@gnu.org>
19387
19388 * w32fns.c: Include math.h.
19389 (w32_abort): Declaration moved to nt/config.nt.
19390
19391 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19392 (abort): Redefinition moved to nt/config.nt.
19393
19394 * m/windowsnt.h: Remove.
19395
19396 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19397
19398 * emacs.c (Fdump_emacs): Fix typo in message.
19399 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19400 <installation-directory>: Reflow docstring.
19401
19402 2007-10-22 Juri Linkov <juri@jurta.org>
19403
19404 * minibuf.c: Allow minibuffer default to be a list of default values.
19405 With empty input use the first element of this list as returned default.
19406 (string_to_object)
19407 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19408 (read_minibuf): If defalt is cons, set histstring to its car.
19409 (Fread_string): If default_value is cons, set val to its car.
19410 (Fread_buffer): If def is cons, use its car.
19411 (Fcompleting_read): If defalt is cons, set val to its car.
19412
19413 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19414
19415 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19416
19417 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19418
19419 * doc.c (Fdocumentation): Check for advice in all cases.
19420
19421 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19422
19423 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19424
19425 2007-10-19 Richard Stallman <rms@gnu.org>
19426
19427 * doc.c (Fdocumentation): Check for and handle an advised function.
19428
19429 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19430
19431 * process.c (Fset_process_filter): Doc fix.
19432
19433 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19436 which caused key-translation-map to applied repeatedly (thus breaking
19437 double-mode).
19438
19439 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * xselect.c (x_own_selection, x_handle_selection_clear)
19442 (x_clear_frame_selections):
19443 * w32menu.c (list_of_panes, list_of_items):
19444 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19445 * textprop.c (validate_plist, interval_has_all_properties)
19446 (interval_has_some_properties, interval_has_some_properties_list)
19447 (add_properties, text_property_list):
19448 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19449 * minibuf.c (Fassoc_string):
19450 * macselect.c (x_own_selection, x_clear_frame_selections)
19451 (Fx_disown_selection_internal):
19452 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19453 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19454
19455 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19456
19457 * process.c: Link to libs for calling res_init() if available.
19458 (Fmake_network_process): Call res_init() before getaddrinfo or
19459 gethostbyname, if possible.
19460
19461 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * lread.c (read1): Set pvectype for char_tables.
19464
19465 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19466 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19467 Add type checks.
19468 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19469
19470 * alloc.c (free_misc): Use XMISCTYPE.
19471 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19472
19473 2007-10-17 Glenn Morris <rgm@gnu.org>
19474
19475 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19476 (syms_of_minibuf): Add Qcompletion_ignore_case.
19477 * dired.c (Qcompletion_ignore_case): Change to external.
19478 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19479 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19480 (Fread_file_name): Use it rather than intern'ing.
19481
19482 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19483 (Fread_coding_system): Ignore case of user input.
19484
19485 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19486
19487 * xdisp.c (handle_display_prop): Ignore display specs after
19488 replacing one when string text is being replaced.
19489 (handle_single_display_spec): Pretend as if characters with display
19490 property haven't been consumed only when buffer text is being replaced.
19491
19492 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19493
19494 * xfns.c (Fx_create_frame, Fx_display_list):
19495 * window.c (window_fixed_size_p, enlarge_window)
19496 (shrink_window_lowest_first):
19497 * macterm.c (init_font_name_table):
19498 * macfns.c (Fx_create_frame, Fx_display_list):
19499 * lread.c (close_load_descs):
19500 * keyboard.c (read_char_x_menu_prompt):
19501 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19502 * coding.c (code_convert_region_unwind): Test the type of an object
19503 rather than just !NILP before extracting data from it.
19504
19505 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19506
19507 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19508 (XMISCANY): New macro.
19509 (XMISCTYPE): Use it.
19510 (struct Lisp_Misc_Any): New type.
19511 (union Lisp_Misc): Use it.
19512 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19513 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19514 (find_symbol_value, set_internal, default_value, Fset_default)
19515 (Fmake_variable_buffer_local, Fmake_local_variable)
19516 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19517 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19518 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19519 * alloc.c (allocate_buffer): Set the size and tag.
19520 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19521 Use XMISCANY.
19522 (die): Follow the GNU convention for error messages.
19523 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19524 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19525 tag any more.
19526 (set_buffer_internal_1):
19527 * frame.c (store_frame_param):
19528 * eval.c (specbind):
19529 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19530
19531 * doc.c (Fsnarf_documentation): Simplify.
19532
19533 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19534
19535 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19536 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19537
19538 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19539
19540 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19541
19542 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * eval.c (do_autoload): Don't save autoloads.
19545
19546 * data.c (Ffset): Save autoload of the function being set.
19547
19548 2007-10-07 John Paul Wallington <jpw@pobox.com>
19549
19550 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19551 parameter before setting up faces.
19552
19553 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19554
19555 * ccl.c (Fregister_code_conversion_map):
19556 * keyboard.c (append_tool_bar_item): Reformat last change.
19557
19558 * lisp.h (eabs): Rename from `abs'. All callers changed.
19559
19560 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19561
19562 * buffer.c (add_overlay_mod_hooklist):
19563 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19564 * fontset.c (make_fontset):
19565 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19566 (append_tool_bar_item):
19567 * macmenu.c (grow_menu_items):
19568 * w32menu.c (grow_menu_items):
19569 * xmenu.c (grow_menu_items): Use larger_vector.
19570
19571 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19572
19573 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19574 selected frame'' on MSDOS).
19575
19576 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19577
19578 * frame.c (Qexplicit_name): New variable.
19579 (x_report_frame_params): Report it in parameter alist.
19580 (syms_of_frame): Intern and staticpro it.
19581
19582 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19583
19584 * macfns.c (x_create_tip_frame): Set terminal for frame.
19585
19586 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * frame.c (Qenvironment): Remove.
19589 (syms_of_frame) <Qenvironment>: Don't initialize.
19590 (Fdelete_frame): Don't treat the `environment' param specially.
19591 * frame.h (Qenvironment): Don't declare.
19592 * callproc.c (set_initial_environment): Don't set unused frame param.
19593
19594 * frame.c (Fframe_with_environment): Remove.
19595 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19596
19597 * lisp.h (Fframe_with_environment): Don't declare.
19598
19599 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19600
19601 * indent.c (indent_tabs_mode, last_known_column)
19602 (last_known_column_modified): Make static.
19603 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19604
19605 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19606
19607 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19608
19609 2007-10-09 Jason Rumney <jasonr@gnu.org>
19610
19611 * w32term.c (x_set_window_size): Disable code that attempts to tell
19612 Lisp code about a size change before it actually happens.
19613
19614 2007-10-09 Richard Stallman <rms@gnu.org>
19615
19616 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19617 return HANDLED_RETURN.
19618
19619 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19620
19621 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19622 when there's an unread command event.
19623
19624 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19625 window autoselection act appropriately when leaving selected frame.
19626 (syms_of_frame): Initialize focus_follows_mouse.
19627 * frame.h (focus_follows_mouse): Extern it.
19628 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19629 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19630 * msdos.c (dos_rawgetc): Likewise.
19631 * w32term.c (w32_read_socket): Likewise.
19632 * xterm.c (handle_one_xevent): Likewise.
19633 * xdisp.c (syms_of_xdisp): In doc-string of
19634 mouse-autoselect-window mention focus-follows-mouse.
19635
19636 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19637
19638 * macterm.c (mac_load_query_font): Fix missing return value.
19639 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19640 Add BLOCK_INPUT.
19641
19642 2007-10-08 Richard Stallman <rms@gnu.org>
19643
19644 * xdisp.c (get_window_cursor_type): Implement documented behavior
19645 for cursor-in-non-selected-windows = t.
19646
19647 2007-10-08 Jason Rumney <jasonr@gnu.org>
19648
19649 * w32.c (w32_get_resource): Always close registry keys.
19650
19651 2007-10-08 Jason Rumney <jasonr@gnu.org>
19652
19653 * makefile.w32-in (LIBS): Add COMCTL32.
19654
19655 * w32fns.c (globals_of_w32fns): Init common controls.
19656
19657 2007-10-08 Richard Stallman <rms@gnu.org>
19658
19659 * image.c (our_memory_buffer): Rename from omfib_buffer.
19660
19661 2007-10-08 Richard Stallman <rms@gnu.org>
19662
19663 * buffer.c (Foverlays_at): Doc fix.
19664
19665 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * fns.c (Fplist_put): Preserve uneven tail data.
19668
19669 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19670
19671 * termhooks.h (enum event_kind): Remove trailing comma.
19672
19673 * frame.h (enum): Remove trailing comma.
19674
19675 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19676
19677 * w32proc.c (delete_child): Don't terminate threads of zombies.
19678
19679 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19680
19681 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19682
19683 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19684 last-repeatable-command.
19685 (init_kboard): Initialize Vlast_repeatable_command.
19686 (command_loop_1): Set it to real_this_command unless that was
19687 bound to an input event.
19688 (mark_kboards): Mark it.
19689
19690 2007-10-08 Richard Stallman <rms@gnu.org>
19691
19692 * eval.c (condition-case): Doc fix.
19693
19694 2007-10-08 Masatake YAMATO <jet@gyve.org>
19695
19696 * xfaces.c (tty_supports_face_attributes_p): Fix code
19697 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19698 was copied and not edited.
19699
19700 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 Add new `input-decode-map' keymap and use it for terminal
19703 escape sequences.
19704 * keyboard.h (struct kboard): Add Vinput_decode_map.
19705 Remove Vlocal_key_translation_map.
19706 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19707 (init_kboard): Init input-decode-map.
19708 Replace local-key-translation-map back with key-translation-map.
19709 (syms_of_keyboard): Declare input-decode-map.
19710 Remove local-key-translation-map. Update docstrings.
19711 (mark_kboards): Mark Vinput_decode_map.
19712 Don't mark Vlocal_key_translation_map.
19713 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19714 Replace local-key-translation-map back with key-translation-map.
19715 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19716 Bind in input-decode-map rather than function-key-map.
19717
19718 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19719 This was made redundant by the previous introduction of XSETPVECTYPE.
19720
19721 2007-10-09 Richard Stallman <rms@gnu.org>
19722
19723 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19724
19725 2007-09-29 Richard Stallman <rms@gnu.org>
19726
19727 * eval.c (internal_condition_case_2, internal_condition_case_1)
19728 (internal_condition_case): Reenable abort if x_catching_errors ()
19729 to see if that really happens and why.
19730
19731 2007-10-06 Andreas Schwab <schwab@suse.de>
19732
19733 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19734
19735 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19736
19737 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19738
19739 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19742
19743 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * window.h (struct window):
19746 * window.c (struct save_window_data, struct saved_window):
19747 * termhooks.h (struct terminal):
19748 * process.h (struct Lisp_Process):
19749 * frame.h (struct frame):
19750 * buffer.h (struct buffer):
19751 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19752 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19753 The size field of (pseudo)vectors is now unsigned.
19754 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19755
19756 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19757 Turn `count' into an integer.
19758
19759 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19760 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19761 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19762 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19763 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19764
19765 * alloc.c (allocate_pseudovector): New fun.
19766 (ALLOCATE_PSEUDOVECTOR): New macro.
19767 (allocate_window, allocate_terminal, allocate_frame)
19768 (allocate_process): Use it.
19769 (mark_vectorlike): New function.
19770 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19771 (mark_terminals): Use it.
19772 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19773 (Fmake_byte_code): Use XSETPVECTYPE.
19774
19775 * frame.c (Fframe_parameters): Minor simplification.
19776
19777 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19778
19779 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19780
19781 * buffer.c (Fget_buffer_create, init_buffer_once):
19782 * lread.c (defsubr):
19783 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19784
19785 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19786 defined differently in the m/*.h files.
19787 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19788 (XSETPVECTYPE): New macro.
19789 (XSETPSEUDOVECTOR): Use it.
19790
19791 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19792 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19793
19794 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19795 * lread.c (defvar_per_buffer):
19796 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19797
19798 * window.c (candidate_window_p): Only consider as visible frames that
19799 are on the same terminal.
19800
19801 * m/ibms390x.h (MARKBIT): Remove unused macro.
19802
19803 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
19804
19805 * lread.c (Fload): Fix typo in docstring.
19806
19807 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19808
19809 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19810 of a non-zero value can't yield zero.
19811
19812 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 * term.c (term_clear_mouse_face, term_mouse_highlight)
19815 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19816
19817 * print.c (safe_debug_print): Use XHASH.
19818
19819 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19820 Lisp elements such as tags.
19821 (XHASH): New macro.
19822 (EQ): Use it.
19823 (SREF, SSET, STRING_COPYIN): Use SDATA.
19824 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19825
19826 * alloc.c (mark_terminal): Remove left-over declaration.
19827 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19828 (allocate_vectorlike): Remove type argument. Adjust callers.
19829 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19830 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19831
19832 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19833 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19834 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19835 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19836 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19837 Use them.
19838
19839 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19840 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19841 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19842
19843 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19844
19845 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19846 loaded by default.
19847
19848 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19849
19850 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19851 on this tty.
19852 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19853
19854 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19855 Update all users.
19856 (handle_one_term_event): Use Gpm_DrawPointer.
19857 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19858 Signal errors instead of returning nil. Always return nil.
19859 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19860 Make it a noop if gpm-mouse was not activated.
19861 (syms_of_term): Update names.
19862
19863 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19864
19865 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19866 (init_sys_modes): Check that gpm_tty is the current tty.
19867
19868 * alloc.c (allocate_terminal): Set the vector size to only count the
19869 lisp fields. Initialize those to nil.
19870 (mark_object): Don't treat terminals specially.
19871 (mark_terminal): Remove.
19872 (mark_terminals): Use mark_object instead.
19873
19874 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19875 the GC to the beginning.
19876
19877 * indent.h:
19878 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19879
19880 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19881
19882 2007-09-25 Jason Rumney <jasonr@gnu.org>
19883
19884 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19885
19886 * w32console.c (create_w32cons_output): Remove.
19887
19888 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19889
19890 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19891 (reset_sys_modes): Use reset_terminal_modes_hook.
19892
19893 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * eval.c (do_autoload): Don't output any message.
19896
19897 2007-09-24 Juri Linkov <juri@jurta.org>
19898
19899 * emacs.c (standard_args): Change priority of "--no-splash"
19900 from 40 to 3. Add "--no-desktop" with the same priority.
19901
19902 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19903
19904 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19905 and optimize the case where they are all 1.
19906
19907 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
19908
19909 * lisp.h (abs): Define if not defined.
19910 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19911 Don't define `abs', since it's defined in lisp.h.
19912
19913 2007-09-22 Eli Zaretskii <eliz@gnu.org>
19914
19915 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19916 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19917 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19918 (init_tty): Use DEV_TTY instead of "/dev/tty".
19919 [WINDOWSNT]: No need to protect from NAME arg being null.
19920
19921 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19922
19923 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19924 up the tty state.
19925
19926 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19929 (gpm_tty): Change its type.
19930 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19931 (gpm_tty): Change its type and initialize it.
19932 (Fterm_open_connection): Check the frame is indeed a tty.
19933 Use the new gpm_tty.
19934 (Fterm_close_connection): Use the new gpm_tty.
19935 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19936 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19937
19938 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
19939
19940 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19941 underline_color, to draw strike-through.
19942
19943 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * lisp.h (allocate_terminal): Declare.
19946
19947 * window.c (candidate_window_p): Consider frames that are being placed
19948 by the user as somewhere between visible and iconified.
19949 (window_loop): Prefer windows on the current frame.
19950 (Fselect_window): Move the use of select-frame to the beginning so we
19951 can just delegate all the work (it'll call us back anyway).
19952
19953 * frame.c (Qdisplay_environment_variable):
19954 * frame.h (Qdisplay_environment_variable): Delete.
19955
19956 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19957 of the first arg, since that value may be a union.
19958
19959 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19960 parameter rather than Qdisplay_environment_variable. If all else
19961 fails, look for DISPLAY in initial-environment.
19962
19963 2007-09-21 Glenn Morris <rgm@gnu.org>
19964
19965 * Makefile.in (emacstool): Remove target.
19966 (lisp, shortlisp): Remove termdev.elc.
19967
19968 2007-09-21 Markus Triska <markus.triska@gmx.at>
19969
19970 * xterm.c (x_delete_display): Compile session management conditionally.
19971
19972 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * callproc.c (getenv_internal_1): New function.
19975 (getenv_internal): Use it.
19976 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19977
19978 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19979 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19980 (Fset_terminal_parameter): Work with dead terminals as well.
19981 (Fmodify_terminal_parameters): Remove.
19982
19983 * terminal.c (get_terminal): Handle terminals.
19984 Make sure the terminal returned is live.
19985 (create_terminal): Use allocate_terminal.
19986 (mark_terminals): Move to alloc.c.
19987 (delete_terminal): Use terminal->name as liveness status.
19988 NULL out fields after freeing their contents.
19989 Don't deallocate the object.
19990 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19991 rather than an int.
19992 (Fterminal_live_p): Accept non-integer arguments.
19993 (Fterminal_list): Return terminal objects rather than an ints.
19994
19995 * alloc.c (enum mem_type): New member for `terminal' objects.
19996 (allocate_terminal): New function.
19997 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19998 Handle terminals.
19999 (mark_terminal): New fun.
20000 (mark_terminals): Move from terminal.c.
20001
20002 * term.c (get_tty_terminal): Don't treat output_initial specially.
20003 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20004 (delete_tty): Use terminal->name as liveness status.
20005
20006 * termhooks.h (struct terminal): Make it into a pseudovector.
20007 Remove `deleted' replaced by checking `name's nullness.
20008
20009 * print.c (print_object): Handle terminals.
20010
20011 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20012 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20013
20014 * frame.c (make_terminal_frame):
20015 * keyboard.c (tty_read_avail_input):
20016 * w32term.c (x_delete_terminal):
20017 * xfns.c (Fx_create_frame, x_create_tip_frame):
20018 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20019
20020 2007-09-20 Glenn Morris <rgm@gnu.org>
20021
20022 * process.c (Fmake_network_process): Doc fix.
20023
20024 2007-09-19 Jason Rumney <jasonr@gnu.org>
20025
20026 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20027
20028 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20029
20030 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20031 Fix a C warning regarding variable constness.
20032
20033 * xterm.c (handle_one_xevent): Fix a C warning.
20034
20035 2007-09-18 Jason Rumney <jasonr@gnu.org>
20036
20037 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20038
20039 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20040
20041 * gtkutil.c (gdpy_def): New variable.
20042 (xg_initialize): Initialize gdpy_def.
20043 (xg_display_close): If no other display exists, set gdpy_def to a
20044 new connection.
20045
20046 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20047
20048 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20049 when we have no file name for the icon.
20050 (xg_tool_bar_expose_callback): Remove.
20051 (xg_create_tool_bar): Don't connect expose signal to
20052 xg_tool_bar_expose_callback.
20053 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20054
20055 2007-09-16 Andreas Schwab <schwab@suse.de>
20056
20057 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20058 values instead of zapping them.
20059
20060 2007-09-14 Glenn Morris <rgm@gnu.org>
20061
20062 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20063 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20064 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20065 scope and rename to omfib_buffer for clarity.
20066 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20067
20068 2007-09-14 Kenichi Handa <handa@m17n.org>
20069
20070 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20071
20072 2007-09-13 Jason Rumney <jasonr@gnu.org>
20073
20074 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20075
20076 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20077
20078 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20079 (mac_term_init): Call here instead, passing rif.
20080
20081 2007-09-13 Glenn Morris <rgm@gnu.org>
20082
20083 * s/hpux.h: No longer define `static' as nothing.
20084
20085 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20086
20087 * callint.c (Fcall_interactively): Remove unused var `fun'.
20088
20089 2007-09-12 Romain Francoise <romain@orebokech.com>
20090
20091 * window.c (prefer_window_split_horizontally, display_buffer):
20092 Revert 2007-09-08 change.
20093
20094 2007-09-12 Glenn Morris <rgm@gnu.org>
20095
20096 * alloca.c: Remove file.
20097 * Makefile.in (alloca): Do not undef.
20098 (allocaobj, alloca.o): Remove.
20099 (otherobj): Remove allocaobj.
20100 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20101 * regex.c (C_ALLOCA): Remove all references and code that was only
20102 used when this was defined.
20103 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20104 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20105 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20106
20107 * Makefile.in (SOURCES, unlock, relock): Delete.
20108
20109 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20110 (menu_grab_callback): All uses changed.
20111
20112 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20113 (x_reply_selection_request): All uses changed.
20114
20115 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * lread.c (load_warn_old_style_backquotes): Change message to look
20118 better when it appears in the middle of byte-compiler messages.
20119
20120 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20121
20122 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20123
20124 * xterm.c (x_create_terminal): Add comment.
20125
20126 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20127
20128 2007-09-10 Richard Stallman <rms@gnu.org>
20129
20130 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20131
20132 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20133
20134 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20135 (DEFUN): Document `intspec', use it instead of `prompt'.
20136
20137 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20138
20139 * data.c (Finteractive_form): If the interactive specification starts
20140 with a `(', use it as a Lisp form.
20141
20142 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20143 name and file modes.
20144
20145 * callint.c (Fcall_interactively): Comment fixes.
20146
20147 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20150 and compiled functions.
20151
20152 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20153
20154 * window.c (prefer_window_split_horizontally): New variable.
20155 (display_buffer): Consider splitting window horizontally depending
20156 on prefer_window_split_horizontally.
20157
20158 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20159
20160 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20161
20162 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20163
20164 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20165
20166 * frame.c (x_set_frame_parameters): Check number is positive before
20167 using XFASTINT.
20168
20169 * window.c (freeze_window_start): Don't presume selected_window holds
20170 a window object.
20171 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20172
20173 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20174
20175 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20176
20177 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * window.c (Vsplit_window_preferred_function): New var.
20180 (Fdisplay_buffer): Use it.
20181 (syms_of_window): Export, and initialize it.
20182
20183 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20184
20185 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20186
20187 2007-09-06 Glenn Morris <rgm@gnu.org>
20188
20189 * gtkutil.c (menu_grab_callback) <cnt>:
20190 * xselect.c (x_reply_selection_request) <cnt>: Move static
20191 variable to file scope.
20192
20193 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20196 consistent values of selected_frame and selected_window.
20197
20198 2007-09-04 Jason Rumney <jasonr@gnu.org>
20199
20200 * w32console.c (initialize_w32_display): Zero unused hooks.
20201
20202 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20203
20204 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20205 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20206
20207 2007-09-04 Jason Rumney <jasonr@gnu.org>
20208
20209 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20210 in w32console.c. Set up input. Remove XXX comments that have been
20211 confirmed as correct.
20212
20213 * s/ms-w32.h (MULTI_KBOARD): Define.
20214
20215 * w32console.c (one_and_only_w32cons): Remove.
20216 (initialize_w32_display): Take terminal argument.
20217
20218 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20219 initialize_w32_display.
20220 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20221
20222 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20223
20224 * keyboard.c (discard_mouse_events): Discard it.
20225 (make_lispy_event): Translate it to a lisp event.
20226 (lispy_wheel_names): Add wheel-left and right events.
20227 (syms_of_keyboard): Enlarge wheel_syms.
20228
20229 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20230 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20231
20232 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20233
20234 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20235 from WM_MOUSEHWHEEL.
20236 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20237
20238 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20239 terminal.
20240
20241 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20242 keyboard for the terminal.
20243
20244 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20245
20246 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20247 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20248 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20249 and resume-tty-function to resume-tty-hook.
20250 (Fsuspend_tty, Fresume_tty): Use new names.
20251
20252 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20253
20254 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20255 if it starts with "n:".
20256
20257 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20258
20259 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20260
20261 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20262
20263 * frame.h:
20264 * frame.c (Qterm_environment_variable): Remove.
20265 (syms_of_frame): Don't init and staticpro it.
20266
20267 * callproc.c (getenv_internal): Remove special case for $TERM.
20268
20269 * callproc.c (Vinitial_environment): New variable.
20270 (set_initial_environment): Initialize it.
20271 (syms_of_callproc): Declare it.
20272 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20273 TERM under which a process runs is never related to the TERM in which
20274 Emacs is running.
20275
20276 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20277
20278 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20279 * s/darwin.h: ... do it here.
20280
20281 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * lisp.h (set_initial_environment): Rename from set_global_environment.
20284
20285 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20286 removed by mistake on the multi-tty branch.
20287
20288 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20289 (Fmodify_frame_parameters): Return a value.
20290
20291 * image.c (png_load): Comment-out var only used in commented-out code.
20292
20293 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20294 before passing it to mark_object.
20295
20296 * xfaces.c (internal_resolve_face_name): Return a value.
20297 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20298
20299 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20300 (x_icon): Comment-out var only used in commented-out code.
20301
20302 2007-08-29 Romain Francoise <romain@orebokech.com>
20303
20304 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20305 QUIT hasn't been provided.
20306
20307 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20308
20309 * callproc.c (child_setup, getenv_internal): Use the
20310 display-environment-variable and term-environment-variable frame params.
20311 (set_initial_environment): Initialise Vprocess_environment.
20312
20313 * config.in: Disable multi-keyboard support on a mac.
20314
20315 * frame.c (Qterm_environment_variable)
20316 (Qdisplay_environment_variable): New variables.
20317 (syms_of_frame): Intern and staticpro them.
20318 (Fmake_terminal_frame): Disable output method test.
20319
20320 * frame.h: Declare them here.
20321
20322 * macfns.c (x_set_mouse_color): Get rif from the frame.
20323 (x_set_tool_bar_lines): Don't use updating_frame.
20324 (mac_window): Add 2 new parameters for consistency with other systems.
20325 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20326 frame parameters following what is done in X11 and w32. Don't use
20327 FRAME_MAC_DISPLAY_INFO.
20328 (Fx_open_connection, start_hourglass): Remove window-system check.
20329 (x_create_tip_frame): Get the keyboard from the terminal.
20330
20331 * macmenu.c: Reorder includes.
20332 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20333
20334 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20335 terminal parameter.
20336 (x_clear_frame): Add a frame parameter.
20337 (note_mouse_movement): Get rif from the frame.
20338 (mac_term_init): Initialize the terminal.
20339 (mac_initialize): Make static and move terminal initialization ...
20340 (mac_create_terminal): ... to this new function.
20341
20342 * macterm.h (struct mac_display_info): Add terminal.
20343 (mac_initialize): Delete declaration.
20344
20345 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20346
20347 * sysdep.c: Comment out text after #endif.
20348
20349 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20350 is defined. Better initialize ttys in windows. Use terminal
20351 specific mouse_position_hook.
20352
20353 * termhooks.h (union display_info): Add mac_display_info.
20354
20355 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20356 Set the default minibuffer frame, window_system and the rest of the
20357 frame parameters following what is done in X11.
20358
20359 * w32term.c (w32_initialize): Make static.
20360
20361 * xselect.c (x_handle_selection_clear): Only access
20362 terminal->kboard when MULTI_KBOARD is defined.
20363
20364 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20365 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20366
20367 2007-08-29 Jason Rumney <jasonr@gnu.org>
20368
20369 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20370 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20371
20372 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20373 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20374
20375 * keyboard.c (restore_kboard_configuration): Only define when
20376 MULTI_KBOARD defined.
20377
20378 * makefile.w32-in: Update dependancies from Makefile.in.
20379 (OBJ1): Add terminal.$(O)
20380
20381 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20382 Don't define function body.
20383 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20384
20385 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20386
20387 * w32.c (request_sigio, unrequest_sigio): Remove.
20388
20389 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20390 (w32con_clear_frame, w32con_clear_end_of_line)
20391 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20392 (w32con_delete_glyphs, w32con_set_terminal_window)
20393 (scroll_line, w32_sys_ring_bell): Add frame arg.
20394 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20395 Add terminal arg.
20396 (PICK_FRAME): Remove.
20397 (w32con_write_glyphs): Use frame specific terminal coding.
20398 (one_and_only_w32cons): New global variable.
20399 (initialize_w32_display): Use it for storing hooks.
20400 (create_w32cons_output): New function.
20401
20402 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20403 arg a frame.
20404
20405 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20406 Set window_system.
20407 (x_set_tool_bar_lines): Don't use updating_frame.
20408 (Fx_create_frame): Set terminal and ref count.
20409 (Fx_open_connection): Remove window-system check.
20410
20411 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20412
20413 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20414 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20415 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20416 Add frame arg.
20417 (x_delete_terminal, w32_create_terminal): New functions.
20418 (w32_term_init): Create a terminal.
20419 (w32_initialize): Move terminal specific initialization to
20420 w32_create_terminal.
20421
20422 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20423 (w32_clear_rect, w32_clear_area): Use background from frame.
20424 (w32_display_info): Add terminal.
20425 (w32_sys_ring_bell, x_delete_display): Declare here.
20426
20427 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20428
20429 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20430
20431 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20432
20433 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20434 Fix get_named_tty calls for the controlling tty.
20435
20436 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20437
20438 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20439
20440 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20441
20442 * term.c (tty_insert_glyphs): Add missing first parameter.
20443
20444 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20445
20446 * buffer.c (Fbuffer_list, Fbury_buffer):
20447 Take frame->buried_buffer_list into account.
20448
20449 * cm.c (current_tty): New variable, for cmputc().
20450 (cmputc): Use it.
20451 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20452 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20453 (cmgoto): Add tty parameter. Pass it on to calccost().
20454 Use emacs_tputs() instead of tputs().
20455
20456 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20457 tputs().
20458 (current_tty): New variable, for cmputc().
20459 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20460
20461 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20462 (internal_condition_case, internal_condition_case_1)
20463 (internal_condition_case_2): Don't abort when x_catching_errors.
20464
20465 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20466 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20467 prevent crashes caused by bogus longjmps in read_char.
20468
20469 * keymap.h (Fset_keymap_parent): Add EXFUN.
20470
20471 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20472 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20473 Remove redundant definition.
20474
20475 * macfns.c (x_set_mouse_color, x_make_gc):
20476 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20477
20478 * w32term.c (x_free_frame_resources):
20479 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20480 (w32_initialize): Use the accessor macros for terminal characteristics.
20481
20482 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20483 Use the accessor macros for terminal characteristics.
20484 * msdos.c (internal_terminal_init): Use the accessor macros for
20485 terminal characteristics.
20486 (ScreenVisualBell, internal_terminal_init):
20487 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20488
20489 * termopts.h (no_redraw_on_reenter): Declare.
20490
20491 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20492 (mark_terminals, mark_ttys): Declare.
20493 (Fgarbage_collect): Call them.
20494 (mark_object): Mark buried_buffer_list.
20495
20496 * prefix-args.c: Include stdlib.h for exit.
20497
20498 * syssignal.h: Add comment.
20499
20500 * indent.c: Include stdio.h.
20501
20502 * window.h (Vinitial_window_system): Declare.
20503 (Vwindow_system): Delete declaration.
20504
20505 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20506
20507 * image.c (lookup_image): Don't initialize `c' until the xasserts
20508 have been run.
20509
20510 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20511 FRAME_FOREGROUND_PIXEL.
20512
20513 * print.c (print_preprocess): Don't lose print_depth levels while
20514 iterating.
20515
20516 * widget.c (update_from_various_frame_slots):
20517 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20518
20519 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20520 frames.
20521 (window_internal_height): Remove bogus make_number call.
20522 (init_window_once): Call make_terminal_frame with two zero parameters.
20523
20524 * fileio.c (Fread_file_name): Update comment.
20525
20526 * callint.c (Fcall_interactively):
20527 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20528 Make sure it is correctly unwound.
20529
20530 * xsmfns.c (x_session_close): New function.
20531
20532 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20533 Delete declarations.
20534
20535 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20536 (x_output): Remove background_pixel and foreground_pixel fields.
20537 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20538 (x_delete_device, x_session_close): Declare.
20539
20540 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20541 (read_filtered_event): Call `read_char' with a local
20542 `wrong_kboard_jmpbuf'.
20543
20544 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20545 Don't call single_kboard_state. Use FRAME_RIF.
20546
20547 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20548 systems.
20549
20550 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20551 (Fframe_with_environment, Fset_input_meta_mode)
20552 (Fset_quit_char): EXFUN.
20553 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20554 (init_sys_modes, reset_sys_modes): Update prototypes.
20555 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20556
20557 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20558 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20559 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20560 Delete declarations.
20561 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20562 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20563 New declarations.
20564
20565 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20566 already does that during init_display(). Call syms_of_keymap
20567 before syms_of_keyboard. Call `syms_of_terminal'.
20568 Call set_initial_environment, not set_process_environment.
20569 (shut_down_emacs): Call reset_all_sys_modes() instead of
20570 reset_sys_modes().
20571
20572 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20573 (internal_resolve_face_name, resolve_face_name_error): New functions.
20574 (resolve_face_name): Protect against loops and errors thrown by Fget.
20575 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20576 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20577
20578 * scroll.c: Replace CURTTY() with local variables throughout the
20579 file (where applicable).
20580 (calculate_scrolling, calculate_direct_scrolling)
20581 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20582 characteristics.
20583
20584 * keymap.c (Vfunction_key_map): Remove.
20585 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20586 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20587 (Vkey_translation_map): Remove.
20588 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20589 (Fdescribe_buffer_bindings)
20590 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20591 Update for terminal-local key-translation-map.
20592
20593 * Makefile.in (callproc.o): Update dependencies.
20594 (lisp, shortlisp): Add termdev.elc.
20595 (obj): Add terminal.o.
20596 (terminal.o): Add dependencies.
20597 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20598 (data.o, fns.o): Add termhooks.h dependency.
20599 (SOME_MACHINE_LISP): Add dnd.elc.
20600 (minibuf.o): Fix typo.
20601 Update dependencies.
20602
20603 * data.c (do_symval_forwarding, store_symval_forwarding)
20604 (find_symbol_value): Use the selected frame's keyboard, not
20605 current_kboard.
20606
20607 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20608 Vwindow_system.
20609
20610 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20611 Fmenu_bar_open.
20612 (syms_of_xmenu): Update defsubr.
20613 (mouse_position_for_popup, Fx_popup_menu)
20614 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20615 (set_frame_menubar, free_frame_menubar)
20616 (create_and_show_popup_menu, xmenu_show)
20617 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20618 an X frame.
20619
20620 * xselect.c (x_own_selection): Abort if not an X frame.
20621 (some_frame_on_display): Check if it is an X frame.
20622 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20623
20624 * coding.c: Include frame.h and termhooks.h.
20625 (terminal_coding, keyboard_coding): Delete.
20626 (Fset_terminal_coding_system_internal)
20627 (Fset_keyboard_coding_system_internal)
20628 (Fkeyboard_coding_system)
20629 (Fterminal_coding_system): Add a terminal parameter.
20630 Get terminal_coding from the terminal.
20631 (init_coding_once): Don't call setup_coding_system here.
20632
20633 * dispextern.h (set_scroll_region, turn_off_insert)
20634 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20635 (tty_clear_end_of_line, tty_setup_colors)
20636 (delete_tty, updating_frame)
20637 (produce_special_glyphs, produce_glyphs, write_glyphs)
20638 (insert_glyphs): Remove.
20639 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20640 (tty_turn_off_highlight, get_tty_size): Add declaration.
20641 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20642
20643 * frame.h (enum output_method): Add output_initial.
20644 (struct x_output): Delete.
20645 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20646 Access foreground_pixel and background_pixel directly from the frame.
20647 (tty_display): Delete.
20648 (struct frame): Add buried_buffer_list, foreground_pixel,
20649 background_pixel and terminal. Delete kboard.
20650 (union output_data): Add tty.
20651 (FRAME_KBOARD): Get the kboard from the terminal.
20652 (FRAME_INITIAL_P): New macro.
20653 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20654 (Qterm_environment_variable, Qdisplay_environment_variable)
20655 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20656 New declarations.
20657
20658 * termchar.h (tty_output, tty_display_info): New structures.
20659 (tty_list): Declare.
20660 (FRAME_TTY, CURTTY): New macros.
20661 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20662 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20663 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20664 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20665
20666 * callproc.c: Include frame.h and termhooks.h, for terminal
20667 parameters.
20668 (add_env): New function.
20669 (child_setup): Use it.
20670 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20671 (getenv_internal): Fix get_terminal_param call.
20672 (Fgetenv_internal, egetenv): Update doc.
20673 (syms_of_callproc): Initialize Vprocess_environment to nil.
20674 Register and initialize them. Remove obsolete defvars. Update doc
20675 strings.
20676 (child_setup): Handle Vlocal_environment_variables.
20677 (getenv_internal): Add terminal parameter.
20678 Handle Vlocal_environment_variables.
20679 (Fgetenv_internal): Add terminal parameter.
20680 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20681 environment in a frame (not terminal) parameter. Update doc strings.
20682 (set_initial_environment): Rename from set_global_environment.
20683 Store Emacs environment in initial frame parameter.
20684
20685 * xdisp.c (redisplay_internal): Update references to
20686 `previous_terminal_frame'.
20687 (display_mode_line, Fformat_mode_line): Replace calls to
20688 `push_frame_kboard' with `push_kboard'.
20689 (get_glyph_string_clip_rects): Add extra parentheses and
20690 braces to prevent compiler warnings.
20691 (calc_pixel_width_or_height): Add xassert to check that the
20692 frame is alive. Don't call `lookup_image' on a termcap frame.
20693 (message2_nolog, message3_nolog, redisplay_internal)
20694 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20695 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20696 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20697 (Fx_display_pixel_width, Fx_display_pixel_height)
20698 (Fx_display_planes, Fx_display_color_cells)
20699 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20700 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20701 (Fx_display_backing_store, Fx_display_visual_class)
20702 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20703 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20704
20705 * xfns.c (x_set_foreground_color x_set_background_color)
20706 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20707 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20708 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20709 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20710 terminal that is being deleted.
20711 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20712 frame parameter, and make sure it overrides any user-supplied setting.
20713 (Fx_close_connection, Fx_synchronize): Unify argument names with
20714 the rest of the DEFUNs.
20715
20716 * dispnew.c (Fsend_string_to_terminal): Update call to
20717 `get_tty_terminal'.
20718 (Fredraw_frame, Fsend_string_to_terminal)
20719 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20720 FRAME_TERMCAP_P and FRAME_TTY.
20721 (window_change_signal): Don't believe width/height values that are
20722 impossibly small.
20723 (Vinitial_window_system): Rename from Vwindow_system.
20724 (termscript, Wcm, rif): Delete.
20725
20726 * termhooks.h (struct terminal): New struct containing the
20727 previously global text display hooks and new members NAME,
20728 DELETED and PARAM_ALIST.
20729 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20730 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20731 (FRAME_RIF): New macros.
20732 (get_terminal_param, get_device): New declarations.
20733 (termscript): Delete declaration.
20734
20735 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20736 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20737 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20738 FRAME_FOREGROUND_PIXEL.
20739 (x_fully_uncatch_errors): Disable definition.
20740 (x_scroll_bar_expose): Fix reference to foreground pixel.
20741 (XTread_socket): Disable loop on all X displays.
20742 (x_delete_terminal): Don't set terminal->deleted and let
20743 delete_terminal delete the frames on the terminal.
20744 (x_delete_display): Doc update to reflect changes in
20745 delete_terminal.
20746 (x_display_info) <terminal>: Move member earlier in the struct.
20747 (deleting_tty): Remove old variable.
20748 (Fsuspend_tty): Call clear_tty_hooks.
20749 (Fresume_tty, init_tty): Call set_tty_hooks.
20750 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20751 errors on X frames.
20752 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20753 (handle_one_xevent): Initialize `f' to NULL.
20754 (x_delete_terminal, x_create_terminal): New functions.
20755 (XTset_terminal_modes, XTreset_terminal_modes)
20756 (XTread_socket, x_connection_closed, x_term_init)
20757 (x_term_init, x_delete_display): Add terminal parameter.
20758 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20759 X connections.
20760
20761 * frame.c: Include termchar.h.
20762 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20763 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20764 (Qdisplay_environment_variable): New vars.
20765 (Fframep): Deal with output_initial.
20766 (Fframe-live-p): Doc fix.
20767 (Fwindow-system): New function.
20768 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20769 (make_terminal_frame): Don't create frames on a terminal that is
20770 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20771 (store_frame_param): Check for found_for_frame before calling XFRAME.
20772 (Fmake_terminal_frame): Handle NULL tty names correctly.
20773 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20774 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20775 frames to refer to a deleted frame in their 'environment parameter.
20776 (Fframe_with_environment): New function.
20777 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20778 (get_future_frame_param): New function.
20779 (Fmake_terminal_frame): Use it.
20780 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20781
20782 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20783 * sysdep.c (reset_sys_modes): Update for renames.
20784
20785 * keyboard.c (tty_read_avail_input): New function.
20786 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20787 (syms_of_keyboard): Defsubr them.
20788 (Fset_input_meta_mode, Fset_quit_char): New functions.
20789 (Fset_input_mode): Split to above functions.
20790 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20791 parameter. Use it in call to `read_char'.
20792 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20793 Set wrong_kboard_jmpbuf correctly in recursive calls.
20794 Use current_kboard to access Vkeyboard_translate_table.
20795 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20796 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20797 Update longjmp invocations. Remember the original current_kboard,
20798 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20799 changes it. Comment out unnecessary calls to
20800 `record_single_kboard_state' and `any_kboard_state'.
20801 Update recursive calls.
20802 (wrong_kboard_jmpbuf): Remove global variable.
20803 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20804 Handle deleted interrupted_kboards correctly; that is a legal
20805 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20806 and read_char calls. Abort if interrupted_kboard died in read_char.
20807 (any_kboard_state, single_kboard_state)
20808 (push_frame_kboard): Remove function.
20809 (pop_kboard): Switch out of single_kboard mode if the kboard has
20810 been deleted. Remove unused variable. Help debugging by not
20811 changing current_kboard unnecessarily. Set current_kboard to the
20812 kboard of the selected frame when the stored kboard object has
20813 been deleted before pop_kboard.
20814 (temporarily_switch_to_single_kboard): Change first parameter to a
20815 frame pointer. Throw an error when caller wants to change kboards
20816 while in single_kboard mode. Don't push_kboard if we weren't in
20817 single kboard state. Don't pop_kboard if we popped into any
20818 kboard state.
20819 (restore_kboard_configuration): Abort if pop_kboard changed the
20820 kboard in single_kboard mode. Call pop_kboard only after setting
20821 up single_kboard mode.
20822 (Frecursive_edit): Switch to single_kboard mode only in nested
20823 command loops.
20824 (cmd_error, command_loop, command_loop_1, timer_check):
20825 Comment out unnecessary call to `any_kboard_state' and
20826 `record_single_kboard_state'.
20827 (delete_kboard): Exit single_kboard mode if we have just deleted
20828 that kboard. Use FRAME_KBOARD.
20829 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20830 `fatal_error_signal'.
20831 (record_single_kboard_state): Don't push_kboard if we weren't in
20832 single kboard state. Don't pop_kboard if we popped into any
20833 kboard state.
20834 (push_frame_kboard): Rename to push_kboard.
20835 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20836 (read_avail_input): Read input from all terminals.
20837 (mark_kboards): Also mark Vkeyboard_translate_table.
20838 (kbd_buffer_store_event_hold): Simplify condition.
20839 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20840 (Vkeyboard_translate_table): Move to struct kboard.
20841 (init_kboard): Initialize Vkeyboard_translate_table.
20842 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20843 Vkeyboard_translate_table. Update doc strings. Update docs of
20844 local-function-key-map and function-key-map.
20845
20846 * terminal.c: New file.
20847
20848 * term.c: Include errno.h.
20849 (Vring_bell_function, device_list, initial_device)
20850 (next_device_id, ring_bell, update_begin, update_end)
20851 (set_terminal_window, cursor_to, raw_cursor_to)
20852 (clear_to_end, clear_frame, clear_end_of_line)
20853 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20854 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20855 (syms_of_term): Move their initialization to terminal.c.
20856 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20857 (Ftty_display_color_cells)
20858 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20859 (clear_tty_hooks, set_tty_hooks)
20860 (init_tty, maybe_fatal): New functions.
20861 (Ftty_type): Return nil if terminal is not on a tty instead of
20862 throwing an error. Doc update.
20863 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20864 Doc update. Initialize new subrs and variables.
20865 (delete_tty): Use terminal->deleted.
20866 (tty_set_terminal_modes): Rename from set_terminal_modes.
20867 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20868 (set_scroll_region): Rename to `tty_set_scroll_region'.
20869 (turn_on_insert): Rename to `tty_turn_on_insert'.
20870 (turn_off_insert): Rename to `tty_turn_off_insert'.
20871 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20872 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20873 (toggle_highligh): Rename to `tty_toggle_highlight'.
20874 (background_highlight): Rename to `tty_background_highlight'.
20875 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20876 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20877 (tty_set_scroll_region, tty_background_highlight)
20878 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20879 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20880 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20881 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20882 Add static modifier.
20883 (tty_reset_terminal_modes, tty_set_terminal_window)
20884 (tty_set_scroll_region, tty_background_highlight)
20885 (tty_highlight_if_desired, tty_cursor_to)
20886 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20887 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20888 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20889 renames.
20890
20891 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20892
20893 * keyboard.c: Qrtl is new.
20894 (parse_tool_bar_item): Handle :rtl keyword.
20895 (syms_of_keyboard): Intern :rtl keyword.
20896
20897 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20898
20899 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20900 so no Lisp code is executed.
20901 (file_for_image, find_rtl_image): New functions.
20902 (xg_get_image_for_pixmap): Use file_for_image.
20903 (update_frame_tool_bar): If direction is RTL, use RTL image if
20904 defined. Use Gtk stock images if defined.
20905
20906 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20907
20908 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20909 for nonexistent or zero-width glyph in composition glyph.
20910
20911 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20914
20915 * xdisp.c (Finvisible_p): New function.
20916 (syms_of_xdisp): defsubr it.
20917
20918 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
20919
20920 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20921 Doc fixes.
20922
20923 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20924
20925 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20926
20927 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20928
20929 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20930 whether decoding has modified buffer contents.
20931
20932 2007-08-24 Jason Rumney <jasonr@gnu.org>
20933
20934 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20935 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20936 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20937 (init_svg_functions) [HAVE_NTGUI]: New function.
20938 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20939 (svg_load_image): Use them.
20940 (svg_load_image) [HAVE_NTGUI]: Implement background.
20941
20942 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20943
20944 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20945 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20946 (LIBX): Remove @RSVG_LIBS@.
20947 (LIBES): Add $(RSVG_LIBS).
20948
20949 * image.c (svg_load_image): Blend with specified background if exists.
20950 Use IMAGE_BACKGROUND. Add Mac OS Support.
20951
20952 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20953 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20954 Remove macros.
20955 [MAC_OSX] (socket_callback): Do nothing.
20956 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20957 ReceiveNextEvent.
20958 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20959 socket_callback.
20960 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20961
20962 2007-08-22 Glenn Morris <rgm@gnu.org>
20963
20964 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20965
20966 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20967
20968 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20969
20970 * image.c: Add support for SVG images. Some additional comments
20971 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20972 (svg_image_p): New function to test for SVG image.
20973 (svg_load): New function to load SVG image.
20974 (svg_load_image): New function, helper for svg_load.
20975 (Qsvg): New Lisp_object.
20976 (svg_keyword_index): New enum.
20977 (svg_format): New static `image_keyword' struct.
20978 (svg_type): New static `image_type' struct.
20979 (librsvg/rsvg.h): Include it.
20980
20981 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20984
20985 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20986
20987 * lread.c (Qold_style_backquotes): New var.
20988 (syms_of_lread): Init and staticpro it.
20989 (load_warn_old_style_backquotes): New fun.
20990 (Fload): Use them to warn about old style backquotes.
20991 (end_of_file_error, Fload): Remove unused vars.
20992
20993 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20994
20995 * lread.c (Vold_style_backquotes): New var.
20996 (syms_of_lread): Init and export it to Elisp.
20997 (read1): Set it when we find an old-style (back)quote.
20998
20999 2007-08-22 Jason Rumney <jasonr@gnu.org>
21000
21001 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21002
21003 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21004
21005 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21006
21007 2007-08-19 Richard Stallman <rms@gnu.org>
21008
21009 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21010
21011 2007-08-19 Andreas Schwab <schwab@suse.de>
21012
21013 * alloc.c (pure): Round PURESIZE up.
21014
21015 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21016
21017 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21018 active frame.
21019
21020 2007-08-16 Richard Stallman <rms@gnu.org>
21021
21022 * eval.c (Fcommandp): Add parens to clarify.
21023
21024 * minibuf.c (Fall_completions): Use enum for type of table.
21025
21026 * emacs.c (USAGE2): Improve text.
21027
21028 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21029
21030 * term.c (tty_default_color_capabilities): Declare static
21031 variables in file scope, to avoid HPUX compiler problem.
21032
21033 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21034
21035 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21036 to gtk_toolbar_insert.
21037
21038 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21039
21040 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21041
21042 * insdel.c (reset_var_on_error): New fun.
21043 (signal_before_change, signal_after_change):
21044 Use it to reset (after|before)-change-functions to nil in case of error.
21045 Bind inhibit-modification-hooks to t.
21046 Don't bind (after|before)-change-functions to nil while they run.
21047
21048 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21049
21050 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21051 filling pixmap with stippled background.
21052
21053 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21054
21055 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21056 Don't use invisible frame as parent window for repositioning.
21057
21058 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * print.c (new_backquote_output): Rename from old_backquote_output.
21061 (print): Inverse its logic (according to its name) so as to match the
21062 behavior of new_backquote_flag in lread.c.
21063
21064 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21065
21066 * gmalloc.c (posix_memalign): New function.
21067
21068 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21069 ActivateControl/DeactivateControl here.
21070 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21071 frame-notice-user-settings is non-nil.
21072 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21073 for kEventParamFMFontStyle.
21074 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21075 mac_pass_command_to_system and mac_pass_control_to_system here.
21076 (XTread_socket): Call ActivateControl/DeactivateControl here.
21077 (XTread_socket) [TARGET_API_MAC_CARBON]:
21078 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21079 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21080 for window repositioning.
21081
21082 2007-08-08 Glenn Morris <rgm@gnu.org>
21083
21084 * Replace `iff' in doc-strings and comments.
21085
21086 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21087
21088 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21089
21090 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21091
21092 * fileio.c (Finsert_file_contents): Run format-decode and
21093 after_insert_file_functions on entire buffer when REPLACE is
21094 non-nil and inhibit modification_hooks and point_motion_hooks.
21095 For consistency, run after_insert_file_functions iff something
21096 got inserted. Move signal_after_change and update_compositions
21097 after code running after_insert_file_functions. Make sure that
21098 undo_list doesn't record intermediate steps of the decoding process.
21099
21100 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21101
21102 * emacs.c (main)
21103 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21104 Call malloc_enable_thread on interactive startup.
21105
21106 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21107 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21108 [USE_PTHREAD]: Conditionalize with it.
21109 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21110 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21111 New functions.
21112
21113 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21114
21115 * xdisp.c (redisplay_window): When restoring original buffer
21116 position, make sure it is still valid.
21117
21118 * image.c (png_load): Ignore png-supplied background color.
21119
21120 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21121
21122 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21123 Use kCFAbsoluteTimeIntervalSince1970.
21124
21125 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21126 New variable.
21127 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21128 event loop should be quit.
21129 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21130 Quit dialog event loop if quit_dialog_event_loop is set.
21131
21132 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21133 (Selection): New typedef. Use instead of ScrapRef.
21134 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21135 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21136 (mac_clear_selection): Rename from clear_scrap.
21137 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21138 scrap_has_target_type. All uses changed.
21139 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21140 (mac_selection_has_target_p): New functions.
21141 (mac_put_selection_value): Rename from put_scrap_string.
21142 (mac_get_selection_value): Rename from get_scrap_string.
21143 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21144 (put_scrap_private_timestamp, scrap_has_target_type)
21145 (get_scrap_private_timestamp): Remove functions.
21146 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21147 (x_own_selection, x_get_local_selection):
21148 Use mac_valid_selection_value_p.
21149 (x_own_selection): Don't use put_scrap_private_timestamp.
21150 Record OWNERSHIP-INFO into Vselection_alist instead.
21151 (x_get_local_selection): Don't check type if request is local.
21152 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21153 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21154
21155 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21156
21157 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21158 add comment explaining why.
21159
21160 2007-08-03 Richard Stallman <rms@gnu.org>
21161
21162 * fileio.c (Fvisited_file_modtime): Use make_time.
21163
21164 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21165
21166 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21167 build.
21168
21169 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21170
21171 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21172
21173 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21174
21175 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21176
21177 2007-07-30 Richard Stallman <rms@gnu.org>
21178
21179 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21180
21181 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21182
21183 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21184
21185 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21186
21187 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21188 remote default-directory.
21189
21190 * buffer.c (mode-line-format): Update doc string.
21191
21192 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21193
21194 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21195 scroll bar gap.
21196 (x_scroll_bar_create): Set bar->fringe_extended_p.
21197 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21198 on frame edge. Check fringe background extension. Don't clear
21199 extended fringe background area.
21200
21201 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21202 (w32_fill_area): Enclose multiple statements with do ... while (0).
21203
21204 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21205 Extend fringe background to scroll bar gap.
21206 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21207 Set bar->fringe_extended_p.
21208 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21209 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21210 background extension. Don't clear extended fringe background area.
21211
21212 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21213 New member fringe_extended_p.
21214
21215 2007-07-25 Glenn Morris <rgm@gnu.org>
21216
21217 * Relicense all FSF files to GPLv3 or later.
21218
21219 * COPYING: Switch to GPLv3.
21220
21221 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21224
21225 * data.c (Finteractive_form): Check for the presence of an
21226 `interactive-form' symbol property more thoroughly.
21227
21228 * data.c (Finteractive_form): Use an `interactive-form' property if
21229 present, analogous to the function-documentation property.
21230
21231 2007-07-24 Jason Rumney <jasonr@gnu.org>
21232
21233 * w32fns.c (x_real_positions): Get real position from OS instead of
21234 calculating it.
21235
21236 2007-07-23 Jason Rumney <jasonr@gnu.org>
21237
21238 * filelock.c (current_lock_owner): Allow for @ sign in username.
21239
21240 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21241
21242 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21243 remote default-directory.
21244
21245 * buffer.c (mode-line-format): Describe above case in doc string.
21246
21247 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21248
21249 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21250 Define if not defined.
21251
21252 2007-07-18 Jason Rumney <jasonr@gnu.org>
21253
21254 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21255
21256 2007-07-18 Richard Stallman <rms@gnu.org>
21257
21258 * data.c (Fsetq_default): Doc fix.
21259
21260 * eval.c (Fsetq): Doc fix.
21261
21262 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21263
21264 * coding.c (Ffind_operation_coding_system):
21265 * eval.c (For, Fand): Doc fixes.
21266 Reported by Johan Bockgård.
21267
21268 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21269
21270 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21271
21272 * xterm.h: Declare x_ewmh_activate_frame.
21273
21274 * xterm.c (x_ewmh_activate_frame): New function.
21275 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21276
21277 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21278
21279 * window.c (Fdisplay_buffer): If largest or LRU window is the
21280 only window, split it even if it is not eligible for splitting.
21281 This restores the original behavior broken by the 2007-07-15
21282 change.
21283
21284 2007-07-17 Glenn Morris <rgm@gnu.org>
21285
21286 * abbrev.c (abbrev_check_chars): New function.
21287 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21288 Call abbrev_check_chars to check abbrev characters are word
21289 constituents. Doc fix.
21290
21291 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21292
21293 * process.c (Fstart_process, Fmake_network_process)
21294 (read_process_output): Fix up last changes.
21295
21296 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21297
21298 * makefile.w32-in (clean): Don't delete *~.
21299
21300 2007-07-16 Andreas Schwab <schwab@suse.de>
21301
21302 * window.c (Fdisplay_buffer): Use NILP.
21303 (Fset_window_scroll_bars): Likewise.
21304
21305 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21306
21307 * window.c (window_min_size_2): New function.
21308 (window_min_size_1, size_window, Fdisplay_buffer)
21309 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21310 windows without mode- or header-lines when window-min-height is
21311 too small.
21312 (size_window): Reset nodelete_p after testing it, following an
21313 earlier note by Kim F. Storm.
21314 (display_buffer): Do not set split_height_threshold to twice the
21315 value of window_min_height to avoid changing the value of a
21316 customizable variable. Rather explicitly check whether the
21317 height of the window that shall be splitted is at least as large
21318 as split_height_threshold.
21319 (Fwindow_full_width_p): New defun.
21320 (syms_of_window): Defsubr it.
21321
21322 * window.h: Add EXFUN for Fwindow_full_width_p.
21323
21324 2007-07-14 Jason Rumney <jasonr@gnu.org>
21325
21326 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21327
21328 2007-07-14 Richard Stallman <rms@gnu.org>
21329
21330 * eval.c (maybe_call_debugger): New function.
21331 (find_handler_clause): Use maybe_call_debugger.
21332 Call it when the handler says `debug'.
21333 Eliminate DEBUGGER_VALUE_PTR.
21334 (Fsignal): Eliminate debugger_value.
21335 (Qdebug): New variable.
21336 (syms_of_eval): Initialize it.
21337
21338 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21339
21340 * eval.c (Fprogn):
21341 * keyboard.c (Ftrack_mouse):
21342 * print.c (Fwith_output_to_temp_buffer):
21343 * window.c (Fsave_window_excursion): Doc fix.
21344
21345 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21348
21349 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21352 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21353 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21354 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21355 Remove unused encoding_carryover.
21356 * process.c: Adjust all functions accordingly.
21357
21358 2007-07-12 Richard Stallman <rms@gnu.org>
21359
21360 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21361
21362 2007-07-11 Jason Rumney <jasonr@gnu.org>
21363
21364 * makefile.w32-in (LIBS): Include OLE32.
21365
21366 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21367 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21368
21369 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21372 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21373 from a Lisp_Object into a bare pointer.
21374 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21375 Adjust the code correspondingly.
21376
21377 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21378
21379 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21380 (term_show_mouse_face): Remove unused var `j'.
21381 (handle_one_term_event): Remove unused vars `i' and `j'.
21382 Don't cast return value of ttyname since it's not necessary.
21383
21384 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21387 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21388
21389 * fns.c (map_char_table): Use an array of int for `indices' rather than
21390 an array of Lisp_Objects (which are only ever integers anyway).
21391 (Fmap_char_table): Update caller.
21392 * lisp.h: Update prototype.
21393 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21394 * fontset.c (Ffontset_info):
21395 * casetab.c (set_case_table): Update callers.
21396
21397 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21398
21399 * keymap.c (struct accessible_keymaps_data)
21400 (struct where_is_internal_data): New structures.
21401 (accessible_keymaps_1, where_is_internal_1): Use them to change
21402 interface to adhere to the one used by map_keymap.
21403 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21404 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21405
21406 * keymap.h (map_keymap_function_t): More informative prototype.
21407
21408 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21409
21410 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21411 (looking_at_1): Don't change search_regs and last_thing_searched
21412 if `inhibit-changing-match-data' is non-nil.
21413 (string_match_1, search_buffer, set_search_regs): Likewise.
21414 (syms_of_search): Add Lisp level definition for
21415 `inhibit-changing-match-data' and set it to nil.
21416 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21417 start and end of the match, instead of using values in search_regs.
21418
21419 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21420
21421 * minibuf.c (Fcompleting_read): New value `confirm-only'
21422 for `require-match'.
21423
21424 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21427 part of the 2007-06-27 change to syms_of_fileio.
21428
21429 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21430
21431 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21432 Check WINDOWP before using XWINDOW. Consolidate return statements.
21433
21434 2007-06-27 Richard Stallman <rms@gnu.org>
21435
21436 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21437
21438 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21439
21440 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21441
21442 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21443
21444 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21445 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21446 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21447 (_free_internal, memalign): Use them.
21448 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21449 Initialize to PTHREAD_MUTEX_INITIALIZER.
21450 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21451 (morecore_nolock): Rename from morecore. All uses changed.
21452 Use only nolock versions of internal allocation functions.
21453 (_malloc_internal_nolock, _realloc_internal_nolock)
21454 (_free_internal_nolock): New functions created from
21455 _malloc_internal, _realloc_internal, and _free_internal.
21456 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21457 Copy hook value to automatic variable before its use.
21458 (memalign): Copy hook value to automatic variable before its use.
21459
21460 2007-06-26 Kenichi Handa <handa@m17n.org>
21461
21462 * coding.c (Ffind_operation_coding_system): Docstring improved.
21463 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21464
21465 2007-06-25 David Kastrup <dak@gnu.org>
21466
21467 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21468 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21469 cater for additional parameter.
21470
21471 * keymap.h: Adjust number of parameters to `current-active-maps'.
21472
21473 * doc.c (Fsubstitute_command_keys): Adjust call of
21474 `current-active-maps'.
21475
21476 2007-06-25 David Kastrup <dak@gnu.org>
21477
21478 * callint.c (Fcall_interactively): Make the parsing of interactive
21479 specs somewhat more readable.
21480
21481 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21482
21483 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21484 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21485 if extended background has already been filled.
21486
21487 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21488
21489 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21490 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21491
21492 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21493 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21494 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21495 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21496 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21497 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21498 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21499 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21500 Run timers during dialog popup.
21501 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21502
21503 2007-06-21 Jason Rumney <jasonr@gnu.org>
21504
21505 * image.c (convert_mono_to_color_image): Swap fore and background.
21506
21507 2007-06-20 Jason Rumney <jasonr@gnu.org>
21508
21509 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21510 (w32_free_bdf_font): Unmap memory not handle.
21511
21512 2007-06-20 Sam Steingold <sds@gnu.org>
21513
21514 * gmalloc.c (__morecore): Fix the declaration to comply with the
21515 definition.
21516
21517 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21518
21519 * w32term.c (w32_delete_display): Remove leftover declaration.
21520 (w32_define_cursor, w32_initialize): Make static.
21521
21522 * w32.c (_wsa_errlist): Fix typo in error message.
21523 (init_environment): Ignore any environment variable from the
21524 registry having a null value.
21525
21526 2007-06-20 Glenn Morris <rgm@gnu.org>
21527
21528 * Makefile.in (LIBGIF): Default to -lgif.
21529
21530 2007-06-17 Jason Rumney <jasonr@gnu.org>
21531
21532 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21533 unicode strings.
21534
21535 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21536
21537 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21538 Fix typo in docstring.
21539
21540 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21541
21542 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21543 and their keybindings.
21544
21545 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21546
21547 * composite.c (update_compositions): Fix last fix.
21548
21549 2007-06-14 Jason Rumney <jasonr@gnu.org>
21550
21551 * w32.c (get_process_times_fn): New function pointer.
21552 (globals_of_w32): Intialize it if present in kernel32.dll.
21553 (w32_get_internal_run_time): New function.
21554
21555 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21556
21557 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21558
21559 * composite.c (update_compositions): Check the validness of
21560 compositions.
21561
21562 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21563
21564 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21565 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21566
21567 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21568 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21569
21570 * macgui.h (USE_MAC_TOOLBAR): New define.
21571
21572 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21573 Return immediately unless popup is activated.
21574
21575 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21576 background to scroll bar gap.
21577 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21578 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21579 scroll bars on frame edge. Check fringe background extension.
21580 Don't clear extended fringe background area.
21581 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21582 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21583 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21584 [USE_MAC_TOOLBAR]: New macros.
21585 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21586 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21587 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21588 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21589 [USE_MAC_TOOLBAR]: New functions.
21590 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21591 manually if previous repositioning has failed.
21592 (mac_handle_keyboard_event): Use precomputed event kind.
21593 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21594 as tool bar item click. Handle mouse movement over tool bar items.
21595
21596 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21597 toolbar_win_gravity.
21598 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21599 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21600 Add externs.
21601
21602 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21603 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21604
21605 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21606
21607 * image.c (search_image_cache): Remove unused variable.
21608
21609 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21610
21611 * xfns.c, xmenu.c: Link to xaw3d if available.
21612
21613 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21614
21615 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21616 frame_foreground and frame_background.
21617
21618 * image.c (lookup_image): Save frame foreground and background colors.
21619 (search_image_cache): Check if saved and current frame colors match.
21620
21621 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * regex.c (regex_compile): Remove the `regnum' counter.
21624 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21625
21626 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21627
21628 * term.c: Include intervals.h to declare Fget_text_property.
21629
21630 2007-06-10 Jason Rumney <jasonr@gnu.org>
21631
21632 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21633
21634 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21635
21636 * callint.c (Fcall_interactively):
21637 * editfns.c (Fdelete_and_extract_region):
21638 * fileio.c (Fread_file_name):
21639 * fns.c (Fmapconcat):
21640 * keyboard.c (cmd_error_internal):
21641 * keymap.c (Fkey_description):
21642 * lread.c (openp):
21643 * minibuf.c (read_minibuf):
21644 * search.c (wordify):
21645 * sunfns.c (sel_read):
21646 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21647 * xfns.c (x_default_scroll_bar_color_parameter):
21648 * xmenu.c (menu_help_callback):
21649 * xselect.c (Fx_get_atom_name):
21650 * xterm.c (x_term_init): Use empty_unibyte_string.
21651
21652 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21653
21654 * alloc.c (init_strings): Initialize canonical empty strings.
21655 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21656 canonical empty string when the requested size is 0.
21657
21658 * emacs.c (empty_unibyte_string): Rename from empty_string.
21659 (empty_multibyte_string): New canonical empty string.
21660 (syms_of_emacs): Don't initialize empty_string.
21661
21662 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21663 string, if appropriate.
21664 (empty_unibyte_string, empty_multibyte_string): New externs.
21665 (empty_string): Remove extern.
21666
21667 * lread.c (syms_of_lread): Use empty_unibyte_string.
21668
21669 2007-06-07 Jason Rumney <jasonr@gnu.org>
21670
21671 * s/ms-w32.h: Don't define HAVE_TZNAME.
21672
21673 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21674
21675 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21676
21677 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21678
21679 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21680 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21681
21682 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21683 Don't call next handler.
21684 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21685 Remove argument. Install handler to application.
21686 (set_frame_menubar): Don't change deep_p.
21687 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21688 FRAME_OUTER_TO_INNER_DIFF_Y.
21689 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21690 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21691 [HAVE_DIALOGS]: New macros.
21692 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21693 Use them.
21694 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21695
21696 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21697 init_service_handler. All callers changed. Return OSStatus value.
21698
21699 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21700 All callers changed so as not to call SetPortWindowPort.
21701 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21702 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21703 mac_draw_string_common.
21704 (mac_draw_image_string_qd): Likewise.
21705 (mac_draw_string_common): Use them. Add INLINE.
21706 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21707 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21708 GetGlobalMouse.
21709 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21710 and FRAME_OUTER_TO_INNER_DIFF_Y.
21711 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21712 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21713 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21714 repositioning window to mac_handle_window_event.
21715 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21716 saving window location to mac_handle_window_event
21717 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21718 (install_menu_target_item_handler): Remove argument in extern.
21719 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21720 Also accept command events.
21721 (do_keystroke): New function created from XTread_socket.
21722 (init_command_handler): Remove functions.
21723 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21724 and save window location by kEventWindowShowing and kEventWindowHiding
21725 handlers here. Don't call next handler for window state change and
21726 focus events.
21727 (mac_handle_application_event, mac_handle_keyboard_event)
21728 [TARGET_API_MAC_CARBON]: New functions.
21729 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21730 kEventWindowShowing and kEventWindowHiding events. Move installation
21731 of mouse, font, text input and menu target item handlers to
21732 install_application_handler.
21733 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21734 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21735 New function.
21736 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21737 Register it.
21738 (XTread_socket) [TARGET_API_MAC_CARBON]:
21739 Consolidate SendEventToEventTarget calls.
21740 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21741 Move application activation handler to mac_handle_application_event.
21742 Move keyboard handler to mac_handle_keyboard_event.
21743 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21744 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21745 init_command_handler. Call install_application_handler.
21746
21747 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21748 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21749
21750 2007-06-07 Glenn Morris <rgm@gnu.org>
21751
21752 * emacs.c (main): Use `emacs-copyright' in --version output.
21753
21754 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21755
21756 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21757
21758 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21759
21760 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21761
21762 * macgui.h: Replace WindowPtr with WindowRef.
21763
21764 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21765 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21766 Replace ControlHandle with ControlRef.
21767 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21768
21769 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21770 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21771 Replace ControlHandle with ControlRef.
21772 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21773 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21774
21775 * macterm.h (struct scroll_bar): Rename member control_handle_low
21776 and control_handle_high to control_ref_low and control_ref_high.
21777 All uses changed.
21778 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21779 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21780 respectively. All uses changed.
21781 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21782 (install_window_handler, remove_window_handler): Replace WindowPtr
21783 with WindowRef in externs.
21784
21785 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
21786
21787 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21788
21789 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
21790
21791 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21792
21793 * frame.c (Fmouse_position, Fmouse_pixel_position):
21794 Condition on HAVE_GPM too.
21795
21796 * term.c (term_mouse_highlight): Remove unused variables.
21797 (Fterm_open_connection): Set gpm_zerobased to 1.
21798 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21799 Use zero based co-ordinates.
21800 (handle_one_term_event): Report a drag as mouse movement too.
21801
21802 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21803
21804 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * image.c (search_image_cache): New function. Require background
21807 color match if background color is unspecified in the image spec.
21808 (uncache_image, lookup_image): Use it.
21809
21810 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
21811
21812 * window.c (Fshrink_window): Reflow docstring.
21813
21814 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
21815
21816 * Version 22.1 released.
21817
21818 2007-06-01 Richard Stallman <rms@gnu.org>
21819
21820 * xfns.c (x_encode_text): Add GCPRO.
21821
21822 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21823
21824 * xfns.c (x_set_name_internal): Save encoded name before
21825 x_encode_text in case string data is relocated.
21826
21827 2007-05-31 Richard Stallman <rms@gnu.org>
21828
21829 * buffer.c (syms_of_buffer): Doc fix.
21830
21831 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
21832
21833 * sysdep.c (init_sys_modes): Add rather than replace with
21834 O_NONBLOCK.
21835
21836 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21837 term_mouse_moveto.
21838
21839 * termhooks.h (term_mouse_moveto): New extern.
21840
21841 * term.c (mouse_face_window): Rename...
21842 (Qmouse_face_window): ...to this.
21843 (term_show_mouse_face, term_clear_mouse_face)
21844 (term_mouse_highlight): Use Qmouse_face_window.
21845 (term_mouse_moveto): New function.
21846 (term_mouse_position): Make it work.
21847 (syms_of_term): Uncomment assignment to mouse_position_hook.
21848 Staticpro Qmouse_face_window.
21849
21850 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21851
21852 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21853 around current_column call.
21854
21855 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21856
21857 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21858 * xdisp.c (next_element_from_buffer):
21859 * window.c (delete_window):
21860 * term.c (term_mouse_highlight):
21861 * msdos.c (getdefdir):
21862 * macterm.c (mac_create_bitmap_from_bitmap_data)
21863 (init_font_name_table):
21864 * fns.c (Fsxhash):
21865 * data.c (Fmake_local_variable):
21866 * ccl.c (ccl_driver): Likewise.
21867
21868 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21869
21870 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21871 Call mac_wakeup_from_rne on window size change.
21872
21873 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
21874
21875 * image.c (uncache_image): Fix typo.
21876
21877 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21878
21879 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21880
21881 2007-05-22 Richard Stallman <rms@gnu.org>
21882
21883 * xterm.c (x_connection_closed): Remove NO_RETURN.
21884
21885 2007-05-22 Martin Rudalics <rudalics@gmx.at>
21886
21887 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21888
21889 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
21890
21891 * image.c (uncache_image): New function.
21892 (Fimage_refresh): New function.
21893
21894 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21895
21896 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21897
21898 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21899
21900 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21901 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21902
21903 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21904
21905 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21906 conditional on [HAVE_GPM_H].
21907
21908 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * syntax.c (skip_chars): Update syntax-table only after we checked that
21911 the new location is valid.
21912
21913 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21914
21915 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21916 mac_get_window_bounds.
21917
21918 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
21919
21920 * Makefile.in (LIBGPM): Allow it to be set from configure.
21921 If set then link Emacs with it.
21922
21923 * config.in: Regenerate.
21924
21925 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21926 New externs.
21927
21928 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21929 Include gpm.h.
21930 (handle_one_term_event, term_gpm): New externs.
21931
21932 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21933 and allow it to be interrupted by SIGIO.
21934
21935 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21936 (wait_reading_process_output): Wait on gpm_fd too.
21937 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21938 (add_gpm_wait_descriptor_called_flag): New variable.
21939 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21940
21941 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21942 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21943 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21944 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21945 (make_lispy_event): Add case GPM_CLICK_EVENT.
21946 (read_avail_input): Handle mouse input.
21947
21948 * term.c (write_glyphs_with_face): New function.
21949 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21950 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21951 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21952 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21953 (last_mouse_x, last_mouse_y): New variables.
21954 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21955 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21956 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21957 (Fterm_close_connection): New functions.
21958 (term_init): Initialise mouse_face_window.
21959
21960 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
21961
21962 * xdisp.c (redisplay_window): If first window line is a
21963 continuation line, recompute the new window start instead of
21964 recentering.
21965
21966 2007-05-18 Glenn Morris <rgm@gnu.org>
21967
21968 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21969 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21970
21971 2007-05-17 Glenn Morris <rgm@gnu.org>
21972
21973 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21974
21975 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21976
21977 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21978 dead key repeat and up events.
21979
21980 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
21981
21982 * image.c (pbm_load): Check image size for monochrome pbm.
21983
21984 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
21985
21986 * xterm.c (XTread_socket): Revert last change.
21987
21988 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
21989
21990 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21991
21992 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21993
21994 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21997 mixup (YAILOM).
21998
21999 2007-05-07 Andreas Schwab <schwab@suse.de>
22000
22001 * keymap.c (Flookup_key): Fix typo in last change.
22002
22003 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22004
22005 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22006 mapping for unibyte strings.
22007
22008 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22009
22010 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22011 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22012
22013 2007-04-29 Richard Stallman <rms@gnu.org>
22014
22015 * insdel.c (replace_range): For undo, record insertion first.
22016
22017 2007-04-29 Andreas Schwab <schwab@suse.de>
22018
22019 * lisp.h (VECSIZE): Use OFFSETOF.
22020
22021 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22022
22023 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22024 disabled lines.
22025
22026 2007-04-28 Richard Stallman <rms@gnu.org>
22027
22028 * lread.c (read_escape): In a string, \s is always space.
22029
22030 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22031
22032 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22033
22034 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22035 submenu for menu bar items.
22036
22037 See ChangeLog.10 for earlier changes.
22038
22039 ;; Local Variables:
22040 ;; coding: utf-8
22041 ;; add-log-time-zone-rule: t
22042 ;; End:
22043
22044 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22045
22046 This file is part of GNU Emacs.
22047
22048 GNU Emacs is free software: you can redistribute it and/or modify
22049 it under the terms of the GNU General Public License as published by
22050 the Free Software Foundation, either version 3 of the License, or
22051 (at your option) any later version.
22052
22053 GNU Emacs is distributed in the hope that it will be useful,
22054 but WITHOUT ANY WARRANTY; without even the implied warranty of
22055 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22056 GNU General Public License for more details.
22057
22058 You should have received a copy of the GNU General Public License
22059 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22060
22061 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40