Fix decoding of emacs-mule coding system.
[bpt/emacs.git] / src / ChangeLog
1 2010-11-25 Kenichi Handa <handa@m17n.org>
2
3 * charset.c (emacs_mule_charset): Make it an array of charset ID;
4 i.e. integer.
5 (Fdefine_charset_internal): Adjusted for the above change.
6 (init_charset_once): Likewise.
7
8 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
9 duplicated extern.
10
11 * coding.c (emacs_mule_char): Adjust for the change of
12 emacs_mule_charset.
13
14 * lread.c (read_emacs_mule_char): Adjust for the change of
15 emacs_mule_charset.
16
17 2010-10-18 Ken Brown <kbrown@cornell.edu>
18
19 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
20
21 2010-10-15 Kenichi Handa <handa@m17n.org>
22
23 Fix incorrect font metrics when the same font is opened with
24 different pixelsizes.
25
26 * xftfont.c: Include composite.h.
27 (xftfont_shape): New function.
28 (syms_of_xftfont): Set xftfont_driver.shape.
29
30 2010-10-13 Damyan Pepper <damyanp@gmail.com>
31
32 Fix handling of font properties on Windows (bug#6303).
33 * font.c (font_filter_properties): New function, refactored from
34 ftfont_filter_properties.
35 * font.h (font_filter_properties): Declare.
36 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
37 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
38 (w32font_filter_properties): New function.
39 (w32font_driver): Add w32font_filter_properties.
40
41 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
42
43 * font.c (Ffont_variation_glyphs):
44 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
45
46 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
47
48 * nsterm.m (Qleft): Declare.
49 (ns_right_alternate_modifier): New variable
50 (NSRightAlternateKeyMask): New define.
51 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
52 ns_right_alternate_modifier isn't Qleft.
53 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
54 as emacs modifier for NSRightAlternateKeyMask.
55 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
56
57 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
58
59 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
60 (xd_pending_messages): Catch xd_get_dispatch_status calls.
61
62 2010-10-08 Kenichi Handa <handa@m17n.org>
63
64 * coding.c (complement_process_encoding_system): Fix previous change.
65
66 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
67
68 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
69 (Fdbus_init_bus): ... here. (Bug#7113)
70
71 2010-10-03 Glenn Morris <rgm@gnu.org>
72
73 * buffer.c (before-change-functions, after-change-functions):
74 Three-year overdue doc fix following 2007-08-13 change.
75
76 2010-10-02 Kenichi Handa <handa@m17n.org>
77
78 * coding.c (coding_inherit_eol_type): If parent doesn't specify
79 eol-format, inherit from the system's default.
80 (complement_process_encoding_system): Make a new coding system
81 inherit the original eol-format.
82
83 2010-09-30 Kenichi Handa <handa@m17n.org>
84
85 * coding.c (complement_process_encoding_system): New function.
86
87 * coding.h (complement_process_encoding_system): Extern it.
88
89 * callproc.c (Fcall_process): Complement the coding system for
90 encoding arguments.
91 (Fcall_process_region): Complement the coding system for encoding
92 the input to the process.
93
94 * process.c (Fstart_process): Complement the coding system for
95 encoding arguments.
96 (send_process): Complement the coding system for encoding what
97 sent to the process.
98
99 2010-09-29 Kenichi Handa <handa@m17n.org>
100
101 * xfont.c (xfont_open): Fix setting of font->average_width from
102 :avgwidth property (Bug#7123).
103
104 2010-09-28 Michael Albinus <michael.albinus@gmx.de>
105
106 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
107 is more portable.
108
109 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
110 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
111 has not defined SIGIO.
112
113 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
114
115 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
116 (Bug#7113)
117
118 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
119
120 * xgselect.c (xg_select): Clear file descriptors not set from
121 rfds and wfds.
122
123 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * syntax.c (back_comment): Detect the case where a 1-char comment
126 starter is also the 2nd char of a 2-char comment ender.
127
128 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
129
130 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
131
132 2010-09-12 Jan Djärv <jan.h.d@swipnet.se>
133
134 * xterm.c (get_current_vm_state): New function.
135 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
136 want_fullscreen so set_wm_state calls are few (Bug#7013).
137 (x_handle_net_wm_state): Move code to get_current_vm_state and
138 call that function.
139
140 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
141
142 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
143
144 2010-09-08 Kenichi Handa <handa@m17n.org>
145
146 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
147 we may use designation or locking-shift.
148
149 2010-09-07 Kenichi Handa <handa@m17n.org>
150
151 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
152 sequence when the source is multibyte.
153
154 2010-08-31 Kenichi Handa <handa@m17n.org>
155
156 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
157 characters.
158
159 * term.c (encode_terminal_code): Fix the previous change.
160 (produce_glyphs): Don't set it->char_to_display here.
161 Don't handle unibyte-display-via-language-environment here.
162 (produce_special_glyphs): Set temp_it.char_to_display before
163 calling produce_glyphs.
164
165 * xdisp.c (get_next_display_element): Set it->char_to_display
166 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
167 characters.
168 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
169 calling PRODUCE_GLYPHS.
170 (append_space_for_newline): Save and store it->char_to_display.
171 Set it->char_to_display before calling PRODUCE_GLYPHS.
172 (extend_face_to_end_of_line): Set it->char_to_display before
173 calling PRODUCE_GLYPHS.
174 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
175 character to its byte value.
176 (get_char_glyph_code): New function.
177 (produce_stretch_glyph): Set it2.char_to_display too before
178 calling x_produce_glyphs.
179 (x_produce_glyphs): Simplify by using the same code for ASCII and
180 non-ASCII characters. Don't set it->char_to_display here.
181 Don't handle unibyte-display-via-language-environment here. For a
182 character of no glyph, use font->space_width instead of FONT_WIDTH.
183
184 2010-08-29 Kenichi Handa <handa@m17n.org>
185
186 * term.c (encode_terminal_code): Encode byte chars to the
187 correspnding bytes.
188
189 2010-08-17 Andreas Schwab <schwab@linux-m68k.org>
190
191 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
192 instead of SAFE_ALLOCA.
193
194 2010-08-17 Chong Yidong <cyd@stupidchicken.com>
195
196 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
197 (Bug#6214).
198
199 2010-08-14 Jan Djärv <jan.h.d@swipnet.se>
200
201 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
202
203 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
204
205 * doc.c (Fsnarf_documentation): Initialize skip_file before
206 build-files test.
207
208 2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
209
210 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
211 New definitions.
212 (HAVE_TERMIO): Remove.
213
214 2010-08-06 Kenichi Handa <handa@m17n.org>
215
216 * charset.c: Include <stdlib.h>
217 (struct charset_sort_data): New struct.
218 (charset_compare): New function.
219 (Fsort_charsets): New function.
220 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
221
222 * coding.c (decode_coding_iso_2022): Fix checking of dimension
223 number in CTEXT extended segment.
224
225 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
226
227 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
228 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
229
230 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
231
232 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
233 (Fhash_table_size): Fix typos in docstrings.
234 (Fmake_hash_table): Doc fix.
235
236 2010-07-28 Juanma Barranquero <lekktu@gmail.com>
237
238 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
239 Doc fix (bug#5625).
240
241 2010-07-27 Ken Brown <kbrown@cornell.edu>
242
243 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
244 the MSDOS definition.
245
246 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
247
248 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
249
250 2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
251
252 * window.c (Fwindow_height): Doc fix (bug#6518).
253
254 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
255
256 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
257
258 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
259
260 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
261 is related to the menu bar (Bug#6499).
262
263 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
264
265 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
266
267 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
268
269 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
270 i.e. don't put back ButtonRelease (Bug#6608).
271
272 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
273 instead of Window. Call xg_event_is_for_menubar when
274 USE_GTK (Bug#6499).
275
276 * gtkutil.h (xg_event_is_for_menubar): Declare.
277
278 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
279
280 2010-07-14 Eli Zaretskii <eliz@gnu.org>
281
282 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
283 when it's the same as the old foreground. (Bug#6609)
284
285 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
286
287 * xfaces.c (realize_face): Garbage the frame if a face is removed
288 (Bug#6593).
289
290 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
291
292 * keyboard.c: Remove duplicate <setjmp.h>.
293 (read_key_sequence): Remove volatile qualifiers.
294
295 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
296
297 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
298 (struct glyph_row): New members left_fringe_offset and
299 right_fringe_offset.
300
301 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
302 specially.
303 * w32term.c (w32_draw_fringe_bitmap): Likewise.
304 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
305
306 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
307 Take account of bitmap offset.
308 (draw_window_fringes): Take account of window vscroll.
309 (update_window_fringes): Likewise. Extend top-aligned top indicator
310 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
311 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
312 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
313
314 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
315
316 * w32fns.c (Qtooltip): Declare.
317 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
318
319 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
320
321 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
322 grab on just Press (Bug#6499).
323
324 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
325
326 * frame.c (Qtooltip): New var.
327 (delete_frame): Use it. Fix faulty if statement. Don't update
328 mode line for tooltip frames. Suggested by Martin Rudalics.
329
330 * xfns.c (x_create_tip_frame):
331 * w32fns.c (x_create_tip_frame): Use it.
332
333 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
334
335 * xftfont.c (xftfont_open): Check font width one by one also when
336 spacing is dual.
337
338 * ftfont.c (ftfont_open): Ditto.
339
340 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
341
342 * alloc.c (Fmake_byte_code): Don't access undefined argument
343 (Bug#6517).
344
345 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
346
347 * xdisp.c (next_element_from_image): Ensure that after-strings are
348 read the next time we hit handle_stop (Bug#1336).
349
350 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
351
352 * lread.c (read1): Signal error if #s is not followed by paren.
353
354 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
355
356 * image.c (free_image): Mark frame as garbaged (Bug#6426).
357
358 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
359
360 2010-06-15 Glenn Morris <rgm@gnu.org>
361
362 * editfns.c (Fbyte_to_string): Pacify compiler.
363
364 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
367 Check `object's type before accessing its guts.
368
369 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
370
371 * minibuf.c (Fall_completions): Add more checks.
372
373 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
374
375 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
376
377 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
378
379 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
380 address. (Bug#6346)
381
382 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
383
384 * ccl.c (Fccl_program_p): Fix typo in docstring.
385
386 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
389 of bug#6305).
390
391 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
392
393 * xdisp.c (redisplay_window): After redisplay, check if point is
394 still valid before setting it (Bug#6177).
395
396 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
397
398 * s/netbsd.h: If terminfo is found, use it in preference to
399 termcap. (Bug#6190) [Backport from trunk]
400
401 2010-05-20 Kevin Ryde <user42@zip.com.au>
402
403 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
404 (Voverriding_terminal_local_map, Vsystem_key_alist)
405 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
406
407 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * editfns.c (Fbyte_to_string): New function.
410
411 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
412
413 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
414 prevent stack overflow if number of arguments is too large
415 (Bug#6214).
416
417 2010-05-11 Eli Zaretskii <eliz@gnu.org>
418
419 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
420
421 * w32fns.c: Include w32.h.
422 (Fw32_shell_execute): Decode the error message before passing it
423 to `error'. (Bug#6126)
424
425 2010-05-11 Karel Klic <kklic@redhat.com>
426
427 * ftfont.c: Fix incorrect parentheses of #if condition for
428 definining M17N_FLT_USE_NEW_FEATURE.
429
430 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
431
432 * Version 23.2 released.
433
434 2010-04-30 Andreas Schwab <schwab@linux-m68k.org>
435
436 * composite.c (autocmp_chars): Save point as marker before calling
437 auto-composition-function (Bug#5984).
438
439 * lisp.h (restore_point_unwind): Add prototype.
440
441 * fileio.c (restore_point_unwind): Remove static attribute.
442
443 2010-04-23 Kenichi Handa <handa@m17n.org>
444
445 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
446 new feature of libotf and m17n-flt.
447 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
448 Call OTF_check_features even if no specific feature is given.
449 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
450 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
451 that OUT is NULL. Use OTF_drive_gsub_with_log and
452 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
453 OTF_drive_gpos.
454 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
455 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
456 Setup mflt_enable_new_feature and mflt_try_otf.
457
458 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
459
460 * dired.c (Ffile_attributes): Fix typo in docstring.
461
462 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
463
464 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
465 NSInteger (Bug#5811).
466
467 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
468
469 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
470 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
471
472 2010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
473
474 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
475
476 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
477
478 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
479 FRAME_LINE_TO_PIXEL_Y.
480
481 * xterm.c (x_set_window_size_1): Don't add border_width/height to
482 pixelwidth/height.
483
484 2010-04-05 Chong Yidong <cyd@stupidchicken.com>
485
486 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
487 terminal frames (Bug#5837).
488
489 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
490
491 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
492 * nsterm.h: Fix prototype.
493
494 2010-03-31 Eli Zaretskii <eliz@gnu.org>
495
496 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
497 in this function. (Bug#5703)
498
499 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
500
501 * nsterm.h: Fix last change.
502
503 2010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
504
505 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
506
507 2010-03-30 Jan Djärv <jan.h.d@swipnet.se>
508
509 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
510 invisible (Bug#5766).
511
512 2010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
513
514 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
515 HAVE_NS conditionals.
516 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
517
518 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
519 filename for the title.
520 (ns_set_doc_edited): Do nothing if the selected window is a
521 minibuffer window.
522
523 * nsterm.h: Add prototypes for ns_set_name_as_filename and
524 ns_set_doc_edited.
525
526 * nsterm.m: Remove unneeded prototype.
527
528 2010-03-28 Glenn Morris <rgm@gnu.org>
529
530 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
531 in the DOC file. (Bug#5336)
532
533 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
534
535 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
536
537 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
538
539 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
540
541 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
542
543 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
544
545 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
546
547 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
548 XLoadQueryFont.
549
550 2010-03-16 Kenichi Handa <handa@m17n.org>
551
552 * coding.c (decode_coding_ccl): Fix previous change for the
553 multibyte case.
554 (encode_coding_ccl): Don't setup ccl program here. Fix for the
555 case that the output buffer is fullfilled.
556 (encode_coding): Setup ccl program here.
557
558 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
559
560 * editfns.c (Fformat): Account for string precision when computing
561 field width (Bug#5710).
562
563 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 Make it possible to C-g in a tight bytecode loop again (bug#5680).
566 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
567 (QUIT): Use it to consolidate code and remove redundancy.
568 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
569
570 * regex.c (regex_compile): Setup gl_state as well.
571
572 * syntax.c (skip_chars): Setup gl_state (bug#3823).
573 (in_classes): Use CONSP before XCAR/XCDR.
574
575 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
576
577 * keymap.c (Fwhere_is_internal): Use Fequal to compare
578 definitions, so that keyboard macros are correctly handled
579 (Bug#5481).
580
581 2010-03-02 Eli Zaretskii <eliz@gnu.org>
582
583 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
584 text that could be relocated inside the call to emacs_mule_char.
585 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
586 (CODING_DECODE_CHAR): Add a comment describing its purpose.
587
588 2010-03-02 Kenichi Handa <handa@m17n.org>
589
590 * character.c (parse_str_as_multibyte): Fix handling of the
591 multibyte form of raw-bytes.
592 (str_as_multibyte): Likewise.
593
594 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
595 form of raw-bytes.
596
597 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
598
599 * charset.c (load_charset_map_from_file)
600 (load_charset_map_from_vector): Zero out allocated
601 charset_map_entries before using them.
602
603 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
604
605 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
606
607 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
608
609 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
610 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
611
612 2010-02-26 Kenichi Handa <handa@m17n.org>
613
614 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
615
616 * xdisp.c (reseat_to_string): Fix previous change.
617
618 2010-02-26 David Reitter <david.reitter@gmail.com>
619
620 * nsfont.m (nsfont_draw): ns_antialias_text should be a
621 Lisp_Object (Bug#4736).
622
623 2010-02-25 Kenichi Handa <handa@m17n.org>
624
625 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
626
627 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
628
629 * xterm.c (XTflash): Move declarations before statements.
630
631 * gtkutil.c (xg_get_gdk_display): Remove (unused).
632 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
633 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
634 (xg_create_tool_bar): Remove unused variables.
635 (x_wm_set_size_hint): Move declarations before statements.
636 (xg_create_frame_widgets): Remove variable grav.
637
638 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
639
640 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
641
642 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * term.c (fatal): Add a final \n if needed (bug#5596).
645
646 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
647
648 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
649
650 2010-02-18 Glenn Morris <rgm@gnu.org>
651
652 * callint.c (Finteractive): Doc fix.
653
654 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
655
656 * coding.c (record_conversion_result):
657 Handle CODING_RESULT_INSUFFICIENT_DST.
658 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
659 memory allocation error.
660
661 2010-02-17 Kenichi Handa <handa@m17n.org>
662
663 * coding.c (decode_coding_ccl): Don't setup ccl program here.
664 Fix for the case that the output buffer is fullfilled.
665 (decode_coding): Setup ccl program here. Keep looping when the
666 decoder stopped because the output buffer is
667 fullfilled (bug#5534).
668
669 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
670
671 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
672
673 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
674 bug #5571.
675 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
676 overdrawn.
677
678 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
679
680 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
681 doing_interact here.
682 (ice_connection_closed): New function.
683 (x_session_check_input, smc_die_CB, ice_io_error_handler)
684 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
685 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
686 returns I/O error.
687 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
688 bug #5512.
689
690 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
691
692 * nsfont.m (nsfont_open): The system's value for the font descent
693 is negative, so round it down to avoid clipping.
694
695 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
696
697 * charset.c (load_charset_map_from_file)
698 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
699 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
700
701 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
702
703 * charset.c (load_charset_map_from_file): Allocate large
704 charset_map_entries structure on the heap rather than the stack.
705 (Bug#5526).
706
707 2010-01-31 Kenichi Handa <handa@m17n.org>
708
709 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
710 size in NAME is invalid, return -1 (Bug#5396).
711
712 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
713
714 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
715 <deactivated@gmail.com> (Bug#3605).
716
717 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
718
719 * fileio.c (Frename_file): Correctly rename symlinks to
720 directories (Bug#5496).
721
722 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
723
724 * nsterm.m (ns_ring_bell): Handle visible bell like X.
725
726 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
727
728 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
729
730 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
731
732 * frame.c (DEFAULT_ROWS): Change default to 35.
733
734 * xfns.c (x_default_font_parameter): Change default XFT font to
735 monospace-10 (Bug#3643).
736
737 2010-01-29 Eli Zaretskii <eliz@gnu.org>
738
739 * w32inevt.c (key_event): Remove unnecessary comparison of
740 event->uChar.AsciiChar with 128.
741
742 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
743
744 * fileio.c (Frename_file): Fix last change (Bug#5487).
745
746 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
747
748 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
749
750 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
751
752 * xfns.c (Fx_create_frame): Remove window size matching code from
753 2010-01-15.
754 (x_get_current_desktop, x_get_desktop_workarea): Remove.
755
756 2010-01-27 Jason Rumney <jasonr@gnu.org>
757
758 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
759 (key_event): Use unicode for characters 128 and higher (Bug#4567).
760
761 2010-01-27 Kenichi Handa <handa@m17n.org>
762
763 * regex.c (analyse_first): Fix setting of fastmap for unibyte
764 pattern string (Bug#4209).
765
766 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
767
768 * fileio.c (Frename_file): Call copy-directory and
769 delete-directory for directories, in order to handle cross-device
770 renaming (Bug#3353).
771
772 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
773
774 * xfns.c (Fx_create_frame): If frame height is too big, try
775 sizes 24 and 10. Bug #3643.
776
777 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 Try and fix bug#788, hopefully for real this time.
780 * keymap.c (shadow_lookup): Add `remap' arg.
781 (describe_map, describe_vector): Update calls to shadow_lookup.
782 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
783 `remapped' so this flag is applicable to `sequence'. Be careful to
784 perform remapping during shadow_lookup check of remapped_sequences.
785
786 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
787
788 * image.c (png_load): Use png_sig_cmp instead of the obsolete
789 png_check_sig, which has been removed in libpng 1.4.
790
791 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
792
793 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
794 lacks this header file).
795
796 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
797
798 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
799 as in Emacs 22.
800
801 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
802
803 * lisp.h (make_pure_string): String pointer arg now points to const.
804
805 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
806 args now point to const.
807
808 2010-01-22 Eli Zaretskii <eliz@gnu.org>
809
810 * lread.c (Fload): Don't treat files without .elc extension as
811 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
812 them. (bug#5303)
813
814 2010-01-20 Kenichi Handa <handa@m17n.org>
815
816 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
817 treat the source as actual byte sequence.
818
819 2010-01-19 Alan Mackenzie <acm@muc.de>
820
821 Fix spurious before-change-functions invocation from (insert ?\n).
822 * textprop.c (set_text_properties): Rename parameter
823 `signal_after_change_p' to `coherent_change_p', and make the
824 invocation of `modify_region' conditional on it.
825
826 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
827
828 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
829 for debug purpose.
830 (syms_of_xsettings): Declare xft-settings.
831
832 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
833
834 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
835
836 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * xterm.c (event_handler_gdk): Block input (Bug#5037).
839
840 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
841
842 * emacs.c (standard_args): Adjust arg priorities to reflect how
843 they are processed in startup.el.
844
845 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
846
847 * Makefile.in (lisp, shortlisp): Update.
848
849 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
852 code, link the new kboard into all_kboard before running Lisp code,
853 and protect the new terminal with GCPRO (Bug#5365).
854 (x_term_init): Remove unused var `atom'.
855 (x_delete_display, x_delete_terminal): Remove unused var `i'.
856
857 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
858
859 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
860 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
861 to find out usable size of the desktop. Don't make frames larger than
862 this. Bug #3643.
863
864 2010-01-15 Kenichi Handa <handa@m17n.org>
865
866 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
867
868 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
869
870 * nsterm.m (Qnone): Define.
871
872 * nsfns.m (Qnone): Move definition to nsterm.m.
873
874 2010-01-14 Kenichi Handa <handa@m17n.org>
875
876 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
877 systems.
878
879 2010-01-14 Kenichi Handa <handa@m17n.org>
880
881 Make auto-composition work on all buffers even if they are
882 fundamental mode.
883
884 * composite.c (Vauto_composition_mode): New variable.
885 (composition_compute_stop_pos): Check Vauto_composition_mode
886 instead of Vauto_composition_function.
887 (composition_adjust_point, Ffind_composition_internal): Likewise.
888 (syms_of_composite): Declare Lisp variable
889 "auto-composition-mode" here.
890
891 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
892
893 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
894 during call to vendor-specific-keysyms (Bug#5365).
895
896 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
897
898 * keyboard.c (input_available_signal) [SYNC_INPUT]:
899 Call SIGNAL_THREAD_CHECK (Bug#5333).
900
901 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
902 Call SIGNAL_THREAD_CHECK.
903
904 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 Try to fix bug#5314. This is probably not the final word, tho.
907 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
908 recent-auto-save-p as a side-effect.
909 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
910 * buffer.c (Fkill_buffer, reset_buffer):
911 * editfns.c (Fsubst_char_in_region):
912 * fileio.c (Finsert_file_contents, Fdo_auto_save)
913 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
914
915 2010-01-13 Kenichi Handa <handa@m17n.org>
916
917 Display buffer name, etc. in mode line by composing correctly.
918
919 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
920 STRING is not nil.
921 (display_mode_element): Adjust for the change of
922 decode_mode_spec and display_line.
923 (decode_mode_spec): Change arg MULTIBYTE to STRING.
924 (display_string): Handle the case that STRING is non-null and
925 LISP_STRING is not nil.
926
927 * xterm.c (x_draw_composite_glyph_string_foreground):
928 Pay attention to s->face->overstrike.
929
930 * composite.c (composition_reseat_it): Don't check PT if STRING is
931 non nil.
932
933 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
934
935 * keyboard.c (read_char): Don't apply previous change when current
936 buffer is unchanged by command execution.
937
938 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
939
940 * keyboard.c (read_char): Return after executing from special map.
941
942 2010-01-12 Glenn Morris <rgm@gnu.org>
943
944 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
945 bug-gnu-emacs rather than emacs-pretest-bug.
946
947 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
948
949 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
950 initializing the Lisp variables that depend on them.
951
952 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
953
954 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
955 Clear areas that will not be updated after change of menu bar lines.
956 Clear the menu bar window's current matrix when the window gets empty.
957
958 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
959
960 * intervals.h, textprop.c (extend_property_ranges): Return value
961 and args changed. Discard properties that begin at or after the
962 new end (Bug#5306).
963
964 * editfns.c (Fformat): Caller changed.
965
966 * nsterm.m (ns_set_default_prefs): Delete function.
967 (syms_of_nsterm): Initialize ns_command_modifier,
968 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
969 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
970
971 * xdisp.c (pos_visible_p): Check for invisible text at the correct
972 position (Bug#4040).
973
974 2010-01-09 Eli Zaretskii <eliz@gnu.org>
975
976 * editfns.c (Ffloat_time): Doc fix.
977
978 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
979
980 * xfns.c (Fx_create_frame): Don't create frame larger than display
981 by default bug#3643.
982
983 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
984
985 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
986 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
987 windows above internal border.
988
989 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
990 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
991 windows above internal border.
992
993 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
994 tool bar windows specially.
995
996 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
997
998 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
999 specially.
1000 (XTflash): Take account of menu bar height.
1001
1002 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1003 specially.
1004
1005 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1006
1007 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
1008 also be true before we can return early (bug #5339).
1009
1010 2010-01-06 David Reitter <david.reitter@gmail.com>
1011
1012 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1013 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1014 (Bug#3233).
1015
1016 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * font.c (font_open_entity): Enable chache and call cached_font_ok
1019 for the driver if defined.
1020 (QCuser_spec): New symbol.
1021 (font_spec_from_name): Save name as user-spec.
1022 (font_load_for_lface): Keep user-spec instead of name.
1023 (font_open_by_name): Save name as user-spec.
1024 (syms_of_font): Initialize QCuser_spec.
1025 (font_clear_prop): Clear name if it exists in font (bug#5157).
1026
1027 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1028 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1029 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1030
1031 * font.h (struct font_driver): Add cached_font_ok.
1032
1033 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1034
1035 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1036
1037 * xterm.c (x_new_font): Move code for setting rows/cols before
1038 resizing ...
1039 (x_set_window_size): ... to here. Bug #2568.
1040
1041 * gtkutil.c (xg_clear_under_internal_border): New function.
1042 (xg_frame_resized, xg_frame_set_char_size):
1043 Call xg_clear_under_internal_border.
1044 (xg_update_scrollbar_pos): Clear under old scroll bar position.
1045
1046 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
1047
1048 * keyboard.c (read_key_sequence): Catch keyboard switch after
1049 making a new tty frame (Bug#5095).
1050
1051 2010-01-05 Kenichi Handa <handa@m17n.org>
1052
1053 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1054
1055 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1058 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1059 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1060
1061 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * dbusbind.c (xd_add_watch): Improve debug message.
1064 (xd_remove_watch): Improve debug message. If DATA is the session
1065 bus, unset D-Bus session environment.
1066 (Fdbus_init_bus): Pass the bus as argument to
1067 dbus_connection_set_watch_functions. (Bug#5283)
1068
1069 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1072
1073 * lread.c (syms_of_lread): Make it clearer that these are the
1074 names of loaded files (Bug#5068).
1075
1076 * eval.c (run_hook_with_args): Handle the case where the global
1077 value has the obsolete single-function form (Bug#5026).
1078
1079 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * minibuf.c (Fall_completions): Minor optimization.
1082
1083 2009-12-26 Eli Zaretskii <eliz@gnu.org>
1084
1085 * .gdbinit (pgx): Fix display of composite glyphs.
1086 Display cmp.from and cmp.to as well.
1087 (pitx): Fix last change.
1088
1089 2009-12-25 Kenichi Handa <handa@m17n.org>
1090
1091 * composite.h (composition_adjust_point): Update prototype.
1092
1093 * composite.c (composition_reseat_it): Don't make a composition
1094 spanning over point.
1095 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1096 composable characters.
1097 (composition_adjust_point): New arg NEW_PT. Callers changed.
1098
1099 * keyboard.c (command_loop_1): Force redisplay if the last point
1100 was within a composition.
1101 (adjust_point_for_property): Don't adjust point for automatic
1102 composition when called after buffer modification.
1103
1104 2009-12-19 Eli Zaretskii <eliz@gnu.org>
1105
1106 * .gdbinit (pitx): Don't use enum names, use their values.
1107 Remove reference to non-existing value GET_FROM_COMPOSITION.
1108 (pgx): Don't use enum names, use their values.
1109 (pitmethod): New helper command.
1110 (pitx): Use it to display iteration method.
1111 (pgrowit): New command.
1112
1113 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1114
1115 Update dependencies in Makefile.in.
1116
1117 * Makefile.in (alloc.o): Depend on termhooks.h.
1118 (atimer.o): Depend on blockinput.h.
1119 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1120 and frame.h.
1121 (callint.o): Depend on systime.h, coding.h, and composite.h.
1122 (callproc.o): Depend on buffer.h.
1123 (casefiddle.o): Don't depend on charset.h.
1124 (casetab.o): Depend on character.h.
1125 (ccl.o): Depend on composite.h.
1126 (chartab.o): Depend on ccl.h.
1127 (cm.o): Depend on dispextern.h.
1128 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1129 (coding.o): Don't depend on $(INTERVALS_H).
1130 (composite.o): Don't depend on dispextern.h explicitly (it's in
1131 $(INTERVALS_H)). Depend on ccl.h.
1132 (data.o): Depend on systime.h, coding.h, composite.h,
1133 dispextern.h, font.h, and ccl.h.
1134 (dired.o): Depend on composite.h.
1135 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1136 composite.h (it's in $(INTERVALS_H)).
1137 (doc.o): Depend on systime.h, coding.h, and composite.h.
1138 (editfns.o): Don't depend explicitly on dispextern.h.
1139 (emacs.o): Depend on frame.h and coding.h.
1140 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1141 (fileio.o): Depend on frame.h and commands.h. Don't depend
1142 explicitly on dispextern.h.
1143 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1144 composite.h.
1145 (fns.o): Don't depend on termhooks.h.
1146 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1147 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1148 coding.h, $(INTERVALS_H), window.h, xterm.h.
1149 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1150 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1151 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1152 fontset.h, ccl.h, and ftfont.h.
1153 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1154 (gtkutil.o): Depend on dispextern.h and composite.h.
1155 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1156 termhooks.h, and ccl.h.
1157 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1158 (intervals.o): Depend on systime.h and coding.h.
1159 (keyboard.o): Depend on composite.h and coding.h.
1160 (keymap.o): Depend on coding.h and frame.h.
1161 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1162 (macros.o): Depend on systime.h, coding.h, and composite.h.
1163 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1164 and atimer.h.
1165 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1166 dispextern.h explicitly.
1167 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1168 Don't depend explicitly on dispextern.h and composite.h.
1169 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1170 (regex.o): Don't depend on charset.h.
1171 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1172 (search.o): Don't depend explicitly on composite.h.
1173 (sound.o): Depend on atimer.h and systime.h.
1174 (syntax.o): Don't depend explicitly on composite.h.
1175 (sysdep.o): Depend on coding.h and composite.h.
1176 (term.o): Depend on xterm.h and buffer.h.
1177 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1178 (textprop.o): Don't depend on dispextern.h explicitly.
1179 (undo.o): Depend on dispextern.h.
1180 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1181 dispextern.h and composite.h explicitly.
1182 (xdisp.o): Depend on ccl.h.
1183 (xfaces.o): Depend on coding.h and ccl.h.
1184 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1185 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1186 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1187 ftfont.h.
1188 (xgselect.o): New dependency.
1189 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1190 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1191 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1192 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1193 (xsmfns.o): Depend on frame.h and dispextern.h.
1194 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1195 sysselect.h.
1196
1197 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1198
1199 * font.c (Fclear_font_cache): Pass correct cache argument to
1200 font_clear_cache.
1201
1202 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1203
1204 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1205 twice.
1206
1207 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1210 calling file-remote-p. Reported by Jim Meyering.
1211
1212 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1213
1214 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
1215 avoid compiler warnings. (Bug #5217)
1216
1217 2009-12-14 Kenichi Handa <handa@m17n.org>
1218
1219 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1220 in 8-bit encoding.
1221
1222 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
1223
1224 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1225 tooltip windows.
1226
1227 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1228
1229 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1230 Xatom_net_window_type.
1231
1232 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1233 Xatom_net_window_type.
1234
1235 * xterm.c (my_log_handler): New function.
1236 (x_term_init): Set my_log_handler as log handler during gtk_init
1237 so we can filter out buggy messages. (Bug #5120).
1238
1239 * xterm.c (xg_scroll_callback): Parameter list changed,
1240 use parameter GtkScrollType to determine scroll/line/page.
1241 Only allow dragging if a button < 4 is grabbed (bug #5177).
1242 (xg_end_scroll_callback): New function.
1243 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1244 xg_create_scroll_bar.
1245
1246 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1247 (scroll_end_callback): Remove.
1248 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1249 button-release-event. Replace value-changed event with change-value,
1250 bug #5177,
1251 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1252 bug #5177.
1253
1254 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1255 (xg_create_scroll_bar): Add GCallback end_callback.
1256
1257 * xftfont.c (QClcdfilter): New variable.
1258 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1259 (syms_of_xftfont): Initialize QClcdfilter.
1260
1261 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1262
1263 * xsettings.c (struct xsettings): Add member seen.
1264 (parse_xft_settings): Update member seen with what we have read.
1265 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1266 (apply_xft_settings): Only update Xft settings with what member seen
1267 indicates as new.
1268
1269 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1270
1271 * dispextern.h (struct text_pos): Use EMACS_INT;
1272 (struct glyph): Use EMACS_INT for charpos.
1273 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1274 region_beg_charpos, region_end_charpos,
1275 redisplay_end_trigger_charpos, and also for
1276 iterator_stack_entry.end_charpos and
1277 iterator_stack_entry.stop_charpos.
1278
1279 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1280
1281 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1282 (xg_create_scroll_bar): Call scroll_end_callback on button release
1283 event (bug #5177).
1284 (xg_event_is_for_scrollbar): != replaced with ==.
1285
1286 2009-12-12 Kenichi Handa <handa@m17n.org>
1287
1288 * ftfont.c (struct ftfont_info): New member matrix.
1289 (ftfont_open): Setup xftfont_info->matrix.
1290 (MFLTFontFT): New member matrix.
1291 (FLOOR, CEIL, ROUND): New macros.
1292 (ftfont_get_metrics): Handle matrix transformation.
1293 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1294
1295 * xftfont.c (struct xftfont_info): New member matrix.
1296 (xftfont_open): Setup xftfont_info->matrix.
1297
1298 2009-12-10 Kenichi Handa <handa@m17n.org>
1299
1300 * xdisp.c (append_space_for_newline): Consider face-remapping.
1301
1302 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1303
1304 * xsettings.c: Include "keyboard.h".
1305
1306 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1307
1308 Fix implicit function declarations.
1309 * cmds.c: Include "frame.h".
1310 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1311 * frame.h: Move declaration of delete_frame outside of
1312 HAVE_WINDOW_SYSTEM.
1313
1314 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1315
1316 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1317
1318 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1319 GTK builds.
1320
1321 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1322
1323 * unexelf.c (unexec): Don't search for .data twice.
1324
1325 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1326
1327 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1328 if push failed.
1329 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1330 of push_display_prop (Bug#5000).
1331
1332 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1333 value of font_list_entities (Bug#5085).
1334
1335 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1336
1337 Fix `string-to-number' to deal consistently with integers and floats.
1338 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1339 trailing characters, not just whitespace.
1340 (read1): Pass new arg 0 to keep old behavior.
1341 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1342 trailing chars, as it is already done for integers. Doc fixes.
1343 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1344
1345 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1346
1347 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1348 Delete unused enumeration value.
1349
1350 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1351
1352 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1353
1354 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1355
1356 * process.c (Fmake_network_process): Fix up the tests for
1357 "connectionless socket", so they DTRT for seqpacket sockets as well.
1358
1359 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * process.c (Qseqpacket): New symbol.
1362 (HAVE_SEQPACKET): New macro.
1363 (Fmake_network_process): Accept new :type `seqpacket'.
1364 (init_process): Add `seqpacket' feature when applicable.
1365 (syms_of_process): Initialize Qseqpacket.
1366
1367 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1368
1369 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1370 if entity is Qnil.
1371
1372 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * print.c (print_preprocess): Preprocess the key_and_value table of
1375 hashtables, even tho they're "hidden" (bug#5082).
1376
1377 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1378
1379 * frame.c (frame_make_pointer_invisible)
1380 (frame_make_pointer_visible): Declare f before statements.
1381
1382 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1383
1384 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1385 omitted dependencies on lisp.h.
1386
1387 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1388
1389 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1390 is NULL.
1391
1392 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1393
1394 * frame.c (frame_make_pointer_invisible)
1395 (frame_make_pointer_visible): Just return if there isn't any selected
1396 frame.
1397
1398 * search.c (simple_search): Remove warning by making *p const.
1399
1400 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * xdisp.c (power_letter): Remove duplicate const.
1403
1404 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1405
1406 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1407
1408 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1409 defaults (bug #5025).
1410
1411 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * insdel.c (adjust_markers_for_delete): Move it in the
1414 right direction! (bug#4803)
1415
1416 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1417
1418 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1419
1420 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1421
1422 2009-11-24 Glenn Morris <rgm@gnu.org>
1423
1424 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1425
1426 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1427
1428 * Makefile.in: Must create deps for ecrt0.o in its rule.
1429
1430 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1431 because that is what Gtk+ font dialog understands.
1432
1433 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1434 of Fcopy_sequence.
1435 (font_open_by_name): Put name given into QCname for font-object returned.
1436
1437 * frame.c (x_set_font): Save original font name as frame parameter
1438 font-parameter.
1439
1440 * xsettings.c (set_default_xft_settings): New function.
1441 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1442 is found.
1443
1444 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1445
1446 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1447 searching backwards through multibyte buffer.
1448
1449 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1450
1451 * xterm.c: #include xgselect.h.
1452 (x_initialize): Call xgselect_initialize.
1453
1454 * xsettings.c (something_changedCB): C++ comments => C comments.
1455 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1456 does that now.
1457
1458 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1459 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1460 (scroll_bar_button_cb): Remove.
1461 (create_menus): C++ comments => C comments. Don't bind grab-notify
1462 event.
1463 (xg_create_scroll_bar): Don't bind button-press-event and
1464 button-release-event.
1465
1466 * process.c: Include xgselect.h if defined (USE_GTK) ||
1467 defined (HAVE_GCONF).
1468 (wait_reading_process_output): Call xg_select for the same condition.
1469
1470 * xgselect.c (xg_select): New function to better integrate with
1471 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1472
1473 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1474
1475 * Makefile.in (XOBJ): Add xgselect.o.
1476
1477 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1478
1479 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1480 Remove ignored second argument. All callers changed.
1481 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1482 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1483 * xdisp.c (string_char_and_length): Likewise.
1484
1485 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * xterm.c (x_new_font):
1488 * print.c (print_object):
1489 * cmds.c (Fself_insert_command): Move declarations before statements.
1490
1491 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1492
1493 * s/cygwin.h: Remove unneeded linker flags.
1494
1495 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1496
1497 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1498
1499 * xsettings.h: Declare xsettings_get_system_font.
1500
1501 * xsettings.c (xsettings_get_system_font): New function.
1502 (init_gconf): No use initiating gconf unless we have Xft also.
1503 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1504 HAVE_GCONF.
1505
1506 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1507 add a blank entry so it doesn't collapse into nothing.
1508
1509 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * lread.c (Funintern): Comment out last change.
1512
1513 2009-11-19 Richard Stallman <rms@gnu.org>
1514
1515 * lread.c (Funintern): Error if symbol is t or nil.
1516
1517 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1520 representation of Lisp integers.
1521 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1522
1523 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1524
1525 * lisp.h: Remove declaration of Ffont_get_system_font.
1526 * xfns.c: Move include of "xsettings.h".
1527 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1528
1529 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1530
1531 * xsettings.c (something_changedCB, Ffont_get_system_font):
1532 Check use_system_font.
1533 (syms_of_xsettings): DEFVAR font-use-system-font.
1534
1535 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * xfns.c (x_default_font_parameter): Remove dead assignment.
1538
1539 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1540
1541 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1542
1543 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1544 not have FC_LCD_*. #define them if not there.
1545
1546 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1547
1548 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1549
1550 * xterm.c (handle_one_xevent): Call xft_settings_event for
1551 ClientMessage, PropertyNotify and DestroyNotify.
1552 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1553 Call xsettings_initialize.
1554
1555 * xftfont.c (xftfont_fix_match): New function.
1556 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1557 Call xftfont_fix_match after XftFontMatch.
1558
1559 * xfont.c (xfont_driver): Initialize all members.
1560
1561 * xfns.c (x_default_font_parameter):
1562 Try font from Ffont_get_system_font.
1563 Do not get font from x_default_parameter if we got one from
1564 Ffont_get_system_font.
1565 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1566
1567 * w32font.c (w32font_driver): Initialize all members.
1568
1569 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1570
1571 * lisp.h: Declare syms_of_xsettings.
1572
1573 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1574 Handle CONFIG_CHANGED_EVENT.
1575
1576 * ftfont.c (ftfont_filter_properties): New function.
1577
1578 * frame.c (x_set_font): Remove unused variable lval.
1579
1580 * font.h (struct font_driver): Add filter_properties.
1581
1582 * font.c (font_put_extra): Don't return if val is nil, it means
1583 boolean option is off.
1584 (font_parse_fcname): Collect all extra properties in extra_props
1585 and call filter_properties for all drivers with extra_props and
1586 font as parameter.
1587 (font_open_entity): Do not use cache, it does not pick up new
1588 fontconfig settings like hinting.
1589 (font_load_for_lface): If spec had a name in it, store it in entity.
1590
1591 * emacs.c (main): Call syms_of_xsettings.
1592
1593 * config.in: HAVE_GCONF is new.
1594
1595 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1596 xsettings.o is new.
1597
1598 2009-11-17 Kenichi Handa <handa@m17n.org>
1599
1600 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1601 back to the default font in case that no suitable font is found.
1602
1603 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1606 Suggested by Chad Brown <yandros@mit.edu>.
1607 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1608
1609 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1610
1611 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1612
1613 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1614
1615 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1616
1617 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1618
1619 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1620 has a parent.
1621
1622 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1623 dependency files in deps/. Include those files into Makefile.
1624
1625 * config.in: Generated (AUTO_DEPEND).
1626
1627 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1630 Vdbus_registered_functions_table, because it contains also
1631 properties. Fix docstring.
1632 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1633
1634 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * alloc.c (mark_object): Don't reprocess marked strings.
1637 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1638 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1639
1640 2009-11-13 Kenichi Handa <handa@m17n.org>
1641
1642 * category.c (word_boundary_p): Adjust for the change of the
1643 semantics of Vword_combining_categories.
1644 (Vword_combining_categories): Describe the slight change of the
1645 semantics.
1646
1647 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1648
1649 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1650
1651 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1652
1653 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1656
1657 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1660
1661 2009-11-11 David Reitter <david.reitter@gmail.com>
1662
1663 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1664 variables to fix 2009-11-09 change.
1665
1666 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1667
1668 * process.c (ifflag_def): Make flag_sym constant.
1669 (Fnetwork_interface_info): Use a constant pointer.
1670 (ifflag_table):
1671 * xfns.c (cursor_bits):
1672 * xdisp.c (power_letter):
1673 * termcap.c (speeds, esctab):
1674 * sysdep.c (baud_convert):
1675 * keyboard.c (lispy_accent_codes, modifier_names):
1676 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1677 (jpeg_format, tiff_format, gif_format, svg_format)
1678 (interlace_start, interlace_increment, gs_format):
1679 * gtkutil.c (separator_names):
1680 * fringe.c (swap_nibble):
1681 * fns.c (base64_value_to_char, base64_char_to_value):
1682 * fileio.c (make_temp_name_tbl):
1683 * coding.c (suffixes): Make constant.
1684
1685 * frame.c (make_initial_frame):
1686 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1687 build_string.
1688 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1689
1690 * s/freebsd.h:
1691 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1692
1693 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1694 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1695
1696 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1697 * xterm.c (syms_of_xterm):
1698 * xfaces.c (syms_of_xfaces):
1699 * xdisp.c (syms_of_xdisp):
1700 * lread.c (syms_of_lread):
1701 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1702 build_string.
1703
1704 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1705
1706 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * fns.c (Fplist_get): Merge the active and the commented out code.
1709
1710 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1711
1712 * keyboard.h: Declare timer_check.
1713
1714 * keyboard.c (timer_check_2): New function that does what the old
1715 timer_check did.
1716 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1717 returned, i.e. don't return -1 with timers pending.
1718
1719 * process.c: Remove extern declaration of timer_check.
1720
1721 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1722 even if timer_check returned -1.
1723
1724 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1725 xg_dialog_data.
1726 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1727 the event loop.
1728 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1729 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1730 Destroy the dialog after xg_dialog_run.
1731
1732 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1735
1736 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1737
1738 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1739
1740 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1743
1744 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1747 w32menu.c, and nsmenu.m.
1748 Simplify the obsolete case where position is nil.
1749 (cleanup_popup_menu): New function, moved from nsmenu.m.
1750 (struct skp): Remove slot `notreal'.
1751 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1752 adjust callers.
1753 (single_menu_item): Adjust call to parse_menu_item.
1754 (syms_of_menu): Defsubr x-popup-menu.
1755 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1756 (keymap_panes): Don't export any more.
1757 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1758 (xmenu_show): Declare.
1759 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1760 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1761 * keyboard.h (parse_menu_item): Update declaration.
1762 * xmenu.c (Fx_popup_menu): Remove.
1763 (syms_of_xmenu): Don't defsubr x-popup-menu.
1764 * w32menu.c (Fx_popup_menu): Remove.
1765 (syms_of_w32menu): Don't defsubr x-popup-menu.
1766 * nsmenu.m (cleanup_popup_menu): Remove.
1767 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1768 moved to menu.c's Fx_popup_menu.
1769 (Fx_popup_menu): Remove.
1770 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1771 menu_items (it's done in menu.c already).
1772
1773 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1776 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1777
1778 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
1781 xmenu_show. Hide any tooltip before opening a menu.
1782 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1783 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1784
1785 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 Let integers use up 2 tags to give them one extra bit and thus double
1788 their range.
1789 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1790 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1791 New macros.
1792 (enum Lisp_Type): Use them. Give explicit values.
1793 (Lisp_Type_Limit): Remove.
1794 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1795 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1796 Pay attention to USE_2_TAGS_FOR_INTS.
1797 (INTEGERP): Use LISP_INT_TAG_P.
1798 * fns.c (internal_equal): Simplify the default case.
1799 (sxhash): Use case_Lisp_Int.
1800 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1801 any more.
1802 (Ftype_of): Use case_Lisp_Int.
1803 (store_symval_forwarding): Take into account the fact that Ints can
1804 now have more than one tag.
1805 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1806 buffer_slot_type_mismatch):
1807 * xfaces.c (face_attr_equal_p):
1808 * print.c (print_object):
1809 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1810 Use case_Lisp_Int.
1811
1812 2009-11-06 Eli Zaretskii <eliz@gnu.org>
1813
1814 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1815
1816 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1817 warning.
1818
1819 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1820
1821 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1822
1823 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1824
1825 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1826 ButtonPressRelease and MotionNotify (bug#4870).
1827
1828 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1831
1832 * xterm.c (syms_of_xterm):
1833 * xselect.c (syms_of_xselect):
1834 * xmenu.c (syms_of_xmenu):
1835 * xfns.c (syms_of_xfns):
1836 * xfaces.c (syms_of_xfaces):
1837 * xdisp.c (syms_of_xdisp):
1838 * window.c (syms_of_window):
1839 * w32fns.c (syms_of_w32fns):
1840 * undo.c (syms_of_undo):
1841 * textprop.c (syms_of_textprop):
1842 * terminal.c (syms_of_terminal):
1843 * syntax.c (syms_of_syntax):
1844 * sound.c (syms_of_sound):
1845 * search.c (syms_of_search):
1846 * print.c (syms_of_print):
1847 * minibuf.c (syms_of_minibuf):
1848 * macros.c (syms_of_macros):
1849 * keymap.c (syms_of_keymap, initial_define_key)
1850 (initial_define_lispy_key):
1851 * keyboard.c (syms_of_keyboard):
1852 * insdel.c (syms_of_insdel):
1853 * image.c (syms_of_image):
1854 * fringe.c (syms_of_fringe):
1855 * frame.c (syms_of_frame):
1856 * fontset.c (syms_of_fontset):
1857 * fns.c (syms_of_fns):
1858 * fns.c (syms_of_fns):
1859 * fileio.c (syms_of_fileio):
1860 * fileio.c (syms_of_fileio):
1861 * eval.c (syms_of_eval):
1862 * doc.c (syms_of_doc):
1863 * dispnew.c (syms_of_display):
1864 * dired.c (syms_of_dired):
1865 * dbusbind.c (syms_of_dbusbind):
1866 * data.c (syms_of_data):
1867 * composite.c (syms_of_composite):
1868 * coding.c (syms_of_coding):
1869 * cmds.c (syms_of_cmds):
1870 * charset.c (define_charset_internal, syms_of_character):
1871 * ccl.c (syms_of_ccl):
1872 * category.c (syms_of_category, init_category_once):
1873 * casetab.c (syms_of_casetab):
1874 * casefiddle.c (syms_of_casefiddle):
1875 * callint.c (syms_of_callint):
1876 * bytecode.c (syms_of_bytecode):
1877 * buffer.c (keys_of_buffer, syms_of_buffer):
1878 * alloc.c (syms_of_alloc):
1879 * process.c (syms_of_process, init_process):
1880 * lread.c (syms_of_lread, init_obarray):
1881 * font.c (build_style_table):
1882 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1883 intern_c_string, calls to make_pure_string with
1884 make_pure_c_string. Use pure_cons instead of Fcons.
1885
1886 * process.c (socket_options): Make it const.
1887 (set_socket_option, init_process): Use a const pointer.
1888
1889 * lread.c (intern_c_string): New function.
1890 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1891 (defvar_int): Uset it. Make the name const char*.
1892
1893 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1894 (defvar_int): Update prototypes.
1895 (DEFUN, EXFUN): Support for prototypes is now required.
1896 (intern_c_string): New prototype.
1897 (struct Lisp_Subr): Make symbol_name constant.
1898
1899 * font.c (struct table_entry): Remove unused member. Make NAMES
1900 constant.
1901 (weight_table, slant_table, width_table): Make constant.
1902
1903 * emacs.c (struct standard_args): Make name and longname constant.
1904
1905 * character.h (DEFSYM): Use intern_c_string.
1906
1907 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * alloc.c (make_pure_c_string): New function.
1910
1911 * eval.c (Fautoload): Purecopy all arguments.
1912
1913 2009-11-05 Kenichi Handa <handa@m17n.org>
1914
1915 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1916 the buffer in case of replace.
1917
1918 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1921
1922 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1925 when applicable (bug#4851).
1926
1927 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1928 (P_): Support for prototypes is now required.
1929
1930 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1933 (Bug#4827).
1934
1935 2009-10-30 Eli Zaretskii <eliz@gnu.org>
1936
1937 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
1938
1939 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1940
1941 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1942
1943 * lread.c (Fload): Purecopy the file name when building
1944 Vpreloaded_file_list.
1945
1946 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1947
1948 * w32fns.c (syms_of_w32fns): Change default value of
1949 w32-scroll-lock-modifier to nil. (Bug#2827)
1950
1951 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * minibuf.c (Fall_completions): Fix typos in docstring.
1954
1955 2009-10-26 Andreas Schwab <schwab@redhat.com>
1956
1957 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1958
1959 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1962 For delta < 0, skip check that only makes sense when the mini-window
1963 is going to be enlarged. (Bug#4534)
1964
1965 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1968 string in menu maps (Bug#4471).
1969
1970 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1973 FRAME_NS_VIEW on terminal frames (Bug#4765).
1974
1975 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1976
1977 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1978 DBUS_TYPE_UINTnn separately to get proper sign extension.
1979
1980 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1981 can properly handle unsigned types.
1982 (make_uid, make_gid): Remove.
1983
1984 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1985 types again.
1986
1987 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
1988 (system_process_attributes): Likewise.
1989
1990 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1991
1992 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1993
1994 * eval.c (Fautoload): Purecopy the filename. Simplify.
1995
1996 * category.c (Fdefine_category): Purecopy docstring.
1997
1998 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1999
2000 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2001
2002 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2003
2004 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2007 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2008 (Bug#4775).
2009
2010 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2013 (init_fileio_once):
2014 * lisp.h (init_fileio_once): Remove.
2015 * emacs.c (main): Don't call init_fileio_once.
2016
2017 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2018
2019 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2020
2021 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2022
2023 * doprnt.c (doprnt): Fix overflow check.
2024
2025 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2026
2027 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2028
2029 * xterm.h (x_wait_for_event): Declare it.
2030
2031 * xterm.c (pending_event_wait): New variable.
2032 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2033 see pending_event_wait.eventtype.
2034 (handle_one_xevent): Don't change gravity when parent changes.
2035 (x_new_font): Call change_frame_size with new rows/columns before we
2036 try to resize the frame.
2037 (x_wait_for_event): New function.
2038 (x_set_window_size_1): Don't change gravity unless change_gravity
2039 is set.
2040 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2041 don't change frame size, instead wait for the ConfigureNotify.
2042 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2043 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2044 (x_initialize): Initialize pending_event_wait.
2045
2046 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2047 size.
2048
2049 * widget.c (EmacsFrameSetValues): Add comment.
2050 (EmacsFrameSetCharSize): Just call x_set_window_size.
2051
2052 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2053 x_wait_for_event.
2054 (flush_and_sync): Remove again.
2055 (xg_get_font_name): Suggest monospace if no previous font is known.
2056
2057 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
2060 8th bit, since that only made sense in the ASCII world (bug#4751).
2061
2062 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2063
2064 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2065 processing pending events when event is filtered for input method.
2066 (Bug#3681)
2067
2068 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * fns.c: Add #endif accidentally removed in previous change.
2071
2072 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2073
2074 * fns.c: Remove code for unsupported system: MAC_OS.
2075 * image.c: Likewise. Include setjmp.h.
2076
2077 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2078
2079 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2080 pixel -1 (bug #4742).
2081
2082 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 * process.c (create_pty): Remove conditionals for no longer
2085 supported systems: UNIPLUS and RTU.
2086
2087 * xterm.c:
2088 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2089
2090 * alloc.c: Do not define struct catchtag.
2091 * eval.c: Move struct catchtag definition ...
2092 * lisp.h: ... here.
2093
2094 * image.c: Move png.h #include earlier to avoid warnings.
2095
2096 * xterm.c:
2097 * xsmfns.c:
2098 * xselect.c:
2099 * xrdb.c:
2100 * xmenu.c:
2101 * xftfont.c:
2102 * xfont.c:
2103 * xfns.c:
2104 * xfaces.c:
2105 * xdisp.c:
2106 * window.c:
2107 * widget.c:
2108 * w32xfns.c:
2109 * w32uniscribe.c:
2110 * w32term.c:
2111 * w32select.c:
2112 * w32reg.c:
2113 * w32proc.c:
2114 * w32menu.c:
2115 * w32inevt.c:
2116 * w32heap.c:
2117 * w32font.c:
2118 * w32fns.c:
2119 * w32console.c:
2120 * w32.c:
2121 * w16select.c:
2122 * vm-limit.c:
2123 * unexsol.c:
2124 * unexec.c:
2125 * unexcw.c:
2126 * unexaix.c:
2127 * undo.c:
2128 * tparam.c:
2129 * textprop.c:
2130 * terminfo.c:
2131 * terminal.c:
2132 * termcap.c:
2133 * term.c:
2134 * syntax.c:
2135 * sound.c:
2136 * sheap.c:
2137 * search.c:
2138 * scroll.c:
2139 * region-cache.c:
2140 * regex.c:
2141 * ralloc.c:
2142 * process.c:
2143 * print.c:
2144 * nsterm.m:
2145 * nsselect.m:
2146 * nsmenu.m:
2147 * nsimage.m:
2148 * nsfont.m:
2149 * nsfns.m:
2150 * msdos.c:
2151 * minibuf.c:
2152 * menu.c:
2153 * marker.c:
2154 * macros.c:
2155 * keymap.c:
2156 * keyboard.c:
2157 * intervals.c:
2158 * insdel.c:
2159 * indent.c:
2160 * gtkutil.c:
2161 * ftxfont.c:
2162 * ftfont.c:
2163 * fringe.c:
2164 * frame.c:
2165 * fontset.c:
2166 * font.c:
2167 * fns.c:
2168 * floatfns.c:
2169 * filelock.c:
2170 * fileio.c:
2171 * emacs.c:
2172 * editfns.c:
2173 * dosfns.c:
2174 * doprnt.c:
2175 * doc.c:
2176 * dispnew.c:
2177 * dired.c:
2178 * dbusbind.c:
2179 * data.c:
2180 * composite.c:
2181 * coding.c:
2182 * cmds.c:
2183 * cm.c:
2184 * chartab.c:
2185 * charset.c:
2186 * character.c:
2187 * ccl.c:
2188 * category.c:
2189 * casetab.c:
2190 * casefiddle.c:
2191 * callproc.c:
2192 * callint.c:
2193 * bytecode.c:
2194 * buffer.c:
2195 * atimer.c: Include setjmp.h. (Bug#4643)
2196
2197 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 Remove leftover table unibyte_to_multibyte_table.
2200 * character.c (unibyte_to_multibyte_table): Remove.
2201 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2202 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2203 * character.h (UNIBYTE_TO_CHAR): New macro.
2204 (MAKE_CHAR_MULTIBYTE): Use it.
2205 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2206 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2207 (message_dolog, set_message_1):
2208 * search.c (Freplace_match):
2209 * editfns.c (Fcompare_buffer_substrings):
2210 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2211 (concat):
2212 * insdel.c (copy_text, count_size_as_multibyte):
2213 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2214 * term.c (produce_glyphs):
2215 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2216 * regex.c (RE_CHAR_TO_MULTIBYTE):
2217 * cmds.c (internal_self_insert):
2218 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2219
2220 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2221
2222 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2223
2224 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2225
2226 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2229
2230 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2231
2232 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2233 still needed under Tiger.
2234
2235 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2236
2237 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2238 __Apple__.
2239
2240 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2241
2242 2009-10-15 Kenichi Handa <handa@m17n.org>
2243
2244 * print.c (print_object): Escape a symbol like "2E10" too.
2245
2246 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2247
2248 Cleanups and changes for 64-bit compile under Snow Leopard.
2249 Based on suggestions by Erik Charlebois.
2250
2251 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2252
2253 * nsfont.m (ns_char_width): Replace deprecated call.
2254 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2255 cast argument.
2256 (nsfont_open): Use ns_char_width() everywhere.
2257 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2258
2259 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2260
2261 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2262 where appropriate.
2263
2264 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2265 where appropriate.
2266 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2267 Use stringWithUTF8String.
2268 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2269
2270 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2271 Add formal protocol mention to inheritance.
2272 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2273
2274 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2275 Fix printf format.
2276 (ns_query_color): Use CGFloat where appropriate.
2277 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2278 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2279 argument.
2280
2281 * config.in (NS_HAVE_NSINTEGER): Drop.
2282
2283 * dbusbind.c (dbus-method-return-internal)
2284 (dbus-method-error-internal): Use long format in printf, and cast
2285 argument.
2286
2287 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2288 in printf, and cast argument.
2289
2290 * process.c (list_processes_1): Use long format in printf, and
2291 cast argument.
2292
2293 2009-10-11 Glenn Morris <rgm@gnu.org>
2294
2295 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2296
2297 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2298
2299 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2300 menu bar with a small width so it doesn't enlarge the frame.
2301
2302 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2303
2304 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2305
2306 2009-10-06 Glenn Morris <rgm@gnu.org>
2307
2308 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2309 SOME_MACHINE_LISP (this enters indirectly via DOC).
2310
2311 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2312
2313 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2314
2315 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2316
2317 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2318 Doc fix.
2319
2320 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2321
2322 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2323
2324 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2327 used anymore outside fileio.c.
2328
2329 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2330
2331 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * lisp.h (Qdelete_directory_internal):
2334 Declare, instead of Qdelete_directory.
2335
2336 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2337
2338 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2341
2342 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * fileio.c (Fdelete_directory_internal): Rename from
2345 Fdelete_directory. It is not a command anymore. It has no file
2346 name handler.
2347
2348 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * xdisp.c (get_next_display_element): Use an enum in last change.
2351
2352 2009-09-28 Kenichi Handa <handa@m17n.org>
2353
2354 * xdisp.c (get_next_display_element): Pay attention to
2355 unibyte_display_via_language_environment in handling
2356 Vnobreak_char_display.
2357
2358 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2359
2360 * nsterm.h (ns_app_name): New extern variable.
2361
2362 * nsterm.m (ns_app_name): New variable.
2363 (ns_term_init): Set and use it.
2364 (ns_term_shutdown): Use it.
2365
2366 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2367 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2368
2369 * nsfns.m (ns_set_name_iconic, ns_set_name)
2370 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2371 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2372
2373 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2374 Remove double-casting in client_data comparison.
2375
2376 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2377
2378 * keyboard.c (make_lispy_event): Remember last wheel direction.
2379 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2380
2381 2009-09-26 Glenn Morris <rgm@gnu.org>
2382
2383 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2384 internal.elc. Add term/pc-win.elc.
2385 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2386 term/x-win.elc.
2387 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2388 term/w32-win.elc.
2389 (NS_SUPPORT): New.
2390 (lisp): Add NS_SUPPORT.
2391 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2392
2393 2009-09-25 David Reitter <david.reitter@gmail.com>
2394
2395 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2396 on Mac OS X 10.6+ (bug#4513).
2397
2398 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2401 some parts of Emacs code (like font selection) don't grok them.
2402 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2403
2404 2009-09-24 Andreas Schwab <schwab@redhat.com>
2405
2406 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2407
2408 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * dired.c (Fdirectory_files): Fix typo in docstring.
2411
2412 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2413
2414 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2415 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2416 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2417 under GNUstep.
2418 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2419
2420 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2421 glyph advancement.
2422
2423 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2424
2425 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2426 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2427
2428 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2429 deleted (bug #4492).
2430
2431 * nsfont.m (Vns_reg_to_script): New lisp variable.
2432 (syms_of_nsfont): Declare it.
2433 (ns_registry_to_script): New function.
2434 (ns_get_req_script): Call it.
2435 (ns_findfonts): Don't give up on non-unicode registry.
2436
2437 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2438
2439 2009-09-20 Tom Tromey <tromey@redhat.com>
2440
2441 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2442 batch mode (bug#4228).
2443
2444 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2445
2446 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2447 carefully. (Bug #4339)
2448
2449 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2452
2453 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2454
2455 * emacs.c (inhibit_x_resources): Update doc string for NS.
2456 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2457 legacy code for -NXHost. Fix error printf in daemon case.
2458
2459 * nsterm.h (ns_no_defaults): Remove.
2460
2461 * nsterm.m (ns_no_defaults): Remove.
2462 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2463 (ns_use_qd_smoothing): Remove legacy variable.
2464 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2465 don't update the NSWindow itself.
2466 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2467 state detection and store user rect ourselves. (Bug #3581)
2468
2469 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2470 ns_use_qd_smoothing.
2471
2472 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2473 platform versions. Drop support for emacs-20-style face specs.
2474 (x-close-connection): Drop PSFlush() under OS X.
2475 (x-focus-frame): Activate the app first. (Bug #4180)
2476
2477 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2478
2479 * emacs.c (inhibit_x_resources): New variable.
2480 (main) [HAVE_NS]: Don't process --quick command line option.
2481 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2482
2483 * lisp.h (inhibit_x_resources): Declare it extern.
2484
2485 * w32reg.c (x_get_string_resource):
2486 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2487
2488 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2489
2490 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2491 Add lisp/term/internal.elc.
2492
2493 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2496 (bug#4461).
2497
2498 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2501
2502 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2503 (OBJECTS_MACHINE): Remove, unused.
2504
2505 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * frame.c (x_get_resource_string): Remove unused.
2508
2509 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2510
2511 * xterm.c (x_new_font): Call change_frame_size before calling
2512 x_set_window_size, in case frame size won't change.
2513
2514 * frame.c (x_set_font): Remove dead code.
2515
2516 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2519
2520 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * lread.c (Fload): Don't output a message after loading an obsolete
2523 package any more (done in Lisp now).
2524
2525 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2528
2529 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * keymap.c (Fwhere_is_internal): Use nconc2.
2532
2533 2009-09-11 Alan Mackenzie <acm@muc.de>
2534
2535 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2536 batch mode.
2537
2538 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2539
2540 * xdisp.c (display_mode_element): Detect cycles.
2541
2542 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * keymap.c (where_is_internal): Don't erroneously return nil right after
2545 filling the cache.
2546 (where_is_internal_1): Fix up typo.
2547
2548 2009-09-11 Glenn Morris <rgm@gnu.org>
2549
2550 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2551 share a common doc-string.
2552
2553 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2556 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2557
2558 * keymap.c (QCadvertised_binding): New constant.
2559 (syms_of_keymap): Initialize it.
2560 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2561 if applicable.
2562
2563 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2566 (parse_menu_item): Streamline since bindings are recomputed all the
2567 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2568 more and don't support lmenu's menu-alias any more either.
2569
2570 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2571 (where_is_internal): Strip it down to only traverse the keymaps.
2572 Move the cache handling from Fwhere_is_internal to here.
2573 (Fwhere_is_internal): Move the handling of remapping and the choice of
2574 the best binding from where_is_internal to here.
2575 Unify the cached/noncached paths, so remapping is also handled
2576 correctly when the cache is used, and so the cache can be used to
2577 speed up remap-handling when applicable.
2578 Give preference to non-remapped bindings.
2579 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2580 non-remapped bindings.
2581 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2582 command remapping.
2583
2584 * xdisp.c (display_mode_element): Move list length limit from 50 to
2585 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2586
2587 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2588
2589 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2590
2591 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2594 (Bug#4334)
2595
2596 * keymap.c (where_is_internal): Filter out shadowed remappings.
2597 Assume that where_is_internal returns unshadowed bindings to simplify
2598 the code and get rid of the gotos. Use ASIZE.
2599
2600 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2601
2602 * xterm.c (x_focus_changed): If we get a focusout and pointer
2603 is invisible, make it visible.
2604
2605 * xterm.h: Remove condition for declaration of
2606 x_*_window_to_frame.
2607
2608 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2611 initial terminal as well.
2612
2613 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2614
2615 * xterm.h: Rename x_non_menubar_window_to_frame to
2616 x_menubar_window_to_frame.
2617
2618 * xterm.c: Remove declarations also in xterm.h
2619 (XTmouse_position): Do not return valid positions
2620 for clicks in the menubar and the toolbar for Gtk+.
2621
2622 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2623 if the widget for the event has the same top level as a frame,
2624 return the frame.
2625 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2626 internal windows, bug #4122.
2627 (x_non_menubar_window_to_frame): Remove.
2628
2629 2009-09-02 Glenn Morris <rgm@gnu.org>
2630
2631 * buffer.c (default-major-mode): Move most of the doc from here...
2632 (major-mode): ... to here.
2633
2634 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2635
2636 * process.c (wait_reading_process_output): Keep the descriptor
2637 when pty is used by a non-child process, e.g., in I/O buffer of
2638 GDB this allows inferior to be restarted.
2639
2640 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2641
2642 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2643 both branches into one.
2644
2645 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2648 (main): Use enable-multibyte-characters rather than
2649 default-enable-multibyte-characters. Output a warning message when
2650 running a unibyte session.
2651
2652 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2653
2654 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2655 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2656 (copy_data_segment): Also copy __program_vars section.
2657 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2658 (dump_it) [LC_DYLD_INFO]: Use it.
2659
2660 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2661
2662 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2663
2664 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2665 $(SRC)/buildobj.h.
2666 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2667 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2668 $(SRC)/buildobj.h.
2669 (clean): Add buildobj.h.
2670
2671 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2672
2673 * print.c (print_object): Set escapeflag to 1 when printing
2674 hashtable keys and values.
2675
2676 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * lread.c (read_integer): Use doubles (and potentially return a float
2679 number) as we do in string-to-number.
2680 (read1): Use strtol to read integers, signal errors on strtol's
2681 overflow and use floats if strtol's output is too large for
2682 Elisp integers.
2683
2684 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2685
2686 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2687 (make-buildobj-SH): Fix last change.
2688 (SRC): Move to before where it's first used.
2689
2690 2009-08-27 Kenichi Handa <handa@m17n.org>
2691
2692 * process.c (send_process): Use encode_coding_object instead of
2693 encode_coding_string to perform eol-conversion even if the string
2694 is unibyte.
2695
2696 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2697 character.
2698
2699 * cmds.c (Fself_insert_command): Avoid unnecessay
2700 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2701
2702 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * callproc.c (Fcall_process): Remove always true #if.
2705
2706 * lisp.h: Replace #if 0 code for checking with text pointing to
2707 the --enable-checking configure flag.
2708
2709 * emacs.c (main): Mention the --enable-profiling configure flag
2710 instead of using CFLAGS.
2711
2712 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2713
2714 * Makefile.in (buildobj.h): New target.
2715 (doc.o): Depend on it.
2716 (temacs${EXEEXT}): Don't generate buildobj.lst.
2717 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2718 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2719 ($(BLD)/doc.$(O)): Depend on it.
2720 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2721 provided by Eli Zaretskii.)
2722 ($(TEMACS)): Don't generate buildobj.lst.
2723 * doc.c: Include buildobj.h.
2724 (buildobj): New static variable.
2725 (Fsnarf_documentation): Use it, instead of opening and reading
2726 buildobj.lst.
2727
2728 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * dbusbind.c (Fdbus_call_method)
2731 (Fdbus_call_method_asynchronously): Use English numeric format for
2732 timeout values in doc string.
2733
2734 2009-08-25 Kenichi Handa <handa@m17n.org>
2735
2736 * alloc.c (mark_char_table): New function.
2737 (mark_object): Use mark_char_table for a char-table.
2738
2739 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2740 (CHAR_TABLE_REF): Use it.
2741
2742 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2743
2744 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2745 before invoking the newly build emacs to check for load-path
2746 shadowing.
2747
2748 2009-08-22 Glenn Morris <rgm@gnu.org>
2749
2750 * Makefile.in (bootstrap_exe): New variable.
2751 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2752 Use ${bootstrap_exe}.
2753
2754 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2755
2756 * coding.h (encode_coding_string): Don't encode unibyte strings.
2757 (Bug#4047)
2758
2759 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2762
2763 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2764 intended as hotfix only.
2765 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2766
2767 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2768
2769 * nsterm.m (ns_get_color): Update documentation properly for last
2770 change, and clean up loose ends in the code left by it. Fix
2771 longstanding bug with 16-bit hex parsing, and add support for
2772 yet another X11 format (rgb:r/g/b) for compatibility.
2773 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2774 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2775
2776 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2779
2780 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2783 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2784 (xd_initialize, xd_pending_messages): Check, whether
2785 $DBUS_SESSION_BUS_ADDRESS is set.
2786
2787 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2788
2789 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2790
2791 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2792
2793 2009-08-20 Glenn Morris <rgm@gnu.org>
2794
2795 * emacs.c (system-type): Doc fix.
2796
2797 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2800 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2801
2802 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2805 New functions.
2806 (xd_initialize): Revert change from 2009-08-16.
2807
2808 2009-08-18 Kenichi Handa <handa@m17n.org>
2809
2810 * fontset.c (Ffontset_font): If a nil element is found in a
2811 font-group vector, return nil.
2812
2813 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * process.c (status_notify): Don't perform redisplay.
2816 (Fdelete_process, list_processes_1, process_send_signal):
2817 Expliticly perform redisplay.
2818 (wait_reading_process_output): Always check process status, but
2819 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2820
2821 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2822
2823 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
2824 (XFLOAT_INIT): New macro for storing a float value.
2825 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2826 * fns.c (sxhash): Copy out the value of a float in order to
2827 examine its bytes.
2828 * dbusbind.c (xd_append_arg): Likewise.
2829
2830 * emacs.c (main): Don't call syms_of_data twice.
2831
2832 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * dbusbind.c (xd_initialize): Add connection file descriptor to
2835 input_wait_mask, in order to let select() detect, whether a new
2836 message has been arrived.
2837 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
2838
2839 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2842 New functions.
2843
2844 * lisp.h (xd_pending_messages): Declare.
2845
2846 * keyboard.c (readable_events): Call xd_pending_messages.
2847
2848 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
2851
2852 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2853
2854 * buffer.c (set_buffer_internal_1)
2855 (swap_out_buffer_local_variables): Check for unbound local
2856 variables (Bug#4138).
2857
2858 2009-08-14 Eli Zaretskii <eliz@gnu.org>
2859
2860 * process.c (create_pty): Fix last change.
2861
2862 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2865 (xbm_load_image): Caller changed.
2866 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
2867
2868 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2869
2870 * process.c (create_pty): New function.
2871 (Fstart_process): Use it to allow Emacs to just associate a pty
2872 with the buffer. See associated change in gdb-mi.el.
2873 (list_processes_1): Deal with no program name.
2874 (start_process_unwind): Use pid == -2 to mean no process.
2875
2876 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * cmds.c (nonundocount): New global variable.
2879 (keys_of_cmds): Initialize it.
2880 (Fself_insert_command): Use it to combine upto 20 sequential chars
2881 into a single undo entry, just like the Qself_insert_command code in
2882 keyboard.c does.
2883 Call frame_make_pointer_invisible, also like the Qself_insert_command
2884 code in keyboard.c does.
2885 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2886 than its own local replacement for it.
2887
2888 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
2889
2890 * fns.c (concat): Don't re-set string length to its current value.
2891
2892 * coding.h (decode_coding_string, encode_coding_string):
2893 Use SBYTES macro.
2894
2895 * doprnt.c (doprnt_lisp): Delete unused function.
2896 (doprnt): Merge with doprnt1, discarding lispstrings code.
2897 * lisp.h (doprnt_lisp): Don't declare.
2898
2899 2009-08-07 Juri Linkov <juri@jurta.org>
2900
2901 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2902
2903 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2904
2905 * print.c (syms_of_print): Undo previous change.
2906
2907 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2908
2909 * lread.c (read1, syms_of_lread): Read hashtables back from the
2910 readable format.
2911
2912 * print.c (print_preprocess, print_object): Print hashtables fully
2913 and readably.
2914 (syms_of_print): Provide 'hashtable-print-readable.
2915
2916 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2917
2918 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2919 no family set.
2920 (nsfont_open): Handle case when entity has no family.
2921
2922 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2923
2924 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2925 element, not a list, for match case.
2926
2927 2009-07-28 Kenichi Handa <handa@m17n.org>
2928
2929 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2930 rigidly.
2931
2932 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2933 font_parse_xlfd. Check font properties more rigidly.
2934
2935 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2938 bsd-common.h.
2939
2940 2009-07-27 Kenichi Handa <handa@m17n.org>
2941
2942 * xfaces.c (face_with_height): Call font_clear_prop.
2943
2944 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2947
2948 * xterm.c (x_term_init): Use Qx.
2949
2950 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2951
2952 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
2953 (ns_get_color): Revert 2009-07-16 change.
2954
2955 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2956
2957 * lread.c (syms_of_lread) <force_load_messages>: New variable.
2958 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
2959
2960 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
2961
2962 * coding.h (decode_coding_string, encode_coding_string):
2963 Use SCHARS macro.
2964
2965 * lread.c: Rewrite 2009-07-21 changes.
2966 (load_depth): Delete.
2967 (Qload_in_progress): New variable.
2968 (load_unwind): Don't reference load_depth or load_in_progress.
2969 (Fload): Likewise; specbind Qload_in_progress instead.
2970 (init_lread): Don't initialize load_depth.
2971 (syms_of_lread): Initialize and protect Qload_in_progress.
2972
2973 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2974
2975 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2976
2977 2009-07-23 Yavor Doganov <yavor@gnu.org>
2978
2979 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2980
2981 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2982
2983 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
2984 Bugs 3792, 3720, 2402.
2985 (ns_lookup_indexed_color): Check for bad index.
2986 (ns_index_color): Init unused slot to 0.
2987 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2988 Bug 3714, possibly 3082.
2989
2990 2009-07-22 Jason Rumney <jasonr@gnu.org>
2991
2992 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2993 Position IME window at cursor (Bug#2570).
2994 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2995 (globals_of_w32fns): Dynamically load functions required above.
2996
2997 * w32term.c (w32_draw_window_cursor): Send message to reposition
2998 any IME window.
2999
3000 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * fileio.c: Revert 2009-07-16 changes.
3003 (Vauto_save_include_big_deletions): New variable.
3004 (Fdo_auto_save): Disable auto-save only if
3005 auto-save-include-big-deletions is nil.
3006
3007 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3010 the overflowed pixels into account (Bug#3879).
3011
3012 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
3013
3014 * lread.c (load_depth): New variable.
3015 (Fload, load_unwind, init_lread): Set it to the load recursion
3016 depth; set load_in_progress as a simple boolean based on the
3017 current load_depth. (Bug#3892)
3018
3019 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3020
3021 * nsfont.m (ns_has_attribute): Remove.
3022 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3023
3024 2009-07-18 Juri Linkov <juri@jurta.org>
3025
3026 * process.c (Fset_process_query_on_exit_flag): Mention killing
3027 a buffer in docstring.
3028
3029 2009-07-17 Kenichi Handa <handa@m17n.org>
3030
3031 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3032
3033 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3034
3035 * nsfns.m (Fns_set_alpha): Remove function.
3036 (syms_of_nsfns): Don't defsubr it.
3037
3038 * nsterm.m (ns_get_color): Remove incompatible color formats.
3039 (ns_color_to_lisp): Generate #rrggbb color format string.
3040
3041 2009-07-16 Richard Stallman <rms@gnu.org>
3042
3043 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3044 (Fset_buffer_auto_saved): Handle save_length = -2.
3045
3046 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * xterm.c (Qx_gtk_map_stock): New var.
3049
3050 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3051 of calling intern each time.
3052
3053 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3054
3055 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3056 does tiling.
3057
3058 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3059
3060 2009-07-14 Kenichi Handa <handa@m17n.org>
3061
3062 * font.c (font_vconcat_entity_vectors): New function.
3063 (struct font_sort_data): New member font_driver_preference.
3064 (font_compare): Check font_driver_preference.
3065 (font_sort_entities): The format of the first argument changed.
3066 (font_delete_unmatched): Likewise.
3067 (font_list_entities): The return type changed.
3068 (font_select_entity): The format of the second argument changed.
3069 (font_find_for_lface): Adjuste for the above changes.
3070 Don't suppress the checking of C even if the repertory supports it.
3071 (Flist_fonts): Adjust for the above changes.
3072
3073 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3074 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
3075 Reject a font who has adstyle property that is different from a
3076 langname derived from registry property.
3077 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
3078
3079 2009-07-13 Eli Zaretskii <eliz@gnu.org>
3080
3081 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3082 local copy of dirfilename.
3083
3084 2009-07-13 Kenichi Handa <handa@m17n.org>
3085
3086 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3087 against max_char.
3088
3089 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3090 calling XSYMBOL (sym).
3091
3092 2009-07-11 Eli Zaretskii <eliz@gnu.org>
3093
3094 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3095 New function.
3096 (directory_files_internal) [WINDOWSNT]:
3097 Bind w32-get-true-file-attributes to either t or nil, depending whether
3098 the filesystem of the directory is fast or slow.
3099
3100 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3101 file name.
3102 (is_slow_fs): New function.
3103 (stat): Use it to determine whether to issue more system calls to
3104 get accurate file attributes, when w32-get-true-file-attributes is
3105 `local'.
3106
3107 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3108
3109 * xfns.c (Fx_select_font): Remember last font selected in
3110 x_last_font_name and use that the next time. Also try the frame
3111 parameter font-parameter as default to the font dialog.
3112
3113 2009-07-10 Kenichi Handa <handa@m17n.org>
3114
3115 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3116
3117 2009-07-09 Eli Zaretskii <eliz@gnu.org>
3118
3119 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3120
3121 * w32.c (stat): Treat UNC file names as residing on remote
3122 drives. (Bug#3542)
3123
3124 2009-07-09 Kenichi Handa <handa@m17n.org>
3125
3126 * fontset.c (fontset_find_font): Fix previous change.
3127
3128 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3131 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3132 error flag.
3133
3134 2009-07-08 Kenichi Handa <handa@m17n.org>
3135
3136 * fontset.c (fontset_find_font): Fix the logic of handling
3137 charset_matched.
3138 (font_for_char): Delete unused var.
3139 (generate_ascii_font_name): Delete it.
3140
3141 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3142
3143 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3144 (encode_coding_sjis): Fix the code range check.
3145
3146 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3149 (Fexpand_file_name): Copy string data properly (Bug#3772).
3150
3151 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3152
3153 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3154 first MapNotify.
3155
3156 2009-07-07 Kenichi Handa <handa@m17n.org>
3157
3158 * character.h (unibyte_has_multibyte_table): Delete extern.
3159 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3160
3161 * charset.c (Fset_charset_priority): Update charset_unibyte.
3162 (syms_of_charset): Initialize charset_unibyte.
3163
3164 * character.c (unibyte_has_multibyte_table): Delete it.
3165 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3166 charset_unibyte.
3167 (multibyte_char_to_unibyte_safe): Likewise.
3168 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3169
3170 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
3171 (x_produce_glyphs): Likewise.
3172
3173 * .gdbinit (xcharset): Fix the treating $arg0.
3174
3175 2009-07-04 Eli Zaretskii <eliz@gnu.org>
3176
3177 Emulation of `getloadavg' on MS-Windows.
3178 * w32.c: Include float.h
3179 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3180 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3181 (get_native_system_info, get_system_times): New functions.
3182 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3183 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3184 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3185 g_b_init_get_system_times, and num_of_processors.
3186
3187 2009-07-03 Jason Rumney <jasonr@gnu.org>
3188
3189 * w32term.c (w32_initialize): Use standard types.
3190
3191 2009-07-03 Eli Zaretskii <eliz@gnu.org>
3192
3193 * dired.c (Ffile_attributes): Decode user and group names by the
3194 locale's encoding. (Bug#3443)
3195
3196 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3199 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3200
3201 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3202
3203 * term.c (init_tty): Remove spurious #ifdef.
3204
3205 * m/mips.h: Mention this file is also used for netbsd.
3206 * m/pmax.h: Remove file.
3207
3208 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3209
3210 * xterm.h (struct x_display_info): Add invisible_cursor.
3211 (struct x_output): Add current_cursor.
3212
3213 * xterm.c (XTtoggle_invisible_pointer): New function.
3214 (x_define_frame_cursor): Don't define cursor if invisible or the
3215 same as before. Set current_cursor.
3216 (x_create_terminal): Set toggle_invisible_pointer_hook.
3217
3218 * xfns.c (make_invisible_cursor): New function.
3219 (x_set_mouse_color): Call make_invisible_cursor.
3220 Set current_cursor.
3221 (x_window): Set current_cursor.
3222
3223 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3224
3225 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3226 inserting a character.
3227 (read_avail_input): Call frame_make_pointer_visible.
3228
3229 * frame.c (Vmake_pointer_invisible): New variable.
3230 (frame_make_pointer_invisible, frame_make_pointer_visible):
3231 New functions.
3232 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3233
3234 * frame.h: Declare frame_make_pointer_invisible and
3235 frame_make_pointer_visible.
3236 (struct frame): Add pointer_invisible.
3237
3238 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3239
3240 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3241 frame isn't visible.
3242 (xg_frame_resized): If width/height is -1, get size of window
3243 from X server.
3244
3245 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3246 for MapNotify.
3247
3248 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3249 here or call change_frame_size. Just call flush_and_sync.
3250 (flush_and_sync): Reintroduce.
3251
3252 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3253
3254 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3255
3256 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3257 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3258
3259 * frame.h: Declare Qsticky.
3260
3261 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3262
3263 * nsfns.m (ns_frame_parm_handlers): Ditto.
3264
3265 * frame.c: Declare Qsticky.
3266 (frame_parms): Add sticky.
3267
3268 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3269
3270 * xterm.h: Declare x_set_sticky.
3271
3272 * xterm.c (x_set_sticky): New function.
3273
3274 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3275 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3276 xg_tool_bar_proxy_help_callback.
3277
3278 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3279
3280 * frame.c: Qmaximized is new.
3281 (x_set_frame_parameters): Do not handle fullscreen specially.
3282 Only set width and height if explicitly set.
3283 (x_set_fullscreen): Handle Qmaximized.
3284 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3285 (syms_of_frame): Initialize Qmaximized.
3286
3287 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3288 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3289
3290 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3291 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3292 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3293 set gravity to NorthWestGravity when USE_GTK.
3294 (set_wm_state): New function.
3295 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3296 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3297 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3298 or the case when no window manager is running. That means remove calls
3299 to x_real_positions and x_fullscreen_adjust.
3300
3301 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3302 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3303 flush_and_sync.
3304 (xg_height_changed): New function.
3305 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3306 and gtk_window_set_policy. Set frame gravity after parsing the
3307 geometry string.
3308 (xg_update_frame_menubar, free_frame_menubar)
3309 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3310 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3311 Remove calls to xg_frame_set_char_size.
3312
3313 2009-07-01 Kenichi Handa <handa@m17n.org>
3314
3315 * keyboard.c (decode_keyboard_code): New function.
3316 (tty_read_avail_input): Decode the input bytes if necessary.
3317
3318 * coding.c (setup_coding_system):
3319 Initialize coding->carryover_bytes to 0.
3320 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3321 use Qno_conversion.
3322
3323 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3324
3325 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3326
3327 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3330
3331 2009-06-30 Jason Rumney <jasonr@gnu.org>
3332
3333 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3334 is already loaded.
3335 Set user model ID if supported (bug#1849).
3336
3337 2009-06-29 Jim Meyering <meyering@redhat.com>
3338
3339 Remove useless if-before-xfree test.
3340 * nsfont.m (nsfont_close): Remove useless test.
3341 * term.c (delete_tty): Likewise.
3342 * w32.c (system_process_attributes): Likewise.
3343 * w32font.c (w32font_close): Likewise.
3344 * xfaces.c (x_free_gc): Likewise.
3345 * xselect.c (buffer): Likewise.
3346
3347 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3348
3349 * process.c (send_process): Keep decoded string in a local
3350 variable and protect it from GC. (Bug#3521)
3351
3352 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3353
3354 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3355 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3356
3357 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * xdisp.c (start_display, handle_face_prop)
3360 (move_it_vertically_backward, cursor_row_fully_visible_p)
3361 (redisplay_window, try_window_id, produce_image_glyph):
3362 Delete some #ifdef-ed out code chunks that are now obsolete.
3363
3364 * xterm.c (x_update_window_begin, x_new_focus_frame)
3365 (x_scroll_bar_handle_click, handle_one_xevent)
3366 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3367 (x_make_frame_visible, x_make_frame_invisible)
3368 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3369 code chunks that are now obsolete.
3370
3371 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3372
3373 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3374 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3375 for hours, when optimzation is enabled.
3376 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3377 (xd_read_message): Make them static.
3378
3379 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3380
3381 * term.c (turn_on_face): Allow simultaneously bold and dim
3382 terminal faces (Bug#3530).
3383
3384 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3387
3388 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3389 truncation glyphs (Bug#3686).
3390
3391 2009-06-27 Glenn Morris <rgm@gnu.org>
3392
3393 * m/pmax.h: Restore file, with only netbsd portions.
3394
3395 2009-06-26 David Reitter <david.reitter@gmail.com>
3396
3397 * nsterm.m (keydown): Avoid infinite loop.
3398
3399 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3400
3401 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3402 the arg FORCE_SYMBOL.
3403
3404 2009-06-25 Kenichi Handa <handa@m17n.org>
3405
3406 * fontset.c (fontset_find_font): When a usable rfont_def is found
3407 in a fallback font-group, make it the first element of the group.
3408
3409 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3412
3413 2009-06-24 Kenichi Handa <handa@m17n.org>
3414
3415 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3416 set for C.
3417 (fontset_font): Record the availability of a font for C both in
3418 the realized fontsets of the current one and the default one.
3419
3420 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3423 conditional, it is always defined on AIX.
3424
3425 2009-06-23 Miles Bader <miles@gnu.org>
3426
3427 * window.c (Vrecenter_redisplay): New variable.
3428 (syms_of_window): Initialize it.
3429 (Qtty): New extern declaration.
3430 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3431
3432 2009-06-23 Jim Meyering <meyering@redhat.com>
3433
3434 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3435 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3436 pointer dereferences are guaranteed to be valid.
3437
3438 2009-06-23 Kenichi Handa <handa@m17n.org>
3439
3440 * emacs.c (main): Call init_font ().
3441
3442 * font.h (Vfont_log): Extern it.
3443 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3444
3445 * font.c (font_sort_entities, font_list_entities)
3446 (font_matching_entity, font_open_entity)
3447 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3448 (Vfont_log): Delete static.
3449 (font_log_env_checked): Delete this variable.
3450 (font_add_log): Don't check font_log_env_checked.
3451 (font_deferred_log): Check Vfont_log.
3452 (init_font): New function.
3453
3454 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3455
3456 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3457
3458 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3459
3460 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3461
3462 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3463 (face_for_char): Don't call font_deferred_log here.
3464 (font_for_char): Likewise.
3465
3466 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3469 rather than its background_width for drawing the overline and
3470 underline (Bug#489).
3471
3472 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3473 rather than its background_width for drawing the overline and
3474 underline (Bug#489).
3475 (xg_default_icon_file): New variable.
3476 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3477 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3478
3479 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3480 (load_overlay_strings): Remove externs.
3481 (fast_find_position): Function deleted.
3482 (mouse_face_from_buffer_pos): New function, based on
3483 fast_find_position. Correctly handle before-strings,
3484 display-strings, and after-strings (Bug#1220).
3485 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3486
3487 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3490 (move_it_in_display_line_to, move_it_in_display_line_to)
3491 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3492
3493 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * Branch for 23.1.
3496
3497 2009-06-21 Jason Rumney <jasonr@gnu.org>
3498
3499 * w32term.c (keyboard_codepage): New static variable.
3500 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3501 (w32_read_socket) [WM_CHAR]: Use it to decode character
3502 input (bug#3237).
3503 (w32_initialize): Initialize it.
3504 (codepage_for_locale): New function.
3505
3506 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3507
3508 * process.c (status_message): Pass Faset index argument as a lisp
3509 object, so as to work with USE_LISP_UNION_TYPE.
3510
3511 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3512
3513 * coding.c (Ffind_coding_systems_region_internal):
3514 Cache checked characters.
3515
3516 2009-06-18 Kenichi Handa <handa@m17n.org>
3517
3518 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3519
3520 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3521
3522 * xdisp.c (redisplay_internal): Check that the frame is still
3523 live after redisplay of its windows.
3524 (redisplay_windows): Check that the window is still live.
3525
3526 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3527
3528 * coding.c (detect_coding_utf_16): Fix previous change.
3529
3530 2009-06-16 Kenichi Handa <handa@m17n.org>
3531
3532 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3533 UTF-16 by checking the dispersion of Eth and Oth bytes.
3534
3535 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3536
3537 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3538
3539 2009-06-15 Kenichi Handa <handa@m17n.org>
3540
3541 * process.c (status_message): Fix previous change. Be sure to
3542 decode a localized string.
3543
3544 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3545
3546 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3547 add comment explaining why.
3548
3549 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3550
3551 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3552
3553 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3554
3555 * nsfont.m (ns_attribute_value): Remove.
3556 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3557 (ns_has_attribute): Shrink the normal range.
3558 (ns_findfonts): Don't worry about requested spec in determining
3559 need for synthItal.
3560 (ns_get_covering_families): Retain scriptToFamilies.
3561
3562 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3563
3564 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3565
3566 2009-06-11 Kenichi Handa <handa@m17n.org>
3567
3568 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3569 overhang for the static composition case.
3570
3571 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3572
3573 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3574 overhang for the automatic composition case.
3575
3576 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3577 composition case.
3578
3579 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * xdisp.c (get_next_display_element): When handling wrap-prefix
3582 and line-prefix, treat \n as a control character (bug#3502).
3583
3584 2009-06-10 Kenichi Handa <handa@m17n.org>
3585
3586 * font.c (font_parse_family_registry): Fix for one-char foundry.
3587 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3588
3589 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3590
3591 * process.c (status_message): Fix handling of multibyte signal
3592 string (Bug#3499).
3593
3594 2009-06-09 Jim Meyering <meyering@redhat.com>
3595
3596 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3597 color name is missing.
3598
3599 2009-06-09 Kenichi Handa <handa@m17n.org>
3600
3601 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3602 FROM-CODE and TO-CODE are codepoints of CHARSET.
3603
3604 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3605
3606 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3607
3608 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3609
3610 Changes to support :script/:lang/:otf in NS font driver.
3611 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3612 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3613 indicate not part of font driver interface, and change callers.
3614 (ns_get_family): Remove pointless null check.
3615 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3616 ns_spec_to_descriptor, ns_descriptor_to_entity.
3617 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3618 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3619 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3620 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3621 (ns_get_req_script, ns_accumulate_script_ranges)
3622 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3623 New functions.
3624 (nsfont_list, nsfont_match): Use ns_findfonts.
3625 (nsfont_open): Use font descriptor instead of traits.
3626 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3627 (dump_glyphstring): Rename to ns_dump_glyphstring.
3628
3629 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3630
3631 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3632
3633 * fontset.c (fontset_from_font): Remove NS-specific code.
3634
3635 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3636
3637 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3638 nonactive windows.
3639
3640 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3641
3642 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3643
3644 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3645
3646 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3647
3648 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3651 account for the overflowing of newlines into the last glyph on the
3652 display line (Bug#3482).
3653
3654 2009-06-05 David Reitter <david.reitter@gmail.com>
3655
3656 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3657 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3658 Fns_selection_exists_p, Fns_selection_owner_p.
3659
3660 2009-06-03 Jason Rumney <jasonr@gnu.org>
3661
3662 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3663 available. (Bug#3379)
3664
3665 2009-05-29 Kenichi Handa <handa@m17n.org>
3666
3667 * coding.c (get_translation_table):
3668 Check Venable_character_translation.
3669
3670 2009-05-26 David Reitter <david.reitter@gmail.com>
3671
3672 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3673 (x_make_frame_visible): Move frame to front rather than calling
3674 ns_raise_frame().
3675 (keyDown:): Do not swallow events that aren't re-sent if frame
3676 isn't key window.
3677 (drawRect:): Do not set visibility/iconified flags because
3678 drawRect may be called by NSView even if the frame is hidden.
3679
3680 * nsfns.m (Fx_create_frame): Follow other ports in
3681 determining visibility; default to t. Ensure async_visible is set.
3682
3683 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3684
3685 * dired.c (Ffile_attributes): Doc fix.
3686
3687 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3690
3691 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3694 and xfont_scratch_props.
3695 (syms_of_xfont): Do it here instead.
3696 (xfont_find_ccl_program): Delete, unused.
3697 (xfont_open): Delete unused var `i'.
3698
3699 2009-05-21 Kenichi Handa <handa@m17n.org>
3700
3701 * fontset.c (Qlatin): Don't make it static.
3702
3703 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3704 New functions.
3705 (xfont_scripts_cache, xfont_scratch_props): New variables.
3706 (Qlatin, Vscalable_fonts_allowed): Extern it.
3707 (xfont_list_pattern): Argument changed. Callers changed.
3708 Check Vscalable_fonts_allowed. Check the support of a script.
3709 (xfont_list): Don't reject a font spec with :script property.
3710 (xfont_has_char): Fix setting of encoding.
3711 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3712 xfont_scratch_props.
3713
3714 2009-05-19 Kenichi Handa <handa@m17n.org>
3715
3716 * font.c (font_sort_entities): Rename from font_sort_entites.
3717 Callers changed.
3718
3719 2009-05-18 Kenichi Handa <handa@m17n.org>
3720
3721 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3722
3723 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3726 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3727
3728 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3729
3730 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3731 (x_delete_terminal): Dissociate resource database from display and
3732 then call XrmDestroyDatabase before closing display.
3733
3734 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3735
3736 * nsterm.m (ns_read_socket): Remove unused variable.
3737 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3738 whether selected frame is viable before raising it (based on patch
3739 by David Reitter), and improve commentary.
3740 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3741
3742 2009-05-15 Kenichi Handa <handa@m17n.org>
3743
3744 * font.c (Ffont_spec): Check arguments.
3745
3746 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3749 weight when testing attributes (Bug#3282).
3750
3751 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3752
3753 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3754 what we expect to get in the next ConfigureNotify event.
3755
3756 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3757 before Xft one (Bug#1696).
3758
3759 2009-05-07 David Reitter <david.reitter@gmail.com>
3760
3761 * nsfns.m (Fx_display_planes): Compute bitplanes using
3762 NSBitsPerPixelFromDepth (Bug#3207).
3763
3764 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3767
3768 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
3769
3770 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3771
3772 2009-05-07 David Reitter <david.reitter@gmail.com>
3773
3774 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3775 Respect mouse face background.
3776
3777 2009-05-07 David Reitter <david.reitter@gmail.com>
3778
3779 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3780 Mouse movement/highlight: bracket drawing operations
3781 in ns_update_begin and ns_update_end.
3782
3783 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * nsfns.m (ns_get_screen): Rewrite.
3786 Don't presume selected-frame is of type `ns'.
3787
3788 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3789 all drivers.
3790
3791 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3792
3793 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3794
3795 * keyboard.h (add_user_signal): Fix typo in extern.
3796
3797 * lisp.h (add_user_signal): Remove extern.
3798
3799 * unexelf.c (unexec): Consider a section to precede the .bss section
3800 if its addresses overlap that of .bss.
3801 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3802 instead of dumping process.
3803
3804 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3807
3808 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3811
3812 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3815 any statements.
3816
3817 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3818
3819 * process.c (read_process_output): Make sure the current buffer is
3820 always restored.
3821
3822 * coding.c (record_conversion_result): Don't modify
3823 Vlast_code_conversion_error for successful result.
3824 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3825
3826 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3827
3828 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
3829 (load_charset_map): Remove unnecessary code.
3830
3831 2009-04-30 David Reitter <david.reitter@gmail.com>
3832
3833 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
3834 through f24.
3835
3836 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3839
3840 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3841 face_at_buffer_position.
3842 (face_before_or_after_it_pos, get_next_display_element)
3843 (note_mouse_highlight): Update face_at_buffer_position call.
3844
3845 * term.c (term_mouse_highlight):
3846 * msdos.c (IT_note_mouse_highlight):
3847 * fontset.c (Finternal_char_font):
3848 * font.c (font_at, font_range): Update face_at_buffer_position call.
3849
3850 * dispextern.h (face_at_buffer_position): Update prototype.
3851
3852 2009-04-30 Kenichi Handa <handa@m17n.org>
3853
3854 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
3855
3856 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3857
3858 * callproc.c (Fcall_process): Fix GC protection. Make sure
3859 current buffer is always restored.
3860
3861 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3862
3863 * atimer.c (init_atimer): Also clear stopped_atimers.
3864
3865 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3866
3867 * process.c (create_process): Clean up merger residues of
3868 2008-07-17 change.
3869
3870 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
3871
3872 * lread.c (Vread_circle): New variable.
3873 (read1): Disable recursive read if Vread_circle is nil.
3874
3875 2009-04-29 Kenichi Handa <handa@m17n.org>
3876
3877 * fontset.h (set_default_ascii_font): Delete extern.
3878
3879 * fontset.c (set_default_ascii_font): Delete this unused function.
3880
3881 * frame.c (x_set_font): When ARG is a font-object, check if the
3882 font-object matches with the ASCII font-spec of the frame's
3883 fontset. If not, create a new fontset for the frame. (Bug #3075)
3884
3885 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3886
3887 * fns.c (Flocale_info): Protect vector from GC during decoding.
3888
3889 * process.c (Fstart_process): Protect argv strings from GC during
3890 encoding.
3891
3892 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3893
3894 * sysdep.c: Include <ctype.h>.
3895
3896 2009-04-27 David Reitter <david.reitter@gmail.com>
3897
3898 * nsfont.m (nsfont_open): Remove unused variable shrink.
3899 Remove commented-out code.
3900
3901 2009-04-26 Johan Bockgård <bojohan@gnu.org>
3902
3903 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3904
3905 2009-04-25 Jason Rumney <jasonr@gnu.org>
3906
3907 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3908
3909 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3910
3911 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3912 Swap bytes in short integer if fringe bitmap width > 8.
3913
3914 2009-04-23 Kenichi Handa <handa@m17n.org>
3915
3916 * xfaces.c (Fx_list_fonts): If a font size is specified in
3917 PATTERN, set it in returned scalable fonts.
3918
3919 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * keyboard.c (Fset_input_meta_mode): Doc fix.
3922
3923 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3924
3925 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
3926
3927 * coding.c (Fterminal_coding_system): Doc fix.
3928
3929 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3930 (Fx_display_pixel_height, Fx_display_planes)
3931 (Fx_display_color_cells, Fx_server_max_request_size)
3932 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3933 (Fx_display_mm_height, Fx_display_mm_width)
3934 (Fx_display_backing_store, Fx_display_visual_class)
3935 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3936 Doc fixes, replacing "terminal id" with "terminal object".
3937 (check_x_display_info): Handle terminal objects instead of
3938 terminal ids.
3939
3940 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3941 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
3942 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3943 Doc fixes, replacing "terminal id" with "terminal object".
3944
3945 2009-04-21 Kenichi Handa <handa@m17n.org>
3946
3947 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
3948 (font_score): Check AVGWIDTH too.
3949
3950 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3951 worst case.
3952 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3953 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
3954
3955 2009-04-19 Jason Rumney <jasonr@gnu.org>
3956
3957 The following changes fix Bug#3005 for wide glyphs on each platform,
3958 without reintroducing Bug#1258 for stretch glyphs.
3959
3960 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3961 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3962 get_phys_cursor_geometry.
3963
3964 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
3965 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3966 using get_phys_cursor_geometry.
3967
3968 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3969 correctly calculated.
3970
3971 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3972
3973 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3974 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
3975 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3976 is deprecated.
3977
3978 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3979
3980 * font.c (font_put_frame_data): Use xfree instead of free.
3981
3982 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
3983
3984 * w32font.c (Qja, Qko): Remove declarations.
3985 (syms_of_w32font): Don't DEFSYM them.
3986
3987 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3990
3991 * font.h (Qja, Qko): Extern them.
3992
3993 * ftfont.c (Qja, Qko): Remove declarations.
3994
3995 * xfont.c (Qja, Qko): Remove declarations.
3996
3997 2009-04-17 Kenichi Handa <handa@m17n.org>
3998
3999 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4000 string from a vector to handle Latin-1 characters correctly.
4001
4002 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4003 entity even if the cache hits.
4004
4005 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4006
4007 * search.c (boyer_moore): Use zero as marker value for a possible
4008 match instead of depending on overflow behavior. (Bug#2844)
4009
4010 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4011 * lisp.h: Adjust prototypes.
4012
4013 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4016 change (Bug#3003).
4017
4018 2009-04-16 Kenichi Handa <handa@m17n.org>
4019
4020 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
4021
4022 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4023 adstyle.
4024
4025 * ftfont.c (Qja, Qko): Don't make them static.
4026 (enum ftfont_cache_for): New enum.
4027 (fc_charset_table): Undo the previous change.
4028 (ftfont_get_latin1_charset): Delete it.
4029 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4030 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
4031 non-scarable font, try to get AVERAGE_WIDTH.
4032 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4033 Change ft_face_cache from a list of a hash-table. Don't check
4034 `ja' and `ko' adstyle here.
4035 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4036 FTFONT_CACHE_FOR_CHARET.
4037 (ftfont_get_charset): Undo the previous change.
4038 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
4039 (ftfont_close): Likewise.
4040 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4041
4042 * font.c (font_sort_entites): Change the meaning of the arg
4043 BEST-ONLY. Don't optimize for VEC of lenght 1.
4044 (font_select_entity): Just return the value of font_sort_entites.
4045
4046 * xfaces.c (merge_face_vectors): Reflect font properties in
4047 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4048 font_clear_prop if a face attribute doesn't change.
4049
4050 * charset.h (charset_ksc5601): Extern it.
4051
4052 * charset.c (charset_ksc5601): New variable.
4053 (Fdefine_charset_internal): Set charset_ksc5601.
4054 (init_charset_once): Initialize charset_ksc5601 to -1.
4055
4056 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4057
4058 * fileio.c (history_delete_duplicates): Remove unused declaration.
4059
4060 * callint.c (history_delete_duplicates): New declaration.
4061 (Fcall_interactively): Remove command history duplicates when
4062 history_delete_duplicates is true.
4063
4064 2009-04-14 Eli Zaretskii <eliz@gnu.org>
4065
4066 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4067
4068 2009-04-14 Kenichi Handa <handa@m17n.org>
4069
4070 * font.c (Ffont_info): Fix docstring. Fix the second element of
4071 the returned value (bug#2949).
4072
4073 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4076
4077 2009-04-14 Kenichi Handa <handa@m17n.org>
4078
4079 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4080 encoding charset is ascii_compatible.
4081
4082 * charset.c (Fdefine_charset_internal): Make charset
4083 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4084 code_offset is 0, and covers all ASCII characters.
4085
4086 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4089 (ns_string_to_pasteboard_internal):
4090 * nsmenu.m (process_dialog):
4091 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4092 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4093 * lisp.h (Fx_load_color_file): Declare.
4094
4095 2009-04-13 Kenichi Handa <handa@m17n.org>
4096
4097 * font.c (font_delete_unmatched): Preserve the order of list elements.
4098 (font_select_entity): Suppress the code to optimize for the same
4099 kind of fonts.
4100 (font_load_for_lface): Get a font that supports at least ASCII
4101 characters.
4102
4103 * ftfont.c (Qja, Qko): New variables.
4104 (fc_charset_table): Delete uniquifier data for iso8859-1.
4105 (ftfont_get_latin1_charset): New function.
4106 (get_adstyle_property): New function.
4107 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4108 bitmap fonts.
4109 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4110 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4111 `ko' or `ja'.
4112 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
4113 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
4114 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4115 property.
4116 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4117 (syms_of_ftfont): DEFSYM Qja and Qko.
4118
4119 2009-04-09 Kenichi Handa <handa@m17n.org>
4120
4121 * charset.c (map_charset_chars): For a charset of `superset'
4122 method, fix calculation of code range.
4123
4124 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4125 from the list of extra properties.
4126 (font_clear_prop): Be sure to delete `:name' font property.
4127
4128 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4129
4130 * dispnew.c (redraw_overlapping_rows): Fix detection of
4131 overlapping for topmost and bottommost rows.
4132
4133 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
4134
4135 2009-04-06 Jason Rumney <jasonr@gnu.org>
4136
4137 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4138
4139 2009-04-06 Kenichi Handa <handa@m17n.org>
4140
4141 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4142
4143 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4144
4145 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4146
4147 * ftfont.c (ftfont_open): Fix checking of the return value of
4148 FT_Load_Char. Fix setting font->underline_thickness.
4149
4150 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4153 (Fterminal_parameters, Fterminal_parameter)
4154 (Fset_terminal_parameter): In doc string, refer to terminal
4155 objects rather than terminal ids.
4156
4157 2009-04-04 Eli Zaretskii <eliz@gnu.org>
4158
4159 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4160 ret_lim_data. (Bug#2867)
4161
4162 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4165 so they don't get wider than the window, matching 2006-01-23
4166 change to the partner function in xdisp.c (Bug#2800).
4167
4168 2009-04-03 Kenichi Handa <handa@m17n.org>
4169
4170 * print.c (print_object): Make each lowest sub_char_table start a
4171 new line (Bug#2866).
4172
4173 2009-04-02 Kenichi Handa <handa@m17n.org>
4174
4175 * fontset.c (fontset_font): Record no-font when a fontset
4176 explicitly tells not to try another font-specs.
4177
4178 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4179
4180 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4181
4182 2009-03-30 Kenichi Handa <handa@m17n.org>
4183
4184 * fontset.c (fontset_from_font): Specify only registry in a
4185 font-spec for all characters supported by that registry.
4186
4187 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4188 even if HAVE_M17N_FLT is not defined.
4189
4190 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4191
4192 * ftfont.c: Conditionalize prototyping and use of
4193 ftfont_variation_glyphs.
4194
4195 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * frame.c (delete_frame): Work around compiler bug.
4198
4199 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4200 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4201 Some more EMACS_INT.
4202 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4203
4204 * xdisp.c (dump_glyph): Fix typo.
4205
4206 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4207 (adjust_markers_gap_motion, adjust_markers_for_delete)
4208 (adjust_markers_for_insert, adjust_point)
4209 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4210 (make_gap, copy_text, count_size_as_multibyte, insert)
4211 (insert_and_inherit, insert_before_markers)
4212 (insert_before_markers_and_inherit, insert_1)
4213 (count_combining_before, count_combining_after, insert_1_both)
4214 (insert_from_string, insert_from_string_before_markers)
4215 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4216 (insert_from_buffer_1, adjust_after_replace)
4217 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4218 (replace_range_2, del_range, del_range_1, del_range_byte)
4219 (del_range_both, del_range_2, modify_region)
4220 (prepare_to_modify_buffer, signal_before_change)
4221 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4222 for buffer positions and sizes.
4223 * lisp.h: Adjust prototypes accordingly.
4224
4225 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4226 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4227 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4228
4229 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4230
4231 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4232
4233 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4234 lines and columns so we keep the same pixel height and width.
4235
4236 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4237 the property _NET_WM_STATE has changed.
4238 (x_handle_net_wm_state): New function to update frame parameter
4239 fullscreen.
4240 (x_term_init): Initialize atoms for _NET_WM_STATE.
4241
4242 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4243
4244 2009-03-27 Kevin Ryde <user42@zip.com.au>
4245
4246 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4247 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4248 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4249 (Fgpm_mouse_stop): Pass that new parameter.
4250 * termhooks.h (close_gpm): Adjust prototype.
4251
4252 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * lisp.h (Fx_focus_frame): Declare.
4255
4256 * callint.c (Fcall_interactively): For '^' just delegate the work to
4257 handle-shift-selection.
4258 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4259
4260 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4263
4264 * data.c (Qinteractive_form): New variable.
4265 (Finteractive_form): Use it.
4266
4267 * eval.c (Fcommandp): Use Qinteractive_form.
4268
4269 2009-03-24 Jason Rumney <jasonr@gnu.org>
4270
4271 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4272 Calculate total size precisely. Decode environment variables
4273 before substituting. (Bug#38)
4274
4275 2009-03-24 Kenichi Handa <handa@m17n.org>
4276
4277 * font.c (find_font_encoding): Return Qnil for unsupported
4278 encoding (Bug#2722).
4279
4280 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4281
4282 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4283 that gdpy is set.
4284
4285 2009-03-22 Alan Mackenzie <acm@muc.de>
4286
4287 * callint.c (Finteractive): Clarify the doc string - even
4288 promptless elements need \n separators.
4289
4290 2009-03-22 Jason Rumney <jasonr@gnu.org>
4291
4292 * w32term.c (syms_of_w32term): Doc fix for
4293 x-use-underline-position-properties.
4294
4295 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4296
4297 * w32.c (getpwuid): Change argument type to unsigned.
4298 (struct w32_id): Change type of `rid' member to unsigned.
4299 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4300 argument ID to unsigned. All callers changed.
4301 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4302
4303 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4304
4305 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4306 negative, produce a float value.
4307
4308 * dired.c (make_uid, make_gid): New functions.
4309 (Ffile_attributes): Use them to avoid negative UID and GID.
4310
4311 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4314 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4315 Fix typos in docstrings.
4316
4317 2009-03-19 Kenichi Handa <handa@m17n.org>
4318
4319 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4320 changed, use font_load_for_lface to get a new font object.
4321 Call free_realized_fontset after handling ASCII font change.
4322
4323 * frame.c (x_set_font): Handle the case that ARG is a cons.
4324
4325 2009-03-19 Glenn Morris <rgm@gnu.org>
4326
4327 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4328
4329 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4332
4333 2009-03-19 Kenichi Handa <handa@m17n.org>
4334
4335 * charset.c (load_charset_map_from_file): When a mapfile can't be
4336 loaded, signal an error.
4337
4338 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4339
4340 * dired.c (Ffile_attributes): Make sure UID and GID are always
4341 positive, even if the value is too large for a positive EMACS_INT.
4342 Doc fix.
4343
4344 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4345
4346 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4347
4348 * xmenu.c (xdialog_show): Move Fredisplay call ...
4349 (Fx_popup_dialog): ... here.
4350
4351 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * dired.c (file_name_completion): Disable the first optimization just
4354 installed, since it is not implemented correctly.
4355
4356 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * dired.c (file_name_completion): Check completion-ignored-extensions
4359 only if the entry can affect bestmatch.
4360 Stop the search early, as Ftry_completion already does.
4361
4362 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4365
4366 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * keyboard.c (parse_menu_item): Don't display remappings as menu
4369 equivalent bindings (Bug#788).
4370
4371 2009-03-15 Jason Rumney <jasonr@gnu.org>
4372
4373 * w32term.h (WM_EMACS_PAINT): New message.
4374 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4375 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4376 before passing to lisp thread. (Bug#950)
4377
4378 2009-03-14 David Reitter <david.reitter@gmail.com>
4379
4380 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4381 variable as it was never reset.
4382 (ns_term_init): Remove initialization of Lisp-settable defaults
4383 and ns_expand_space.
4384 (-setPanelFromDefaultValues): Remove ns_expand_space.
4385 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4386 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4387 i.e. no additional spacing, similar to Carbon port.
4388
4389 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4390 * nsfns.m (ns-popup-prefs-panel): Remove.
4391
4392 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4393
4394 * sound.c (alsa_configure): Remove call to deprecated
4395 snd_pcm_sw_params_set_xfer_align.
4396
4397 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4398
4399 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4400 after clicking in a detached tool bar.
4401 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4402
4403 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4406 int/Lisp_Object mixup).
4407
4408 2009-03-13 Kenichi Handa <handa@m17n.org>
4409
4410 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4411 Handle NAME nil and t correctly. Callers changed.
4412 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4413 (set_fontset_font): Change ARG to a vector. Handle range_list in
4414 ARG correctly.
4415 (Fset_fontset_font): Fix the case that TARGET is both a script
4416 name and charset name. Adjust the arg to set_fontset_font for
4417 the above change.
4418 (fontset_from_font): Fix previous change.
4419 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4420 entry. If FONTSET is the default fontset, don't set the extra
4421 slot of the returning char-table.
4422
4423 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * nsfns.m (Fx_close_connection): Doc fix.
4426 (Fns_do_applescript): Reflow docstring.
4427 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4428 (Fx_display_pixel_width, Fx_display_pixel_height)
4429 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4430 Fix typos in docstrings.
4431 (Fns_set_alpha): Fix typos in error messages.
4432
4433 2009-03-12 David Reitter <david.reitter@gmail.com>
4434
4435 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4436 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4437 were used for such events.
4438
4439 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4440 (toggleToolbar, performDragOperation, runHelp): Use it.
4441
4442 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4443 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4444
4445 2009-03-11 Kenichi Handa <handa@m17n.org>
4446
4447 * font.h (font_open_by_spec): Extern it.
4448
4449 * font.c (font_open_by_spec): New function.
4450 (font_open_by_name): Use font_open_by_spec.
4451
4452 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4453 fontset of the frame.
4454
4455 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4456 modify the default font of frames that use this fontset.
4457 (num_auto_fontsets): New variable.
4458 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4459 name. Be sure to set FONTSET_ASCII to the correct font name.
4460 (update_auto_fontset_alist): New function.
4461
4462 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * makefile.w32-in: Update dependencies.
4465
4466 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4467
4468 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4469
4470 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4473
4474 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * lread.c (Feval_buffer): Doc fix.
4477
4478 2009-03-09 Kenichi Handa <handa@m17n.org>
4479
4480 * charset.c (Qfile_name_handler_alist): Extern it.
4481 (load_charset_map_from_file): Temporarily bind
4482 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4483
4484 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4485
4486 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4487 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4488
4489 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4490
4491 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4492 (x_set_window_size): Change back to calculated method of setting
4493 toolbar height under Cocoa. (Bug#2546)
4494 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4495 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4496
4497 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4498
4499 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4500 accelerator in parens under GNUstep.
4501
4502 2009-03-06 Kenichi Handa <handa@m17n.org>
4503
4504 These changes are to detect incorrect composition sequence without
4505 looking ahead the source. (Bug#2370)
4506
4507 * coding.h: Include "composite.h".
4508 (enum compisition_state): New enum.
4509 (struct compisition_status): New struct.
4510 (struct iso_2022_spec): New member cmp_status.
4511 (struct emacs_mule_spec): New struct.
4512 (struct coding_system): New members ctext_extended_segment_len and
4513 embedded_utf_8. Change the union member
4514 spec.emacs_mule_full_support to spec.emacs_mule.
4515
4516 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4517 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4518 (MAX_ANNOTATION_LENGTH): Define to 5.
4519 (ADD_COMPOSITION_DATA): New arg nbytes.
4520 (emacs_mule_char): New arg cmp_status.
4521 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4522 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4523 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4524 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4525 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4526 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4527 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4528 (EMACS_MULE_COMPOSITION_END): New macro.
4529 (emacs_mule_finish_composition): New function.
4530 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4531 (decode_coding_emacs_mule): Avoid long looking ahead while
4532 handling composition.
4533 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4534 (ENCODE_COMPOSITION_RULE): New macro.
4535 (finish_composition): New function.
4536 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4537 (DECODE_COMPOSITION_START): New implementation.
4538 (DECODE_COMPOSITION_END): Likewise.
4539 (STORE_COMPOSITION_RULE): New macro.
4540 (decode_coding_iso_2022): Avoid long looking ahead while handling
4541 composition, CTEXT extended segment, and embedded UTF-8.
4542 (setup_coding_system): For a coding of type iso-2022, reset
4543 CODING_ISO_EXTSEGMENT_LEN (coding) and
4544 CODING_ISO_EMBEDDED_UTF_8 (coding).
4545 (get_translation): Delete arguments last_block, from_nchars,
4546 to_nchars. Callers changed.
4547 (produce_chars): Don't modify charbuf. Adjusted for the change of
4548 get_translation.
4549 (produce_composition): Adjust for the new annotation sequence.
4550 (handle_composition_annotation): Likewise.
4551 (consume_chars): Adjust for the change of get_translation.
4552
4553 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4554
4555 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4556
4557 2009-03-05 Kenichi Handa <handa@m17n.org>
4558
4559 * font.c (font_select_entity): New function.
4560 (font_find_for_lface): Use font_select_entity to select a font.
4561
4562 * fontset.c (fontset_find_font): If a font found without
4563 restricting to the characters C doesn't support C, try to find a
4564 font with C restriction.
4565
4566 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4567
4568 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4569
4570 2009-03-04 Jason Rumney <jasonr@gnu.org>
4571
4572 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4573 characters that have already been read. (Bug#2569)
4574
4575 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4576 Log an error message if check_image_size failed.
4577 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4578 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4579
4580 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4581
4582 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4583 when decoding process output.
4584
4585 2009-03-01 Richard M Stallman <rms@gnu.org>
4586
4587 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4588
4589 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4590
4591 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4592
4593 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4594 (decode_coding_emacs_mule, decode_coding_iso_2022)
4595 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4596 (decode_coding_raw_text, decode_coding_charset)
4597 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4598 Honor inhibit-eol-conversion. (Bug #2186)
4599
4600 2009-02-28 Jason Rumney <jasonr@gnu.org>
4601
4602 * coding.c (detect_coding_charset): If not checking latin extra,
4603 fail on characters between 0x80 and 0xA0. (Bug#2354)
4604
4605 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4606
4607 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4608 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4609
4610 2009-02-27 Glenn Morris <rgm@gnu.org>
4611
4612 * callint.c (Finteractive): Doc fix.
4613
4614 2009-02-27 Kenichi Handa <handa@m17n.org>
4615
4616 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4617
4618 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * font.c (font_style_to_value): Set value for unknown symbols to
4621 100 instead of 255.
4622 (weight_table, slant_table, width_table): Treat "unspecified" as
4623 the default value.
4624
4625 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4628
4629 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4632 error as soon as a recursive load is detected.
4633
4634 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4635
4636 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4637 before caching.
4638
4639 2009-02-24 Kenichi Handa <handa@m17n.org>
4640
4641 * fontset.c (fontset_find_font): Fix the condition for checking
4642 unavailable font.
4643
4644 2009-02-24 Glenn Morris <rgm@gnu.org>
4645
4646 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4647 whitespace that confuses documentation.
4648
4649 2009-02-23 Miles Bader <miles@gnu.org>
4650
4651 * process.c (Flist_system_processes, Fprocess_attributes)
4652 (syms_of_process): Rename `system-process-attributes' to
4653 `process-attributes'.
4654
4655 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4656
4657 * coding.h (struct coding_system): Make safe_charsets a pointer to
4658 unsigned char.
4659 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4660 being 255.
4661 (SAFE_CHARSET_P): Likewise.
4662 (setup_iso_safe_charsets): Properly setup safe_charsets.
4663 (Fdefine_coding_system_internal): Likewise.
4664 (setup_coding_system): Likewise. Remove unneeded casts.
4665 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4666 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4667 unneeded casts.
4668
4669 * insdel.c (del_range_2): Don't modify gap contents when called
4670 from decode_coding_object. (Bug#1809)
4671
4672 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4675 Qfont_object.
4676 (Ftype_of): Recognize font objects.
4677
4678 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4679
4680 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4681 moved to data.c.
4682
4683 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4684
4685 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4686 async_iconified. Based on a patch by Christian Lynbech
4687 <christian.lynbech@tieto.com>.
4688 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4689
4690 2009-02-20 Glenn Morris <rgm@gnu.org>
4691
4692 * syntax.c (Fskip_chars_forward): Fix doc typo.
4693
4694 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4697
4698 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4701
4702 2009-02-19 Kenichi Handa <handa@m17n.org>
4703
4704 * coding.c (detect_coding): Preserve coding->mode.
4705 Don't overflow coding->carryover. (Bug#2370)
4706
4707 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4708
4709 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4710
4711 2009-02-18 Kenichi Handa <handa@m17n.org>
4712
4713 * font.c (font_check_otf_features): Fix handling of `nil' element.
4714 (Ffont_spec): Describe :lang and :otf in the docstring.
4715
4716 2009-02-16 Andreas Schwab <schwab@suse.de>
4717
4718 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4719 string.
4720
4721 2009-02-16 Kenichi Handa <handa@m17n.org>
4722
4723 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4724 (Bug#1723)
4725
4726 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4729
4730 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4731 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4732
4733 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4734
4735 * msdos.c (MAX_SCREEN_BUF): New macro.
4736 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4737 Encode the entire run of glyphs sharing the same face, instead of
4738 doing that one glyph at a time (fixes a bug with displaying
4739 double-size characters).
4740
4741 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4742
4743 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4744
4745 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4746 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4747 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4748
4749 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4750 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4751
4752 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * keyboard.c (adjust_point_for_property): Allow stopping between two
4755 invisible areas.
4756
4757 2009-02-12 Jason Rumney <jasonr@gnu.org>
4758
4759 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4760 (add_font_entity_to_list): Call check_face_name even when family
4761 is unspecified.
4762
4763 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4764 Release DC when finished. Use NULL window to refer to desktop.
4765 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4766
4767 * w32font.c (add_font_entity_to_list): Fix check for substituted
4768 raster fonts. (Bug#2219)
4769
4770 2009-02-12 Kenichi Handa <handa@m17n.org>
4771
4772 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4773 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4774 (autocmp_chars): Use fast_looking_at. Don't compose more
4775 characters than MAX_COMPOSITION_COMPONENTS.
4776 (find_automatic_composition): While looking forward and backward,
4777 check static composition. Fix where to stop looking forward.
4778 (composition_adjust_point): Fix checking of static composition.
4779 (Fcomposition_get_gstring): Pay attention to
4780 MAX_COMPOSITION_COMPONENTS.
4781
4782 * lisp.h (fast_looking_at): Extern it.
4783
4784 * search.c (fast_looking_at): New function.
4785
4786 * term.c (encode_terminal_code): Adjust for the change of
4787 <struct glyph>.u.cmp.to.
4788 (append_composite_glyph): Likewise.
4789
4790 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
4791 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4792 composition.
4793 (append_composite_glyph): Adjust for the change of
4794 <strcut glyph>.u.cmp.to.
4795
4796 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * casetab.c (init_casetab_once):
4799 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4800 * font.c (font_update_lface):
4801 * fontset.c (Fnew_fontset):
4802 * ftfont.c (ftfont_drive_otf):
4803 * xfont.c (xfont_open):
4804 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4805
4806 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * fileio.c (Fwrite_region): !NILP -> CONSP.
4809
4810 2009-02-10 Andreas Schwab <schwab@suse.de>
4811
4812 * process.c (send_process): Properly relocate pointer into data
4813 when using encoded data. (Bug#2272)
4814
4815 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4816
4817 * coding.c (detect_coding_charset): Fix previous change.
4818
4819 2009-02-08 Jason Rumney <jasonr@gnu.org>
4820
4821 * w32fns.c (w32_hide_hourglass): Handle case where frame
4822 disappeared while hourglass was displayed. (Bug #2193)
4823
4824 2009-02-07 Andreas Schwab <schwab@suse.de>
4825
4826 * unexelf.c (unexec): Fix error message.
4827
4828 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4829
4830 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
4831 when modal window is active. (Bug #2152)
4832 (applicationShouldTerminate:): Remove now-unneeded while loop
4833 around NSRunAlertPanel.
4834
4835 * nsmenu.m (popupSession): New file-global variable.
4836 (pop_down_menu): End the popupSession before closing dialog.
4837 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4838 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4839 don't query NSApp for events (just sleep instead).
4840
4841 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4842
4843 * coding.c (syms_of_coding) <translation-table-for-input>:
4844 Modify doc string to discourage use for character code unification.
4845
4846 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4847
4848 * atimer.c (run_timers): Update pending_atimers.
4849
4850 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * image.c (svg_load_image): Fix last change.
4853
4854 * xfns.c (Fx_create_frame): Signal an error if no font is
4855 found (Bug#2147).
4856
4857 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * character.c (syms_of_character) <script-representative-chars>:
4860 Fix typo in docstring.
4861
4862 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4863
4864 * nsmenu.m (pop_down_menu): New function.
4865 (ns_popup_dialog): Call it on unwind.
4866 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4867 call timer_check() (Bug#2154).
4868 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4869 handling_signal is set.
4870 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4871
4872 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
4873
4874 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4875
4876 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4877
4878 * keyboard.c (poll_for_input_1, handle_async_input):
4879 Set handling_signal under HAVE_NS.
4880
4881 2009-02-04 Glenn Morris <rgm@gnu.org>
4882
4883 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4884
4885 2009-02-04 Kenichi Handa <handa@m17n.org>
4886
4887 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4888
4889 * charset.c (Fchar_charset): New optional arg restriction.
4890
4891 * coding.h (coding_system_charset_list): Extern it.
4892
4893 * coding.c (coding_system_charset_list): New function.
4894
4895 * composite.c: Include coding.h and termhooks.h.
4896 (composition_gstring_p): Fix for the terminal case.
4897 (composition_gstring_width): Likewise.
4898 (fill_gstring_body): Likewise.
4899 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4900 the frame.
4901 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4902 is within a composition.
4903 (Fcomposition_get_gstring): Fix the terminal case.
4904
4905 * term.c (encode_terminal_code): Fix handling of composition.
4906 (produce_composite_glyph): For static composition, get pixel_width
4907 from struct composition.
4908
4909 2009-02-02 Andreas Schwab <schwab@suse.de>
4910
4911 * unexelf.c (unexec): Handle unaligned bss offset.
4912
4913 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4914
4915 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4916 XT,w32read_socket changes to ns_read_socket.
4917
4918 * keyboard.c (handle_interrupt): Don't call
4919 quit_throw_to_read_char() under NS.
4920
4921 * blockinput.h: Remove NS-specific code.
4922
4923 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4924
4925 * dispnew.c (window_change_signal): Don't try to get the size of a
4926 suspended tty frame.
4927 * term.c (Fresume_tty): Resize if the size has changed while the
4928 tty was suspended.
4929
4930 * alloc.c (mark_stack): Properly conditionalize previous change.
4931
4932 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4933
4934 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4935 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4936 Remove; this code is not used on Windows.
4937
4938 2009-01-30 Eli Zaretskii <eliz@gnu.org>
4939
4940 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4941 EOLs that also has stray ^M characters.
4942
4943 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * atimer.c (run_timers, alarm_signal_handler):
4946 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4947 * w32inevt.c (w32_console_read_socket):
4948 * w32term.c (w32_read_socket):
4949 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4950
4951 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4954 Initialize it as a relative filename pattern.
4955 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4956 (Fcall_process_region): Simplify temp file creation using
4957 temporary-file-directory.
4958
4959 2009-01-29 Eli Zaretskii <eliz@gnu.org>
4960
4961 * msdos.c: Rename pending_signals to msdos_pending_signals.
4962 (sig_suspender, sigprocmask): Adjust.
4963
4964 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * keyboard.c (pending_signals): New var.
4967 (poll_for_input, input_available_signal, init_keyboard): Set it.
4968 (process_pending_signals): New function.
4969
4970 * lisp.h (QUIT): Check pending_signals instead of
4971 interrupt_input_pending. Use process_pending_signals.
4972
4973 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
4974
4975 * process.c (wait_reading_process_output): Use process_pending_signals.
4976
4977 * sysdep.c (emacs_write): Use process_pending_signals.
4978
4979 * xterm.c (XTread_socket): Update pending_signals.
4980
4981 * w32term.c (w32_read_socket): Update pending_signals.
4982
4983 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4984
4985 2009-01-29 Kenichi Handa <handa@m17n.org>
4986
4987 * xftfont.c (xftfont_has_char): New function.
4988 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4989
4990 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4991
4992 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4993 under GNUstep.
4994 (ns_query_color): New declaration.
4995
4996 * nsterm.m (ns_confirm_quit): New variable.
4997 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4998 (EmacsApp-applicationShouldTerminate:): Use it.
4999 (EmacsPrefsController): Let user set it.
5000 (ns_query_color): New function.
5001 (ns_defined_color): Use it.
5002 (ns_initialize): Drop.
5003 (ns_term_init): Add two lines from ns_initialize(), and set
5004 input_interrupt_mode to nil.
5005
5006 * image.c (svg_load_image): Don't right-shift background RGB when
5007 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
5008
5009 2009-01-28 Kenichi Handa <handa@m17n.org>
5010
5011 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5012 (fontset_get_font_group): Remember that no font-group is specified
5013 for C.
5014
5015 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * fns.c (concat): Check for string overflow (bug#1787).
5018
5019 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5020 Quadruple undo limits (bug#1501).
5021
5022 2009-01-27 Kenichi Handa <handa@m17n.org>
5023
5024 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5025 directly use GT_Get_Char_index.
5026
5027 * xftfont.c (struct xftfont_info): New member `index'.
5028
5029 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5030 (Ffontset_font): Adjust for the change of fontset entry.
5031
5032 2009-01-26 Kenichi Handa <handa@m17n.org>
5033
5034 * fontset.c (fontset_find_font): Fix handling of non-cons return
5035 value of fontset_get_font_group.
5036 (fontset_font): Revert last change.
5037
5038 2009-01-26 Jason Rumney <jasonr@gnu.org>
5039
5040 * w32font.c (w32font_list_internal): Return quickly if registry is
5041 unknown. Simplify final return.
5042 (add_font_entity_to_list): Break complex logic down into more
5043 manageable chunks. Move unknown registry check to
5044 w32font_list_internal.
5045
5046 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5047
5048 Changes to remove Feval calls from GUI under NS.
5049
5050 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5051 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
5052 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5053
5054 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5055 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5056 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5057 instead of NON_ASCII_KEYSTROKE_EVENT.
5058 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5059 (EmacsApp-applicationShouldTerminate:): Query user.
5060 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5061 instead of Feval.
5062
5063 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5064
5065 * keyboard.c (kbd_buffer_get_event): Check for it.
5066 (keys_of_keyboard): Define lispy keys for
5067 ns-put/unput-working-text.
5068
5069 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5070 versions.
5071 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5072
5073 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
5076 setting current_buffer directly. (Bug#2044)
5077
5078 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * fontset.c (fontset_font): If we know there is no font, don't do
5081 any work. (Bug#1952, bug#1990).
5082
5083 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
5084
5085 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5086
5087 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
5088 (ns_no_defaults): New declaration.
5089 (main): Use it.
5090
5091 * nsterm.h (ns_no_defaults): New declaration.
5092
5093 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
5094
5095 * nsterm.m (ns_no_defaults): New variable.
5096 (ns_initialize): Don't read defaults when ns_no_defaults.
5097 (EmacsView-readSelectionFromPasteboard:)
5098 (writeSelectionToPasteboard:types:): New stubbed-out methods for
5099 NSServicesRequests protocol. (Bug#1435)
5100 (ns_dumpglyphs_stretch): New function.
5101 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
5102 of 2008-11-15 to other terms. (Bug#615)
5103
5104 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5105
5106 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5107
5108 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5109 call for Sparc64.
5110
5111 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5112
5113 * nsfns.m:
5114 * nsgui.h:
5115 * nsmenu.m:
5116 * nsselect.m:
5117 * nsterm.h:
5118 * nsterm.m: Remove '23' comments that indicated code added during
5119 update from emacs-20 -> emacs-23.
5120
5121 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5122
5123 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
5124 ns_alternate_modifier. (Bug#1217)
5125
5126 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5127 Display all shortcuts, including those w/o super modifier.
5128
5129 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5130
5131 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5132
5133 * fileio.c (Vwrite_region_post_annotation_function)
5134 (Vwrite_region_annotation_buffers): New vars.
5135 (build_annotations_unwind): Just reset
5136 Vwrite_region_annotation_buffers.
5137 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5138 Call write-region-post-annotation-function.
5139 (build_annotations): Add to Vwrite_region_annotation_buffers if
5140 buffer changes.
5141
5142 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5143
5144 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5145 Tiger.
5146 * nsfns.m (ns_do_applescript):
5147 Conditionalize typeUTF16ExternalRepresentation on Tiger.
5148
5149 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5150
5151 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5152
5153 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5154
5155 * nsmenu.m (NSMENUPROFILE): Change #if style.
5156
5157 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5158
5159 * nsterm.m (x_set_frame_alpha): Add prototype.
5160 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5161 handle Ctrl-tab. (Bug#1841)
5162 (ns_get_color): Use unsigned long long for scanned hex string value.
5163 (ns_term_shutdown): Abort on non SIGTERM signals.
5164 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
5165 (EmacsPrefsController-setPanelFromDefaultValues): New function.
5166 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
5167 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
5168 (ns_defined_color): Fix settings of the XColor variable fields:
5169 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
5170
5171 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
5172 DPI. (Bug#1316)
5173 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5174 values in onTiger section.
5175
5176 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5179 Check return value of font_spec_from_name.
5180 (Fx_list_fonts): Doc fix. (Bug#1951)
5181
5182 * font.c (font_spec_from_name): Return Qnil if font name could not
5183 be parsed.
5184 (font_parse_name): Treat a `?' character as part of an XLFD.
5185
5186 * fns.c (Fsubstring): Doc fix.
5187
5188 2009-01-19 Kenichi Handa <handa@m17n.org>
5189
5190 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
5191 (ftfont_list): Likewise.
5192
5193 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * dbusbind.c (Fdbus_register_signal):
5196 * process.c (conv_sockaddr_to_lisp):
5197 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5198
5199 * callproc.c (Fgetenv_internal): Doc fix.
5200
5201 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5204 it is not even used.
5205
5206 2009-01-16 Glenn Morris <rgm@gnu.org>
5207
5208 * font.c (Ffont_variation_glyphs): Silence compiler.
5209
5210 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5213 Reported by David Robinow <drobinow@gmail.com>.
5214
5215 2009-01-15 Kenichi Handa <handa@m17n.org>
5216
5217 * coding.c (detect_coding_system): Fix handling of null_byte_found.
5218
5219 2009-01-14 Jason Rumney <jasonr@gnu.org>
5220
5221 * frame.c (x_set_font): Always store a font to the font parameter,
5222 never a fontset. (Bug#1562)
5223
5224 2009-01-14 Kenichi Handa <handa@m17n.org>
5225
5226 * coding.c (TWO_MORE_BYTES): New macro.
5227 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5228
5229 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * font.c (font_clear_prop): If clearing the family, clear the font
5232 width index too.
5233
5234 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5235
5236 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5239 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5240 functions, use sizeof.
5241
5242 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5243
5244 * keyboard.c (read_char): Fix case where last_nonmenu_event
5245 returned a bad value with submenus. (Bug#447)
5246
5247 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5250 family, clear the font width index too.
5251
5252 2009-01-11 Jason Rumney <jasonr@gnu.org>
5253
5254 * keyboard.c (cmd_error_internal): Exit when errors occur before
5255 frame creation and not in daemon mode. (Bug#1836)
5256
5257 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5260 of a display vector, backtrack.
5261 (try_window_reusing_current_matrix): Check glyph type before
5262 referencing charpos member.
5263
5264 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5265
5266 Fix Bug #876:
5267
5268 * coding.c (inhibit_null_byte_detection): New variable.
5269 (detect_coding, detect_coding_system): Don't pay attention to null
5270 bytes if inhibit_null_byte_detection is non-zero.
5271 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5272 <inhibit-iso-escape-detection>: Doc fix.
5273
5274 2009-01-09 Jason Rumney <jasonr@gnu.org>
5275
5276 * w32font.c (add_font_entity_to_list): Don't report unknown
5277 Windows charset as any unrecognized registry. (Bug#1548)
5278 Only report Unicode Plane 2 fonts as unicode-sip.
5279
5280 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * xfaces.c (Fx_font_family_list): Delete function.
5283 Move compatibility version to faces.el.
5284
5285 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5286
5287 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5288
5289 * frame.c (x_set_frame_parameters): Remember requested value for
5290 fullscreen before it's reset by the parameter handler.
5291
5292 2009-01-09 Glenn Morris <rgm@gnu.org>
5293
5294 * keyboard.c (last_command_char): For clarity, rename to...
5295 (last_command_event): ... and update all users.
5296 (last_input_char): For clarity, rename to...
5297 (last_input_event): ... and update all users.
5298 (last-command-char, last-input-char): Move to subr.el as aliases.
5299 * cmds.c, commands.h: Update for last_command_char rename.
5300
5301 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * font.c (font_open_for_lface): Handle unspecified height attribute.
5304
5305 2009-01-08 Jason Rumney <jasonr@gnu.org>
5306
5307 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5308 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5309 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5310 Don't declare.
5311 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5312 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5313
5314 2009-01-07 Kenichi Handa <handa@m17n.org>
5315
5316 * fileio.c (Finsert_file_contents): In the case of replace,
5317 remember the coding system used for decoding in
5318 coding_system (Bug#1039).
5319
5320 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5321 breaking the loop. (Bug#870)
5322 (decode_coding_utf_16, decode_coding_emacs_mule)
5323 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5324 (decode_coding_charset): Likewise.
5325
5326 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5327
5328 * frame.c (x_set_frame_parameters): Make sure height (width) get
5329 applied when fullwidth (fullheight) is set. (Bug#1522)
5330
5331 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5332
5333 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5334 (utc_base): Declare as ULONGLONG, not long double.
5335 (convert_time_raw): Delete.
5336 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5337 (initialize_utc_base): New function.
5338 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5339 (convert_from_time_t): Use initialize_utc_base; compute result with
5340 64-bit arithmetic.
5341 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5342
5343 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5344
5345 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5346 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5347 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5348 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5349 [!subprocesses]: Define.
5350 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5351 (Flist_system_processes, Fsystem_process_attributes)
5352 [!subprocesses]: Call list_system_processes and
5353 system_process_attributes instead of returning Qnil.
5354
5355 * dosfns.c (system_process_attributes, list_system_processes):
5356 New functions.
5357
5358 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5359
5360 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5361 Don't use the default (no-op) implementation.
5362
5363 2009-01-03 Jason Rumney <jasonr@gnu.org>
5364
5365 * keyboard.c (parse_modifiers_uncached): Wheel events are
5366 clicks (bug#687).
5367
5368 * w32term.c (x_query_colors, x_query_color): New functions.
5369
5370 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5371 (svg_load_image): Cast returned pointers from dynamically loaded
5372 functions. Eliminate W32 specific code.
5373
5374 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5375
5376 * nsfns.m (x_set_foreground_color, x_set_background_color)
5377 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5378 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5379 x_ prefix instead of ns_. Update references.
5380 (syms_of_nsfns): Add a FIXME comment.
5381
5382 * nsterm.m (x_set_cursor_type): New prototype.
5383 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5384
5385 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5386 for Solaris instead of incorrectly providing Qutime and Qcutime.
5387
5388 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5389
5390 * w32.c (process_times): Compute sum of utime and stime.
5391 (system_process_attributes): Add Qtime to the alist.
5392
5393 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5394 and add them to the alist.
5395
5396 * process.c (top level) <Qtime, Qctime>: New variables.
5397 (syms_of_process): staticpro them.
5398 (Fsystem_process_attributes): Add their documentation to the doc
5399 string.
5400
5401 * process.h: Declare Qtime and Qctime.
5402
5403 2009-01-02 Jason Rumney <jasonr@gnu.org>
5404
5405 * image.c (Qgobject): New symbol.
5406 (syms_of_image): Initialize it.
5407 (init_svg_functions): Load some functions from gobject library.
5408
5409 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * frame.c (make_terminal_frame): Remove redundant code and useless
5412 block.
5413
5414 2009-01-01 Andreas Schwab <schwab@suse.de>
5415
5416 * process.c (conv_sockaddr_to_lisp): Add workaround for
5417 getsockname bug on BSD.
5418
5419 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * xfns.c (x_create_tip_frame): Set border width of the X window.
5422
5423 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5424
5425 2009-01-01 Jason Rumney <jasonr@gnu.org>
5426
5427 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5428 Don't block input, as per earlier xterm.c changes.
5429
5430 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5431
5432 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5433 (ns_appkit_version_int): New function.
5434 (x-server-version): Use ns_appkit_version_int and follow 21+
5435 convention of returning 3 integers.
5436
5437 2008-12-30 Kenichi Handa <handa@m17n.org>
5438
5439 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5440 (CHAR_SURROGATE_PAIR_P): New macro.
5441
5442 * font.h (struct font_driver): New member get_variation_glyphs.
5443
5444 * font.c (font_range): Don't require a font for a variation selector.
5445 (Ffont_variation_glyphs): New function.
5446 (syms_of_font): Defsubr it.
5447
5448 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5449 ftfont_variation_glyphs.
5450 (setup_otf_gstring): New function.
5451 (ftfont_drive_otf): Use it.
5452 (ftfont_shape_by_flt): Handle variation selector.
5453 (ftfont_variation_glyphs): New function.
5454
5455 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5456
5457 * frame.c (Vemacs_iconified): Remove.
5458
5459 2008-12-30 Jason Rumney <jasonr@gnu.org>
5460
5461 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5462 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5463
5464 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5465
5466 * indent.c (Fvertical_motion): Don't advance iterator if we have
5467 reseated to the desired position.
5468
5469 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5470 checking for pos match.
5471
5472 2008-12-30 Kenichi Handa <handa@m17n.org>
5473
5474 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5475 just get the low 8-bit of the code.
5476
5477 * font.c (font_intern_prop): Validate str as multibyte.
5478
5479 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5480
5481 * dispextern.h (struct face): Move lface and hash from the middle
5482 of bitfields.
5483
5484 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5485
5486 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5489 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5490 instead of intervals.h.
5491
5492 2008-12-26 Andreas Schwab <schwab@suse.de>
5493
5494 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5495 cons.
5496
5497 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5498
5499 * textprop.c (Qminibuffer_prompt): New variable.
5500 (syms_of_textprop): Initialize it.
5501 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5502 in minibuffer-prompt face. (Bug#1662)
5503
5504 2008-12-25 Jason Rumney <jasonr@gnu.org>
5505
5506 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5507
5508 2008-12-24 Jason Rumney <jasonr@gnu.org>
5509
5510 * ralloc.c (r_alloc_reset_variable): New function.
5511
5512 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5513 record of what points where. (Bug#716)
5514
5515 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5516
5517 * minibuf.c (read_minibuf): Follow the non-interactive case when
5518 running as a daemon, before detaching.
5519
5520 2008-12-22 Andreas Schwab <schwab@suse.de>
5521
5522 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5523 * gtkutil.c (free_widget_value): Use xfree instead of free.
5524
5525 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5526
5527 * frame.c (delete_frame): New function derived from
5528 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5529 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5530 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5531 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5532 * frame.h: Extern delete_frame.
5533 * window.c (window_loop):
5534 * terminal.c (delete_terminal):
5535 * xterm.c (x_connection_closed):
5536 * xfns.c (Fx_hide_tip):
5537 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5538
5539 2008-12-21 Jason Rumney <jasonr@gnu.org>
5540
5541 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5542 when character maps to .notdef character.
5543
5544 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5547
5548 2008-12-20 Jason Rumney <jasonr@gnu.org>
5549
5550 * frame.c (Fmake_terminal_frame): Raise an error when called from
5551 a graphical frame on Windows. (Bug#1325)
5552
5553 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5554
5555 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5556
5557 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * minibuf.c (Fread_buffer): Doc fix.
5560
5561 2008-12-20 Jason Rumney <jasonr@gnu.org>
5562
5563 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5564 server name in UNC paths. (Bug#719)
5565
5566 * coding.c (decode_coding): Clear chars_at_source flag when using
5567 charbuf. (Bug#1035)
5568
5569 2008-12-19 Daniel Engeler <engeler@gmail.com>
5570
5571 * sysdep.c (serial_configure): Fix typo.
5572
5573 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5574
5575 * sysdep.c: Include alloca.h.
5576 (system_process_attributes): Add implementation for Solaris.
5577
5578 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5579
5580 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5581
5582 Reorganize implementation of Flist_system_processes and
5583 Fsystem_process_attributes. No functional changes.
5584 * process.c: Don't #include pwd.h, grp.h and limits.h.
5585 (Flist_system_processes): Just call list_system_processes.
5586 (Fsystem_process_attributes): Just call system_process_attributes.
5587 (procfs_list_system_processes, time_from_jiffies)
5588 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5589 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5590
5591 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5592 (list_system_processes): Rename from
5593 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5594 Provide a do nothing implementation.
5595 (system_process_attributes): Rename from
5596 procfs_list_system_processes.
5597 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5598 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5599
5600 * w32.c (list_system_processes): Rename from
5601 w32_list_system_processes.
5602 (system_process_attributes): Rename from
5603 w32_system_process_attributes.
5604
5605 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5606
5607 * process.h (w32_list_system_processes)
5608 (w32_system_process_attributes): Remove.
5609 (list_system_processes, system_process_attributes):
5610 New prototypes.
5611
5612 2008-12-19 Kenichi Handa <handa@m17n.org>
5613
5614 * xfont.c (xfont_decode_coding_xlfd): New function.
5615 (xfont_encode_coding_xlfd): New function.
5616 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5617 (xfont_list): Decode and encode XLFD by iso-8859-1.
5618 (xfont_match): Likewise.
5619 (xfont_list_family): Likewise.
5620 (xfont_open): Likewise.
5621
5622 * ftfont.c (ftfont_open): Generate a multibyte string if given
5623 names are utf-8.
5624
5625 * xftfont.c (xftfont_open): Generate a multibyte string if given
5626 names are utf-8.
5627
5628 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5629
5630 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5631 changed.
5632 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5633 clicked on a detached tool bar button.
5634
5635 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5636
5637 * emacs.c (main): Print and error and exit when no data is read
5638 from the pipe.
5639
5640 2008-12-17 Jason Rumney <jasonr@gnu.org>
5641
5642 * w32font.c (w32font_has_char): Always return -1.
5643
5644 2008-12-16 Kenichi Handa <handa@m17n.org>
5645
5646 * font.c (font_open_entity): Fix previous change.
5647
5648 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5649
5650 * process.c: Include <limits.h>.
5651
5652 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5653
5654 * font.c (font_update_drivers): Fix mistake in reconstructing the
5655 driver list.
5656
5657 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * font.c (font_clear_cache): Fix format of font cache data.
5660
5661 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * xftfont.c (xftfont_open): Free Xft font pattern if
5664 XftFontOpenPattern fails.
5665
5666 * xterm.c (x_free_frame_resources): Remove extraneous call to
5667 free_frame_faces.
5668
5669 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * xterm.c (x_delete_display): Move xim_close_dpy call to
5672 x_delete_terminal.
5673 (x_delete_terminal): Call xim_close_dpy.
5674
5675 2008-12-13 Jason Rumney <jasonr@gnu.org>
5676
5677 * w32font.c (intern_font_name): New function.
5678 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5679 (w32font_open_internal, Fx_select_font): Decode font name.
5680 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5681
5682 * w32font.h (intern_font_name): Declare new function.
5683
5684 * w32uniscribe.c (add_opentype_font_name_to_list):
5685 Use intern_font_name.
5686
5687 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * frame.c (Fdelete_frame): Call free_font_driver_list.
5690
5691 * font.c (free_font_driver_list): Implement missing function.
5692
5693 * w32term.c (w32_term_init): Don't initialize the image cache
5694 here; it will be done in init_frame_faces.
5695
5696 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5697 (struct x_display_info): Remove unused member null_pixel. New
5698 member xim_callback_data.
5699
5700 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5701 (xim_initialize): Save pointer to callback function data.
5702 (xim_close_dpy): Free callback function data. Call XCloseIM,
5703 reverting 2008-11-04 change by David Smith.
5704 (x_term_init): Don't initialize the image cache here; it will be
5705 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5706 (x_delete_display): Free x_dnd_atoms member.
5707
5708 2008-12-13 Kenichi Handa <handa@m17n.org>
5709
5710 * font.c (font_rescale_ratio): Moved from xfaces.c.
5711 Argument type changed. Handle a font-spec too.
5712 (font_score): Check Vface_font_rescale_alist.
5713 (font_open_entity): Likewise. (Bug#1547)
5714
5715 * xfaces.c (font_rescale_ratio): Moved to font.c.
5716
5717 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5720
5721 2008-12-12 Jason Rumney <jasonr@gnu.org>
5722
5723 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5724 Vwindow_system_version to the real w32 major version.
5725
5726 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5727
5728 * term.c (init_tty): Move setting the terminal name before the
5729 potential user: maybe_fatal.
5730
5731 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5734 all callers changed. Call free_frame_faces to free the face cache.
5735
5736 2008-12-11 Jason Rumney <jasonr@gnu.org>
5737
5738 * w32font.c (fill_in_logfont): Don't assume symbol script means
5739 SYMBOL_CHARSET. (Bug#547)
5740
5741 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5742 size for surrogates. (Bug#1096, bug#872)
5743
5744 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5747
5748 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * process.c (Fsystem_process_attributes, syms_of_process):
5751 Fix typo in name of Ssystem_process_attributes.
5752 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5753
5754 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * syntax.c (Fmodify_syntax_entry): Doc fix.
5757
5758 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5759
5760 * font.c (Ffont_spec): Move usage to end of docstring.
5761
5762 2008-12-10 Jason Rumney <jasonr@gnu.org>
5763
5764 * w32font.c (Qcham): New symbol.
5765 (font_supported_scripts): Add cham, and comments for other new
5766 scripts in bitfield from OpenType spec.
5767 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5768 contain characters beyond the bmp.
5769
5770 2008-12-10 Kenichi Handa <handa@m17n.org>
5771
5772 * ftfont.c (fc_charset_table): Add "unicode-sip".
5773 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
5774 Qunicode_sip.
5775
5776 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5777
5778 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5779 (Fcoding_system_put): Use QCdefault_char.
5780 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5781
5782 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * xftfont.c (syms_of_xftfont): Fix typo.
5785
5786 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
5787
5788 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * emacs.c (main): Close daemon_pipe on exec.
5791
5792 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * termchar.h (struct tty): New members termcap_term_buffer and
5795 termcap_strings_buffer.
5796
5797 * term.c (encode_terminal_code): Free any previous memory blocks
5798 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
5799 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5800 All callers changed.
5801 (init_tty): Store termcap data and string buffers in new struct
5802 tty members termcap_term_buffer and termcap_strings_buffer.
5803 (delete_tty): Free them.
5804 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
5805
5806 2008-12-07 Seiji Zenitani <zenitani@mac.com>
5807
5808 * nsfns.m (ns_set_background_color): Remove code duplication.
5809 It was a substitute for face-transparency on OS X 10.3.
5810
5811 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * coding.c (make_conversion_work_buffer): Disable buffer
5814 modification hooks in the work buffer.
5815
5816 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5817
5818 * process.c (procfs_system_process_attributes): If `nread' has a
5819 negative value, assign zero to it.
5820
5821 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * eval.c (Vdebug_on_error): Doc fix.
5824
5825 2008-12-05 Kenichi Handa <handa@m17n.org>
5826
5827 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5828 second character is a combining character.
5829
5830 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5831
5832 * process.c (procfs_system_process_attributes): Don't use cmd,
5833 cmdsize, and q without initializing them first.
5834
5835 2008-12-04 Jason Rumney <jasonr@gnu.org>
5836
5837 * w32font.c (w32font_draw): Initialize orig_clip before getting
5838 it, and delete it when finished.
5839
5840 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5841
5842 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5843 case when running as a daemon before detaching.
5844
5845 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * w32.c (init_environment): Don't unload library shell32.dll.
5848
5849 2008-12-03 Kenichi Handa <handa@m17n.org>
5850
5851 * font.c (font_at): Set `multibyte' at first.
5852
5853 * coding.c (decode_coding_charset): Check type of an element of
5854 vector VALIDS.
5855 (encode_coding_emacs_mule): Be sure to set `code'.
5856
5857 * fontset.c (face_for_char): Handle invalid charset property correctly.
5858 (font_for_char): Likewise.
5859
5860 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * font.c (Fopen_font): Compute pixel size correctly.
5863 (font_update_lface): Handle fonts with corrupted size specs,
5864 i.e. non-int and non-float.
5865
5866 * ftfont.c (ftfont_match): Initialize entity variable.
5867 (ftfont_resolve_generic_family): Avoid using uninitialized var.
5868 (ftfont_list_family): Initialize list var earlier.
5869
5870 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5871
5872 * xterm.c (x_draw_glyph_string): Fall back on
5873 underline_minimum_offset for underline position.
5874
5875 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5878
5879 * character.c (c_string_width): Specify the type for LEN.
5880
5881 2008-12-03 Kenichi Handa <handa@m17n.org>
5882
5883 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
5884 (decode_coding_utf_8): Likewise.
5885 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
5886 (produce_chars): Initialize consumed_chars to 0.
5887
5888 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * keyboard.c (make_lispy_position): Only use PT if the selected
5891 window is current.
5892
5893 2008-12-02 Andreas Schwab <schwab@suse.de>
5894
5895 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5896
5897 * doprnt.c (doprnt1): Fix size of charbuf.
5898
5899 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * keyboard.c (timer_check): Revert last change.
5902
5903 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
5904
5905 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5906
5907 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * makefile.w32-in: Update dependencies.
5910 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5911
5912 2008-12-01 Andreas Schwab <schwab@suse.de>
5913
5914 * font.c (register_font_driver): Use xmalloc.
5915 (font_put_frame_data): Likewise.
5916
5917 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * xfaces.c (realize_x_face): Make abort condition clearer.
5920
5921 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5922
5923 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * keyboard.c (timer_check): After a timer runs, ensure that the
5926 selected window's buffer is current.
5927
5928 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5931 It was accidentally restored by the Unicode merge.
5932
5933 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5934
5935 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * w32proc.c: Include "coding.h".
5938 (Fw32_short_file_name): Encode filename passed to Windows API.
5939 (Fw32_long_file_name): Encode filename passed to Windows API and
5940 decode back the result. (Bug#1433)
5941
5942 2008-11-29 Kenichi Handa <handa@m17n.org>
5943
5944 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5945 not before accessing it.
5946
5947 * charset.c (Fdefine_charset_internal): After calculating
5948 min_char, max_char, and fastmap, copy the charset structure again.
5949 (encode_char): Fix the previous change.
5950
5951 2008-11-28 Seiji Zenitani <zenitani@mac.com>
5952
5953 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5954
5955 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5956
5957 * nsterm.m (x_set_frame_alpha): New function.
5958
5959 2008-11-27 Eli Zaretskii <eliz@gnu.org>
5960
5961 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5962
5963 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5966 pointer to check_face_name.
5967
5968 2008-11-27 Kenichi Handa <handa@m17n.org>
5969
5970 * category.h (SET_CATEGORY_SET): Call set_category_set.
5971 (set_category_set): Extern it.
5972
5973 * category.c (hash_get_category_set): New function.
5974 (Fmodify_category_entry): Adjusted for the change of
5975 char_table_ref_and_range. Call hash_get_category_set to get a
5976 category set to store in the table.
5977
5978 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5979 Funify_charset.
5980
5981 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
5982 (DECODE_CHAR): Check if the decoder vector is ready.
5983 (ENCODE_CHAR): Check if the encoder char-table is ready.
5984 (maybe_unify_char): Extern it.
5985
5986 * charset.c (Vchar_unified_charset_table): Delete it.
5987 (inhibit_load_charset_map): New variable.
5988 (temp_charset_work): New variable.
5989 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5990 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5991 New macros.
5992 (load_charset_map): Meaning of control_flag changed. If
5993 inhibit_load_charset_map is nonzero, setup a table in
5994 temp_charset_work.
5995 (load_charset): New argument control_flag.
5996 (map_charset_for_dump): New function.
5997 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5998 map_charset_for_dump.
5999 (Fdefine_charset_internal): If the charset method is MAP, load
6000 mapping tables by calling load_charset.
6001 (Funify_charset): Don't load a mapping table but directly set
6002 Vchar_unify_table.
6003 (maybe_unify_char): New function.
6004 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6005 Handle the case of inhibit_load_charset_map being nonzero.
6006 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6007 Handle the case of inhibit_load_charset_map being nonzero.
6008 (Fclear_charset_maps): Just free temp_charset_work.
6009 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6010 variable.
6011
6012 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6013 change of char_table_ref_and_range.
6014 (char_table_ref_and_range): Change the meaning of argument FROM
6015 and TO. Now the caller must provide initial values for *FROM
6016 and *TO.
6017
6018 * fontset.c (fontset_add): Adjusted for the change of
6019 char_table_ref_and_range.
6020 (fontset_get_font_group): Likewise.
6021 (Ffontset_info): Likewise.
6022
6023 * keymap.c (describe_vector): Adjusted for the change of
6024 char_table_ref_and_range. For char-table, put boundary between
6025 non-ASCII and 8-bit characters.
6026
6027 * print.c (print_object): For bool-vector, delete unnecessary
6028 check of ASCII_BYTE_P.
6029
6030 2008-11-26 Jason Rumney <jasonr@gnu.org>
6031
6032 * w32font.c (w32font_open_internal): Don't include external
6033 leading in font height. (Bug#879)
6034
6035 2008-11-26 Glenn Morris <rgm@gnu.org>
6036
6037 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6038 redefinition with ifdef. (Bug#1383)
6039
6040 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6041
6042 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6043
6044 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6045
6046 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6047 New EmacsView methods.
6048 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6049 Fixes bug #1048,1357,1414.
6050
6051 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6052
6053 Fix bug #1362.
6054 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6055 is not an indexed color.
6056 * nsterm.m (free_indexed_color): Add argument checking.
6057 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6058
6059 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6062 Document confirm-after-completion value for
6063 minibuffer-completion-confirm.
6064
6065 2008-11-24 Jason Rumney <jasonr@gnu.org>
6066
6067 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6068 warning.
6069
6070 2008-11-23 Jason Rumney <jasonr@gnu.org>
6071
6072 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6073 restored before returning.
6074
6075 * w32font.c (check_face_name): New function.
6076 (add_font_entity_to_list): Use it to filter out common substituted
6077 fonts. (Bug#642)
6078
6079 2008-11-22 Martin Rudalics <rudalics@gmx.at>
6080
6081 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6082 confirm-nonexistent-file-or-buffer in doc-string.
6083
6084 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6087 Fix copy/paste typo. Add checks.
6088
6089 2008-11-21 Kenichi Handa <handa@m17n.org>
6090
6091 * coding.c (detect_coding_iso_2022): Reject invalid composition
6092 sequence.
6093 (DECODE_COMPOSITION_START): If the current source is the last
6094 block, and the current composition doesn't end, regard this
6095 sequence as invalid.
6096 (decode_coding_iso_2022): Handle invalid composition sequence.
6097
6098 2008-11-20 Martin Rudalics <rudalics@gmx.at>
6099
6100 * window.c (coordinates_in_window): Don't return
6101 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6102 line when the window is not the rightmost one. (Bug#1372)
6103
6104 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6105
6106 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6107
6108 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6109
6110 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6111 and bright_bg if noninteractive is non-zero.
6112
6113 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6114
6115 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6116 x_draw_glyph_string_background.
6117
6118 * w32term.c (x_draw_glyph_string): Likewise.
6119
6120 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6123 the next glyph string once past the overhang width.
6124
6125 * nsterm.m (ns_draw_glyph_string): Likewise.
6126
6127 * w32term.c (x_draw_glyph_string): Likewise.
6128
6129 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6130
6131 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6132 double file close.
6133
6134 2008-11-14 Martin Rudalics <rudalics@gmx.at>
6135
6136 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6137 dedicated status of window before attempting to display another
6138 buffer in it.
6139
6140 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * msdos.c (Fmsdos_long_file_names):
6143 (syms_of_msdos) <dos-unsupported-char-glyph>:
6144 * dosfns.c (Fint86): Fix typos in docstrings.
6145
6146 2008-11-14 Eli Zaretskii <eliz@gnu.org>
6147
6148 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6149
6150 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6153
6154 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6155
6156 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6157
6158 * frame.h: Negative alpha means "don't touch".
6159
6160 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6161
6162 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6163
6164 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * hftctl.c:
6167 * chpdef.h:
6168 * acldef.h: Remove files used only for systems no longer supported.
6169
6170 * Makefile.in: Fix .o alphabetical ordering.
6171 (hftctl.o): Remove dependency, file removed.
6172 (keymap.o, print.o): Depend on charset.h.
6173
6174 2008-11-10 Kenichi Handa <handa@m17n.org>
6175
6176 * character.c (Fget_byte): Fix and make it faster for unibyte target.
6177
6178 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * dired.c (file_name_completion): If completion_ignore_case is
6181 enabled, ignore case when checking completion-regexp-list.
6182
6183 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6184
6185 * vm-limit.c (get_lim_data): Fix last change.
6186
6187 2008-11-08 Kenichi Handa <handa@m17n.org>
6188
6189 * character.c (Fget_byte): New function.
6190 (syms_of_character): Defsubr Fget_byte.
6191
6192 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6195 cursor position is valid after scrolling.
6196
6197 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6200
6201 2008-11-06 Glenn Morris <rgm@gnu.org>
6202
6203 * xterm.c (handle_one_xevent): Don't let popup menus cause
6204 mouse-autoselect-window related window switching. (Bug#1261)
6205
6206 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6207
6208 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6209
6210 2008-11-04 Andreas Schwab <schwab@suse.de>
6211
6212 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6213
6214 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * xfns.c (Fx_wm_set_size_hint): New function.
6217
6218 2008-11-03 Martin Rudalics <rudalics@gmx.at>
6219
6220 * textprop.c (Fprevious_single_char_property_change): Return 0
6221 when there's no change in a string. (Bug#1301)
6222
6223 2008-11-02 Martin Rudalics <rudalics@gmx.at>
6224
6225 * frame.c (do_switch_frame): New argument NORECORD passed to
6226 Fselect_window.
6227 (Fselect_frame): New argument NORECORD passed to
6228 do_switch_frame.
6229 (Fset_frame_selected_window): New argument NORECORD passed to
6230 Fselect_frame.
6231 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6232 in call of do_switch_frame.
6233 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6234 Handle NORECORD argument in call of Fselect_frame.
6235 * lisp.h (do_switch_frame, Fselect_frame)
6236 (Fset_frame_selected_window): Adjust declarations.
6237 * window.c (select_frame_norecord): New function.
6238 (run_window_configuration_change_hook): Use it and call
6239 Fselect_frame with NORECORD set.
6240 (Fselect_window): Pass NORECORD to Fselect_frame.
6241 (Fset_window_configuration): Handle NORECORD argument in call of
6242 do_switch_frame.
6243 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6244 Fset_frame_selected_window.
6245 * keyboard.c (command_loop_1): Handle NORECORD in call of
6246 Fselect_frame (currently ifdefd).
6247
6248 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6249
6250 * emacs.c (USAGE2): Untabify.
6251
6252 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * composite.c (fill_gstring_header): Fix copy/paste typo.
6255
6256 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6257
6258 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6259 (Fother_window): Rename argument and rewrite doc-string.
6260 (select_window_norecord): Fix return value. (Bug#1276)
6261
6262 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6263
6264 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6265 new frames overriding foreground for tooltips. Based on similar patch
6266 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6267
6268 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * emacs.c (Fdaemon_initialized): Initialize nfd.
6271
6272 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6273
6274 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6275 (Fwindow_text_height): Clarify doc-strings.
6276 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6277 doc-string of window-scroll-functions.
6278
6279 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6280
6281 * category.c (syms_of_category): Fix typo in docstring.
6282
6283 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6284
6285 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6286 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6287 Fix typos in docstrings.
6288
6289 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6290
6291 * emacs.c (daemon_pipe): Make non-static.
6292 (IS_DAEMON): Move definition ...
6293 * lisp.h (IS_DAEMON): ... here.
6294 (daemon_pipe): Declare.
6295 (is_daemon): Remove.
6296 * dispnew.c (init_display): Use IS_DAEMON.
6297
6298 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6301 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6302
6303 * emacs.c (is_daemon): Remove.
6304 (main): Don't set is_daemon.
6305 (IS_DAEMON): New macro.
6306 (Fdaemonp, Fdaemon_initialized): Use it.
6307 (Fdaemon_initialized): Write a char into the pipe to make sure the
6308 parent exits.
6309 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6310
6311 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6314 over-sized glyph, draw it with the default glyph width.
6315
6316 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6317 glyph, draw it with the default glyph width.
6318
6319 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6320 glyph, draw it with the default glyph width.
6321
6322 * xdisp.c (try_scrolling): When computing the distance from the
6323 scroll margin to PT, try moving some distance past the window
6324 bottom before giving up.
6325
6326 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6327
6328 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6329 (Fset_window_buffer): Explain in doc-string that a window can be
6330 "strongly" dedicated to its buffer.
6331
6332 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6333
6334 * emacs.c (daemon_name): New variable.
6335 (main): Deal with --daemon=SERVER_NAME.
6336 (Fdaemonp): Return a name if one was passed to --daemon.
6337
6338 2008-10-26 Romain Francoise <romain@orebokech.com>
6339
6340 * emacs.c (daemon_pipe): New variable.
6341 (main): Create a pipe before forking, make the parent exit only after
6342 the child has closed its end of the pipe. Move closing the
6343 descriptors ...
6344 (Fdaemon_initialized): ... here. New function.
6345
6346 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6349 the previous unoptimized table.
6350
6351 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6352 the distinction between non-nil and non-t value of `dedicated'.
6353
6354 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6355
6356 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6357 read_char_minibuf_menu_text is large enough to hold the menu string.
6358
6359 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6360
6361 * window.c (Fget_buffer_window, Fdelete_windows_on)
6362 (Freplace_buffer_in_windows): Make buffer argument optional and
6363 rename to buffer_or_name.
6364
6365 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * xdisp.c (handle_single_display_spec, handle_display_prop):
6368 Undo 2005-05-16 change.
6369 (handle_stop): Pop iterator if it's loaded with an empty string.
6370 (get_overlay_strings_1): Don't save iterator if it's loaded with
6371 an empty string (bug#1201).
6372
6373 2008-10-24 Kenichi Handa <handa@m17n.org>
6374
6375 * ftfont.c (ftfont_otf_features): Fix previous change.
6376 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6377 calling ftfont_otf_features.
6378
6379 2008-10-24 Kenichi Handa <handa@m17n.org>
6380
6381 * font.c (font_match_p): Fix for the case that a vector of
6382 characters is in script-representative-chars.
6383
6384 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6385
6386 * dbusbind.c (xd_in_read_queued_messages): New variable.
6387 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6388 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6389 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6390 macro. (Bug#1186)
6391
6392 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6393
6394 * s/sol2-10.h: New file.
6395
6396 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6399 poor beast has survived 9+ years and the jump from xterm.c!).
6400
6401 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6402
6403 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6404 Reword doc-string.
6405 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6406
6407 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * character.c (syms_of_character) <script-representative-chars>:
6410 <unicode-category-table>: Doc fixes.
6411
6412 2008-10-23 Noah Friedman <friedman@splode.com>
6413
6414 * coding.c (make_conversion_work_buffer): Check that
6415 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6416 Fget_buffer_create.
6417
6418 2008-10-23 Kenichi Handa <handa@m17n.org>
6419
6420 * font.c (font_add_log): Check the values of extra properties.
6421
6422 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6423
6424 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6425 Reword doc-string.
6426 (Fset_window_parameter): Use NILP.
6427 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6428 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6429
6430 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6433
6434 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6435
6436 * nsfns.m (ns_appkit_version): New function.
6437 (x-server-version): Use it.
6438 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6439 (x-server-vendor): Don't check_ns().
6440
6441 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6442
6443 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6444
6445 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6446 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6447
6448 2008-10-22 Kenichi Handa <handa@m17n.org>
6449
6450 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6451 scripts.
6452
6453 * category.c (word_boundary_p): Check scripts instead of charset.
6454 Handle nil value in word-separating-categories and
6455 word-combining-categories.
6456 (syms_of_category): Fix docstrings of word-separating-categories
6457 and word-combining-categories.
6458
6459 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6460
6461 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6462 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6463
6464 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6465
6466 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6467 Rename arg "buffer" to "buffer_or_name".
6468 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6469 it optional.
6470 (no_switch_window): Remove since the return value is not used.
6471 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6472 Consider window as dedicated when Fwindow_dedicated_p returns a
6473 non-nil value.
6474 * lisp.h: Remove prototype for no_switch_window.
6475
6476 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6477
6478 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6479 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6480
6481 2008-10-21 Kenichi Handa <handa@m17n.org>
6482
6483 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6484 check Vlatin_extra_code_table.
6485
6486 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6487
6488 * fileio.c (Fset_file_modes): Doc fix.
6489
6490 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6491
6492 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6493 in arrays.
6494
6495 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6496
6497 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6498 Mention kill-buffer in doc-string.
6499 (Fset_window_buffer): Reinsert tem check removed in last commit.
6500 (Fenlarge_window, Fshrink_window): Have argument names and
6501 doc-string follow Elisp manual more closely.
6502
6503 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6504
6505 * fileio.c (Fset_file_modes): Doc fix.
6506
6507 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6508
6509 * window.c (Fwindow_width, Fset_window_start)
6510 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6511 (Fdelete_windows_on, Freplace_buffer_in_windows):
6512 Make doc-strings follow code and Elisp manual more closely.
6513 (Fwindow_dedicated_p): Make window argument optional.
6514 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6515 (Fset_window_buffer): Respect any non-nil dedicated value for
6516 window. Rename "buffer" argument to "buffer_or_name".
6517
6518 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6519
6520 * m/sh3.h: New file, machine description for SuperH.
6521
6522 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6523
6524 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6525
6526 2008-10-17 Kenichi Handa <handa@m17n.org>
6527
6528 * ftfont.c (ftfont_otf_features): Fix indexing
6529 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6530
6531 2008-10-16 Magnus Henoch <mange@freemail.hu>
6532
6533 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6534 (Fdbus_call_method_asynchronously): Ditto.
6535 This change makes C-h f display the argument list.
6536
6537 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * fileio.c (Fexpand_file_name): Doc fix.
6540
6541 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6542 of :foreground and :background equivalent to unspecified (20.x
6543 compatibility).
6544
6545 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6546
6547 * buffer.c (syms_of_buffer): Doc fix.
6548
6549 2008-10-14 Kenichi Handa <handa@m17n.org>
6550
6551 * font.c (font_clear_prop): When clearing font width, clear the
6552 average width field too.
6553
6554 2008-10-12 Andreas Schwab <schwab@suse.de>
6555
6556 * ftfont.c (ftfont_shape_by_flt): Make static.
6557 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6558
6559 * font.c: Don't include <m17n-flt.h>.
6560
6561 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6562
6563 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6564
6565 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6566
6567 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6568 away code.
6569
6570 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6571
6572 * dispnew.c (update_text_area): Avoid looping due to large glyph
6573 overhangs (bug#1070).
6574
6575 2008-10-09 Kenichi Handa <handa@m17n.org>
6576
6577 * fontset.c (face_for_char): If face->fontset is negative, just
6578 return ascii_face.
6579
6580 * font.c (font_delete_unmatched): Fix previous change.
6581 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6582
6583 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6584
6585 * frame.c (Fraise_frame): On text-only terminals select frame in
6586 order to make it visible. (Bug#1061)
6587
6588 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * fontset.c (fontset_find_font): Check frame validity.
6591
6592 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6593
6594 * gtkutil.c (xg_display_open): Reset default display if none exists.
6595 (xg_display_close): Allow Emacs to close all displays (bug#985).
6596
6597 2008-10-06 Andreas Schwab <schwab@suse.de>
6598
6599 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6600
6601 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6604
6605 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6606
6607 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6608 during initialization.
6609
6610 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6611
6612 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6613 whole thing on MSDOS frames as well as on a TTY.
6614
6615 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6616 well as for TTY.
6617 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6618 well as on a TTY.
6619
6620 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6621 as well as for TTY.
6622
6623 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6624
6625 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6626 MSDOS frames as well.
6627
6628 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6629
6630 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6631 correct arguments.
6632 * menu.c (find_and_return_menu_selection): Add cast.
6633
6634 2008-10-03 Glenn Morris <rgm@gnu.org>
6635
6636 * emacs.c (USAGE1): Add --daemon.
6637
6638 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6639
6640 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6641 100, so it's in percents as advertised.
6642
6643 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6644
6645 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6646 (ns_output.current_cursor, ns_output.desired_cursor)
6647 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6648 (FRAME_NEW_CURSOR_COLOR): Remove.
6649
6650 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6651 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6652 enumeration (HOLLOW_BOX_CURSOR, etc.).
6653
6654 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6655 (draw_window_cursor): Simplify code.
6656 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6657 Don't change cursor type. In latter, call rehighlight instead of doing
6658 updates manually.
6659 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6660 Use core Emacs cursor types.
6661
6662 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6663
6664 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6665
6666 * process.c (Faccept_process_output): Fix doc-string.
6667
6668 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6669
6670 * gmalloc.c (__sbrk): Also define for uClibc.
6671
6672 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6673 for uClibc.
6674
6675 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6676
6677 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6678 styles.
6679 (nsfont_open): Reenable the cache.
6680
6681 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6682
6683 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6684 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6685
6686 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6689 a suspended terminal.
6690
6691 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6694
6695 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6696
6697 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6698
6699 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6702 in a continued line coincides with a line beginning.
6703
6704 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6705
6706 * nsfont.m (nsfont_trait_distance): Fix bug.
6707 (nsfont_list): Return a list rather than a vector (syncs with Handa
6708 changes of 2008-05-14).
6709 (nsfont_open): Improve logging.
6710
6711 2008-09-29 Andreas Schwab <schwab@suse.de>
6712
6713 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6714
6715 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6716
6717 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6718 name as char-resolve-modifiers.
6719 Reported by: Markus Triska <markus.triska@gmx.at>
6720
6721 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6722
6723 * dispnew.c (init_display): Return earlier when running as a daemon.
6724
6725 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6726
6727 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6728
6729 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6730
6731 * composite.c (Fcomposition_get_gstring)
6732 (Fcompose_region_internal, Fcompose_string_internal)
6733 (Ffind_composition_internal): Doc fix.
6734 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6735 (syms_of_composite) <auto-composition-function>: Doc fix.
6736 (syms_of_composite) <composition-function-table>: Doc fix.
6737
6738 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * search.c (wordify): New argument for lax word-ends.
6741 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6742
6743 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6744
6745 * lisp.h (is_daemon): Declare.
6746 * dispnew.c (init_display): Do not try to initialize the terminal
6747 when running as a daemon.
6748
6749 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6752 x_display_pixel_height.
6753
6754 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6755
6756 * undo.c (record_point): Don't call Fundo_boundary for first
6757 change. (Bug#731)
6758
6759 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * emacs.c (Fdaemonp): Doc fix.
6762
6763 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6764
6765 * emacs.c (main): Place #ifdef in the proper place.
6766
6767 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6768
6769 * emacs.c (standard_args): Add --daemon.
6770 (main): Disconnect from the terminal when --daemon is passed.
6771 (is_daemon): New variable.
6772 (Fdaemonp): New function.
6773 (syms_of_emacs): Defsubr it.
6774
6775 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
6776
6777 * xdisp.c (get_next_display_element): Handle string display
6778 correctly when checking for the end of a box run.
6779
6780 2008-09-20 Glenn Morris <rgm@gnu.org>
6781
6782 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6783 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6784 (Frename_file): Avoid copying to trash if a rename involves
6785 a delete. (Bug#964).
6786
6787 2008-09-20 Eli Zaretskii <eliz@gnu.org>
6788
6789 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6790 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6791 frames as well as termcap frames.
6792 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6793 get_named_tty.
6794
6795 2008-09-19 Eli Zaretskii <eliz@gnu.org>
6796
6797 * process.c (procfs_system_process_attributes): Fix cmdline in
6798 case /proc/PID/cmdline is empty.
6799
6800 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6801 x_display_pixel_height.
6802
6803 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6806
6807 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6808 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6809
6810 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6811
6812 * dispextern.h (struct it): Move line_wrap away from the middle of
6813 bitfields. Move voffset in struct iterator_stack_entry after the
6814 bitfields. Move tab_width near after another short.
6815
6816 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6817
6818 * frame.h (struct frame): Move alpha from the middle of bitfields.
6819
6820 * window.h (struct window): Move frozen_window_start_p after the
6821 rest of the bitfields to reduce padding.
6822
6823 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * xterm.h (x_display_info): Remove `height' and `width' members.
6826
6827 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6828
6829 * w32term.h (w32_display_info): Remove `height', `width',
6830 `height_in', and `width_in' members.
6831
6832 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6833 New functions.
6834 (x_calc_absolute_position): Use them.
6835 (x_term_init): Omit removed `height' and `width' members.
6836
6837 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6838 New functions.
6839 (w32_read_socket, x_calc_absolute_position): Use them.
6840 (w32_initialize_display_info, w32_term_init): Omit removed members
6841 of w32_display_info.
6842
6843 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6844 New functions.
6845 (ns_initialize_display_info): Omit removed members of ns_display_info.
6846
6847 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6848 New functions.
6849 (x_calc_absolute_position): Use them.
6850 (x_term_init): Omit removed `height' and `width' members.
6851
6852 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6853 (compute_tip_xy):
6854 * frame.c (x_fullscreen_adjust):
6855 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6856 x_display_pixel_width.
6857
6858 2008-09-18 Kenichi Handa <handa@m17n.org>
6859
6860 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6861 (composition_compute_stop_pos): Fix handling of static composition.
6862 (Fcomposition_get_gstring): Check FROM and TO at first.
6863
6864 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
6867 mixup (YAILOM).
6868
6869 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * indent.c (Fvertical_motion): Use position reported by iterator
6872 instead of PT for determining screen motion (bug#943).
6873
6874 2008-09-17 Romain Francoise <romain@orebokech.com>
6875
6876 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6877
6878 2008-09-17 Kenichi Handa <handa@m17n.org>
6879
6880 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6881
6882 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6883 if necessary.
6884
6885 2008-09-16 Kenichi Handa <handa@m17n.org>
6886
6887 * coding.c (make_conversion_work_buffer): Avoid calling
6888 Fget_buffer_create if it is not necessary.
6889
6890 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6891
6892 * window.c (Fselect_window): Don't update window_select_count and
6893 use_time when norecord is not nil.
6894
6895 2008-09-14 Kenichi Handa <handa@m17n.org>
6896
6897 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6898 specpdl_ptr.
6899
6900 2008-09-12 Kenichi Handa <handa@m17n.org>
6901
6902 * indent.c (scan_for_column): Don't handle automatic composition
6903 if the current buffer is not associated with a window.
6904
6905 * composite.c (composition_reseat_it): If the current buffer is
6906 not associated with a window, ignore the automatic composition.
6907 (find_automatic_composition): Likewise.
6908
6909 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6912 (Fgpm_mouse_stop): Use it.
6913 * termhooks.h (close_gpm): Declare.
6914 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6915 connection if Gpm_GetEvent fails.
6916
6917 * window.c (set_window_buffer): Always preserve current-buffer.
6918
6919 2008-09-12 Glenn Morris <rgm@gnu.org>
6920
6921 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6922
6923 2008-09-11 Glenn Morris <rgm@gnu.org>
6924
6925 * charset.c (charset-map-path): Doc fix.
6926
6927 2008-09-10 Kenichi Handa <handa@m17n.org>
6928
6929 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6930
6931 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6932 compose a grapheme cluster with the preceding base glyph.
6933
6934 * composite.c (composition_compute_stop_pos): Fix previous change.
6935 Reset cmp_it->id to -1 at first.
6936
6937 2008-09-10 Glenn Morris <rgm@gnu.org>
6938
6939 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6940
6941 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
6942
6943 * keyboard.c (read_key_sequence): Reapply translation maps when
6944 switching keyboards.
6945
6946 2008-09-09 Kenichi Handa <handa@m17n.org>
6947
6948 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6949 characters.
6950
6951 * composite.c (FORWARD_CHAR): Fix calculation
6952 of (POSITION).pos_byte.
6953 (composition_compute_stop_pos): Limit the search of composition to
6954 at most 500 characters ahead. If we reach the limit or find a
6955 newline, set cmp_it->ch to -2 and return 0.
6956 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6957
6958 2008-09-08 Kenichi Handa <handa@m17n.org>
6959
6960 * indent.c (Fvertical_motion): Be sure to set
6961 it_overshoot_expected if it.cmp_it.id is non-negative.
6962
6963 2008-09-07 Andreas Schwab <schwab@suse.de>
6964
6965 * callproc.c (Fcall_process): Don't hold references to string data
6966 across garbage collection. Move initialisation of new_argv down
6967 to avoid compiler bug.
6968
6969 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6970
6971 * process.c (Fsystem_process_attributes): Doc fix.
6972
6973 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * callproc.c (Fcall_process): Canonicalize current directory name.
6976
6977 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6978 iterator advances to the next line if the current line ends in a
6979 continued tab.
6980
6981 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6982
6983 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6984 member to point to cmp_from.
6985
6986 * xdisp.c: Doc fix for references to gidx data member.
6987
6988 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6991
6992 2008-09-07 Kenichi Handa <handa@m17n.org>
6993
6994 * composite.c (FORWARD_CHAR): Check STOP after
6995 incrementing (POSITION).pos.
6996
6997 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6998
6999 * process.c (Fsystem_process_attributes): Doc fix.
7000
7001 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * keyboard.c (Ftop_level): Doc fix.
7004
7005 2008-09-06 Eli Zaretskii <eliz@gnu.org>
7006
7007 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7008 minibuffer, don't let lower part of menu invade the echo area.
7009
7010 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7011 "char *q" to access menu text and advance through it. Revert the
7012 change that displayed ">" instead of ASCII character 0x10.
7013
7014 2008-09-05 Eli Zaretskii <eliz@gnu.org>
7015
7016 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7017 toggle boxes and radio buttons on MS-DOS as well.
7018
7019 2008-09-05 Kenichi Handa <handa@m17n.org>
7020
7021 * composite.c (autocmp_chars): Check lookback count.
7022 (composition_compute_stop_pos): Set cmp_it->lookback.
7023 (composition_reseat_it): Check lookback count.
7024 (struct position_record): New struct.
7025 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7026 (find_automatic_composition): New function.
7027 (composition_adjust_point): Use find_automatic_composition.
7028
7029 * dispextern.h (struct composition_it): New member lookback.
7030
7031 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7034 if moving by a single line.
7035
7036 2008-09-02 Andreas Schwab <schwab@suse.de>
7037
7038 * xterm.c (x_delete_display): Fix merge error.
7039
7040 * fileio.c (Fexpand_file_name): Remove unused variables.
7041
7042 2008-09-02 Eli Zaretskii <eliz@gnu.org>
7043
7044 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7045 storage on all platforms, not just on DOS_NT.
7046
7047 2008-09-02 Jason Rumney <jasonr@gnu.org>
7048
7049 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7050 Ensure mouse is not grabbed after menu is finished.
7051
7052 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * xfaces.c (Finternal_set_alternative_font_family_alist)
7055 (Finternal_set_alternative_font_registry_alist): Properly copy
7056 entire alist structure.
7057
7058 2008-09-01 Kenichi Handa <handa@m17n.org>
7059
7060 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
7061 representative chars of the script is a vector.
7062 (ftfont_list): Handle the case where the representative chars of
7063 the script is a vector.
7064
7065 * character.c (syms_of_character): Docstring of
7066 script-representative-chars fixed.
7067
7068 2008-08-31 Eli Zaretskii <eliz@gnu.org>
7069
7070 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7071 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7072 the menu. Allocate larger buffer for `text', to account for
7073 possible ^C characters.
7074
7075 2008-08-31 Martin Rudalics <rudalics@gmx.at>
7076
7077 * xdisp.c (prepare_menu_bars): Don't call
7078 Vwindow_size_change_functions with arg Qt.
7079
7080 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * font.h (font_range):
7083 * fileio.c (report_file_error):
7084 * composite.c (composition_update_it): Yet another int/Lisp_Object
7085 mixup (YAILOM).
7086
7087 2008-08-30 Glenn Morris <rgm@gnu.org>
7088
7089 * data.c (Fmake_variable_frame_local): Doc fix.
7090
7091 * frame.c (Fmodify_frame_parameters): Doc fix.
7092
7093 2008-08-30 Eli Zaretskii <eliz@gnu.org>
7094
7095 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7096 needed by GetTokenInformation.
7097 (w32_system_process_attributes): Check return values of all system
7098 APIs.
7099
7100 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7101 only when the state changes.
7102 (IT_update_begin, IT_update_end): Add termscript trace.
7103
7104 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7105 clipboard is unavailable. Set dst to NULL if it doesn't point to
7106 malloc'ed data.
7107 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7108 passing random values to xfree.
7109
7110 * dispnew.c (init_display): Set `tty's association in frame's
7111 parameters alist to the name of the terminal device, if that is known.
7112
7113 2008-08-29 Jason Rumney <jasonr@gnu.org>
7114
7115 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7116
7117 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7118
7119 * composite.c (fill_gstring_body): Avoid compiler warnings.
7120
7121 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7122 LGLYPH_SET_CODE to avoid compiler warnings.
7123
7124 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
7125
7126 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7127
7128 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7129 LGLYPH_SET_CODE.
7130
7131 2008-08-29 Kenichi Handa <handa@m17n.org>
7132
7133 * fileio.c (report_file_error): Don't downcase the first character
7134 of errstring if it is still unibyte.
7135
7136 2008-08-29 Kenichi Handa <handa@m17n.org>
7137
7138 These changes are to re-implement the automatic composition so
7139 that it doesn't use text properties.
7140
7141 * Makefile.in (ftfont.o): Depend on composite.h.
7142 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7143
7144 * character.h (Vunicode_category_table): Extern it.
7145
7146 * character.c (Vunicode_category_table): New variable.
7147 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7148
7149 * chartab.c (optimize_sub_char_table): Perform more greedy
7150 optimization.
7151
7152 * composite.h (enum composition_method):
7153 Delete COMPOSITION_WITH_GLYPH_STRING.
7154 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7155 (Vcomposition_function_table): Extern it.
7156 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7157 (composition_gstring_put_cache, composition_gstring_from_id)
7158 (composition_gstring_p, composition_gstring_width)
7159 (composition_compute_stop_pos, composition_reseat_it)
7160 (composition_update_it, composition_adjust_point): Extern them.
7161 (Fcomposition_get_gstring): EXFUN it.
7162
7163 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
7164 (Vcomposition_function_table)
7165 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
7166 (gstring_hash_table, gstring_work, gstring_work_headers):
7167 New variables.
7168 (gstring_lookup_cache, composition_gstring_put_cache)
7169 (composition_gstring_from_id, composition_gstring_p)
7170 (composition_gstring_width, fill_gstring_header)
7171 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7172 (composition_reseat_it, composition_update_it)
7173 (composition_adjust_point, Fcomposition_get_gstring): New functions.
7174 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7175 and gstring_work_headers. DEFVAR_LISP composition-function-table.
7176 Defsubr composition_get_gstring.
7177
7178 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7179 cmp_id.
7180 (struct glyph_string): Delete the member gidx. New members
7181 cmp_id, cmp_from, and cmp_to.
7182 (enum it_method): Delete GET_FROM_COMPOSITION.
7183 (struct composition_it): New struct.
7184 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7185 Delete c, len, cmp_id, cmp_len in u.comp.
7186
7187 * font.h (enum lgstring_indices): Delete it.
7188 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
7189 (enum lglyph_indices): Likewise.
7190 (font_range): Adjust extern.
7191 (font_fill_lglyph_metrics): Extern it.
7192
7193 * font.c (QCf): New variable.
7194 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7195 (font_prepare_composition): Delete this function.
7196 (font_range): Type and arguments changed.
7197 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7198 (font_fill_lglyph_metrics): New function.
7199 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
7200 (syms_of_font): DEFSYM QCf. Delete defsubr for
7201 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7202 Defsubr Sfont_shape_gstring.
7203
7204 * fontset.h (font_for_char): Extern it.
7205
7206 * fontset.c (font_for_char): New function.
7207
7208 * ftfont.c: Include composite.h.
7209 (ftfont_resolve_generic_family): Add langset "en" to pattern.
7210 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7211
7212 * indent.c: Include composite.h and dispextern.h.
7213 (check_composition): Delete this function.
7214 (scan_for_column): Handle composition by
7215 composition_compute_stop_pos, composition_reseat_it, and
7216 composition_update_it.
7217 (compute_motion): Likewise.
7218 (Fvertical_motion): Fix checking of composition.
7219
7220 * keyboard.c (adjust_point_for_property): Check composition by
7221 composition_adjust_point.
7222
7223 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7224 struct glyph_string.
7225
7226 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7227 (append_composite_glyph): Adjust for the change of struct it and
7228 struct glyph.
7229 (produce_composite_glyph): Likewise.
7230
7231 * w32term.c (x_draw_composite_glyph_string_foreground):
7232 Adjust for the change of struct glyph_string.
7233 (x_draw_glyph_string): Likewise.
7234
7235 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7236 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7237
7238 * xdisp.c: Include font.h.
7239 (it_props): Delete the entry for Qauto_composed.
7240 (init_iterator): Initialize it->cmp_it.id to -1.
7241 (compute_stop_pos): Call composition_compute_stop_pos.
7242 (face_before_or_after_it_pos): Adjust for the change of struct it.
7243 (handle_auto_composed_prop): Delete it.
7244 (handle_composition_prop): Handle only static composition.
7245 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7246 from xassert. Initialize it->cmp_it.stop_pos.
7247 (push_it): Adjust for the change of struct it.
7248 (pop_it): Likewise.
7249 (get_next_element): Delete next_element_from_composition.
7250 (CHAR_COMPOSED_P): New macro.
7251 (get_next_display_element): For automatic composition, get a face
7252 from the font in the glyph-string.
7253 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7254 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7255 (next_element_from_string): Check if the character at the current
7256 position is composed by CHAR_COMPOSED_P.
7257 (next_element_from_buffer): Likewise.
7258 (next_element_from_composition): Adjust for the change of struct it.
7259 Update it->cmp_it.
7260 (dump_glyph): Adjust for the change of struct glyph.
7261 (fill_composite_glyph_string): Adjust for the change of struct
7262 it and struct glyph. Don't handle automatic composition here.
7263 (fill_gstring_glyph_string): New function.
7264 (x_get_glyph_overhangs): Handle automatic composition.
7265 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7266 (BUILD_GSTRING_GLYPH_STRING): New macro.
7267 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7268 automatic composition.
7269 (append_composite_glyph): Adjust for the change of struct it and
7270 struct glyph.
7271 (x_produce_glyphs): Adjust for the change of struct it.
7272
7273 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7274 the change of struct glyph_string.
7275 (x_draw_glyph_string): Likewise.
7276
7277 2008-08-29 Glenn Morris <rgm@gnu.org>
7278
7279 * buffer.c (word-wrap): Doc fix.
7280 * xdisp.c (truncate-partial-width-windows): Doc fix.
7281 Increase default to 50.
7282
7283 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7284
7285 * xdisp.c (update_tool_bar_unwind): New function.
7286 (update_tool_bar): Temporarily set selected frame before building
7287 tool-bar items.
7288
7289 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7290
7291 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7292 snprintf, respectively.
7293 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7294
7295 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7298 LDFLAGS to GNUstep CC invocation.
7299
7300 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7301
7302 * indent.c (Fvertical_motion): Revert last change. Handle the
7303 general case where we are moving forward, and PT spans multiple
7304 screen lines.
7305
7306 * eval.c (find_handler_clause): Temporarily increase
7307 max-lisp-eval-depth while printing the backtrace buffer, to
7308 guarantee that help-mode code can run.
7309
7310 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7311
7312 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7313 colors under -rv.
7314 (IT_set_frame_parameters): Don't swap foreground and background
7315 colors if `(reverse . t)' is present in the frame properties.
7316 (internal_terminal_init): Call init_frame_faces only for the
7317 initial frame.
7318
7319 2008-08-27 Andreas Schwab <schwab@suse.de>
7320
7321 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7322
7323 2008-08-27 Andreas Schwab <schwab@suse.de>
7324
7325 * search.c (search_buffer): Set char_base to zero only at the end.
7326
7327 2008-08-27 Kenichi Handa <handa@m17n.org>
7328
7329 * fileio.c (report_file_error): Fix handling of multibyte error string.
7330
7331 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7332
7333 * xterm.c (x_term_init): Temporarily hide the partially
7334 initialized terminal while calling vendor-specific-keysyms.
7335
7336 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7337
7338 * msdos.c (internal_terminal_init): Most initializations done only
7339 once, especially initial_screen_colors[] and termscript open.
7340
7341 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * eval.c (Fcondition_case): Doc fix.
7344
7345 * widgetprv.h (EmacsFramePart): Change font member to the new font
7346 struct.
7347
7348 * widget.c: Include character.h and font.h for XSETFONT.
7349 (setup_frame_gcs): Compute X font id from font struct, just once.
7350
7351 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7352
7353 * term.c (get_named_tty): Fix last change.
7354
7355 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * indent.c (Fvertical_motion): If moving forward starting from a
7358 multi-line string, move the iterator to the last line of that string.
7359
7360 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7361
7362 * frame.c (do_switch_frame): Mark previously displayed frame as
7363 obscured for FRAME_MSDOS_P frames as well.
7364
7365 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7366
7367 * frame.c (make_terminal_frame): Initialize f->terminal,
7368 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7369 Set the top frame to newly created frame.
7370 (Fmake_terminal_frame): Reuse the_only_display_info.
7371
7372 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7373 estimating available memory.
7374
7375 2008-08-23 David Reitter <david.reitter@gmail.com>
7376
7377 * nsterm.m (ns_draw_window_cursor): Don't call
7378 NSDisableScreenUpdates and NSEnableScreenUpdates on
7379 non-NS_IMPL_COCOA systems.
7380
7381 2008-08-23 Andreas Schwab <schwab@suse.de>
7382
7383 * process.c (procfs_system_process_attributes): Fix use of
7384 uninitialized variables.
7385
7386 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7387
7388 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7389
7390 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7391 calling tty-set-up-initial-frame-faces.
7392
7393 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7394 Allow MSDOS frames along with X frames.
7395
7396 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7397 addition to output_termcap.
7398
7399 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7400
7401 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7402 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7403 highlight.
7404
7405 * process.c [!subprocesses]: Define QCname.
7406 (syms_of_process): Intern and staticpro it.
7407
7408 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7409 Adjust for changes in encoding/decoding routines.
7410 Use encode_coding_object and decode_coding_object instead of
7411 encode_coding and decode_coding.
7412
7413 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7414
7415 * dosfns.c: Include frame.h before termhooks.h.
7416 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7417 variable termscript.
7418
7419 * s/msdos.h (USER_FULL_NAME): Define.
7420 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7421
7422 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7423 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7424 pw->pw_gecos.
7425
7426 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7427 SELECTED_FRAME as additional (1st) argument.
7428 (tty_read_avail_input): Handle output_msdos_raw in
7429 addition to output_termcap.
7430
7431 * msdos.c: Include frame.h before termhooks.h.
7432 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7433 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7434 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7435 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7436 (IT_set_terminal_modes, IT_reset_terminal_modes)
7437 (IT_set_frame_parameters): Use tty->termscript instead of a global
7438 variable termscript.
7439 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7440 global variable terminal_coding. Don't refer to
7441 Vnonascii_translation_table.
7442 (internal_terminal_init): Set Vwindow_system in current_kboard.
7443 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7444 Announce date and time of session start, if termscript is open.
7445 Don't zero out the_only_display_info (it is done in
7446 term.c:init_tty). Open termscript only of not already open.
7447 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7448 here instead of dos_ttraw. Don't initialize display if this is an
7449 initial tty. Don't set FRAME_FONT.
7450 (Vwindow_system_version): Bump to 23.
7451 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7452 is available, set up mouse_position_hook.
7453 (dos_ttraw, IT_set_terminal_modes): If called with initial
7454 terminal, do nothing.
7455 (IT_set_frame_parameters): Handle the Qtty_type frame
7456 parameter by calling internal_terminal_init.
7457 (dos_set_window_size, show_mouse_face)
7458 (clear_mouse_face, IT_note_mode_line_highlight)
7459 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7460 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7461 (initialize_msdos_display): New function.
7462 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7463 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7464 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7465 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7466 Accept additional argument: a pointer to a frame. Update all callers.
7467 (request_sigio, unrequest_sigio): Don't define, now defined on
7468 sysdep.c.
7469 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7470
7471 * term.c [MSDOS]: Include msdos.h.
7472 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7473 conditional to DOS_NT. Allow only one call to this function in a
7474 session. Don't allocate a new struct tty_display_info; instead,
7475 reuse the_only_display_info. Call get_tty_size to get screen
7476 dimensions. Call init_baud_rate to set bad_rate.
7477 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7478 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7479 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7480 (get_tty_terminal, get_named_tty, Ftty_type)
7481 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7482 output_termcap.
7483 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7484 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7485 only when subprocesses are supported.
7486
7487 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7488 f->output_data.x.
7489 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7490 terminal devices.
7491
7492 * msdos.h: Remove definition of struct x_display_info and struct
7493 x_output.
7494 (FRAME_FONT): Use output_data.tty.
7495 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7496 (struct x_display_info): Rename from display_info. Update all users in
7497 msdos.c.
7498 (struct x_output): Remove background_pixel and foreground_pixel.
7499 (the_only_display_info): Rename from the_only_x_display.
7500 (dos_ttraw): Update prototype.
7501
7502 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7503 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7504
7505 2008-08-23 Jason Rumney <jasonr@gnu.org>
7506
7507 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7508 (fn_TIFFSetDirectory): New library function used.
7509 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7510 (tiff_load): Use :index to select among multiple images. Set count
7511 property when multiple images exist.
7512 (gif_format): Use :index, not :image.
7513
7514 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * xdisp.c (try_scrolling): Check INT_MAX instead of
7517 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7518 to obtain INT_MAX.
7519
7520 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7521
7522 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7523
7524 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7525
7526 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7527 GNUstep library location.
7528
7529 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7532 before using it.
7533
7534 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7535
7536 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7537
7538 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7539 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7540 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7541 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7542 (EmacsApp-cursor_blink_handler): Remove declaration.
7543 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7544 match 01 Feb 2008 changes in xterm.c.
7545 (ns_read_socket): Add cast to avoid warning.
7546 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7547 GNUstep.
7548
7549 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * xselect.c (x_get_foreign_selection): Return nil if desired
7552 selection could not be obtained, instead of signalling an error.
7553
7554 2008-08-20 David Reitter <david.reitter@gmail.com>
7555
7556 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7557 * nsterm.m: Remove ns-specific code for cursor blinking.
7558 (ns_draw_window_cursor): Clear cursor properly rather than
7559 redrawing the area. Respect width of bar cursors.
7560 These changes enable the use of generic blink-cursor-mode and
7561 generic cursor types in NS and support smooth cursor movements (do
7562 not blink off after command).
7563 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7564 Nextstep, too.
7565
7566 2008-08-19 Kenichi Handa <handa@m17n.org>
7567
7568 * font.c (Vfont_log_deferred): New variable.
7569 (font_add_log): Check Vfont_log_deferred.
7570 (font_deferred_log): New function.
7571
7572 * font.h (font_deferred_log): Extern it.
7573
7574 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7575 for sorting.
7576 (face_for_char): Use deferred log.
7577
7578 2008-08-18 Kenichi Handa <handa@m17n.org>
7579
7580 * fontset.c (face_for_char): Add font log.
7581
7582 * font.c (font_add_log): Add the font properties :script, :lang,
7583 and :otf in the log.
7584
7585 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * xdisp.c: Remove dead code.
7588 (handle_invisible_prop, next_overlay_string): Defer call to
7589 setup_for_ellipsis.
7590 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7591
7592 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * xfaces.c (lookup_derived_face): Properly handle possible zero
7595 return value of get_lface_attributes.
7596 (merge_faces): Don't tell lookup_derived_face to signal an error
7597 if face is not found.
7598
7599 * dired.c (Fdirectory_files): Doc fix.
7600
7601 * process.c (make_process): Initialize kill_without_query struct
7602 member.
7603
7604 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7605
7606 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7607 Alternative calculation of totphys for Visual Studio 6.
7608
7609 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7610
7611 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7612 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7613 All users changed.
7614 (stat): Only root directory passed to GetDriveType. Allow RAM
7615 disk as well as local fixed disk when w32-get-true-file-attributes
7616 is set to `local'.
7617 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7618 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7619 (w32_cached_id, w32_add_to_cache): New functions.
7620 (get_name_and_id): Look account names in the cache before calling
7621 lookup_account_sid.
7622 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7623 New initialization flags.
7624 (globals_of_w32): Initialize them to zero.
7625 (w32_system_process_attributes): Use w32_cached_id and
7626 w32_add_to_cache.
7627
7628 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7629
7630 * lread.c (Fread_char, Fread_char_exclusive): If no character
7631 event is read before timeout is reached, return nil, rather than
7632 converting to a number.
7633
7634 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * fns.c (use_dialog_box): Doc fix.
7637
7638 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7639 on OS X.
7640
7641 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * frame.c (Qns_parse_geometry): New var.
7644 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7645
7646 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7647
7648 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7649 space character in calculating tabs.
7650
7651 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7652
7653 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7654
7655 2008-08-10 Glenn Morris <rgm@gnu.org>
7656
7657 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7658 silence gcc "limited range of data type" warnings in some
7659 make_fixnum_or_float calls.
7660
7661 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7662
7663 * w32.c (w32_system_process_attributes): If the process does not
7664 exist, return nil.
7665
7666 * w32.c: Include thelp32.h, psapi.h and coding.h.
7667 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7668 declarations.
7669 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7670 (Process32Next_Proc): New typedefs.
7671 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7672 (g_b_init_process32_next, g_b_init_open_thread_token)
7673 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7674 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7675 (g_b_init_get_process_working_set_size)
7676 (g_b_init_global_memory_status_ex): New static variables.
7677 (globals_of_w32): Initialize them.
7678 (create_toolhelp32_snapshot, process32_first, process32_next)
7679 (open_thread_token, impersonate_self, revert_to_self)
7680 (get_process_memory_info, get_process_working_set_size)
7681 (global_memory_status, global_memory_status_ex): New wrapper
7682 functions.
7683 (w32_list_system_processes, w32_system_process_attributes)
7684 (enable_privilege, restore_privilege, ltime, process_times):
7685 New functions.
7686 (convert_time_raw): New function.
7687 (convert_time): Remove conversion of FILETIME into time in 100
7688 nsec units, call convert_time_raw instead.
7689
7690 * process.h (w32_list_system_processes, w32_system_process_attributes):
7691 Add prototypes.
7692 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7693 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7694 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7695 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7696
7697 * process.c (Fsystem_process_attributes): Doc fix.
7698
7699 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7702 a continued multi-char glyph; if so, advance to the actual glyph.
7703
7704 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7705
7706 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7707
7708 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7709 (.m.o): Use it.
7710 * config.in: Regenerate.
7711
7712 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * xdisp.c (redisplay_window): Revert last change.
7715 (try_window): Check bottom scroll margin too.
7716
7717 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7718
7719 * config.in: Regenerate.
7720
7721 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7722 -list-load-path-shadows'.
7723 (nsgui.h): Reduce number of things depending on it.
7724
7725 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7728 instead of window-end which does the wrong thing at eob.
7729 (try_cursor_movement): Minor optimization.
7730 (redisplay_window): If scroll margin is defined, don't assume
7731 window doesn't need scrolling.
7732
7733 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7734
7735 * config.in: Regenerate.
7736
7737 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7738 (mostlyclean): Don't delete *.d under NS.
7739
7740 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7741
7742 2008-08-06 Kenichi Handa <handa@m17n.org>
7743
7744 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7745
7746 2008-08-06 Andreas Schwab <schwab@suse.de>
7747
7748 * config.in: Regenerate.
7749
7750 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7751
7752 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7753 forcing a window start.
7754
7755 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7756 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7757
7758 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7759
7760 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7761 argument.
7762
7763 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7764
7765 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7766 <scroll-down-aggressively, before-change-functions>:
7767 <after-change-functions>: Reflow docstrings.
7768
7769 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7770 Ken Raeburn <raeburn@gnu.org>
7771
7772 Dock menu customization, based on a patch by Ken Raeburn, plus some
7773 other fixes.
7774 * nsmenu.m (dockMenu): New variable.
7775 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7776
7777 * nsterm.h (dockMenu): Declare.
7778
7779 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7780 (ns_term_init): Initialize dockMenu.
7781 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7782 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7783 left.
7784
7785 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7786
7787 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7790
7791 * config.in: Regenerate.
7792
7793 2008-08-04 Seiji Zenitani <zenitani@mac.com>
7794
7795 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7796
7797 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7800
7801 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7802
7803 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7804
7805 * keyboard.h: Comment an #endif.
7806
7807 * lisp.h (have_menus_p): Adjust comment.
7808
7809 * menu.c (find_and_return_menu_selection): Fix comparison with
7810 client_data.
7811
7812 * nsmenu.m (popup_activated_flag): New variable.
7813 (popup_activated): New function.
7814 (menu-or-popup-active-p): New exported lisp definition.
7815 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7816 when popup done.
7817 (ns_popup_dialog): Set popup_activated_flag.
7818
7819 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7820 version for GNUstep (handled by conditional typedef in nsterm.m).
7821 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7822 in rgb.txt).
7823
7824 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7825
7826 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7827
7828 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7829
7830 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7831 shortcircuit if popup_activated like GTK and X toolkit.
7832
7833 * m/inter386.h: Change DARWIN to DARWIN_OS.
7834
7835 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7836 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7837 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7838 comment on NO_SOCK_SIGIO.
7839
7840 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
7841
7842 * nsterm.m (windowDidResize): Remove stopModal call.
7843
7844 2008-08-03 Andreas Schwab <schwab@suse.de>
7845
7846 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7847 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7848
7849 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7852 Don't use uninitialized pointer variable when using getrlimit.
7853
7854 2008-08-02 Jason Rumney <jasonr@gnu.org>
7855
7856 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7857
7858 2008-08-02 Eli Zaretskii <eliz@gnu.org>
7859
7860 * alloc.c (NSTATICS): Bump to 0x640.
7861
7862 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7863
7864 * lisp.h: Add prototype for directory_files_internal.
7865
7866 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7867 New functions.
7868 (syms_of_process): Defsubr them. Add initializations for various
7869 Q* symbols used in procfs_system_process_attributes.
7870 (procfs_list_system_processes, procfs_system_process_attributes)
7871 [HAVE_PROCFS]: New functions.
7872 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7873 (procfs_get_total_memory): New functions.
7874
7875 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7876
7877 * xfaces.c (Fx_load_color_file): Fix previous change;
7878 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7879
7880 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7883
7884 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7885
7886 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7887
7888 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
7889
7890 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7891
7892 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7893 define NSApplicationDelegateReplySuccess.
7894 (EmacsView -converstationIdentifier): Use long instead of
7895 NSInteger for GNUstep, since it doesn't have NSInteger.
7896
7897 * xmenu.c: Revert last change.
7898
7899 * keyboard.h: Fix last change.
7900
7901 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7904 on Windows.
7905
7906 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7907
7908 Warning clearing and clean-up in NS port.
7909 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7910 Add prototypes.
7911 * nsgui.h (FACE_DEFAULT): Remove, unused.
7912 (XGCValues): Change colors to unsigned long.
7913 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7914 nsterm.m.
7915 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7916 (ns_list_fonts): Remove, unused.
7917 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7918 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7919 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7920 (nsfont_draw): Compare face colors to 0, not nil.
7921 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7922 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7923 (-addSubmenuWithTitle:): Use NSMenuItem class.
7924 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7925 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7926 (ns_clip_to_row): Make gc arg a BOOL.
7927 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7928 ns_clip_to_row() call.
7929 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7930 used). Cast FRAME_FONT assignments.
7931 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7932 (ns_string_to_lispmod): Change arg to const char.
7933 (ns_term_init): Use NSMenuItem class.
7934 (EmacsApp -openFile:): Move to different section of file.
7935 (EmacsApp -application:openFiles:): Don't return a value, call
7936 -replyToOpenOrPrint:.
7937 (EmacsView -keyDown:): Fix up cast.
7938 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7939 (EmacsView -menuDown:): Cast tag in call to
7940 find_and_call_menu_selection().
7941 (ns_list_fonts): Remove, unused.
7942 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7943 (ns_fontname_to_xlfd): Make static.
7944 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7945 Remove prototypes (now in keyboard.h).
7946 (next_menubar_widget_id): Remove, unused.
7947 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7948 Remove prototypes (now in keyboard.h).
7949 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7950
7951 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7952
7953 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7954 (floatfns.o): Depend on syssignal.h.
7955 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7956
7957 * systty.h: Fix previous change that removed BSD_TERMIOS.
7958 Add comments to #ifdefs.
7959
7960 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7961
7962 * w32fns.c (w32-load-color-file): Remove.
7963 (x-open-connection): Use renamed Fx_load_color_file.
7964 * xfaces.c (x-load-color-file): Add.
7965 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7966 Emacs.clr.
7967 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7968
7969 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7970
7971 * dbusbind.c (Fdbus_call_method_asynchronously)
7972 (Fdbus_method_error_internal): New defuns.
7973 (xd_read_message): Handle also reply messages.
7974 (Vdbus_registered_functions_table): Extend docstring.
7975
7976 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * keyboard.c (gobble_input): Fix previous change.
7979
7980 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * bitmaps/README:
7983 * xfns.c:
7984 * termcap.c:
7985 * term.c:
7986 * syswait.h:
7987 * systty.h:
7988 * systime.h:
7989 * syssignal.h:
7990 * sysdep.c:
7991 * process.h:
7992 * process.c:
7993 * print.c:
7994 * ndir.h:
7995 * lread.c:
7996 * keyboard.c:
7997 * getpagesize.h:
7998 * floatfns.c:
7999 * fileio.c:
8000 * emacs.c:
8001 * doc.c:
8002 * dispnew.c:
8003 * dired.c:
8004 * data.c:
8005 * callproc.c:
8006 * buffer.c:
8007 * README:
8008 * Makefile.in:
8009 * s/template.h:
8010 * s/msdos.h:
8011 * m/vax.h: Remove VMS support.
8012 * s/vms.h:
8013 * vlimit.h:
8014 * uaf.h:
8015 * temacs.opt:
8016 * param.h:
8017 * ioctl.h: Remove file.
8018
8019 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * s/ms-w32.h (MULTI_KBOARD): Remove.
8022 * xterm.c:
8023 * xselect.c:
8024 * xfns.c:
8025 * window.c:
8026 * w32term.c:
8027 * w32fns.c:
8028 * terminal.c:
8029 * termhooks.h:
8030 * term.c:
8031 * sysdep.c:
8032 * keyboard.h:
8033 * keyboard.c:
8034 * frame.h:
8035 * frame.c:
8036 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8037 * config.in: Regenerate.
8038
8039 2008-07-30 Jason Rumney <jasonr@gnu.org>
8040
8041 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8042
8043 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8044 (w32font_open_internal): Get unicode version of textmetrics.
8045 Don't enable or disable glyph indices here.
8046 (w32font_open): Disable use of glyph indices.
8047
8048 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8049
8050 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * minibuf.c (Vread_buffer_function): Doc fix.
8053
8054 2008-07-30 John Paul Wallington <jpw@pobox.com>
8055
8056 * minibuf.c (read_buffer_completion_ignore_case): New var.
8057 (Fread_buffer): Use it.
8058
8059 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8060
8061 * systty.h (sensemode): Remove empty #if. Remove reference to
8062 BSD_TERMIOS, unused.
8063
8064 * sysdep.c: Remove reference to DGUX.
8065 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8066
8067 * config.in: Regenerate.
8068
8069 2008-07-30 Jason Rumney <jasonr@gnu.org>
8070
8071 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8072
8073 2008-07-29 Jason Rumney <jasonr@gnu.org>
8074
8075 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8076 is populated.
8077 (uniscribe_encode_char): Always use uniscribe.
8078 Avoid using context if cache is populated.
8079
8080 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8081
8082 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8083 open menu.
8084
8085 * gtkutil.c (menu_nav_ended): Remove.
8086 (create_menus): Remove signal connect for menu_nav_ended.
8087
8088 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
8089
8090 * xdisp.c (redisplay_window): Check return value of
8091 compute_window_start_on_continuation_line before forcing a window
8092 start.
8093
8094 2008-07-28 Jason Rumney <jasonr@gnu.org>
8095
8096 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8097
8098 * w32term.c (w32_enable_unicode_output, cleartype_active):
8099 Remove obsolete display options.
8100 (x_draw_glyph_string_background): Don't use old cleartype_active
8101 workaround.
8102 (w32_initialize): Remove cleartype_active initialization.
8103 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8104
8105 2008-07-28 Andreas Schwab <schwab@suse.de>
8106
8107 * lisp.h (init_weak_hash_tables, syms_of_font)
8108 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8109 (remove_hash_entry): Don't declare.
8110 * eval.c (maybe_call_debugger): Make static and move before use.
8111 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8112 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8113 * xterm.h (x_set_frame_alpha): Declare.
8114
8115 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8116
8117 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8118 (create_menus): Connect selection-done to menu_nav_ended.
8119
8120 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8121
8122 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8123 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8124 parameter with read of 'alpha' one.
8125 (Qns_frame_parameter): Remove.
8126 * nsselect.m (selection-coding-system)
8127 (next-selection-coding-system, Vselection_coding_system)
8128 (Vnext_selection_coding_system): Drop.
8129
8130 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8131
8132 * nsfns.m (do-applescript, do_applescript): Rename to
8133 ns-do-applescript, ns_do_applescript, and move within file.
8134
8135 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8136
8137 Remove support for Mac Carbon.
8138 * mactoolbox.c:
8139 * macterm.h:
8140 * macterm.c:
8141 * macselect.c:
8142 * macmenu.c:
8143 * macgui.h:
8144 * macfns.c:
8145 * mac.c: Remove file.
8146 * s/darwin.h:
8147 * m/intel386.h:
8148 * xfaces.c:
8149 * xdisp.c:
8150 * window.c:
8151 * tparam.c:
8152 * termhooks.h:
8153 * termcap.c:
8154 * term.c:
8155 * syssignal.h:
8156 * sysselect.h:
8157 * sysdep.c:
8158 * process.c:
8159 * lread.c:
8160 * lisp.h:
8161 * keyboard.c:
8162 * image.c:
8163 * fringe.c:
8164 * frame.h:
8165 * frame.c:
8166 * fontset.c:
8167 * font.h:
8168 * font.c:
8169 * fns.c:
8170 * fileio.c:
8171 * emacs.c:
8172 * dispnew.c:
8173 * dispextern.h:
8174 * config.in:
8175 * atimer.c:
8176 * Makefile.in: Remove code for Carbon.
8177
8178 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8179
8180 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8181
8182 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8183
8184 * macterm.h (kCGBitmapByteOrder32Host): New define for
8185 non-universal SDKs.
8186
8187 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8188 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8189
8190 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8191 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8192
8193 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8194
8195 * w32inevt.c: Include dispextern.h.
8196
8197 2008-07-26 Andreas Schwab <schwab@suse.de>
8198
8199 * print.c (print_object): Fix off-by-one in last change.
8200
8201 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * term.c (syms_of_term): Don't initialize default_orig_pair,
8204 default_set_foreground and default_set_background on Windows.
8205
8206 2008-07-25 Jason Rumney <jasonr@gnu.org>
8207
8208 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8209 ScriptItemize. Clean up return value checking. Remove unused
8210 variables.
8211 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8212 shaping engine.
8213
8214 * w32font.c (w32font_has_char): Handle the case where we can't
8215 determine the script for a character.
8216
8217 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8218
8219 * term.c (syms_of_term): Initialize default_orig_pair,
8220 default_set_foreground, and default_set_background.
8221
8222 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8223 clash (bug#86).
8224 (getloadavg): Callers changed.
8225
8226 * image.c (svg_load_image): Fix last change.
8227 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8228 image size is valid. Use g_object_unref instead of deprecated
8229 rsvg_handle_free to free rsvg handle.
8230 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8231
8232 2008-07-25 Jason Rumney <jasonr@gnu.org>
8233
8234 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8235 surrogates before looking up glyph index.
8236 (w32font_text_extents): Encode as surrogates if falling back to
8237 functions that need UTF-16 wide chars.
8238
8239 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8240 BMP as surrogates before looking up glyph index.
8241
8242 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8243
8244 * image.c (svg_load_image): Check for failure in return value of
8245 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8246
8247 2008-07-25 Jason Rumney <jasonr@gnu.org>
8248
8249 * w32font.c (Fx_select_font): Reverse sense of second arg.
8250
8251 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8254 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8255
8256 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8257 (PURESIZE): Use it.
8258
8259 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8260
8261 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8262 * m/alpha.h (TEXT_END):
8263 * m/ibmrs6000.h (TEXT_END):
8264 * m/macppc.h (TEXT_END):
8265 * s/darwin.h (TEXT_END):
8266 * s/msdos.h (TEXT_END): Remove, unused.
8267 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8268 * s/cygwin.h: Remove comment.
8269
8270 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8271 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8272 * m/intel386.h (DOT_GLOBAL_START):
8273 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8274 (USG): Remove, file not used on USG platforms.
8275
8276 * Makefile.in (HAVE_X11): Remove empty #else.
8277
8278 2008-07-24 Andreas Schwab <schwab@suse.de>
8279
8280 * fileio.c (Finsert_file_contents): Properly adjust undo list
8281 after format conversion.
8282
8283 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8284
8285 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8286 (menu_nav_ended): Remove.
8287 (create_menus): Remove signal connect for menu_nav_ended.
8288 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8289 create_menus.
8290 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8291
8292 2008-07-23 Jason Rumney <jasonr@gnu.org>
8293
8294 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8295 with opened font.
8296 (w32font_open): Set font type to gdi.
8297
8298 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8299
8300 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8303 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8304 defines it.
8305 * unexec.c (ADDR_CORRECT): Define unconditionally.
8306
8307 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8308
8309 * unexec.c: Remove code depending on !COFF and USG, the file is
8310 not used for such systems.
8311
8312 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8313 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8314 (LD_SWITCH_SYSTEM_1): Remove, update users.
8315
8316 * s/darwin.h (DATA_END):
8317 * m/intel386.h (DATA_END):
8318 * m/ibmrs6000.h (DATA_END):
8319 * m/alpha.h (DATA_END): Remove, unused.
8320
8321 * config.in: Regenerate.
8322 * s/ms-w32.h (subprocesses): Define unconditionally.
8323 * s/template.h (subprocesses): Update comment.
8324 * s/vms.h (subprocesses):
8325 * s/usg5-4.h (subprocesses):
8326 * s/hpux10-20.h (subprocesses):
8327 * s/gnu-linux.h (subprocesses):
8328 * s/cygwin.h (subprocesses):
8329 * s/bsd-common.h (subprocesses):
8330 * s/aix4-2.h (subprocesses):
8331 * s/darwin.h (subprocesses): Do not define, defined by default now.
8332
8333 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8334 Remove all references.
8335 (temacs): Add GNUstep specific ld flags.
8336
8337 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8338 similarly to what X does.
8339
8340 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8341
8342 * nsfns.m (x-list-fonts): Remove.
8343 (syms_of_nsfns): Drop the x-list-fonts declaration.
8344 * nsterm.m: Get rid of remaining "//" comments.
8345
8346 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8349
8350 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8351 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8352 (Fns_own_selection_internal, Fx_disown_selection_internal)
8353 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8354
8355 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8356 ... */' style of docstrings. Doc fixes.
8357
8358 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8359
8360 * terminfo.c (UP, BC, PC): Undo previous change.
8361
8362 * nsfns.m: Rename ns prefixed functions/variables to the
8363 corresponding x versions. Update references.
8364
8365 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8368
8369 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8370
8371 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8372 Remove forwarding functions.
8373 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8374 non-static.
8375 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8376 non-static.
8377 (ns_frame_parm_handlers): Use the new names.
8378 (syms_of_nsfns): Move to the end of file.
8379
8380 * nsterm.m (syms_of_nsterm): Move to the end of file.
8381
8382 * dispnew.c (init_display): Remove code for X10.
8383
8384 2008-07-22 Jason Rumney <jasonr@gnu.org>
8385
8386 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8387 bare drive.
8388
8389 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8390
8391 * nsterm.m (syms_of_nsterm): Remove debugging println.
8392
8393 2008-07-22 David Reitter <david.reitter@gmail.com>
8394
8395 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8396 Carbon implementation of the same functionality: execute arbitrary
8397 AppleScript code.
8398
8399 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8400
8401 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8402 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8403 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8404 (Fx_display_mm_height, Fx_display_mm_width)
8405 (Fx_display_backing_store, Fx_display_visual_class)
8406 (Fx_display_save_under, Fx_open_connection)
8407 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8408 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8409 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8410 (Fx_display_pixel_width, Fx_display_pixel_height)
8411 (Fx_display_usable_bounds, Fx_display_planes)
8412 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8413 ... */' style of docstrings.
8414
8415 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8416
8417 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8418 on this platform.
8419 (mips):
8420 * m/iris4d.h (mips): Do not define.
8421 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8422
8423 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8424
8425 * image.c:
8426 * nsfns.m:
8427 * nsselect.m:
8428 * nsterm.h:
8429 * nsterm.m: Rename ns prefixed functions/variables to the
8430 corresponding x versions. Update references.
8431
8432 * m/ibms390x.h (NO_REMAP): Do not undefine.
8433
8434 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8435
8436 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8439 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8440 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8441 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8442 (Fns_display_mm_height, Fns_display_mm_width)
8443 (Fns_display_backing_store, Fns_display_visual_class)
8444 (Fns_display_save_under, Fns_open_connection)
8445 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8446 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8447 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8448 (Fns_display_pixel_width, Fns_display_pixel_height)
8449 (Fns_display_usable_bounds, Fx_display_planes)
8450 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8451
8452 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8453
8454 * print.c (print_object): Check print_depth before searching for
8455 circularities.
8456
8457 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8458
8459 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8460 only sprintf.
8461
8462 2008-07-21 Kenichi Handa <handa@m17n.org>
8463
8464 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8465
8466 2008-07-20 Andreas Schwab <schwab@suse.de>
8467
8468 * syntax.c (find_start_pos, find_start_value)
8469 (find_start_value_byte, find_start_begv, find_defun_start)
8470 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8471
8472 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8473
8474 * s/sol2-3.h: Insert contents of s/sol2.h.
8475 (LD_SWITCH_SYSTEM): Remove redundant definition.
8476 * s/sol2.h: Remove, unused.
8477
8478 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8479
8480 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8481
8482 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8483
8484 * Makefile.in (ns_appdir): Fix typo in find command.
8485
8486 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8487
8488 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8489
8490 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8491 added not supported anymore.
8492
8493 * s/usg5-4-2.h (LIBS_SYSTEM):
8494 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8495
8496 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8497 * s/lynxos.h (GETPGRP_NO_ARG):
8498 * s/hpux10-20.h (NO_SIOCTL_H):
8499 * s/gnu.h (GETPGRP_NO_ARG):
8500 * s/gnu-linux.h (NO_SIOCTL_H):
8501 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8502 * s/cygwin.h (GETPGRP_NO_ARG):
8503 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8504 (C_DEBUG_SWITCH): Remove duplicate definition.
8505
8506 * m/ibms390.h: Remove boilerplate comments.
8507
8508 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8509
8510 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8511 (wait_reading_process_output): Remove code for SunOS, platform not
8512 supported anymore. Use SOLARIS2 instead of sun.
8513
8514 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8515
8516 * font.c (font_open_by_name): Under NS, default lface height to zero.
8517 (font_open_for_lface): Under NS, set size based on frame fontsize.
8518 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8519 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8520
8521 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8522
8523 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8524 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8525 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8526 YES/NO.
8527 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8528 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8529 * Makefile.in (clean): Clear out build destination dir.
8530
8531 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8532
8533 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8534 xterm, xselect.
8535 * lisp.h: Remove declaration of hash_remove.
8536 * nsgui.h: Remove redefinitions of hash_remove.
8537 * fns.c (hash_remove): Rename to hash_remove_from_table.
8538
8539 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8540
8541 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8542 strdup() the family UTF8String before modifying it.
8543
8544 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8545
8546 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8547 NS_FACE_BACKGROUND with 0 instead of nil.
8548 * nsfont.m (nsfont_draw): Same.
8549
8550 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * nsfns.m (ns_set_background_color): Fix crash.
8553
8554 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8557
8558 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8559
8560 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8561
8562 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8563
8564 * gtkutil.c: Include <config.h> instead of "config.h".
8565
8566 * lisp.h (Foverlay_buffer): Add EXFUN.
8567
8568 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8569 child process to complete child_setup. Undo 2005-09-21 change.
8570
8571 * s/darwin.h: Mention setsid after vfork.
8572
8573 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8574
8575 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8576 Depend on macgui.h.
8577
8578 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8579 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8580
8581 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8582 and f19.
8583 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8584
8585 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8586 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8587 Remove enumerators.
8588
8589 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8590 Check if FACE_FROM_ID returns NULL.
8591
8592 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8593
8594 * w32inevt.c (change_frame_size): Remove extern declaration.
8595 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8596 change_frame_size.
8597
8598 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8599
8600 * getloadavg.c: Revert last change (2008-07-15).
8601
8602 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8603
8604 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8605 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8606 from configure.
8607
8608 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8609
8610 * s/sol2.h:
8611 * s/sol2-4.h: Reorganize conditionals.
8612
8613 * ecrt0.c: Remove code depending on m68000, not used anymore.
8614
8615 * fns.c (hash_remove): Make static.
8616 * lisp.h (hash_remove): Don't prototype.
8617
8618 * m/ibmrs6000.h:
8619 * m/ibms390x.h:
8620 * m/macppc.h: Remove boilerplate comments.
8621
8622 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8623 Solaris, which does not need them.
8624
8625 * m/vax.h: Remove comments about unsupported systems.
8626
8627 * s/darwin.h: Reorganize ifdefs.
8628
8629 2008-07-17 Andreas Schwab <schwab@suse.de>
8630
8631 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8632
8633 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 Use SDATA. Follow coding convention of placing operators at
8636 beginning of next line rather than end of previous line, and placing
8637 spaces around infix operators.
8638
8639 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8640 in case it was defined already.
8641 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8642 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8643 ns_default.
8644 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8645 Lisp_Objects.
8646 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8647 (ns_defined_color, ns_color_to_lisp): Declare.
8648 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8649 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8650 it's accepted even with USE_LISP_UNION_TYPE.
8651 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8652 (update_frame_tool_bar): Remove apparently obsolete tests for
8653 non-integerness of f->tool_bar_lines.
8654 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8655 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8656 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8657 (nsfont_open): Don't confuse NULL for Qnil.
8658 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8659 * menu.h (find_and_call_menu_selection):
8660 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8661 (find_and_return_menu_selection): Always return something.
8662 * frame.h: Include dispextern.h for Display_Info.
8663 (display_x_get_resource): Declare.
8664
8665 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8666
8667 * syntax.c: Remove stdio.h include accidentally introduced in
8668 Emacs.app commit.
8669 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8670 NS_IMPL_COCOA.
8671 * keyboard.c (handle_async_input, input_available_signal): Remove
8672 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8673
8674 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8677 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8678 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8679 Use SDATA.
8680
8681 * keymap.c: Remove all NS-specific code.
8682 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8683 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8684 where_is_preferred_modifier, return a different value depending on how
8685 preferred is the binding.
8686 (where_is_internal): Adjust accordingly.
8687 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8688 Adjust to new preferred_sequence_p.
8689 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8690 * keyboard.c (parse_solitary_modifier): Not static any more.
8691 * keyboard.h (parse_solitary_modifier): Declare.
8692
8693 2008-07-16 Andreas Schwab <schwab@suse.de>
8694
8695 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8696 of easymenu.
8697
8698 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8701 that we don't move off the line.
8702
8703 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 * keyboard.c (Qsuper): Remove.
8706 (parse_menu_item): Don't call where_is_internal specially for NS.
8707
8708 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8709
8710 * s/gnu-linux.h: Remove boilerplate comments.
8711
8712 * m/alpha.h (__ELF__): Consolidate conditions.
8713
8714 * m/m68k.h (linux): Use GNU_LINUX instead.
8715 Remove boilerplate comments.
8716
8717 * m/intel386.h: Undo refactoring from previous change.
8718 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8719 too, remove dead code.
8720 (linux): Use GNU_LINUX instead.
8721
8722 2008-07-16 Jason Rumney <jasonr@gnu.org>
8723
8724 * w32gui.h: Repeat 26 June changes lost by last change.
8725
8726 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8727
8728 * systty.h: Remove code for Aix on 386, unsupported platform.
8729
8730 * s/ms-w32.h: Remove boilerplate comments.
8731 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8732
8733 * s/gnu-linux.h (TERM): Remove support.
8734 (HAVE_SYSVIPC): Remove, unused.
8735 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8736 for this system.
8737
8738 * process.c: Remove support for IRIS, unused.
8739 Remove support for TERM, not relevant anymore.
8740
8741 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8742 used with the definition.
8743
8744 * s/aix4-2.h (static): Do not undef.
8745
8746 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8747 only used on Aix.
8748 (HAVE_SYSVIPC): Remove, unused.
8749
8750 * m/hp800.h (CANNOT_DUMP): Do not undef.
8751
8752 * m/alpha.h: Fix comment.
8753
8754 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8755 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8756 used by this configuration.
8757 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8758 * unexec.c: Remove code depending on HPUX and
8759 USG_SHARED_LIBRARIES, not used with this file. Remove code
8760 depending on IRIS, unused. Remove if 0-ed code.
8761
8762 * s/template.h: Remove comments about static.
8763
8764 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8765 Remove if 0-ed code.
8766 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8767 were the same as the default.
8768 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8769 Remove boilerplate comments.
8770 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8771 (HAVE_SYSVIPC): Remove, unused.
8772 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8773
8774 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8775 Remove boilerplate comments.
8776 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8777 Remove boilerplate comments.
8778 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8779 Remove boilerplate comments.
8780 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8781
8782 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8783 USG systems which do not use DATA_SEG_BITS.
8784 Refactor code. Remove boilerplate comments.
8785
8786 * m/ibms390.h:
8787 * m/m68k.h:
8788 * s/bsd-common.h:
8789 * s/cygwin.h:
8790 * s/darwin.h:
8791 * s/freebsd.h:
8792 * s/gnu.h:
8793 * s/msdos.h: Remove boilerplate comments.
8794
8795 * m/iris4d.h: Remove boilerplate comments and code for systems that
8796 do not use this file.
8797 (IRIS_4D): Remove, unused.
8798
8799 * m/mips.h: Remove boilerplate comments and code for systems that
8800 do not use this file.
8801 (SIGN_EXTEND_CHAR):
8802 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8803 * unexmips.c: Remove file, unused.
8804
8805 * editfns.c (Fuser_full_name): Replace the only use of
8806 USER_FULL_NAME with its value.
8807 * config.in: Regenerate.
8808
8809 2008-07-16 David Reitter <david.reitter@gmail.com>
8810
8811 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8812 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8813
8814 2008-07-16 Glenn Morris <rgm@gnu.org>
8815
8816 * emacs.c (system-type): Doc fix.
8817
8818 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8821 If the cache doesn't work, let's fix it, rather than work around it.
8822
8823 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8824
8825 * Makefile.in: Correct additions for nsfont.o in last commit.
8826 * nsfont.m: New file (forgot last commit).
8827
8828 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8829
8830 * callproc.c (set_initial_environment): Initialize
8831 Vprocess_environment under CANNOT_DUMP (fixes crash when
8832 batch-compiling for bootstrap).
8833
8834 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8835 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8836
8837 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8838 fix crash due to different init order.
8839
8840 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8841
8842 Changes and additions for NeXTstep windowing system (Cocoa and
8843 GNUstep) support.
8844
8845 * Makefile.in:
8846 * config.in: Support defines and build commands for NS port.
8847 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8848 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8849 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8850 windowing.
8851 (struct face): Add synth_ital field.
8852 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8853 (init_display): Initialize Vinitial_window_system to "ns" when so
8854 compiled.
8855 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8856 (display_arg): Use under NS.
8857 (main): Under NS, allocate autorelease pool and handle command line
8858 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8859 (standard_args): Add NS-specific args.
8860 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8861 * font.c (DEFAULT_ENCODING): New variable.
8862 (font_find_for_lface): Use it.
8863 (syms_of_font): Load syms_of_nsfont under NS.
8864 * font.h: Declare nsfont_driver when compiled under NS.
8865 * fontset.c: When compiling under NS, include nsterm.h.
8866 (fontset_from_font): Autoconstruct fontset under NS.
8867 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8868 symbol, document and use it.
8869 (do_switch_frame): When for_deletion under Cocoa, add
8870 Fraise_frame(Qnil).
8871 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8872 (x_get_arg): Allow "yes" and "no" as boolean values.
8873 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8874 Qright under Cocoa.
8875 (focus-follows-mouse): Default to 0 under NS.
8876 * frame.h (enum output_method): Add output_ns.
8877 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8878 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8879 (FRAME_WINDOW_P): NS-specific definition.
8880 * fringe.c (max_used_fringe_bitmap): Make public.
8881 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8882 (getloadavg): Use NeXT code under descendant OS's.
8883 * image.c (includes and header section, x_create_bitmap_from_data)
8884 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8885 (image_background_transparent, x_clear_image_1)
8886 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8887 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8888 (x_to_xcolors, x_from_xcolors, x_disable_image)
8889 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8890 other GUIs, including XPM support using code originally written for
8891 Carbon GUI.
8892 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8893 using NS API.
8894 (image_ascent): Use font metrics macros instead of direct struct field
8895 access.
8896 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8897 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8898 Also, handle NS as GTK for menu bar purposes.
8899 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8900 toolkit where they differ.
8901 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8902 use cachelist, still needed under NS.
8903 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8904 (struct widget_value): Define it here for menu.c.
8905 * keymap.c (includes): Include modifier internals.
8906 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8907 NS.
8908 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8909 support for preferring sequences using certain modifiers, specified by
8910 the FIRSTONLY argument.
8911 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8912 under NS GNUstep implementation.
8913 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8914 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8915 * menu.c: Include nsterm.h under NS.
8916 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8917 (free_menubar_widget_tree_value, update_submenu_strings)
8918 (find_and_call_menu_selection): Treat NS as X and NT.
8919 (find_and_return_menu_selection): New function, used for popup menus.
8920 * nsgui.h:
8921 * nsterm.h:
8922 * nsfns.m:
8923 * nsimage.m:
8924 * nsmenu.m:
8925 * nsselect.m:
8926 * nsterm.m: New files.
8927 * process.c (wait_reading_process_output): Under NS, call ns_select()
8928 instead of plain select().
8929 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8930 beginning of buffer.
8931 * sysselect.h (init_process): Rename when compiling under Cocoa to
8932 avoid name conflict.
8933 * termhooks.h (display_info): Add ns_display_info to union.
8934 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8935 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8936 COCOA environment.
8937 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8938 unexec() signature. (Note, this will dump, but the resulting file
8939 crashes; unexosx is used instead; keeping around for reference and
8940 possible aid in getting dump working under GNUstep.)
8941 * w32gui.h (button_type, widget_value): Remove definitions (now in
8942 keyboard.h).
8943 * window.c: Include nsterm.h when compiling under NS.
8944 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8945 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8946 other GUI windowing systems.
8947 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8948 GTK.
8949 (x_consider_frame_title): Under NS, set icon type and frame
8950 modified-state indicator; use ns_set_name_as_filename() when using
8951 formatted title.
8952 (update_window_cursor): Make public when compiling under NS.
8953 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8954 (hourglass_atimer, Vhourglass_delay
8955 * xfaces.c (header section, init_frame_faces, clear_font_table)
8956 (defined_color, unload_color, x_face_list_fonts)
8957 (prepare_face_for_display): Add NS support parallel to other GUIs.
8958 Emulate GCs like other non-X GUIs.
8959 (split_font_name): Don't lowercase font name under NS.
8960 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8961 under NS.
8962 * s/darwin.h: Add support for compilation under NS.
8963
8964 2008-07-15 Jason Rumney <jasonr@gnu.org>
8965
8966 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8967 (w32_show_hourglass): Rename from show_hourglass.
8968 (w32_hide_hourglass): Rename from hide_hourglass.
8969 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8970 (Vhourglass_delay): Declare extern.
8971 (hourglass_started): Remove.
8972
8973 * xdisp.c (Vhourglass_delay): Remove static.
8974 (hourglass_started, start_hourglass, cancel_hourglass):
8975 Don't include these versions on WINDOWSNT.
8976
8977 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8978
8979 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8980 variables (formerly in xfns.c).
8981 (show_hourglass, hide_hourglass): New prototypes (same).
8982 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8983 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8984 in xfns.c).
8985 (syms_of_xdisp): Declare/initialize display-hourglass,
8986 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8987 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8988 formerly in xfns.c.
8989 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8990 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8991 (start_hourglass, cancel_hourglass): Remove.
8992 (show_hourglass, hide_hourglass): Remove prototypes and static
8993 modifiers.
8994 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8995 hourglass_atimer, hourglass_shown_p declaration/initialization.
8996 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8997 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8998 (start_hourglass, cancel_hourglass): Remove.
8999 (show_hourglass, hide_hourglass): Remove prototypes and static
9000 modifiers.
9001 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9002 hourglass_atimer, hourglass_shown_p declaration/initialization.
9003 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9004 (DEFAULT_HOURGLASS_DELAY): Remove.
9005 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9006 hourglass_shown_p declaration/initialization.
9007
9008 2008-07-14 Jason Rumney <jasonr@gnu.org>
9009
9010 * w32fns.c (w32_get_arg): Remove wrapper function.
9011 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9012 directly.
9013 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9014
9015 2008-07-14 Kenichi Handa <handa@m17n.org>
9016
9017 * xfont.c (xfont_open): Add workaround for X's bug.
9018
9019 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9020
9021 * fontset.c: Include <stdio.h> unconditionally.
9022
9023 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
9024
9025 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9026 for filtering.
9027
9028 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9029
9030 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9031
9032 * m/macppc.h:
9033 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9034
9035 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9036 (SPECIAL_EMACS_INT):
9037 * m/ia64.h (SPECIAL_EMACS_INT):
9038 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9039 * s/gnu.h (NLIST_STRUCT):
9040 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9041 * s/gnu-linux.h (LINUX):
9042 * s/msdos.h (HAVE_FACES):
9043 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9044
9045 * systty.h:
9046 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9047 anymore.
9048
9049 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9050
9051 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9052 always defined as int.
9053
9054 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9055 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9056 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9057 * s/freebsd.h (HAVE_WAIT_HEADER):
9058 * s/bsd-common.h (HAVE_UNION_WAIT):
9059 * s/aix4-2.h (HAVE_WAIT_HEADER):
9060 * m/mips.h (HAVE_UNION_WAIT):
9061 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9062 (COFF, static): Do not define, they are undefined later in the file.
9063
9064 * process.c (update_status): Don't use a union.
9065 (status_convert):
9066 (sigchld_handler): Use int instead of WAITTYPE.
9067
9068 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * indent.c (Fvertical_motion): Restore hscroll before moving to
9071 goal column.
9072
9073 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9074
9075 * lisp.h: Remove left over code.
9076
9077 2008-07-11 Andreas Schwab <schwab@suse.de>
9078
9079 * lisp.h: Fix logic in last change.
9080
9081 * menu.h: New file.
9082 * menu.c: Include it.
9083 * xmenu.c: Likewise.
9084 * Makefile.in: Update dependencies.
9085
9086 2008-07-11 Kenichi Handa <handa@m17n.org>
9087
9088 * fontset.c (fontset_from_font): Cancel the previous change.
9089
9090 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * lisp.h:
9093 * w32heap.c:
9094 * emacs.c:
9095 * alloc.c: Replace all references of NO_UNION_TYPE with
9096 USE_LISP_UNION_TYPE.
9097
9098 * m/xtensa.h (NO_UNION_TYPE):
9099 * m/vax.h (NO_UNION_TYPE):
9100 * m/template.h (NO_UNION_TYPE):
9101 * m/sparc.h (NO_UNION_TYPE):
9102 * m/mips.h (NO_UNION_TYPE):
9103 * m/macppc.h (NO_UNION_TYPE):
9104 * m/m68k.h (NO_UNION_TYPE):
9105 * m/iris4d.h (NO_UNION_TYPE):
9106 * m/intel386.h (NO_UNION_TYPE):
9107 * m/ibms390x.h (NO_UNION_TYPE):
9108 * m/ibms390.h (NO_UNION_TYPE):
9109 * m/ibmrs6000.h (NO_UNION_TYPE):
9110 * m/ia64.h (NO_UNION_TYPE):
9111 * m/hp800.h (NO_UNION_TYPE):
9112 * m/arm.h (NO_UNION_TYPE):
9113 * m/amdx86-64.h (NO_UNION_TYPE):
9114 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9115 defining it the same.
9116
9117 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9120
9121 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9122
9123 * fileio.c:
9124 * sysdep.c
9125 * systty.h:
9126 * m/ibmrs6000.h:
9127 * m/iris4d.h:
9128 * s/aix4-2.h:
9129 * s/freebsd.h:
9130 * s/gnu-linux.h:
9131 * s/hpux10-20.h:
9132 * s/hpux11.h:
9133 * s/netbsd.h:
9134 * s/sol2-3.h:
9135 * s/sol2-4.h:
9136 * s/sol2.h:
9137 * s/usg5-4.h:
9138 * s/vms.h: Remove references to unused variables.
9139
9140 2008-07-10 Andreas Schwab <schwab@suse.de>
9141
9142 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9143 pattern before matching the generic family.
9144
9145 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9146
9147 * unexec.c:
9148 * s/vms.h:
9149 * s/usg5-4-2.h:
9150 * s/sol2-5.h:
9151 * s/freebsd.h:
9152 * s/darwin.h: Remove dead code.
9153
9154 * m/template.h:
9155 * m/sparc.h:
9156 * m/mips.h:
9157 * m/m68k.h:
9158 * m/iris4d.h:
9159 * m/intel386.h:
9160 * m/ibms390x.h:
9161 * m/ibms390.h:
9162 * m/ia64.h:
9163 * m/hp800.h:
9164 * m/arm.h:
9165 * m/amdx86-64.h: Remove dead code and references to unused
9166 and compiler defined symbols.
9167
9168 * unexmips.c:
9169 * unexelf.c: Remove references to desupported systems.
9170
9171 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9172
9173 * m/powermac.h: Remove boilerplate comments.
9174 (NO_REMAP): Remove unused definition.
9175
9176 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9177 define them.
9178
9179 2008-07-10 Kenichi Handa <handa@m17n.org>
9180
9181 * xfont.c (xfont_open): Log the reason of failure.
9182
9183 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * fontset.c (fontset_get_font_group):
9186 * font.c (font_check_otf): Specify argument types.
9187
9188 2008-07-09 Kenichi Handa <handa@m17n.org>
9189
9190 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9191 non-ASCII char is found.
9192
9193 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9194 (reorder_font_vector): Change the arg preferred_family to font.
9195 Prefer the spec matching with font.
9196 (fontset_get_font_group): New function.
9197 (fontset_find_font): Change the format of an element of a realized
9198 fontset. Use fontset_get_font_group.
9199 (fontset_font): Try the current fontset, the default fontset, the
9200 fallbacks of the current fontset, and the fallbacks of the default
9201 fontset in this order.
9202 (face_for_char): Delete the shortcut to use the current font.
9203 (fontset_from_font): Don't set fonts for Latin in the fontset.
9204
9205 * font.h (font_make_object, font_match_p): Adjust prototypes.
9206
9207 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9208
9209 * font.c (font_make_object): New arg entity and pixelsize.
9210 (font_check_otf_features, font_check_otf): New functions.
9211 (font_match_p): Check :lang, :script, and :otf properties.
9212
9213 * xfont.c (xfont_open): Adjust it for the change of
9214 font_make_object.
9215 (xfont_text_extents): Fix initial setting of metrics.
9216
9217 * ftfont.c (struct ftfont_info): New member index, delete member
9218 fc_charset_idx. Make the member order compatible with struct
9219 xftfont_info.
9220 (fc_charset_table): Change charset names to registry names.
9221 (ftfont_pattern_entity): Delete the args registry and
9222 fc_charset_idx. Change the value of :font-entity property
9223 to (FONTNAME . INDEX). Always set :registry property to
9224 `iso10646-1'.
9225 (struct ftfont_cache_data): New struct.
9226 (ftfont_lookup_cache): New arg for_face.
9227 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9228 (ftfont_driver): Set the member otf_capability.
9229 (ftfont_get_charset): Adjust it for the change of
9230 fc_charset_table.
9231 (OTF_TAG_SYM): New macro.
9232 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9233 for the change of fc_charset_table.
9234 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9235 ftfont_pattern_entity. Add FC_INDEX to objset.
9236 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9237 and ftfont_pattern_entity.
9238 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9239 font_make_object, struct ftfont_info.
9240 (ftfont_has_char): Use ftfont_get_fc_charset.
9241 (ftfont_otf_features, ftfont_otf_capability): New functions.
9242 (ftfont_shape): Use ftfont_get_otf.
9243 (ftfont_text_extents): Fix initial setting of metrics.
9244
9245 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9246 member order compatible with struct ftfont_info.
9247 (xftfont_open): Add FC_CHARSET to the pattern. Set
9248 xftfont_info->ft_size. Don't unlock the face. Check BDF
9249 properties if appropriate.
9250 (xftfont_close): Unlock the face.
9251 (xftfont_anchor_point, xftfont_shape): Deleted.
9252 (syms_of_xftfont): Don't set members anchor_point and shape of
9253 xftfont_driver.
9254
9255 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9256 font_make_object.
9257
9258 * w32font.c (w32font_open): Adjust it for the change of
9259 font_make_object.
9260 (w32font_open_internal): Don't set properties of font_object here.
9261
9262 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9263
9264 * macfns.c (x_create_tip_frame):
9265 * w32fns.c (x_create_tip_frame):
9266 * xfns.c (x_create_tip_frame): Pass parameter argument to
9267 face-set-after-frame-default.
9268
9269 * xfaces.c (Finternal_merge_in_global_face): Save merged
9270 attributes for the default face back into the face vector.
9271
9272 2008-07-08 Andreas Schwab <schwab@suse.de>
9273
9274 * fontset.h: Declare fontset_from_font. Don't declare
9275 new_fontset_from_font and fontset_from_font_name.
9276 * xterm.c: Include "fontset.h".
9277 * Makefile.in (xterm.o): Update dependencies.
9278
9279 2008-07-08 Glenn Morris <rgm@gnu.org>
9280
9281 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9282 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9283
9284 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9287 (x_set_frame_parameters): Don't bind it.
9288
9289 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9290
9291 * w32fns.c (map_w32_filename): Declare extern.
9292
9293 2008-07-07 Jason Rumney <jasonr@gnu.org>
9294
9295 * w32term.c (WS_EX_LAYERED): Define if not already.
9296
9297 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * xfaces.c (set_font_frame_param): Don't try to set the font
9300 parameter if it is still unspecified in the lface.
9301
9302 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9305 face if it didn't already exist.
9306
9307 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9308
9309 2008-07-05 Andreas Schwab <schwab@suse.de>
9310
9311 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9312
9313 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9316 word-wrapping.
9317 (IT_DISPLAYING_WHITESPACE): New macro.
9318 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9319 when word-wrapping. Simplify word-wrapping logic. Use correct
9320 pixel positions when saving copies of the iterator.
9321 (display_line): Use proper wrap point if the last character on a
9322 line was preceded by whitespace.
9323
9324 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9327
9328 2008-07-04 Kenichi Handa <handa@m17n.org>
9329
9330 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9331
9332 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9333
9334 2008-07-02 Jason Rumney <jasonr@gnu.org>
9335
9336 * xfns.c (syms_of_xfns): Only define x-select-font when both
9337 HAVE_FREETYPE and USE_GTK.
9338
9339 * xdisp.c (next_element_from_display_vector): Move assignment out
9340 of if statement.
9341
9342 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9343
9344 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9345
9346 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9347 (syms_of_fileio): Initialize and export them.
9348 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9349
9350 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9351 (Fsystem_move_file_to_trash): New function.
9352 (syms_of_w32fns): Export it to lisp.
9353
9354 2008-07-01 Jason Rumney <jasonr@gnu.org>
9355
9356 * w32font.c (w32font_text_extents): Don't count overhang as part
9357 of width.
9358
9359 2008-06-30 Miles Bader <miles@gnu.org>
9360
9361 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9362 Add `avoid_cursor_p' field.
9363
9364 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9365 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9366 (append_glyph, append_composite_glyph, produce_image_glyph)
9367 (append_stretch_glyph): Initialize avoid_cursor_p.
9368 (get_it_property): Rename from `get_line_height_property'.
9369 (x_produce_glyphs): Use get_it_property.
9370 (handle_line_prefix, push_display_prop): New functions.
9371 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9372 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9373 New variables.
9374 (syms_of_xdisp): Initialize them.
9375
9376 2008-06-30 Kenichi Handa <handa@m17n.org>
9377
9378 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9379 XftDefaultSubstitute (they are called in XftFontMatch).
9380 (xftfont_open): Fix args to ftfont_font_format.
9381
9382 * ftfont.c (fc_charset_table): New member lang.
9383 (ftfont_resolve_generic_family): New arg pattern.
9384 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9385 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9386 (ftfont_open): Fix args to ftfont_font_format.
9387 (ftfont_font_format): New arg filename.
9388
9389 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * xfaces.c (Finternal_merge_in_global_face): If default face was
9392 modified, realize it again. Update the font face attribute.
9393
9394 2008-06-29 Jason Rumney <jasonr@gnu.org>
9395
9396 * w32term.c (x_set_frame_alpha): Fix logic.
9397
9398 2008-06-29 Kenichi Handa <handa@m17n.org>
9399
9400 * fontset.c (Finternal_char_font): Return font-object instead of
9401 font-name.
9402
9403 * composite.c (get_composition_id): Fix the width calculation for TAB.
9404
9405 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * indent.c (Fvertical_motion): Properly handle float column arg.
9408
9409 2008-06-28 Jason Rumney <jasonr@gnu.org>
9410
9411 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9412 (pfnSetLayeredWindowAttributes): New function pointer.
9413 (w32_initialize): Initialize it when supported.
9414 (x_set_frame_alpha): New function.
9415
9416 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9417 (w32_frame_parm_handlers): Set alpha handler.
9418
9419 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9420
9421 2008-06-27 Jason Rumney <jasonr@gnu.org>
9422
9423 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9424 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9425 (w32_to_x_charset, x_to_w32_charset)
9426 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9427 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9428 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9429 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9430 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9431 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9432 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9433 (Qw32_charset_unicode): Remove.
9434 (syms_of_w32fns): Update for above changes.
9435
9436 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9437 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9438 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9439 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9440 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9441 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9442 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9443 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9444 (syms_of_w32font): Update for above changes.
9445
9446 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9447
9448 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9449 removed #if.
9450 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9451
9452 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9453 Eli Zaretskii <eliz@gnu.org>
9454
9455 * makefile.w32-in (LOCAL_FLAGS):
9456 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9457
9458 * sysdep.c (_spawnlp, _getpid):
9459 Declare with explicit _cdecl instead of _CRTAPI1.
9460
9461 * editfns.c (Fget_internal_run_time):
9462 Check for WINDOWSNT with #ifdef, not #if.
9463
9464 2008-06-26 Jason Rumney <jasonr@gnu.org>
9465
9466 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9467
9468 * w32term.c (x_draw_glyph_string_foreground)
9469 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9470 Use FONT_HANDLE macro.
9471 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9472
9473 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9474 (uniscribe_encode_char): Use FONT_HANDLE macro.
9475
9476 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9477 (w32font_text_extents): Use precast w32_font.
9478 (w32font_close): Free cached metrics.
9479 (w32font_open_internal): Allocate space for name on stack.
9480
9481 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9482
9483 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9484
9485 2008-06-26 Jason Rumney <jasonr@gnu.org>
9486
9487 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9488 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9489
9490 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9491
9492 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9493
9494 2008-06-26 Jason Rumney <jasonr@gnu.org>
9495
9496 * w32bdf.c, w32bdf.h: Remove obsolete files.
9497
9498 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9499
9500 * w32gui.h: Don't include w32bdf.h.
9501 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9502 Remove obsolete font support.
9503
9504 * w32font.h (struct w32font_info): Remove compat_w32_font.
9505 Add hfont member.
9506 (FONT_COMPAT): Remove obsolete macro.
9507
9508 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9509 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9510 (w32font_open_internal): Remove compat code. Set new hfont member.
9511 (Fx_select_font): Use new hfont member.
9512
9513 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9514 (uniscribe_encode_char): Use new hfont member.
9515
9516 * w32term.c (x_draw_glyph_string_foreground)
9517 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9518 (x_draw_glyph_string): Use metrics in w32font_info.
9519
9520 2008-06-26 Kenichi Handa <handa@m17n.org>
9521
9522 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9523
9524 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9525
9526 * unexnext.c:
9527 * m/ews4800.h:
9528 * m/hp9000s300.h:
9529 * m/ibm370aix.h:
9530 * m/mips-siemens.h:
9531 * m/ncr386.h:
9532 * m/next.h:
9533 * m/pmax.h:
9534 * m/powerpcle.h:
9535 * m/tandem-s2.h:
9536 * s/386bsd.h:
9537 * s/bsd386.h:
9538 * s/bsd4-1.h:
9539 * s/bsd4-2.h:
9540 * s/bsdos2-1.h:
9541 * s/bsdos2.h:
9542 * s/bsdos3.h:
9543 * s/bsdos4.h:
9544 * s/nextstep.h:
9545 * s/ultrix4-3.h:
9546 * s/usg5-0.h:
9547 * s/usg5-2-2.h:
9548 * s/usg5-2.h:
9549 * s/usg5-4-3.h:
9550 * s/ux4800.h:
9551 * s/uxpds.h:
9552 * s/uxpv.h: Remove support for obsolete systems.
9553 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9554 Remove, insert contents in s/hpux10-20.h.
9555 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9556 Remove, insert contents in s/aix4-2.h.
9557 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9558 * s/bsd4-3.h: Rename to ...
9559 * s/bsd-common.h: ... this.
9560 * data.c:
9561 * doc.c:
9562 * ecrt0.c:
9563 * emacs.c:
9564 * fileio.c:
9565 * floatfns.c:
9566 * keyboard.c:
9567 * mem-limits.h:
9568 * print.c:
9569 * process.c:
9570 * sysdep.c:
9571 * syssignal.h:
9572 * systty.h:
9573 * syswait.h:
9574 * term.c:
9575 * unexec.c:
9576 * unexelf.c:
9577 * unexhp9k800.c:
9578 * m/hp800.h:
9579 * m/ibmrs6000.h:
9580 * m/mips.h:
9581 * m/vax.h:
9582 * s/darwin.h:
9583 * s/freebsd.h:
9584 * s/gnu.h:
9585 * s/ms-w32.h:
9586 * s/msdos.h:
9587 * s/netbsd.h:
9588 * s/template.h: Remove references to obsolete variables.
9589
9590 * Makefile.in: Add dependencies for all unexec files.
9591 (admindir): Remove unused variable.
9592 (UNEXEC_SRC): Remove references.
9593
9594 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * xfns.c (x_default_font_parameter): If Xft is available, first
9597 try Monospace-12 for the default font.
9598
9599 2008-06-25 Jason Rumney <jasonr@gnu.org>
9600
9601 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9602
9603 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9606
9607 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9608
9609 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9610
9611 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9612 <scroll-conservatively>: Fix typo in docstring.
9613
9614 * xselect.c (Fx_send_client_event): Doc fix.
9615
9616 2008-06-25 Kenichi Handa <handa@m17n.org>
9617
9618 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9619
9620 * font.c (font_parse_fcname): Remove unused variables.
9621 (font_sort_entites): Delete the arg SPEC. Caller changed.
9622 Fix for the case of ! best_only.
9623 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9624
9625 * lisp.h (Fstring_to_unibyte): EXFUN it.
9626
9627 * character.h (str_to_unibyte): Extern it.
9628
9629 * character.c (str_to_unibyte): New function.
9630
9631 * fns.c (Fstring_to_unibyte): New function.
9632 (syms_of_fns): Defsubr it.
9633
9634 2008-06-24 Kenichi Handa <handa@m17n.org>
9635
9636 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9637 DPI too.
9638 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9639
9640 2008-06-24 Andreas Schwab <schwab@suse.de>
9641
9642 * Makefile.in (${lispsource}loaddefs.el): Rename from
9643 ../lisp/loaddefs.el.
9644 (bootstrap-clean): Do what distclean does but don't remove
9645 Makefile.
9646 (distclean): Depend on bootstrap-clean and remove Makefile.
9647
9648 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * buffer.h (struct buffer): New member word_wrap.
9651
9652 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9653 word-wrap.
9654 (init_buffer_once): Initialize them.
9655
9656 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9657 line_wrap enum possessing three possible values.
9658
9659 * termopts.h: Replace truncate_partial_width_windows with
9660 Vtruncate_partial_width_windows.
9661
9662 * dispnew.c (direct_output_for_insert): Avoid direct output when
9663 inserting a space with word wrap on.
9664
9665 * indent.c (compute_motion): Obey integer values of
9666 truncate-partial-width-windows.
9667
9668 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9669 replacing truncate_partial_width_windows.
9670 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9671 truncate only if the window width is below that integer.
9672 (start_display, resize_mini_window, produce_stretch_glyph)
9673 (display_string, move_it_in_display_line_to): Use line_wrap.
9674 (back_to_previous_visible_line_start, reseat_1): Reset
9675 string_from_display_prop_p.
9676 (display_line): Extend default face to end of line when wrapping.
9677
9678 2008-06-24 Kim F. Storm <storm@cua.dk>
9679
9680 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9681 to wrap continued lines at word boundaries.
9682
9683 2008-06-24 Jason Rumney <jasonr@gnu.org>
9684
9685 * font.c (Ffont_face_attributes): Multiply pixel size before point
9686 conversion to avoid multiplying rounding error.
9687
9688 2008-06-23 Jason Rumney <jasonr@gnu.org>
9689
9690 * w32term.c (x_draw_glyph_string_background)
9691 (x_draw_glyph_string): Remove old bdf font code.
9692
9693 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9694
9695 2008-06-22 Kenichi Handa <handa@m17n.org>
9696
9697 * font.c (font_find_for_lface): Try the adstyle specified in
9698 the property of LFACE_FONT of LFACE (if any).
9699
9700 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9701 Ryo Yoshitake <ryo@shiftmode.net>
9702
9703 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9704
9705 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9708 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9709 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9710 (witness-emacs): Remove.
9711 (lisp, shortlisp): Move loaddefs.el earlier.
9712 (mostlyclean): Forget about witness-emacs.
9713
9714 2008-06-22 Glenn Morris <rgm@gnu.org>
9715
9716 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9717 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9718
9719 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * Makefile.in (PRECOMP): Remove.
9722 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9723 (witness-emacs): Run `compile-first'.
9724 (.el.elc): Use the new compile-onefile target.
9725
9726 2008-06-21 Kenichi Handa <handa@m17n.org>
9727
9728 * xftfont.c (xftfont_open): Handle QCembolden only when
9729 FC_EMBOLDEN is defined.
9730
9731 2008-06-21 Andreas Schwab <schwab@suse.de>
9732
9733 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9734 (.el.elc): Likewise.
9735
9736 2008-06-21 Miles Bader <miles@gnu.org>
9737
9738 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9739 build dir, not the lisp source dir.
9740
9741 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9744 (bootstrapclean): Remove.
9745 (.el.elc): New rule.
9746 (PRECOMP): New var.
9747 (../lisp/subdirs.el): Remove.
9748 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9749 (witness-emacs): New target.
9750 (mostlyclean): Remove witness-emacs as well.
9751 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9752 Add witness-emacs dependency.
9753
9754 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9757 defined by the font.
9758
9759 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9762 (bootstrap-clean): New target that keeps TAGS around.
9763 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9764 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9765
9766 2008-06-20 Jason Rumney <jasonr@gnu.org>
9767
9768 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9769 Remove obsolete font code.
9770
9771 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9772 to determine language support.
9773
9774 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * sysdep.c (cfsetspeed): New fun extracted from the code.
9777 (cfmakeraw): Move before first use.
9778
9779 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9780
9781 * sysdep.c (cfmakeraw): Provide fallback implementation.
9782 (serial_configure): Provide fallback implementation of cfsetspeed.
9783
9784 2008-06-20 Kenichi Handa <handa@m17n.org>
9785
9786 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9787 the pattern.
9788
9789 * fontset.c (fontset_from_font): Copy font_spec before changing
9790 the elements.
9791
9792 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9793
9794 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9797 for explicit `font' parameters.
9798
9799 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9800
9801 2008-06-19 Kenichi Handa <handa@m17n.org>
9802
9803 * frame.c: Include <ctype.h>.
9804 (x_set_font_backend): Allow spacing characters in the X resource
9805 for FontBackend.
9806
9807 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * w32fns.c, xfns.c (Qfont_param): New var.
9810 (syms_of_w32fns): Initialize it.
9811 (x_default_font_parameter): Record explicit `font' into
9812 `font-parameter'.
9813
9814 2008-06-18 Kenichi Handa <handa@m17n.org>
9815
9816 * font.c (font_parse_xlfd): Fix previous change.
9817 (font_parse_fcname): Don't use :fc-unknown-spec.
9818 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9819 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9820 (font_add_log): Prepend the driver name to the resulting fonts.
9821
9822 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9823 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9824 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9825
9826 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9827 (QCembolden): New variables.
9828 (syms_of_xftfont): DEFSYM them.
9829 (xftfont_open): Call XftFontMatch. Don't trust the result of
9830 XftTextExtents8 if the pixel_size is less than 5.
9831
9832 2008-06-18 Andreas Schwab <schwab@suse.de>
9833
9834 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9835 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9836
9837 2008-06-18 Jason Rumney <jasonr@gnu.org>
9838
9839 * w32font.c (w32font_list, w32font_match): Add logging.
9840
9841 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9842
9843 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
9844
9845 * font.c (font_parse_fcname): Store divider characters for
9846 unknown-spec list. For known key symbols, intern using correct
9847 symbol name.
9848
9849 2008-06-17 Kenichi Handa <handa@m17n.org>
9850
9851 * xfaces.c (realize_default_face): If the frame is not on window
9852 system, set the fontset of face to nil.
9853
9854 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9855
9856 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9857
9858 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9859
9860 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9861 (build_font_name_from_vector): Delete externs.
9862
9863 * xfaces.c (struct font_name): Don't declare.
9864
9865 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9868
9869 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9872
9873 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9874
9875 * font.c (Ffont_spec): Fix usage in docstring.
9876 (Ffont_face_attributes): Doc fix.
9877
9878 2008-06-16 Andreas Schwab <schwab@suse.de>
9879
9880 * font.c (Ffont_face_attributes): Fix definition.
9881
9882 2008-06-16 Jason Rumney <jasonr@gnu.org>
9883
9884 * font.h (font_style_symbolic_from_value): Remove.
9885
9886 * font.c (font_style_symbolic_from_value): Remove.
9887 (font_style_symbolic): Revert to pre 2008-06-13 version.
9888
9889 * w32font.c (w32_to_fc_weight): New function.
9890 (w32font_full_name, logfont_to_fcname): Use it.
9891
9892 2008-06-16 Kenichi Handa <handa@m17n.org>
9893
9894 * font.c (font_check_object): Delete it.
9895 (font_clear_cache): Check if a font-object is alive.
9896 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9897 font-object to nil.
9898 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9899 (font_at): Don't call font_check_object.
9900 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9901
9902 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9903
9904 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9905
9906 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
9907
9908 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9909
9910 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9911
9912 * font.c (font_parse_fcname): Only one decimal point.
9913 (font_unparse_fcname): Handle data in family and foundry indices
9914 as symbols, not strings.
9915 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9916
9917 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9918
9919 * font.h (font_unparse_gtkname): Add prototype.
9920
9921 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9922
9923 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9924
9925 2008-06-15 Andreas Schwab <schwab@suse.de>
9926
9927 * font.c (font_update_drivers): Fix crash when no drivers match.
9928
9929 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9932 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9933
9934 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9937
9938 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * process.c (Fserial_process_configure, Fprocess_send_eof):
9941 Use EQ to compare Lisp_Objects.
9942
9943 2008-06-13 Jason Rumney <jasonr@gnu.org>
9944
9945 * w32fns.c (Fw32_select_font): Remove old font API function.
9946
9947 * w32font.c (logfont_to_fcname): New function.
9948 (Fx_select_font): New font dialog function compatible with
9949 GTK/fontconfig version.
9950
9951 * font.c (font_style_symbolic_from_value): New function.
9952 (font_style_symbolic): Use it.
9953
9954 * font.h (font_style_symbolic_from_value): Declare new function.
9955
9956 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
9957
9958 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9959 <font-width-table>: Fix typos in docstrings.
9960
9961 2008-06-13 Daniel Engeler <engeler@gmail.com>
9962
9963 These changes add serial port access.
9964 * process.c: Add HAVE_SERIAL.
9965 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9966 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9967 (list_processes_1, select_wrapper, Fstop_process)
9968 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9969 (status_notify): Modify to handle serial processes.
9970 [HAVE_SERIAL] (Fserial_process_configure)
9971 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9972 New functions.
9973 * process.h (struct Lisp_Process): Add `type'.
9974 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9975 New functions.
9976 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9977 serial ports.
9978 (serial_open, serial_configure): New functions.
9979 * w32.h: Add FILE_SERIAL.
9980 (struct _child_process): Add ovl_read, ovl_write.
9981
9982 2008-06-13 Kenichi Handa <handa@m17n.org>
9983
9984 * dispextern.h (enum lface_attribute_index): New member
9985 LFACE_FOUNDRY_INDEX.
9986
9987 * font.c (font_score): Delete arg alternate_families. Check only
9988 weight, slant, width, and size. Ignore the difference of alias
9989 style symbols.
9990 (font_sort_entites): Adjust for the above change. Reflect the
9991 order of font-driver to scores.
9992 (font_list_entities): Don't check alternate_familes here.
9993 (font_clear_prop): Handle foundry.
9994 (font_update_lface): Don't parse "foundry-family" form here.
9995 Handle FONT_FOUNDRY_INDEX.
9996 (font_find_for_lface): Likewise. Handle alternate families here.
9997 If registry is nil, try iso8859-1 and ascii-0.
9998 (font_open_for_lface): Pay attention to size in ENTITY.
9999 (font_open_by_name): Simplify by calling font_load_for_lface.
10000 (free_font_driver_list): Delete it.
10001 (font_update_drivers): Preserve the order of backends.
10002 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10003 of font_score and font_sort_entites.
10004 (font_update_sort_order): Likewise.
10005
10006 * xfaces.c (LFACE_FOUNDRY): New macro.
10007 (check_lface_attrs): Check foundry.
10008 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10009 (merge_face_vectors): Check foundry.
10010 (merge_face_ref): Likewise.
10011 (Finternal_set_lisp_face_attribute): Likewise.
10012 (x_update_menu_appearance): Likewise.
10013 (Finternal_get_lisp_face_attribute): Likewise.
10014 (lface_hash): Likewise.
10015 (lface_same_font_attributes_p): Likewise.
10016 (x_supports_face_attributes_p): Likewise.
10017 (tty_supports_face_attributes_p): Likewise.
10018 (Finternal_set_alternative_font_family_alist): Intern strings.
10019 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10020 (realize_default_face): Set LFACE_FOUNDRY (lface).
10021
10022 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10023 font-driver at first.
10024
10025 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10026
10027 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10028
10029 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10030
10031 2008-06-12 Jim Meyering <meyering@redhat.com>
10032
10033 Make unexec_free handle NULL the same way free does.
10034 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10035
10036 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10039 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10040 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10041 (WEAK_ALIAS): Simplify.
10042 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10043 when searching a unibyte buffer.
10044
10045 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10046
10047 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10048
10049 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * w32font.c: Include ctype.h.
10052
10053 2008-06-11 Jason Rumney <jasonr@gnu.org>
10054
10055 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10056 misreported as space.
10057 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10058 as aliases for registry iso10646-1.
10059
10060 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * buffer.c (clone_per_buffer_values): Skip `name'.
10063
10064 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
10065
10066 * font.c (font_parse_fcname): Fix last change; accept decimal
10067 points in font size.
10068
10069 2008-06-10 Jason Rumney <jasonr@gnu.org>
10070
10071 * w32uniscribe.c (add_opentype_font_name_to_list):
10072 Skip non unicode fonts.
10073
10074 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * xfns.c (Fx_font_dialog): New function.
10077
10078 * gtkutil.c (xg_dialog_response_cb): Rename from
10079 xg_file_response_callback.
10080 (pop_down_dialog): Rename from pop_down_file_dialog.
10081 (xg_get_file_name): Callers changed.
10082 (xg_get_font_name): New function.
10083
10084 * gtkutil.h (xg_get_font_name): Insert prototype.
10085
10086 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10089 x_underline_minimum_display_offset.
10090 (syms_of_xdisp): Declare it here rather than in xterm.c.
10091 * dispextern.h (underline_minimum_offset): Declare it.
10092 * w32term.c (x_draw_glyph_string): Use it.
10093 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10094 (syms_of_xterm): Don't declare it any more.
10095 (x_draw_glyph_string): Adjust to the new name.
10096
10097 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
10098
10099 * xterm.c (x_underline_minimum_display_offset): New var.
10100 (x_draw_glyph_string): Use it.
10101 (syms_of_xterm): Declare it.
10102
10103 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * font.c (font_parse_fcname): Accept GTK-style font names too.
10106
10107 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * dired.c (file_name_completion): Don't return t if the match is exact
10110 but with different capitalization.
10111 * minibuf.c (Ftry_completion): Simplify.
10112
10113 * window.c (Vwindow_point_insertion_type): New var.
10114 (set_window_buffer): Use it.
10115 (syms_of_window): Init and export it to Lisp.
10116
10117 2008-06-10 Kenichi Handa <handa@m17n.org>
10118
10119 * font.h (font_intern_prop): Prototype adjusted.
10120
10121 * font.c (font_intern_prop): New arg force_symbol.
10122 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10123 Adjust for the change of font_intern_prop.
10124
10125 * ftfont.c (ftfont_pattern_entity):
10126 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10127 (w32_registry):
10128 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10129 the change of font_intern_prop.
10130
10131 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * w32menu.c (digest_single_submenu): Declare extern.
10134
10135 2008-06-09 Jason Rumney <jasonr@gnu.org>
10136
10137 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10138
10139 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10140 (parse_single_submenu): Remove.
10141 (digest_single_submenu): Remove.
10142 (syms_of_w32menu): Don't initialise variables that have moved
10143 to menu.c.
10144 (set_frame_menubar): Sync with version in xmenu.c.
10145 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10146
10147 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10148 Make static again.
10149
10150 2008-06-09 Jason Rumney <jasonr@gnu.org>
10151
10152 Changes to w32 files related to the move of common menu code
10153 to menu.c on 2008-06-08 by Chong Yidong.
10154
10155 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10156 defs to w32gui.h.
10157 (single_keymap_panes, push_menu_item, push_menu_pane):
10158 Make globally visible.
10159
10160 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10161 (local_free, malloc_widget_value, free_widget_value)
10162 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10163 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10164 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10165 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10166 (menu_items, menu_items_allocated, menu_items_used)
10167 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10168 (init_menu_items, finish_menu_items, discard_menu_items)
10169 (grow_menu_items, push_submenu_start, push_submenu_end)
10170 (push_left_right_boundary, push_menu_pane, push_menu_item)
10171 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10172 (free_menubar_widget_tree_value, parse_single_submenu)
10173 (update_submenu_strings): Remove functions.
10174 (xmalloc_widget_value): Remove and declare extern.
10175
10176 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10177 (OBJ1): Build it.
10178
10179 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10180 (local_heap, local_alloc, local_free, malloc_widget_value)
10181 (free_widget_value): Define here.
10182
10183 2008-06-09 Kenichi Handa <handa@m17n.org>
10184
10185 * font.h (Qascii_0): Extern it.
10186
10187 * font.c (Qascii_0): New variable.
10188 (syms_of_font): DEFSYM it.
10189 (font_open_by_name): If the registry "iso8859-1" fails, try also
10190 "ascii-0".
10191
10192 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10193
10194 2008-06-08 Kenichi Handa <handa@m17n.org>
10195
10196 * .gdbinit (xfont): New command.
10197
10198 2008-06-08 Andreas Schwab <schwab@suse.de>
10199
10200 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10201 * Makefile.in (menu.o): Update dependencies.
10202
10203 * Makefile.in (obj): Always add menu.o.
10204 * emacs.c (main): Always call syms_of_menu.
10205 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10206
10207 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * Makefile.in: Compile menu.c.
10210
10211 * lisp.h: Declare syms_of_menu.
10212
10213 * emacs.c (main): Call syms_of_menu.
10214
10215 * keyboard.h: Relocate platform-independent menu definitions from
10216 xmenu.c.
10217
10218 * menu.c: New file. Relocate platform-independent menu
10219 definitions from xmenu.c. Suggested by Adrian Robert.
10220
10221 * xmenu.c: Remove platform-independent menu definitions.
10222 (menu_items menu_items_inuse, menu_items_allocated)
10223 (menu_items_used, menu_items_n_panes)
10224 (menu_items_submenu_depth): Move to keyboard.h.
10225 (init_menu_items, finish_menu_items, unuse_menu_items)
10226 (discard_menu_items, restore_menu_items, save_menu_items)
10227 (grow_menu_items, push_submenu_start, push_submenu_end)
10228 (push_left_right_boundary, push_menu_pane, push_menu_item)
10229 (keymap_panes, single_keymap_panes, single_menu_item)
10230 (list_of_panes, list_of_items, find_and_call_menu_selection)
10231 (xmalloc_widget_value, free_menubar_widget_value_tree)
10232 (parse_single_submenu, digest_single_submenu)
10233 (update_submenu_strings): Move to menu.c.
10234
10235 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10238
10239 2008-06-06 Miles Bader <miles@gnu.org>
10240
10241 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10242 face, not frame default.
10243
10244 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10245
10246 * window.c (pop_up_windows, pop_up_frames)
10247 (display_buffer_reuse_frames, Vpop_up_frame_function)
10248 (Vdisplay_buffer_function, Veven_window_heights)
10249 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10250 (Vspecial_display_function, Vsame_window_buffer_names)
10251 (Vsame_window_regexps, split_height_threshold)
10252 (Vsplit_window_preferred_function): Move those vars to window.el.
10253 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10254 (Fdisplay_buffer): Move those functions to window.el.
10255 (syms_of_window): Remove corresponding declarations.
10256 (display_buffer): New function.
10257 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10258 * dispnew.c (Flast_nonminibuf_frame): New function.
10259 * buffer.c (Fpop_to_buffer): Move to window.el.
10260
10261 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10264
10265 2008-06-05 Kenichi Handa <handa@m17n.org>
10266
10267 * coding.c (detect_coding): Fix previous change.
10268 (detect_coding_system): Likewise.
10269
10270 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10273
10274 * keymap.c (Vminibuffer_local_filename_must_match_map):
10275 Rename from Vminibuffer_local_must_match_filename_map.
10276 (syms_of_keymap):
10277 * minibuf.c (Fcompleting_read): Adjust accordingly.
10278 * commands.h: Rename declaration as well.
10279
10280 2008-06-05 Kenichi Handa <handa@m17n.org>
10281
10282 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10283 family name.
10284 (Ffont_put): Likewise.
10285
10286 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10287 current font-spec.
10288
10289 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10290 is unspecified.
10291
10292 * xfaces.c (realize_x_face): If the font-related face attributes
10293 are the same as those of default face, realize a new fontset from
10294 default->fontset.
10295 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10296
10297 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10300 (move_it_in_display_line): New wrapper.
10301
10302 * window.c (window_scroll_pixel_based_preserve_x)
10303 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10304 (window_scroll_pixel_based, window_scroll_line_based):
10305 Use them to preserve column positions.
10306 (syms_of_window): Initialize them.
10307
10308 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10309 (HPOS . VPOS) pair.
10310
10311 * dispextern.h (move_it_in_display_line): Declare.
10312
10313 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10316 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10317 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10318
10319 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * window.c (Fset_window_parameter): Doc fix.
10322 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10323
10324 2008-06-04 Joakim Verona <joakim@verona.se>
10325
10326 * window.h (struct window): Add new member window_parameters.
10327
10328 * window.c (Fwindow_parameters, Fwindow_parameter)
10329 (Fset_window_parameter): New defuns.
10330 (syms_of_window): Defsubr the new defuns.
10331 (make_window): Initialize window_parameters to nil.
10332
10333 2008-06-04 John Paul Wallington <jpw@pobox.com>
10334
10335 * eval.c (Fdefmacro): Doc fix.
10336
10337 2008-06-04 Kenichi Handa <handa@m17n.org>
10338
10339 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10340 Be sure to call setup_coding_system when we find a proper coding system.
10341 (detect_coding_system): Fix handling of coding->head_ascii.
10342
10343 2008-06-03 Andreas Schwab <schwab@suse.de>
10344
10345 * font.c (font_prop_validate_spacing): Fix last change.
10346
10347 2008-06-03 Kenichi Handa <handa@m17n.org>
10348
10349 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10350 (font_parse_fcname): Fix handling of unknown key.
10351
10352 * xfont.c (xfont_list): Try an alias.
10353
10354 * charset.c (char_charset): Return NULL if the arg charset_list is
10355 specified and C doesn't belong to any of them.
10356
10357 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10358
10359 * font.c (font_pixel_size): Don't take cdr of an integer.
10360
10361 2008-06-02 Jim Meyering <meyering@redhat.com>
10362
10363 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10364 * alloc.c (xfree): Return right away for a NULL arg.
10365 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10366 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10367 * mac.c (create_apple_event_from_event_ref): Likewise.
10368 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10369 Likewise.
10370 * doprnt.c (doprnt1): Likewise.
10371 * frame.c (frame): Likewise.
10372 * keyboard.c (wipe_kboard): Likewise.
10373 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10374 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10375 * term.c (tty_default_color_capabilities, maybe_fatal)
10376 (delete_tty): Likewise.
10377 * w16select.c (string): Likewise.
10378 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10379 * w32bdf.c (w32_free_bdf_font): Likewise.
10380 * w32fns.c (w32_unload_font): Likewise.
10381 * w32font.c (w32font_close): Likewise.
10382 * window.c (size_window): Likewise.
10383 * xselect.c (receive_incremental_selection): Likewise.
10384 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10385 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10386 * w32.c (stat): Likewise.
10387
10388 Remove useless if-before-free tests.
10389 * editfns.c (Fset_time_zone_rule): Likewise.
10390 * lread.c (nosuffix): Likewise.
10391 * ralloc.c (get_bloc): Likewise.
10392 * regex.c (reg_free): Likewise.
10393 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10394 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10395 * xsmfns.c (smc_save_yourself_CB): Likewise.
10396
10397 2008-06-02 Kenichi Handa <handa@m17n.org>
10398
10399 * font.c (font_find_for_lface): Handle float font size.
10400 (font_open_for_lface): Likewise.
10401
10402 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10403 comparing the properties.
10404
10405 2008-06-01 Jason Rumney <jasonr@gnu.org>
10406
10407 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10408 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10409 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10410 Don't add empty script list.
10411 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10412
10413 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10414
10415 * Makefile.in (dot, dotdot): Remove, update users.
10416 ".." has been used elsewhere in the file for a long time.
10417 (LIBXT_STATIC): Remove conditional based on unused variable.
10418
10419 2008-06-01 Miles Bader <miles@gnu.org>
10420
10421 * xfaces.c (Vface_remapping_alist): New variable.
10422 (syms_of_xfaces): Initialize it.
10423 (enum named_merge_point_kind): New type.
10424 (struct named_merge_point): Add `named_merge_point_kind' field.
10425 (push_named_merge_point): Make cycle detection respect different
10426 named-merge-point kinds.
10427 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10428 Remove face-name alias resolution.
10429 (lface_from_face_name): New definition using
10430 `lface_from_face_name_no_resolve'.
10431 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10432 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10433 (get_lface_attributes): New definition that layers face-remapping on
10434 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10435 (lookup_basic_face): New function.
10436 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10437 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10438 `get_lface_attributes'.
10439 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10440 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10441 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10442
10443 * xdisp.c (init_iterator): Pass base_face_id through
10444 `lookup_basic_face' when we actually use it as a face-id.
10445 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10446 DEFAULT_FACE_ID.
10447
10448 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10449 lookup the initial face-id.
10450
10451 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10452
10453 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10454
10455 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10456 (Fremove_text_properties): Fix typos in docstrings.
10457
10458 2008-05-31 Kenichi Handa <handa@m17n.org>
10459
10460 * font.c (font_list_entities): Fix the car part of data to be
10461 stored in the cache.
10462
10463 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10464
10465 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10468 Add a `test' argument so another predicate than `equal' can be used.
10469 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10470 (map_char_table): Remove unused vars `c' and `i'.
10471 * lisp.h (Foptimize_char_table): Adjust declaration.
10472 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10473
10474 2008-05-30 Kenichi Handa <handa@m17n.org>
10475
10476 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10477 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10478 defined.
10479
10480 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10483 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10484 frame-local settings for the same variable.
10485
10486 2008-05-30 Kenichi Handa <handa@m17n.org>
10487
10488 * fontset.c (Ffont_info): Move to font.c.
10489 (syms_of_fontset): Delete defsubr of Sfont_info.
10490
10491 * font.c (font_style_to_value, font_score): Delete casting of the
10492 args to xstcasecmp.
10493 (register_font_driver): Increment num_font_drivers only when
10494 registering the driver globally.
10495 (Ffont_info): Move from fontset.c. Handle a font object too.
10496 (syms_of_font): Defsubr Sfont_info.
10497
10498 2008-05-29 Kenichi Handa <handa@m17n.org>
10499
10500 * coding.h (enum define_coding_utf8_arg_index): New enum.
10501 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10502 coding_attr_utf_bom.
10503 (enum utf_bom_type): Rename from utf_16_bom_type.
10504 (struct utf_16_spec): Adjust for the above change.
10505 (struct coding_system): Add utf_8_bom in `spec' union.
10506
10507 * coding.c (CODING_UTF_8_BOM): New macro.
10508 (enum coding_category): Delete coding_category_utf_8, add
10509 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10510 coding_category_utf_8_sig.
10511 (CATEGORY_MASK_UTF_8): Delete it.
10512 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10513 (CATEGORY_MASK_UTF_8_SIG): New macros.
10514 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10515 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10516 CATEGORY_MASK_UTF_8_SIG.
10517 (CATEGORY_MASK_UTF_8): New macro.
10518 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10519 (detect_coding_utf_8): Check BOM.
10520 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10521 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10522 (encode_coding_utf_16): Likewise.
10523 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10524 (detect_coding, detect_coding_system): Handle utf-8-auto.
10525 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10526 (syms_of_coding): Fix setting up of Vcoding_category_table.
10527
10528 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * process.c (Faccept_process_output): If `millisec' is non-nil,
10531 `seconds' default to 0.
10532 (wait_reading_process_output): Also return non-nil if we read output
10533 from a non-running process.
10534
10535 2008-05-29 Jason Rumney <jasonr@gnu.org>
10536
10537 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10538 `raster' specified.
10539 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10540 in the uniscribe backend, but disallow any font that has no
10541 unicode subrange support.
10542
10543 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10544
10545 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10546 Fix typos in docstrings.
10547
10548 2008-05-29 Kenichi Handa <handa@m17n.org>
10549
10550 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10551 (Fx_family_fonts): Set frame correctly.
10552
10553 2008-05-28 Jason Rumney <jasonr@gnu.org>
10554
10555 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10556
10557 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10560 calling build_annotations.
10561
10562 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10563
10564 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10565 (Fencode_coding_string):
10566 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10567 <latin-extra-code-table>: Fix typos in docstrings.
10568 (syms_of_coding) <coding-system-alist>: Doc fix.
10569 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10570
10571 2008-05-28 Kenichi Handa <handa@m17n.org>
10572
10573 * fontset.c (Ffont_info): Don't call font_close_object.
10574
10575 * font.c (font_parse_family_registry): Use Ffont_put to validate
10576 foundry and family.
10577 (font_delete_unmatched): Don't check spacing.
10578 (font_list_entities): Add spacing to the spec to list fonts.
10579
10580 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10581 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10582
10583 * coding.c (encode_coding_raw_text): Fix previous change.
10584 (encode_coding_object): When the dst_object is a buffer and is
10585 different from src_object, move gap to PT.
10586
10587 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10588
10589 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10590
10591 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10594 all branches. Compute it differently.
10595
10596 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10597
10598 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10601 into "else if () ... else ...".
10602
10603 2008-05-27 Jason Rumney <jasonr@gnu.org>
10604
10605 * w32font.c (w32font_open_internal): Determine if glyph indices
10606 are likely to work here.
10607
10608 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10611 draw overlap glyphs with appropriate highlighting.
10612
10613 2008-05-27 Kenichi Handa <handa@m17n.org>
10614
10615 * xfont.c (xfont_open): Fix calculation of font->average_width.
10616
10617 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * casefiddle.c (casify_object): Try to guess better whether the
10620 argument is a byte or a char.
10621
10622 2008-05-26 Andreas Schwab <schwab@suse.de>
10623
10624 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10625 Always send multiples of format size.
10626
10627 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10628
10629 2008-05-26 Jason Rumney <jasonr@gnu.org>
10630
10631 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10632 (compute_metrics): Don't set failure if we just cleared the cache.
10633 (w32_weight_table): Remove unused variable.
10634 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10635 backwards compatibility.
10636
10637 2008-05-25 Kenichi Handa <handa@m17n.org>
10638
10639 * w32term.c (x_draw_glyph_string):
10640 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10641
10642 * xfaces.c: Delete unused function prototypes.
10643 (xstrlwr, font_frame): Delete them.
10644 (clear_face_cache): Delete unused variable.
10645
10646 * xftfont.c (xftfont_open): Delete unused variable.
10647 If underline_thickness is not 1, adjust underline_position.
10648
10649 * ftxfont.c (ftxfont_open): Delete unused variable.
10650
10651 * fontset.c (face_for_char): Optimize for the case of no charset
10652 property.
10653
10654 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10655 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10656 (otf_open, font_otf_capability, generate_otf_features)
10657 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10658 Comment out by surrounding "#if 0" and "#endif" for the moment.
10659 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10660 (syms_of_font): Codes for accessing above commented out.
10661
10662 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10663
10664 * w32proc.c: Include dispextern.h.
10665
10666 * w32.c: Include dispextern.h.
10667
10668 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10669
10670 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10671 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10672 Fix typos in docstrings.
10673
10674 2008-05-23 Jason Rumney <jasonr@gnu.org>
10675
10676 * xsmfns.c: Remove includes that are already included by config.h.
10677
10678 2008-05-23 Kenichi Handa <handa@m17n.org>
10679
10680 * charset.c (Qemacs, charset_emacs): New variables.
10681 (char_charset): Fix for non-Unicode characters.
10682 (syms_of_charset): Define charset_emacs.
10683
10684 * w32term.c (x_draw_glyph_string): Be sure to update
10685 s->underline_thickness and s->underline_position. Be sure to draw
10686 underline within the current line area.
10687
10688 * xterm.c (x_draw_glyph_string): Be sure to update
10689 s->underline_thickness and s->underline_position. Be sure to draw
10690 underline within the current line area.
10691
10692 * fontset.c: Delete unused variables and add casting for char *
10693 throughout the file.
10694 (fontset_font): Try the fallback fonts of the current fontset
10695 before consulting the default fontset.
10696
10697 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10698
10699 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10700
10701 2008-05-22 Jason Rumney <jasonr@gnu.org>
10702
10703 * font.c: Don't include strings.h.
10704
10705 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10706
10707 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10708 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10709 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10710 to call xstrcasecmp.
10711
10712 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10713
10714 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10715
10716 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10717
10718 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10719
10720 2008-05-22 Kenichi Handa <handa@m17n.org>
10721
10722 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10723
10724 * font.c (font_prop_validate_style): Adjust for the format
10725 change of font_style_table.
10726
10727 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10728 two args.
10729
10730 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10731 two args.
10732
10733 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * minibuf.c (keys_of_minibuf): Delete.
10736 * lisp.h (keys_of_minibuf): Delete.
10737 * emacs.c (main): Don't call keys_of_minibuf.
10738
10739 2008-05-22 Kenichi Handa <handa@m17n.org>
10740
10741 * ftfont.c (ftfont_resolve_generic_family): Rename from
10742 ftfont_list_generic_family. Return a single family for each
10743 generic family.
10744 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10745 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10746 Call font_add_log.
10747 (ftfont_match): Call font_add_log.
10748
10749 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10750 (FONT_DEBUG): Define it.
10751 (font_add_log): Extern it.
10752 (font_assert): Rename from xassert.
10753
10754 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10755 (xfont_list_family): Call font_add_log.
10756 (xfont_match): Likewise.
10757 (memq_no_quit): Delete.
10758
10759 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10760 call of Ffont_xlfd_name.
10761
10762 * xfaces.c (struct table_entry, slant_table, weight_table)
10763 (swidth_table): Move to font.c.
10764
10765 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10766 xassert are changed to font_assert. Delete many unused variables.
10767 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10768 New variables.
10769 (struct table_entry): Move from xfaces.c and modified.
10770 (weight_table, slant_table, width_table): Move from xfaces.c and
10771 contents adjusted for the change of struct table_entry.
10772 (font_style_to_value, font_style_symbolic): Adjust for the
10773 format change of font_style_table.
10774 (font_parse_family_registry): Don't overwrite existing foundry and
10775 family of font_spec.
10776 (font_score): Fix calculation of diff for sizes.
10777 (font_sort_entites): Call font_add_log.
10778 (font_delete_unmatched): Return a newly created list.
10779 (font_list_entities): Fix previous change. Call font_add_log.
10780 (font_matching_entity, font_open_entity, font_close_entity):
10781 Call font_add_log.
10782 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10783 (Finternal_set_font_style_table): Delete.
10784 (BUILD_STYLE_TABLE): New macro.
10785 (build_style_table): New function.
10786 (Vfont_log, font_log_env_checked): New variables.
10787 (font_add_log): New function.
10788 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10789 Declare Lisp variables "font-weight-table", "font-slant-table",
10790 "font-width-table", and "font-log". Initialize font_style_table.
10791
10792 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10793
10794 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10795
10796 2008-05-21 Seiji Zenitani <zenitani@mac.com>
10797 Ryo Yoshitake <ryo@shiftmode.net>
10798
10799 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10800 (Vframe_alpha_lower_limit): New variable.
10801 (x_set_alpha): New function.
10802
10803 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10804
10805 * xfns.c (x-create-frame, Qalpha):
10806 Initialize the frame parameter `alpha'.
10807 * xterm.c (OPAQUE, OPACITY): New.
10808 (x_set_frame_alpha): New function.
10809 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10810
10811 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10812 * w32fns.c (w32_frame_parm_handlers): Likewise.
10813
10814 2008-05-20 Jason Rumney <jasonr@gnu.org>
10815
10816 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10817 truetype fonts to opentype list.
10818
10819 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
10820
10821 * fontset.c (Ffontset_info): Doc fix.
10822 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10823 <ignore-relative-composition>: Fix typos in docstrings.
10824
10825 * font.c (syms-of-font) <font-encoding-alist>:
10826 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10827 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10828 (Ffont_otf_alternates): Doc fixes.
10829
10830 2008-05-20 Kenichi Handa <handa@m17n.org>
10831
10832 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10833 font.h through out the file.
10834 (FONT_DRIVERS): Rename from FONTOBJ.
10835 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10836 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10837
10838 * emacs.c (main): Call syms_of_font unconditionally.
10839
10840 * font.h (find_font_encoding): Extern it.
10841
10842 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10843 fontset.c.
10844 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
10845 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10846 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10847 only when HAVE_WINDOW_SYSTEM is defined.
10848 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10849 when HAVE_WINDOW_SYSTEM is defined.
10850
10851 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10852 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10853
10854 * xfaces.c: Include font.h unconditionally.
10855 (merge_face_ref, merge_face_vectors)
10856 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10857
10858 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10861 indirect_variable.
10862 * eval.c (lisp_indirect_variable): New fun.
10863 (Fuser_variable_p): Use it.
10864
10865 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * lisp.h (indirect_variable):
10868 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10869 Use Lisp_Symbol pointers rather than Lisp_Object.
10870 Adjust callers.
10871 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10872 To this end, change calling-convention.
10873
10874 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10875 if some non-hidden buffers are selected by string&pred.
10876
10877 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
10878
10879 * process.c (wait_reading_process_output): Always check status
10880 when in batch mode.
10881
10882 2008-05-19 Kenichi Handa <handa@m17n.org>
10883
10884 * font.c (font_list_entities): Fix handling of cache.
10885 (font_matching_entity): Likewise.
10886
10887 * ftfont.c (cs_iso8859_1): Delete.
10888 (ft_face_cache): New variable.
10889 (struct ftfont_info): New member fc_charset_idx.
10890 (ftfont_build_basic_charsets): Delete.
10891 (fc_charset_table): New variable.
10892 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10893 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10894 Callers changed.
10895 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10896 (ftfont_spec_pattern): New argument fc_charset_idx.
10897 Check registry more rigidly. Change callers.
10898 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10899 change of :font-entity property of the font.
10900
10901 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10902 property of the font.
10903
10904 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
10905
10906 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10907 (Funencodable_char_position, Fcheck_coding_systems_region)
10908 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10909 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10910 (Ffind_operation_coding_system, Fset_coding_system_priority)
10911 (Fcoding_system_eol_type): Doc fixes.
10912
10913 2008-05-17 Glenn Morris <rgm@gnu.org>
10914
10915 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10916
10917 2008-05-16 Eli Zaretskii <eliz@gnu.org>
10918
10919 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10920 and st_gid.
10921
10922 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10923 HAVE_WINDOW_SYSTEM is not defined.
10924
10925 * xfaces.c (merge_face_ref, merge_face_vectors)
10926 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10927 HAVE_WINDOW_SYSTEM is defined.
10928 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10929
10930 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10933
10934 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10935
10936 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10937
10938 2008-05-15 Kenichi Handa <handa@m17n.org>
10939
10940 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10941 preference.
10942
10943 2008-05-15 Glenn Morris <rgm@gnu.org>
10944
10945 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10946
10947 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10950 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10951
10952 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10953
10954 2008-05-15 Kenichi Handa <handa@m17n.org>
10955
10956 * ftfont.c (ftfont_list): Downcase family name to check generic
10957 families.
10958
10959 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10960 font-spec for QCfont value.
10961
10962 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10963 buffer. Check the return value of it.
10964
10965 2008-05-14 Jason Rumney <jasonr@gnu.org>
10966
10967 * w32term.c (w32_get_glyph_overhangs): Remove.
10968 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10969
10970 2008-05-14 Kenichi Handa <handa@m17n.org>
10971
10972 * font.c (font_prop_validate): Make nil a valid value.
10973 (font_clear_cache): Check if the cached vector of entities is nil
10974 or not.
10975
10976 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10977
10978 * emacs.c (main_thread): Conditionalize on
10979 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10980 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10981
10982 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10983 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10984 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10985
10986 2008-05-14 Kenichi Handa <handa@m17n.org>
10987
10988 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10989 has no corresponding coding system.
10990
10991 2008-05-14 Jason Rumney <jasonr@gnu.org>
10992
10993 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10994
10995 * w32font.h (w32font_open_internal): Update declaration.
10996
10997 * w32font.c (w32font_open_internal): Change last argument from
10998 w32font_info struct to font object. Fill in font object from
10999 font_entity. Get Outline metrics if possible. Use them to
11000 calculate underline position and thickness. Use xlfd name as name
11001 property. Don't set codepage.
11002 (w32font_open): Pass font_object to w32font_open_internal. Don't
11003 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11004 (w32font_draw): Use s->font.
11005 (clear_cached_metrics): Don't clear non-existent blocks.
11006
11007 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11008 font was not found.
11009 (x_draw_glyph_string): Use underline position and thickness from font.
11010
11011 * w32uniscribe.c (uniscribe_open): Pass font_object to
11012 w32font_open_internal.
11013
11014 2008-05-14 Kenichi Handa <handa@m17n.org>
11015
11016 These changes are to delete all legacy font-handling codes, and
11017 make Emacs use only font-backends.
11018
11019 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11020 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11021
11022 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11023
11024 * charset.h (Vcharset_non_preferred_head)
11025 (Vcurrent_iso639_language): Extern them.
11026
11027 * charset.c (Vcharset_non_preferred_head): New variable.
11028 (Vcurrent_iso639_language): New variable.
11029 (syms_of_charset): Declare it as a Lisp variable.
11030 (char_charset): Don't check non preferred charsets. As a last
11031 resort, return charset_unicode.
11032 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11033
11034 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11035 conditionals. Don't check enable_font_backend. Delete all codes
11036 used only when USE_FONT_BACKEND is not defined.
11037
11038 * dispextern.h (struct glyph_string): Change type of `font' to
11039 `struct font *'.
11040 (struct glyph_string): New member underline_position and
11041 underline_thickness.
11042 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11043 (struct face): Change type of `font' to `struct font *'. Remove
11044 members `font_name', `font_info_id'.
11045 (per_char_metric, encode_char): Delete externs.
11046 (calc_pixel_width_or_height): Adjust the prototype.
11047
11048 * emacs.c (enable_font_backend): Delete extern.
11049 (main): Don't set enable_font_backend. Don't check the command
11050 line argument "-disable-font-backend".
11051
11052 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11053 (enum font_property_index): New members FONT_DPI_INDEX,
11054 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11055 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11056 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11057 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11058 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11059 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11060 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11061 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11062 (struct font_spec, struct font_entity): New structs.
11063 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11064 (struct font): Many members from old "struct font_info" moved to
11065 here. Members font and entity deleted.
11066 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11067 the new font-related objects.
11068 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11069 (CHECK_FONT_GET_OBJECT): Likewise.
11070 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11071 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11072 (struct font_driver): New members case_sensitive anc check. Type
11073 of the member list and open changed.
11074 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11075 (font_symbolic_width, font_find_object, font_get_spec)
11076 (font_set_lface_from_name): Delete extern.
11077 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11078
11079 * font.c: Include <strings.h>.
11080 (enable_font_backend): Delete it.
11081 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11082 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11083 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11084 (null_string): Delete it.
11085 (null_vector): Make it static.
11086 (font_family_alist): Delete it.
11087 (Qnormal): Extern it.
11088 (QCextra, QClanguage): Delete it.
11089 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11090 (font_make_spec, font_make_entity, font_make_object)
11091 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11092 the string. Callers changed.
11093 (font_pixel_size): Adjusted for the format change of font-related
11094 objects.
11095 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11096 (font_style_to_value, font_style_symbolic): New function.
11097 (build_font_family_alist): Delete it.
11098 (font_registry_charsets): Use Fassoc_string instead of
11099 assq_no_quit.
11100 (font_prop_validate_symbol): Don't return null_string.
11101 (font_prop_validate_style): Adjusted for the change of
11102 style-related values in a font vector.
11103 (font_property_table): Delete entries for QClanguage and
11104 QCantialias, add entries for QCavgwidth.
11105 (get_font_prop_index): Delete the 2nd argument FROM.
11106 (font_prop_validate): Arguments changed.
11107 (font_put_extra): Adjusted for the change of font-related objects.
11108 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11109 (font_parse_fcname, font_unparse_fcname)
11110 (font_prepare_composition): Likewise.
11111 (font_parse_family_registry): Renamed from font_merge_old_spec.
11112 (otf_open): Delete the 1st arg entity.
11113 (font_otf_capability): Adjusted for the above change.
11114 (font_score): New arg alternate_families. Adjusted for the change
11115 of font-related objects.
11116 (font_sort_entites): New arg best_only.
11117 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11118 Delete them.
11119 (font_match_p): Check alternate families.
11120 (font_find_object): Delete it.
11121 (font_check_object): New function.
11122 (font_clear_cache): Adjusted for the change of font-related objects.
11123 (font_delete_unmatched): New arg.
11124 (font_list_entities): Call font_driver->list with a spec that
11125 doesn't specify style-related properties.
11126 (font_matching_entity): Arguments changed. Caller changed.
11127 (font_open_entity): Adjusted for the change of font-related objects.
11128 (font_close_object, font_has_char, font_encode_char)
11129 (font_get_name, font_get_spec): Likewise.
11130 (font_spec_from_name, font_clear_prop, font_update_lface):
11131 New functions.
11132 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11133 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11134 (font_at): Adjusted for the change of font-related objects.
11135 (font_range): New function.
11136 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11137 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11138 (Fcopy_font_spec, Fmerge_font_spec): New function.
11139 (Ffont_family_list): Renamed from list-families.
11140 (Finternal_set_font_style_table): Arguments changed.
11141 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11142 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11143 change of font-related objects.
11144 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11145
11146 * fontset.h (struct font_info): Delete it. Most members go to
11147 struct font.
11148 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11149 (enum FONT_SPEC_INDEX): Delete it.
11150 (font_info, list_fonts_func, load_font_func, query_font_func)
11151 (set_frame_fontset_func, find_ccl_program_func)
11152 (get_font_repertory_func, new_fontset_from_font_name): Delete
11153 externs.
11154 (fontset_from_font_name): Extern it.
11155 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11156 (FONT_INFO_FROM_FACE): Deleted.
11157 (face_for_font): Adjust prototype.
11158
11159 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11160 conditionals. Don't check enable_font_backend. Delete all codes
11161 used only when USE_FONT_BACKEND is not defined.
11162 (get_font_info_func, list_font_func, load_font_func)
11163 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11164 (get_font_repertory_func): Delete them.
11165 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11166 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11167 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11168 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11169 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11170 (fontset_compare_rfontdef): New function.
11171 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11172 rfont-defs by qsort. Adjusted for the change of font-group vector.
11173 (load_font_get_repertory): Deleted.
11174 (fontset_find_font): Use new macros to ref/set elements of
11175 font-def and rfont-def.
11176 (fontset_font): Fix the timing of remembering that no font for C.
11177 (free_face_fontset): Do nothing if the face has no fontset.
11178 (face_suitable_for_char_p): Use new macros to ref/set elements of
11179 rfont-def.
11180 (face_for_char): Likewise. Call face_for_char with font_object.
11181 (fs_load_font): Delete. Delete #pragma surrounding it.
11182 (fs_query_fontset): Use strcasecmp instead of strcmp.
11183 (generate_ascii_font_name): Adjusted for the format change of
11184 font-spec.
11185 (Fset_fontset_font): Likewise. Use new macros to set elements of
11186 font-def.
11187 (Fnew_fontset): Use font_unparse_xlfd to generate
11188 FONTSET_ASCII (fontset).
11189 (new_fontset_from_font_name): Deleted.
11190 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11191 a fontset is already created for the font. FIx updating of
11192 Vfontset_alias_alist.
11193 (fontset_ascii_font): Deleted.
11194 (Ffont_info): Adjusted for the format change of font-spec.
11195 (Finternal_char_font): Likewise.
11196 (Ffontset_info): Likewise.
11197 (syms_of_fontset): Don't check load_font_func.
11198
11199 * fns.c (internal_equal): Handle PREV_FONT.
11200
11201 * frame.h: Delete USE_FONT_BACKEND conditional.
11202
11203 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11204 conditionals. Don't check enable_font_backend. Delete all codes
11205 used only when USE_FONT_BACKEND is not defined.
11206 (x_set_font): Call x_new_font, not x_new_fontset2.
11207 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11208 already set for the frame.
11209
11210 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11211 a font-entity by font_make_entity. Use font_intern_prop instead
11212 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11213 font property. If a font is scalable, set avgwidth property to 0.
11214 Set font-entity property by font_put_extra.
11215 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11216 (ffont_driver): Adjusted for the change of struct font_driver.
11217 (ftfont_spec_pattern): New function.
11218 (ftfont_list): Return a list, not vector.
11219 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11220 (ftfont_list_family): Don't downcase names.
11221 (ftfont_free_entity): Deleted.
11222 (ftfont_open): Return a font-object. Adjusted for the change of
11223 struct font. Get underline_thickness and underline_position from
11224 font property. Don't update dpyinfo->smallest_font_height and
11225 dpyinfo->smallest_char_width.
11226 (ftfont_close): Don't free `struct font'.
11227 (ftfont_has_char): Adjusted for the format change of font-entity.
11228 (ftfont_encode_char, ftfont_text_extents): Likewise.
11229
11230 * ftxfont.c (ftxfont_list): Return a list, not vector.
11231 (ftxfont_open): Return a font-object. Adjusted for the change of
11232 struct font. Get underline_thickness and underline_position from
11233 font property. Don't update dpyinfo->smallest_font_height and
11234 dpyinfo->smallest_char_width.
11235 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11236 (ftxfont_draw): Adjusted for the change of struct font.
11237
11238 * image.c (image_ascent): Don't include "charset.h". Include
11239 "character.h" and "font.h".
11240
11241 * lisp.h (enum pvec_type): New member PREV_FONT.
11242 (Fassoc_string): EXFUN it.
11243
11244 * print.c: Include font.h.
11245 (print_object): Handle font-related objects.
11246
11247 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11248 conditionals. Don't check enable_font_backend. Delete all codes
11249 used only when USE_FONT_BACKEND is not defined.
11250 (handle_auto_composed_prop): Do nothing if it->f is not on a
11251 window system. Check how many following characters can be
11252 displayed by the same font.
11253 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11254 'struct font *'.
11255 (get_char_face_and_encoding): Assign the whole encoding task to
11256 the `encode-char' method of a font driver.
11257 (fill_composite_glyph_string): Adjusted for the change of `struct
11258 face' and `struct glyph_string'.
11259 (fill_glyph_string): Likewise.
11260 (get_per_char_metric): Arguments changed.
11261 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11262 and `struct glyph_string'.
11263 (produce_stretch_glyph, calc_line_height_property)
11264 (x_produce_glyphs): Likewise.
11265
11266 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11267 conditionals. Don't check enable_font_backend. Delete all codes
11268 used only when USE_FONT_BACKEND is not defined. Use
11269 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11270 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11271 (Qp): Extern them.
11272 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11273 Deleted.
11274 (struct font_name): Deleted.
11275 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11276 (compare_fonts_by_sort_order): New function.
11277 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11278 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11279 Deleted.
11280 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11281 compare_fonts_by_sort_order.
11282 (Fx_font_family_list): Call Ffont_family_list.
11283 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11284 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11285 (face_symbolic_slant, face_symbolic_swidth)
11286 (split_font_name_into_vector, build_font_name_from_vector)
11287 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11288 (font_rescale_ratio, split_font_name, build_font_name)
11289 (free_font_names, sort_fonts, x_face_list_fonts)
11290 (face_font_available_p, sorted_font_list, cmp_font_names)
11291 (font_list_1, concat_font_list, font_list, remove_duplicates):
11292 Deleted.
11293 (Fx_list_fonts): Use Ffont_list.
11294 (LFACE_AVGWIDTH): Deleted.
11295 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11296 by FONTP.
11297 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11298 (set_lface_from_font_name): Delete it.
11299 (set_lface_from_font): Renamed from
11300 set_lface_from_font_and_fontset. Caller changed. Don't set
11301 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11302 for face.
11303 (merge_face_vectors): Copy font-spec if necessary.
11304 Clear properties of the font-spec if necessary.
11305 (merge_face_ref): Clear properties of the font-spec if necessary.
11306 (Finternal_set_lisp_face_attribute): Likewise.
11307 (set_font_frame_param): Use font_load_for_lface to load a
11308 font-object, and call Fmodify_frame_parameters with it.
11309 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11310 font name by Ffont_xlfd_name.
11311 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11312 QCslant, and QCwidth.
11313 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11314 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11315 Compare fonts by EQ.
11316 (lookup_non_ascii_face): Deleted.
11317 (face_for_font): The 2nd argument changed.
11318 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11319 Check atomic font properties by case insensitive.
11320 (realize_non_ascii_face): Set face->overstrike correctly.
11321 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11322 (dump_realized_face): Get font name from
11323 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11324
11325 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11326 conditionals. Don't check enable_font_backend. Delete all codes
11327 used only when USE_FONT_BACKEND is not defined.
11328 (xic_create_xfontset): Original code deleted and renamed from
11329 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11330 (x_make_gc): Don't set GCFont in GCs.
11331 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11332 opened by "fixed".
11333 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11334 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11335 get_font_repertory_func.
11336
11337 * xfont.c: Include <stdlib.h> and "ccl.h".
11338 (struct xfont_info): New structure.
11339 (xfont_query_font): Deleted.
11340 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11341 moved from xterm.c.
11342 (xfont_driver): Adjusted for the change of struct font_driver.
11343 (compare_font_names): New function.
11344 (xfont_list_pattern): Sort font names case insensitively. Make
11345 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11346 (xfont_list): Return a list, not vector.
11347 (xfont_match): If the font doesn't have QCname property, generate
11348 a name from the other font properties.
11349 (xfont_open): Return a font-object. Adjusted for the change of
11350 struct font. Get underline_thickness and underline_position from
11351 font property. Don't update dpyinfo->smallest_font_height and
11352 dpyinfo->smallest_char_width.
11353 (xfont_close): Don't free struct font.
11354 (xfont_prepare_face): Adjusted for the change of struct font.
11355 (xfont_done_face): Deleted.
11356 (xfont_has_char): Adjusted for the change of struct font.
11357 (xfont_encode_char, xfont_draw): Likewise.
11358 (xfont_check): New function.
11359
11360 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11361 callback function.
11362 (xftfont_match): Adjusted for the format change of font-entity.
11363 (xftfont_open): Adjusted for the format change of font-entity and
11364 font-object. Adjusted for the change of struct font. Return a
11365 font-object. Don't update dpyinfo->smallest_font_height and
11366 dpyinfo->smallest_char_width.
11367 (xftfont_close): Block input while calling XftFontClose.
11368 (xftfont_prepare_face): Don't block input while calling
11369 xftfont_get_colors. Adjusted for the change of struct font.
11370 (xftfont_shape): Return value of error case fixed.
11371
11372 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11373
11374 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11375 conditionals.
11376 (FONT_WIDTH): Return (f)->max_width.
11377 (struct x_display_info): Delete member `font'.
11378 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11379 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11380 (struct x_output): Change type of `font' to `struct font *'.
11381
11382 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11383 conditionals. Don't check enable_font_backend. Delete all codes
11384 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11385 (x_per_char_metric, x_encode_char): Deleted.
11386 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11387 (x_compute_glyph_string_overhangs): Adjusted for the change of
11388 `struct face'.
11389 (x_draw_glyph_string_foreground)
11390 (x_draw_composite_glyph_string_foreground): Likewise.
11391 (x_draw_glyph_string): Likewise. Use font->underline_position and
11392 font->underline_thickness.
11393 (x_new_font): Renamed from x_new_fontset2.
11394 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11395 (x_check_font): Call `check' method of a font driver.
11396 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11397 (x_query_font, x_get_font_repertory): Deleted.
11398 (x_find_ccl_program): Renamed and moved to xfont.c.
11399 (x_redisplay_interface): Adjusted for the change of `struct
11400 redisplay_interface'.
11401
11402 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11403 conditionals. Don't check enable_font_backend. Delete all codes
11404 used only when USE_FONT_BACKEND is not defined. Surround non-used
11405 code by "#ifdef OLD_FONT" and "endif".
11406 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11407
11408 * w32font.h (struct w32font_info): New member.
11409 (FONT_COMPAT): New macro.
11410 (w32font_open_internal): Prototype adjusted.
11411
11412 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11413 OLD_FONT" and "endif".
11414
11415 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11416 conditionals. Don't check enable_font_backend. Delete all codes
11417 used only when USE_FONT_BACKEND is not defined.
11418 (w32font_open): Return a font-object. Make a font-object by
11419 font_make_object. Adjusted for the change of struct w32font_info.
11420 (w32font_close): Don't free struct font. Adjusted for the change
11421 of struct w32font_info.
11422 (w32font_encode_char, w32font_text_extents, w32font_draw):
11423 Adjusted for the change of struct w32font_info.
11424 (w32font_draw): Likewise.
11425 (w32font_list_internal): Return a list, not vector.
11426 (w32font_open_internal): Change the 4th arg to font-object.
11427 Adjusted for the change of struct w32font_info and font-object format.
11428 (add_font_name_to_list): Don't downcase names.
11429 (w32_enumfont_pattern_entity): Make a font-entity by
11430 font_make_entity. Adjusted for the format change of font-entity.
11431 Use FONT_SET_STYLE to set a style-related font property. If a
11432 font is scalable, set avgwidth property to 0. Set font-entity
11433 property by font_put_extra.
11434 (font_matches_spec): Adjusted for the format change of font-entity.
11435 (w32_weight_table, w32_decode_weight): New variables.
11436 (w32_encode_weight): New function.
11437 (fill_in_logfont): Adjusted for the format change of font-spec.
11438 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11439 weight value.
11440 (w32font_driver): Adjusted for the change of struct font_driver.
11441
11442 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11443 conditionals. Don't check enable_font_backend. Surround non-used
11444 code by "#ifdef OLD_FONT" and "endif".
11445 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11446 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11447
11448 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11449 conditionals. Don't check enable_font_backend. Delete all codes
11450 used only when USE_FONT_BACKEND is not defined. Surround non-used
11451 code by "#ifdef OLD_FONT" and "endif".
11452
11453 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11454 (uniscribe_open): Return value changed to font-object.
11455 Adjusted for the format change of font-object.
11456 (uniscribe_otf_capability): Adjusted for the change of struct font.
11457 (add_opentype_font_name_to_list): Don't downcase names.
11458 (uniscribe_font_driver): Adjusted for the change of struct
11459 font_driver.
11460
11461 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * dispnew.c (update_frame_1): Check if tty output is still valid
11464 before flushing it.
11465
11466 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11467
11468 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11469 to Gtk+ menus.
11470
11471 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * dired.c (file_name_completion): Tweak the code so as to always do it
11474 in a single pass. Tighten the scope of some variables.
11475
11476 * dired.c (Qdefault_directory): New var.
11477 (file_name_completion): Use it instead of Fexpand_file_name.
11478 (syms_of_dired): Initialize it.
11479
11480 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * fileio.c (double_dollars): Remove dead code.
11483
11484 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11485
11486 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11487 Mention w32-get-true-file-attributes in doc string.
11488
11489 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11490
11491 2008-05-09 Glenn Morris <rgm@gnu.org>
11492
11493 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11494 2008-04-23.
11495
11496 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11497
11498 Support for reporting owner and group of each file on MS-Windows:
11499 * dired.c (stat_uname, stat_gname): New functions, with special
11500 implementation for w32.
11501 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11502
11503 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11504 (dflt_group_name): New static variable.
11505 (dflt_group): Rename from the_group.
11506 (init_user_info): Init dflt_group fields. Get user's group name
11507 from LookupAccountSid.
11508 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11509 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11510 New initialization states.
11511 (globals_of_w32): Initialize them to zero. Initialize the default
11512 group name to "None".
11513 (GetFileSecurity_Name): New global var, the name of the function
11514 to call for GetFileSecurity.
11515 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11516 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11517 (get_file_security, get_security_descriptor_owner)
11518 (get_security_descriptor_group, is_valid_sid)
11519 (get_file_security_desc, get_rid, get_name_and_id)
11520 (get_file_owner_and_group): New functions.
11521 (stat): Use get_file_security_desc and get_file_owner_and_group to
11522 report the owner and primary group of each file. Don't ignore the
11523 high 32 bits of file's size, now that st_size is 64-bit wide.
11524 Fix test when to get true file attributes.
11525 (init_user_info): Use get_rid instead of equivalent inline code.
11526 (fstat): Don't ignore the high 32 bits of file's size.
11527
11528 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11529
11530 * image.c (png_load): Use correct bit-depth for setting background
11531 color.
11532
11533 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11534
11535 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11536 epa-hook.elc.
11537
11538 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11541
11542 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11543
11544 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11545 because the original parameters are in pure storage now.
11546 (mac_window): Remove unused params. Update callers.
11547
11548 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * lread.c (substitute_object_recurse): Use lower-level primitives.
11551 Don't signal errors when traversing sub-char-tables.
11552 Don't loop over all the possible characters when traversing char-tables.
11553
11554 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11555 just like we do in print.c.
11556
11557 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11558
11559 * minibuf.c (Ftry_completion): Remove code left over from when we used
11560 scmp instead of Fcompare_strings.
11561
11562 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11563
11564 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11565
11566 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11567
11568 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11569 Create bitmap context in native byte order.
11570
11571 * macterm.c (XDrawLine)
11572 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11573 context in native byte order.
11574
11575 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11576
11577 * config.in: Regenerate.
11578
11579 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11580 New definitions for Image I/O support.
11581 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11582 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11583 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11584 (mac_data_provider_release_data, image_load_image_io)
11585 [USE_MAC_IMAGE_IO]: New functions.
11586 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11587 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11588 (init_image_func_pointer) [MAC_OSX]: Remove function.
11589 (image_load_quartz2d) [MAC_OSX]: Check availability of
11590 CGImageCreateWithPNGDataProvider at compile time.
11591 Use lowercase `false' for boolean constant.
11592 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11593 Use image_load_image_io.
11594 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11595 Don't check MyCGImageCreateWithPNGDataProvider.
11596 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11597 Don't call init_image_func_pointer.
11598
11599 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11600
11601 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11602 Make variable non-static.
11603 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11604 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11605
11606 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11607 (RED_FROM_ULONG): Mask off higher bits.
11608 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11609
11610 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11611 Include AvailabilityMacros.h.
11612 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11613 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11614
11615 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * chartab.c (Fset_char_table_range): If range is t, really set all
11618 chars to that value.
11619
11620 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11621
11622 * dired.c (Ffile_attributes): Don't allow the device number become
11623 negative.
11624
11625 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11626
11627 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11628
11629 2008-05-02 Juri Linkov <juri@jurta.org>
11630
11631 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11632 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11633 DEFAULT argument as a list of default values in docstrings.
11634
11635 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11638
11639 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11640
11641 * dispnew.c (change_frame_size_1): Preserve small windows when
11642 shrinking frames by calling set_window_height|width with third
11643 arg 2.
11644
11645 * window.h (struct window): Replace field too_small_ok by field
11646 resize_proportionally.
11647
11648 * window.c (make_window): Initialize resize_proportionally.
11649 (enlarge_window): Temporarily set resize_proportionally to make
11650 sure that shrink_windows does scale the window proportionally.
11651 (shrink_windows): When window has resize_proportionally set try
11652 to shrink it proportionally by stealing from other windows.
11653 (struct saved_window, Fset_window_configuration)
11654 (compare_window_configurations): Handle resize_proportionally.
11655 (WINDOW_TOTAL_SIZE): New macro.
11656 (window_min_size, shrink_windows, size_window): Use it.
11657 (check_min_window_sizes): Remove. Invalid values of
11658 window-min-height|width are handled by window_min_size_2 now.
11659 (size_window, Fsplit_window, enlarge_window)
11660 (adjust_window_trailing_edge, grow_mini_window): Don't call
11661 check_min_window_sizes.
11662 (window_min_size_2, window_min_size_1, window_min_size):
11663 New argument safe_p for retrieving "safe" minimum sizes.
11664 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11665 (adjust_window_trailing_edge, grow_mini_window):
11666 Adjust arguments of window_min_size... functions.
11667 (shrink_windows): Argument min_size removed. New argument
11668 safe_p allows shrinking windows to their safe minimum sizes.
11669 Calculate minimum size and decide whether a window shall be
11670 deleted for each window individually.
11671 (size_window): When nodelete_p equals 2, tell shrink_windows to
11672 delete windows only if their new minimum size is no more safe.
11673 (shrink_window_lowest_first): Call window_min_size_1 to make
11674 sure to preserve modeline of bottom-most window when resizing
11675 the minibuffer.
11676 (Fset_window_configuration, Fcurrent_window_configuration)
11677 (compare_window_configurations): Do not handle
11678 window-min-height|width any more.
11679 (syms_of_window): Clarify window-min-height|width doc-strings.
11680
11681 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11684 some more. Copy some of the code from Ftry_completions.
11685 Remove special case code that dates back to initial revision when the
11686 slash was only added when necessary and that can't trigger nowadays.
11687
11688 2008-04-27 Kenichi Handa <handa@m17n.org>
11689
11690 * font.c (font_prop_validate): Signal `error' instead of `font'.
11691
11692 2008-04-29 Jason Rumney <jasonr@gnu.org>
11693
11694 * w32fns.c (Fw32_battery_status): New defun.
11695 (syms_of_w32fns): Defsubr it.
11696
11697 2008-04-28 Andreas Schwab <schwab@suse.de>
11698
11699 * dired.c (file_name_completion): Fix another mixing of encoded
11700 and decoded names.
11701
11702 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11703
11704 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11705
11706 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11709
11710 2008-04-27 Andreas Schwab <schwab@suse.de>
11711
11712 * dired.c (file_name_completion): Fix inappropriate mixing of
11713 encoded and decoded names.
11714
11715 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11716
11717 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11718
11719 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11720
11721 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11722 2008-03-31, it's not needed anymore with `struct stat' definition
11723 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11724 for the same reasons.
11725
11726 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11727
11728 * m/sparc.h: Additional redefinitions for GNU/Linux.
11729
11730 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11731
11732 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11733 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11734 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11735 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11736 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11737 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11738 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11739 Likewise.
11740
11741 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11742 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11743 (mac_ax_number_of_characters): Add externs.
11744 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11745 [USE_MAC_TSM]: Likewise.
11746 (mac_handle_text_input_event) [MAC_OSX]:
11747 Handle kEventTextInputOffsetToPos for no active input area case.
11748 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11749 (mac_handle_document_access_event)
11750 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11751 (install_application_handler) [MAC_OSX]: Register handlers for
11752 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11753 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11754 Register mac_handle_document_access_event.
11755
11756 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11757 Make functions non-static.
11758
11759 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11762 (read_file_name_completion_ignore_case, insert_default_directory)
11763 (Qdefault_directory): Move to minibuffer.el.
11764 (Fread_file_name): Call the new `read-file-name' instead.
11765
11766 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11767
11768 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11769 Make function non-static.
11770 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11771 Remove function.
11772 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11773 Move to mactoolbox.c.
11774 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11775
11776 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11777 (mac_rect_make): New macro.
11778
11779 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11780 instead of float.
11781 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11782 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11783 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11784 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11785 CGRectMake.
11786 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11787 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11788 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11789 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11790 instead of WindowRef in argument type.
11791 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11792 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11793 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11794 instead of DISPLAY. All uses changed.
11795 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11796 (x_calc_absolute_position): Simplify so as not to use
11797 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11798
11799 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11800 instead of WindowRef in argument type.
11801 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11802 [TARGET_API_MAC_CARBON]: Remove externs.
11803 (create_apple_event, mac_event_parameters_to_lisp)
11804 [TARGET_API_MAC_CARBON]: Add externs.
11805
11806 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11807 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11808 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11809 is clicked.
11810 (x_activate_menubar): Remove extern for saved_menu_event_location.
11811 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11812 Move from mac.c.
11813
11814 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11815
11816 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11817 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11818
11819 2008-04-23 Jason Rumney <jasonr@gnu.org>
11820
11821 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11822 attributes only for local files.
11823
11824 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11825 default to Qlocal.
11826
11827 2008-04-22 Juri Linkov <juri@jurta.org>
11828
11829 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11830 read-buffer-to-switch instead of using the letter "B".
11831
11832 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * fileio.c (Qdefault_directory): New variable.
11835 (Fread_file_name): Use it to pass `dir' to the completion functions.
11836
11837 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
11838
11839 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11840
11841 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * keyboard.c (Vpre_help_message): Remove.
11844 (show_help_echo): Remove default C code.
11845
11846 * dired.c (directory_files_internal, file_name_completion):
11847 Only call ENCODE_FILE if the string is indeed decoded.
11848
11849 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * Makefile.in (TOOLKIT_DEFINES): Remove.
11852 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11853
11854 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11855
11856 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11857 (mactoolbox.o): New target.
11858
11859 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11860 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11861
11862 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11863 Use mac_set_frame_window_background instead of XSetWindowBackground.
11864 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11865 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11866 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11867 instead of SetWindowTitleWithCFString.
11868 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11869 Move function to mactoolbox.c.
11870 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11871 Use mac_set_window_modified instead of SetWindowModified.
11872 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11873 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11874 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11875 FrontNonFloatingWindow. Use mac_activate_window instead of
11876 ActivateWindow. Use mac_active_non_floating_window instead of
11877 ActiveNonFloatingWindow.
11878 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11879 Use mac_show_hourglass and mac_hide_hourglass.
11880 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11881 instead of GetGlobalMouse.
11882 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11883 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11884 Use mac_bring_window_to_front instead of BringToFront.
11885 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11886 mactoolbox.c.
11887 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11888 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11889 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11890 mactoolbox.c.
11891
11892 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11893 (XtPointer): Move typedef from macmenu.c.
11894 (enum button_type): Move enum from macmenu.c.
11895 (widget_value): Move typedef from macmenu.c.
11896 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11897 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11898 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11899 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11900 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11901 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11902 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11903 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11904 (Selection): Move typedef from macselect.c.
11905 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11906 macterm.c.
11907 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11908 (mac_is_window_collapsed, mac_bring_window_to_front)
11909 (mac_send_window_behind, mac_hide_window, mac_show_window)
11910 (mac_collapse_window, mac_front_non_floating_window)
11911 (mac_active_non_floating_window, mac_activate_window)
11912 (mac_move_window_structure, mac_move_window, mac_size_window)
11913 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11914
11915 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11916 (enum mac_menu_kind): Move enum to mactoolbox.c.
11917 (min_menu_id): Move variable to mactoolbox.c.
11918 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11919 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11920 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11921 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11922 [TARGET_API_MAC_CARBON]: Likewise.
11923 (XtPointer): Move typedef to macgui.h.
11924 (enum button_type): Move enum to macgui.h.
11925 (widget_value): Move typedef to macgui.h.
11926 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11927 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11928 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11929 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11930 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11931 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11932 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11933 (popup_activated_flag): Make variable non-static.
11934 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11935 (add_menu_item, fill_menu, dispose_menus):
11936 Move functions to mactoolbox.c.
11937 (restore_show_help_function, menu_target_item_handler)
11938 (install_menu_target_item_handler, mac_handle_dialog_event)
11939 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11940 [TARGET_API_MAC_CARBON]: Likewise.
11941 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11942 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11943 (find_and_call_menu_selection, name_is_separator): Make function
11944 non-static.
11945 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11946 to mactoolbox.c.
11947 (set_frame_menubar): Don't call install_menu_quit_handler.
11948 (menu_item_selection): New variable.
11949 (mac_menu_show): Use create_and_show_popup_menu.
11950 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11951 selection but set variable menu_item_selection. All uses changed.
11952 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11953 Call install_menu_quit_handler. Move to mactoolbox.c.
11954
11955 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11956 (Selection): Move typedef to macgui.h.
11957 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11958 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11959 Make variables non-static.
11960 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11961 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11962 Make functions non-static.
11963 (Vmac_service_selection) [MAC_OSX]: Likewise.
11964 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11965 (mac_valid_selection_target_p, mac_clear_selection)
11966 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11967 (mac_put_selection_value, mac_selection_has_target_p)
11968 (mac_get_selection_value, mac_get_selection_target_list)
11969 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11970 Move functions to mactoolbox.c.
11971 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11972 Likewise.
11973 (copy_scrap_flavor_data, mac_handle_service_event)
11974 (install_service_handler) [MAC_OSX]: Likewise.
11975 (syms_of_macselect) <Vmac_dnd_known_types>:
11976 Use mac_dnd_default_known_types.
11977
11978 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11979 Move to mactoolbox.c.
11980 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11981 (Fx_selection_owner_p): Add EXFUN.
11982 (install_window_handler, remove_window_handler, XSetWindowBackground):
11983 Remove externs.
11984 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11985 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11986 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11987 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11988 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11989 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11990 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11991 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11992 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11993 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11994 (mac_valid_selection_target_p, mac_clear_selection)
11995 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11996 (mac_put_selection_value, mac_selection_has_target_p)
11997 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11998 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11999 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12000 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12001 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12002 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12003 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12004 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12005 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12006
12007 * mactoolbox.c: New file.
12008
12009 2008-04-18 Jason Rumney <jasonr@gnu.org>
12010
12011 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12012
12013 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * character.c (Fmultibyte_char_to_unibyte):
12016 Return latin1 chars unchanged.
12017
12018 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12019 relocated if it points to `name'.
12020
12021 2008-04-17 Kenichi Handa <handa@m17n.org>
12022
12023 * data.c (Faset): Allow setting a multibyte character in an
12024 ASCII-only unibyte string.
12025
12026 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12027
12028 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12031 done in config.h.
12032
12033 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
12034
12035 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12036 (Fchar_direction): Add usage in the docstring.
12037
12038 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * keyboard.c (read_key_sequence): Remove always-true checks.
12041
12042 2008-04-14 Jason Rumney <jasonr@gnu.org>
12043
12044 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12045 compatibility struct, for better underline positioning.
12046
12047 2008-04-13 David Hansen <david.hansen@gmx.net>
12048
12049 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12050 string.
12051
12052 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12053
12054 * m/hp800.h (XUINT, XSET): Remove.
12055
12056 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
12057
12058 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12059 previous change.
12060
12061 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12064 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12065
12066 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * keymap.h (map_keymap_canonical): Declare.
12069 * xmenu.c (single_keymap_panes): Use it.
12070
12071 2008-04-11 Glenn Morris <rgm@gnu.org>
12072
12073 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12074 set the target's value to that of the alias.
12075
12076 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * term.c (set_tty_color_mode): Left over typo.
12079
12080 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
12081
12082 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12083 only after check for file name handler functions. Signal, when
12084 native functionality is not supported.
12085 (syms_of_fileio): Declare it unconditionally.
12086
12087 2008-04-10 Jason Rumney <jasonr@gnu.org>
12088
12089 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12090 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12091
12092 * w32.c (logon_network_drive): Also logon to remote drives that
12093 are mapped to drive letters.
12094
12095 2008-04-10 Glenn Morris <rgm@gnu.org>
12096
12097 * xdisp.c (truncate-partial-width-windows): Doc fix.
12098
12099 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12102 Move functions to minibuffer.el.
12103 (syms_of_fileio): Don't declare them.
12104
12105 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12108 (syms_of_minibuf): Remove its initialization.
12109
12110 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12111
12112 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12115
12116 2008-04-09 Jason Rumney <jasonr@gnu.org>
12117
12118 * makefile.w32-in (distclean): Delete makefile too.
12119 (maintainer-clean): New target.
12120
12121 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12122
12123 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12124 for new font backend and composite cases.
12125
12126 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12127
12128 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12129 Most of the code moved to run_timers.
12130 (do_pending_atimers): Call run_timers.
12131 (run_timers): New function.
12132
12133 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12134 run atimers.
12135
12136 * process.c (wait_reading_process_output): The same as above.
12137
12138 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * minibuf.c (last_exact_completion): Remove variable.
12141 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12142 (complete_and_exit_1, complete_and_exit_2)
12143 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12144 (Fdisplay_completion_list, display_completion_list_1)
12145 (Fminibuffer_completion_help, Fself_insert_and_exit)
12146 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12147 minibuffer.el.
12148 (syms_of_minibuf): Remove corresponding initializations.
12149
12150 * keyboard.c (Qdeactivate_mark): New var.
12151 (command_loop_1): Use it to call `deactivate-mark'.
12152 (syms_of_keyboard): Initialize it.
12153
12154 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12155 to another frame.
12156 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12157 Don't call set_tty_color_mode.
12158 (store_frame_param): Reset previous_frame rather than call
12159 set_tty_color_mode.
12160 * term.c (set_tty_color_mode): Rewrite.
12161 * dispextern.h (set_tty_color_mode): New type.
12162 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12163
12164 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12167 for generic chars, which do not exist any more in emacs-unicode.
12168
12169 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
12170
12171 * coding.c (detect_coding_emacs_mule)
12172 (Ffind_operation_coding_system): Fix typo.
12173
12174 2008-04-08 Jason Rumney <jasonr@gnu.org>
12175
12176 * w32uniscribe.c (SNAME): Extract only symbol name.
12177
12178 * w32font.h (struct w32_metric_cache): New struct.
12179 (w32font_info): Use it.
12180 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12181 (CACHE_BLOCKSIZE): New constants.
12182
12183 * w32font.c (Qja, Qko, Qzh): New symbols.
12184 (syms_of_w32font): Initialise them.
12185 (font_matches_spec): Use them to filter by language.
12186 (recompute_cached_metrics): Remove function.
12187 (compute_metrics, clear_cached_metrics): New functions.
12188 (w32font_encode_char): Use them to manage metric cache.
12189 (w32font_text_extents): Cache metrics for all glyphs on demand.
12190 Delay converting glyph indices to WORD until needed.
12191 (w32font_open_internal): Initialize metric cache to empty.
12192 (registry_to_w32_charset): Charset should always be a symbol.
12193 (fill_in_logfont, list_all_matching_fonts): Family should
12194 always be a symbol.
12195
12196 2008-04-06 Jason Rumney <jasonr@gnu.org>
12197
12198 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12199 Give up if glyph indices not supported. Use uniscribe obtained
12200 ABC widths for individual metrics. Map glyph clusters back to
12201 characters using fClusterStart flag. Return number of glyphs
12202 produced, not chars processed.
12203 (uniscribe_shape): Map char at FROM to current glyph.
12204
12205 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12206
12207 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12208 Use SetMenuItemHierarchicalMenu.
12209
12210 2008-04-05 Jason Rumney <jasonr@gnu.org>
12211
12212 * image.c (pbm_load): Allow color values up to 65535.
12213 Throw an error if max_color_idx is outside the supported range.
12214 Report an error when image size is invalid.
12215 Read two bytes at a time when raw images have max_color_idx above 255.
12216
12217 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12218
12219 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12220 cFileName a file name that includes `?' characters, use the 8+3
12221 alias in cAlternateFileName instead.
12222
12223 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12224
12225 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12226 append "CCL: Quitted" when the CCL program is quitted.
12227 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12228
12229 * ccl.h (struct ccl_program): New member quit_silently.
12230
12231 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12232
12233 * search.c (compile_pattern_1): Treat non-nil and non-string of
12234 search-spaces-regexp as nil.
12235
12236 * minibuf.c (Fassoc_string): Tweak docstring.
12237
12238 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12239
12240 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12241 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12242 2008-03-14 to force inode be positive.
12243
12244 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12245 _S_* ones, since we now use our own sys/stat.h.
12246 (stat, fstat): Don't mangle the inode number.
12247 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12248
12249 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * frame.h (struct frame): Give one more bit to `visible' since we use
12252 values larger than 1 to indicate obscured frames on ttys.
12253
12254 * keymap.c (Qkeymap_canonicalize): New var.
12255 (Fmap_keymap_internal): New fun.
12256 (describe_map): Use keymap-canonicalize.
12257
12258 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12259 (Fundo_boundary): Set them.
12260 (syms_of_undo): Initialize them.
12261 (record_point): Use them instead of last_point_position*.
12262 (last_undo_buffer): Change type.
12263
12264 2008-04-04 Jason Rumney <jasonr@gnu.org>
12265
12266 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12267 (recompute_cached_metrics): Don't set ascent and descent per char.
12268
12269 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12270 (uniscribe_check_otf): Add GC protection before consing.
12271 Rearrange loop for counting features.
12272
12273 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12276 buffer with byte-size of source buffer.
12277
12278 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12279
12280 * callint.c (Fcall_interactively): Handle temporary region even
12281 when shift-select-mode is off.
12282
12283 2008-04-03 Jason Rumney <jasonr@gnu.org>
12284
12285 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12286
12287 2008-04-03 Kenichi Handa <handa@m17n.org>
12288
12289 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12290 (CATEGORY_MASK_UTF_16): Likewise.
12291 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12292 binary file.
12293 (detect_coding): Add null-byte detection for a binary file.
12294 (detect_coding_system): Likewise.
12295
12296 2008-04-03 Jason Rumney <jasonr@gnu.org>
12297
12298 * w32uniscribe.c: New file.
12299
12300 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12301
12302 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12303
12304 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12305 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12306 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12307 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12308 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12309 (Qphonetic): New symbols.
12310 (syms_of_w32font): Initialize them.
12311 (font_supported_scripts): Use them.
12312 (w32font_list_family): List all charsets.
12313 (w32font_text_extents, recompute_cached_metrics): Fix metric
12314 calculations.
12315 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12316 Give opentype fonts their own format.
12317 (font_matches_spec): New arguments backend and logfont.
12318 Handle :otf spec for uniscribe backend.
12319 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12320 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12321
12322 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12323 font backend.
12324 (globals_of_w32fns): Initialize uniscribe font backend.
12325
12326 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12327 dependencies.
12328 (w32uniscribe.$(O)): New file to build.
12329 (FONT_OBJ): Include w32uniscribe.$(O).
12330 (LIBS): Add uniscribe libraries.
12331
12332 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12333
12334 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12335
12336 * callint.c (Vshift_select_mode): New var.
12337 (Finteractive): Document new ^ spec.
12338 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12339 is present.
12340
12341 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12342 (command_loop_1): Avoid running the direct display versions of
12343 forward-char and backward-char if shift-selection may occur.
12344 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12345 shift-translation takes place.
12346
12347 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12348 avoid clobbering by define-minor-mode.
12349
12350 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12351 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12352
12353 * syntax.c (Fforward_word): Add ^ interactive spec.
12354
12355 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12356 (Fscroll_right): Add ^ interactive spec.
12357
12358 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12361
12362 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12363
12364 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12365
12366 2008-03-31 Juri Linkov <juri@jurta.org>
12367
12368 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12369
12370 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12371
12372 * gtkutil.c (xg_set_geometry): Fix indentation.
12373 (xg_resize_outer_widget): Remove.
12374 (x_wm_size_hint_off): Fix indentation.
12375 (xg_frame_set_char_size): Call flush_and_sync after
12376 gtk_window_resize.
12377 (x_wm_set_size_hint): Pass NULL as geometry window to
12378 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12379 Add menu bar and tool bar height to base height.
12380 (xg_update_frame_menubar, free_frame_menubar)
12381 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12382 (update_frame_tool_bar, free_frame_tool_bar):
12383 Change xg_resize_outer_widget to xg_frame_set_char_size.
12384
12385 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12386
12387 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12388 (Fdbus_call_method): New parameter TIMEOUT.
12389 (dbus-send-signal): Optimize UNGCPRO call.
12390
12391 2008-03-29 Juri Linkov <juri@jurta.org>
12392
12393 * window.c (Fdisplay_buffer): Move call to
12394 Vsplit_window_preferred_function out of conditions that check
12395 if window is eligible for vertical splitting.
12396 When Vsplit_window_preferred_function is non-nil, call it and use
12397 its non-nil return value as window. Otherwise, continue doing
12398 vertical splitting using Fsplit_window with arg horflag=nil.
12399 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12400 default value from `split-window' to nil.
12401
12402 2008-03-29 Juri Linkov <juri@jurta.org>
12403
12404 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12405 for interactive code letters 'b' and 'B'.
12406
12407 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12408
12409 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12410 multibyte string.
12411
12412 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * keyboard.c (pending_funcalls): New var.
12415 (timer_check): Run it.
12416 (syms_of_keyboard): Initialize it.
12417 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12418 (Vdelete_terminal_functions): New vars.
12419 (syms_of_terminal): Initialize them.
12420 (Fdelete_terminal): Run delete-terminal-functions.
12421 * xdisp.c (safe_eval): Rewrite.
12422 (safe_call2): New fun.
12423 * frame.c (Qdelete_frame_functions): New var.
12424 (syms_of_frame): Initialize it.
12425 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12426 * lisp.h (safe_call2, pending_funcalls): Declare.
12427
12428 2008-03-28 Andreas Schwab <schwab@suse.de>
12429
12430 * indent.c (Fmove_to_column): Move declaration before statements.
12431
12432 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12435 (struct frame): Use bit fields for boolean vars.
12436
12437 * process.c (server_accept_connection): Simplify naming.
12438 (emacs_get_tty_pgrp): Use SDATA.
12439
12440 * coding.c (decode_coding_object): Fix last change.
12441
12442 2008-03-27 Jason Rumney <jasonr@gnu.org>
12443
12444 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12445
12446 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12447
12448 * charset.c (Fdefine_charset_internal): Change the way of
12449 registering charsets in Vcharset_order_list.
12450 (syms_of_charset): Make the charset `eight-bit' supplementary.
12451
12452 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12453
12454 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12455 operations, to avoid having the difference between pointers
12456 overflow.
12457
12458 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * indent.c (check_display_width): New fun.
12461 (scan_for_column): Use it.
12462
12463 * data.c (syms_of_data): Mark most-positive-fixnum and
12464 most-negative-fixnum as constants.
12465
12466 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12467
12468 * indent.c (scan_for_column): Extract from current_column_1.
12469 Merge with the same code from Fmove_to_column.
12470 (current_column_1, Fmove_to_column): Use it.
12471
12472 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * keymap.c (map_keymap_internal): New fun.
12475 (map_keymap): Use it.
12476 (Fmap_keymap_internal): New fun.
12477 (Fmap_keymap): Remove left-out test from before make_save_value.
12478
12479 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12480
12481 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12482 Use XCAR/XCDR.
12483
12484 * process.h (struct Lisp_Process): Remove filter_multibyte.
12485 * process.c (QCfilter_multibyte): Remove.
12486 (setup_process_coding_systems): Don't use filter_multibyte.
12487 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12488 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12489 (Fset_process_filter_multibyte): Change the coding-system to
12490 approximate the previous behavior.
12491 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12492 coding-system.
12493
12494 * coding.c (decode_coding_object): When not decoding into a buffer,
12495 obey the coding system's preference of (uni|multi)byte.
12496
12497 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12500 every char is changed and has a different byte-length.
12501 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12502 Fix int -> EMACS_INT.
12503
12504 2008-03-23 David Hansen <david.hansen@gmx.net>
12505
12506 * dbusbind.c (xd_read_message): Remove extra copying of message
12507 strings. Check for NULL `interface' or `member'.
12508
12509 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12510
12511 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12512 cFileName a file name that includes `?' characters, use the 8+3
12513 alias in cAlternateFileName instead.
12514
12515 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12518
12519 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12522 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12523 work on current_buffer only instead (that was already the case
12524 for some of the code anyway).
12525 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12526 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12527 (SET_PT, SET_PT_BOTH): Adjust.
12528 * intervals.h (set_point, temp_set_point, set_point_both)
12529 (temp_set_point_both): Remove redundant declarations.
12530
12531 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * fileio.c (Finsert_file_contents):
12534 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12535 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12536 when buffer != current_buffer anyway.
12537
12538 2008-03-20 Andreas Schwab <schwab@suse.de>
12539
12540 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12541 as default.
12542
12543 2008-03-19 Jason Rumney <jasonr@gnu.org>
12544
12545 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12546 (syms_of_w32fns): Initialize them.
12547 (HOURGLASS_ID): New constant.
12548 (x_window_to_frame): Don't check hourglass_window.
12549 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12550 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12551 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12552 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12553 Only change the cursor if hourglass is not active.
12554 (Fx_create_frame): Initialize frame's current_cursor.
12555 (hourglass_atimer): Remove.
12556 (hourglass_started): New function.
12557 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12558 (show_hourglass): Adapt to w32, changing argument to frame.
12559
12560 * w32term.h (struct w32_output): Remove hourglass_window.
12561 Add current_cursor.
12562
12563 * eval.c (call_debugger, Fsignal):
12564 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12565 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12566 (Fexecute_extended_command, cancel_hourglass_unwind):
12567 * minibuf.c (read_minibuf):
12568 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12569
12570 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * window.c (run_funs): New fun.
12573 (run_window_configuration_change_hook): Use it to run the buffer-local
12574 and the global part of the hook.
12575
12576 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12577 (unwind_format_mode_line): Restore selected window.
12578 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12579
12580 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * editfns.c (Fchar_equal): Check they are valid characters.
12583
12584 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12585
12586 2008-03-17 Andreas Schwab <schwab@suse.de>
12587
12588 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12589 against a charset.
12590
12591 * lisp.h (Fbuffer_list): Declare.
12592
12593 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12594
12595 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12596 handlebox_widget is != 0.
12597
12598 2008-03-16 Juri Linkov <juri@jurta.org>
12599
12600 * callint.c (Fcall_interactively): For interactive code letters
12601 'b' and 'B' put the buffer list into the list of default "future"
12602 values of the minibuffer.
12603
12604 2008-03-16 Andreas Schwab <schwab@suse.de>
12605
12606 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12607 modifiers.
12608
12609 * regex.c (re_match_2_internal): Correct matching of a charset
12610 against latin-1 characters.
12611
12612 2008-03-16 Kenichi Handa <handa@m17n.org>
12613
12614 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12615 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12616 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12617 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12618 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12619 CHAR_STRING_ADVANCE.
12620 (produce_chars): Fix for the case that the source and the
12621 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12622 instead of CHAR_STRING_ADVANCE.
12623 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12624 STRING_CHAR_ADVANCE.
12625
12626 2008-03-15 Andreas Schwab <schwab@suse.de>
12627
12628 * regex.c (re_match_2_internal): Correct matching of eight bit
12629 characters in unibyte strings.
12630
12631 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12632
12633 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12634 at end of range when it coincides with the end of the buffer.
12635
12636 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12637
12638 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12639
12640 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12641
12642 2008-03-14 Jason Rumney <jasonr@gnu.org>
12643
12644 * editfns.c (initial_tz): New variable.
12645 (syms_of_editfns): Initialize it.
12646 (Fset_time_zone_rule): Set it when first called.
12647 Use it when TZSTRING is nil.
12648
12649 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12650 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12651 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12652 (globals_of_w32fns): Initialize them.
12653 (compute_tip_xy): Use them to position tooltips.
12654
12655 2008-03-14 Glenn Morris <rgm@gnu.org>
12656
12657 * emacs.c (main): Revert previous change.
12658 (standard_args): Revert -internal-script back to -scriptload,
12659 and remove the long-option form.
12660
12661 2008-03-13 Glenn Morris <rgm@gnu.org>
12662
12663 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12664 Remove option -enable-font-backend.
12665
12666 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12669
12670 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12671
12672 * xterm.c (x_connection_closed): For GTK: If this is the last
12673 terminal just exit without closing the display.
12674
12675 2008-03-11 Jason Rumney <jasonr@gnu.org>
12676
12677 * w32font.c (w32font_full_name): Use floor to round.
12678
12679 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12680
12681 * sound.c (alsa_configure): Declare vol at beginning of block.
12682
12683 * fontset.c (Ffontset_info): Remove extra semicolon.
12684
12685 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12688 size of resulting string.
12689
12690 2008-03-10 Jason Rumney <jasonr@gnu.org>
12691
12692 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12693
12694 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12695
12696 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12697 Don't pretend as if characters with display property haven't been
12698 consumed for string-replacing-string case.
12699
12700 2008-03-08 Kim F. Storm <storm@cua.dk>
12701
12702 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12703 (get_next_display_element, next_element_from_string)
12704 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12705
12706 2008-03-08 Andreas Schwab <schwab@suse.de>
12707
12708 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12709
12710 2008-03-06 Jason Rumney <jasonr@gnu.org>
12711
12712 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12713 when charset not specified. Only translate ANSI to unicode when
12714 font_type is truetype.
12715 (w32font_coverage_ok): New function.
12716 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12717
12718 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12719
12720 * lread.c (Fread_char): Resolve modifiers.
12721 (Fread_char_exclusive): Likewise.
12722
12723 * character.c (char_resolve_modifier_mask): New function.
12724 (char_string): Use char_resolve_modifier_mask.
12725 (Fchar_resolve_modifiers): New function.
12726 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12727 function.
12728
12729 2008-03-04 Jason Rumney <jasonr@gnu.org>
12730
12731 * makefile.w32-in: Always include w32font.c in the build.
12732 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12733
12734 2008-03-04 Andreas Schwab <schwab@suse.de>
12735
12736 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12737 (versionclean): Likewise.
12738
12739 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12740
12741 * .cvsignore: Add oo.
12742
12743 2008-03-03 Andreas Schwab <schwab@suse.de>
12744
12745 * coding.c (decode_coding_object): Inhibit gap shrinking while
12746 decoding in place.
12747
12748 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12749
12750 * w32term.c: Remove unused include "gnu.h".
12751 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12752
12753 * gnu.h: Rename to ...
12754 * emacs-icon.h: ... this.
12755 * xterm.c: Use emacs-icon.h instead of gnu.h.
12756 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12757
12758 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12759
12760 * w32font.c: Include math.h.
12761
12762 2008-03-03 Jason Rumney <jasonr@gnu.org>
12763
12764 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12765 Compute options separately.
12766 (w32font_open_internal): Set glyph_idx before caching metrics.
12767
12768 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12769 Define if system headers don't.
12770 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12771 (w32font_encode_char): Don't declare here.
12772
12773 * w32font.c (Quniscribe, QCformat): New symbols.
12774 (syms_of_w32font): Define them.
12775 (w32font_has_char): Indicate uncertainty.
12776 (w32font_encode_char): Encode as glyph point. Make static.
12777 (recompute_cached_metrics): New function.
12778 (w32font_open_internal): Use it. Set font to use glyph points
12779 initially. Set format based on type of font.
12780 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12781 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12782 on it. Set format based on information available here.
12783 (add_font_entity_to_list): Identify backend based on opentype_only.
12784
12785 2008-03-02 Andreas Schwab <schwab@suse.de>
12786
12787 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12788
12789 * coding.c (decode_coding_big5, produce_chars):
12790 Fix typos in last change.
12791
12792 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12793
12794 * gnu.h: New icon.
12795
12796 2008-03-02 Kenichi Handa <handa@m17n.org>
12797
12798 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12799 `dos', don't decode '\r' if that is the last in the source.
12800 (decode_coding_utf_16, decode_coding_emacs_mule)
12801 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12802 (decode_coding_raw_text, decode_coding_charset): Likewise.
12803 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12804
12805 2008-03-01 Jason Rumney <jasonr@gnu.org>
12806
12807 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12808
12809 2008-03-01 Kim F. Storm <storm@cua.dk>
12810
12811 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12812
12813 2008-03-01 Jason Rumney <jasonr@gnu.org>
12814
12815 * w32font.c (w32font_full_name): New function.
12816 (w32font_open_internal): Use it.
12817
12818 2008-03-01 Kim F. Storm <storm@cua.dk>
12819
12820 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12821
12822 2008-03-01 Jason Rumney <jasonr@gnu.org>
12823
12824 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12825
12826 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12827
12828 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12829 xg_frame_resized when the event is for the edit widget.
12830
12831 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12832
12833 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12834 set_char_size.
12835 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12836 operations on widgets here. Just set frame size if needed.
12837 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12838 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12839 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12840 the whole frame.
12841 (xg_create_tool_bar): Move attachment of the tool bar to
12842 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12843 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12844
12845 2008-03-01 Jason Rumney <jasonr@gnu.org>
12846
12847 * w32fns.c (w32_msg_pump): Disable debug code.
12848
12849 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12850
12851 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12852
12853 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12854
12855 * xdisp.c (next_overlay_string): Don't set
12856 overlay_strings_at_end_processed_p if we're currently reading from
12857 a display string.
12858
12859 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * xdisp.c (get_overlay_strings_1): Fix typo.
12862
12863 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
12864
12865 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12866
12867 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12868
12869 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12870
12871 * xdisp.c (display_mode_element): Cancel the previous change.
12872 (decode_mode_spec): Likewise.
12873 (handle_auto_composed_prop): Don't make composition if it->string
12874 is a string.
12875
12876 2008-02-27 Kim F. Storm <storm@cua.dk>
12877
12878 * lisp.h (GLYPH): Change type from int to struct with separate char
12879 and face_id members.
12880 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12881 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12882 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12883 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12884 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12885 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12886 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12887 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12888 handle new Lisp glyph code encoding, either an integer or a cons.
12889
12890 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12891 (GLYPH_ALIAS): Delete.
12892 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12893 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12894 (GLYPH_FROM_CHAR): Replace macro by ...
12895 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12896
12897 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12898 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12899 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12900 (GLYPH_INVALID_P): New macro.
12901 (spec_glyph_lookup_face): Update prototype.
12902
12903 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12904 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12905 new glyph code encoding.
12906 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12907 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12908
12909 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12910 Adapt to new glyph type and new glyph code encoding.
12911
12912 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12913
12914 * indent.c (current_column, current_column_1, Fmove_to_column)
12915 (compute_motion): Adapt to new glyph code encoding.
12916
12917 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12918
12919 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
12920
12921 * process.c (wait_reading_process_output): Check for window
12922 changes caused by timers.
12923 Suggested by Johan Bockgård.
12924
12925 2008-02-27 Glenn Morris <rgm@gnu.org>
12926
12927 * emacs.c (USAGE1): Add `--disable-font-backend'.
12928
12929 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12932 is made to the buffer.
12933
12934 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12935
12936 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12937 (face_at_string_position):
12938 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12939 (face_at_string_position):
12940 * xdisp.c (display_string, next_overlay_change):
12941 * buffer.h (overlays_at):
12942 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12943 Update callers.
12944
12945 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
12946
12947 * editfns.c (Fformat): Doc fix.
12948
12949 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12952 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12953 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12954
12955 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * buffer.c (Fbuffer_swap_text): New function.
12958 (syms_of_buffer): Defsubr it.
12959
12960 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12963
12964 2008-02-25 Jason Rumney <jasonr@gnu.org>
12965
12966 * w32font.c (w32font_draw): Draw one character at a time when padding.
12967
12968 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12971 Handle a nil arg. Use run_window_configuration_change_hook.
12972 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12973 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12974 Use run_window_configuration_change_hook.
12975
12976 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12977
12978 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12979 1-pixel width.
12980
12981 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12982
12983 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12984 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12985 if the glyph in the font is zero pixel with.
12986
12987 * dispextern.h (struct glyph_string): New member padding_p.
12988
12989 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12990
12991 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12992
12993 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12994
12995 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12996
12997 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12998
12999 2008-02-25 Jason Rumney <jasonr@gnu.org>
13000
13001 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13002
13003 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 Allow fine-grained image-cache flushing.
13006 * dispextern.h (struct image): Add `dependencies' field.
13007 (clear_image_caches): Change arg to Lisp_Object.
13008 * image.c (make_image): Initialize `dependencies' field.
13009 (clear_image_cache): Change arg to allow fine-grained flushing.
13010 Perform the flush even if image-cache-eviction-delay is nil.
13011 (clear_image_caches): Change arg to Lisp_Object.
13012 (Fclear_image_cache): Expand meaning of the argument.
13013 (mark_image): Mark `dependencies' field.
13014 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13015 (lface_hash): Use XHASH rather than XFASTINT.
13016 (face_at_buffer_position): Fix int -> EMACS_INT position.
13017 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13018 (select_frame_for_redisplay): Remove code duplication.
13019 (redisplay_internal): Adapt arg to call to clear_image_caches.
13020
13021 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13022
13023 * s/vms4-0.h:
13024 * s/vms4-2.h:
13025 * s/vms4-4.h:
13026 * s/vms5-5.h: Remove, unused.
13027
13028 * s/irix5-2.h:
13029 * s/irix6-0.h:
13030 * s/riscos5.h:
13031 * s/mach-bsd4-3.h:
13032 * m/mips4.h: Remove files for obsolete systems.
13033
13034 * Makefile.in:
13035 * filelock.c:
13036 * unexmips.c:
13037 * m/hp9000s300.h:
13038 * m/iris4d.h:
13039 * s/aix3-1.h:
13040 * s/hpux.h:
13041 * s/msdos.h:
13042 * s/usg5-0.h:
13043 * s/usg5-2-2.h:
13044 * s/usg5-2.h:
13045 * s/usg5-3.h: Remove references to obsolete variables.
13046
13047 * s/irix5-0.h: Remove, move all the contents ...
13048 * s/irix6-5.h: ... here. Simplify.
13049 * config.in: Regenerate.
13050
13051 2008-02-24 Jason Rumney <jasonr@gnu.org>
13052
13053 * w32term.c (x_draw_glyph_string_background): Clear the background
13054 manually when cleartype is in use.
13055 (x_draw_glyph_string_foreground): Draw text transparently when
13056 cleartype is in use.
13057
13058 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13059 a font into it unless we have to.
13060
13061 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13064 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
13065
13066 2008-02-18 Jason Rumney <jasonr@gnu.org>
13067
13068 * w32fns.c (Fw32_shell_execute): Encode parameters.
13069
13070 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13071
13072 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13073
13074 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
13075
13076 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13077
13078 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13079
13080 * xterm.c (x_set_offset): Don't change the gravity if
13081 CHANGE_GRAVITY is -1.
13082
13083 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
13084
13085 * fileio.c (auto_save_error_occurred): New var.
13086 (auto_save_error): Set it.
13087 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13088 error occurred.
13089
13090 2008-02-23 Eli Zaretskii <eliz@gnu.org>
13091
13092 * w32.c (globals_of_w32): Add initializations for
13093 g_b_init_get_sid_sub_authority and
13094 g_b_init_get_sid_sub_authority_count.
13095
13096 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13099 (font_parse_xlfd): Use them for sanity check.
13100 (Finternal_set_font_style_table): Make sure the table is bijective.
13101
13102 Consolidate the image_cache to the terminal struct.
13103 * termhooks.h (P_): Remove redundant def.
13104 (struct terminal): New field `image_cache'.
13105 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13106 of FRAME_X_IMAGE_CACHE.
13107 * xterm.h (struct x_display_info): Remove image_cache field.
13108 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13109 * w32term.h (struct w32_display_info): Remove image_cache field.
13110 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13111 * macterm.h (struct mac_display_info): Remove image_cache field.
13112 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13113 * xterm.c (x_term_init):
13114 * w32term.c (w32_term_init):
13115 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13116 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13117 Remove declarations.
13118 (clear_image_caches, mark_image_cache): New declarations.
13119 * xfaces.c (clear_face_cache):
13120 * xdisp.c (redisplay_internal): Use clear_image_caches.
13121 * image.c (clear_image_cache): Don't check that a frame is on
13122 a window-system before checking if it shares the same cache.
13123 (clear_image_caches): New function.
13124 (Fclear_image_cache): Use it.
13125 (mark_image): Move from allo.c.
13126 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13127 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13128 (mark_object): Don't call mark_image_cache for frames.
13129 (mark_terminals): Call mark_image_cache.
13130
13131 * lisp.h (Fdelete_terminal): Declare.
13132
13133 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13134 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13135 wrong_type_argument.
13136
13137 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13138
13139 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13140 malayalam.el, and tamil.el. Add sinhala.el.
13141
13142 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * xterm.c (x_connection_closed): Consolidate identical tests.
13145 (x_delete_terminal): Don't crash if called via x_connection_closed.
13146
13147 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13148
13149 * xdisp.c (decode_mode_spec): New arg string.
13150 (display_mode_element): Adjust for the above change.
13151
13152 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13153
13154 * callint.c (Fcall_interactively): Use AREF.
13155
13156 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13159
13160 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13161
13162 * xfns.c (Fx_show_tip): Set string to " " if empty.
13163
13164 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13165
13166 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13167 with Qt.
13168
13169 2008-02-17 Kenichi Handa <handa@m17n.org>
13170
13171 * ftfont.c (ftfont_shape): Return Lispy number.
13172
13173 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13174 for GCs.
13175 (Finternal_set_font_selection_order): Call font_update_sort_order
13176 only when enable_font_backend is set.
13177 (realize_x_face): Set face->font_info to that of default face only
13178 when enable_font_backend is set.
13179
13180 * xdisp.c (handle_composition_prop): Set it->c to the fist
13181 character of the composed region.
13182 (fill_composite_glyph_string): Set base_face->font_info to
13183 s->font_info. Get a face for ascii from base_face->ascii_face.
13184 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13185 with a face already decided.
13186 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13187 non-negative.
13188 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13189 call font_prepare_composition unconditionally.
13190
13191 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13192
13193 * xterm.h (struct x_display_info): New member font.
13194
13195 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13196 (x_set_mouse_face_gc, x_new_font): Likewise.
13197 (x_term_init): Setup display_info->font.
13198 (x_delete_terminal): Free display_info->font.
13199
13200 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13201
13202 * ftxfont.c (ftxfont_default_fid): Delete it.
13203 (ftxfont_open): Set xfont->fid to 0.
13204 (ftxfont_end_for_frame): Clear data specific to the frame and the
13205 font-driver.
13206
13207 * xftfont.c (xftfont_default_fid): Delete it.
13208 (xftfont_open): Set xfont->fid to 0.
13209
13210 * fontset.c (FONTSET_OBJLIST): New macro.
13211 (fontset_find_font): Update font-object list of the fontset.
13212 (free_realized_fontset): New function.
13213 (free_face_fontset): Call free_realized_fontset.
13214 (Ffont_info): Call font_close_object only when enable_font_backend
13215 is set.
13216
13217 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13218 [HAVE_NTGUI]: Include w32term.h.
13219 [MAC_OS]: Include macterm.ch.
13220 (font_otf_ValueRecord): Use make_number.
13221 (font_finish_cache): Fix handling of reference count.
13222 (font_clear_cache): Update num_fonts.
13223 (font_open_entity): Update smallest_char_width and
13224 smallest_font_height of the frame.
13225 (font_close_object): Update num_fonts.
13226 (Fclear_font_cache): Fix finding the target cache data.
13227
13228 2008-02-16 Glenn Morris <rgm@gnu.org>
13229
13230 * fontset.c (Finternal_char_font): Fix compilation warning.
13231
13232 2008-02-16 Eli Zaretskii <eliz@gnu.org>
13233
13234 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13235 instead of char arrays. Enlarge the size of array passed to
13236 get_token_information.
13237
13238 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13239 warnings.
13240
13241 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13242
13243 * .gdbinit: Don't set `args', it breaks gdb --args.
13244
13245 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13248 within a narrowed buffer.
13249
13250 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13251
13252 * coding.c (decode_coding_object, encode_coding_object):
13253 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13254
13255 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13258 hardcoding 1.
13259 (detect_coding_system):
13260 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13261 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13262 * insdel.c (insert_from_gap):
13263 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13264 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13265 (string_to_multibyte):
13266 * character.c (chars_in_text, multibyte_chars_in_text):
13267 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13268
13269 * character.h (FETCH_STRING_CHAR_ADVANCE)
13270 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13271 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13272 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13273
13274 * casefiddle.c (casify_region): Only call after-change and composition
13275 functions on the part of the region that was changed.
13276
13277 * keyboard.c (read_avail_input):
13278 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13279
13280 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13283 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13284
13285 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * w32menu.c (push_submenu_start, push_submenu_end)
13288 (push_left_right_boundary, push_menu_pane, push_menu_item):
13289 * keyboard.c (read_key_sequence): Don't pass args with side effects
13290 to AREF, it fails when compiling with -DENABLE_CHECKING.
13291
13292 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13293
13294 * Makefile.in (${lispsource}international/charprop.el):
13295 Delete this target.
13296
13297 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13298 emacs-unicode-2.
13299
13300 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13301
13302 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13303
13304 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * frame.c (Qnoelisp): New symbol.
13307 (syms_of_frame): Initialize it.
13308 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13309 harmless Elisp code, from a strong `force' from x_connection_closed.
13310 * frame.h (Qnoelisp): Declare.
13311 * xterm.c (x_connection_closed): Pass `noelisp'.
13312
13313 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13314 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13315 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13316 rather than `int' for the type of `type'.
13317
13318 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13319
13320 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13321
13322 * Makefile.in (GNUC): Remove support for gcc-1.x.
13323
13324 2008-02-10 Richard Stallman <rms@gnu.org>
13325
13326 * lisp.h (ASET): Use AREF, not ASLOT.
13327
13328 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * lisp.h (ASET): Check bounds.
13331
13332 2008-02-10 Glenn Morris <rgm@gnu.org>
13333
13334 * buffer.c (mode-name): Doc fix.
13335
13336 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13337
13338 * Makefile.in:
13339 * emacs.c:
13340 * gmalloc.c:
13341 * keyboard.c:
13342 * lisp.h:
13343 * m/ibm370aix.h:
13344 * process.c:
13345 * regex.c:
13346 * s/hpux.h:
13347 * sysdep.c:
13348 * sysselect.h:
13349 * systty.h:
13350 * unexec.c:
13351 * w32term.c:
13352 * xsmfns.c:
13353 * xterm.c: Remove code that deals with obsolete variables.
13354
13355 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13356
13357 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13358 nothing else needs it anymore.
13359
13360 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13361
13362 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13363 instead of unibyte_char_to_multibyte.
13364
13365 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13366
13367 * s/gnu-linux.h: Remove commented out code.
13368
13369 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13370
13371 * Makefile.in: Update what RMS says about using autoconf.
13372 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13373 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13374 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13375 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13376
13377 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * keymap.c (Fkey_description): Move side effect outside of macro call.
13380
13381 * xfaces.c (Finternal_make_lisp_face):
13382 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13383
13384 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13385 (syms_of_fontset): Use ASET.
13386
13387 * fns.c (concat): Move side effect outside of macro call.
13388 (hash_clear): Use ASET.
13389
13390 2008-02-08 Richard Stallman <rms@gnu.org>
13391
13392 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13393 If FORCE, and frame has a surrogate minibuffer for another frame,
13394 delete the other frame first.
13395
13396 2008-02-07 Timo Savola <timo.savola@iki.fi>
13397
13398 * xterm.c (x_detect_focus_change): Handle embed client message.
13399 (handle_one_xevent): Ditto.
13400 (handle_one_xevent): If embedded and we get a button press/release,
13401 request focus.
13402 (xembed_set_info, xembed_send_message): New functions.
13403 (x_make_frame_visible): Call xembed_set_info if embedded.
13404 (x_make_frame_invisible): Call xembed_set_info if embedded.
13405 (x_term_init): Initialize Xatom_XEMBED.
13406 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13407 (x_iconify_frame): Ditto.
13408
13409 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13410 (enum xembed_info, enum xembed_message, enum xembed_focus)
13411 (enum xembed_modifier, enum xembed_accelerator): New.
13412 (xembed_set_info, xembed_send_message): Declare.
13413 (FRAME_X_EMBEDDED_P): New.
13414
13415 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13416 gtk_plug_new.
13417
13418 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13419 window ID of a frame.
13420 (x_window): Reparent frame if embedded.
13421 (Fx_create_frame): Don't set border width if embedded.
13422
13423 * emacs.c (USAGE3): Add --parent-id.
13424 (standard_args): Ditto.
13425
13426 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13427
13428 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13429
13430 2008-02-07 Jim Meyering <meyering@redhat.com>
13431
13432 Use "do...while (0)", not "if (1)...else" in macro definitions.
13433 The latter provokes a warning from gcc about the empty else, when
13434 followed by ";". Also, without that trailing semicolon, it would
13435 silently swallow up any following statement.
13436 * syntax.h (SETUP_SYNTAX_TABLE)
13437 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13438 * buffer.h (DECODE_POSITION): Likewise.
13439 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13440 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13441 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13442 (FETCH_CHAR_ADVANCE): Likewise.
13443 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13444
13445 2008-02-07 Jim Meyering <meyering@redhat.com>
13446
13447 * lread.c [lint]: Don't include <sys/inode.h>.
13448
13449 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * xselect.c (x_handle_dnd_message):
13452 * xmenu.c (digest_single_submenu, xmenu_show):
13453 * xdisp.c (with_echo_area_buffer_unwind_data)
13454 (format_mode_line_unwind_data, unwind_format_mode_line)
13455 (display_menu_bar):
13456 * eval.c (Ffetch_bytecode):
13457 * doc.c (store_function_docstring):
13458 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13459 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13460 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13461
13462 2008-02-07 Kenichi Handa <handa@m17n.org>
13463
13464 * ftxfont.c (ftxfont_open): Don't set
13465 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13466
13467 * ftfont.c (ftfont_open): Fix previous change.
13468
13469 2008-02-06 Jason Rumney <jasonr@gnu.org>
13470
13471 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13472 Use cached metrics for ASCII characters.
13473 (w32font_open_internal): Don't set font's owning_frame.
13474 Cache metrics for ASCII characters.
13475
13476 * w32font.h (struct w32font_info): Add ascii_metrics.
13477 Remove owning_frame.
13478
13479 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13480
13481 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13482 to negative value.
13483
13484 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13485
13486 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13487
13488 * charset.c (syms_of_charset): Set QCtest and Qeq.
13489
13490 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * process.c (Fstart_process):
13493 * callproc.c (Fcall_process): Handle the case where
13494 Funhandled_file_name_directory returns nil.
13495
13496 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13497 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13498 * font.c (check_gstring): Use them and AREF to access the vector before
13499 we know it's really a gstring.
13500 (Ffont_shape_text): Fix typo.
13501 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13502
13503 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13504 Declare.
13505
13506 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13507
13508 2008-02-05 Jason Rumney <jasonr@gnu.org>
13509
13510 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13511 Set smallest_font_height and smallest_char_width in display info.
13512
13513 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13514
13515 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13516
13517 2008-02-05 Miles Bader <miles@gnu.org>
13518
13519 * xfaces.c (get_lface_attributes, merge_named_face)
13520 (lookup_named_face, lookup_derived_face, realize_named_face):
13521 Revert 2008-02-01 change by cyd@stupidchicken.com.
13522
13523 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13524
13525 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13526 fallback fonts.
13527 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13528
13529 2008-02-04 Jason Rumney <jasonr@gnu.org>
13530
13531 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13532 set full_name.
13533 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13534
13535 2008-02-03 Jason Rumney <jasonr@gnu.org>
13536
13537 * makefile.w32-in (OBJ1): Include font.o here.
13538 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13539
13540 2008-02-02 Jason Rumney <jasonr@gnu.org>
13541
13542 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13543
13544 2008-02-01 Jason Rumney <jasonr@gnu.org>
13545
13546 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13547
13548 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13549
13550 2008-02-01 Andreas Schwab <schwab@suse.de>
13551
13552 * Makefile.in (shortlisp, lisp): Update for rename of
13553 ../lisp/language/myanmar.el.
13554
13555 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13556
13557 * xfaces.c (get_lface_attributes): Delete function.
13558 (merge_named_face, lookup_named_face, lookup_derived_face)
13559 (realize_named_face): Call lface_from_face_name directly, and use
13560 the fact that merge_face_vectors does not alter its FROM argument.
13561
13562 2008-02-01 Jason Rumney <jasonr@gnu.org>
13563
13564 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13565 input in the default locale. Handle non-Unicode multibyte input.
13566
13567 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13568
13569 * fontset.c (reorder_font_vector): Exclude nil elements from the
13570 font group. Don't try multiple fonts.
13571 (fontset_font): Adjust for the above change.
13572 (Finternal_char_font): Return nil if the found font doesn't
13573 contain the character ch.
13574
13575 * Makefile.in (lisp, shortlisp): Add cham.el.
13576
13577 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13578
13579 * font.h (FONTP): Make it return 1 also for a font-object.
13580
13581 * .gdbinit (xfontset): New function.
13582
13583 * font.c (font_find_for_lface): Check if the character C is
13584 supported or not only for the first font.
13585
13586 * fontset.c (reorder_font_vector): Fix typo.
13587 (fontset_find_font): Don't add a font-spec specifying a script.
13588 Use 0 (not Qt) for the indication of empty font-group. Change the
13589 format of RFONT-DEF. Return Qt if no font in the font-group
13590 support the character.
13591 (fontset_font): Adjust for the above change. If no font was
13592 found the character, remember that.
13593 (face_for_char): Adjust for the change of RFONT-DEF.
13594 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13595 no font for the target.
13596 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13597
13598 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13599
13600 * font.c (font_load_for_face): Handle the case that the font in
13601 face->lface is a string.
13602
13603 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13604
13605 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13606
13607 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13608
13609 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13610 Fix previous change. If the frame is not on a window system,
13611 signal an error.
13612
13613 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13614
13615 * coding.c (decode_coding_object, encode_coding_object): Adjust
13616 marker positions after conversion.
13617
13618 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13619
13620 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13621
13622 * font.c (font_find_for_lface): Fix the handling of the return
13623 value of font_has_char.
13624 (Ffont_shape_text): Fix previous change.
13625
13626 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13627 (fontset_ref_and_range): Delete it.
13628 (fontset_find_font): Call char_table_ref_and_range instead of
13629 FONTSET_REF_AND_RANGE.
13630 (make_fontset): Don't setup font groups of Latin here.
13631 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13632 (new_fontset_from_font): Make the specified font the default for
13633 all Latin characters.
13634
13635 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13636
13637 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13638 is on a window system before accessing the fontset of the frame.
13639
13640 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13641
13642 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13643
13644 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13645 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13646
13647 * font.c (Ffont_shape_text): If the font driver doesn't have a
13648 shaper function, make zero-width glyphs to have at least one-pixel
13649 width. Fix setting of `to' field of glyphs.
13650
13651 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13652
13653 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13654 glyphs.
13655
13656 * font.h (struct font_driver): Improve docstring of member `shape'.
13657
13658 2008-02-01 Kenichi Handa <handa@m17n.org>
13659
13660 * composite.c (syms_of_composite): Fix docstring of
13661 auto-composition-function.
13662
13663 * font.h (LGLYPH_SIZE): New macro.
13664
13665 * font.c (Ffont_fill_gstring): Stop filling when a character not
13666 supported by the font is found.
13667 (Ffont_shape_text): When a shape callback function returns nil,
13668 try at most two more times with larger gstring.
13669 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13670
13671 * xdisp.c (handle_auto_composed_prop): Change the argument to
13672 auto-composition-function.
13673
13674 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13675 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13676 Lispy glyph and store it in the lgstring.
13677
13678 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13679
13680 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13681
13682 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13683
13684 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13685
13686 * fontset.c (Vfont_encoding_charset_alist): New variable.
13687 (syms_of_fontset): DEFVAR it.
13688 (reorder_font_vector, fontset_find_font): Optimize for the case of
13689 no need of reordering.
13690 (face_for_char): Map the charset property by
13691 Vfont_encoding_charset_alist.
13692
13693 2008-02-01 Jason Rumney <jasonr@gnu.org>
13694
13695 * w32font.c (logfonts_match): Don't check adstyle here.
13696 (font_matches_spec): Check here against physical font instead.
13697 (add_font_entity_to_list): Avoid some substitutions.
13698
13699 * font.c (font_parse_fcname): Default weight and slant to normal.
13700 (font_score): Prefer normal fonts if weight or slant unspecified.
13701 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13702 match freetype scores.
13703
13704 2008-02-01 Jason Rumney <jasonr@gnu.org>
13705
13706 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13707 font, as it may have been deleted.
13708 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13709 most common hyphenless variation.
13710 (logfonts_match): Check generic family.
13711 (font_matches_spec): Don't check generic family here.
13712 (fill_in_logfont): Set generic family based on adstyle.
13713
13714 * w32font.h (w32font_get_cache): Update declaration.
13715
13716 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13717
13718 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13719
13720 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13721 If none of the new drivers are available, call font_update_drivers
13722 with the old drivers.
13723
13724 * w32font.c (w32font_get_cache): Adjust the argument type.
13725
13726 * xfont.c (xfont_get_cache): Adjust the argument type.
13727
13728 * font.h (struct font_driver): Change argument type of get_cache.
13729
13730 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13731
13732 * font.c (Ffont_get): Fix arguments to Fassoc.
13733 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13734 (font_clear_cache): New function.
13735 (font_list_entities, font_matching_entity): Use font_get_cache.
13736 (font_update_drivers): Call font_clear_cache when finishing a driver.
13737
13738 * fontset.c (fontset_find_font): Fix previous change.
13739
13740 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13741
13742 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13743 dpyinfo->font_table.
13744 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13745 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13746
13747 * font.c (font_at): Handle the case that the arg C is negative.
13748 Handle the unibyte case.
13749 (Ffont_at): Call font_at with the arg C -1.
13750
13751 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13752 the position here, and call font_at with the arg C -1.
13753 Don't check the range of the existing composition at the point.
13754
13755 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13756
13757 * fontset.c (fontset_add): New args charset_id and family.
13758 Change caller.
13759 (load_font_get_repertory, fontset_find_font): Assume that
13760 font_spec is always a font-spec object.
13761 (Fset_fontset_font): Always store a font-spec object in a fontset.
13762
13763 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13764 instead of get_property_and_range.
13765
13766 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13767
13768 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13769 (xftfont_open): Don't keep locking face.
13770 (xftfont_close): Don't unlock face.
13771 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13772
13773 * fontset.c (fontset_find_font): Don't prefer a font of
13774 supplementary charset.
13775
13776 2008-02-01 Kenichi Handa <handa@m17n.org>
13777
13778 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13779 script, langsys_tag to langsys, new member script.
13780 (OTF_TAG_STR): Terminate by '\0'.
13781 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
13782 listing to the script specified in that property. Fix arg to
13783 OTF_check_features.
13784
13785 2008-02-01 Jason Rumney <jasonr@gnu.org>
13786
13787 * w32font.h: New file.
13788
13789 * w32font.c: Include it.
13790 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13791 (w32font_open): Set owning_frame.
13792 (w32font_text_extents): Use owning_frame.
13793 (struct font_callback_data): Add opentype_only field.
13794 (add_font_entity_to_list): Use it to filter fonts.
13795 Don't check against full name.
13796 (w32font_list_internal): New function.
13797 (w32font_list): Use it.
13798 (w32font_match_internal): New function.
13799 (w32font_match): Use it.
13800 (w32font_open_internal): New function.
13801 (w32font_open): Use it.
13802 (w32font_get_cache, w32font_close, w32font_has_char)
13803 (w32font_encode_char, w32font_text_extents, w32font_draw):
13804 Make non-static.
13805
13806 * makefile.w32-in (w32font.o): Depend on w32font.h.
13807
13808 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13809
13810 * charset.c (Fdefine_charset_internal): Record a supplementary
13811 charset at the tail of Vcharset_order_list.
13812
13813 * font.c (Ffont_shape_text): Fix the return value.
13814
13815 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13816
13817 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13818
13819 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13820
13821 * ftfont.c (struct OpenTypeSpec): New struct.
13822 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13823 (ftfont_get_open_type_spec): New function.
13824 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13825
13826 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13827
13828 2008-02-01 Jason Rumney <jasonr@gnu.org>
13829
13830 * w32font.c (add_font_entity_to_list): Compare only the beginning
13831 of full name.
13832
13833 2008-02-01 Kenichi Handa <handa@m17n.org>
13834
13835 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13836 Never return HANDLED_RECOMPUTE_PROPS.
13837
13838 2008-02-01 Kenichi Handa <handa@m17n.org>
13839
13840 * font.c (font_gstring_produce): Delete it.
13841
13842 * composite.h (COMPOSITION_METHOD):
13843 Handle COMPOSITION_WITH_GLYPH_STRING.
13844
13845 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13846
13847 * xfont.c (Qx): Delete.
13848 (syms_of_xfont): Don't initialize Qx.
13849
13850 * composite.h (enum composition_method):
13851 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13852
13853 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13854
13855 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13856 (choose_face_font): Accept new form of font-spec.
13857
13858 * frame.h (font_driver_list): Declare it unconditionally.
13859 (struct frame): Define members font_driver_list and font_data_list
13860 unconditionally.
13861
13862 * fontset.c: Include "font.h" unconditionally.
13863 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13864 (Fset_fontset_font): Accept a font-spec object.
13865
13866 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13867 PIXEL_SIZE part a wild card.
13868
13869 * dispextern.h (struct glyph_string): Define members clip and
13870 num_clips unconditionally.
13871 (struct face): Define members font_info and extra unconditionally.
13872
13873 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13874 ftfont_info only when HAVE_LIBOTF is defined.
13875
13876 2008-02-01 Andreas Schwab <schwab@suse.de>
13877
13878 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13879 and end.
13880
13881 2008-02-01 Jason Rumney <jasonr@gnu.org>
13882
13883 * w32font.c (w32font_driver): Add new fields.
13884
13885 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13886
13887 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13888 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13889 (LIBES): Add @M17N_FLT_CFLAGS@.
13890
13891 * composite.c (compose_text): Don't treat the new style
13892 composition specially.
13893
13894 * emacs.c (main): Call syms_of_font unconditionally.
13895
13896 * font.h (FONT_ENTITY_NOT_LOADABLE)
13897 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13898 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13899 (struct font_driver): New member shape.
13900 (font_registry_charsets): Extern it.
13901 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13902 (font_otf_capability, font_drive_otf): Delete their externs.
13903
13904 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13905 (font_charset_alist, font_registry_charsets): Move from xfont.c
13906 and rename.
13907 (font_prop_validate_otf): New function.
13908 (font_property_table): Register it for QCotf.
13909 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13910 (font_drive_otf): Delete.
13911 (font_prepare_composition): New arg F. Adjust for the change of
13912 lispy gstring.
13913 (font_find_for_lface): New arg C.
13914 (font_load_for_face): Adjust for the change of font_find_for_lface.
13915 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13916 lispy gstring.
13917 (Ffont_shape_text): New function.
13918 (Fopen_font): If the font size is not given, use 12-pixel.
13919 (Ffont_at): New arg STRING.
13920 (syms_of_font): Initialize font_charset_alist.
13921 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13922 conditionally.
13923
13924 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13925 fonts of the same font-spec. Change the format of RFONT-DEF.
13926 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13927 Adjust for the change of RFONT-DEF.
13928 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13929
13930 * ftfont.h: New file.
13931
13932 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13933 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13934 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13935 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13936 font_otf_capability and font_drive_otf, set ftfont_shape.
13937 (ftfont_list): Adjust for the change of :otf property value.
13938 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13939 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13940 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13941 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13942 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13943 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13944
13945 * w32term.c (x_draw_composite_glyph_string_foreground):
13946 Adjust for the change of lispy gstring.
13947
13948 * xdisp.c (handle_composition_prop): Adjust for the change of
13949 lispy gstring. Call a function for auto-composition with the
13950 third arg it->window.
13951 (fill_composite_glyph_string): Adjust for the change of lispy string.
13952 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13953
13954 * xfaces.c (set_font_frame_param): Adjust for the change of
13955 font_find_for_lface.
13956
13957 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13958 (xfont_registry_charsets): Likewise. Change caller.
13959 (syms_of_xfont): Don't handle x_font_charset_alist.
13960
13961 * xftfont.c: Include "ftfont.h".
13962 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13963 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13964 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13965 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13966 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13967 Set xftfont_driver.shape to xftfont_shape.
13968
13969 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13970 the change of lispy gstring.
13971
13972 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13973
13974 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13975
13976 2008-02-01 Jason Rumney <jasonr@gnu.org>
13977
13978 * w32font.c (w32font_draw): Fill background manually.
13979
13980 2008-02-01 Jason Rumney <jasonr@gnu.org>
13981
13982 * font.c (Qfontp): Remove unused symbol.
13983 (QCantialias): New symbol.
13984 (syms_of_font): Define it.
13985 (font_property_table): Set a validator for QCantialias.
13986
13987 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13988 Define if not already.
13989 (QCfamily): Share with xfaces.c.
13990 (Qstandard, Qsubpixel, Qnatural): New symbols.
13991 (syms_of_w32font): Define them. Don't define QCfamily here.
13992 (w32_antialias_type, lispy_antialias_type): New functions.
13993 (w32_enumfont_pattern_entity): New arg requested_font.
13994 Set antialias parameter if non-default was requested.
13995 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13996
13997 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13998
13999 * lread.c (read1): Undo the previous change.
14000
14001 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14002
14003 * frame.c (Fdelete_frame): Call font_update_drivers only when
14004 USE_FONT_BACKEND is defined.
14005
14006 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14007
14008 * font.h (struct font_bitmap): New member bits_per_pixel.
14009 (struct font_driver): New members start_for_frame and end_for_frame.
14010 (struct font_data_list): New struct.
14011 (font_put_frame_data, font_get_frame_data): Extern them.
14012
14013 * frame.h (struct frame): New member font_data_list.
14014
14015 * font.c (font_update_drivers): Call driver->start_for_frame and
14016 driver->end_for_frame at proper timings.
14017 (font_put_frame_data, font_get_frame_data): New functions.
14018 (Ffont_spec): Add usage in the docstring.
14019
14020 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14021 (Fdelete_frame): Call font_update_drivers.
14022
14023 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14024 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14025 (xftfont_get_xft_draw): New function.
14026 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14027 (xftfont_end_for_frame): New function.
14028 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14029
14030 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14031 Change argument. Cache GCs in the per-frame data.
14032 (struct ftxfont_frame_data): New struct.
14033 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14034 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14035 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14036 (ftxfont_end_for_frame): New function.
14037 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14038
14039 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14040
14041 2008-02-01 Kenichi Handa <handa@m17n.org>
14042
14043 * xselect.c (Vselection_coding_system)
14044 (Vnext_selection_coding_system): Delete them.
14045 (syms_of_xselect): Don't declare selection-coding-system and
14046 next-selection-coding-system. They are declared in select.el.
14047
14048 2008-02-01 Jason Rumney <jasonr@gnu.org>
14049
14050 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14051
14052 * w32fns.c: Include imm.h.
14053 (get_composition_string_fn, get_ime_context_fn): New optional
14054 system functions.
14055 (globals_of_w32fns): Load them from imm32.dll.
14056 (ignore_ime_char): New flag.
14057 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14058 WM_IME_ENDCOMPOSITION messages.
14059
14060 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14061 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14062
14063 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14064
14065 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14066 (READCHAR_REPORT_MULTIBYTE): New macro.
14067 (readchar): New 2nd arg MULTIBYTE.
14068 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14069 Make symbol's name multibyte according to the multibyteness of the
14070 source.
14071
14072 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14073
14074 * xfaces.c (face_for_overlay_string): Call lookup_face with
14075 correct arguments (fix of synching with the trunk).
14076
14077 2008-02-01 Kenichi Handa <handa@m17n.org>
14078
14079 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14080 (font_prop_validate_non_neg, font_prop_validate_spacing):
14081 Delete argument prop_index.
14082 (font_property_table): Change arguments to validater. Change Callers.
14083 (font_lispy_object): Delete.
14084 (font_at): Use font_find_object instead fo font_lispy_object.
14085
14086 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14087
14088 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14089 and file names.
14090
14091 2008-02-01 Jason Rumney <jasonr@gnu.org>
14092
14093 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14094 (font_matches_spec): Remove debug output.
14095 (add_font_entity_to_list): Avoid using substituted fonts.
14096
14097 2008-02-01 Jason Rumney <jasonr@gnu.org>
14098
14099 * doc.c (Fsnarf_documentation):
14100 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14101
14102 2008-02-01 Miles Bader <miles@gnu.org>
14103
14104 * dispextern.h (struct glyph_row): Only define "clip" field if
14105 HAVE_WINDOW_SYSTEM is defined.
14106
14107 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 Fix up multi-tty merge.
14110
14111 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14112 and indentation.
14113
14114 * xfaces.c (free_realized_face, clear_face_gcs):
14115 Include font_done_for_face in the input_blocked section, just in case.
14116
14117 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14118 (get_char_face_and_encoding): Undo last change and remove the *other*
14119 duplicate definition (i.e. keep the one that's better scoped and that
14120 includes code for the font-backend).
14121
14122 * terminal.c (create_terminal): Default keyboard_coding to
14123 `no-conversion' and terminal_coding to `undecided'.
14124
14125 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14126
14127 * fontset.c (free_realized_fontsets): Check that the table entry does
14128 contain a fontset before trying to compare it to `base'.
14129
14130 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14131 syms_of_charset, and syms_of_coding earlier because init_window_once
14132 now needs Vcoding_system_hash_table to be setup.
14133
14134 * coding.h (default_buffer_file_coding): Remove.
14135
14136 * coding.c (default_buffer_file_coding): Remove.
14137 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14138 than ->symbol, and use the terminal-local coding system.
14139 (syms_of_coding): Don't setup the coding-systems that are not
14140 terminal-local.
14141 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14142
14143 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14144 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14145
14146 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14147 in chartab.c and were re-added here by mistake.
14148 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14149
14150 * doc.c (Fsnarf_documentation):
14151 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14152 src to etc.
14153
14154 * ChangeLog.10: Add mistakenly removed entry.
14155
14156 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14157
14158 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14159
14160 2008-02-01 Miles Bader <miles@gnu.org>
14161
14162 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14163 Add extra args to FACE_FOR_CHAR.
14164
14165 2008-02-01 Kenichi Handa <handa@m17n.org>
14166
14167 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14168 in sequence.
14169
14170 * chartab.c (map_sub_char_table, map_char_table): If the range
14171 contains just one character, call the function with that character
14172 even if the depth is not 3.
14173
14174 2008-02-01 Jason Rumney <jasonr@gnu.org>
14175
14176 * w32font.c (w32font_text_extents): Calculate metrics for the
14177 whole string.
14178
14179 2008-02-01 Jason Rumney <jasonr@gnu.org>
14180
14181 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14182
14183 2008-02-01 Jason Rumney <jasonr@gnu.org>
14184
14185 * w32term.c (x_set_glyph_string_clipping): Use
14186 get_glyph_string_clip_rects.
14187 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14188 Adjust for the change of struct glyph_string.
14189
14190 * w32font.c (w32font_draw): Do clipping here.
14191
14192 2008-02-01 Kenichi Handa <handa@m17n.org>
14193
14194 * xftfont.c (xftfont_draw): Adjust for the change of struct
14195 glyph_string.
14196
14197 * xterm.c (x_set_glyph_string_clipping): Use
14198 get_glyph_string_clip_rects.
14199 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14200 Adjust for the change of struct glyph_string.
14201
14202 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14203 the resulting clip(s}.
14204 (expose_overlaps): Add arg r. Change callers. Set it to
14205 row->clip temporarily.
14206 (expose_window): Redraw rows overlapping the exposed area.
14207
14208 * dispextern.h (struct glyph_row): New member clip.
14209 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14210 clip_height, new member clip, and num_clips.
14211
14212 2008-02-01 Kenichi Handa <handa@m17n.org>
14213
14214 * data.c (Fchar_or_string_p): Fix docstring.
14215
14216 2008-02-01 Kenichi Handa <handa@m17n.org>
14217
14218 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14219 create a temporary XftDraw object.
14220
14221 2008-02-01 Kenichi Handa <handa@m17n.org>
14222
14223 * font.c (Ffontp): Fix docstring.
14224
14225 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14226 strong evidence of ISO-2022.
14227
14228 2008-02-01 Kenichi Handa <handa@m17n.org>
14229
14230 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14231 SYNTAX_ENTRY_FOLLOW_PARENT.
14232
14233 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14236 its type.
14237 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14238 Update to the new type of weak_hash_tables and next_weak.
14239
14240 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14241 a plain C pointer to Lisp_Hash_Table.
14242
14243 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14244 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14245 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14246 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14247 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14248 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14249 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14250 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14251 (GC_EQ): Remove since they've been identical to their non-GC_
14252 alter-egos ever since the markbit was eradicated.
14253
14254 * alloc.c:
14255 * buffer.c:
14256 * buffer.h:
14257 * data.c:
14258 * fileio.c:
14259 * filelock.c:
14260 * fns.c:
14261 * frame.h:
14262 * lisp.h:
14263 * macterm.c:
14264 * print.c:
14265 * process.c:
14266 * w32fns.c:
14267 * w32menu.c:
14268 * w32term.c:
14269 * xfns.c:
14270 * xmenu.c:
14271 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14272
14273 2008-02-01 Kenichi Handa <handa@m17n.org>
14274
14275 * chartab.c (map_sub_char_table): Make it work for the top-level
14276 char-table. Fix handling of parent char-table.
14277 (map_char_table): Adjust for the above change.
14278
14279 2008-02-01 Jason Rumney <jasonr@gnu.org>
14280
14281 * w32font.c (Qgdi): Rename from Qw32.
14282
14283 2008-02-01 Jason Rumney <jasonr@gnu.org>
14284
14285 * w32bdf.c (get_quoted_string): Make function static.
14286
14287 2008-02-01 Kenichi Handa <handa@m17n.org>
14288
14289 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14290 bigger ascent and descent than those of the font, use them as
14291 font's ascent and descent.
14292
14293 2008-02-01 Kenichi Handa <handa@m17n.org>
14294
14295 * Makefile.in (${lispsource}international/charprop.el): Move this
14296 target within "#ifdef HAVE_UNIDATA" and "#endif".
14297
14298 2008-02-01 Kenichi Handa <handa@m17n.org>
14299
14300 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14301 (shortlisp): Add ../lisp/language/tai-viet.el.
14302
14303 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14304
14305 * Makefile.in (${lispsource}international/charprop.el): Depend on
14306 temacs${EXEEXT}.
14307
14308 2008-02-01 Jason Rumney <jasonr@gnu.org>
14309
14310 * w32font.c (w32font_close): Delete the GDI font object.
14311
14312 * w32menu.c: Include character.h.
14313
14314 * w32proc.c: Likewise.
14315
14316 * w32select.c: Likewise.
14317
14318 * makefile.w32-in (w32proc.o): Depend on character.h.
14319
14320 2008-02-01 Jason Rumney <jasonr@gnu.org>
14321
14322 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14323
14324 * w32menu.c (syms_of_w32menu): Likewise.
14325
14326 * w32proc.c (syms_of_ntproc): Likewise.
14327
14328 * w32select.c (syms_of_w32select): Likewise.
14329
14330 * w32term.c (syms_of_w32term): Likewise.
14331
14332 2008-02-01 Jason Rumney <jasonr@gnu.org>
14333
14334 * w32font.c (w32font_draw): Delete brush after using it.
14335
14336 2008-02-01 Jason Rumney <jasonr@gnu.org>
14337
14338 * w32font.c (w32font_open): Don't set font_idx.
14339 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14340 to font settings.
14341 (w32font_draw): Fill background explicitly.
14342
14343 2008-02-01 Jason Rumney <jasonr@gnu.org>
14344
14345 * w32term.c (w32_initialize): Don't call w32font_initialize.
14346
14347 * w32font.c (w32font_info): Remove subranges.
14348 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14349 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14350 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14351 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14352 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14353 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14354 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14355 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14356 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14357 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14358 New symbols.
14359 (font_callback_data): New struct.
14360 (w32font_list, w32font_match): Use it.
14361 (w32font_open): Don't populate subranges.
14362 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14363 (w32font_encode_char): Always return unicode code-point as-is.
14364 (w32font_text_extents): Supply a transformation matrix to
14365 GetGlyphOutline. Never look up by glyph index. Avoid looping
14366 twice. Use unicode version of GetTexExtentPoint32 instead of
14367 glyph index version.
14368 (set_fonts_frame): Remove.
14369 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14370 set frame parameter. Use backward compatible fake foundries.
14371 Save generic family in extra slot under QCfamily. Make width slot
14372 constant. Save QCspacing value. Save list of scripts instead of
14373 binary subranges.
14374 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14375 (add_font_entity_to_list): Use font_callback_data struct. Filter
14376 unwanted fonts.
14377 (add_one_font_entity_to_list): Use font_callback_data struct.
14378 (w32_registry): Default to iso10646_1.
14379 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14380 string font registries. Don't fill in font name if it is a generic
14381 family name, fill family instead. Use spacing, family and script
14382 extra info to fill pitch, family and charset fields.
14383 (list_all_matching_fonts): Use font_callback_data struct.
14384 (unicode_range_for_char): Remove.
14385 (font_supported_scripts): New function.
14386 (w32font_initialize): Remove.
14387 (syms_of_w32font): Update which symbols are defined.
14388
14389 2008-02-01 Jason Rumney <jasonr@gnu.org>
14390
14391 * font.c (font_pixel_size): Reverse assq_no_quit args.
14392
14393 * w32term.h (FONT_WIDTH): Report max width, not average.
14394 (FONT_MAX_WIDTH): Remove.
14395 (FONT_AVG_WIDTH): New macro.
14396
14397 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14398 redefinition of FONT_WIDTH.
14399
14400 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14401 (w32_cache_char_metrics): Use FONT_WIDTH.
14402
14403 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14404
14405 2008-02-01 Jason Rumney <jasonr@gnu.org>
14406
14407 * w32font.c (w32font_open): Make lfHeight negative.
14408
14409 * w32fns.c (x_default_font_parameter): Use new style font name.
14410 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14411
14412 2008-02-01 Jason Rumney <jasonr@gnu.org>
14413
14414 * w32font.c (QCsubranges): New symbol.
14415 (w32font_open, w32font_has_char): Get subranges from subproperty
14416 of extra.
14417 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14418 (syms_of_w32font): Define :subranges symbol.
14419
14420 * font.c (font_put_extra): Expose externally.
14421
14422 * font.h (font_put_extra): Move declaration from font.c.
14423
14424 * font.c (Ffont_get): Use font driver to determine otf capability.
14425 (adjust_anchor): Check if driver defines anchor_point before using.
14426
14427 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14428 (w32font_draw): Use options.
14429 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14430 Fix detection of truetype fonts.
14431 (registry_to_w32_charset): Handle charsets other than iso8859-1
14432 expressed as lisp symbols.
14433 (w32_registry): Express charset as lisp symbol.
14434 (fill_in_logfont): Reverse pixel and point height logic.
14435 Don't set width here. Set quality to default.
14436
14437 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14438 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14439
14440 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14441 Remove redundant loop and allocation.
14442
14443 * makefile.w32-in (font.o, w32font.o): New objects.
14444 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14445 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14446
14447 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14448 STORE_XCHARB a valid l-value.
14449
14450 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14451 calculations for non-Truetype fonts.
14452 (x_draw_glyph_string): Sync with xterm.c.
14453 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14454 Remove redundant code.
14455 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14456
14457 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14458 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14459
14460 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14461 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14462
14463 * w32font.c: New file for w32 font backend.
14464
14465 2008-02-01 Kenichi Handa <handa@m17n.org>
14466
14467 * term.c: Don't include "buffer.h" twice.
14468
14469 2008-02-01 Kenichi Handa <handa@m17n.org>
14470
14471 * character.c (Funibyte_string): New function.
14472 (syms_of_character): Defsubr it.
14473
14474 2008-02-01 Jason Rumney <jasonr@gnu.org>
14475
14476 * w32term.c [USE_FONT_BACKEND]:
14477 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14478 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14479 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14480 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14481 (x_free_frame_resources): Sync with xterm.c.
14482
14483 2008-02-01 Andreas Schwab <schwab@suse.de>
14484
14485 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14486 char-table size.
14487
14488 2008-02-01 Kenichi Handa <handa@m17n.org>
14489
14490 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14491
14492 2008-02-01 Kenichi Handa <handa@m17n.org>
14493
14494 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14495 font_otf_gpos, add font_drive_otf.
14496
14497 * fontset.c (fontset_find_font): Pay attention to font size
14498 specified for a font.
14499 (reorder_font_vector): Check contents of font_def.
14500
14501 * font.c (struct otf_list): Delete it.
14502 (otf_list): Make it a lisp variable.
14503 (otf_open): Use lispy otf_list.
14504 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14505 (check_otf_features): New function.
14506 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14507 New functions.
14508 (font_drive_otf): New function merging font_otf_gsub and
14509 font_otf_gpos.
14510 (font_open_for_lface): New arg spec. Change argument order.
14511 (font_load_for_face): Adjust for the change of font_open_for_lface.
14512 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14513 Ffont_otf_gpos.
14514 (syms_of_font): Staticpro otf_list. Delete defsubr of
14515 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14516
14517 * xfaces.c (set_font_frame_param): Adjust for the change of
14518 font_open_for_lface.
14519
14520 * font.h (font_open_for_lface): Adjust prototype.
14521 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14522 member otf_drive.
14523 (font_otf_gsub, font_otf_gpos): Delete externs.
14524 (font_drive_otf): Extern it.
14525
14526 2008-02-01 Kenichi Handa <handa@m17n.org>
14527
14528 * font.c (font_at): If the window W is not on a window system,
14529 return Qnil.
14530
14531 * coding.c (produce_chars, encode_coding): Don't call
14532 insert_from_gap if no characters to produce.
14533
14534 2008-02-01 Kenichi Handa <handa@m17n.org>
14535
14536 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14537 Fclear_face_cache.
14538
14539 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14540
14541 2008-02-01 Miles Bader <miles@gnu.org>
14542
14543 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14544 Parse "--disable-font-backend" option.
14545 (standard_args): Add "--disable-font-backend" option.
14546
14547 2008-02-01 Kenichi Handa <handa@m17n.org>
14548
14549 * fontset.c (fontset_find_font): New function.
14550 (fontset_font): Use fontset_find_font.
14551 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14552 Register the specified font for all Latin characters.
14553 (new_fontset_from_font): Register the specified font for all Latin
14554 characters.
14555 (dump_fontset): For a realized fontset, include the base fontset
14556 name in the returned vector.
14557
14558 2008-02-01 Kenichi Handa <handa@m17n.org>
14559
14560 * character.h (CHAR_STRING): Cast C to unsigned on calling
14561 char_string.
14562
14563 * character.c (char_string): Type of arg C changed to unsigned.
14564 Signal an error if C is an invalid character code.
14565
14566 * editfns.c (general_insert_function, Fchar_to_string):
14567 Use CHARACTERP, not INTEGERP.
14568
14569 2008-02-01 Kenichi Handa <handa@m17n.org>
14570
14571 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14572 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14573
14574 * regex.c (analyse_first): Fix for multibyte characters in "case
14575 charset:" and "case categoryspec:".
14576
14577 2008-02-01 Andreas Schwab <schwab@suse.de>
14578
14579 * Makefile.in (LIBES): Move standard libraries to the end.
14580
14581 2008-02-01 Kenichi Handa <handa@m17n.org>
14582
14583 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14584 nonzero, don't shrink the buffer nextb.
14585
14586 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14587
14588 * coding.c (coding_alloc_by_making_gap): New arg offset.
14589 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14590 offset.
14591 (decode_coding_iso_2022): Update coding->safe_charsets.
14592 (decode_coding_gap): Temporarily set
14593 current_buffer->text->inhibit_shrinking to 1.
14594
14595 2008-02-01 Kenichi Handa <handa@m17n.org>
14596
14597 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14598 indexing into elements of s->cmp and s->char2b.
14599
14600 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14601
14602 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14603
14604 2008-02-01 Kenichi Handa <handa@m17n.org>
14605
14606 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14607 target_multibyte instead of multibyte.
14608 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14609 (bcmp_translate): Change the argument name from multibyte to
14610 target_multibyte.
14611
14612 2008-02-01 Kenichi Handa <handa@m17n.org>
14613
14614 These changes are to compile a regexp into a pattern that can be
14615 used both for multibyte and unibyte targets.
14616
14617 * Makefile.in (search.o): Depend on charset.h.
14618
14619 * character.c (multibyte_char_to_unibyte_safe): New function.
14620
14621 * search.c: Include "charset.h".
14622 (compile_pattern_1): Delete argument multibyte. Don't set
14623 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14624 (compile_pattern): Don't compare cp->buf.target_multibyte.
14625 Compare cp->buf.charset_unibyte.
14626 (compile_pattern): Set cp->buf.target_multibyte.
14627
14628 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14629
14630 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14631
14632 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14633 multibyte. Change callers.
14634 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14635 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14636 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14637 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14638 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14639 (regex_compile): Make the compiled pattern usable both for
14640 multibyte and unibyte targets.
14641 (analyse_first): Make the fastmap usable both for multibyte and
14642 unibyte targets.
14643 (TRANSLATE_VIA_MULTIBYTE): Delete.
14644 (re_match_2_internal): Pay attention to the case that the
14645 multibyteness of bufp and target may be different.
14646
14647 2008-02-01 Kenichi Handa <handa@m17n.org>
14648
14649 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14650 empty box occupy at least one column width.
14651
14652 2008-02-01 Miles Bader <miles@gnu.org>
14653
14654 * Makefile.in: Remove redundant HAVE_XFT clause.
14655
14656 2008-02-01 Kenichi Handa <handa@m17n.org>
14657
14658 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14659
14660 2008-02-01 Kenichi Handa <handa@m17n.org>
14661
14662 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14663 being nil.
14664
14665 2008-02-01 Kenichi Handa <handa@m17n.org>
14666
14667 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14668
14669 2008-02-01 Kenichi Handa <handa@m17n.org>
14670
14671 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14672
14673 2008-02-01 Kenichi Handa <handa@m17n.org>
14674
14675 * search.c (simple_search): Fix previous change.
14676
14677 2008-02-01 Kenichi Handa <handa@m17n.org>
14678
14679 * xftfont.c (ftfont_font_format): Extern declaration.
14680
14681 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14682
14683 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14684 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14685
14686 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14687 (ftfont_font_format): Fix previous change.
14688
14689 * font.h (Ffont_xlfd_name): EXFUN it.
14690
14691 * font.c (font_parse_xlfd): Fix the array size of `f'.
14692 (register_font_driver): Use EQ to compare driver->type.
14693
14694 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14695 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14696 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14697
14698 2008-02-01 Kenichi Handa <handa@m17n.org>
14699
14700 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14701 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14702
14703 2008-02-01 Kenichi Handa <handa@m17n.org>
14704
14705 * xfont.c (xfont_open): Set font->format.
14706
14707 * xftfont.c (xftfont_open): Set font->format.
14708
14709 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14710 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14711 (ftfont_open): Set font->format.
14712 (ftfont_font_format): New function.
14713
14714 * font.h (struct font): New member format.
14715
14716 * font.c (Qopentype): New variable.
14717 (syms_of_font): Defsym it.
14718 (Fquery_font): Change the format of the last element of the return
14719 value.
14720
14721 2008-02-01 Kenichi Handa <handa@m17n.org>
14722
14723 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14724 last resort.
14725
14726 2008-02-01 Kenichi Handa <handa@m17n.org>
14727
14728 * coding.c (detect_coding_charset): Fix detection of multi-byte
14729 charset.
14730
14731 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14732
14733 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14734
14735 2008-02-01 Kenichi Handa <handa@m17n.org>
14736
14737 * xdisp.c (get_next_display_element): Set it->face_id for the
14738 first component of a composition.
14739 (x_produce_glyphs): Check if the font is changed or not for composition.
14740
14741 2008-02-01 Kenichi Handa <handa@m17n.org>
14742
14743 * fontset.c (Qlatin): New variable.
14744 (syms_of_fontset): Define it as a lisp symbol.
14745 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14746
14747 2008-02-01 Kenichi Handa <handa@m17n.org>
14748
14749 * font.c (font_unparse_fcname): Pay attention to the case that
14750 some of font property is a null string.
14751
14752 2008-02-01 Kenichi Handa <handa@m17n.org>
14753
14754 * term.c: Include "composite.h".
14755 (encode_terminal_code): Output all components of composition.
14756 Check the size of encode_terminal_src.
14757 (produce_glyphs): For composition, call produce_composite_glyph.
14758 (append_composite_glyph, produce_composite_glyph): New functions.
14759
14760 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14761 is not found, get font_info from the current ascii face.
14762
14763 2008-02-01 Kenichi Handa <handa@m17n.org>
14764
14765 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14766 buffer-file-name to Qnil before calling insert_from_buffer.
14767
14768 * font.c (font_unparse_fcname): Pay attention to the case that
14769 foundry is a null string.
14770
14771 2008-02-01 Kenichi Handa <handa@m17n.org>
14772
14773 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14774
14775 * font.c (Qunicode_sip): New variable.
14776 (syms_of_font): Declare it as a Lisp symbol.
14777
14778 * font.h (Qunicode_sip): Extern it.
14779
14780 2008-02-01 Kenichi Handa <handa@m17n.org>
14781
14782 * composite.c (get_composition_id): Pay attention to TAB component.
14783
14784 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14785 TAB. Adjust for the change of s->char2b which always points to
14786 the first element of allocated memory.
14787
14788 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14789
14790 * xdisp.c (handle_composition_prop): Set it->c to the first
14791 non-TAB component.
14792 (fill_composite_glyph_string): Change argument.
14793 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14794 (x_produce_glyphs): Fix handling of left/right padding.
14795
14796 2008-02-01 Kenichi Handa <handa@m17n.org>
14797
14798 * coding.c (detect_coding_system): Fix for handling off
14799 inhibit_iso_escape_detection. Fix for the case that no coding
14800 system is defined for a specific coding category.
14801
14802 2008-02-01 Kenichi Handa <handa@m17n.org>
14803
14804 * font.c (font_matching_entity): Delete unused local var.
14805
14806 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14807 opening a font.
14808
14809 * fileio.c (Finsert_file_contents): On recovering a file, assume
14810 Unix-like eol.
14811 (choose_write_coding_system): On auto-saving a file, force
14812 Unix-like eol.
14813
14814 * coding.c (setup_coding_system): Fix setting of
14815 coding->common_flags based on eol_type.
14816 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14817 inherit from it.
14818
14819 2008-02-01 Kenichi Handa <handa@m17n.org>
14820
14821 * alloc.c (NSTATICS): Increas to 0x600.
14822
14823 2008-02-01 Kenichi Handa <handa@m17n.org>
14824
14825 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14826 (ftfont_list): Don't check :name property.
14827 (ftfont_match): New function.
14828 (ftfont_pattern_entity): If the pattern doesn't contain
14829 FC_SPACING, don't assume FC_MONO.
14830
14831 * font.h (struct font_driver): New member `match'.
14832 (font_update_drivers): Adjust prototype.
14833
14834 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14835 property of FONT.
14836 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14837 them unconditionally.
14838 (font_matching_entity): New function.
14839 (font_open_by_name): Try font_matching_entity if exact match is
14840 not found.
14841 (font_update_drivers): Delete the arg FONT. Return a list of
14842 actually used backends. Don't free faces, font caches here.
14843 Don't store data in frame parameters. Don't call x_set_font.
14844 (Ffont_spec): Store :name property as is.
14845 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14846 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14847 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14848 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14849 Call font->driver->otf_gsub instead of font_otf_gsub.
14850
14851 * frame.c (x_set_font_backend): Do more works that were done in
14852 font_update_drivers before.
14853
14854 * xfont.c (xfont_match): New function.
14855 (xfont_driver): Set xfont_driver.match to xfont_match.
14856 (xfont_draw): Set font in GC if necessary.
14857
14858 * ftxfont.c (ftxfont_match): New function.
14859 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14860
14861 * xftfont.c (xftfont_match): New function.
14862 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14863
14864 2008-02-01 Kenichi Handa <handa@m17n.org>
14865
14866 * font.h (struct font): New member scalable.
14867 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14868 (font_otf_gsub): Adjust prototype.
14869
14870 * font.c (font_otf_capability): Fix handling of the default langsys.
14871 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14872 Check the contents of SPEC.
14873 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14874 (check_gstring): New function.
14875 (REPLACEMENT_CHARACTER): New macro.
14876 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14877 glyph codes of GSTRING.
14878 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14879 (font_prepare_composition): Set cmp->glyph_len.
14880 (font_open_entity): Set font->scalable.
14881 (Ffont_get): Handle :otf property.
14882 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14883 functions.
14884 (Fquery_font): Use font->font.full_name.
14885 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14886 Sfont_otf_alternates.
14887
14888 * ftfont.c (ftfont_open): Set font->font.full_name and
14889 font->font.name properly. Fix calculation of font->font.height
14890 and font->min_width.
14891
14892 * ftxfont.c (ftxfont_create_gcs): New function.
14893 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14894 (ftxfont_draw_backgrond): Fix filling region.
14895 (ftxfont_default_fid): New function.
14896 (ftxfont_open): Set xfont->fid to the return value of
14897 ftxfont_default_fid.
14898 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14899 (ftxfont_done_face): Free only GCs that are created by
14900 ftxfont_create_gcs.
14901 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14902
14903 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14904 Clip to src->width, etc (not src->clip_XXX).
14905
14906 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14907 FontBackend frame parameter.
14908
14909 2008-02-01 Kenichi Handa <handa@m17n.org>
14910
14911 * font.h (struct font_driver_list): New member `on'.
14912 (Fclear_font_cache): EXFUN it.
14913 (font_update_drivers): Extern it.
14914
14915 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14916 (font_list_entities): Check driver_list->on.
14917 (register_font_driver): Initialize `on' member to 0.
14918 (font_update_drivers): New function.
14919 (Fclear_font_cache): Check driver_list->on.
14920
14921 * frame.h (Qfont_backend): Extern it.
14922 (x_set_font_backend): Extern it.
14923
14924 * frame.c (Qfont_backend): New variable.
14925 (frame_parms): New element for font-backend.
14926 (x_set_font_backend): New function.
14927
14928 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14929 FontBackend frame parameter.
14930 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14931 x_set_font_backend.
14932
14933 * xfont.c (xfont_list): Don't try listing by :name property if the
14934 name is not for XLFD.
14935
14936 2008-02-01 Kenichi Handa <handa@m17n.org>
14937
14938 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14939 (LGLYPH_SET_TO): New macros.
14940 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14941 element of G is vector or not.
14942 (font_at): Extern it.
14943
14944 * font.c: Include window.h.
14945 (font_lispy_object): New function.
14946 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14947 end of valid glyph.
14948 (font_close_object): Fix getting (struct font *).
14949 (font_at): New function.
14950 (Ffont_get): If FONT is a font-object, get entity from it.
14951 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14952 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14953 range check.
14954 (Ffont_at): New function.
14955 (syms_of_font): Defsubr Sfont_at.
14956
14957 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14958 before the entry for Qcomposition.
14959 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14960 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14961 the font in gstring.
14962 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14963 LGLYPH_FORM (g) to detect the end of valid glyph.
14964 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14965 we are composing with gstring.
14966
14967 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14968 Check if adjustment is vector or not.
14969
14970 * Makefile.in (font.o): Make it depends on window.h.
14971
14972 2008-02-01 Kenichi Handa <handa@m17n.org>
14973
14974 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14975 adjustment is vector or not.
14976
14977 2008-02-01 Miles Bader <miles@gnu.org>
14978
14979 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14980
14981 2008-02-01 Kenichi Handa <handa@m17n.org>
14982
14983 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14984 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14985 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14986
14987 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14988 (DEVICE_DELTA): Fix typo.
14989 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14990 LGLYPH format.
14991
14992 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14993 the change of LGLYPH format.
14994
14995 2008-02-01 Kenichi Handa <handa@m17n.org>
14996
14997 * ftfont.c (ftfont_list): Fix typo.
14998 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14999
15000 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15001
15002 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15003
15004 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15005 xftface_info is non-NULL.
15006
15007 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15008
15009 * ftfont.c (ftfont_list): Move misplaced #endif.
15010
15011 2008-02-01 Kenichi Handa <handa@m17n.org>
15012
15013 * ftfont.c (ftfont_list): Pay attention to the case that
15014 FC_CAPABILITY is not defined.
15015
15016 2008-02-01 Kenichi Handa <handa@m17n.org>
15017
15018 * xftfont.c (xftfont_open): Set charset related members to -1.
15019
15020 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15021 QCname.
15022 (ftfont_open): Set charset related members to -1.
15023
15024 * fontset.c (Votf_script_alist): New variable.
15025 (syms_of_fontset): Initialize it.
15026 (fontset_font): Delete unused variable.
15027
15028 * fontset.h (Votf_script_alist): Extern it.
15029
15030 * font.c (font_find_for_lface): Optimize code.
15031
15032 * font.h (font_close_object, font_merge_old_spec): Extern them.
15033
15034 2008-02-01 Kenichi Handa <handa@m17n.org>
15035
15036 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15037 (syms_of_font): Initialize them.
15038 (font_pixel_size): Allow float value in dpi.
15039 (font_prop_validate_type): Delete.
15040 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15041 Change caller.
15042 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15043 (font_prop_validate_extra): Delete.
15044 (font_prop_validate_spacing): New function.
15045 (font_property_table): Add elements for all known properties.
15046 (get_font_prop_index): Rename from check_font_prop_name. New
15047 argument FROM. Change caller.
15048 (font_prop_validate): Validate all known properties.
15049 (font_put_extra): Delete argument force. Change caller.
15050 (font_expand_wildcards): Make it static. Fix the way of shrinking
15051 the possible range.
15052 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15053 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15054 Change caller.
15055 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15056 (font_parse_fcname): Delete argument merge. Fix parsing of point
15057 size. Don't validate properties values here. Change caller.
15058 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15059 (font_open_by_name): Delete unused variable.
15060 (Ffont_spec): Likewise. Validate property values.
15061 (Ffont_match_p): New function.
15062
15063 * font.h (QCscalable): Extern it.
15064 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15065
15066 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15067
15068 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15069 (xfont_list_pattern): New function.
15070 (xfont_list): Use xfont_list_pattern.
15071
15072 2008-02-01 Kenichi Handa <handa@m17n.org>
15073
15074 * font.h (Flist_fonts): EXFUN it.
15075
15076 2008-02-01 Jason Rumney <jasonr@gnu.org>
15077
15078 * w32term.c (w32_initialize): Add back smoothing_type and
15079 smoothing_enabled definitions.
15080
15081 2008-02-01 Kenichi Handa <handa@m17n.org>
15082
15083 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15084 s->face->font on determining underline position.
15085
15086 2008-02-01 Kenichi Handa <handa@m17n.org>
15087
15088 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15089 (font_has_char): Accept font-object too.
15090 (font_find_for_lface): Try at first with a size specified in face.
15091
15092 2008-02-01 Kenichi Handa <handa@m17n.org>
15093
15094 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15095 font_open_by_name.
15096
15097 2008-02-01 Kenichi Handa <handa@m17n.org>
15098
15099 * font.h (QCspacing, QCdpi): Extern them.
15100 (enum font_spacing): New enum.
15101 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15102
15103 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15104 (QCspacing, QCdpi): New variables.
15105 (syms_of_font): Initialize them.
15106 (font_pixel_size): New function.
15107 (font_put_extra): New function.
15108 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15109 in FONT_EXTRA.
15110 (font_parse_fcname): Handle enumerated values (e.g. bold).
15111 Fix handling font size. Add QCname property that contains only
15112 unknown properties.
15113 (font_score): Change argument. Change caller. Pay attention to
15114 FONT_PIXEL_SIZE_QUANTUM.
15115 (font_sort_entites, font_list_entities, font_find_for_lface)
15116 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15117 (Ffont_spec): Add QCname property that contains only unknown properties.
15118
15119 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15120 include weight in listing pattern, instead check weight of each
15121 listed font. Don't include scalable in pattern. Pay attention to
15122 FONT_PIXEL_SIZE_QUANTUM.
15123
15124 2008-02-01 Kenichi Handa <handa@m17n.org>
15125
15126 * font.c (font_parse_fcname): Fix parsing of point-size.
15127 (font_unparse_fcname): Produce symbolic names for style properties.
15128 (font_list_entities): Handle float size correctly.
15129 (font_open_by_name): Prefer `normal' property values if the name
15130 doesn't specify them.
15131
15132 * fontset.c (Finternal_char_font): Use font_get_name, not
15133 Ffont_xlfd_name.
15134
15135 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15136 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15137 pattern. Don't force scalable.
15138
15139 * xftfont.c (xftfont_open): For generating a name, start from
15140 96-byte buffer.
15141
15142 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15143
15144 * frame.h (x_new_fontset2): Fix prototype.
15145
15146 2008-02-01 Kenichi Handa <handa@m17n.org>
15147
15148 * font.h (struct font_driver): Delete member parse_name.
15149 (font_match_p, font_get_spec, font_parse_fcname)
15150 (font_unparse_fcname): Extern them.
15151 (font_get_name): Adjust prototype.
15152
15153 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15154 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15155 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15156 unnecessary checks for weight, slant, and swidth.
15157 (font_parse_fcname): New function.
15158 (font_unparse_fcname): New function.
15159 (font_parse_name): New function.
15160 (font_match_p): New function.
15161 (font_get_name): Change return value to Lisp string.
15162 (font_get_spec): New function.
15163 (Qunspecified, Qignore_defface): Don't extern them.
15164 (font_find_for_lface): Assume that LFACE is fully specified.
15165 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15166 object, use it for FACE.
15167 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15168 driver->parse_name.
15169 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15170
15171 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15172 prototype.
15173
15174 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15175 argument F. Don't call Fnew_fontset. Instead, directly call
15176 make_fontset.
15177
15178 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15179
15180 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15181 of x_new_fontset2.
15182
15183 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15184 (Qsans__serif): New variables.
15185 (ftfont_generic_family_list): New variable.
15186 (syms_of_ftfont): Initialize the above variables.
15187 (ftfont_pattern_entity): Delete argument NAME.
15188 (ftfont_list_generic_family): New function.
15189 (ftfont_parse_name): Delete this function.
15190 (ftfont_list): Try generic family only when FcFontList found no font.
15191 (ftfont_list_family): Fix args to FcObjectSetBuild.
15192
15193 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15194 object in attrs[LFACE_FONT_INDEX].
15195 (set_lface_from_font_name): Cancel all changes for font-backend.
15196 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15197 function.
15198 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15199 font object in QCfont attribute.
15200 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15201 (realize_default_face) [USE_FONT_BACKEND]: Call
15202 set_lface_from_font_and_fontset.
15203
15204 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15205 "fixed", and signal error here if no suitable font was found.
15206
15207 * xfont.c (xfont_parse_name): Delete this function.
15208
15209 * xftfont.c (xftfont_open): Change coding style of error
15210 handling. Generate fontconfig's fontname pattern.
15211
15212 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15213 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15214
15215 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15216 Both args FONTSET and FONT_OBJECT must be existing ones.
15217
15218 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15219
15220 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15221
15222 2008-02-01 Kenichi Handa <handa@m17n.org>
15223
15224 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15225
15226 * font.h (struct font): Fix typo.
15227
15228 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15229 XLFD_XXX_INDEX.
15230 (enum xlfd_field_mask): New enum.
15231 (intern_font_field): Changed argument. Change caller. If digits
15232 are followed by non-digits, return a symbol.
15233 (font_expand_wildcards): New function.
15234 (font_parse_xlfd): Fix wildcard handling.
15235 (Ffont_spec): If :name is specified, reflect the info in the other
15236 properties.
15237
15238 * ftfont.c (ftfont_pattern_entity): Fix typo.
15239 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15240 locale.
15241
15242 2008-02-01 Kenichi Handa <handa@m17n.org>
15243
15244 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15245
15246 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15247 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15248 registry doesn't specify encoding part.
15249 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15250 (font_open_by_name): At first try parsing the name.
15251 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15252 as Lisp symbols.
15253
15254 * fontset.c (reorder_font_vector): Pay attention to the case that
15255 the 3rd element of font_def is nil.
15256 (fontset_font): For the default fontset, append one more fontset
15257 elements for a script-based font specification. Don't add script
15258 attribute on finding a font.
15259 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15260 font name.
15261 (fontset_ascii_font): If a font can't be opened, return nil.
15262
15263 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15264 (ftfont_pattern_entity): New function.
15265 (ftfont_get_cache): Assume that freetype_font_cache is already
15266 initialized.
15267 (ftfont_list): Handle the case that a file is specified in font
15268 name. Use ftfont_pattern_entity to generate entities.
15269 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15270 (syms_of_ftfont): Initialize freetype_font_cache.
15271
15272 * xftfont.c (xftfont_open): Make the font name fontconfig's
15273 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15274 (xftfont_close): Free font->font.name if not NULL.
15275
15276 * xfont.c (xfont_list): If script is specified for a font, return
15277 null_vector.
15278 (xfont_list_family): Declare argument type.
15279
15280 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15281 name, set LFACE_FONT (lface) to nil.
15282
15283 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15284 return Qnil.
15285
15286 2008-02-01 Kenichi Handa <handa@m17n.org>
15287
15288 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15289 (standard_args): Add "-enable-font-backend".
15290
15291 2008-02-01 Kenichi Handa <handa@m17n.org>
15292
15293 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15294 (struct xftdraw_list, xftdraw_list): Delete them.
15295 (register_xftdraw, check_xftdraw): Delete them.
15296 (xftfont_prepare_face): Don't call register_xftdraw.
15297 (xftfont_done_face): Don't call check_xftdraw.
15298 (xftfont_draw): Get background color only when with_background is
15299 nonzero.
15300
15301 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15302
15303 2008-02-01 Kenichi Handa <handa@m17n.org>
15304
15305 These changes are for the new font handling codes.
15306
15307 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15308 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15309 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15310 (FONTSRC, FONTOBJ): New variables.
15311 (obj): Add $(FONTOBJ).
15312 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15313 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15314 @LIBOTF_LIBS@.
15315 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15316 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15317
15318 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15319
15320 * character.h (Vscript_representative_chars): Extern it.
15321
15322 * character.c (Vscript_representative_chars): New variable.
15323 (syms_of_character): Declare it as a Lisp variable.
15324
15325 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15326 enable_font_backend is nonzero, accept the composition method
15327 COMPOSITION_WITH_GLYPH_STRING.
15328
15329 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15330 enumeration COMPOSITION_WITH_GLYPH_STRING.
15331
15332 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15333 members clip_x, clip_y, clip_width, and clip_height.
15334 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15335
15336 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15337 --enable-font-backend. Call syms_of_font.
15338
15339 * fns.c (assoc_no_quit): New function.
15340
15341 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15342 (face_for_font, new_fontset_from_font)
15343 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15344
15345 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15346 (fontset_font, fontset_ascii, face_for_char)
15347 (make_fontset_for_ascii_face, Ffont_info)
15348 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15349 is nonzero, use font-backend mechanism.
15350 (find_font_encoding): Make it non-static.
15351 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15352 New functions.
15353
15354 * frame.h (struct frame): New members resx and resy.
15355 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15356 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15357
15358 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15359 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15360
15361 * lisp.h (assoc_no_quit): Extern it.
15362
15363 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15364 Through out the file, use FONT_INFO_FROM_FACE instead of
15365 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15366 rif->per_char_metric.
15367 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15368 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15369 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15370 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15371 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15372 nonzero, use font-backend mechanism.
15373 (get_per_char_metric): New function.
15374
15375 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15376 (set_lface_from_font_name)
15377 (set_font_frame_param, free_realized_face)
15378 (prepare_face_for_display, clear_face_gcs)
15379 (Finternal_set_font_selection_order, realize_x_face)
15380 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15381 font-backend mechanism.
15382 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15383 (load_face_font) [USE_FONT_BACKEND]: Abort.
15384 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15385 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15386
15387 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15388 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15389 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15390 nonzero, register all available font drivers. Call
15391 x_default_font_parameter for deciding a font.
15392 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15393
15394 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15395 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15396 (x_set_glyph_string_clipping_exactly)
15397 (x_compute_glyph_string_overhangs)
15398 (x_draw_glyph_string_foreground)
15399 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15400 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15401 enable_font_backend is nonzero, use font-backend mechanism.
15402 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15403
15404 2008-02-01 Kenichi Handa <handa@m17n.org>
15405
15406 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15407 system_eol_type.
15408 (syms_of_coding): Initialize system_eol_type.
15409
15410 * process.c (Fset_process_coding_system): Inherit system's eol
15411 format if necessary.
15412
15413 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15414
15415 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15416
15417 2008-02-01 Kenichi Handa <handa@m17n.org>
15418
15419 * coding.c (decode_eol): Pay attention to buffer relocation in
15420 del_range_2.
15421 (decode_coding): Call decode_eol before restoring undo_list.
15422
15423 2008-02-01 Kenichi Handa <handa@m17n.org>
15424
15425 * charset.c (Fdefine_charset_internal): Fix setting of
15426 emacs_mule_bytes.
15427
15428 2008-02-01 Kenichi Handa <handa@m17n.org>
15429
15430 * keyboard.c (read_char): Check if C is a character or not before
15431 looking up Vkeyboard_translate_table.
15432
15433 2008-02-01 Kenichi Handa <handa@m17n.org>
15434
15435 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15436 condition to terminate the loop.
15437
15438 2008-02-01 Kenichi Handa <handa@m17n.org>
15439
15440 * coding.c (produce_composition): Compare charbuf[i] instead of
15441 args[i] against 0.
15442 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15443
15444 2008-02-01 Kenichi Handa <handa@m17n.org>
15445
15446 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15447 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15448 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15449 detect_coding.
15450 (emacs_mule_char): Handle old style (Emacs 20) component character
15451 of a composition.
15452 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15453 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15454 composition rule.
15455 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15456
15457 2008-02-01 Kenichi Handa <handa@m17n.org>
15458
15459 * coding.c (encode_coding_ccl): Allocate destination dynamically
15460 when necessary.
15461
15462 2008-02-01 Kenichi Handa <handa@m17n.org>
15463
15464 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15465 the loop. When quitted, show a proper error message.
15466
15467 2008-02-01 Kenichi Handa <handa@m17n.org>
15468
15469 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15470 src->clip_head and src->clip_tail temporarily instead of src->hl.
15471
15472 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15473 character sequence.
15474 (Fccl_execute_on_string): Use ASET, not XSET.
15475
15476 2008-02-01 Kenichi Handa <handa@m17n.org>
15477
15478 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15479
15480 2008-02-01 Kenichi Handa <handa@m17n.org>
15481
15482 * coding.c (decode_coding): Fix the condition of terminating the
15483 decoding loop.
15484
15485 2008-02-01 Kenichi Handa <handa@m17n.org>
15486
15487 * data.c (Faset): On setting a character bigger than 255 in a
15488 unibyte string, signal an error instead of make the string multibyte.
15489
15490 2008-02-01 Kenichi Handa <handa@m17n.org>
15491
15492 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15493 made by a mapping table.
15494
15495 2008-02-01 Kenichi Handa <handa@m17n.org>
15496
15497 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15498 not.
15499 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15500 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15501
15502 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15503 s->face is NULL or not.
15504
15505 2008-02-01 Kenichi Handa <handa@m17n.org>
15506
15507 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15508 (x_draw_glyph_string): Fix drawing of right_overhang and
15509 left_overhang around/on cursor.
15510
15511 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15512
15513 2008-02-01 Kenichi Handa <handa@m17n.org>
15514
15515 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15516
15517 2008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * coding.c (Fdefine_coding_system_internal)
15520 (Fdefine_coding_system_alias): Avoid a duplicated element in
15521 Vcoding_system_alist.
15522
15523 2008-02-01 Kenichi Handa <handa@m17n.org>
15524
15525 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15526
15527 * coding.c (Qcoding_system_define_form): New variable.
15528 (syms_of_coding): Intern and staticpro it.
15529 (Fcoding_system_p): Check Qcoding_system_define_form.
15530 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15531
15532 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15533 Fcoding_system_p.
15534 (CHECK_CODING_SYSTEM): If ID is not available, call
15535 Fcheck_coding_system.
15536 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15537 Try also Fcheck_coding_system.
15538
15539 2008-02-01 Kenichi Handa <handa@m17n.org>
15540
15541 * coding.c (code_conversion_restore): GCPRO arg.
15542
15543 2008-02-01 Kenichi Handa <handa@m17n.org>
15544
15545 * character.c (lisp_string_width): Check multibyteness of STRING.
15546
15547 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15548
15549 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15550 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15551 (decode_mac_font_name): Use decode_coding_c_string instead of
15552 decode_coding.
15553 (x_load_font): Initialize fontp->fontset to -1. Set
15554 fontp->encoding_type.
15555
15556 2008-02-01 Kenichi Handa <handa@m17n.org>
15557
15558 * search.c (search_buffer): Give up BM search on case-fold-search
15559 if one of a target character has a case-equivalence of different
15560 byte length even if that target charcter is an ASCII.
15561 (simple_search): Fix calculation of byte length of matched text.
15562 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15563
15564 2008-02-01 Kenichi Handa <handa@m17n.org>
15565
15566 * coding.c (decode_coding): Fix handling of invalid bytes.
15567
15568 2008-02-01 Kenichi Handa <handa@m17n.org>
15569
15570 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15571 Unicode characters.
15572
15573 2008-02-01 Kenichi Handa <handa@m17n.org>
15574
15575 * coding.c (encode_coding_object): If a pre-write-conversion
15576 function makes a new buffer, kill it.
15577
15578 2008-02-01 Kenichi Handa <handa@m17n.org>
15579
15580 * coding.c (QCascii_compatible_p): New variable.
15581 (syms_of_coding): Initialize it.
15582 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15583 calling string_char.
15584 (record_conversion_result): Add `default:' case.
15585 (coding_charset_list): Delete unused variable `coding_type'.
15586 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15587 property in the plist of the coding system.
15588 (Fcoding_system_put): Check QCascii_compatible_p.
15589
15590 2008-02-01 Miles Bader <miles@gnu.org>
15591
15592 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15593 removed calculation of frame `f', as it's now used.
15594
15595 2008-02-01 Kenichi Handa <handa@m17n.org>
15596
15597 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15598 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15599 (UNIDATA): New variable.
15600 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15601 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15602 $(RUN_TEMACS) unconditionally.
15603
15604 2008-02-01 Kenichi Handa <handa@m17n.org>
15605
15606 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15607 (admindir): New variable.
15608 ($(lispsource)international/charprop.el): New target.
15609
15610 2008-02-01 Miles Bader <miles@gnu.org>
15611
15612 * character.c (chars-in-region): Remove obsolete function.
15613 (syms_of_character): Remove its initialization.
15614
15615 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15616
15617 * w32select.c (validate_coding_system)
15618 (setup_windows_coding_system): New functions.
15619 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15620 setup_windows_coding_system.
15621 (setup_config, Fw32_get_clipboard_data): Use
15622 validate_coding_system.
15623 (Fx_selection_exists): Move call to setup_config to a place
15624 where signals are allowed.
15625
15626 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15627 (Fcheck_coding_system): Add declarations.
15628
15629 2008-02-01 Kenichi Handa <handa@m17n.org>
15630
15631 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15632
15633 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15634
15635 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15636 string as the second argument for x_new_fontset.
15637
15638 2008-02-01 Kenichi Handa <handa@m17n.org>
15639
15640 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15641 (encode_coding_object): Use safe_call instead of call2.
15642
15643 2008-02-01 Kenichi Handa <handa@m17n.org>
15644
15645 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15646
15647 * Makefile.in (lisp): Include charprop.el.
15648
15649 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15650
15651 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15652 Not sure if it's unnecessary.
15653
15654 2008-02-01 Steven Tamm <steventamm@mac.com>
15655
15656 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15657 some possibly unnecessary fontset checking code that crashed
15658 when creating a new frame.
15659
15660 2008-02-01 Kenichi Handa <handa@m17n.org>
15661
15662 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15663 lookup_face.
15664
15665 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15666
15667 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15668
15669 2008-02-01 Kenichi Handa <handa@m17n.org>
15670
15671 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15672 (coding_charset_list): New function.
15673
15674 * coding.h (coding_charset_list): Extern it.
15675
15676 2008-02-01 Kenichi Handa <handa@m17n.org>
15677
15678 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15679 concatenation of family and registry.
15680
15681 2008-02-01 Kenichi Handa <handa@m17n.org>
15682
15683 * character.h (BYTE8_STRING): Fix typo.
15684
15685 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15686 string to multibyte (sync to HEAD).
15687
15688 * casefiddle.c (casify_region): Handle changes in byte-length
15689 using replace_range_2 (sync to HEAD).
15690
15691 2008-02-01 Andreas Schwab <schwab@suse.de>
15692
15693 * chartab.c (map_char_table): GCPRO table and arg.
15694
15695 2008-02-01 Kenichi Handa <handa@m17n.org>
15696
15697 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15698 already at limit.
15699
15700 2008-02-01 Kenichi Handa <handa@m17n.org>
15701
15702 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15703 instead of fast_c_string_match_ignore_case.
15704 (find_font_encoding): Change argument to Lisp_Object. Use
15705 fast_string_match_ignore_case instead of
15706 fast_c_string_match_ignore_case. Change caller.
15707
15708 2008-02-01 Kenichi Handa <handa@m17n.org>
15709
15710 * xdisp.c (get_next_display_element): In unibyte case, decide to
15711 display in octal form by checking a character by
15712 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15713
15714 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15715
15716 * character.c (unibyte_has_multibyte_table): New variable.
15717
15718 * character.h (unibyte_has_multibyte_table): Extern it.
15719 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15720
15721 2008-02-01 Kenichi Handa <handa@m17n.org>
15722
15723 * coding.c (encode_coding_iso_2022): Fix handling of charset
15724 annotation.
15725
15726 2008-02-01 Kenichi Handa <handa@m17n.org>
15727
15728 * coding.c (setup_coding_system): If coding_system is nil, use
15729 Qundecided.
15730 (Fterminal_coding_system): Return nil if terminal coding system is
15731 `undecided'.
15732 (syms_of_coding): Define coding-system `undecided' here. Setup
15733 terminal_coding as `undecided'.
15734
15735 2008-02-01 Kenichi Handa <handa@m17n.org>
15736
15737 * xdisp.c (message_dolog, set_message_1): Call
15738 unibyte_char_to_multibyte with arg type int.
15739
15740 * lread.c (read1): Fix reading of a char-table.
15741
15742 * print.c (print_object): Include sub char-table in circularities
15743 detection.
15744
15745 2008-02-01 Kenichi Handa <handa@m17n.org>
15746
15747 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15748 Append the found sequences in car of ARGS instead of prepending.
15749
15750 2008-02-01 Kenichi Handa <handa@m17n.org>
15751
15752 * fileio.c (report_file_error): Make a unibyte string from
15753 strerror (errorno).
15754 (Fsubstitute_in_file_name): Fix the arg to
15755 unibyte_char_to_multibyte. It is evaluated twice.
15756
15757 2008-02-01 Kenichi Handa <handa@m17n.org>
15758
15759 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15760
15761 2008-02-01 Kenichi Handa <handa@m17n.org>
15762
15763 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15764 BOM is not found.
15765 (detect_coding, detect_coding_system): Optimization for ISO-2022
15766 when no 8-bit data is found.
15767
15768 2008-02-01 Jason Rumney <jasonr@gnu.org>
15769
15770 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15771
15772 2008-02-01 Kenichi Handa <handa@m17n.org>
15773
15774 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15775 CHARS.
15776
15777 2008-02-01 Steven Tamm <steventamm@mac.com>
15778
15779 * macterm.c (mac_encode_char): Add charset argument and update
15780 to use encoding_type.
15781 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15782 switch to pure fontset.
15783 (decode_mac_font_name): Temporarily remove decoding.
15784 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15785 (x_load_font): Temporarily remove encoding.
15786
15787 2008-02-01 Kenichi Handa <handa@m17n.org>
15788
15789 * xfaces.c (Fface_font): If frame is not on a window system,
15790 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15791 refer to face->font.
15792 (split_font_name_into_vector, build_font_name_from_vector)
15793 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15794 when HAVE_WINDOW_SYSTEM is defined.
15795
15796 2008-02-01 Kenichi Handa <handa@m17n.org>
15797
15798 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15799 (x_produce_glyphs): Fix setting of members of cmp in case
15800 cmp->glyph_len is zero.
15801
15802 * fontset.c (Fset_fontset_font): Fix docstring.
15803 (Ffontset_info): Make it backward compatible. New arg ALL.
15804
15805 2008-02-01 Kim F. Storm <storm@cua.dk>
15806
15807 * process.c (read_process_output): Grow decoding_buf when needed;
15808 this could cause a crash in allocate_string and compact_small_strings.
15809
15810 2008-02-01 Kenichi Handa <handa@m17n.org>
15811
15812 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15813
15814 2008-02-01 Kenichi Handa <handa@m17n.org>
15815
15816 * coding.c (setup_coding_system): Set coding->common_flags
15817 correctly for raw-text.
15818 (consume_chars): On encoding unibyte text by raw-text, don't check
15819 multibyte form.
15820 (encode_coding): On encoding by raw-text, never use translation tables.
15821
15822 * fileio.c (e_write): Short cut for the case of no encoding.
15823
15824 2008-02-01 Kenichi Handa <handa@m17n.org>
15825
15826 * coding.c (detect_coding, detect_coding_system): Delete unused
15827 variables.
15828
15829 2008-02-01 Kenichi Handa <handa@m17n.org>
15830
15831 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15832 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15833
15834 2008-02-01 Kenichi Handa <handa@m17n.org>
15835
15836 * coding.c (Ffind_coding_systems_region_internal): Include
15837 raw-text and no-conversion in the result.
15838
15839 2008-02-01 Kenichi Handa <handa@m17n.org>
15840
15841 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15842 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15843 FONT_DEF.
15844 (font_def_arg, add_arg, from_arg, to_arg): New args.
15845 (set_fontset_font): Change argument.
15846 (Fset_fontset_font): Fix for the case that TARGET is a script
15847 name and charset name.
15848 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15849
15850 2008-02-01 Kenichi Handa <handa@m17n.org>
15851
15852 * fontset.c (fontset_font): Rename from fontset_face. Change return
15853 value.
15854 (face_suitable_for_char_p, face_for_char): Adjust for the change
15855 of fontset_font.
15856 (make_fontset_for_ascii_face): Fix setting of the fontset element
15857 for ASCII.
15858 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15859 to get a font name.
15860 (Ffontset_info): Adjust for the change of fontset_font.
15861
15862 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15863
15864 * character.h (LEADING_CODE_LATIN_1_MIN)
15865 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15866
15867 2008-02-01 Kenichi Handa <handa@m17n.org>
15868
15869 * editfns.c (check_translation): New function.
15870 (Ftranslate_region_internal): Handle M:N mapping.
15871
15872 2008-02-01 Kenichi Handa <handa@m17n.org>
15873
15874 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15875
15876 2008-02-01 Kenichi Handa <handa@m17n.org>
15877
15878 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15879 goto invalid_code.
15880 (decode_coding_iso_2022): Fix handling of invalid designation.
15881
15882 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15883 after calling code_conversion_save.
15884
15885 2008-02-01 Kenichi Handa <handa@m17n.org>
15886
15887 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15888
15889 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15890
15891 * fontset.c: Include "intervals.h".
15892 (fontset_face): Fix comparing of Lisp_Objects.
15893 (free_face_fontset, new_fontset_from_font_name): Fix
15894 Lisp_Object/int mixup.
15895
15896 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15897
15898 * coding.c: Add many prototypes for static functions.
15899 (get_translation_table): Allow max_lookup to be NULL.
15900 (decode_coding, Ffind_coding_systems_region_internal)
15901 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15902 get_translation_table with max_lookup NULL.
15903
15904 2008-02-01 Kenichi Handa <handa@m17n.org>
15905
15906 * coding.c (get_translation_table): Declare it as Lisp_Object.
15907 (LOOKUP_TRANSLATION_TABLE): New macro.
15908 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15909 instead of CHAR_TABLE_REF.
15910
15911 2008-02-01 Kenichi Handa <handa@m17n.org>
15912
15913 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15914 annotation data format.
15915 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15916 Change arguments FROM and TO to single argument NCHARS. Change caller.
15917 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15918 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15919 (decode_coding_ccl, decode_coding_charset): Pay attention to
15920 coding->charbuf_used.
15921 (get_translation): New function.
15922 (produce_chars): New arguments translation_table and last_block.
15923 Translate characters here. Return number of carryover chars.
15924 Change caller.
15925 (produce_composition): New argument pos. Change caller.
15926 Adjust for the change of annotation data format.
15927 (produce_charset, produce_annotation): Likewise.
15928 (decode_coding, encode_coding): Don't call translate_chars.
15929 (consume_chars): New arg translation_table. Change caller.
15930 (translate_chars): Delete.
15931 (syms_of_coding): Make translation-table's number of extra slots 2.
15932
15933 2008-02-01 Kenichi Handa <handa@m17n.org>
15934
15935 * search.c (simple_search): Fix setting this_pos_byte in backward
15936 search.
15937
15938 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15939 byte sequence.
15940 (detect_coding_ccl): Fix setting of the variable valids.
15941
15942 2008-02-01 Kenichi Handa <handa@m17n.org>
15943
15944 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15945
15946 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15947
15948 * editfns.c (Ftranslate_region_internal): Rename from
15949 Ftranslate_region. Accept a char-table in TABLE.
15950 (syms_of_editfns): Defsubr Stranslate_region_internal.
15951
15952 * xfaces.c (set_lface_from_font_name): If a font is specified for
15953 a frame, generate a fontset from the font.
15954 (build_scalable_font_name): If the scalable font is requested for
15955 a specific size, don't change that size.
15956 (try_font_list): Try a scalable font also in the case that a
15957 pattern string is specified.
15958
15959 2008-02-01 Kenichi Handa <handa@m17n.org>
15960
15961 * xfaces.c (Fface_font): New optional arg CHARACTER.
15962
15963 2008-02-01 Kenichi Handa <handa@m17n.org>
15964
15965 * charset.h (CHARSET_OFFSET): New macro.
15966
15967 2008-02-01 Kenichi Handa <handa@m17n.org>
15968
15969 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15970
15971 * fontset.c (fontset_face): Handle the case that repertory is a
15972 char-table.
15973 (find_font_encoding): Return nil for unknown encoding.
15974 (Fset_fontset_font): Ignore a font of unknown encoding.
15975
15976 2008-02-01 Kenichi Handa <handa@m17n.org>
15977
15978 * keymap.c (describe_vector): Handle default value of a char table.
15979
15980 * fontset.c (fontset_face): Handle fallback fonts correctly.
15981 (Ffontset_info): Return infomation about fallback fonts.
15982
15983 2008-02-01 Kenichi Handa <handa@m17n.org>
15984
15985 * fontset.c (FONTSET_DEFAULT): New macro.
15986 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15987 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15988 the case that it is nil.
15989 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15990 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15991
15992 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15993 subset or superset.
15994
15995 2008-02-01 Kenichi Handa <handa@m17n.org>
15996
15997 * emacs.c (main): Call init_charset after syms_of_XXX.
15998
15999 * charset.c (Vcharset_map_directory): Delete.
16000 (Vcharset_map_path): New variable.
16001 (load_charset_map_from_file): Use Vcharset_map_path instead.
16002 (init_charset): Initialize Vcharset_map_path.
16003 (syms_of_charset): Delete declaration of "charset-map-directory",
16004 add declaration of "charset-map-path".
16005
16006 2008-02-01 Kenichi Handa <handa@m17n.org>
16007
16008 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16009 ASCII only string.
16010
16011 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16012
16013 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16014 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16015
16016 2008-02-01 Kenichi Handa <handa@m17n.org>
16017
16018 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16019
16020 * coding.c (QCmnemonic, QCdefalut_char)
16021 (QCdecode_translation_table, QCencode_translation_table)
16022 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16023 (get_translation_table): Return a list of translation tables if
16024 necessary.
16025 (decode_coding): Call get_translation_table with ENCODEP 0.
16026 (char_encodable_p): If translation_table is non-nil, always call
16027 translate_char.
16028 (Fdefine_coding_system_internal): Accept list of translation
16029 tables as :encode-translation-table and :decode-translation-table.
16030 (Fcoding_system_put): New function.
16031 (syms_of_coding): Declare new symbols. Defsubr
16032 Scoding_system_put.
16033 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16034 typically JISX0212.
16035
16036 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16037 when the charset is superset type.
16038
16039 * character.c (translate_char): Accept list of translation tables.
16040
16041 2008-02-01 Kenichi Handa <handa@m17n.org>
16042
16043 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16044 (CODING_ATTR_TRANS_TBL): New macro.
16045
16046 * coding.c (get_translation_table): New function.
16047 (translate_chars): Fix the bug of skipping annotation data.
16048 (decode_coding, encode_coding): Utilize get_translation_table.
16049 (char_encodable_p, Funencodable_char_position): Translate char if
16050 necessary.
16051 (Ffind_coding_systems_region_internal)
16052 (Fcheck_coding_systems_region): Setup translation table for encode
16053 in a coding system attribute vector in advance.
16054 (Fdefine_coding_system_internal): Allow a symbol as translation
16055 table. For shift-jis type coding system, allow 4th charset.
16056
16057 2008-02-01 Kenichi Handa <handa@m17n.org>
16058
16059 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16060
16061 * xdisp.c (get_next_display_element): Pass -1 as POS to
16062 FACE_FOR_CHAR if displaying a C-string.
16063
16064 2008-02-01 Kenichi Handa <handa@m17n.org>
16065
16066 * composite.c (get_composition_id): Handle xoff and yoff in a
16067 composition rule.
16068
16069 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16070 (struct composition): New member lbearing and rbearing.
16071
16072 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16073 (x_get_glyph_overhangs): Handle a composition glyph.
16074 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16075
16076 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16077 composition glyph.
16078
16079 2008-02-01 Kenichi Handa <handa@m17n.org>
16080
16081 * print.c: Include charset.h.
16082 (Vprint_charset_text_property): New variable.
16083 (Qdefault): Extern it.
16084 (PRINT_STRING_NON_CHARSET_FOUND)
16085 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16086 (print_check_string_result): New variable.
16087 (print_check_string_charset_prop): New function.
16088 (print_prune_charset_plist): New variable.
16089 (print_prune_string_charset): New function.
16090 (print_object): Call print_prune_string_charset if
16091 Vprint_charset_text_property is not t.
16092 (print_interval): Print nothing if interval->plist is nil.
16093 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16094 variable. Init and staticpro print_prune_charset_plist.
16095
16096 2008-02-01 Kenichi Handa <handa@m17n.org>
16097
16098 * fontset.c (new_fontset_from_font_name): Use the specified font
16099 for all characters in the new fontset.
16100
16101 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16102 OBJECT args.
16103
16104 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16105 OBJECT args for composition too.
16106
16107 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16108 OBJECT args.
16109
16110 2008-02-01 Kenichi Handa <handa@m17n.org>
16111
16112 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16113
16114 * fontset.c (reorder_font_vector): Adjust for the change of
16115 FONT_DEF format.
16116 (fontset_face): New arg id. Change caller.
16117 (face_for_char): New args pos and object.
16118 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16119 (fs_query_fontset): Check NAME by Fassoc too.
16120 (Fset_fontset_font): Allow non-XLFD font name.
16121 (Ffontset_info): Adjust for the change of FONT_DEF format.
16122
16123 * fontset.h (face_for_char): Adjust prototype.
16124
16125 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16126 (append_space, extend_face_to_end_of_line)
16127 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16128 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16129
16130 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16131 POS and OBJECT args.
16132
16133 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16134 POS and OBJECT args.
16135
16136 2008-02-01 Jason Rumney <jasonr@gnu.org>
16137
16138 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16139 of GlobalAlloc'ed memory.
16140
16141 2008-02-01 Kenichi Handa <handa@m17n.org>
16142
16143 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16144
16145 * charset.h (charset_table_used): Delete extern.
16146
16147 * charset.c (charset_table_used): Make it static.
16148 (map_charset_chars): Fix args to c_function with.
16149
16150 * chartab.c (map_sub_char_table_for_charset): Fix args to
16151 c_function with.
16152
16153 * coding.h (enum coding_result_code): Delete
16154 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16155
16156 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16157 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16158 (Vlast_code_conversion_error): New variables.
16159 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16160 (ONE_MORE_BYTE): Record error if any instead of signaling an
16161 error. If non-ASCII multibyte char is found, return the negative
16162 value of the code. All callers changed to check it.
16163 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16164 (record_conversion_result): New function. Change all codes setting
16165 coding->result to call this function.
16166 (detect_coding_utf_8, decode_coding_utf_8)
16167 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16168 Don't use the local variable incomplete.
16169 (emacs_mule_char): Change the second arg to `const'.
16170 (decode_coding): Fix of flushing out unprocessed data.
16171 (make_conversion_work_buffer): Fix making of a work buffer.
16172 (decode_coding_object): Return coding->dst_object.
16173
16174 * fontset.c (set_fontset_font): Fix args.
16175
16176 * lisp.h (CHARACTERBITS): Define as 22.
16177
16178 * process.c (send_process): Be sure to set coding->src_multibyte.
16179
16180 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16181
16182 2008-02-01 Kenichi Handa <handa@m17n.org>
16183
16184 * xdisp.c (handle_auto_composed_prop): Give limit to
16185 Fnext_single_char_property_change.
16186
16187 2008-02-01 Kenichi Handa <handa@m17n.org>
16188
16189 * composite.c (syms_of_composite): Don't make the composition hash
16190 table weak.
16191
16192 * fontset.c (Fset_fontset_font): Fix docstring.
16193
16194 * lisp.h (detect_coding_system): Adjust prototype.
16195
16196 * fileio.c (kill_workbuf_unwind): Delete this function.
16197 (Finsert_file_contents): Adjust the call of detect_coding_system.
16198 Get conversion_buffer by code_conversion_save. Use the macro
16199 CODING_MAY_REQUIRE_DECODING. After decoding, update
16200 coding_system.
16201
16202 * coding.h (make_conversion_work_buffer): Delete extern.
16203 (code_conversion_save): Extern it.
16204
16205 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16206 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16207 (decode_coding_utf_8): Don't do eol converion.
16208 (detect_coding_utf_16): Check coding->src_chars, not
16209 coding->src_bytes. Add heuristics for those that have no signature.
16210 (decode_coding_emacs_mule, decode_coding_iso_2022)
16211 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16212 Don't do eol converion.
16213 (adjust_coding_eol_type): Return a new coding system.
16214 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16215 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16216 each change.
16217 (decode_coding): Pay attention to undo_list. Do eol conversion for
16218 all types of coding-systems (if necessary).
16219 (Vcode_conversion_work_buf_list): Delete it.
16220 (Vcode_conversion_reused_workbuf): Rename from
16221 Vcode_conversion_reused_work_buf.
16222 (Vcode_conversion_workbuf_name): New variable.
16223 (reused_workbuf_in_use): New variable.
16224 (make_conversion_work_buffer): Delete the arg DEPTH.
16225 (code_conversion_restore): Change argument to cons.
16226 (code_conversion_save): Delete the argument BUFFER. Change callers.
16227 (detect_coding_system): New argument src_chars. Change callers.
16228 Fix for utf-16 detection.
16229 (init_coding_once): Don't use ISO_carriage_return.
16230 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16231 reused_workbuf_in_use.
16232
16233 2008-02-01 Kenichi Handa <handa@m17n.org>
16234
16235 * keymap.c (store_in_keymap): Pay attention to the case that idx
16236 is a cons specifying a character range.
16237
16238 2008-02-01 Kenichi Handa <handa@m17n.org>
16239
16240 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16241 HANDLED_RECOMPUTE_PROPS.
16242
16243 * coding.c (Fdefine_coding_system_internal): Fix checking of
16244 ascii compatibility.
16245
16246 2008-02-01 Kenichi Handa <handa@m17n.org>
16247
16248 * charset.c (find_charsets_in_text): Delete unused locale variable.
16249 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16250
16251 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16252 Resync charset_list to Vemacs_mule_charset_list.
16253
16254 * keymap.c (store_in_keymap): Pay attention to the case that idx
16255 is a cons specifying a character range.
16256
16257 2008-02-01 Kenichi Handa <handa@m17n.org>
16258
16259 * composite.c (update_compositions): Bind inhibit-read-only, etc
16260 to t before calling remove-list-of-text-properties.
16261
16262 * print.c (print_object): Always print ASCII chars as is.
16263
16264 2008-02-01 Kenichi Handa <handa@m17n.org>
16265
16266 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16267
16268 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16269 is a char table.
16270
16271 2008-02-01 Kenichi Handa <handa@m17n.org>
16272
16273 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16274
16275 2008-02-01 Kenichi Handa <handa@m17n.org>
16276
16277 * xfaces.c (set_lface_from_font_name): Fix for the case that
16278 FONTNAME is not fontset name.
16279
16280 2008-02-01 Kenichi Handa <handa@m17n.org>
16281
16282 * fns.c (base64_encode_1): Fix previous change.
16283
16284 2008-02-01 Kenichi Handa <handa@m17n.org>
16285
16286 * fontset.c (set_fontset_font): New function.
16287 (Fset_fontset_font): If a font is specified for a charset, use
16288 map_charset_chars to store the font spec in a fontset.
16289
16290 2008-02-01 Kenichi Handa <handa@m17n.org>
16291
16292 * fontset.c (fontset_face): Create a fallback fontset on demand.
16293 (make_fontset): Don't create a fallback fontset here.
16294 (free_face_fontset): Free a fallback fontset (if any) too.
16295 (n_auto_fontsets): Delete this variable.
16296 (auto_fontset_alist): New variable.
16297 (new_fontset_from_font_name): Check auto_fontset_alist.
16298 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16299 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16300 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16301 Defsubr Sfontset_list_all.
16302
16303 2008-02-01 Kenichi Handa <handa@m17n.org>
16304
16305 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16306
16307 2008-02-01 Kenichi Handa <handa@m17n.org>
16308
16309 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16310
16311 2008-02-01 Kenichi Handa <handa@m17n.org>
16312
16313 * editfns.c (Fgoto_char): Fix docstring.
16314
16315 2008-02-01 Kenichi Handa <handa@m17n.org>
16316
16317 * insdel.c (insert_from_gap): Adjust intervals correctly.
16318
16319 2008-02-01 Jason Rumney <jasonr@gnu.org>
16320
16321 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16322 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16323 (w32_initialize): Try to load it.
16324 (x_get_font_repertory): Use it if available.
16325 (w32_encode_char): Add shortcut for unicode output.
16326
16327 * w32fns.c (w32_load_system_font): Default charset to -1.
16328 (x_to_w32_charset): Match all fonts for unicode.
16329 (w32_to_x_charset): New parameter matching. Don't return partial
16330 or wildcard charsets.
16331 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16332 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16333 (w32_to_x_font): Match charset to real charset.
16334 (enum_font_cb2): Always list unicode versions.
16335
16336 * makefile.w32-in (temacs): Increase EMHEAP.
16337
16338 2008-02-01 Jason Rumney <jasonr@gnu.org>
16339
16340 * w32term.c (w32_encode_char): New charset parameter.
16341 font_info.encoding becomes encoding_type.
16342 (x_get_font_repertory): New function. Warning: stub only!
16343 (x_new_font): Return quickly if font already set.
16344 (x_new_fontset): fontsetname parameter is Lisp_Object.
16345 Use new fs_query_fontset. Try new_fontset_from_font_name.
16346 Use fontset_name for return value.
16347
16348 * w32term.h: Declare x_get_font_repertory.
16349
16350 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16351 place of find_charset_in_text. Use encode_coding_object in place
16352 of encode_coding.
16353 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16354 decode_coding.
16355
16356 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16357 of x_new_fontset.
16358 (w32_load_system_font): Initialize charset as unicode.
16359 font_info.encoding becomes encoding_type.
16360 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16361 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16362 (syms_of_w32fns): Set get_font_repertory_func.
16363
16364 * w32console.c: Include character.h. Use terminal_encode_buffer
16365 from term.c.
16366 (write_glyphs): Use new version of encode_terminal_code. Use
16367 encode_coding_object in place of encode_coding.
16368
16369 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16370 encoding becomes encoding_type.
16371
16372 * term.c (terminal_encode_buffer): Make externally visible.
16373
16374 * makefile.w32-in: Add character.h dependancies.
16375 (character.o, chartab.o): New targets.
16376
16377 2008-02-01 Kenichi Handa <handa@m17n.org>
16378
16379 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16380 CODING_ID_EOL_TYPE.
16381
16382 2008-02-01 Andreas Schwab <schwab@suse.de>
16383
16384 * coding.c (produce_chars): Revert last change.
16385
16386 2008-02-01 Kenichi Handa <handa@m17n.org>
16387
16388 * charset.h (charset_unicode): Extern it.
16389
16390 * charset.c (string_xstring_p): Check by (C >= 0x100).
16391 (find_charsets_in_text): Change format of the arc CHARSETS. New
16392 arg MULTIBYTE.
16393 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16394 change of find_charsets_in_text.
16395 (Fsplit_char): Fix doc. Never return unknown.
16396
16397 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16398
16399 * coding.c (Fdefine_coding_system_alias): Update
16400 Vcoding_system_list.
16401
16402 * fontset.c (load_font_get_repertory): Pay attention to the case
16403 that ENCODING of a font is specified by a char-table.
16404
16405 * xterm.c (x_get_font_repertory): Handle the case that the
16406 encoding of font is other than Unicode.
16407
16408 2008-02-01 Kenichi Handa <handa@m17n.org>
16409
16410 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16411 if a character is encodable by the terminal coding system. If
16412 not, produces proper number of `?'s. Update
16413 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16414 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16415
16416 2008-02-01 Kenichi Handa <handa@m17n.org>
16417
16418 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16419 variables.
16420 (encode_terminal_code): Change argument. Encode multiple
16421 characters at once. Store the result of encoding in
16422 terminal_encode_buffer.
16423 (write_glyphs, insert_glyphs): Adjust for the change of
16424 encode_terminal_code.
16425 (term_init): Initialize terminal_encode_buffer and
16426 terminal_encode_buf_size.
16427
16428 * coding.c (consume_chars): If coding->src_object is nil, don't
16429 check annotation.
16430
16431 2008-02-01 Kenichi Handa <handa@m17n.org>
16432
16433 * character.c (char_string): Use ASCII_CHAR_P instead of
16434 SINGLE_BYTE_CHAR_P.
16435
16436 2008-02-01 Kenichi Handa <handa@m17n.org>
16437
16438 * xdisp.c (handle_auto_composed_prop): Check if the last
16439 characters of auto-composed region is newly composed with the
16440 following characters.
16441 (handle_composition_prop): Fix checking of point being inside
16442 composition.
16443
16444 2008-02-01 Kenichi Handa <handa@m17n.org>
16445
16446 * fns.c (concat): Don't change multibyteness of the result by
16447 concatenating an 8-bit character.
16448
16449 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16450 multibyteness of the result when newelt is an 8-bit character.
16451
16452 2008-02-01 Dave Love <fx@gnu.org>
16453
16454 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16455 EMACS_INT.
16456
16457 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16458
16459 * xfaces.c (face_numeric_value): Declare dim size_t.
16460 (Finternal_lisp_face_equal_p): Remove unused f.
16461
16462 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16463 (MATRIX_ROW): Remove unused vars.
16464 (draw_glyphs, x_insert_glyphs, fast_find_position)
16465 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16466 byte/char counts.
16467
16468 * regex.c (regex_compile): Remove unused var.
16469
16470 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16471
16472 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16473 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16474
16475 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16476
16477 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16478
16479 * fileio.c (Fwrite_region): Remove unused var.
16480
16481 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16482 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16483
16484 * composite.c (Fremove_list_of_text_properties): Declare.
16485
16486 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16487 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16488 (coding_inherit_eol_type): Remove unused attrs.
16489 (detect_coding): Cast arg of detect_eol.
16490
16491 * charset.c (syms_of_charset): Remove unused var p.
16492 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16493 byte/char counts.
16494
16495 * casetab.c (set_case_table): Remove unused var.
16496
16497 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16498 unused vars.
16499
16500 2008-02-01 Dave Love <fx@gnu.org>
16501
16502 * xterm.c (x_bitmap_mask): Declare.
16503
16504 2008-02-01 Dave Love <fx@gnu.org>
16505
16506 * xterm.c (x_term_init): Fix type error.
16507
16508 * lisp.h: Add Funibyte_char_to_multibyte.
16509
16510 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16511 (Fset_coding_system_priority): Doc fix.
16512
16513 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16514
16515 * indent.c (check_composition): Make start and end EMACS_INT.
16516
16517 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16518
16519 * xdisp.c (handle_composition_prop, check_point_in_composition):
16520 Make buffer positions EMACS_INT.
16521
16522 * composite.c (find_composition, run_composition_function)
16523 (update_compositions, Ffind_composition_internal): Make buffer
16524 positions EMACS_INT.
16525
16526 * composite.h (find_composition, update_compositions): Make
16527 position args EMACS_INT.
16528
16529 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16530
16531 * intervals.c (get_property_and_range):
16532 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16533
16534 * unexalpha.c: Don't include varargs.h.
16535
16536 2008-02-01 Dave Love <fx@gnu.org>
16537
16538 * coding.h (ENCODE_UTF_8): New.
16539
16540 * Makefile.in (gtkutil.o): Depend on coding.h.
16541
16542 * coding.c (Fset_coding_system_priority): Doc fix.
16543
16544 2008-02-01 Kenichi Handa <handa@m17n.org>
16545
16546 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16547 the case of auto saving.
16548
16549 2008-02-01 Andreas Schwab <schwab@suse.de>
16550
16551 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16552 `range' from GC.
16553
16554 2008-02-01 Kenichi Handa <handa@m17n.org>
16555
16556 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16557
16558 2008-02-01 Kenichi Handa <handa@m17n.org>
16559
16560 * fileio.c (choose_write_coding_system): Return a decided coding system.
16561 (Fwrite_region): Set Vlast_coding_system_used to the return value
16562 of choose_write_coding_system.
16563
16564 2008-02-01 Kenichi Handa <handa@m17n.org>
16565
16566 * charset.c (Fset_charset_priority): Pay attention to duplicated
16567 arguments.
16568
16569 * coding.c (QCcategory): New variable.
16570 (syms_of_coding): Defsym it. Set all elements of
16571 Vcoding_category_table and their symbol values.
16572 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16573 coding-category-XXX, and coding-category-list.
16574 (Fdefine_coding_system_internal): Add category in the plist.
16575
16576 2008-02-01 Kenichi Handa <handa@m17n.org>
16577
16578 * callproc.c (Fcall_process): Handle carryover correctly.
16579
16580 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16581 (raw_text_coding_system): Check NILP (coding_system).
16582 (coding_inherit_eol_type): Check NILP (coding_system) and
16583 NILP (parent).
16584 (consume_chars): Fix for the case of raw-text.
16585
16586 * process.c (read_process_output): Handle carryover correctly.
16587
16588 2008-02-01 Dave Love <fx@gnu.org>
16589
16590 * regex.c (re_search_2): Fix last change.
16591
16592 2008-02-01 Kenichi Handa <handa@m17n.org>
16593
16594 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16595 target_multibyte. Even in a unibyte case, return a converted
16596 multibyte char.
16597 (GET_CHAR_AFTER): New macro.
16598 (PATFETCH): Translate via multibyte char.
16599 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16600 (SETUP_MULTIBYTE_RANGE): New macro.
16601 (regex_compile): Setup compiled code so that its multibyteness
16602 matches that of a target. Fix the handling of "[X-YZ]" using
16603 SETUP_MULTIBYTE_RANGE.
16604 (analyse_first) <charset>: For filling fastmap for all multibyte
16605 characters, don't check by BASE_LEADING_CODE_P.
16606 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16607 the same as RE_MULTIBYTE_P (bufp) now.
16608 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16609 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16610 (TRANSLATE_VIA_MULTIBYTE): New macro.
16611 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16612 It is the same as RE_MULTIBYTE_P (bufp) now.
16613 <exactn>: Translate via multibyte.
16614 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16615 translate it.
16616 <charset, charset_not>: Fetch a character by
16617 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16618 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16619 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16620 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16621 by GET_CHAR_AFTER.
16622 (bcmp_translate): Likewise.
16623
16624 * search.c (compile_pattern): Check the member target_multibyte,
16625 not the member multibyte of buf.
16626
16627 * lread.c (read1): While reading a string, set force_singlebyte
16628 and force_multibyte correctly.
16629
16630 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16631 up of unibyte_to_multibyte_table.
16632
16633 2008-02-01 Kenichi Handa <handa@m17n.org>
16634
16635 * coding.c (setup_coding_system): If coding has
16636 post-read-conversion or pre-write-conversion, set
16637 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16638 respectively.
16639 (decode_coding_gap): Run post-read-conversion if any.
16640
16641 * fileio.c (Finsert_file_contents): Even if we read into a
16642 unibyte buffer, check if we must decode the result or not.
16643
16644 2008-02-01 Kenichi Handa <handa@m17n.org>
16645
16646 * coding.c (make_conversion_work_buffer): Change the work buffer
16647 name to the same one as that of Emacs 21.
16648
16649 2008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 * coding.h (make_conversion_work_buffer): Adjust prototype.
16652 (code_conversion_restore): Don't extern it.
16653
16654 * coding.c (detected_mask): Delete unused variable.
16655 (decode_coding_iso_2022): Pay attention to the byte sequence of
16656 CTEXT extended segment, and retain those bytes as is.
16657 (decode_coding_ccl): Delete unused variable `valids'.
16658 (setup_coding_system): Delete unused variable `category'.
16659 (consume_chars): Delete unused variable `category'. Make it work
16660 for non-multibyte case.
16661 (make_conversion_work_buffer): Change argument.
16662 (saved_coding): Delete unused variable.
16663 (code_conversion_restore): Don't check saved_coding->destination.
16664 (code_conversion_save): New function.
16665 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16666 instead of record_unwind_protect.
16667 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16668 (detect_coding_system): Delete unused variable `mask'.
16669 (Fdefine_coding_system_internal): Delete unused variable id.
16670
16671 * fileio.c (kill_workbuf_unwind): New function.
16672 (Finsert_file_contents): On replacing, call
16673 make_conversion_work_buffer with correct args, and call
16674 record_unwind_protect with the first arg kill_workbuf_unwind.
16675
16676 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16677
16678 2008-02-01 Kenichi Handa <handa@m17n.org>
16679
16680 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16681 (fontset_add): Fix for the case that TO is less than TO1.
16682 (Ffontset_info): Don't use fallback fontset on checking the
16683 default fontset.
16684 (dump_fontset): New function for debugging.
16685
16686 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16687 coding_type is Qcharset.
16688
16689 2008-02-01 Kenichi Handa <handa@m17n.org>
16690
16691 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16692 (map_char_table): Don't inherit the value from the parent on
16693 initializing VAL. Adjust for the above change.
16694
16695 2008-02-01 Kenichi Handa <handa@m17n.org>
16696
16697 * coding.c (Qsignature, Qendian): Delete these variables.
16698 (syms_of_coding): Don't initialize them.
16699 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16700 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16701 detect_info->found.
16702 (decode_coding_utf_16): Don't detect BOM here.
16703 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16704 is NOT utf_16_without_bom.
16705 (setup_coding_system): For a coding system of type utf-16, check
16706 if the attribute :endian is Qbig or not (not nil or not), and set
16707 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16708 (detect_coding): If coding type is utf-16 and BOM detection is
16709 required, detect it.
16710 (Fdefine_coding_system_internal): For a coding system of type
16711 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16712
16713 2008-02-01 Kenichi Handa <handa@m17n.org>
16714
16715 * coding.c (coding_set_source): Fix for the case that the current
16716 buffer is different from coding->src_object.
16717 (decode_coding_object): Don't use the conversion work buffer if
16718 DST_OBJECT is a buffer.
16719
16720 2008-02-01 Dave Love <fx@gnu.org>
16721
16722 * lread.c (read_emacs_mule_char) [len==2]: Index
16723 emacs_mule_charset correctly.
16724
16725 2008-02-01 Dave Love <fx@gnu.org>
16726
16727 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16728 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16729 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16730 treated specially.)
16731 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16732 (detected_mask): Remove Big5 bits.
16733
16734 2008-02-01 Kenichi Handa <handa@m17n.org>
16735
16736 The following changes are to make the font rescaling facility
16737 compatible with Emacs 21.
16738
16739 * xfaces.c (Vface_font_rescale_alist): Rename from
16740 Vface_resizing_fonts.
16741 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16742 (font_rescale_ratio): Rename from font_resizing_ratio.
16743 (split_font_name): Set font->rescale_ratio.
16744 (better_font_p): Pay attention to font->rescale_ratio.
16745 (build_scalable_font_name): Likewise. Change RESX, and RESY
16746 fields.
16747 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16748
16749 2008-02-01 Kenichi Handa <handa@m17n.org>
16750
16751 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16752 (Qutf_16_le): Remove these variables.
16753 (syms_of_coding): Don't DEFSYM them.
16754 (decode_coding_utf_16): Fix handling of BOM.
16755 (encode_coding_utf_16): Fix handling of BOM.
16756
16757 2008-02-01 Kenichi Handa <handa@m17n.org>
16758
16759 * fileio.c (Finsert_file_contents): On replacing, before decoding
16760 the file into the work buffer, set point of the work buffer to the end.
16761
16762 2008-02-01 Dave Love <fx@gnu.org>
16763
16764 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16765
16766 2008-02-01 Dave Love <fx@gnu.org>
16767
16768 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16769 and fix C types.
16770
16771 2008-02-01 Kenichi Handa <handa@m17n.org>
16772
16773 * xdisp.c (SKIP_GLYPHS): New macro.
16774 (set_cursor_from_row): Pay attention to string display properties.
16775
16776 * category.c (copy_category_entry): Fix for the case that RANGE
16777 is an integer.
16778
16779 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16780
16781 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16782
16783 2008-02-01 Kenichi Handa <handa@m17n.org>
16784
16785 * charset.c (Fcharset_id_internal): New function.
16786 (syms_of_charset): Defsubr it.
16787
16788 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16789 with the last arg charset_list acquired from coding.
16790 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16791 the attribute coding_attr_ccl_valids.
16792
16793 * coding.h (enum define_coding_ccl_arg_index): Set the first
16794 member coding_arg_ccl_decoder to coding_arg_max.
16795
16796 * ccl.h (ccl_driver): Adjust prototype.
16797
16798 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16799 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
16800 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
16801 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16802 last arg Qnil.
16803
16804 2008-02-01 Kenichi Handa <handa@m17n.org>
16805
16806 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16807 call encode_char.
16808
16809 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16810
16811 2008-02-01 Dave Love <fx@gnu.org>
16812
16813 * composite.c (syms_of_composite): Make composition_hash_table weak.
16814
16815 2008-02-01 Kenichi Handa <handa@m17n.org>
16816
16817 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16818 (font_name_registry): Don't extern them.
16819 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16820
16821 * fontset.h (Qfontset): Don't extern it.
16822 (new_fontset_from_font_name): Extern it.
16823
16824 * fontset.c: Give 8 extra slots to fontset objects.
16825 (Qfontset_info): New variable.
16826 (syms_of_fontset): Defsym it.
16827 (FONTSET_FALLBACK): New macro.
16828 (fontset_face): Try also the default fontset.
16829 (make_fontset): Realize a fallback fontset from the default fontset.
16830 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16831 using split_font_name_into_vector and build_font_name_from_vector.
16832 (Fset_fontset_font): Access the elements of font_spec by enum
16833 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16834 name by using split_font_name_into_vector.
16835 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16836 generate a proper font name from the fontset name. Update
16837 Vfontset_alias_alist.
16838 (n_auto_fontsets): New variable.
16839 (new_fontset_from_font_name): New function.
16840 (Ffont_info): Store the information about fonts generated from the
16841 default fontset in the first extra slot of the returned char-table.
16842
16843 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16844 (font_name_registry): Delete function.
16845 (split_font_name_into_vector): New function.
16846 (build_font_name_from_vector): New function.
16847 (font_list): The argument REGISTRY is now a list of registry names.
16848 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16849 specifies an explicit font name, return the name as is. Make a
16850 list of registy names.
16851
16852 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16853 of x_new_fontset.
16854 (Fx_create_frame): Don't call x_new_fontset here. Just use
16855 x_list_fonts to check the existence of fonts.
16856
16857 * xterm.h (x_new_fontset): Adjust prototype.
16858
16859 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16860 string. Use new_fontset_from_font_name to create a fontset from a
16861 font name.
16862
16863 2008-02-01 Kenichi Handa <handa@m17n.org>
16864
16865 * syntax.c (Vfind_word_boundary_function_table): New name for
16866 Vnext_word_boundary_function_table.
16867 (find-word-boundary-function-table): New name for
16868 next-word-boundary-function-table.
16869
16870 2008-02-01 Dave Love <fx@gnu.org>
16871
16872 * Makefile.in: Fix some dependencies.
16873
16874 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16875 set it to nil before returning.
16876
16877 * composite.c (update_compositions): Fix type error.
16878
16879 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16880
16881 2008-02-01 Kenichi Handa <handa@m17n.org>
16882
16883 * xterm.c (x_new_font): Optimize for the case that the font is
16884 already set for the frame.
16885
16886 2008-02-01 Kenichi Handa <handa@m17n.org>
16887
16888 * chartab.c (char_table_ascii): Check if the char table contents
16889 is sub-char-table or not.
16890 (char_table_set, char_table_set_range): Fix argument to
16891 char_table_ascii.
16892
16893 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16894 (detect_coding_utf_8, detect_coding_utf_16)
16895 (detect_coding_emacs_mule, detect_coding_iso_2022)
16896 (detect_coding_sjis, detect_coding_big5)
16897 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16898 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16899 sequence is valid in this coding system. Change callers.
16900 (MAX_ANNOTATION_LENGTH): New macro.
16901 (ADD_ANNOTATION_DATA): New macro.
16902 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16903 ADD_ANNOTATION_DATA. Change the format of annotation data.
16904 (ADD_CHARSET_DATA): New macro.
16905 (emacs_mule_char): New argument ID. Change callers.
16906 (decode_coding_emacs_mule, decode_coding_iso_2022)
16907 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16908 Produce charset annotation data in coding->charbuf.
16909 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16910 to charset annotation data in coding->charbuf.
16911 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16912 coding->common_flags if the coding system is iso-2022 based and
16913 uses designation.
16914 (produce_composition): Adjust for the new annotation data format.
16915 (produce_charset): New function.
16916 (produce_annotation): Handle charset annotation.
16917 (handle_composition_annotation, handle_charset_annotation): New
16918 functions.
16919 (consume_chars): Handle charset annotation. Utilize the above two
16920 functions.
16921 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16922 buffer, get the deleted text as a string and set
16923 coding->src_object to that string.
16924 (detect_coding, detect_coding_system): Use the new struct
16925 coding_detection_info.
16926
16927 * coding.h (struct coding_detection_info): New structure.
16928 (struct coding_system): Adjust prototype of the member `detector'.
16929 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16930
16931 2008-02-01 Kenichi Handa <handa@m17n.org>
16932
16933 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16934
16935 2008-02-01 Dave Love <fx@gnu.org>
16936
16937 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16938 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16939 to new local and nullify apropos_accumulate before returning.
16940 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16941
16942 2008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16945 correctly.
16946
16947 2008-02-01 Dave Love <fx@gnu.org>
16948
16949 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16950
16951 2008-02-01 Kenichi Handa <handa@m17n.org>
16952
16953 The following changes are to make character composition happen
16954 automatically on displaying.
16955
16956 * Makefile.in (lisp, shortlisp): Add composite.elc.
16957
16958 * composite.h (Qauto_composed, Vauto_composition_function)
16959 (Qauto_composition_function): Extern them.
16960
16961 * composite.c (Vcomposition_function_table)
16962 (Qcomposition_function_table): Delete variables.
16963 (Qauto_composed, Vauto_composition_function)
16964 (Qauto_composition_function): New variables.
16965 (run_composition_function): Don't call
16966 compose-chars-after-function.
16967 (update_compositions): Clear `auto-composed' text property.
16968 (compose_chars_in_text): Delete this function.
16969 (syms_of_composite): Staticpro Qauto_composed and
16970 Qauto_composition_function. Declare Vauto_composition_function as
16971 a Lisp variable.
16972
16973 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16974
16975 * xdisp.c (it_props): Add an entry for Qauto_composed.
16976 (handle_auto_composed_prop): New function.
16977
16978 * xselect.c (selection_data_to_lisp_data): Don't call
16979 compose_chars_in_text.
16980
16981 2008-02-01 Dave Love <fx@gnu.org>
16982
16983 * keyboard.c (read_char): Modify checking around use of
16984 Vkeyboard_translate_table.
16985
16986 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16987 and fix C types.
16988
16989 2008-02-01 Kenichi Handa <handa@m17n.org>
16990
16991 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16992 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16993 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16994 the case that the last byte is '\r' correctly.
16995 (decode_coding): Flush out the unprocessed data correctly.
16996 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16997
16998 2008-02-01 Dave Love <fx@gnu.org>
16999
17000 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17001 Add XK_ISO... case.
17002 (xaw_scroll_callback): Revert last change.
17003
17004 2008-02-01 Kenichi Handa <handa@m17n.org>
17005
17006 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17007
17008 2008-02-01 Kenichi Handa <handa@m17n.org>
17009
17010 * xfaces.c (Vface_resizing_fonts): New variable.
17011 (struct font_name): New member `resizing_ratio'.
17012 (font_resizing_ratio): New function.
17013 (split_font_name): Set font->resizing_ratio.
17014 (better_font_p): Pay attention to font->resizing_ratio.
17015 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17016 RESX, and RESY fields.
17017 (try_alternative_families): Try scalable fonts if
17018 Vscalable_fonts_allowed is not Qt.
17019 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17020
17021 2008-02-01 Dave Love <fx@gnu.org>
17022
17023 * xterm.c (xaw_scroll_callback): Cast correctly.
17024
17025 2008-02-01 Dave Love <fx@gnu.org>
17026
17027 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17028 (lispy_kana_keys): Comment out.
17029 (make_lispy_event) [XK_kana_A]: Comment out.
17030
17031 * xterm.c (xaw_scroll_callback): Cast call_data.
17032 (XTread_socket): Deal with ASCII keysyms.
17033 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17034
17035 2008-02-01 Dave Love <fx@gnu.org>
17036
17037 * xterm.c (Vx_keysym_table): New.
17038 (syms_of_xterm): Initialize it.
17039 (XTread_socket): Use it.
17040 From head: Eliminate incorrect optimization that tried to avoid
17041 decoding the output of X*LookupString.
17042 (x_get_font_repertory): Delete charset declaration.
17043
17044 2008-02-01 Kenichi Handa <handa@m17n.org>
17045
17046 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17047 return 0.
17048 (Fdefine_coding_system_internal): Setup
17049 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17050
17051 2008-02-01 Dave Love <fx@gnu.org>
17052
17053 * coding.c (Fcheck_coding_system): Doc fix.
17054
17055 * editfns.c (Finsert_byte): Return a proper value.
17056
17057 2008-02-01 Kenichi Handa <handa@m17n.org>
17058
17059 * coding.c (decode_coding): Fix args to translate_chars. Pay
17060 attention to Vstandard_translation_table_for_decode.
17061 (encode_coding): Fix args to translate_chars. Pay attention to
17062 Vstandard_translation_table_for_encode.
17063
17064 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17065 SINGLE_BYTE_CHAR_P.
17066
17067 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17068 not by SINGLE_BYTE_CHAR_P.
17069
17070 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17071 SINGLE_BYTE_CHAR_P.
17072
17073 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17074 SINGLE_BYTE_CHAR_P.
17075
17076 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17077 by SINGLE_BYTE_CHAR_P.
17078
17079 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17080 SINGLE_BYTE_CHAR_P.
17081
17082 2008-02-01 Dave Love <fx@gnu.org>
17083
17084 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17085
17086 2008-02-01 Dave Love <fx@gnu.org>
17087
17088 * fns.c (Flanginfo): Fix typo.
17089
17090 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17091
17092 2008-02-01 Kenichi Handa <handa@m17n.org>
17093
17094 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17095 (detect_coding_emacs_mule, detect_coding_iso_2022)
17096 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17097 incomplete byte sequence. Don't update *mask when correctly detected.
17098 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17099 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17100 (detect_coding, detect_coding_system): Adjust for the changes above.
17101
17102 2008-02-01 Kenichi Handa <handa@m17n.org>
17103
17104 * character.c (char_string): Rename from
17105 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17106 (string_char): Rename from string_char.
17107
17108 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17109 if C is greater than MAX_3_BYTE_CHAR.
17110 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17111 string_char instead of string_char_with_unification.
17112
17113 2008-02-01 Dave Love <fx@gnu.org>
17114
17115 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17116
17117 2008-02-01 Kenichi Handa <handa@m17n.org>
17118
17119 * keymap.c (push_key_description): Pay attention to force_multibyte.
17120
17121 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17122
17123 2008-02-01 Dave Love <fx@gnu.org>
17124
17125 * charset.c (define_charset_internal): Rename `supprementary'.
17126
17127 * Makefile.in (lisp, shortlisp): Remove latin-N.
17128
17129 2008-02-01 Dave Love <fx@gnu.org>
17130
17131 * xfns.c (x_window, x_window): Use use_xim.
17132
17133 * xterm.c (use_xim): Initialize.
17134 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17135 (x_term_init): Maybe set use_xim.
17136
17137 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17138
17139 2008-02-01 Kenichi Handa <handa@m17n.org>
17140
17141 * search.c (search_buffer): Fix case-fold-search of multibyte
17142 characters.
17143 (boyer_moore): Rename the last argument to char_high_bits.
17144
17145 2008-02-01 Kenichi Handa <handa@m17n.org>
17146
17147 * xdisp.c (display_string): Fix for the case of zero width glyph.
17148
17149 * xfns.c (x_set_font): Change the error message of the case that
17150 x_new_fontset returns Qt.
17151
17152 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17153 (Finternal_set_lisp_face_attribute): Use signal_error for the
17154 error of invalid fontset.
17155
17156 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17157 fontset, return Qt.
17158
17159 2008-02-01 Dave Love <fx@gnu.org>
17160
17161 * unexelf.c (unexec): Make .got handling not SGI-specific.
17162
17163 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17164
17165 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17166
17167 * keyboard.c (read_key_sequence): Fix type error.
17168
17169 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17170 type error.
17171
17172 * fontset.c (fontset_add): Return Lisp_Object.
17173
17174 2008-02-01 Dave Love <fx@gnu.org>
17175
17176 * charset.h (charset_ordered_list_tick): Declare extern.
17177
17178 2008-02-01 Kenichi Handa <handa@m17n.org>
17179
17180 The following changes (and some of 2008-02-01 changes of mine) are
17181 for handling syntax, category, and case conversion for unibyte
17182 characters by converting them to multibyte on the fly. With these
17183 changes, we don't have to setup syntax and case tables for unibyte
17184 characters in each language environment.
17185
17186 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17187 multibyte if necessary.
17188
17189 * bytecode.c (Fbyte_code): Likewise.
17190
17191 * character.h (LEADING_CODE_LATIN_1_MIN)
17192 (LEADING_CODE_LATIN_1_MAX): New macros.
17193 (unibyte_to_multibyte_table): Extern it.
17194 (unibyte_char_to_multibyte): New macro.
17195 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17196 (CHAR_LEADING_CODE): New macro.
17197 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17198
17199 * character.c (unibyte_to_multibyte_table): New variable.
17200 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17201 (multibyte_char_to_unibyte): If C is an eight-bit character,
17202 convert it to the corresponding byte value.
17203
17204 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17205 not 1, signals an error. Update the elements of
17206 unibyte_to_multibyte_table.
17207 (init_charset_once): Initialize unibyte_to_multibyte_table.
17208 (syms_of_charset): Define the charset `iso-8859-1'.
17209
17210 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17211 as is without converting it to unibyte. In a unibyte buffer,
17212 convert C to multibyte before checking the syntax.
17213
17214 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17215
17216 * minibuf.c (Fminibuffer_complete_word): Use the macro
17217 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17218
17219 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17220
17221 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17222 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17223 that is zero, convert an eight-bit char to multibyte.
17224 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17225 non-emacs case.
17226 (PATFETCH): Convert an eight-bit char to multibyte.
17227 (HANDLE_UNIBYTE_RANGE): New macro.
17228 (regex_compile): Setup the compiled pattern for multibyte chars
17229 even if the given regex string is unibyte. Use PATFETCH_RAW
17230 instead of PATFETCH in many places. To handle `charset'
17231 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17232 only for ASCII chars.
17233 (analyse_first) <exactn>: Simplify because the compiled pattern
17234 is multibyte.
17235 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17236 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17237 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17238 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17239 multibyte always 1.
17240 (re_search_2): In emacs, set the locale variable multibyte to 1,
17241 otherwise to 0. New local variable target_multibyte. Check it
17242 to decide the multibyteness of STR1 and STR2. If
17243 target_multibyte is zero, convert unibyte chars to multibyte
17244 before translating and checking fastmap.
17245 (TARGET_CHAR_AND_LENGTH): New macro.
17246 (re_match_2_internal): In emacs, set the locale variable multibyte
17247 to 1, otherwise to 0. New local variable target_multibyte. Check
17248 it to decide the multibyteness of STR1 and STR2. Use
17249 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17250 <charset, charset_not>: If multibyte is nonzero, check fastmap
17251 only for ASCII chars. Call bcmp_translate with
17252 target_multibyte, not with multibyte.
17253 <begline>: Declare the local variable C as `unsigned'.
17254 (bcmp_translate): Change the last arg name to target_multibyte.
17255
17256 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17257 the regexp pattern and the matching target. Set cp->buf.multibyte
17258 to the multibyteness of the regexp pattern. Set
17259 cp->but.target_multibyte to the multibyteness of the matching target.
17260 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17261 FETCH_STRING_CHAR_ADVANCE.
17262 (Freplace_match): Convert unibyte chars to multibyte.
17263
17264 * syntax.c (char_quoted, back_comment, scan_words)
17265 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17266 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17267 unibyte chars to multibyte.
17268 (skip_chars): Delete the arg syntaxp, and move the code for
17269 handling syntaxes to skip_syntaxes. Change callers.
17270 Fix the case that the multibyteness of STRING and the current
17271 buffer doesn't match.
17272 (skip_syntaxes): New function.
17273 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17274 SINGLE_BYTE_CHAR_P.
17275
17276 2008-02-01 Kenichi Handa <handa@m17n.org>
17277
17278 * xfaces.c (QCfontset): New variable.
17279 (LFACE_FONTSET): New macro.
17280 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17281 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17282 (Finternal_set_lisp_face_attribute)
17283 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17284 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17285 check also LFACE_FONTSET_INDEX.
17286 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17287 attrs[LFACE_FONT_INDEX].
17288 (syms_of_xfaces): Intern and staticpro QCfontset.
17289
17290 * dispextern.h (enum lface_attribute_index): New member
17291 LFACE_FONTSET_INDEX.
17292
17293 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17294
17295 2008-02-01 Kenichi Handa <handa@m17n.org>
17296
17297 * coding.c (coding_set_destination): Fix coding->destination for
17298 the case converting a region.
17299 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17300 (encode_coding_object): Fix coding->dst_pos and
17301 coding->dst_pos_byte for the case converting a region.
17302
17303 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17304
17305 * character.h (BYTE8_STRING): New macro.
17306
17307 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17308
17309 2008-02-01 Kenichi Handa <handa@m17n.org>
17310
17311 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17312 characters by octal form.
17313
17314 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17315
17316 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17317 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17318 _fetch_multibyte_char_len.
17319 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17320
17321 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17322
17323 * casefiddle.c (casify_object): Simplify. Handle the case that
17324 the case conversion change the byte length.
17325 (casify_region): Likewise.
17326
17327 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17328
17329 * character.c (_fetch_multibyte_char_len): Delete this variable.
17330 (syms_of_character): Setup Vprintable_chars.
17331
17332 * editfns.c (Fchar_equal): Fix for the unibyte case.
17333 (Finsert_byte): New function.
17334 (syms_of_editfns): Defsubr it.
17335
17336 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17337 of direct code 0x3ffff.
17338
17339 * search.c (Freplace_match): Fix for the unibyte case.
17340
17341 2008-02-01 Kenichi Handa <handa@m17n.org>
17342
17343 * lread.c (safe_to_load_p): Fix the logic.
17344
17345 * syntax.c (scan_words): Don't treat characters belonging to
17346 different scripts as constituting a word.
17347
17348 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17349
17350 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17351
17352 * emacs.c (main): In the case of --unibyte, instead of aborting on
17353 finding non-empty buffer, make it unibyte.
17354
17355 2008-02-01 Kenichi Handa <handa@m17n.org>
17356
17357 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17358 to create a fontset.
17359
17360 2008-02-01 Dave Love <fx@gnu.org>
17361
17362 * character.c (Funibyte_char_to_multibyte): Doc fix.
17363
17364 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17365
17366 2008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * fontset.c (fontset_add): Make the type `int'.
17369 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17370
17371 * character.c (unibyte_char_to_multibyte)
17372 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17373 charset_unibyte, not charset_primary.
17374
17375 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17376
17377 * charset.c (charset_unibyte): Rename from charset_primary.
17378 (Funibyte_charset): Rename from Fprimary_charset.
17379 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17380 (syms_of_charset): Adjust for the above changes.
17381
17382 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17383 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17384 it->multibyte_p is zero.
17385
17386 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17387 Delete extern.
17388
17389 2008-02-01 Kenichi Handa <handa@m17n.org>
17390
17391 * coding.c (Fdefine_coding_system_internal): Fix category setting
17392 for a coding system of type iso-2022.
17393
17394 2008-02-01 Kenichi Handa <handa@m17n.org>
17395
17396 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17397
17398 2008-02-01 Kenichi Handa <handa@m17n.org>
17399
17400 * syntax.c (Vnext_word_boundary_function_table): New variable.
17401 (next-word-boundary-function-table): Declare it as a Lisp variable
17402 in syms_of_syntax.
17403 (scan_words): Call functions in Vnext_word_boundary_function_table
17404 if any.
17405
17406 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17407
17408 * fontset.c (fs_load_font): If fontp->charset is not negative,
17409 return fontp without setting its members.
17410
17411 2008-02-01 Dave Love <fx@gnu.org>
17412
17413 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17414
17415 * m/sparc.h (HAVE_ALLOCA): Delete.
17416
17417 * s/irix6-5.h: Don't include strings.h.
17418 (bcopy, bzero, bcmp): Don't undef.
17419
17420 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17421
17422 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17423 (TIOCSIGSEND): Don't test IRIX6.
17424 (bcopy, bzero, bcmp): Define conditionally.
17425
17426 2008-02-01 Kenichi Handa <handa@m17n.org>
17427
17428 * buffer.c (Qas, Qmake, Qto): New variables.
17429 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17430 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17431
17432 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17433 we are inserting a process output into a multibyte buffer.
17434
17435 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17436 multibyte_char_to_unibyte.
17437
17438 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17439 by the primary charset, make it eight-bit char.
17440 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17441
17442 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17443 (charset_8_bit__control, charset_8_bit_graphic)
17444 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17445 (define_charset_internal): New function.
17446 (syms_of_charset): Call define_charset_internal for pre-defined
17447 charsets.
17448
17449 * charset.h (charset_8_bit): Extern it.
17450
17451 * coding.c (make_conversion_work_buffer): Adjust for the change
17452 of Fset_buffer_multibyte.
17453 (encode_coding_raw_text): Increment p0 in the loop.
17454
17455 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17456
17457 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17458 for the change of Fset_buffer_multibyte.
17459
17460 * fns.c (Fstring_to_multibyte): New function.
17461 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17462
17463 2008-02-01 Dave Love <fx@gnu.org>
17464
17465 * xfns.c (x_put_x_image): Declare args.
17466
17467 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17468 (try_font_list): Declare an arg.
17469
17470 * xdisp.c (message2_nolog, set_message): Declare an arg.
17471
17472 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17473
17474 * syntax.c (scan_sexps_forward): Declare an arg.
17475
17476 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17477 Declare an arg.
17478
17479 * lisp.h (Fnew_fontset): Declare.
17480
17481 * keymap.c (push_key_description): Call CHARACTERP correctly.
17482
17483 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17484 (face_for_char): Delete unused vars.
17485 (Fset_fontset_font): Doc fix. Delete unused vars.
17486
17487 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17488
17489 * composite.c (update_compositions): Declare arg.
17490
17491 * cm.c (calccost, cmgoto): Declare args.
17492
17493 * charset.c: Remove `emacs' conditional. Doc fixes.
17494 (map_char_table_for_charset): Declare.
17495
17496 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17497
17498 * ccl.c: Remove `emacs' conditional.
17499
17500 2008-02-01 Kenichi Handa <handa@m17n.org>
17501
17502 The following changes are to allow specifying multiple font
17503 patterns for a character range (specified by script or charset).
17504
17505 * Makefile.in (abbrev.o): Depend on syntax.h.
17506 (xfaces.o): Depend on charset.h.
17507
17508 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17509 SINGLE_BYTE_CHAR_P.
17510
17511 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17512
17513 * character.h (Vchar_script_table): Extern it.
17514
17515 * character.c (Vscript_alist): Delete.
17516 (Vchar_script_table, Qchar_script_table): New variable.
17517 (syms_of_character): Declare Vchar_script_table as a lisp variable
17518 and initialize it.
17519
17520 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17521 have property char-table-extra-slots, make no extra slot.
17522
17523 * dispextern.h (struct face): Delete member `charset'.
17524 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17525 SINGLE_BYTE_CHAR_P.
17526 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17527 Add prototypes.
17528 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17529 (generate_ascii_font_name): Rename from generate_ascii_font.
17530
17531 * fontset.h (get_font_repertory_func): New prototype.
17532 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17533 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17534
17535 * fontset.c (Qprepend, Qappend): New variables.
17536 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17537 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17538 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17539 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17540 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17541 (load_font_get_repertory): New functions.
17542 (fontset_set): Delete.
17543 (fontset_face): New arg FACE. Return face ID, not face.
17544 Complete re-write to handle new fontset structure. Change caller.
17545 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17546 (face_for_char): Don't call lookup_face.
17547 (make_fontset_for_ascii_face): New arg FACE.
17548 (fs_load_font): New arg CHARSET_ID. Don't check
17549 Vfont_encoding_alist here.
17550 (find_font_encoding): New function.
17551 (list_fontsets): Use STRINGP, not ! NILP.
17552 (accumulate_script_ranges): New function.
17553 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17554 re-written to handle new fontset structure.
17555 (Ffontset_font): Return a copy of element.
17556 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17557 docstring of font-encoding-alist.
17558
17559 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17560 (Fset_fotset_font): Fix arguments to 5.
17561
17562 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17563
17564 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17565 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17566 (highlight_trailing_whitespace): Adjust for the change of
17567 lookup_named_face.
17568
17569 * xfaces.c: Include charset.h.
17570 (load_face_font): Delete argument C. Change caller.
17571 (generate_ascii_font_name): Rename from generate_ascii_font.
17572 (font_name_registry): New function.
17573 (cache_face): Store ascii faces before non-ascii faces in buckets.
17574 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17575 Lookup only ascii faces.
17576 (lookup_non_ascii_face): New function.
17577 (lookup_named_face): Delete argument C. Change caller.
17578 (lookup_derived_face): Delete argument C. Change caller.
17579 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17580 a string, just call font_list with it.
17581 (choose_face_font): Delete arguments FACE and C. New arg
17582 FONT_SPEC. Change caller.
17583 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17584 Change caller.
17585 (realize_non_ascii_face): New function.
17586 (realize_x_face): Call load_face_font here.
17587 (realize_tty_face): Delete argument C. Change caller.
17588 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17589 get a face ID.
17590 (dump_realized_face): Don't print charset of FACE.
17591
17592 * xfns.c (x_set_font): Always call x_new_fontset and
17593 store_frame_parameter.
17594 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17595 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17596
17597 * xterm.h (x_get_font_repertory): Extern it.
17598
17599 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17600 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17601 it->multibyte_p is zero.
17602 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17603 (x_new_fontset): If FONTSETNAME doesn't match any existing
17604 fontsets, create a new one.
17605 (x_get_font_repertory): New function.
17606
17607 2008-02-01 Kenichi Handa <handa@m17n.org>
17608
17609 * coding.c (Ffind_coding_systems_region_internal): Detect an
17610 ASCII only string correctly.
17611
17612 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17613 version is 0.
17614
17615 2008-02-01 Kenichi Handa <handa@m17n.org>
17616
17617 * lread.c: Include "coding.h".
17618 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17619 (load_each_byte, unread_char): New variables.
17620 (readchar_backlog): Delete.
17621 (readchar): Return a character unless load_each_byte is nonzero.
17622 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17623 cons. If unread_char is not -1, simply return it.
17624 (unreadchar): Handle the case that readcharfun is
17625 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17626 (read_multibyte): Delete.
17627 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17628 (read_emacs_mule_char): New functions.
17629 (Fload): Even if the file doesn't have the extension ".elc", if
17630 safe_to_load_p returns a positive version number, assume that the
17631 file contains bytecompiled code. If the version is less than 22,
17632 load the file while decoding multibyte sequences by emacs-mule.
17633 (readevalloop): Don't use readchar_backlog.
17634 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17635 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17636 (read_escape): Delete the arg BYTEREP.
17637 (read1): Set load_each_byte to 1 temporarily while handling
17638 #@NUMBER. Don't call read_multibyte.
17639 (read_vector): Call Fread with a cons. If readcharfun is
17640 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17641 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17642 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17643 and Qload_force_doc_strings.
17644
17645 2008-02-01 Kenichi Handa <handa@m17n.org>
17646
17647 * xdisp.c (face_before_or_after_it_pos): Call
17648 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17649
17650 2008-02-01 Kenichi Handa <handa@m17n.org>
17651
17652 * character.h (TRAILING_CODE_P): New macro.
17653 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17654 (string_char_with_unification): Fix prototype.
17655 (Vscript_alist): Extern it.
17656
17657 * character.c (Vscript_alist): New variable.
17658 (string_char_with_unification, str_as_unibyte)
17659 (string_escape_byte8): Add `const' to local variables.
17660 (syms_of_character): Declare script-alist as a Lisp variable.
17661
17662 * charset.h (Vcharset_ordered_list): Extern it.
17663 (charset_ordered_list_tick): Extern it.
17664 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17665 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17666 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17667 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17668 (Funify_charset): Adjust for the change of Funify_charset.
17669
17670 * charset.c (charset_ordered_list_tick): New variable.
17671 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17672 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17673 deunify intead of unify a charset.
17674 (string_xstring_p): Add `const' to local variables.
17675 (find_charsets_in_text): Add `const' to arguments and local variables.
17676 (encode_char): Adjust for the change of Funify_charset. Fix
17677 detecting of invalid code.
17678 (Fset_charset_priority): Increment charset_ordered_list_tick.
17679 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17680 and TO_CODE.
17681
17682 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17683 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17684 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17685 (decode_coding_ccl, consume_chars)
17686 (Ffind_coding_systems_region_internal)
17687 (Fcheck_coding_systems_region): Add `const' to local variables.
17688
17689 * print.c (print_object): Use octal form for printing the
17690 contents of a bool vector.
17691
17692 2008-02-01 Dave Love <fx@gnu.org>
17693
17694 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17695 <version == 20>: Refuse to load.
17696
17697 2008-02-01 Dave Love <fx@gnu.org>
17698
17699 * fns.c: Move coding.h.
17700 (Qcodeset, Qdays, Qmonths): New.
17701 (concat): Use CHARACTERP instead of INTEGERP.
17702 (Flocale_codeset): Delete.
17703 (Flanginfo): New function.
17704 (syms_of_fns): Change accordingly.
17705
17706 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17707
17708 2008-02-01 Dave Love <fx@gnu.org>
17709
17710 * casetab.c (init_casetab_once, init_casetab_once): Fix
17711 CHAR_TABLE_SET call.
17712
17713 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17714
17715 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17716
17717 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17718 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17719 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17720
17721 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17722
17723 * coding.c (ENCODE_DESIGNATION, decode_eol)
17724 (make_conversion_work_buffer, code_conversion_restore)
17725 (Fdefine_coding_system_internal): Convert Lisp types.
17726 (code_conversion_restore): Use EQ, not ==.
17727 (Fencode_coding_string): Fix code_convert_string call.
17728
17729 * coding.h (code_convert_region): Fix prototype.
17730
17731 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17732
17733 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17734 (Ffontset_info): Convert Lisp types.
17735
17736 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17737
17738 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17739
17740 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17741
17742 * chartab.c: Include "...h", not <...h> in some cases.
17743
17744 * callproc.c (Fcall_process): Remove unused variables.
17745
17746 2008-02-01 Dave Love <fx@gnu.org>
17747
17748 * coding.c (Fset_coding_system_priority): Allow null arg list.
17749
17750 2008-02-01 Dave Love <fx@gnu.org>
17751
17752 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17753 (Fself_insert_and_exit): Use CHARACTERP.
17754
17755 * callproc.c (Fcall_process): Remove unused vars.
17756
17757 * xterm.c (XTread_socket): Add extra dead keysyms.
17758
17759 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17760
17761 * dispextern.h: Remove prototypes for redraw_frame,
17762 redraw_garbaged_frames.
17763
17764 * cmds.c (Fself_insert_command): Use CHARACTERP.
17765
17766 * chartab.c (make_sub_char_table): Remove unused var.
17767 (Fset_char_table_default, Fmap_char_table): Doc fix.
17768
17769 * keymap.c (access_keymap): Remove generic char code.
17770 (push_key_description): Use CHARACTERP.
17771
17772 2008-02-01 Dave Love <fx@gnu.org>
17773
17774 * charset.c: Doc fixes.
17775 (Funify_charset): Extra checking.
17776
17777 2008-02-01 Dave Love <fx@gnu.org>
17778
17779 * lread.c: Remove some unused variables.
17780 (safe_to_load_p): If safe, return the magic number version byte.
17781 (Fload): Maybe use load-with-code-conversion.
17782
17783 2008-02-01 Kenichi Handa <handa@m17n.org>
17784
17785 * category.c (Fmodify_category_entry): Don't modify the contents
17786 of category_set for characters out of the range. Avoid
17787 unnecessary modification.
17788
17789 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17790 Vchar_unify_table. The default value of the table is now nil.
17791
17792 * character.c (syms_of_character): Setup Vchar_width_table for
17793 eight-bit-control and raw-byte chars.
17794
17795 * charset.h (enum define_charset_arg_index): Delete
17796 charset_arg_parents and add charset_arg_subset and
17797 charset_arg_superset.
17798 (enum charset_attr_index): Delete charset_parents and add
17799 charset_subset and charset_superset.
17800 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17801 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17802 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17803 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17804 (CHARSET_SUPERSET): New macros.
17805 (charset_work): Extern it.
17806 (ENCODE_CHAR): Use charset_work.
17807 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17808 (map_charset_chars): Extern it.
17809
17810 * charset.c (load_charset_map): Set the default value of encoder
17811 and deunifier char-tables to nil.
17812 (map_charset_chars): Change argument. Change callers. Use
17813 map_char_table_for_charset instead of map_char_table.
17814 (Fmap_charset_chars): New optional args from_code and to_code.
17815 (Fdefine_charset_internal): Adjust for the change of
17816 `define-charset' (:parents -> :subset or :superset).
17817 (charset_work): New variable.
17818 (encode_char, syms_of_charset): Adjust for the change of
17819 Fdefine_charset_internal.
17820 (Ffind_charset_string): Setup the vector `charsets' correctly.
17821
17822 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17823 the previous change.
17824 (char_table_ref_and_range): Adjust for the above change.
17825 (map_sub_char_table_for_charset): New function.
17826 (map_char_table_for_charset): New function.
17827
17828 * keymap.c (describe_vector): Handle a char-table directly here.
17829 (describe_char_table): Delete.
17830
17831 * lisp.h (map_charset_chars): Delete.
17832
17833 2008-02-01 Dave Love <fx@gnu.org>
17834
17835 * fns.c (count_combining): Comment out (unused).
17836 (Flocale_codeset): New.
17837 (syms_of_fns): Defsubr it.
17838
17839 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17840 (size_t): Remove.
17841
17842 2008-02-01 Dave Love <fx@gnu.org>
17843
17844 * Makefile.in (chartab.o): Depend on charset.h.
17845
17846 2008-02-01 Kenichi Handa <handa@m17n.org>
17847
17848 * character.c (syms_of_character): Set the default value of
17849 Vprintable_chars to Qnil.
17850
17851 2008-02-01 Dave Love <fx@gnu.org>
17852
17853 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17854
17855 2008-02-01 Kenichi Handa <handa@m17n.org>
17856
17857 * charset.c (load_charset_map): Handle the case that from < to
17858 correctly.
17859
17860 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17861 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17862 Pay attention to raw-8-bit chars.
17863
17864 2008-02-01 Kenichi Handa <handa@m17n.org>
17865
17866 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17867 It is not bytecompiled now.
17868
17869 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17870 (charset_jisx0208): New variables.
17871 (Fdefine_charset_internal): Setup them if appropriate.
17872 (init_charset_once): Initialize them to -1.
17873
17874 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17875 (charset_jisx0208): Extern them.
17876
17877 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17878 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17879 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17880 (setup_iso_safe_charsets): Fix arguments to Fassq.
17881 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17882 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17883 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17884 (encode_coding_iso_2022): Change the 1st arg to
17885 ENCODE_ISO_CHARACTER to a variable.
17886
17887 2008-02-01 Kenichi Handa <handa@m17n.org>
17888
17889 * charset.h (enum define_charset_arg_index): New enums
17890 charset_arg_min_code and charset_arg_max_code.
17891 (struct charset): New member char_index_offset.
17892
17893 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17894 Take charset->char_index_offset into account.
17895 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17896 args[charset_arg_max_code]. Setup charset.char_index_offset.
17897 (syms_of_charset): Fix args to Fdefine_charset_internal.
17898
17899 2008-02-01 Dave Love <fx@gnu.org>
17900
17901 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17902
17903 2008-02-01 Dave Love <fx@gnu.org>
17904
17905 * coding.c: Doc fixes.
17906 (Fcoding_system_aliases): Fix return value.
17907 (Qmac): Remove (duplicated) definition.
17908
17909 2008-02-01 Dave Love <fx@gnu.org>
17910
17911 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17912 New functions.
17913
17914 * character.c (Fstring): Doc fix.
17915
17916 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17917
17918 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
17919 (font-encoding-alist): Doc fix.
17920
17921 2008-02-01 Dave Love <fx@gnu.org>
17922
17923 * term.c (costs_set): Declare static, non-initialized for pcc.
17924 (encode_terminal_code): Remove unused var.
17925
17926 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17927 for K&R.
17928
17929 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17930
17931 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17932 (suffixes): Move out of make_subsidiaries for K&R.
17933
17934 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17935
17936 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17937
17938 2008-02-01 Dave Love <fx@gnu.org>
17939
17940 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17941
17942 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17943
17944 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
17945
17946 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17947
17948 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17949
17950 2008-02-01 Kenichi Handa <handa@m17n.org>
17951
17952 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17953 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17954
17955 2008-02-01 Kenichi Handa <handa@m17n.org>
17956
17957 * coding.c (decode_coding_charset): Adjust for the change of
17958 Fdefine_coding_system_internal.
17959 (Fdefine_coding_system_internal): For a coding system of
17960 `charset' type, store a list of charset IDs in
17961 `charset_attr_charset_valids' element of coding attributes.
17962
17963 2008-02-01 Kenichi Handa <handa@m17n.org>
17964
17965 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17966 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17967 caller. Handle 2-byte and 3-byte charsets correctly.
17968 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17969 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17970 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17971 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17972 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17973 sequence.
17974 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17975 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17976 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17977 and alt&rule composition.
17978 (decode_coding_iso_2022): Handle composition correctly.
17979 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17980
17981 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17982 re-defining a charset. If the charset has :emacs-mule-id, setup
17983 emacs_mule_bytes.
17984 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17985
17986 2008-02-01 Kenichi Handa <handa@m17n.org>
17987
17988 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17989 (encode_coding_big5, encode_coding_charset): If coding requires safe
17990 encoding, produce a character specified by
17991 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17992
17993 2008-02-01 Dave Love <fx@gnu.org>
17994
17995 * xterm.c (XSetIMValues): Declare.
17996
17997 * process.c: Conditionally include sys/wait.h, pty.h.
17998
17999 * print.c (print_object): Fix print format for 64-bit systems.
18000
18001 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18002
18003 * buffer.c (emacs_strerror): Declare.
18004
18005 * fontset.c (Fclear_face_cache): Declare.
18006 (accumulate_font_info): Comment-out (unused).
18007 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18008 variables.
18009
18010 * character.h (string_escape_byte8): Declare.
18011
18012 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18013 unused vars.
18014 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18015 (Fmap_charset_chars): Doc fix.
18016
18017 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18018 (Fset_coding_system_priority, Fset_coding_system_priority)
18019 (Fdefine_coding_system_internal): Doc fix.
18020
18021 2008-02-01 Dave Love <fx@gnu.org>
18022
18023 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18024
18025 2008-02-01 Kenichi Handa <handa@m17n.org>
18026
18027 * character.c (string_escape_byte8): Make multibyte string with
18028 correct size.
18029
18030 * charset.c (Fmake_char): Delete unnecessary code.
18031
18032 2008-02-01 Kenichi Handa <handa@m17n.org>
18033
18034 * xfns.c (x_encode_text): Allocate coding.destination here, and
18035 call encode_coding_object with dst_object Qnil.
18036
18037 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18038 multibyte form correctly.
18039
18040 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18041 against Vfont_encoding_alist.
18042
18043 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18044 handling of charset list.
18045 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18046 (decode_coding_object): Move point to coding->dst_pos before
18047 calling post-read-conversion function.
18048 (encode_coding_object): Give correct arguments to
18049 pre-write-conversion. Ignore the return value of
18050 pre-write-conversion function. Pay attention to the case that
18051 pre-write-conversion changes the current buffer. If dst_object is
18052 Qt, even if coding->src_bytes is zero, allocate at least one byte
18053 to coding->destination.
18054
18055 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18056
18057 * charset.c (Fmake_char): Make it more backward compatible.
18058 (Fmap_charset_chars): Fix docstring.
18059
18060 2008-02-01 Dave Love <fx@gnu.org>
18061
18062 * coding.c: Doc fixes.
18063 (Fdefine_coding_system_alias): Use names, not symbols, in
18064 coding-system-alist.
18065
18066 2008-02-01 Kenichi Handa <handa@m17n.org>
18067
18068 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18069 of calling free_realized_face.
18070
18071 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
18072
18073 * charset.c (read_hex): Don't treat SPC as a comment starter.
18074 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18075 (Fdecode_char): Fix typo.
18076
18077 2008-02-01 Kenichi Handa <handa@m17n.org>
18078
18079 * charset.h (struct charset): New member `code_space_mask'.
18080
18081 * coding.c (coding_set_source): Delete the local variable beg_byte.
18082 (encode_coding_charset, Fdefine_coding_system_internal):
18083 Delete the local variable charset.
18084 (Fdefine_coding_system_internal): Setup
18085 attrs[coding_attr_charset_valids] correctly.
18086
18087 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18088 member to check if CODE is valid or not.
18089 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18090 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18091 is within the range of charset->min_code and carset->max_code.
18092
18093 2008-02-01 Dave Love <fx@gnu.org>
18094
18095 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18096
18097 * dispextern.h (generate_ascii_font): Fix return type.
18098
18099 * xfaces.c (generate_ascii_font): Fix arg declaration.
18100
18101 * coding.c (coding_inherit_eol_type)
18102 (Fset_terminal_coding_system_internal)
18103 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18104
18105 2008-02-01 Kenichi Handa <handa@m17n.org>
18106
18107 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18108 multiple charsets correctly.
18109
18110 2008-02-01 Kenichi Handa <handa@m17n.org>
18111
18112 * search.c (boyer_moore): Fix handling of multibyte character
18113 translation.
18114
18115 * xdisp.c (display_mode_element): When the variable `elt' is
18116 changed, update `this' and `lisp_string'.
18117
18118 2008-02-01 Kenichi Handa <handa@m17n.org>
18119
18120 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18121
18122 * callproc.c (Fcall_process): Be sure to give the current buffer
18123 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18124
18125 * charset.c (struct charset_map_entries): New struct.
18126 (load_charset_map): Rename from parse_charset_map. New args
18127 entries and n_entries. Change caller.
18128 (load_charset_map_from_file): Rename from load_charset_map.
18129 Change caller. New arg control_flag. Call load_charset_map at
18130 the tail.
18131 (load_charset_map_from_vector): New function.
18132 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18133 (encode_char): If the charset is compact, change a character index
18134 to a code point.
18135
18136 * coding.c (coding_alloc_by_making_gap): Check the case that the
18137 source and destination are the same correctly.
18138 (decode_coding_raw_text): Set coding->consumed_char and
18139 coding->consumed to 0.
18140 (produce_chars): If coding->chars_at_source is nonzero, update
18141 coding->consumed_char and coding->consumed before calling
18142 alloc_destination.
18143 (Fdefine_coding_system_alias): Register ALIAS in
18144 Vcoding_system_alist.
18145 (syms_of_coding): Define `no-conversion' coding system at the tail.
18146
18147 * fileio.c (Finsert_file_contents): Set coding_system instead of
18148 val. If the current buffer is multibyte, always call
18149 decode_coding_gap.
18150
18151 * xfaces.c (try_font_list): Give higher priority to fontset's
18152 family than face's family.
18153
18154 2008-02-01 Kenichi Handa <handa@m17n.org>
18155
18156 * callproc.c (Fcall_process): Be sure to give the current buffer
18157 to decode_coding_c_string.
18158
18159 * xfaces.c (try_font_list): Give a family specified in a fontset
18160 higher priority than a family specified in a face.
18161
18162 2008-02-01 Kenichi Handa <handa@m17n.org>
18163
18164 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18165 Fix arguments to insert_from_buffer.
18166
18167 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18168
18169 2008-02-01 Kenichi Handa <handa@m17n.org>
18170
18171 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18172 (decode_coding_gap): Set coding->dst_multibyte correctly.
18173
18174 2008-02-01 Kenichi Handa <handa@m17n.org>
18175
18176 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18177 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18178 (encode_coding_utf_16): Substitute coding->default_char for
18179 non-Unicode characters.
18180 (decode_coding): Don't call record_insert here.
18181 (setup_coding_system): Initialize `surrogate' of
18182 coding->spec.utf_16 to 0.
18183 (EMIT_ONE_BYTE): Fix for multibyte case.
18184
18185 * insdel.c (insert_from_gap): Call record_insert.
18186
18187 2008-02-01 Kenichi Handa <handa@m17n.org>
18188
18189 * casefiddle.c (casify_region): Fix multibyte case.
18190
18191 * character.c (c_string_width): Add return type `int'.
18192 (char_string_with_unification): Delete arg ADVANCED.
18193
18194 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18195 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18196 (CHAR_STRING_ADVANCE): Make it do-while statement.
18197
18198 * chartab.c (sub_char_table_set_range): Optimize for the case
18199 DEPTH == 3. Add workaround code for a GCC optimization bug.
18200
18201 * charset.c (parse_charset_map): Remove an unused variable.
18202
18203 * coding.c: Delete unused variables.
18204
18205 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18206 earlier. If inserted is zero and the coding system doesn't
18207 require flushing, don't call decode_coding_gap.
18208
18209 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18210
18211 2008-02-01 Kenichi Handa <handa@m17n.org>
18212
18213 The following changes are for using Unicode as an internal
18214 character model, and use UTF-8 format for buffer/string
18215 representation.
18216
18217 * .gdbinit (xchartable): Adjust for the change of char table structure.
18218 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18219
18220 * Makefile.in (obj): Add character.o and chartab.o.
18221 (lisp, shortlisp): Remove utf-8.elc.
18222 (*.o): For many files, change dependency on charset.h to
18223 character.h, and add dependency on character.h.
18224 (character.o, chartab.o): New targets.
18225
18226 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18227 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18228 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18229 of "charset.h".
18230
18231 * dired.c, filelock.c: Include "character.h".
18232
18233 * alloc.c: Include "character.h" instead of "charset.h".
18234 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18235 (syms_of_alloc): Remove defsubr for Smake_char_table.
18236
18237 * buffer.c: Include "character.h" instead of "charset.h", don't
18238 include "coding.h".
18239 (Fset_buffer_multibyte): Adjust for UTF-8.
18240
18241 * buffer.h: EXFUN Fbuffer_live_p.
18242
18243 * callproc.c: Include "character.h" instead of "charset.h".
18244 (Fcall_process): Big change for the new code-conversion APIs.
18245
18246 * casetab.c: Include "character.h" instead of "charset.h".
18247 (set_canon, set_identity, shuffle): Adjust for the new
18248 map_char_table spec.
18249 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18250 accessing the char table structure.
18251
18252 * chartab.c: New file that implements char table.
18253
18254 * category.c: Include "character.h".
18255 (copy_category_entry): New function.
18256 (copy_category_table): Call map_char_table and copy_category_entry.
18257 (Fmake_category_table): Initialize all top-level slots.
18258 (char_category_set): New function.
18259 (modify_lower_category_set): Delete.
18260 (Fmodify_category_entry): Call char_table_ref_and_range.
18261
18262 * category.h (CATEGORY_SET): Just call char_category_set.
18263
18264 * ccl.c: Include "character.h".
18265 (Qccl, Qcclp): New variables.
18266 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18267 it's less than 256.
18268 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18269 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18270 and DST type.
18271 (ccl_driver): Change types of argument, adjust code accordingly.
18272 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18273 ccl_driver.
18274 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18275
18276 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18277 New members src_multibyte, dst_multibyte, consumed, and produced.
18278 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18279 (CODING_SPEC_CCL_PROGRAM): New macro.
18280 (ccl_driver): Update prototype.
18281 (Qccl, Qcclp, Fccl_program_p): Extern them.
18282 (CHECK_CCL_PROGRAM): New macro.
18283
18284 * character.c, character.h, chartab.c: New files.
18285
18286 * charset.c: Mostly re-written. Move character and multibyte sequence
18287 handling codes to character.c.
18288
18289 * charset.h: Mostly re-written. Move character and multibyte sequence
18290 handling codes to character.h.
18291
18292 * coding.c, coding.h: Mostly re-written.
18293
18294 * composite.c: Include "character.h" instead of "charset.h".
18295 (CHAR_WIDTH): Move to character.h.
18296 (HASH_KEY, HASH_VALUE): Delete.
18297
18298 * composite.h (enum composition_method): Change order of enumeration
18299 symbols.
18300
18301 * data.c: Include "character.h" instead of "charset.h".
18302 (Faref): Call CHAR_TABLE_REF for a char table.
18303 (Faset): Call CHAR_TABLE_SET for a char table.
18304
18305 * dispextern.h (free_realized_face, check_face_attribytes)
18306 (generate_ascii_font): Extern them.
18307 (free_realized_multibyte_face): Delete extern.
18308
18309 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18310 table structure.
18311
18312 * editfns.c: Include "character.h" instead of "charset.h".
18313 (Fchar_to_string): Always call CHAR_STRING.
18314
18315 * emacs.c (main): Call init_charset_once, init_charset,
18316 syms_of_chartab, and syms_of_character.
18317
18318 * fileio.c: Include "character.h" instead of "charset.h".
18319 (Finsert_file_contents): Big change for the new code-conversion API.
18320 (choose_write_coding_system, Fwrite_region): Likewise.
18321 (build_annotations_2): Delete.
18322 (e_write): Big change for the new code-conversion API.
18323
18324 * fns.c: Include "character.h" instead of "charset.h".
18325 (copy_sub_char_table): Move to chartab.c.
18326 (Fcopy_sequence): Call copy_char_table for a char table.
18327 (concat): Delete codes calling count_multibyte.
18328 (string_char_to_byte, string_byte_to_char): Adjust for the new
18329 multibyte form.
18330 (internal_equal): Adjust for the change of char table structure.
18331 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18332 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18333 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18334 (char_table_translate, optimize_sub_char_table)
18335 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18336 chartab.c.
18337 (char_table_ref_and_index): Delete.
18338 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18339 (Fmd5): Call preferred_coding_system instead of accessing
18340 Vcoding_category_list. Adjust for the new code-conversion API.
18341 (syms_of_fns): Move defsubr for char table related functions to
18342 chartab.c.
18343
18344 * fontset.c: Mostly re-written.
18345
18346 * fontset.h (struct font_info): Change type of the member encoding_type.
18347 (enum FONT_SPEC_INDEX): New enum.
18348 (fontset_font_pattern, fs_load_font): Update prototype.
18349 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18350
18351 * indent.c: Include "character.h" instead of "charset.h".
18352 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18353
18354 * insdel.c: Include "character.h" instead of "charset.h".
18355 (copy_text): Don't refer to Vnonascii_translation_table.
18356 (insert_from_gap): New function.
18357
18358 * keyboard.c: Include "character.h" instead of "charset.h".
18359 (command_loop_1): Never call direct_output_forward_char before
18360 a non-ASCII character.
18361 (read_char): If Vkeyboard_translate_table is a char table, always
18362 translate a character.
18363
18364 * keymap.c: Include "character.h".
18365 (store_in_keymap): Handle the case that IDX is a cons.
18366 (Fdefine_key): Handle the case that KEY is a cons and the car part
18367 is also a cons (range).
18368 (push_key_description): Adjust for the new character code.
18369 (describe_vector): Call describe_char_table for a char table.
18370 (describe_char_table): New function.
18371
18372 * keymap.h (describe_char_table): Extern it.
18373
18374 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18375 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18376 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18377 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18378 Delete.
18379 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18380 structure.
18381 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18382 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18383 (CHARTAB_SIZE_BITS_3): New macros.
18384 (chartab_size): Extern it.
18385 (struct Lisp_Char_Table): Re-design.
18386 (struct Lisp_Sub_Char_Table): New structure.
18387 (HASH_KEY, HASH_VALUE): Move from fns.c.
18388 (CHARACTERBITS): Define as 22.
18389 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18390 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18391 (GC_SUB_CHAR_TABLE_P): New macro.
18392 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18393 (code_convert_string_norecord): Deleted extern.
18394 (init_character_once, syms_of_character, init_charset)
18395 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18396
18397 * lread.c: Include "character.h".
18398 (read_multibyte): New arg NBYTES.
18399 (read_escape): Change the meaning of returned *BYTEREP.
18400 (to_multibyte): Delete.
18401 (read1): Adjust the handling of char table and string.
18402
18403 * print.c: Include "character.h" instead of "charset.h".
18404 (print_string): Convert 8-bit raw bytes to octal form by
18405 string_escape_byte8.
18406 (print_object): Adjust for the new multibyte form. Print 8-bit
18407 raw bytes always in octal form. Handle sub char table correctly.
18408
18409 * process.c: Include "character.h" instead of "charset.h".
18410 (read_process_output, send_process): Adjust for the new
18411 code-conversion API.
18412
18413 * puresize.h (BASE_PURESIZE): Increase.
18414
18415 * regex.c: Include "character.h" instead of "charset.h".
18416 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18417 (regex_compile): Accept a range whose starting and ending
18418 character have different leading bytes.
18419 (analyse_first): Adjust for the above change.
18420
18421 * search.c: Include "character.h" instead of "charset.h".
18422 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18423 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18424
18425 * syntax.c: Include "character.h" instead of "charset.h".
18426 (syntax_parent_lookup): Delete.
18427 (Fmodify_syntax_entry): Accept a cons as CHAR.
18428 (skip_chars): Adjust for the new multibyte form.
18429 (init_syntax_once): Call char_table_set_range instead of directly
18430 accessing the structure of a char table.
18431
18432 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18433 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18434 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18435 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18436
18437 * term.c: Include "buffer.h" and "character.h".
18438 (encode_terminal_code, write_glyphs): Adjust for the new
18439 code-conversion API.
18440 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18441
18442 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18443
18444 * xdisp.c: Include "character.h".
18445 (get_next_display_element): Adjust for the new multibyte form.
18446 (disp_char_vector): Adjust for the new char table structure.
18447 (decode_mode_spec_coding): Adjust for the new structure of
18448 coding system.
18449 (decode_mode_spec): Adjust for the new code-conversion API.
18450
18451 * xfaces.c: Include "character.h" instead of "charset.h".
18452 (load_face_font): Adjust for the change of choose_face_font and
18453 FS_LOAD_FONT.
18454 (generate_ascii_font): New function.
18455 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18456 (set_font_frame_param): Adjust for the change of choose_face_font.
18457 (free_realized_face): Make it public.
18458 (free_realized_faces_for_fontset): Rename from
18459 free_realized_multibyte_face. Free also faces realized for ASCII.
18460 (choose_face_font): Change arguments. Adjust for the change of
18461 fontset_font_pattern and FS_LOAD_FONT.
18462
18463 * xfns.c: Include "character.h".
18464 (x_encode_text): Adjust for the new code-conversion API.
18465
18466 * xselect.c: Don't include "charset.h".
18467 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18468
18469 * xterm.c: Include "character.h".
18470 (x_encode_char): New argument CHARSET. Change caller.
18471 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18472 Call ENCODE_CHAR instead of SPLIT_CHAR.
18473 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18474 CHAR_WIDTH instead of CHARSET_WIDTH.
18475 (XTread_socket): Adjust for the new code-conversion API.
18476 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18477 (x_load_font): Adjust for the change of struct font.
18478
18479 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * xfaces.c (face_at_buffer_position): Remove unused vars.
18482
18483 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18484
18485 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18486 Fix overflow checking.
18487
18488 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18489
18490 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18491 Cancel previous change.
18492
18493 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18494
18495 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18496 ccl->eight_bit_control. Fix check for buffer overflow.
18497 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18498 (ccl_driver): Initialize extra_bytes to 0.
18499
18500 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18501
18502 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18503 return it ORed with ctrl_modifier.
18504
18505 2008-01-29 Miles Bader <miles@gnu.org>
18506
18507 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18508
18509 2008-01-28 Jason Rumney <jasonr@gnu.org>
18510
18511 * w32.c (stat): Don't double check for networked drive.
18512
18513 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18514
18515 * window.c (run_window_configuration_change_hook): New function.
18516 Code extracted from set_window_buffer. Set the selected frame.
18517 (set_window_buffer): Use it.
18518 * window.h (run_window_configuration_change_hook): Declare.
18519 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18520
18521 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18522
18523 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18524
18525 * Makefile.in: Remove references to unused macros.
18526
18527 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18528
18529 * w32.c (g_b_init_get_sid_sub_authority)
18530 (g_b_init_get_sid_sub_authority_count): New static variables.
18531 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18532 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18533 (init_user_info): Use them to retrieve uid and gid.
18534 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18535 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18536 st_uid and st_gid of the file.
18537
18538 2008-01-26 Jason Rumney <jasonr@gnu.org>
18539
18540 * w32.c (logon_network_drive): New function.
18541 (stat): Use it.
18542
18543 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18544
18545 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18546 invisible text covered with an ellipsis.
18547
18548 2008-01-25 Richard Stallman <rms@gnu.org>
18549
18550 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18551 jump back to beginning. Move some other initializations after that.
18552 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18553 New variables.
18554 (syms_of_xdisp): Init them.
18555
18556 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18557
18558 * buffer.c (reset_buffer_local_variables):
18559 Implement `permanent-local-hook'.
18560 (Qpermanent_local_hook): New variable.
18561 (syms_of_buffer): Init and staticpro it.
18562
18563 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18564
18565 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18566
18567 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18568
18569 * fns.c (Fclrhash): Return TABLE.
18570
18571 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18572
18573 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18574 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18575 is set even without positional changes.
18576 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18577
18578 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18579
18580 2008-01-23 Jason Rumney <jasonr@gnu.org>
18581
18582 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18583
18584 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18585 the unicode range available in MULE by locale-coding-system.
18586 Improve dbcs lead byte detection. Set event timestamp and modifiers
18587 earlier.
18588
18589 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18590
18591 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18592 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18593 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18594 when used on child processes.
18595
18596 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18597
18598 * dbusbind.c (Fdbus_method_return_internal): Rename from
18599 Fdbus_method_return.
18600 (Fdbus_unregister_object): Move to dbus.el.
18601 (Fdbus_call_method, Fdbus_method_return_internal)
18602 (Fdbus_send_signal): Improve debug messages.
18603
18604 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18605
18606 * undo.c (undo_inhibit_record_point): New variable.
18607 (syms_of_undo): Initialize it.
18608 (record_point): Don't record point when undo_inhibit_record_point
18609 is set.
18610
18611 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18614
18615 * xdisp.c (Qauto_hscroll_mode): New var.
18616 (syms_of_xdisp): Initialize it.
18617 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18618 window's buffer.
18619 (hscroll_windows): Don't check automatic_hscrolling_p here.
18620
18621 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18622 vscroll if we're setting window-buffer to the value it already has.
18623
18624 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18625
18626 * m/intel386.h: Remove references to XENIX.
18627
18628 2008-01-17 Andreas Schwab <schwab@suse.de>
18629
18630 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18631 instead of HAVE_X86_64_LIB64_DIR.
18632 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18633
18634 2008-01-17 Glenn Morris <rgm@gnu.org>
18635
18636 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18637 to HAVE_X86_64_LIB64_DIR.
18638
18639 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18640
18641 * s/irix3-3.h:
18642 * s/irix4-0.h:
18643 * s/386-ix.h:
18644 * s/domain.h:
18645 * s/hpux9-x11r4.h:
18646 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18647
18648 * sysdep.c: Remove code containing references to symbols defined
18649 by unsupported systems.
18650
18651 2008-01-16 Glenn Morris <rgm@gnu.org>
18652
18653 * coding.c (select-safe-coding-system-function): Doc fix.
18654
18655 2008-01-15 Glenn Morris <rgm@gnu.org>
18656
18657 * config.in: Revert 2008-01-13 change: this is a generated file.
18658
18659 2008-01-13 Tom Tromey <tromey@redhat.com>
18660
18661 * lisp.h: Fix typo.
18662
18663 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18664
18665 * m/sequent-ptx.h:
18666 * m/sequent.h:
18667 * s/ptx.h:
18668 * s/ptx4-2.h:
18669 * s/ptx4.h: Remove files for systems no longer supported.
18670
18671 * callproc.c (Fcall_process): Fix previous change.
18672
18673 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18674
18675 * unexsunos4.c: Remove file, system not supported anymore.
18676
18677 * m/mips.h:
18678 * m/intel386.h:
18679 * callproc.c:
18680 * config.in:
18681 * ecrt0.c:
18682 * emacs.c:
18683 * fileio.c:
18684 * frame.c:
18685 * getpagesize.h:
18686 * keyboard.c:
18687 * lread.c:
18688 * process.c:
18689 * puresize.h:
18690 * sysdep.c:
18691 * systty.h:
18692 * syswait.h:
18693 * unexec.c:
18694 * xdisp.c:
18695 * alloc.c: Remove code containing references to symbols defined by
18696 unsupported systems.
18697
18698 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18699
18700 * coding.c (detect_coding_mask): Fix previous change.
18701
18702 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18703
18704 * coding.c (detect_coding_iso2022): New arg
18705 latin_extra_code_state. Allow Latin extra codes only
18706 when *latin_extra_code_state is nonzero.
18707 (detect_coding_mask): If there is a NULL byte, detect the encoding
18708 as UTF-16 or binary. If Latin extra codes exist, detect the
18709 encoding as ISO-2022 only when there's no other proper encoding is
18710 found.
18711
18712 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18713
18714 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18715 #ifdef MAC_OS.
18716
18717 2008-01-08 Richard Stallman <rms@gnu.org>
18718
18719 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18720
18721 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18722
18723 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18724 menu bar in parentheses.
18725
18726 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18727
18728 * m/7300.h:
18729 * m/acorn.h:
18730 * m/alliant-2800.h:
18731 * m/alliant.h:
18732 * m/alliant1.h:
18733 * m/alliant4.h:
18734 * m/altos.h:
18735 * m/amdahl.h:
18736 * m/apollo.h:
18737 * m/att3b.h:
18738 * m/aviion-intel.h:
18739 * m/aviion.h:
18740 * m/celerity.h:
18741 * m/clipper.h:
18742 * m/cnvrgnt.h:
18743 * m/convex.h:
18744 * m/cydra5.h:
18745 * m/delta88k.h:
18746 * m/dpx2.h:
18747 * m/dual.h:
18748 * m/elxsi.h:
18749 * m/f301.h:
18750 * m/gould-np1.h:
18751 * m/gould.h:
18752 * m/i860.h:
18753 * m/ibmps2-aix.h:
18754 * m/ibmrt-aix.h:
18755 * m/ibmrt.h:
18756 * m/irist.h:
18757 * m/is386.h:
18758 * m/isi-ov.h:
18759 * m/mega68.h:
18760 * m/mg1.h:
18761 * m/news-r6.h:
18762 * m/news-risc.h:
18763 * m/news.h:
18764 * m/nh3000.h:
18765 * m/nh4000.h:
18766 * m/ns16000.h:
18767 * m/ns32000.h:
18768 * m/nu.h:
18769 * m/orion.h:
18770 * m/orion105.h:
18771 * m/paragon.h:
18772 * m/pfa50.h:
18773 * m/plexus.h:
18774 * m/pyramid.h:
18775 * m/pyrmips.h:
18776 * m/sh3el.h:
18777 * m/sps7.h:
18778 * m/sr2k.h:
18779 * m/stride.h:
18780 * m/sun1.h:
18781 * m/sun2.h:
18782 * m/sun3-68881.h:
18783 * m/sun3-fpa.h:
18784 * m/sun3-soft.h:
18785 * m/sun3.h:
18786 * m/sun386.h:
18787 * m/symmetry.h:
18788 * m/tad68k.h:
18789 * m/tahoe.h:
18790 * m/targon31.h:
18791 * m/tek4300.h:
18792 * m/tekxd88.h:
18793 * m/tower32.h:
18794 * m/tower32v3.h:
18795 * m/ustation.h:
18796 * m/wicat.h:
18797 * m/xps100.h:
18798 * s/cxux.h:
18799 * s/cxux7.h:
18800 * s/dgux.h:
18801 * s/dgux4.h:
18802 * s/dgux5-4-3.h:
18803 * s/dgux5-4r2.h:
18804 * s/esix.h:
18805 * s/esix5r4.h:
18806 * s/hiuxmpp.h:
18807 * s/hiuxwe2.h:
18808 * s/iris3-5.h:
18809 * s/iris3-6.h:
18810 * s/isc2-2.h:
18811 * s/isc3-0.h:
18812 * s/isc4-0.h:
18813 * s/isc4-1.h:
18814 * s/newsos5.h:
18815 * s/newsos6.h:
18816 * s/osf1.h:
18817 * s/osf5-0.h:
18818 * s/riscix1-1.h:
18819 * s/riscix12.h:
18820 * s/sco4.h:
18821 * s/sco5.h:
18822 * s/sunos4-0.h:
18823 * s/sunos4-1.h:
18824 * s/sunos413.h:
18825 * s/sunos4shr.h:
18826 * s/umax.h:
18827 * s/unipl5-2.h:
18828 * s/xenix.h:
18829 * cxux-crt0.s:
18830 * unexapollo.c:
18831 * unexconvex.c:
18832 * unexenix.c:
18833 * unexsni.c: Remove files for systems no longer supported.
18834
18835 * m/intel386.h: Remove references to unsupported systems.
18836
18837 * w32.c (get_emacs_configuration): Remove reference to i860.
18838
18839 * sysdep.c: Remove dead code.
18840
18841 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18842
18843 * s/rtu.h:
18844 * m/masscomp.h: Remove files. Platform is obsolete.
18845
18846 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
18847
18848 * dbusbind.c (Fdbus_method_return): New function.
18849 (xd_read_message): Add the serial number to the event.
18850 (Fdbus_register_method): Activate the function.
18851
18852 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18853
18854 * keyboard.c (read_key_sequence): Fix typo.
18855
18856 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
18857
18858 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18859 (xd_signature, xd_append_arg): Handle element type detection for
18860 empty arrays.
18861 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18862 SDATA () calls; this must be solved more general.
18863 (Fdbus_register_signal): Use SBYTES instead of strlen.
18864
18865 2008-01-03 Magnus Henoch <magnus@zemdatav>
18866
18867 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18868 unsigned int for byte values (necessary for big-endian platform).
18869 (Fdbus_call_method): Handle the case of no returned arguments.
18870
18871 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18872
18873 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18874
18875 2007-12-31 Magnus Henoch <mange@freemail.hu>
18876
18877 * dbusbind.c (xd_signature): Signature of variant is just "v".
18878
18879 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
18880
18881 * dbusbind.c: Fix several errors and compiler warnings.
18882 Reported by Tom Tromey <tromey@redhat.com>.
18883 (XD_ERROR, XD_DEBUG_MESSAGE)
18884 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18885 (xd_append_arg): Part for basic D-Bus types rewritten.
18886 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18887 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18888 appropriate.
18889 (xd_read_message): Return Qnil. Don't signal an error; it is not
18890 useful during event reading.
18891 (Fdbus_register_signal): Signal an error if the check for
18892 FUNCTIONP fails.
18893 (Fdbus_register_method): New function. The implementation is not
18894 complete, the call of the function signals an error therefore.
18895 (Fdbus_unregister_object): New function, renamed from
18896 Fdbus_unregister_signal. The initial check signals an error, if
18897 the object is not well formed.
18898
18899 2007-12-30 Richard Stallman <rms@gnu.org>
18900
18901 * textprop.c (get_char_property_and_overlay):
18902 Signal error if POSITION is out of range in a buffer.
18903
18904 2007-12-29 Martin Rudalics <rudalics@gmx.at>
18905
18906 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18907 because the original parameters are in pure storage now.
18908
18909 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18910
18911 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18912
18913 2007-12-22 Eli Zaretskii <eliz@gnu.org>
18914
18915 * callint.c (syms_of_callint) <command-history>: Add reference to
18916 history-length in the doc string.
18917
18918 2007-12-17 Jason Rumney <jasonr@gnu.org>
18919
18920 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18921 before passing as wParam.
18922
18923 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
18924
18925 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18926 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18927 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18928 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18929 as number.
18930 (Fdbus_call_method): Fix docstring.
18931
18932 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
18933
18934 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18935 New macros.
18936 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18937 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18938 Simplify.
18939 (xd_signature): New function.
18940 (xd_append_arg): Compute also signatures. Major rewrite.
18941 (xd_retrieve_arg): Make debug messages friendly.
18942 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18943 Check for signatures of arguments.
18944
18945 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
18946
18947 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18948 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18949 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18950 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18951 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18952 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18953 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18954 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18955 (xd_retrieve_value): Remove. Functionality included in ...
18956 (xd_append_arg): New function.
18957 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18958
18959 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
18960
18961 * dbusbind.c (top): Include <stdio.h>.
18962 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18963 dbus_message_new_method_call and dbus_message_new_signal.
18964 (Fdbus_register_signal): Rename unique_name to uname.
18965 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18966 non-existing unique name. Fix typos in matching rule. Return an
18967 object which is useful in Fdbus_unregister_signal.
18968 (Fdbus_unregister_signal): Reimplementation, in order to remove
18969 only the corresponding entry.
18970 (Vdbus_registered_functions_table): Change the order of entries.
18971 Apply these changes in xd_read_message and Fdbus_register_signal.
18972
18973 2007-12-16 Andreas Schwab <schwab@suse.de>
18974
18975 * fileio.c (Finsert_file_contents): Fix overflow check to not
18976 depend on undefined integer overflow.
18977
18978 2007-12-14 Jason Rumney <jasonr@gnu.org>
18979
18980 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18981 for characters above 127.
18982
18983 2007-12-13 Jason Rumney <jasonr@gnu.org>
18984
18985 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18986 before dereferencing array.
18987 (lookup_vk_code): Remove zero comparison.
18988
18989 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
18990
18991 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18992 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18993 Use `unsigned int' instead of `uint'.
18994 (xd_read_message, Fdbus_register_signal): Split expressions into
18995 multiple lines before operators "&&" and "||", according to the
18996 GNU Coding Standards.
18997
18998 2007-12-14 Eli Zaretskii <eliz@gnu.org>
18999
19000 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19001
19002 2007-12-12 Juri Linkov <juri@jurta.org>
19003
19004 * buffer.c (Frename_buffer): In interactive spec replace
19005 `read-buffer' with `read-string' that uses `buffer-name-history'
19006 as history, and the current buffer's name as default.
19007
19008 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19009
19010 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19011 manipulating the backtrace manually.
19012 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19013 (struct backtrace, backtrace_list): Remove.
19014 (command_loop_1): Remove dead var `no_direct'.
19015
19016 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19017 preserve non-built-in buffer-local variables.
19018 (Fkill_all_local_variables): Don't re-create&re-set permanent
19019 buffer-local variables.
19020
19021 2007-12-09 Juri Linkov <juri@jurta.org>
19022
19023 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19024 Lisp code that uses `read-buffer' with current buffer as default.
19025
19026 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
19027
19028 * dbusbind.c (xd_read_message): Generate an event for every
19029 registered handler. There might be several handlers registered
19030 for the same signal.
19031 (Fdbus_register_signal): Don't overwrite a registration for the
19032 same signal. Add a new registration if handlers are different.
19033 (Vdbus_registered_functions_table): Rework doc string.
19034
19035 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
19036
19037 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19038 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19039 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19040 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19041 Unify argument lists.
19042 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19043 arguments and hash table keys. Use unique name for service.
19044 (Fdbus_unregister_signal): Remove checks.
19045 (Vdbus_registered_functions_table): Fix doc string.
19046
19047 2007-12-05 Magnus Henoch <mange@freemail.hu>
19048
19049 * process.c (make_process): Initialize pty_flag to 0.
19050
19051 2007-12-05 Jason Rumney <jasonr@gnu.org>
19052
19053 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19054 specified XBMs.
19055
19056 2007-12-05 Richard Stallman <rms@gnu.org>
19057
19058 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19059
19060 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19061
19062 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19063 New variable.
19064 (mac_try_close_socket) [MAC_OSX]: New function.
19065 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19066 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19067
19068 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19069 Use mac_try_close_socket.
19070
19071 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19072
19073 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19074 reloc_base.
19075 (copy_dysymtab): Compute relocation base here.
19076 (rebase_reloc_address) [__ppc64__]: New function.
19077 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19078 changed.
19079
19080 2007-12-05 Jason Rumney <jasonr@gnu.org>
19081
19082 * w32proc.c (sys_spawnve): Quote args with wildcards.
19083
19084 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19085
19086 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19087 __objc_* sections.
19088 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19089
19090 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
19091
19092 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19093 Move check for Vdbus_registered_functions_table to
19094 xd_read_queued_messages.
19095 (xd_read_queued_messages): Protect xd_read_message calls by
19096 internal_condition_case_1.
19097
19098 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
19099
19100 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19101 Qdbus_system_bus and Qdbus_session_bus, respectively.
19102 (Vdbus_intern_symbols): Remove.
19103 (Vdbus_registered_functions_table): New hash table.
19104 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19105 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19106 Rewrite in order to manage registered functions by hash table
19107 Vdbus_registered_functions_table.
19108
19109 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19110
19111 * xterm.c: Update URL to Window Manager Specification in comment.
19112
19113 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
19114
19115 * config.in (HAVE_DBUS): Add.
19116
19117 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19118 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19119 (obj): Add $(DBUS_OBJ).
19120 (LIBES): Add $(DBUS_LIBS).
19121 (dbusbind.o): New target.
19122
19123 * dbusbind.c: New file.
19124
19125 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19126
19127 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19128 (Qdbus_event): New Lisp symbol.
19129 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19130 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
19131 (keys_of_keyboard): Define dbus-event.
19132
19133 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19134
19135 2007-12-01 Richard Stallman <rms@gnu.org>
19136
19137 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19138
19139 2007-11-30 Jason Rumney <jasonr@gnu.org>
19140
19141 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19142 (w32con_reset_terminal_modes): Clear screen buffer.
19143 (w32_face_attributes): Don't use color indexes that are out of range.
19144 Only reverse the default colors.
19145
19146 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19147 WINDOWSNT.
19148
19149 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19150
19151 2007-11-29 Jason Rumney <jasonr@gnu.org>
19152
19153 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19154 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19155 if the terminal colors are initialized.
19156 (unspecified_fg, unspecified_bg): Remove unused declarations.
19157
19158 2007-11-29 Andreas Schwab <schwab@suse.de>
19159
19160 * keyboard.c (apply_modifiers): Fix typo.
19161
19162 2007-11-29 Richard Stallman <rms@gnu.org>
19163
19164 * keymap.c (Fcurrent_local_map): Doc fix.
19165
19166 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19167
19168 * s/gnu-kfreebsd.h: New file.
19169
19170 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19173 Don't cast redundantly.
19174
19175 * keyboard.c (KEY_TO_CHAR): New macro.
19176 (parse_modifiers, apply_modifiers): Accept integer arguments.
19177 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19178 for chars and symbol keys.
19179 After doing such remapping, apply function-key-map again.
19180
19181 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19182
19183 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19184 compiled anymore.
19185
19186 2007-11-26 Andreas Schwab <schwab@suse.de>
19187
19188 * process.c (list_processes_1): Fix indentation level of the
19189 command column.
19190
19191 2007-11-23 Andreas Schwab <schwab@suse.de>
19192
19193 * editfns.c (Fformat): Handle %c specially since it requires the
19194 argument to be of type int.
19195
19196 2007-11-23 Markus Triska <markus.triska@gmx.at>
19197
19198 * emacs.c (main): Call init_editfns before init_process, since
19199 init_process sets Vprocess_connection_type depending on OS release.
19200
19201 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19204 (find_symbol_value): Use do_symval_forwarding.
19205
19206 * data.c (set_internal): Set the value in the `cons-cell' (for
19207 Buffer_Local_values) not only for frame-local variables.
19208
19209 2007-11-22 Andreas Schwab <schwab@suse.de>
19210
19211 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19212 values to sprintf.
19213 * keymap.c (Fsingle_key_description): Likewise.
19214 * print.c (print_object): Likewise.
19215
19216 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19217
19218 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19219 file for image is nil.
19220
19221 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19222
19223 * term.c: Include stdarg.h.
19224 (fatal): Implement using varargs.
19225 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19226
19227 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19228
19229 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19230 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19231 Update call to buffer_slot_type_mismatch.
19232 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19233 (buffer_slot_type_mismatch): Update.
19234 * buffer.c (buffer_local_types): Remove.
19235 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19236 (defvar_per_buffer): Set the type in the buffer_objfwd.
19237
19238 2007-11-21 Jason Rumney <jasonr@gnu.org>
19239
19240 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19241 CreateFileMapping returns NULL on failure.
19242
19243 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19244
19245 * search.c (Fset_match_data): Remove the `evaporate' feature.
19246 (unwind_set_match_data): Don't use the `evaporate' feature.
19247
19248 2007-11-21 Jason Rumney <jasonr@gnu.org>
19249
19250 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19251
19252 * w32console.c (w32con_write_glyphs): Remove unused variables.
19253
19254 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19255
19256 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19257
19258 * s/darwin.h (MULTI_KBOARD): Remove.
19259
19260 * macfns.c (x_create_tip_frame, Fx_create_frame)
19261 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19262
19263 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19264
19265 * buffer.c (Fbuffer_local_value): Remove redundant test.
19266 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19267 than in `current-buffer' to match the comment.
19268 Do the swap using swap_in_global_binding.
19269
19270 * data.c (store_symval_forwarding, set_internal):
19271 * eval.c (specbind): Remove dead code.
19272
19273 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19274 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19275 Since we do not want to see internal Lisp_*fwd objects here.
19276
19277 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19278
19279 * sysdep.c (init_system_name): Use getaddrinfo if available.
19280
19281 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19282 (x_scroll_bar_note_movement): start, end, with, height in struct
19283 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19284
19285 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19286
19287 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19288
19289 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19290
19291 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19292 This undoes Richard's change of 14-Oct-2002.
19293
19294 * alloc.c (allocate_other_vector):
19295 * lisp.h (allocate_other_vector): Remove.
19296
19297 * window.c (struct save_window_data): Move non-lisp data to the end
19298 and make it `int' rather than Lisp_Object.
19299 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19300 Done wrap/unwrap integer values.
19301 (Fset_window_configuration, compare_window_configurations):
19302 Update use of fields to their new types.
19303
19304 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19305 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19306 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19307 (SET_SCROLL_BAR_X_WINDOW): Remove.
19308 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19309 Access the new x_window field directly.
19310 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19311 Don't wrap/unwrap integers into Lisp_Objects.
19312 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19313 (x_scroll_bar_report_motion):
19314 Don't wrap/unwrap integers into Lisp_Objects.
19315 (x_term_init): Use SDATA.
19316 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19317 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19318 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19319 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19320 * xfns.c (x_set_background_color):
19321 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19322 Access the new x_window field directly.
19323
19324 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19325 (allocate_pseudovector): Make non-static.
19326
19327 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19328 (allocate_pseudovector): Declare.
19329 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19330
19331 2007-11-15 Andreas Schwab <schwab@suse.de>
19332
19333 * editfns.c (Fformat): Correctly format EMACS_INT values.
19334 Also take precision into account when formatting an integer.
19335
19336 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19337
19338 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19341 (syms_of_keyboard): Defsubr it.
19342
19343 * data.c (swap_in_global_binding): Fix longstanding bug where
19344 store_symval_forwarding was not called with the right second argument,
19345 thus causing objfwd-ing from being dropped.
19346
19347 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19348
19349 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19350 (Fx_display_pixel_height, Fx_display_planes)
19351 (Fx_display_color_cells, Fx_server_max_request_size)
19352 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19353 (Fx_display_visual_class, Fx_display_save_under):
19354 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19355 (Fx_display_pixel_height, Fx_display_planes)
19356 (Fx_display_color_cells, Fx_server_max_request_size)
19357 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19358 (Fx_display_mm_height, Fx_display_mm_width)
19359 (Fx_display_backing_store, Fx_display_visual_class)
19360 (Fw32_select_font, Fx_display_save_under):
19361 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19362 (Fx_display_pixel_height, Fx_display_planes)
19363 (Fx_display_color_cells, Fx_server_max_request_size)
19364 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19365 (Fx_display_save_under): Fix typos in docstrings.
19366
19367 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19368
19369 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19370 corresponding to deleted entries; they are an implementation detail.
19371 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19372 Remove variables.
19373 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19374 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19375 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19376 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19377 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19378 (Fw32_define_rgb_color, Fw32_load_color_file)
19379 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19380 Fix typos in docstrings.
19381 (Fx_server_version): Reflow docstring.
19382 (Fw32_shell_execute): Doc fixes.
19383
19384 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19385
19386 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19387 if w32_parse_hot_key returned nil.
19388
19389 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19390
19391 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19392
19393 2007-11-09 Jason Rumney <jasonr@gnu.org>
19394
19395 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19396
19397 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19398
19399 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19400 Remove W32_SCROLL_BAR_CLICK_EVENT.
19401
19402 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19403 Add MULTIMEDIA_KEY_EVENT.
19404
19405 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19406 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19407 (make_lispy_event) [WINDOWSNT]: Use it to translate
19408 MULTIMEDIA_KEY_EVENT.
19409
19410 * w32term.h (WM_APPCOMMAND): Define if not already.
19411 (GET_APPCOMMAND_LPARAM): Likewise.
19412
19413 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19414 WM_APPCOMMAND.
19415
19416 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19417 (syms_of_w32fns): Export and initialize it.
19418 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19419
19420 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19421
19422 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19423 twice.
19424
19425 * xdisp.c (handle_face_prop): Fix last change.
19426
19427 2007-11-09 Richard Stallman <rms@gnu.org>
19428
19429 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19430 not just for after-strings and before-strings.
19431 Call face_for_overlay_string and pass the overlay to it.
19432 (handle_display_prop): Determine whether property came from an overlay.
19433 Pass OVERLAY arg to handle_single_display_spec.
19434 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19435 (load_overlay_strings): Fill in it->string_overlays.
19436 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19437
19438 * xfaces.c (face_for_overlay_string): Function renamed from
19439 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19440
19441 * dispextern.h (struct it): New elt string_overlays.
19442 New elt from_overlay, also in stack.
19443 Rearrange a few elements.
19444 (face_for_overlay_string): Decl renamed from
19445 face_at_buffer_position_no_overlays, and add argument.
19446
19447 2007-11-09 Richard Stallman <rms@gnu.org>
19448
19449 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19450 to get the base face for an overlay string.
19451
19452 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19453
19454 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19455
19456 * xdisp.c (handle_stop): Move some code out of loop.
19457
19458 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19459
19460 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19461 Fix conversion from Lisp object to ATSUFontID.
19462
19463 2007-11-09 Jason Rumney <jasonr@gnu.org>
19464
19465 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19466
19467 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19468
19469 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19470 Don't assume regions are aligned to page boundary.
19471 (print_load_command_name): Add LC_UUID if defined.
19472
19473 2007-11-09 Richard Stallman <rms@gnu.org>
19474
19475 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19476
19477 2007-11-07 Jason Rumney <jasonr@gnu.org>
19478
19479 * s/windows95.h: Remove.
19480
19481 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19482
19483 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19484 abort with a message on unhandled store_type values.
19485
19486 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19487
19488 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19489 Remove HAVE_X11R5 and HAVE_X11R4.
19490
19491 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19492
19493 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19494
19495 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19496
19497 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19498 Don't set s->stippled_p here, since it has already been set by
19499 x_set_glyph_string_gc from x_draw_glyph_string.
19500
19501 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19502
19503 * sunfns.c: Remove file.
19504
19505 * m/sun386.h:
19506 * m/sun2.h:
19507 * m/sparc.h: Remove Sun windows code.
19508
19509 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19510
19511 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19512 (init_keyboard): Set current_kboard's window-system to nil.
19513 (tty_read_avail_input): Typo.
19514 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19515
19516 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19517
19518 * s/usg5-4.h:
19519 * s/usg5-3.h:
19520 * s/ptx.h:
19521 * m/is386.h:
19522 * m/ibmps2-aix.h:
19523 * Makefile.in: Remove all mentions of X10.
19524
19525 * dispnew.c (syms_of_display): Don't mention version 10.
19526
19527 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19528
19529 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19530 ($(BLD)/abbrev.$(O)): Remove.
19531
19532 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19533
19534 Rewrite abbrev.c in Elisp.
19535 * image.c (Qcount): Don't declare as extern.
19536 (syms_of_image): Initialize and staticpro `Qcount'.
19537 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19538 * emacs.c (main): Don't call syms_of_abbrev.
19539 * Makefile.in (obj): Remove abbrev.o.
19540 (abbrev.o): Remove.
19541 * abbrev.c: Remove.
19542
19543 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19544
19545 * window.c (window_min_size_2): Don't count header-line.
19546
19547 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19548
19549 * frame.h (struct frame): Move all bit fields after the first bit
19550 field to take advantage of the available space. Group all the
19551 chars together to reduce wasted space due to padding.
19552
19553 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19554
19555 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19556
19557 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19558 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19559 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19560 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19561 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19562 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19563 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19564 (last_marked, mark_object_loop_halt): Make static.
19565
19566 * frame.c (syms_of_frame) <delete-frame-functions>:
19567 Fix typo in docstring.
19568
19569 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19570
19571 * w32.c (init_environment): Fix tiny memory leak.
19572 (w32_get_resource): Remove unused variable `ok'.
19573
19574 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 Make `window-system' into a keyboard-local variable (rather than
19577 frame-local as done originally by multi-tty).
19578
19579 * keyboard.h (struct kboard): Add Vwindow_system.
19580 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19581 (mark_kboards): Mark Vwindow_system.
19582
19583 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19584 (init_display): Don't set the obsolete `window-system' frame-param.
19585
19586 * xterm.c (x_term_init):
19587 * w32term.c (w32_create_terminal):
19588 * term.c (init_tty): Set Vwindow_system.
19589 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19590 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19591
19592 * xfns.c (Fx_create_frame, x_create_tip_frame):
19593 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19594 * macfns.c (Fx_create_frame):
19595 Don't set the obsolete `window-system' frame-param.
19596
19597 * frame.h (Qwindow_system): Remove.
19598 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19599 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19600
19601 2007-10-24 Richard Stallman <rms@gnu.org>
19602
19603 * frame.c (x_figure_window_size): For fullscreen case,
19604 set USPosition | PPosition without clobbering rest of window_prompting.
19605
19606 * keyboard.c (Fcurrent_idle_time): Doc fix.
19607
19608 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19609
19610 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19611
19612 * process.c (unwind_request_sigio): Only define if __ultrix__.
19613
19614 * callproc.c (child_setup): Remove spurious *.
19615
19616 * lisp.h (Fget_text_property): Declare.
19617 (have_menus_p): Declare it here rather than in sys-dep header files.
19618 * macterm.h (have_menus_p):
19619 * msdos.h (have_menus_p):
19620 * xterm.h (have_menus_p): Remove.
19621
19622 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19623 (Fmake_variable_frame_local): Just check the variable's const-ness
19624 rather than checking nil or t.
19625
19626 2007-10-22 Jason Rumney <jasonr@gnu.org>
19627
19628 * w32fns.c: Include math.h.
19629 (w32_abort): Declaration moved to nt/config.nt.
19630
19631 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19632 (abort): Redefinition moved to nt/config.nt.
19633
19634 * m/windowsnt.h: Remove.
19635
19636 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19637
19638 * emacs.c (Fdump_emacs): Fix typo in message.
19639 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19640 <installation-directory>: Reflow docstring.
19641
19642 2007-10-22 Juri Linkov <juri@jurta.org>
19643
19644 * minibuf.c: Allow minibuffer default to be a list of default values.
19645 With empty input use the first element of this list as returned default.
19646 (string_to_object)
19647 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19648 (read_minibuf): If defalt is cons, set histstring to its car.
19649 (Fread_string): If default_value is cons, set val to its car.
19650 (Fread_buffer): If def is cons, use its car.
19651 (Fcompleting_read): If defalt is cons, set val to its car.
19652
19653 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19654
19655 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19656
19657 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19658
19659 * doc.c (Fdocumentation): Check for advice in all cases.
19660
19661 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19662
19663 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19664
19665 2007-10-19 Richard Stallman <rms@gnu.org>
19666
19667 * doc.c (Fdocumentation): Check for and handle an advised function.
19668
19669 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19670
19671 * process.c (Fset_process_filter): Doc fix.
19672
19673 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19674
19675 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19676 which caused key-translation-map to applied repeatedly (thus breaking
19677 double-mode).
19678
19679 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * xselect.c (x_own_selection, x_handle_selection_clear)
19682 (x_clear_frame_selections):
19683 * w32menu.c (list_of_panes, list_of_items):
19684 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19685 * textprop.c (validate_plist, interval_has_all_properties)
19686 (interval_has_some_properties, interval_has_some_properties_list)
19687 (add_properties, text_property_list):
19688 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19689 * minibuf.c (Fassoc_string):
19690 * macselect.c (x_own_selection, x_clear_frame_selections)
19691 (Fx_disown_selection_internal):
19692 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19693 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19694
19695 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19696
19697 * process.c: Link to libs for calling res_init() if available.
19698 (Fmake_network_process): Call res_init() before getaddrinfo or
19699 gethostbyname, if possible.
19700
19701 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * lread.c (read1): Set pvectype for char_tables.
19704
19705 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19706 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19707 Add type checks.
19708 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19709
19710 * alloc.c (free_misc): Use XMISCTYPE.
19711 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19712
19713 2007-10-17 Glenn Morris <rgm@gnu.org>
19714
19715 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19716 (syms_of_minibuf): Add Qcompletion_ignore_case.
19717 * dired.c (Qcompletion_ignore_case): Change to external.
19718 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19719 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19720 (Fread_file_name): Use it rather than intern'ing.
19721
19722 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19723 (Fread_coding_system): Ignore case of user input.
19724
19725 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19726
19727 * xdisp.c (handle_display_prop): Ignore display specs after
19728 replacing one when string text is being replaced.
19729 (handle_single_display_spec): Pretend as if characters with display
19730 property haven't been consumed only when buffer text is being replaced.
19731
19732 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19733
19734 * xfns.c (Fx_create_frame, Fx_display_list):
19735 * window.c (window_fixed_size_p, enlarge_window)
19736 (shrink_window_lowest_first):
19737 * macterm.c (init_font_name_table):
19738 * macfns.c (Fx_create_frame, Fx_display_list):
19739 * lread.c (close_load_descs):
19740 * keyboard.c (read_char_x_menu_prompt):
19741 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19742 * coding.c (code_convert_region_unwind): Test the type of an object
19743 rather than just !NILP before extracting data from it.
19744
19745 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19746
19747 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19748 (XMISCANY): New macro.
19749 (XMISCTYPE): Use it.
19750 (struct Lisp_Misc_Any): New type.
19751 (union Lisp_Misc): Use it.
19752 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19753 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19754 (find_symbol_value, set_internal, default_value, Fset_default)
19755 (Fmake_variable_buffer_local, Fmake_local_variable)
19756 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19757 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19758 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19759 * alloc.c (allocate_buffer): Set the size and tag.
19760 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19761 Use XMISCANY.
19762 (die): Follow the GNU convention for error messages.
19763 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19764 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19765 tag any more.
19766 (set_buffer_internal_1):
19767 * frame.c (store_frame_param):
19768 * eval.c (specbind):
19769 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19770
19771 * doc.c (Fsnarf_documentation): Simplify.
19772
19773 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19774
19775 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19776 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19777
19778 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19781
19782 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
19783
19784 * eval.c (do_autoload): Don't save autoloads.
19785
19786 * data.c (Ffset): Save autoload of the function being set.
19787
19788 2007-10-07 John Paul Wallington <jpw@pobox.com>
19789
19790 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19791 parameter before setting up faces.
19792
19793 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19794
19795 * ccl.c (Fregister_code_conversion_map):
19796 * keyboard.c (append_tool_bar_item): Reformat last change.
19797
19798 * lisp.h (eabs): Rename from `abs'. All callers changed.
19799
19800 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19801
19802 * buffer.c (add_overlay_mod_hooklist):
19803 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19804 * fontset.c (make_fontset):
19805 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19806 (append_tool_bar_item):
19807 * macmenu.c (grow_menu_items):
19808 * w32menu.c (grow_menu_items):
19809 * xmenu.c (grow_menu_items): Use larger_vector.
19810
19811 2007-10-13 Eli Zaretskii <eliz@gnu.org>
19812
19813 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19814 selected frame'' on MSDOS).
19815
19816 2007-10-12 Martin Rudalics <rudalics@gmx.at>
19817
19818 * frame.c (Qexplicit_name): New variable.
19819 (x_report_frame_params): Report it in parameter alist.
19820 (syms_of_frame): Intern and staticpro it.
19821
19822 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19823
19824 * macfns.c (x_create_tip_frame): Set terminal for frame.
19825
19826 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * frame.c (Qenvironment): Remove.
19829 (syms_of_frame) <Qenvironment>: Don't initialize.
19830 (Fdelete_frame): Don't treat the `environment' param specially.
19831 * frame.h (Qenvironment): Don't declare.
19832 * callproc.c (set_initial_environment): Don't set unused frame param.
19833
19834 * frame.c (Fframe_with_environment): Remove.
19835 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19836
19837 * lisp.h (Fframe_with_environment): Don't declare.
19838
19839 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
19840
19841 * indent.c (indent_tabs_mode, last_known_column)
19842 (last_known_column_modified): Make static.
19843 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19844
19845 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19846
19847 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19848
19849 2007-10-09 Jason Rumney <jasonr@gnu.org>
19850
19851 * w32term.c (x_set_window_size): Disable code that attempts to tell
19852 Lisp code about a size change before it actually happens.
19853
19854 2007-10-09 Richard Stallman <rms@gnu.org>
19855
19856 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19857 return HANDLED_RETURN.
19858
19859 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19860
19861 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19862 when there's an unread command event.
19863
19864 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19865 window autoselection act appropriately when leaving selected frame.
19866 (syms_of_frame): Initialize focus_follows_mouse.
19867 * frame.h (focus_follows_mouse): Extern it.
19868 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19869 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19870 * msdos.c (dos_rawgetc): Likewise.
19871 * w32term.c (w32_read_socket): Likewise.
19872 * xterm.c (handle_one_xevent): Likewise.
19873 * xdisp.c (syms_of_xdisp): In doc-string of
19874 mouse-autoselect-window mention focus-follows-mouse.
19875
19876 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19877
19878 * macterm.c (mac_load_query_font): Fix missing return value.
19879 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19880 Add BLOCK_INPUT.
19881
19882 2007-10-08 Richard Stallman <rms@gnu.org>
19883
19884 * xdisp.c (get_window_cursor_type): Implement documented behavior
19885 for cursor-in-non-selected-windows = t.
19886
19887 2007-10-08 Jason Rumney <jasonr@gnu.org>
19888
19889 * w32.c (w32_get_resource): Always close registry keys.
19890
19891 2007-10-08 Jason Rumney <jasonr@gnu.org>
19892
19893 * makefile.w32-in (LIBS): Add COMCTL32.
19894
19895 * w32fns.c (globals_of_w32fns): Init common controls.
19896
19897 2007-10-08 Richard Stallman <rms@gnu.org>
19898
19899 * image.c (our_memory_buffer): Rename from omfib_buffer.
19900
19901 2007-10-08 Richard Stallman <rms@gnu.org>
19902
19903 * buffer.c (Foverlays_at): Doc fix.
19904
19905 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19906
19907 * fns.c (Fplist_put): Preserve uneven tail data.
19908
19909 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19910
19911 * termhooks.h (enum event_kind): Remove trailing comma.
19912
19913 * frame.h (enum): Remove trailing comma.
19914
19915 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19916
19917 * w32proc.c (delete_child): Don't terminate threads of zombies.
19918
19919 2007-10-08 Martin Rudalics <rudalics@gmx.at>
19920
19921 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19922
19923 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19924 last-repeatable-command.
19925 (init_kboard): Initialize Vlast_repeatable_command.
19926 (command_loop_1): Set it to real_this_command unless that was
19927 bound to an input event.
19928 (mark_kboards): Mark it.
19929
19930 2007-10-08 Richard Stallman <rms@gnu.org>
19931
19932 * eval.c (condition-case): Doc fix.
19933
19934 2007-10-08 Masatake YAMATO <jet@gyve.org>
19935
19936 * xfaces.c (tty_supports_face_attributes_p): Fix code
19937 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19938 was copied and not edited.
19939
19940 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 Add new `input-decode-map' keymap and use it for terminal
19943 escape sequences.
19944 * keyboard.h (struct kboard): Add Vinput_decode_map.
19945 Remove Vlocal_key_translation_map.
19946 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19947 (init_kboard): Init input-decode-map.
19948 Replace local-key-translation-map back with key-translation-map.
19949 (syms_of_keyboard): Declare input-decode-map.
19950 Remove local-key-translation-map. Update docstrings.
19951 (mark_kboards): Mark Vinput_decode_map.
19952 Don't mark Vlocal_key_translation_map.
19953 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19954 Replace local-key-translation-map back with key-translation-map.
19955 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19956 Bind in input-decode-map rather than function-key-map.
19957
19958 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19959 This was made redundant by the previous introduction of XSETPVECTYPE.
19960
19961 2007-10-09 Richard Stallman <rms@gnu.org>
19962
19963 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19964
19965 2007-09-29 Richard Stallman <rms@gnu.org>
19966
19967 * eval.c (internal_condition_case_2, internal_condition_case_1)
19968 (internal_condition_case): Reenable abort if x_catching_errors ()
19969 to see if that really happens and why.
19970
19971 2007-10-06 Andreas Schwab <schwab@suse.de>
19972
19973 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19974
19975 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
19976
19977 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19978
19979 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19982
19983 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * window.h (struct window):
19986 * window.c (struct save_window_data, struct saved_window):
19987 * termhooks.h (struct terminal):
19988 * process.h (struct Lisp_Process):
19989 * frame.h (struct frame):
19990 * buffer.h (struct buffer):
19991 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19992 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19993 The size field of (pseudo)vectors is now unsigned.
19994 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19995
19996 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19997 Turn `count' into an integer.
19998
19999 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20000 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20001 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20002 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20003 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20004
20005 * alloc.c (allocate_pseudovector): New fun.
20006 (ALLOCATE_PSEUDOVECTOR): New macro.
20007 (allocate_window, allocate_terminal, allocate_frame)
20008 (allocate_process): Use it.
20009 (mark_vectorlike): New function.
20010 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20011 (mark_terminals): Use it.
20012 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20013 (Fmake_byte_code): Use XSETPVECTYPE.
20014
20015 * frame.c (Fframe_parameters): Minor simplification.
20016
20017 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20018
20019 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20020
20021 * buffer.c (Fget_buffer_create, init_buffer_once):
20022 * lread.c (defsubr):
20023 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20024
20025 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20026 defined differently in the m/*.h files.
20027 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20028 (XSETPVECTYPE): New macro.
20029 (XSETPSEUDOVECTOR): Use it.
20030
20031 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20032 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20033
20034 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20035 * lread.c (defvar_per_buffer):
20036 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20037
20038 * window.c (candidate_window_p): Only consider as visible frames that
20039 are on the same terminal.
20040
20041 * m/ibms390x.h (MARKBIT): Remove unused macro.
20042
20043 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
20044
20045 * lread.c (Fload): Fix typo in docstring.
20046
20047 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20048
20049 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20050 of a non-zero value can't yield zero.
20051
20052 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * term.c (term_clear_mouse_face, term_mouse_highlight)
20055 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20056
20057 * print.c (safe_debug_print): Use XHASH.
20058
20059 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20060 Lisp elements such as tags.
20061 (XHASH): New macro.
20062 (EQ): Use it.
20063 (SREF, SSET, STRING_COPYIN): Use SDATA.
20064 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20065
20066 * alloc.c (mark_terminal): Remove left-over declaration.
20067 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20068 (allocate_vectorlike): Remove type argument. Adjust callers.
20069 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20070 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20071
20072 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20073 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20074 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20075 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20076 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20077 Use them.
20078
20079 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20080 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20081 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20082
20083 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20084
20085 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20086 loaded by default.
20087
20088 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20089
20090 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20091 on this tty.
20092 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20093
20094 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20095 Update all users.
20096 (handle_one_term_event): Use Gpm_DrawPointer.
20097 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20098 Signal errors instead of returning nil. Always return nil.
20099 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20100 Make it a noop if gpm-mouse was not activated.
20101 (syms_of_term): Update names.
20102
20103 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20106 (init_sys_modes): Check that gpm_tty is the current tty.
20107
20108 * alloc.c (allocate_terminal): Set the vector size to only count the
20109 lisp fields. Initialize those to nil.
20110 (mark_object): Don't treat terminals specially.
20111 (mark_terminal): Remove.
20112 (mark_terminals): Use mark_object instead.
20113
20114 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20115 the GC to the beginning.
20116
20117 * indent.h:
20118 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20119
20120 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20121
20122 2007-09-25 Jason Rumney <jasonr@gnu.org>
20123
20124 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20125
20126 * w32console.c (create_w32cons_output): Remove.
20127
20128 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20129
20130 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20131 (reset_sys_modes): Use reset_terminal_modes_hook.
20132
20133 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * eval.c (do_autoload): Don't output any message.
20136
20137 2007-09-24 Juri Linkov <juri@jurta.org>
20138
20139 * emacs.c (standard_args): Change priority of "--no-splash"
20140 from 40 to 3. Add "--no-desktop" with the same priority.
20141
20142 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20143
20144 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20145 and optimize the case where they are all 1.
20146
20147 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
20148
20149 * lisp.h (abs): Define if not defined.
20150 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20151 Don't define `abs', since it's defined in lisp.h.
20152
20153 2007-09-22 Eli Zaretskii <eliz@gnu.org>
20154
20155 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20156 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20157 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20158 (init_tty): Use DEV_TTY instead of "/dev/tty".
20159 [WINDOWSNT]: No need to protect from NAME arg being null.
20160
20161 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20162
20163 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20164 up the tty state.
20165
20166 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20167
20168 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20169 (gpm_tty): Change its type.
20170 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20171 (gpm_tty): Change its type and initialize it.
20172 (Fterm_open_connection): Check the frame is indeed a tty.
20173 Use the new gpm_tty.
20174 (Fterm_close_connection): Use the new gpm_tty.
20175 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20176 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20177
20178 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
20179
20180 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20181 underline_color, to draw strike-through.
20182
20183 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * lisp.h (allocate_terminal): Declare.
20186
20187 * window.c (candidate_window_p): Consider frames that are being placed
20188 by the user as somewhere between visible and iconified.
20189 (window_loop): Prefer windows on the current frame.
20190 (Fselect_window): Move the use of select-frame to the beginning so we
20191 can just delegate all the work (it'll call us back anyway).
20192
20193 * frame.c (Qdisplay_environment_variable):
20194 * frame.h (Qdisplay_environment_variable): Delete.
20195
20196 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20197 of the first arg, since that value may be a union.
20198
20199 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20200 parameter rather than Qdisplay_environment_variable. If all else
20201 fails, look for DISPLAY in initial-environment.
20202
20203 2007-09-21 Glenn Morris <rgm@gnu.org>
20204
20205 * Makefile.in (emacstool): Remove target.
20206 (lisp, shortlisp): Remove termdev.elc.
20207
20208 2007-09-21 Markus Triska <markus.triska@gmx.at>
20209
20210 * xterm.c (x_delete_display): Compile session management conditionally.
20211
20212 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * callproc.c (getenv_internal_1): New function.
20215 (getenv_internal): Use it.
20216 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20217
20218 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20219 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20220 (Fset_terminal_parameter): Work with dead terminals as well.
20221 (Fmodify_terminal_parameters): Remove.
20222
20223 * terminal.c (get_terminal): Handle terminals.
20224 Make sure the terminal returned is live.
20225 (create_terminal): Use allocate_terminal.
20226 (mark_terminals): Move to alloc.c.
20227 (delete_terminal): Use terminal->name as liveness status.
20228 NULL out fields after freeing their contents.
20229 Don't deallocate the object.
20230 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20231 rather than an int.
20232 (Fterminal_live_p): Accept non-integer arguments.
20233 (Fterminal_list): Return terminal objects rather than an ints.
20234
20235 * alloc.c (enum mem_type): New member for `terminal' objects.
20236 (allocate_terminal): New function.
20237 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20238 Handle terminals.
20239 (mark_terminal): New fun.
20240 (mark_terminals): Move from terminal.c.
20241
20242 * term.c (get_tty_terminal): Don't treat output_initial specially.
20243 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20244 (delete_tty): Use terminal->name as liveness status.
20245
20246 * termhooks.h (struct terminal): Make it into a pseudovector.
20247 Remove `deleted' replaced by checking `name's nullness.
20248
20249 * print.c (print_object): Handle terminals.
20250
20251 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20252 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20253
20254 * frame.c (make_terminal_frame):
20255 * keyboard.c (tty_read_avail_input):
20256 * w32term.c (x_delete_terminal):
20257 * xfns.c (Fx_create_frame, x_create_tip_frame):
20258 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20259
20260 2007-09-20 Glenn Morris <rgm@gnu.org>
20261
20262 * process.c (Fmake_network_process): Doc fix.
20263
20264 2007-09-19 Jason Rumney <jasonr@gnu.org>
20265
20266 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20267
20268 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20269
20270 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20271 Fix a C warning regarding variable constness.
20272
20273 * xterm.c (handle_one_xevent): Fix a C warning.
20274
20275 2007-09-18 Jason Rumney <jasonr@gnu.org>
20276
20277 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20278
20279 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20280
20281 * gtkutil.c (gdpy_def): New variable.
20282 (xg_initialize): Initialize gdpy_def.
20283 (xg_display_close): If no other display exists, set gdpy_def to a
20284 new connection.
20285
20286 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20287
20288 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20289 when we have no file name for the icon.
20290 (xg_tool_bar_expose_callback): Remove.
20291 (xg_create_tool_bar): Don't connect expose signal to
20292 xg_tool_bar_expose_callback.
20293 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20294
20295 2007-09-16 Andreas Schwab <schwab@suse.de>
20296
20297 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20298 values instead of zapping them.
20299
20300 2007-09-14 Glenn Morris <rgm@gnu.org>
20301
20302 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20303 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20304 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20305 scope and rename to omfib_buffer for clarity.
20306 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20307
20308 2007-09-14 Kenichi Handa <handa@m17n.org>
20309
20310 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20311
20312 2007-09-13 Jason Rumney <jasonr@gnu.org>
20313
20314 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20315
20316 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20317
20318 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20319 (mac_term_init): Call here instead, passing rif.
20320
20321 2007-09-13 Glenn Morris <rgm@gnu.org>
20322
20323 * s/hpux.h: No longer define `static' as nothing.
20324
20325 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20326
20327 * callint.c (Fcall_interactively): Remove unused var `fun'.
20328
20329 2007-09-12 Romain Francoise <romain@orebokech.com>
20330
20331 * window.c (prefer_window_split_horizontally, display_buffer):
20332 Revert 2007-09-08 change.
20333
20334 2007-09-12 Glenn Morris <rgm@gnu.org>
20335
20336 * alloca.c: Remove file.
20337 * Makefile.in (alloca): Do not undef.
20338 (allocaobj, alloca.o): Remove.
20339 (otherobj): Remove allocaobj.
20340 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20341 * regex.c (C_ALLOCA): Remove all references and code that was only
20342 used when this was defined.
20343 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20344 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20345 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20346
20347 * Makefile.in (SOURCES, unlock, relock): Delete.
20348
20349 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20350 (menu_grab_callback): All uses changed.
20351
20352 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20353 (x_reply_selection_request): All uses changed.
20354
20355 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * lread.c (load_warn_old_style_backquotes): Change message to look
20358 better when it appears in the middle of byte-compiler messages.
20359
20360 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20361
20362 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20363
20364 * xterm.c (x_create_terminal): Add comment.
20365
20366 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20367
20368 2007-09-10 Richard Stallman <rms@gnu.org>
20369
20370 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20371
20372 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20373
20374 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20375 (DEFUN): Document `intspec', use it instead of `prompt'.
20376
20377 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20378
20379 * data.c (Finteractive_form): If the interactive specification starts
20380 with a `(', use it as a Lisp form.
20381
20382 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20383 name and file modes.
20384
20385 * callint.c (Fcall_interactively): Comment fixes.
20386
20387 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20388
20389 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20390 and compiled functions.
20391
20392 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20393
20394 * window.c (prefer_window_split_horizontally): New variable.
20395 (display_buffer): Consider splitting window horizontally depending
20396 on prefer_window_split_horizontally.
20397
20398 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20399
20400 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20401
20402 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20405
20406 * frame.c (x_set_frame_parameters): Check number is positive before
20407 using XFASTINT.
20408
20409 * window.c (freeze_window_start): Don't presume selected_window holds
20410 a window object.
20411 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20412
20413 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20414
20415 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20416
20417 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20418
20419 * window.c (Vsplit_window_preferred_function): New var.
20420 (Fdisplay_buffer): Use it.
20421 (syms_of_window): Export, and initialize it.
20422
20423 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20424
20425 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20426
20427 2007-09-06 Glenn Morris <rgm@gnu.org>
20428
20429 * gtkutil.c (menu_grab_callback) <cnt>:
20430 * xselect.c (x_reply_selection_request) <cnt>: Move static
20431 variable to file scope.
20432
20433 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20434
20435 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20436 consistent values of selected_frame and selected_window.
20437
20438 2007-09-04 Jason Rumney <jasonr@gnu.org>
20439
20440 * w32console.c (initialize_w32_display): Zero unused hooks.
20441
20442 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20443
20444 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20445 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20446
20447 2007-09-04 Jason Rumney <jasonr@gnu.org>
20448
20449 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20450 in w32console.c. Set up input. Remove XXX comments that have been
20451 confirmed as correct.
20452
20453 * s/ms-w32.h (MULTI_KBOARD): Define.
20454
20455 * w32console.c (one_and_only_w32cons): Remove.
20456 (initialize_w32_display): Take terminal argument.
20457
20458 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20459 initialize_w32_display.
20460 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20461
20462 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20463
20464 * keyboard.c (discard_mouse_events): Discard it.
20465 (make_lispy_event): Translate it to a lisp event.
20466 (lispy_wheel_names): Add wheel-left and right events.
20467 (syms_of_keyboard): Enlarge wheel_syms.
20468
20469 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20470 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20471
20472 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20473
20474 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20475 from WM_MOUSEHWHEEL.
20476 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20477
20478 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20479 terminal.
20480
20481 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20482 keyboard for the terminal.
20483
20484 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20485
20486 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20487 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20488 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20489 and resume-tty-function to resume-tty-hook.
20490 (Fsuspend_tty, Fresume_tty): Use new names.
20491
20492 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20493
20494 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20495 if it starts with "n:".
20496
20497 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20498
20499 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20500
20501 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20502
20503 * frame.h:
20504 * frame.c (Qterm_environment_variable): Remove.
20505 (syms_of_frame): Don't init and staticpro it.
20506
20507 * callproc.c (getenv_internal): Remove special case for $TERM.
20508
20509 * callproc.c (Vinitial_environment): New variable.
20510 (set_initial_environment): Initialize it.
20511 (syms_of_callproc): Declare it.
20512 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20513 TERM under which a process runs is never related to the TERM in which
20514 Emacs is running.
20515
20516 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20517
20518 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20519 * s/darwin.h: ... do it here.
20520
20521 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20522
20523 * lisp.h (set_initial_environment): Rename from set_global_environment.
20524
20525 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20526 removed by mistake on the multi-tty branch.
20527
20528 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20529 (Fmodify_frame_parameters): Return a value.
20530
20531 * image.c (png_load): Comment-out var only used in commented-out code.
20532
20533 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20534 before passing it to mark_object.
20535
20536 * xfaces.c (internal_resolve_face_name): Return a value.
20537 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20538
20539 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20540 (x_icon): Comment-out var only used in commented-out code.
20541
20542 2007-08-29 Romain Francoise <romain@orebokech.com>
20543
20544 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20545 QUIT hasn't been provided.
20546
20547 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20548
20549 * callproc.c (child_setup, getenv_internal): Use the
20550 display-environment-variable and term-environment-variable frame params.
20551 (set_initial_environment): Initialise Vprocess_environment.
20552
20553 * config.in: Disable multi-keyboard support on a mac.
20554
20555 * frame.c (Qterm_environment_variable)
20556 (Qdisplay_environment_variable): New variables.
20557 (syms_of_frame): Intern and staticpro them.
20558 (Fmake_terminal_frame): Disable output method test.
20559
20560 * frame.h: Declare them here.
20561
20562 * macfns.c (x_set_mouse_color): Get rif from the frame.
20563 (x_set_tool_bar_lines): Don't use updating_frame.
20564 (mac_window): Add 2 new parameters for consistency with other systems.
20565 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20566 frame parameters following what is done in X11 and w32. Don't use
20567 FRAME_MAC_DISPLAY_INFO.
20568 (Fx_open_connection, start_hourglass): Remove window-system check.
20569 (x_create_tip_frame): Get the keyboard from the terminal.
20570
20571 * macmenu.c: Reorder includes.
20572 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20573
20574 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20575 terminal parameter.
20576 (x_clear_frame): Add a frame parameter.
20577 (note_mouse_movement): Get rif from the frame.
20578 (mac_term_init): Initialize the terminal.
20579 (mac_initialize): Make static and move terminal initialization ...
20580 (mac_create_terminal): ... to this new function.
20581
20582 * macterm.h (struct mac_display_info): Add terminal.
20583 (mac_initialize): Delete declaration.
20584
20585 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20586
20587 * sysdep.c: Comment out text after #endif.
20588
20589 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20590 is defined. Better initialize ttys in windows. Use terminal
20591 specific mouse_position_hook.
20592
20593 * termhooks.h (union display_info): Add mac_display_info.
20594
20595 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20596 Set the default minibuffer frame, window_system and the rest of the
20597 frame parameters following what is done in X11.
20598
20599 * w32term.c (w32_initialize): Make static.
20600
20601 * xselect.c (x_handle_selection_clear): Only access
20602 terminal->kboard when MULTI_KBOARD is defined.
20603
20604 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20605 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20606
20607 2007-08-29 Jason Rumney <jasonr@gnu.org>
20608
20609 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20610 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20611
20612 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20613 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20614
20615 * keyboard.c (restore_kboard_configuration): Only define when
20616 MULTI_KBOARD defined.
20617
20618 * makefile.w32-in: Update dependancies from Makefile.in.
20619 (OBJ1): Add terminal.$(O)
20620
20621 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20622 Don't define function body.
20623 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20624
20625 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20626
20627 * w32.c (request_sigio, unrequest_sigio): Remove.
20628
20629 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20630 (w32con_clear_frame, w32con_clear_end_of_line)
20631 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20632 (w32con_delete_glyphs, w32con_set_terminal_window)
20633 (scroll_line, w32_sys_ring_bell): Add frame arg.
20634 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20635 Add terminal arg.
20636 (PICK_FRAME): Remove.
20637 (w32con_write_glyphs): Use frame specific terminal coding.
20638 (one_and_only_w32cons): New global variable.
20639 (initialize_w32_display): Use it for storing hooks.
20640 (create_w32cons_output): New function.
20641
20642 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20643 arg a frame.
20644
20645 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20646 Set window_system.
20647 (x_set_tool_bar_lines): Don't use updating_frame.
20648 (Fx_create_frame): Set terminal and ref count.
20649 (Fx_open_connection): Remove window-system check.
20650
20651 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20652
20653 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20654 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20655 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20656 Add frame arg.
20657 (x_delete_terminal, w32_create_terminal): New functions.
20658 (w32_term_init): Create a terminal.
20659 (w32_initialize): Move terminal specific initialization to
20660 w32_create_terminal.
20661
20662 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20663 (w32_clear_rect, w32_clear_area): Use background from frame.
20664 (w32_display_info): Add terminal.
20665 (w32_sys_ring_bell, x_delete_display): Declare here.
20666
20667 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20668
20669 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20670
20671 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20672
20673 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20674 Fix get_named_tty calls for the controlling tty.
20675
20676 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20677
20678 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20679
20680 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20681
20682 * term.c (tty_insert_glyphs): Add missing first parameter.
20683
20684 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20685
20686 * buffer.c (Fbuffer_list, Fbury_buffer):
20687 Take frame->buried_buffer_list into account.
20688
20689 * cm.c (current_tty): New variable, for cmputc().
20690 (cmputc): Use it.
20691 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20692 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20693 (cmgoto): Add tty parameter. Pass it on to calccost().
20694 Use emacs_tputs() instead of tputs().
20695
20696 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20697 tputs().
20698 (current_tty): New variable, for cmputc().
20699 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20700
20701 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20702 (internal_condition_case, internal_condition_case_1)
20703 (internal_condition_case_2): Don't abort when x_catching_errors.
20704
20705 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20706 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20707 prevent crashes caused by bogus longjmps in read_char.
20708
20709 * keymap.h (Fset_keymap_parent): Add EXFUN.
20710
20711 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20712 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20713 Remove redundant definition.
20714
20715 * macfns.c (x_set_mouse_color, x_make_gc):
20716 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20717
20718 * w32term.c (x_free_frame_resources):
20719 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20720 (w32_initialize): Use the accessor macros for terminal characteristics.
20721
20722 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20723 Use the accessor macros for terminal characteristics.
20724 * msdos.c (internal_terminal_init): Use the accessor macros for
20725 terminal characteristics.
20726 (ScreenVisualBell, internal_terminal_init):
20727 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20728
20729 * termopts.h (no_redraw_on_reenter): Declare.
20730
20731 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20732 (mark_terminals, mark_ttys): Declare.
20733 (Fgarbage_collect): Call them.
20734 (mark_object): Mark buried_buffer_list.
20735
20736 * prefix-args.c: Include stdlib.h for exit.
20737
20738 * syssignal.h: Add comment.
20739
20740 * indent.c: Include stdio.h.
20741
20742 * window.h (Vinitial_window_system): Declare.
20743 (Vwindow_system): Delete declaration.
20744
20745 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20746
20747 * image.c (lookup_image): Don't initialize `c' until the xasserts
20748 have been run.
20749
20750 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20751 FRAME_FOREGROUND_PIXEL.
20752
20753 * print.c (print_preprocess): Don't lose print_depth levels while
20754 iterating.
20755
20756 * widget.c (update_from_various_frame_slots):
20757 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20758
20759 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20760 frames.
20761 (window_internal_height): Remove bogus make_number call.
20762 (init_window_once): Call make_terminal_frame with two zero parameters.
20763
20764 * fileio.c (Fread_file_name): Update comment.
20765
20766 * callint.c (Fcall_interactively):
20767 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20768 Make sure it is correctly unwound.
20769
20770 * xsmfns.c (x_session_close): New function.
20771
20772 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20773 Delete declarations.
20774
20775 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20776 (x_output): Remove background_pixel and foreground_pixel fields.
20777 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20778 (x_delete_device, x_session_close): Declare.
20779
20780 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20781 (read_filtered_event): Call `read_char' with a local
20782 `wrong_kboard_jmpbuf'.
20783
20784 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20785 Don't call single_kboard_state. Use FRAME_RIF.
20786
20787 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20788 systems.
20789
20790 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20791 (Fframe_with_environment, Fset_input_meta_mode)
20792 (Fset_quit_char): EXFUN.
20793 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20794 (init_sys_modes, reset_sys_modes): Update prototypes.
20795 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20796
20797 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20798 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20799 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20800 Delete declarations.
20801 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20802 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20803 New declarations.
20804
20805 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20806 already does that during init_display(). Call syms_of_keymap
20807 before syms_of_keyboard. Call `syms_of_terminal'.
20808 Call set_initial_environment, not set_process_environment.
20809 (shut_down_emacs): Call reset_all_sys_modes() instead of
20810 reset_sys_modes().
20811
20812 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20813 (internal_resolve_face_name, resolve_face_name_error): New functions.
20814 (resolve_face_name): Protect against loops and errors thrown by Fget.
20815 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20816 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20817
20818 * scroll.c: Replace CURTTY() with local variables throughout the
20819 file (where applicable).
20820 (calculate_scrolling, calculate_direct_scrolling)
20821 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20822 characteristics.
20823
20824 * keymap.c (Vfunction_key_map): Remove.
20825 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20826 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20827 (Vkey_translation_map): Remove.
20828 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20829 (Fdescribe_buffer_bindings)
20830 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20831 Update for terminal-local key-translation-map.
20832
20833 * Makefile.in (callproc.o): Update dependencies.
20834 (lisp, shortlisp): Add termdev.elc.
20835 (obj): Add terminal.o.
20836 (terminal.o): Add dependencies.
20837 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20838 (data.o, fns.o): Add termhooks.h dependency.
20839 (SOME_MACHINE_LISP): Add dnd.elc.
20840 (minibuf.o): Fix typo.
20841 Update dependencies.
20842
20843 * data.c (do_symval_forwarding, store_symval_forwarding)
20844 (find_symbol_value): Use the selected frame's keyboard, not
20845 current_kboard.
20846
20847 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20848 Vwindow_system.
20849
20850 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20851 Fmenu_bar_open.
20852 (syms_of_xmenu): Update defsubr.
20853 (mouse_position_for_popup, Fx_popup_menu)
20854 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20855 (set_frame_menubar, free_frame_menubar)
20856 (create_and_show_popup_menu, xmenu_show)
20857 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20858 an X frame.
20859
20860 * xselect.c (x_own_selection): Abort if not an X frame.
20861 (some_frame_on_display): Check if it is an X frame.
20862 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20863
20864 * coding.c: Include frame.h and termhooks.h.
20865 (terminal_coding, keyboard_coding): Delete.
20866 (Fset_terminal_coding_system_internal)
20867 (Fset_keyboard_coding_system_internal)
20868 (Fkeyboard_coding_system)
20869 (Fterminal_coding_system): Add a terminal parameter.
20870 Get terminal_coding from the terminal.
20871 (init_coding_once): Don't call setup_coding_system here.
20872
20873 * dispextern.h (set_scroll_region, turn_off_insert)
20874 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20875 (tty_clear_end_of_line, tty_setup_colors)
20876 (delete_tty, updating_frame)
20877 (produce_special_glyphs, produce_glyphs, write_glyphs)
20878 (insert_glyphs): Remove.
20879 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20880 (tty_turn_off_highlight, get_tty_size): Add declaration.
20881 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20882
20883 * frame.h (enum output_method): Add output_initial.
20884 (struct x_output): Delete.
20885 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20886 Access foreground_pixel and background_pixel directly from the frame.
20887 (tty_display): Delete.
20888 (struct frame): Add buried_buffer_list, foreground_pixel,
20889 background_pixel and terminal. Delete kboard.
20890 (union output_data): Add tty.
20891 (FRAME_KBOARD): Get the kboard from the terminal.
20892 (FRAME_INITIAL_P): New macro.
20893 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20894 (Qterm_environment_variable, Qdisplay_environment_variable)
20895 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20896 New declarations.
20897
20898 * termchar.h (tty_output, tty_display_info): New structures.
20899 (tty_list): Declare.
20900 (FRAME_TTY, CURTTY): New macros.
20901 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20902 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20903 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20904 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20905
20906 * callproc.c: Include frame.h and termhooks.h, for terminal
20907 parameters.
20908 (add_env): New function.
20909 (child_setup): Use it.
20910 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20911 (getenv_internal): Fix get_terminal_param call.
20912 (Fgetenv_internal, egetenv): Update doc.
20913 (syms_of_callproc): Initialize Vprocess_environment to nil.
20914 Register and initialize them. Remove obsolete defvars. Update doc
20915 strings.
20916 (child_setup): Handle Vlocal_environment_variables.
20917 (getenv_internal): Add terminal parameter.
20918 Handle Vlocal_environment_variables.
20919 (Fgetenv_internal): Add terminal parameter.
20920 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20921 environment in a frame (not terminal) parameter. Update doc strings.
20922 (set_initial_environment): Rename from set_global_environment.
20923 Store Emacs environment in initial frame parameter.
20924
20925 * xdisp.c (redisplay_internal): Update references to
20926 `previous_terminal_frame'.
20927 (display_mode_line, Fformat_mode_line): Replace calls to
20928 `push_frame_kboard' with `push_kboard'.
20929 (get_glyph_string_clip_rects): Add extra parentheses and
20930 braces to prevent compiler warnings.
20931 (calc_pixel_width_or_height): Add xassert to check that the
20932 frame is alive. Don't call `lookup_image' on a termcap frame.
20933 (message2_nolog, message3_nolog, redisplay_internal)
20934 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20935 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20936 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20937 (Fx_display_pixel_width, Fx_display_pixel_height)
20938 (Fx_display_planes, Fx_display_color_cells)
20939 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20940 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20941 (Fx_display_backing_store, Fx_display_visual_class)
20942 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20943 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20944
20945 * xfns.c (x_set_foreground_color x_set_background_color)
20946 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20947 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20948 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20949 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20950 terminal that is being deleted.
20951 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20952 frame parameter, and make sure it overrides any user-supplied setting.
20953 (Fx_close_connection, Fx_synchronize): Unify argument names with
20954 the rest of the DEFUNs.
20955
20956 * dispnew.c (Fsend_string_to_terminal): Update call to
20957 `get_tty_terminal'.
20958 (Fredraw_frame, Fsend_string_to_terminal)
20959 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20960 FRAME_TERMCAP_P and FRAME_TTY.
20961 (window_change_signal): Don't believe width/height values that are
20962 impossibly small.
20963 (Vinitial_window_system): Rename from Vwindow_system.
20964 (termscript, Wcm, rif): Delete.
20965
20966 * termhooks.h (struct terminal): New struct containing the
20967 previously global text display hooks and new members NAME,
20968 DELETED and PARAM_ALIST.
20969 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20970 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20971 (FRAME_RIF): New macros.
20972 (get_terminal_param, get_device): New declarations.
20973 (termscript): Delete declaration.
20974
20975 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20976 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20977 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20978 FRAME_FOREGROUND_PIXEL.
20979 (x_fully_uncatch_errors): Disable definition.
20980 (x_scroll_bar_expose): Fix reference to foreground pixel.
20981 (XTread_socket): Disable loop on all X displays.
20982 (x_delete_terminal): Don't set terminal->deleted and let
20983 delete_terminal delete the frames on the terminal.
20984 (x_delete_display): Doc update to reflect changes in
20985 delete_terminal.
20986 (x_display_info) <terminal>: Move member earlier in the struct.
20987 (deleting_tty): Remove old variable.
20988 (Fsuspend_tty): Call clear_tty_hooks.
20989 (Fresume_tty, init_tty): Call set_tty_hooks.
20990 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20991 errors on X frames.
20992 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20993 (handle_one_xevent): Initialize `f' to NULL.
20994 (x_delete_terminal, x_create_terminal): New functions.
20995 (XTset_terminal_modes, XTreset_terminal_modes)
20996 (XTread_socket, x_connection_closed, x_term_init)
20997 (x_term_init, x_delete_display): Add terminal parameter.
20998 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20999 X connections.
21000
21001 * frame.c: Include termchar.h.
21002 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21003 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21004 (Qdisplay_environment_variable): New vars.
21005 (Fframep): Deal with output_initial.
21006 (Fframe-live-p): Doc fix.
21007 (Fwindow-system): New function.
21008 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21009 (make_terminal_frame): Don't create frames on a terminal that is
21010 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21011 (store_frame_param): Check for found_for_frame before calling XFRAME.
21012 (Fmake_terminal_frame): Handle NULL tty names correctly.
21013 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21014 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21015 frames to refer to a deleted frame in their 'environment parameter.
21016 (Fframe_with_environment): New function.
21017 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21018 (get_future_frame_param): New function.
21019 (Fmake_terminal_frame): Use it.
21020 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21021
21022 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21023 * sysdep.c (reset_sys_modes): Update for renames.
21024
21025 * keyboard.c (tty_read_avail_input): New function.
21026 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21027 (syms_of_keyboard): Defsubr them.
21028 (Fset_input_meta_mode, Fset_quit_char): New functions.
21029 (Fset_input_mode): Split to above functions.
21030 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21031 parameter. Use it in call to `read_char'.
21032 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21033 Set wrong_kboard_jmpbuf correctly in recursive calls.
21034 Use current_kboard to access Vkeyboard_translate_table.
21035 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21036 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21037 Update longjmp invocations. Remember the original current_kboard,
21038 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21039 changes it. Comment out unnecessary calls to
21040 `record_single_kboard_state' and `any_kboard_state'.
21041 Update recursive calls.
21042 (wrong_kboard_jmpbuf): Remove global variable.
21043 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21044 Handle deleted interrupted_kboards correctly; that is a legal
21045 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21046 and read_char calls. Abort if interrupted_kboard died in read_char.
21047 (any_kboard_state, single_kboard_state)
21048 (push_frame_kboard): Remove function.
21049 (pop_kboard): Switch out of single_kboard mode if the kboard has
21050 been deleted. Remove unused variable. Help debugging by not
21051 changing current_kboard unnecessarily. Set current_kboard to the
21052 kboard of the selected frame when the stored kboard object has
21053 been deleted before pop_kboard.
21054 (temporarily_switch_to_single_kboard): Change first parameter to a
21055 frame pointer. Throw an error when caller wants to change kboards
21056 while in single_kboard mode. Don't push_kboard if we weren't in
21057 single kboard state. Don't pop_kboard if we popped into any
21058 kboard state.
21059 (restore_kboard_configuration): Abort if pop_kboard changed the
21060 kboard in single_kboard mode. Call pop_kboard only after setting
21061 up single_kboard mode.
21062 (Frecursive_edit): Switch to single_kboard mode only in nested
21063 command loops.
21064 (cmd_error, command_loop, command_loop_1, timer_check):
21065 Comment out unnecessary call to `any_kboard_state' and
21066 `record_single_kboard_state'.
21067 (delete_kboard): Exit single_kboard mode if we have just deleted
21068 that kboard. Use FRAME_KBOARD.
21069 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21070 `fatal_error_signal'.
21071 (record_single_kboard_state): Don't push_kboard if we weren't in
21072 single kboard state. Don't pop_kboard if we popped into any
21073 kboard state.
21074 (push_frame_kboard): Rename to push_kboard.
21075 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21076 (read_avail_input): Read input from all terminals.
21077 (mark_kboards): Also mark Vkeyboard_translate_table.
21078 (kbd_buffer_store_event_hold): Simplify condition.
21079 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21080 (Vkeyboard_translate_table): Move to struct kboard.
21081 (init_kboard): Initialize Vkeyboard_translate_table.
21082 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21083 Vkeyboard_translate_table. Update doc strings. Update docs of
21084 local-function-key-map and function-key-map.
21085
21086 * terminal.c: New file.
21087
21088 * term.c: Include errno.h.
21089 (Vring_bell_function, device_list, initial_device)
21090 (next_device_id, ring_bell, update_begin, update_end)
21091 (set_terminal_window, cursor_to, raw_cursor_to)
21092 (clear_to_end, clear_frame, clear_end_of_line)
21093 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21094 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21095 (syms_of_term): Move their initialization to terminal.c.
21096 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21097 (Ftty_display_color_cells)
21098 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21099 (clear_tty_hooks, set_tty_hooks)
21100 (init_tty, maybe_fatal): New functions.
21101 (Ftty_type): Return nil if terminal is not on a tty instead of
21102 throwing an error. Doc update.
21103 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21104 Doc update. Initialize new subrs and variables.
21105 (delete_tty): Use terminal->deleted.
21106 (tty_set_terminal_modes): Rename from set_terminal_modes.
21107 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21108 (set_scroll_region): Rename to `tty_set_scroll_region'.
21109 (turn_on_insert): Rename to `tty_turn_on_insert'.
21110 (turn_off_insert): Rename to `tty_turn_off_insert'.
21111 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21112 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21113 (toggle_highligh): Rename to `tty_toggle_highlight'.
21114 (background_highlight): Rename to `tty_background_highlight'.
21115 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21116 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21117 (tty_set_scroll_region, tty_background_highlight)
21118 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21119 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21120 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21121 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21122 Add static modifier.
21123 (tty_reset_terminal_modes, tty_set_terminal_window)
21124 (tty_set_scroll_region, tty_background_highlight)
21125 (tty_highlight_if_desired, tty_cursor_to)
21126 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21127 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21128 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21129 renames.
21130
21131 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21132
21133 * keyboard.c: Qrtl is new.
21134 (parse_tool_bar_item): Handle :rtl keyword.
21135 (syms_of_keyboard): Intern :rtl keyword.
21136
21137 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21138
21139 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21140 so no Lisp code is executed.
21141 (file_for_image, find_rtl_image): New functions.
21142 (xg_get_image_for_pixmap): Use file_for_image.
21143 (update_frame_tool_bar): If direction is RTL, use RTL image if
21144 defined. Use Gtk stock images if defined.
21145
21146 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21147
21148 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21149 for nonexistent or zero-width glyph in composition glyph.
21150
21151 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21152
21153 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21154
21155 * xdisp.c (Finvisible_p): New function.
21156 (syms_of_xdisp): defsubr it.
21157
21158 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
21159
21160 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21161 Doc fixes.
21162
21163 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21164
21165 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21166
21167 2007-08-24 Martin Rudalics <rudalics@gmx.at>
21168
21169 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21170 whether decoding has modified buffer contents.
21171
21172 2007-08-24 Jason Rumney <jasonr@gnu.org>
21173
21174 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21175 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21176 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21177 (init_svg_functions) [HAVE_NTGUI]: New function.
21178 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21179 (svg_load_image): Use them.
21180 (svg_load_image) [HAVE_NTGUI]: Implement background.
21181
21182 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21183
21184 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21185 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21186 (LIBX): Remove @RSVG_LIBS@.
21187 (LIBES): Add $(RSVG_LIBS).
21188
21189 * image.c (svg_load_image): Blend with specified background if exists.
21190 Use IMAGE_BACKGROUND. Add Mac OS Support.
21191
21192 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21193 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21194 Remove macros.
21195 [MAC_OSX] (socket_callback): Do nothing.
21196 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21197 ReceiveNextEvent.
21198 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21199 socket_callback.
21200 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21201
21202 2007-08-22 Glenn Morris <rgm@gnu.org>
21203
21204 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21205
21206 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21207
21208 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21209
21210 * image.c: Add support for SVG images. Some additional comments
21211 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21212 (svg_image_p): New function to test for SVG image.
21213 (svg_load): New function to load SVG image.
21214 (svg_load_image): New function, helper for svg_load.
21215 (Qsvg): New Lisp_object.
21216 (svg_keyword_index): New enum.
21217 (svg_format): New static `image_keyword' struct.
21218 (svg_type): New static `image_type' struct.
21219 (librsvg/rsvg.h): Include it.
21220
21221 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21224
21225 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21226
21227 * lread.c (Qold_style_backquotes): New var.
21228 (syms_of_lread): Init and staticpro it.
21229 (load_warn_old_style_backquotes): New fun.
21230 (Fload): Use them to warn about old style backquotes.
21231 (end_of_file_error, Fload): Remove unused vars.
21232
21233 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21234
21235 * lread.c (Vold_style_backquotes): New var.
21236 (syms_of_lread): Init and export it to Elisp.
21237 (read1): Set it when we find an old-style (back)quote.
21238
21239 2007-08-22 Jason Rumney <jasonr@gnu.org>
21240
21241 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21242
21243 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21244
21245 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21246
21247 2007-08-19 Richard Stallman <rms@gnu.org>
21248
21249 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21250
21251 2007-08-19 Andreas Schwab <schwab@suse.de>
21252
21253 * alloc.c (pure): Round PURESIZE up.
21254
21255 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21256
21257 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21258 active frame.
21259
21260 2007-08-16 Richard Stallman <rms@gnu.org>
21261
21262 * eval.c (Fcommandp): Add parens to clarify.
21263
21264 * minibuf.c (Fall_completions): Use enum for type of table.
21265
21266 * emacs.c (USAGE2): Improve text.
21267
21268 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21269
21270 * term.c (tty_default_color_capabilities): Declare static
21271 variables in file scope, to avoid HPUX compiler problem.
21272
21273 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21274
21275 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21276 to gtk_toolbar_insert.
21277
21278 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21279
21280 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21281
21282 * insdel.c (reset_var_on_error): New fun.
21283 (signal_before_change, signal_after_change):
21284 Use it to reset (after|before)-change-functions to nil in case of error.
21285 Bind inhibit-modification-hooks to t.
21286 Don't bind (after|before)-change-functions to nil while they run.
21287
21288 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21289
21290 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21291 filling pixmap with stippled background.
21292
21293 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21294
21295 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21296 Don't use invisible frame as parent window for repositioning.
21297
21298 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * print.c (new_backquote_output): Rename from old_backquote_output.
21301 (print): Inverse its logic (according to its name) so as to match the
21302 behavior of new_backquote_flag in lread.c.
21303
21304 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21305
21306 * gmalloc.c (posix_memalign): New function.
21307
21308 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21309 ActivateControl/DeactivateControl here.
21310 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21311 frame-notice-user-settings is non-nil.
21312 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21313 for kEventParamFMFontStyle.
21314 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21315 mac_pass_command_to_system and mac_pass_control_to_system here.
21316 (XTread_socket): Call ActivateControl/DeactivateControl here.
21317 (XTread_socket) [TARGET_API_MAC_CARBON]:
21318 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21319 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21320 for window repositioning.
21321
21322 2007-08-08 Glenn Morris <rgm@gnu.org>
21323
21324 * Replace `iff' in doc-strings and comments.
21325
21326 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21327
21328 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21329
21330 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21331
21332 * fileio.c (Finsert_file_contents): Run format-decode and
21333 after_insert_file_functions on entire buffer when REPLACE is
21334 non-nil and inhibit modification_hooks and point_motion_hooks.
21335 For consistency, run after_insert_file_functions iff something
21336 got inserted. Move signal_after_change and update_compositions
21337 after code running after_insert_file_functions. Make sure that
21338 undo_list doesn't record intermediate steps of the decoding process.
21339
21340 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21341
21342 * emacs.c (main)
21343 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21344 Call malloc_enable_thread on interactive startup.
21345
21346 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21347 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21348 [USE_PTHREAD]: Conditionalize with it.
21349 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21350 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21351 New functions.
21352
21353 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21354
21355 * xdisp.c (redisplay_window): When restoring original buffer
21356 position, make sure it is still valid.
21357
21358 * image.c (png_load): Ignore png-supplied background color.
21359
21360 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21361
21362 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21363 Use kCFAbsoluteTimeIntervalSince1970.
21364
21365 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21366 New variable.
21367 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21368 event loop should be quit.
21369 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21370 Quit dialog event loop if quit_dialog_event_loop is set.
21371
21372 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21373 (Selection): New typedef. Use instead of ScrapRef.
21374 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21375 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21376 (mac_clear_selection): Rename from clear_scrap.
21377 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21378 scrap_has_target_type. All uses changed.
21379 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21380 (mac_selection_has_target_p): New functions.
21381 (mac_put_selection_value): Rename from put_scrap_string.
21382 (mac_get_selection_value): Rename from get_scrap_string.
21383 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21384 (put_scrap_private_timestamp, scrap_has_target_type)
21385 (get_scrap_private_timestamp): Remove functions.
21386 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21387 (x_own_selection, x_get_local_selection):
21388 Use mac_valid_selection_value_p.
21389 (x_own_selection): Don't use put_scrap_private_timestamp.
21390 Record OWNERSHIP-INFO into Vselection_alist instead.
21391 (x_get_local_selection): Don't check type if request is local.
21392 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21393 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21394
21395 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21396
21397 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21398 add comment explaining why.
21399
21400 2007-08-03 Richard Stallman <rms@gnu.org>
21401
21402 * fileio.c (Fvisited_file_modtime): Use make_time.
21403
21404 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21405
21406 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21407 build.
21408
21409 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21410
21411 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21412
21413 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21414
21415 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21416
21417 2007-07-30 Richard Stallman <rms@gnu.org>
21418
21419 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21420
21421 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21422
21423 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21424
21425 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21426
21427 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21428 remote default-directory.
21429
21430 * buffer.c (mode-line-format): Update doc string.
21431
21432 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21433
21434 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21435 scroll bar gap.
21436 (x_scroll_bar_create): Set bar->fringe_extended_p.
21437 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21438 on frame edge. Check fringe background extension. Don't clear
21439 extended fringe background area.
21440
21441 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21442 (w32_fill_area): Enclose multiple statements with do ... while (0).
21443
21444 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21445 Extend fringe background to scroll bar gap.
21446 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21447 Set bar->fringe_extended_p.
21448 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21449 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21450 background extension. Don't clear extended fringe background area.
21451
21452 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21453 New member fringe_extended_p.
21454
21455 2007-07-25 Glenn Morris <rgm@gnu.org>
21456
21457 * Relicense all FSF files to GPLv3 or later.
21458
21459 * COPYING: Switch to GPLv3.
21460
21461 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21462
21463 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21464
21465 * data.c (Finteractive_form): Check for the presence of an
21466 `interactive-form' symbol property more thoroughly.
21467
21468 * data.c (Finteractive_form): Use an `interactive-form' property if
21469 present, analogous to the function-documentation property.
21470
21471 2007-07-24 Jason Rumney <jasonr@gnu.org>
21472
21473 * w32fns.c (x_real_positions): Get real position from OS instead of
21474 calculating it.
21475
21476 2007-07-23 Jason Rumney <jasonr@gnu.org>
21477
21478 * filelock.c (current_lock_owner): Allow for @ sign in username.
21479
21480 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21481
21482 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21483 remote default-directory.
21484
21485 * buffer.c (mode-line-format): Describe above case in doc string.
21486
21487 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21488
21489 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21490 Define if not defined.
21491
21492 2007-07-18 Jason Rumney <jasonr@gnu.org>
21493
21494 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21495
21496 2007-07-18 Richard Stallman <rms@gnu.org>
21497
21498 * data.c (Fsetq_default): Doc fix.
21499
21500 * eval.c (Fsetq): Doc fix.
21501
21502 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21503
21504 * coding.c (Ffind_operation_coding_system):
21505 * eval.c (For, Fand): Doc fixes.
21506 Reported by Johan Bockgård.
21507
21508 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21509
21510 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21511
21512 * xterm.h: Declare x_ewmh_activate_frame.
21513
21514 * xterm.c (x_ewmh_activate_frame): New function.
21515 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21516
21517 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21518
21519 * window.c (Fdisplay_buffer): If largest or LRU window is the
21520 only window, split it even if it is not eligible for splitting.
21521 This restores the original behavior broken by the 2007-07-15
21522 change.
21523
21524 2007-07-17 Glenn Morris <rgm@gnu.org>
21525
21526 * abbrev.c (abbrev_check_chars): New function.
21527 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21528 Call abbrev_check_chars to check abbrev characters are word
21529 constituents. Doc fix.
21530
21531 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21532
21533 * process.c (Fstart_process, Fmake_network_process)
21534 (read_process_output): Fix up last changes.
21535
21536 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21537
21538 * makefile.w32-in (clean): Don't delete *~.
21539
21540 2007-07-16 Andreas Schwab <schwab@suse.de>
21541
21542 * window.c (Fdisplay_buffer): Use NILP.
21543 (Fset_window_scroll_bars): Likewise.
21544
21545 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21546
21547 * window.c (window_min_size_2): New function.
21548 (window_min_size_1, size_window, Fdisplay_buffer)
21549 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21550 windows without mode- or header-lines when window-min-height is
21551 too small.
21552 (size_window): Reset nodelete_p after testing it, following an
21553 earlier note by Kim F. Storm.
21554 (display_buffer): Do not set split_height_threshold to twice the
21555 value of window_min_height to avoid changing the value of a
21556 customizable variable. Rather explicitly check whether the
21557 height of the window that shall be splitted is at least as large
21558 as split_height_threshold.
21559 (Fwindow_full_width_p): New defun.
21560 (syms_of_window): Defsubr it.
21561
21562 * window.h: Add EXFUN for Fwindow_full_width_p.
21563
21564 2007-07-14 Jason Rumney <jasonr@gnu.org>
21565
21566 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21567
21568 2007-07-14 Richard Stallman <rms@gnu.org>
21569
21570 * eval.c (maybe_call_debugger): New function.
21571 (find_handler_clause): Use maybe_call_debugger.
21572 Call it when the handler says `debug'.
21573 Eliminate DEBUGGER_VALUE_PTR.
21574 (Fsignal): Eliminate debugger_value.
21575 (Qdebug): New variable.
21576 (syms_of_eval): Initialize it.
21577
21578 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21579
21580 * eval.c (Fprogn):
21581 * keyboard.c (Ftrack_mouse):
21582 * print.c (Fwith_output_to_temp_buffer):
21583 * window.c (Fsave_window_excursion): Doc fix.
21584
21585 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21586
21587 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21588
21589 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21590
21591 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21592 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21593 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21594 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21595 Remove unused encoding_carryover.
21596 * process.c: Adjust all functions accordingly.
21597
21598 2007-07-12 Richard Stallman <rms@gnu.org>
21599
21600 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21601
21602 2007-07-11 Jason Rumney <jasonr@gnu.org>
21603
21604 * makefile.w32-in (LIBS): Include OLE32.
21605
21606 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21607 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21608
21609 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21610
21611 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21612 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21613 from a Lisp_Object into a bare pointer.
21614 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21615 Adjust the code correspondingly.
21616
21617 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21618
21619 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21620 (term_show_mouse_face): Remove unused var `j'.
21621 (handle_one_term_event): Remove unused vars `i' and `j'.
21622 Don't cast return value of ttyname since it's not necessary.
21623
21624 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21625
21626 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21627 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21628
21629 * fns.c (map_char_table): Use an array of int for `indices' rather than
21630 an array of Lisp_Objects (which are only ever integers anyway).
21631 (Fmap_char_table): Update caller.
21632 * lisp.h: Update prototype.
21633 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21634 * fontset.c (Ffontset_info):
21635 * casetab.c (set_case_table): Update callers.
21636
21637 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21638
21639 * keymap.c (struct accessible_keymaps_data)
21640 (struct where_is_internal_data): New structures.
21641 (accessible_keymaps_1, where_is_internal_1): Use them to change
21642 interface to adhere to the one used by map_keymap.
21643 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21644 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21645
21646 * keymap.h (map_keymap_function_t): More informative prototype.
21647
21648 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21649
21650 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21651 (looking_at_1): Don't change search_regs and last_thing_searched
21652 if `inhibit-changing-match-data' is non-nil.
21653 (string_match_1, search_buffer, set_search_regs): Likewise.
21654 (syms_of_search): Add Lisp level definition for
21655 `inhibit-changing-match-data' and set it to nil.
21656 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21657 start and end of the match, instead of using values in search_regs.
21658
21659 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * minibuf.c (Fcompleting_read): New value `confirm-only'
21662 for `require-match'.
21663
21664 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21665
21666 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21667 part of the 2007-06-27 change to syms_of_fileio.
21668
21669 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21670
21671 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21672 Check WINDOWP before using XWINDOW. Consolidate return statements.
21673
21674 2007-06-27 Richard Stallman <rms@gnu.org>
21675
21676 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21677
21678 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21679
21680 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21681
21682 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21683
21684 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21685 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21686 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21687 (_free_internal, memalign): Use them.
21688 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21689 Initialize to PTHREAD_MUTEX_INITIALIZER.
21690 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21691 (morecore_nolock): Rename from morecore. All uses changed.
21692 Use only nolock versions of internal allocation functions.
21693 (_malloc_internal_nolock, _realloc_internal_nolock)
21694 (_free_internal_nolock): New functions created from
21695 _malloc_internal, _realloc_internal, and _free_internal.
21696 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21697 Copy hook value to automatic variable before its use.
21698 (memalign): Copy hook value to automatic variable before its use.
21699
21700 2007-06-26 Kenichi Handa <handa@m17n.org>
21701
21702 * coding.c (Ffind_operation_coding_system): Docstring improved.
21703 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21704
21705 2007-06-25 David Kastrup <dak@gnu.org>
21706
21707 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21708 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21709 cater for additional parameter.
21710
21711 * keymap.h: Adjust number of parameters to `current-active-maps'.
21712
21713 * doc.c (Fsubstitute_command_keys): Adjust call of
21714 `current-active-maps'.
21715
21716 2007-06-25 David Kastrup <dak@gnu.org>
21717
21718 * callint.c (Fcall_interactively): Make the parsing of interactive
21719 specs somewhat more readable.
21720
21721 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21722
21723 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21724 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21725 if extended background has already been filled.
21726
21727 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21728
21729 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21730 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21731
21732 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21733 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21734 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21735 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21736 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21737 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21738 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21739 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21740 Run timers during dialog popup.
21741 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21742
21743 2007-06-21 Jason Rumney <jasonr@gnu.org>
21744
21745 * image.c (convert_mono_to_color_image): Swap fore and background.
21746
21747 2007-06-20 Jason Rumney <jasonr@gnu.org>
21748
21749 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21750 (w32_free_bdf_font): Unmap memory not handle.
21751
21752 2007-06-20 Sam Steingold <sds@gnu.org>
21753
21754 * gmalloc.c (__morecore): Fix the declaration to comply with the
21755 definition.
21756
21757 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21758
21759 * w32term.c (w32_delete_display): Remove leftover declaration.
21760 (w32_define_cursor, w32_initialize): Make static.
21761
21762 * w32.c (_wsa_errlist): Fix typo in error message.
21763 (init_environment): Ignore any environment variable from the
21764 registry having a null value.
21765
21766 2007-06-20 Glenn Morris <rgm@gnu.org>
21767
21768 * Makefile.in (LIBGIF): Default to -lgif.
21769
21770 2007-06-17 Jason Rumney <jasonr@gnu.org>
21771
21772 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21773 unicode strings.
21774
21775 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
21776
21777 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21778 Fix typo in docstring.
21779
21780 2007-06-16 Eli Zaretskii <eliz@gnu.org>
21781
21782 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21783 and their keybindings.
21784
21785 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21786
21787 * composite.c (update_compositions): Fix last fix.
21788
21789 2007-06-14 Jason Rumney <jasonr@gnu.org>
21790
21791 * w32.c (get_process_times_fn): New function pointer.
21792 (globals_of_w32): Intialize it if present in kernel32.dll.
21793 (w32_get_internal_run_time): New function.
21794
21795 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21796
21797 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21798
21799 * composite.c (update_compositions): Check the validness of
21800 compositions.
21801
21802 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21803
21804 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21805 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21806
21807 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21808 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21809
21810 * macgui.h (USE_MAC_TOOLBAR): New define.
21811
21812 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21813 Return immediately unless popup is activated.
21814
21815 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21816 background to scroll bar gap.
21817 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21818 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21819 scroll bars on frame edge. Check fringe background extension.
21820 Don't clear extended fringe background area.
21821 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21822 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21823 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21824 [USE_MAC_TOOLBAR]: New macros.
21825 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21826 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21827 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21828 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21829 [USE_MAC_TOOLBAR]: New functions.
21830 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21831 manually if previous repositioning has failed.
21832 (mac_handle_keyboard_event): Use precomputed event kind.
21833 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21834 as tool bar item click. Handle mouse movement over tool bar items.
21835
21836 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21837 toolbar_win_gravity.
21838 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21839 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21840 Add externs.
21841
21842 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21843 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21844
21845 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21846
21847 * image.c (search_image_cache): Remove unused variable.
21848
21849 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
21850
21851 * xfns.c, xmenu.c: Link to xaw3d if available.
21852
21853 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21854
21855 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21856 frame_foreground and frame_background.
21857
21858 * image.c (lookup_image): Save frame foreground and background colors.
21859 (search_image_cache): Check if saved and current frame colors match.
21860
21861 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21862
21863 * regex.c (regex_compile): Remove the `regnum' counter.
21864 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21865
21866 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21867
21868 * term.c: Include intervals.h to declare Fget_text_property.
21869
21870 2007-06-10 Jason Rumney <jasonr@gnu.org>
21871
21872 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21873
21874 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
21875
21876 * callint.c (Fcall_interactively):
21877 * editfns.c (Fdelete_and_extract_region):
21878 * fileio.c (Fread_file_name):
21879 * fns.c (Fmapconcat):
21880 * keyboard.c (cmd_error_internal):
21881 * keymap.c (Fkey_description):
21882 * lread.c (openp):
21883 * minibuf.c (read_minibuf):
21884 * search.c (wordify):
21885 * sunfns.c (sel_read):
21886 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21887 * xfns.c (x_default_scroll_bar_color_parameter):
21888 * xmenu.c (menu_help_callback):
21889 * xselect.c (Fx_get_atom_name):
21890 * xterm.c (x_term_init): Use empty_unibyte_string.
21891
21892 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21893
21894 * alloc.c (init_strings): Initialize canonical empty strings.
21895 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21896 canonical empty string when the requested size is 0.
21897
21898 * emacs.c (empty_unibyte_string): Rename from empty_string.
21899 (empty_multibyte_string): New canonical empty string.
21900 (syms_of_emacs): Don't initialize empty_string.
21901
21902 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21903 string, if appropriate.
21904 (empty_unibyte_string, empty_multibyte_string): New externs.
21905 (empty_string): Remove extern.
21906
21907 * lread.c (syms_of_lread): Use empty_unibyte_string.
21908
21909 2007-06-07 Jason Rumney <jasonr@gnu.org>
21910
21911 * s/ms-w32.h: Don't define HAVE_TZNAME.
21912
21913 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21914
21915 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21916
21917 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21918
21919 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21920 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21921
21922 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21923 Don't call next handler.
21924 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21925 Remove argument. Install handler to application.
21926 (set_frame_menubar): Don't change deep_p.
21927 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21928 FRAME_OUTER_TO_INNER_DIFF_Y.
21929 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21930 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21931 [HAVE_DIALOGS]: New macros.
21932 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21933 Use them.
21934 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21935
21936 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21937 init_service_handler. All callers changed. Return OSStatus value.
21938
21939 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21940 All callers changed so as not to call SetPortWindowPort.
21941 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21942 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21943 mac_draw_string_common.
21944 (mac_draw_image_string_qd): Likewise.
21945 (mac_draw_string_common): Use them. Add INLINE.
21946 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21947 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21948 GetGlobalMouse.
21949 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21950 and FRAME_OUTER_TO_INNER_DIFF_Y.
21951 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21952 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21953 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21954 repositioning window to mac_handle_window_event.
21955 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21956 saving window location to mac_handle_window_event
21957 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21958 (install_menu_target_item_handler): Remove argument in extern.
21959 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21960 Also accept command events.
21961 (do_keystroke): New function created from XTread_socket.
21962 (init_command_handler): Remove functions.
21963 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21964 and save window location by kEventWindowShowing and kEventWindowHiding
21965 handlers here. Don't call next handler for window state change and
21966 focus events.
21967 (mac_handle_application_event, mac_handle_keyboard_event)
21968 [TARGET_API_MAC_CARBON]: New functions.
21969 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21970 kEventWindowShowing and kEventWindowHiding events. Move installation
21971 of mouse, font, text input and menu target item handlers to
21972 install_application_handler.
21973 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21974 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21975 New function.
21976 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21977 Register it.
21978 (XTread_socket) [TARGET_API_MAC_CARBON]:
21979 Consolidate SendEventToEventTarget calls.
21980 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21981 Move application activation handler to mac_handle_application_event.
21982 Move keyboard handler to mac_handle_keyboard_event.
21983 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21984 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21985 init_command_handler. Call install_application_handler.
21986
21987 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21988 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21989
21990 2007-06-07 Glenn Morris <rgm@gnu.org>
21991
21992 * emacs.c (main): Use `emacs-copyright' in --version output.
21993
21994 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
21995
21996 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21997
21998 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21999
22000 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22001
22002 * macgui.h: Replace WindowPtr with WindowRef.
22003
22004 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22005 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22006 Replace ControlHandle with ControlRef.
22007 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22008
22009 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22010 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22011 Replace ControlHandle with ControlRef.
22012 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22013 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22014
22015 * macterm.h (struct scroll_bar): Rename member control_handle_low
22016 and control_handle_high to control_ref_low and control_ref_high.
22017 All uses changed.
22018 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22019 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22020 respectively. All uses changed.
22021 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22022 (install_window_handler, remove_window_handler): Replace WindowPtr
22023 with WindowRef in externs.
22024
22025 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22026
22027 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22028
22029 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
22030
22031 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22032
22033 * frame.c (Fmouse_position, Fmouse_pixel_position):
22034 Condition on HAVE_GPM too.
22035
22036 * term.c (term_mouse_highlight): Remove unused variables.
22037 (Fterm_open_connection): Set gpm_zerobased to 1.
22038 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22039 Use zero based co-ordinates.
22040 (handle_one_term_event): Report a drag as mouse movement too.
22041
22042 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22043
22044 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * image.c (search_image_cache): New function. Require background
22047 color match if background color is unspecified in the image spec.
22048 (uncache_image, lookup_image): Use it.
22049
22050 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
22051
22052 * window.c (Fshrink_window): Reflow docstring.
22053
22054 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22055
22056 * Version 22.1 released.
22057
22058 2007-06-01 Richard Stallman <rms@gnu.org>
22059
22060 * xfns.c (x_encode_text): Add GCPRO.
22061
22062 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22063
22064 * xfns.c (x_set_name_internal): Save encoded name before
22065 x_encode_text in case string data is relocated.
22066
22067 2007-05-31 Richard Stallman <rms@gnu.org>
22068
22069 * buffer.c (syms_of_buffer): Doc fix.
22070
22071 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
22072
22073 * sysdep.c (init_sys_modes): Add rather than replace with
22074 O_NONBLOCK.
22075
22076 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22077 term_mouse_moveto.
22078
22079 * termhooks.h (term_mouse_moveto): New extern.
22080
22081 * term.c (mouse_face_window): Rename...
22082 (Qmouse_face_window): ...to this.
22083 (term_show_mouse_face, term_clear_mouse_face)
22084 (term_mouse_highlight): Use Qmouse_face_window.
22085 (term_mouse_moveto): New function.
22086 (term_mouse_position): Make it work.
22087 (syms_of_term): Uncomment assignment to mouse_position_hook.
22088 Staticpro Qmouse_face_window.
22089
22090 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22091
22092 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22093 around current_column call.
22094
22095 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22096
22097 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22098 * xdisp.c (next_element_from_buffer):
22099 * window.c (delete_window):
22100 * term.c (term_mouse_highlight):
22101 * msdos.c (getdefdir):
22102 * macterm.c (mac_create_bitmap_from_bitmap_data)
22103 (init_font_name_table):
22104 * fns.c (Fsxhash):
22105 * data.c (Fmake_local_variable):
22106 * ccl.c (ccl_driver): Likewise.
22107
22108 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22109
22110 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22111 Call mac_wakeup_from_rne on window size change.
22112
22113 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
22114
22115 * image.c (uncache_image): Fix typo.
22116
22117 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22118
22119 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22120
22121 2007-05-22 Richard Stallman <rms@gnu.org>
22122
22123 * xterm.c (x_connection_closed): Remove NO_RETURN.
22124
22125 2007-05-22 Martin Rudalics <rudalics@gmx.at>
22126
22127 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22128
22129 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22130
22131 * image.c (uncache_image): New function.
22132 (Fimage_refresh): New function.
22133
22134 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22135
22136 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22137
22138 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22139
22140 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22141 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22142
22143 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22144
22145 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22146 conditional on [HAVE_GPM_H].
22147
22148 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22149
22150 * syntax.c (skip_chars): Update syntax-table only after we checked that
22151 the new location is valid.
22152
22153 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22154
22155 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22156 mac_get_window_bounds.
22157
22158 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22159
22160 * Makefile.in (LIBGPM): Allow it to be set from configure.
22161 If set then link Emacs with it.
22162
22163 * config.in: Regenerate.
22164
22165 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22166 New externs.
22167
22168 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22169 Include gpm.h.
22170 (handle_one_term_event, term_gpm): New externs.
22171
22172 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22173 and allow it to be interrupted by SIGIO.
22174
22175 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22176 (wait_reading_process_output): Wait on gpm_fd too.
22177 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22178 (add_gpm_wait_descriptor_called_flag): New variable.
22179 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22180
22181 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22182 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22183 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22184 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22185 (make_lispy_event): Add case GPM_CLICK_EVENT.
22186 (read_avail_input): Handle mouse input.
22187
22188 * term.c (write_glyphs_with_face): New function.
22189 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22190 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22191 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22192 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22193 (last_mouse_x, last_mouse_y): New variables.
22194 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22195 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22196 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22197 (Fterm_close_connection): New functions.
22198 (term_init): Initialise mouse_face_window.
22199
22200 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22201
22202 * xdisp.c (redisplay_window): If first window line is a
22203 continuation line, recompute the new window start instead of
22204 recentering.
22205
22206 2007-05-18 Glenn Morris <rgm@gnu.org>
22207
22208 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22209 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22210
22211 2007-05-17 Glenn Morris <rgm@gnu.org>
22212
22213 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22214
22215 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22216
22217 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22218 dead key repeat and up events.
22219
22220 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
22221
22222 * image.c (pbm_load): Check image size for monochrome pbm.
22223
22224 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
22225
22226 * xterm.c (XTread_socket): Revert last change.
22227
22228 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22229
22230 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22231
22232 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22233
22234 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22235
22236 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22237 mixup (YAILOM).
22238
22239 2007-05-07 Andreas Schwab <schwab@suse.de>
22240
22241 * keymap.c (Flookup_key): Fix typo in last change.
22242
22243 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22244
22245 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22246 mapping for unibyte strings.
22247
22248 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22249
22250 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22251 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22252
22253 2007-04-29 Richard Stallman <rms@gnu.org>
22254
22255 * insdel.c (replace_range): For undo, record insertion first.
22256
22257 2007-04-29 Andreas Schwab <schwab@suse.de>
22258
22259 * lisp.h (VECSIZE): Use OFFSETOF.
22260
22261 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22262
22263 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22264 disabled lines.
22265
22266 2007-04-28 Richard Stallman <rms@gnu.org>
22267
22268 * lread.c (read_escape): In a string, \s is always space.
22269
22270 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22271
22272 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22273
22274 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22275 submenu for menu bar items.
22276
22277 See ChangeLog.10 for earlier changes.
22278
22279 ;; Local Variables:
22280 ;; coding: utf-8
22281 ;; add-log-time-zone-rule: t
22282 ;; End:
22283
22284 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22285
22286 This file is part of GNU Emacs.
22287
22288 GNU Emacs is free software: you can redistribute it and/or modify
22289 it under the terms of the GNU General Public License as published by
22290 the Free Software Foundation, either version 3 of the License, or
22291 (at your option) any later version.
22292
22293 GNU Emacs is distributed in the hope that it will be useful,
22294 but WITHOUT ANY WARRANTY; without even the implied warranty of
22295 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22296 GNU General Public License for more details.
22297
22298 You should have received a copy of the GNU General Public License
22299 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22300
22301 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40