Fix bug #6609.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
1f60c16a
EZ
12010-07-14 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
4 when it's the same as the old foreground. (Bug#6609)
5
7c33a057
CY
62010-07-10 Chong Yidong <cyd@stupidchicken.com>
7
8 * xfaces.c (realize_face): Garbage the frame if a face is removed
9 (Bug#6593).
10
9d70a3fc
AS
112010-07-05 Andreas Schwab <schwab@linux-m68k.org>
12
13 * keyboard.c: Remove duplicate <setjmp.h>.
14 (read_key_sequence): Remove volatile qualifiers.
15
5a874e95
YM
162010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17
18 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
19 (struct glyph_row): New members left_fringe_offset and
20 right_fringe_offset.
21
22 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
23 specially.
24 * w32term.c (w32_draw_fringe_bitmap): Likewise.
25 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
26
27 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
28 Take account of bitmap offset.
29 (draw_window_fringes): Take account of window vscroll.
30 (update_window_fringes): Likewise. Extend top-aligned top indicator
31 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
32 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
33 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
34
0682186e
JB
352010-07-04 Juanma Barranquero <lekktu@gmail.com>
36
37 * w32fns.c (Qtooltip): Declare.
38 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
39
ad3e6f44
J
402010-07-03 Jan Djärv <jan.h.d@swipnet.se>
41
42 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
43 grab on just Press (Bug#6499).
44
54ee7410
CY
452010-07-02 Chong Yidong <cyd@stupidchicken.com>
46
47 * frame.c (Qtooltip): New var.
48 (delete_frame): Use it. Fix faulty if statement. Don't update
49 mode line for tooltip frames. Suggested by Martin Rudalics.
50
51 * xfns.c (x_create_tip_frame):
52 * w32fns.c (x_create_tip_frame): Use it.
53
3d8416fc
NA
542010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
55
56 * xftfont.c (xftfont_open): Check font width one by one also when
57 spacing is dual.
58
59 * ftfont.c (ftfont_open): Ditto.
60
b1feb9b4
AS
612010-06-26 Andreas Schwab <schwab@linux-m68k.org>
62
63 * alloc.c (Fmake_byte_code): Don't access undefined argument
64 (Bug#6517).
65
c7dd9743
CY
662010-06-25 Chong Yidong <cyd@stupidchicken.com>
67
68 * xdisp.c (next_element_from_image): Ensure that after-strings are
69 read the next time we hit handle_stop (Bug#1336).
70
5721b4ed
AS
712010-06-23 Andreas Schwab <schwab@linux-m68k.org>
72
73 * lread.c (read1): Signal error if #s is not followed by paren.
74
277c5f18
CY
752010-06-19 Chong Yidong <cyd@stupidchicken.com>
76
52ab9bb2
CY
77 * image.c (free_image): Mark frame as garbaged (Bug#6426).
78
277c5f18
CY
79 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
80
6fda6a0c
GM
812010-06-15 Glenn Morris <rgm@gnu.org>
82
83 * editfns.c (Fbyte_to_string): Pacify compiler.
84
e454a4a3
SM
852010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
88 Check `object's type before accessing its guts.
89
657d4c0b
AS
902010-06-08 Andreas Schwab <schwab@linux-m68k.org>
91
92 * minibuf.c (Fall_completions): Add more checks.
93
9b27fd9f
JB
942010-06-08 Juanma Barranquero <lekktu@gmail.com>
95
96 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
97
0eb7675e
AS
982010-06-03 Andreas Schwab <schwab@linux-m68k.org>
99
100 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 101 address. (Bug#6346)
0eb7675e 102
78edd3b7
JB
1032010-06-03 Juanma Barranquero <lekktu@gmail.com>
104
105 * ccl.c (Fccl_program_p): Fix typo in docstring.
106
1ab8293c
SM
1072010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
110 of bug#6305).
111
5ca3929b
CY
1122010-05-27 Chong Yidong <cyd@stupidchicken.com>
113
114 * xdisp.c (redisplay_window): After redisplay, check if point is
115 still valid before setting it (Bug#6177).
116
f5b416d2 1172010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
118
119 * s/netbsd.h: If terminfo is found, use it in preference to
120 termcap. (Bug#6190) [Backport from trunk]
121
aeb77d46
CY
1222010-05-20 Kevin Ryde <user42@zip.com.au>
123
124 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
125 (Voverriding_terminal_local_map, Vsystem_key_alist)
126 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
127
c3bb441d
SM
1282010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * editfns.c (Fbyte_to_string): New function.
131
754790b6
CY
1322010-05-18 Chong Yidong <cyd@stupidchicken.com>
133
134 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
135 prevent stack overflow if number of arguments is too large
136 (Bug#6214).
137
c8670ded
EZ
1382010-05-11 Eli Zaretskii <eliz@gnu.org>
139
140 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
141
142 * w32fns.c: Include w32.h.
143 (Fw32_shell_execute): Decode the error message before passing it
144 to `error'. (Bug#6126)
145
3ffd4615 1462010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
147
148 * ftfont.c: Fix incorrect parentheses of #if condition for
149 definining M17N_FLT_USE_NEW_FEATURE.
150
61a808e8
CY
1512010-05-07 Chong Yidong <cyd@stupidchicken.com>
152
153 * Version 23.2 released.
154
5dcde606
AS
1552010-04-30 Andreas Schwab <schwab@linux-m68k.org>
156
157 * composite.c (autocmp_chars): Save point as marker before calling
158 auto-composition-function (Bug#5984).
159
160 * lisp.h (restore_point_unwind): Add prototype.
161
162 * fileio.c (restore_point_unwind): Remove static attribute.
163
c4170e32
KH
1642010-04-23 Kenichi Handa <handa@m17n.org>
165
166 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
167 new feature of libotf and m17n-flt.
168 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]: Call
169 OTF_check_features even if no specific feature is given.
170 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
171 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
172 that OUT is NULL. Use OTF_drive_gsub_with_log and
173 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
174 OTF_drive_gpos.
175 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
176 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]: Setup
177 mflt_enable_new_feature and mflt_try_otf.
178
e42cd1a7
JB
1792010-04-19 Juanma Barranquero <lekktu@gmail.com>
180
181 * dired.c (Ffile_attributes): Fix typo in docstring.
182
79353a53
AR
1832010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
184
185 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
186 NSInteger (Bug#5811).
187
658b9b93
YM
1882010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
189
190 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
191 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
192
16009a0e
YM
1932010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
194
195 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
196
f016f225
JD
1972010-04-07 Jan Djärv <jan.h.d@swipnet.se>
198
199 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
200 FRAME_LINE_TO_PIXEL_Y.
201
202 * xterm.c (x_set_window_size_1): Don't add border_width/height to
203 pixelwidth/height.
204
84257d93
CY
2052010-04-05 Chong Yidong <cyd@stupidchicken.com>
206
207 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
208 terminal frames (Bug#5837).
209
95b1abcf
CY
2102010-03-31 Chong Yidong <cyd@stupidchicken.com>
211
212 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
213 * nsterm.h: Fix prototype.
214
4a217bed
EZ
2152010-03-31 Eli Zaretskii <eliz@gnu.org>
216
217 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
218 in this function. (Bug#5703)
219
4f103e04
CY
2202010-03-31 Chong Yidong <cyd@stupidchicken.com>
221
222 * nsterm.h: Fix last change.
223
a6d676d9
CY
2242010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
225
226 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
227
67fee863
JD
2282010-03-30 Jan Djärv <jan.h.d@swipnet.se>
229
230 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
231 invisible (Bug#5766).
232
9ae6e189
CY
2332010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
234
235 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
236 HAVE_NS conditionals.
194d44e7 237 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
238
239 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
240 filename for the title.
241 (ns_set_doc_edited): Do nothing if the selected window is a
242 minibuffer window.
243
244 * nsterm.h: Add prototypes for ns_set_name_as_filename and
245 ns_set_doc_edited.
246
247 * nsterm.m: Remove unneeded prototype.
248
25c72475
GM
2492010-03-28 Glenn Morris <rgm@gnu.org>
250
251 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
252 in the DOC file. (Bug#5336)
253
f79a01db
CY
2542010-03-24 Chong Yidong <cyd@stupidchicken.com>
255
256 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
257
93318cbd
JD
2582010-03-20 Jan Djärv <jan.h.d@swipnet.se>
259
260 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
261
262 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
263
264 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
265
ad13a3ee
YM
2662010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
267
268 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
269 XLoadQueryFont.
270
fbdc1721
KH
2712010-03-16 Kenichi Handa <handa@m17n.org>
272
273 * coding.c (decode_coding_ccl): Fix previous change for the
274 multibyte case.
fb608df3
KH
275 (encode_coding_ccl): Don't setup ccl program here. Fix for the
276 case that the output buffer is fullfilled.
277 (encode_coding): Setup ccl program here.
fbdc1721 278
35cd7cd6
CY
2792010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
280
281 * editfns.c (Fformat): Account for string precision when computing
282 field width (Bug#5710).
283
618db430
SM
2842010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
285
c0335e02
SM
286 Make it possible to C-g in a tight bytecode loop again (bug#5680).
287 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
288 (QUIT): Use it to consolidate code and remove redundancy.
289 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
290
254c06a8
SM
291 * regex.c (regex_compile): Setup gl_state as well.
292
618db430
SM
293 * syntax.c (skip_chars): Setup gl_state (bug#3823).
294 (in_classes): Use CONSP before XCAR/XCDR.
295
233f0c9f
CY
2962010-03-03 Chong Yidong <cyd@stupidchicken.com>
297
298 * keymap.c (Fwhere_is_internal): Use Fequal to compare
299 definitions, so that keyboard macros are correctly handled
300 (Bug#5481).
301
75f80e63
EZ
3022010-03-02 Eli Zaretskii <eliz@gnu.org>
303
304 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
305 text that could be relocated inside the call to emacs_mule_char.
306 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
307 (CODING_DECODE_CHAR): Add a comment describing its purpose.
308
dcfb9bc4
KH
3092010-03-02 Kenichi Handa <handa@m17n.org>
310
fc9a17bc
KH
311 * character.c (parse_str_as_multibyte): Fix handling of the
312 multibyte form of raw-bytes.
313 (str_as_multibyte): Likewise.
314
dcfb9bc4
KH
315 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
316 form of raw-bytes.
317
412c01b6
CY
3182010-02-28 Chong Yidong <cyd@stupidchicken.com>
319
320 * charset.c (load_charset_map_from_file)
321 (load_charset_map_from_vector): Zero out allocated
322 charset_map_entries before using them.
323
df7e1ea0
AS
3242010-02-27 Andreas Schwab <schwab@linux-m68k.org>
325
326 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
327
fe69a722
CY
3282010-02-27 Chong Yidong <cyd@stupidchicken.com>
329
4ed28cf4
CY
330 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
331 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 332
7379cfce
KH
3332010-02-26 Kenichi Handa <handa@m17n.org>
334
f88cc4d6
KH
335 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
336
7379cfce
KH
337 * xdisp.c (reseat_to_string): Fix previous change.
338
cf2fdcfb
CY
3392010-02-26 David Reitter <david.reitter@gmail.com>
340
341 * nsfont.m (nsfont_draw): ns_antialias_text should be a
342 Lisp_Object (Bug#4736).
343
cc6c7c75
KH
3442010-02-25 Kenichi Handa <handa@m17n.org>
345
346 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
347
32e737d7
JD
3482010-02-24 Jan Djärv <jan.h.d@swipnet.se>
349
350 * xterm.c (XTflash): Move declarations before statements.
351
352 * gtkutil.c (xg_get_gdk_display): Remove (unused).
353 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
354 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
355 (xg_create_tool_bar): Remove unused variables.
356 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 357 (xg_create_frame_widgets): Remove variable grav.
32e737d7 358
676cae9f
CY
3592010-02-21 Chong Yidong <cyd@stupidchicken.com>
360
361 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
362
886cc2b8
SM
3632010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * term.c (fatal): Add a final \n if needed (bug#5596).
366
ddb2d8e2
CY
3672010-02-18 Chong Yidong <cyd@stupidchicken.com>
368
369 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
370
2a4f8d3d
GM
3712010-02-18 Glenn Morris <rgm@gnu.org>
372
373 * callint.c (Finteractive): Doc fix.
374
ebaf11b6
KH
3752010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
376
886cc2b8
SM
377 * coding.c (record_conversion_result):
378 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
379 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
380 memory allocation error.
381
d0396581
KH
3822010-02-17 Kenichi Handa <handa@m17n.org>
383
886cc2b8
SM
384 * coding.c (decode_coding_ccl): Don't setup ccl program here.
385 Fix for the case that the output buffer is fullfilled.
d0396581
KH
386 (decode_coding): Setup ccl program here. Keep looping when the
387 decoder stopped because the output buffer is
388 fullfilled (bug#5534).
389
390 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
391
98599f74
JD
3922010-02-13 Jan Djärv <jan.h.d@swipnet.se>
393
471e4f04 394 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 395 bug #5571.
886cc2b8 396 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 397 overdrawn.
98599f74 398
182659ae
JD
3992010-02-10 Jan Djärv <jan.h.d@swipnet.se>
400
401 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
402 doing_interact here.
403 (ice_connection_closed): New function.
404 (x_session_check_input, smc_die_CB, ice_io_error_handler)
405 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
406 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
407 returns I/O error.
408 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
409 bug #5512.
410
9be32c4e 4112010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
412
413 * nsfont.m (nsfont_open): The system's value for the font descent
414 is negative, so round it down to avoid clipping.
415
a2f3eb19
CY
4162010-02-06 Chong Yidong <cyd@stupidchicken.com>
417
418 * charset.c (load_charset_map_from_file)
419 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 420 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 421
3088147c
CY
4222010-02-05 Chong Yidong <cyd@stupidchicken.com>
423
424 * charset.c (load_charset_map_from_file): Allocate large
425 charset_map_entries structure on the heap rather than the stack.
426 (Bug#5526).
427
b57d9029
KH
4282010-01-31 Kenichi Handa <handa@m17n.org>
429
430 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 431 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 432
c67d885b
CY
4332010-01-31 Chong Yidong <cyd@stupidchicken.com>
434
435 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
436 <deactivated@gmail.com> (Bug#3605).
437
8fab2362
CY
4382010-01-31 David De La Harpe Golden <david@harpegolden.net>
439
440 * fileio.c (Frename_file): Correctly rename symlinks to
441 directories (Bug#5496).
442
cb2a62f2
CY
4432010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
444
445 * nsterm.m (ns_ring_bell): Handle visible bell like X.
446
944c7a26
AS
4472010-01-30 Andreas Schwab <schwab@linux-m68k.org>
448
449 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
450
c024ac08
CY
4512010-01-29 Chong Yidong <cyd@stupidchicken.com>
452
453 * frame.c (DEFAULT_ROWS): Change default to 35.
454
455 * xfns.c (x_default_font_parameter): Change default XFT font to
456 monospace-10 (Bug#3643).
457
af93af83
EZ
4582010-01-29 Eli Zaretskii <eliz@gnu.org>
459
460 * w32inevt.c (key_event): Remove unnecessary comparison of
461 event->uChar.AsciiChar with 128.
462
ca0eb708
CY
4632010-01-28 Chong Yidong <cyd@stupidchicken.com>
464
b242dbfc
CY
465 * fileio.c (Frename_file): Fix last change (Bug#5487).
466
ca0eb708
CY
467 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
468
469 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
470
45d45af5
JD
4712010-01-28 Jan Djärv <jan.h.d@swipnet.se>
472
473 * xfns.c (Fx_create_frame): Remove window size matching code from
474 2010-01-15.
a73f9c9d 475 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 476
7e233730
JR
4772010-01-27 Jason Rumney <jasonr@gnu.org>
478
479 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 480 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 481
86e893e3
KH
4822010-01-27 Kenichi Handa <handa@m17n.org>
483
484 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 485 pattern string (Bug#4209).
86e893e3 486
8719abec
CY
4872010-01-27 David De La Harpe Golden <david@harpegolden.net>
488
489 * fileio.c (Frename_file): Call copy-directory and
490 delete-directory for directories, in order to handle cross-device
491 renaming (Bug#3353).
492
844794c8
JD
4932010-01-25 Jan Djärv <jan.h.d@swipnet.se>
494
aa3e13b5 495 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 496 sizes 24 and 10. Bug #3643.
844794c8 497
bd4b5750
SM
4982010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
499
8dc1adf6 500 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
501 * keymap.c (shadow_lookup): Add `remap' arg.
502 (describe_map, describe_vector): Update calls to shadow_lookup.
503 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
504 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
505 perform remapping during shadow_lookup check of remapped_sequences.
506
285d07e2
CY
5072010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
508
509 * image.c (png_load): Use png_sig_cmp instead of the obsolete
510 png_check_sig, which has been removed in libpng 1.4.
511
c6d09b8d
CY
5122010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
513
514 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
515 lacks this header file).
516
3d782998
YM
5172010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
518
519 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
520 as in Emacs 22.
521
2aff7c53
YM
5222010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
523
524 * lisp.h (make_pure_string): String pointer arg now points to const.
525
526 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
527 args now point to const.
528
74327f7a
EZ
5292010-01-22 Eli Zaretskii <eliz@gnu.org>
530
531 * lread.c (Fload): Don't treat files without .elc extension as
532 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
533 them. (bug#5303)
534
4d1e6632
KH
5352010-01-20 Kenichi Handa <handa@m17n.org>
536
537 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
538 treat the source as actual byte sequence.
539
1fdede8f
AM
5402010-01-19 Alan Mackenzie <acm@muc.de>
541
542 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 543 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
544 `signal_after_change_p' to `coherent_change_p', and make the
545 invocation of `modify_region' conditional on it.
546
67477f30
JD
5472010-01-19 Jan Djärv <jan.h.d@swipnet.se>
548
549 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
550 for debug purpose.
551 (syms_of_xsettings): Declare xft-settings.
552
244b023e
CY
5532010-01-18 Chong Yidong <cyd@stupidchicken.com>
554
555 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
556
617364fe
CY
5572010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * xterm.c (event_handler_gdk): Block input (Bug#5037).
560
4fe22cdf
CY
5612010-01-16 Chong Yidong <cyd@stupidchicken.com>
562
563 * emacs.c (standard_args): Adjust arg priorities to reflect how
564 they are processed in startup.el.
565
e118d2be
AS
5662010-01-16 Andreas Schwab <schwab@linux-m68k.org>
567
568 * Makefile.in (lisp, shortlisp): Update.
569
523ae620
SM
5702010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
573 code, link the new kboard into all_kboard before running Lisp code,
574 and protect the new terminal with GCPRO (Bug#5365).
575 (x_term_init): Remove unused var `atom'.
576 (x_delete_display, x_delete_terminal): Remove unused var `i'.
577
f0d13888
JD
5782010-01-15 Jan Djärv <jan.h.d@swipnet.se>
579
580 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
581 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
582 to find out usable size of the desktop. Don't make frames larger than
ac146f82 583 this. Bug #3643.
f0d13888 584
cc320f07
KH
5852010-01-15 Kenichi Handa <handa@m17n.org>
586
587 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
588
7ffdf101
CY
5892010-01-15 Chong Yidong <cyd@stupidchicken.com>
590
591 * nsterm.m (Qnone): Define.
592
593 * nsfns.m (Qnone): Move definition to nsterm.m.
594
d12bd917
KH
5952010-01-14 Kenichi Handa <handa@m17n.org>
596
597 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
598 systems.
599
d9a7c140
KH
6002010-01-14 Kenichi Handa <handa@m17n.org>
601
602 Make auto-composition work on all buffers even if they are
603 fundamental mode.
604
605 * composite.c (Vauto_composition_mode): New variable.
606 (composition_compute_stop_pos): Check Vauto_composition_mode
607 instead of Vauto_composition_function.
608 (composition_adjust_point, Ffind_composition_internal): Likewise.
609 (syms_of_composite): Declare Lisp variable
610 "auto-composition-mode" here.
611
63286bb2
CY
6122010-01-13 Chong Yidong <cyd@stupidchicken.com>
613
614 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
615 during call to vendor-specific-keysyms (Bug#5365).
616
c2623ee7
YM
6172010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
618
619 * keyboard.c (input_available_signal) [SYNC_INPUT]:
620 Call SIGNAL_THREAD_CHECK (Bug#5333).
621
622 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
623 Call SIGNAL_THREAD_CHECK.
624
0b5397c2
SM
6252010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 Try to fix bug#5314. This is probably not the final word, tho.
628 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
629 recent-auto-save-p as a side-effect.
630 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
631 * buffer.c (Fkill_buffer, reset_buffer):
632 * editfns.c (Fsubst_char_in_region):
633 * fileio.c (Finsert_file_contents, Fdo_auto_save)
634 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
635
dc954cb2
KH
6362010-01-13 Kenichi Handa <handa@m17n.org>
637
638 Display buffer name, etc. in mode line by composing correctly.
639
640 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
641 STRING is not nil.
0b5397c2 642 (display_mode_element): Adjust for the change of
dc954cb2
KH
643 decode_mode_spec and display_line.
644 (decode_mode_spec): Change arg MULTIBYTE to STRING.
645 (display_string): Handle the case that STRING is non-null and
646 LISP_STRING is not nil.
647
0b5397c2
SM
648 * xterm.c (x_draw_composite_glyph_string_foreground):
649 Pay attention to s->face->overstrike.
dc954cb2
KH
650
651 * composite.c (composition_reseat_it): Don't check PT if STRING is
652 non nil.
653
4a00eaca
YM
6542010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
655
656 * keyboard.c (read_char): Don't apply previous change when current
657 buffer is unchanged by command execution.
658
60abb287
JD
6592010-01-12 Jan Djärv <jan.h.d@swipnet.se>
660
661 * keyboard.c (read_char): Return after executing from special map.
662
893db5bc
GM
6632010-01-12 Glenn Morris <rgm@gnu.org>
664
665 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
666 bug-gnu-emacs rather than emacs-pretest-bug.
667
4d03ece0
CY
6682010-01-11 Chong Yidong <cyd@stupidchicken.com>
669
670 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
671 initializing the Lisp variables that depend on them.
672
1df47e38
YM
6732010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
674
675 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
676 Clear areas that will not be updated after change of menu bar lines.
677 Clear the menu bar window's current matrix when the window gets empty.
678
2f1c6384
CY
6792010-01-09 Chong Yidong <cyd@stupidchicken.com>
680
e398c61c
CY
681 * intervals.h, textprop.c (extend_property_ranges): Return value
682 and args changed. Discard properties that begin at or after the
683 new end (Bug#5306).
684
685 * editfns.c (Fformat): Caller changed.
686
e5a29a10
CY
687 * nsterm.m (ns_set_default_prefs): Delete function.
688 (syms_of_nsterm): Initialize ns_command_modifier,
689 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
690 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
691
2f1c6384
CY
692 * xdisp.c (pos_visible_p): Check for invisible text at the correct
693 position (Bug#4040).
694
d427a9fa
EZ
6952010-01-09 Eli Zaretskii <eliz@gnu.org>
696
697 * editfns.c (Ffloat_time): Doc fix.
698
21b9df2f
JD
6992010-01-09 Jan Djärv <jan.h.d@swipnet.se>
700
701 * xfns.c (Fx_create_frame): Don't create frame larger than display
702 by default bug#3643.
703
4b00d3b1
YM
7042010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
705
706 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
707 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
708 windows above internal border.
709
710 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
711 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
712 windows above internal border.
713
714 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
715 tool bar windows specially.
716
717 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
718
719 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
720 specially.
721 (XTflash): Take account of menu bar height.
722
723 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
724 specially.
725
5075d853
JD
7262010-01-08 Jan Djärv <jan.h.d@swipnet.se>
727
ac146f82 728 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
729 also be true before we can return early (bug #5339).
730
474217c8
CY
7312010-01-06 David Reitter <david.reitter@gmail.com>
732
733 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
734 (Fns_display_usable_bounds): Rewrite, computing bounds properly
735 (Bug#3233).
736
c0e6d47d
JD
7372010-01-06 Jan Djärv <jan.h.d@swipnet.se>
738
d0cf45b7
JD
739 * font.c (font_open_entity): Enable chache and call cached_font_ok
740 for the driver if defined.
741 (QCuser_spec): New symbol.
742 (font_spec_from_name): Save name as user-spec.
743 (font_load_for_lface): Keep user-spec instead of name.
744 (font_open_by_name): Save name as user-spec.
745 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 746 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
747
748 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
749 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
750 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
751
752 * font.h (struct font_driver): Add cached_font_ok.
753
c0e6d47d
JD
754 * xterm.c (x_clear_frame): Queue draw for scroll bars.
755
7c583cd8
JD
7562010-01-05 Jan Djärv <jan.h.d@swipnet.se>
757
758 * xterm.c (x_new_font): Move code for setting rows/cols before
759 resizing ...
ac146f82 760 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
761
762 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
763 (xg_frame_resized, xg_frame_set_char_size):
764 Call xg_clear_under_internal_border.
7c583cd8 765 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 766
03f77f0a
CY
7672010-01-05 Chong Yidong <cyd@stupidchicken.com>
768
769 * keyboard.c (read_key_sequence): Catch keyboard switch after
770 making a new tty frame (Bug#5095).
771
2a1ef5be
KH
7722010-01-05 Kenichi Handa <handa@m17n.org>
773
774 * fontset.c (fontset_find_font): Fix getting the frame pointer.
775
e3eb1dae
SM
7762010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
779 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
780 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
781
777013f2
MA
7822010-01-03 Michael Albinus <michael.albinus@gmx.de>
783
784 * dbusbind.c (xd_add_watch): Improve debug message.
785 (xd_remove_watch): Improve debug message. If DATA is the session
786 bus, unset D-Bus session environment.
787 (Fdbus_init_bus): Pass the bus as argument to
788 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 789
8932b1c2
CY
7902010-01-01 Chong Yidong <cyd@stupidchicken.com>
791
87231e2c
CY
792 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
793
4801c5fa
CY
794 * lread.c (syms_of_lread): Make it clearer that these are the
795 names of loaded files (Bug#5068).
796
8932b1c2
CY
797 * eval.c (run_hook_with_args): Handle the case where the global
798 value has the obsolete single-function form (Bug#5026).
799
11e3c684
CY
8002009-12-27 Chong Yidong <cyd@stupidchicken.com>
801
802 * minibuf.c (Fall_completions): Minor optimization.
803
5b28ce35
EZ
8042009-12-26 Eli Zaretskii <eliz@gnu.org>
805
5ce6e4f4
JB
806 * .gdbinit (pgx): Fix display of composite glyphs.
807 Display cmp.from and cmp.to as well.
808 (pitx): Fix last change.
5b28ce35 809
bcffff46
KH
8102009-12-25 Kenichi Handa <handa@m17n.org>
811
812 * composite.h (composition_adjust_point): Update prototype.
813
814 * composite.c (composition_reseat_it): Don't make a composition
815 spanning over point.
816 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
817 composable characters.
818 (composition_adjust_point): New arg NEW_PT. Callers changed.
819
820 * keyboard.c (command_loop_1): Force redisplay if the last point
821 was within a composition.
822 (adjust_point_for_property): Don't adjust point for automatic
823 composition when called after buffer modification.
824
3f670e9a
EZ
8252009-12-19 Eli Zaretskii <eliz@gnu.org>
826
5ce6e4f4
JB
827 * .gdbinit (pitx): Don't use enum names, use their values.
828 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
829 (pgx): Don't use enum names, use their values.
830 (pitmethod): New helper command.
831 (pitx): Use it to display iteration method.
832 (pgrowit): New command.
833
ad903955
EZ
834 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
835
3f670e9a
EZ
836 Update dependencies in Makefile.in.
837
838 * Makefile.in (alloc.o): Depend on termhooks.h.
839 (atimer.o): Depend on blockinput.h.
840 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
841 and frame.h.
842 (callint.o): Depend on systime.h, coding.h, and composite.h.
843 (callproc.o): Depend on buffer.h.
844 (casefiddle.o): Don't depend on charset.h.
845 (casetab.o): Depend on character.h.
846 (ccl.o): Depend on composite.h.
847 (chartab.o): Depend on ccl.h.
848 (cm.o): Depend on dispextern.h.
849 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
850 (coding.o): Don't depend on $(INTERVALS_H).
851 (composite.o): Don't depend on dispextern.h explicitly (it's in
852 $(INTERVALS_H)). Depend on ccl.h.
853 (data.o): Depend on systime.h, coding.h, composite.h,
854 dispextern.h, font.h, and ccl.h.
855 (dired.o): Depend on composite.h.
856 (dispnew.o): Depend on coding.h. Don't depend explicitly on
857 composite.h (it's in $(INTERVALS_H)).
858 (doc.o): Depend on systime.h, coding.h, and composite.h.
859 (editfns.o): Don't depend explicitly on dispextern.h.
860 (emacs.o): Depend on frame.h and coding.h.
861 (eval.o): Depend on coding.h, composite.h, and xterm.h.
862 (fileio.o): Depend on frame.h and commands.h. Don't depend
863 explicitly on dispextern.h.
864 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
865 composite.h.
866 (fns.o): Don't depend on termhooks.h.
867 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
868 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
869 coding.h, $(INTERVALS_H), window.h, xterm.h.
870 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
871 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
872 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
873 fontset.h, ccl.h, and ftfont.h.
874 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
875 (gtkutil.o): Depend on dispextern.h and composite.h.
876 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
877 termhooks.h, and ccl.h.
878 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
879 (intervals.o): Depend on systime.h and coding.h.
880 (keyboard.o): Depend on composite.h and coding.h.
881 (keymap.o): Depend on coding.h and frame.h.
882 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
883 (macros.o): Depend on systime.h, coding.h, and composite.h.
884 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
885 and atimer.h.
886 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
887 dispextern.h explicitly.
0b5397c2
SM
888 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
889 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
890 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
891 (regex.o): Don't depend on charset.h.
892 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
893 (search.o): Don't depend explicitly on composite.h.
894 (sound.o): Depend on atimer.h and systime.h.
895 (syntax.o): Don't depend explicitly on composite.h.
896 (sysdep.o): Depend on coding.h and composite.h.
897 (term.o): Depend on xterm.h and buffer.h.
898 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
899 (textprop.o): Don't depend on dispextern.h explicitly.
900 (undo.o): Depend on dispextern.h.
901 (window.o): Depend on coding.h and termhooks.h. Don't depend on
902 dispextern.h and composite.h explicitly.
903 (xdisp.o): Depend on ccl.h.
904 (xfaces.o): Depend on coding.h and ccl.h.
905 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
906 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
907 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
908 ftfont.h.
909 (xgselect.o): New dependency.
910 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
911 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
912 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
913 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
914 (xsmfns.o): Depend on frame.h and dispextern.h.
915 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
916 sysselect.h.
917
7a6f7fea
AS
9182009-12-19 Andreas Schwab <schwab@linux-m68k.org>
919
920 * font.c (Fclear_font_cache): Pass correct cache argument to
921 font_clear_cache.
922
f4c21026
AS
9232009-12-16 Andreas Schwab <schwab@linux-m68k.org>
924
925 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
926 twice.
927
f7ab0997
CY
9282009-12-15 Chong Yidong <cyd@stupidchicken.com>
929
930 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
931 calling file-remote-p. Reported by Jim Meyering.
932
fa8e045a
MA
9332009-12-15 Michael Albinus <michael.albinus@gmx.de>
934
935 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 936 avoid compiler warnings. (Bug #5217)
fa8e045a 937
a63dba42
KH
9382009-12-14 Kenichi Handa <handa@m17n.org>
939
940 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
941 in 8-bit encoding.
942
5ce6e4f4 9432009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
944
945 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
946 tooltip windows.
947
223e5fc6
JD
9482009-12-13 Jan Djärv <jan.h.d@swipnet.se>
949
36acb2a7
JD
950 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
951 Xatom_net_window_type.
952
953 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
954 Xatom_net_window_type.
955
b8f00677
JD
956 * xterm.c (my_log_handler): New function.
957 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 958 so we can filter out buggy messages. (Bug #5120).
b8f00677 959
e5f0bc9a
JD
960 * xterm.c (xg_scroll_callback): Parameter list changed,
961 use parameter GtkScrollType to determine scroll/line/page.
962 Only allow dragging if a button < 4 is grabbed (bug #5177).
963 (xg_end_scroll_callback): New function.
964 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
965 xg_create_scroll_bar.
966
967 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
968 (scroll_end_callback): Remove.
969 (xg_create_scroll_bar): Add parameter end_callback, bind it to
970 button-release-event. Replace value-changed event with change-value,
971 bug #5177,
972 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
973 bug #5177.
974
975 * gtkutil.h (XG_LAST_SB_DATA): Remove.
976 (xg_create_scroll_bar): Add GCallback end_callback.
977
223e5fc6
JD
978 * xftfont.c (QClcdfilter): New variable.
979 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
980 (syms_of_xftfont): Initialize QClcdfilter.
981
3c055b77
JD
9822009-12-12 Jan Djärv <jan.h.d@swipnet.se>
983
984 * xsettings.c (struct xsettings): Add member seen.
985 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 986 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
987 (apply_xft_settings): Only update Xft settings with what member seen
988 indicates as new.
989
05fe33ff
EZ
9902009-12-12 Eli Zaretskii <eliz@gnu.org>
991
992 * dispextern.h (struct text_pos): Use EMACS_INT;
993 (struct glyph): Use EMACS_INT for charpos.
994 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
995 region_beg_charpos, region_end_charpos,
996 redisplay_end_trigger_charpos, and also for
997 iterator_stack_entry.end_charpos and
998 iterator_stack_entry.stop_charpos.
999
e8d7886a
JD
10002009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1001
5ce6e4f4 1002 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
1003 (xg_create_scroll_bar): Call scroll_end_callback on button release
1004 event (bug #5177).
1005 (xg_event_is_for_scrollbar): != replaced with ==.
1006
d0db2ec8
KH
10072009-12-12 Kenichi Handa <handa@m17n.org>
1008
1009 * ftfont.c (struct ftfont_info): New member matrix.
1010 (ftfont_open): Setup xftfont_info->matrix.
1011 (MFLTFontFT): New member matrix.
1012 (FLOOR, CEIL, ROUND): New macros.
1013 (ftfont_get_metrics): Handle matrix transformation.
1014 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1015
1016 * xftfont.c (struct xftfont_info): New member matrix.
1017 (xftfont_open): Setup xftfont_info->matrix.
1018
10192009-12-10 Kenichi Handa <handa@m17n.org>
1020
1021 * xdisp.c (append_space_for_newline): Consider face-remapping.
1022
2cc7b62f
AS
10232009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1024
b87dd913
AS
1025 * xsettings.c: Include "keyboard.h".
1026
eba5eb94
AS
1027 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1028
2cc7b62f
AS
1029 Fix implicit function declarations.
1030 * cmds.c: Include "frame.h".
1031 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1032 * frame.h: Move declaration of delete_frame outside of
1033 HAVE_WINDOW_SYSTEM.
1034
a4ef73c8
CY
10352009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1036
1037 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1038
1039 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1040 GTK builds.
1041
944a300c
AS
10422009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1043
1044 * unexelf.c (unexec): Don't search for .data twice.
1045
022eef62
CY
10462009-12-05 Chong Yidong <cyd@stupidchicken.com>
1047
426ac949
CY
1048 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1049 if push failed.
1050 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1051 of push_display_prop (Bug#5000).
1052
022eef62
CY
1053 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1054 value of font_list_entities (Bug#5085).
1055
be95bee9
JB
10562009-12-04 Juanma Barranquero <lekktu@gmail.com>
1057
1058 Fix `string-to-number' to deal consistently with integers and floats.
1059 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1060 trailing characters, not just whitespace.
1061 (read1): Pass new arg 0 to keep old behavior.
1062 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1063 trailing chars, as it is already done for integers. Doc fixes.
1064 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1065
24c2d7ce
EZ
10662009-12-04 Eli Zaretskii <eliz@gnu.org>
1067
0b5397c2
SM
1068 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1069 Delete unused enumeration value.
24c2d7ce 1070
7e694795
EZ
10712009-12-03 Eli Zaretskii <eliz@gnu.org>
1072
1073 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1074
84b31826
SM
10752009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1076
1077 * process.c (Fmake_network_process): Fix up the tests for
1078 "connectionless socket", so they DTRT for seqpacket sockets as well.
1079
f00c449b
SM
10802009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * process.c (Qseqpacket): New symbol.
1083 (HAVE_SEQPACKET): New macro.
1084 (Fmake_network_process): Accept new :type `seqpacket'.
1085 (init_process): Add `seqpacket' feature when applicable.
1086 (syms_of_process): Initialize Qseqpacket.
1087
8096a0ff
YM
10882009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1089
1090 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1091 if entity is Qnil.
1092
3e0de07f
SM
10932009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * print.c (print_preprocess): Preprocess the key_and_value table of
1096 hashtables, even tho they're "hidden" (bug#5082).
1097
abeafb2a
JD
10982009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1099
1100 * frame.c (frame_make_pointer_invisible)
1101 (frame_make_pointer_visible): Declare f before statements.
1102
4bf47195
EZ
11032009-11-28 Eli Zaretskii <eliz@gnu.org>
1104
1105 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1106 omitted dependencies on lisp.h.
1107
c525b3f2
JD
11082009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1109
ece2d4ed
JD
1110 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1111 is NULL.
1112
1113 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1114
1115 * frame.c (frame_make_pointer_invisible)
3e0de07f 1116 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
1117 frame.
1118
c525b3f2
JD
1119 * search.c (simple_search): Remove warning by making *p const.
1120
2f00e299
DN
11212009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1122
1123 * xdisp.c (power_letter): Remove duplicate const.
1124
084b049b
JD
11252009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1126
a1fadc6f
JD
1127 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1128
5ce6e4f4 1129 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
1130 defaults (bug #5025).
1131
28259cac
SM
11322009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * insdel.c (adjust_markers_for_delete): Move it in the
1135 right direction! (bug#4803)
1136
e8e14166
YM
11372009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1138
1139 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1140
1141 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1142
86677b58
GM
11432009-11-24 Glenn Morris <rgm@gnu.org>
1144
1145 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1146
581e51e8
JD
11472009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1148
cfc86c7a
JD
1149 * Makefile.in: Must create deps for ecrt0.o in its rule.
1150
581e51e8
JD
1151 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1152 because that is what Gtk+ font dialog understands.
1153
1154 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1155 of Fcopy_sequence.
1156 (font_open_by_name): Put name given into QCname for font-object returned.
1157
1158 * frame.c (x_set_font): Save original font name as frame parameter
1159 font-parameter.
1160
1161 * xsettings.c (set_default_xft_settings): New function.
1162 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1163 is found.
1164
8b264ecb
AS
11652009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1166
1167 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1168 searching backwards through multibyte buffer.
1169
872870b2
JD
11702009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1171
1172 * xterm.c: #include xgselect.h.
1173 (x_initialize): Call xgselect_initialize.
1174
1175 * xsettings.c (something_changedCB): C++ comments => C comments.
1176 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1177 does that now.
1178
1179 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1180 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1181 (scroll_bar_button_cb): Remove.
5ce6e4f4 1182 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
1183 event.
1184 (xg_create_scroll_bar): Don't bind button-press-event and
1185 button-release-event.
1186
1187 * process.c: Include xgselect.h if defined (USE_GTK) ||
1188 defined (HAVE_GCONF).
1189 (wait_reading_process_output): Call xg_select for the same condition.
1190
1191 * xgselect.c (xg_select): New function to better integrate with
1192 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1193
1194 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1195
1196 * Makefile.in (XOBJ): Add xgselect.o.
1197
62a6e103
AS
11982009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1199
0b5397c2
SM
1200 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1201 Remove ignored second argument. All callers changed.
62a6e103
AS
1202 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1203 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1204 * xdisp.c (string_char_and_length): Likewise.
1205
b0ca0f33
DN
12062009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 * xterm.c (x_new_font):
1209 * print.c (print_object):
1210 * cmds.c (Fself_insert_command): Move declarations before statements.
1211
dd5a6279
CY
12122009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1213
1214 * s/cygwin.h: Remove unneeded linker flags.
1215
4a8e097d
JD
12162009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1217
0d1d0d26
JD
1218 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1219
1220 * xsettings.h: Declare xsettings_get_system_font.
1221
1222 * xsettings.c (xsettings_get_system_font): New function.
1223 (init_gconf): No use initiating gconf unless we have Xft also.
1224 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1225 HAVE_GCONF.
1226
4a8e097d
JD
1227 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1228 add a blank entry so it doesn't collapse into nothing.
1229
8ab1650e
SM
12302009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * lread.c (Funintern): Comment out last change.
1233
82c602f0
RS
12342009-11-19 Richard Stallman <rms@gnu.org>
1235
1236 * lread.c (Funintern): Error if symbol is t or nil.
1237
87e32266
SM
12382009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1241 representation of Lisp integers.
1242 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1243
1b9ac145
AS
12442009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * lisp.h: Remove declaration of Ffont_get_system_font.
1247 * xfns.c: Move include of "xsettings.h".
1248 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1249
dfb3c4c6
JD
12502009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1251
87e32266
SM
1252 * xsettings.c (something_changedCB, Ffont_get_system_font):
1253 Check use_system_font.
dfb3c4c6
JD
1254 (syms_of_xsettings): DEFVAR font-use-system-font.
1255
9370c1d8
AS
12562009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1257
25fe851a
AS
1258 * xfns.c (x_default_font_parameter): Remove dead assignment.
1259
9370c1d8
AS
1260 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1261
637fa988
JD
12622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1263
87e32266 1264 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1265 not have FC_LCD_*. #define them if not there.
a6eb20d8 1266
87e32266 1267 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1268
637fa988
JD
1269 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1270
1271 * xterm.c (handle_one_xevent): Call xft_settings_event for
1272 ClientMessage, PropertyNotify and DestroyNotify.
1273 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1274 Call xsettings_initialize.
1275
1276 * xftfont.c (xftfont_fix_match): New function.
1277 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1278 Call xftfont_fix_match after XftFontMatch.
1279
1280 * xfont.c (xfont_driver): Initialize all members.
1281
87e32266
SM
1282 * xfns.c (x_default_font_parameter):
1283 Try font from Ffont_get_system_font.
637fa988
JD
1284 Do not get font from x_default_parameter if we got one from
1285 Ffont_get_system_font.
87e32266 1286 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1287
1288 * w32font.c (w32font_driver): Initialize all members.
1289
1290 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1291
1292 * lisp.h: Declare syms_of_xsettings.
1293
87e32266
SM
1294 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1295 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1296
1297 * ftfont.c (ftfont_filter_properties): New function.
1298
1299 * frame.c (x_set_font): Remove unused variable lval.
1300
87e32266 1301 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1302
1303 * font.c (font_put_extra): Don't return if val is nil, it means
1304 boolean option is off.
1305 (font_parse_fcname): Collect all extra properties in extra_props
1306 and call filter_properties for all drivers with extra_props and
1307 font as parameter.
87e32266
SM
1308 (font_open_entity): Do not use cache, it does not pick up new
1309 fontconfig settings like hinting.
637fa988
JD
1310 (font_load_for_lface): If spec had a name in it, store it in entity.
1311
a73f9c9d 1312 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
1313
1314 * config.in: HAVE_GCONF is new.
1315
1316 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1317 xsettings.o is new.
1318
5a942932
KH
13192009-11-17 Kenichi Handa <handa@m17n.org>
1320
1321 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1322 back to the default font in case that no suitable font is found.
1323
b7c7a4d1
SM
13242009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1327 Suggested by Chad Brown <yandros@mit.edu>.
1328 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1329
072f1e39
JD
13302009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1331
1332 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1333
5d1e70a2
AS
13342009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1335
87e32266 1336 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1337
a53cfbe5
JD
13382009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1339
473a99b7
JD
1340 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1341 has a parent.
1342
a53cfbe5 1343 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1344 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1345
1346 * config.in: Generated (AUTO_DEPEND).
1347
f04bb9b2
MA
13482009-11-13 Michael Albinus <michael.albinus@gmx.de>
1349
b7c7a4d1 1350 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
1351 Vdbus_registered_functions_table, because it contains also
1352 properties. Fix docstring.
b7c7a4d1 1353 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 1354
8f11f7ec
SM
13552009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * alloc.c (mark_object): Don't reprocess marked strings.
1358 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1359 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1360
8a605fe8
KH
13612009-11-13 Kenichi Handa <handa@m17n.org>
1362
8f11f7ec 1363 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
1364 semantics of Vword_combining_categories.
1365 (Vword_combining_categories): Describe the slight change of the
1366 semantics.
1367
241c4680
EZ
13682009-11-13 Eli Zaretskii <eliz@gnu.org>
1369
1370 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1371
1372 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1373
5d58e44c
SM
13742009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1377
5e13f9d3
JB
13782009-11-12 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1381
cf54c754
DR
13822009-11-11 David Reitter <david.reitter@gmail.com>
1383
1384 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1385 variables to fix 2009-11-09 change.
1386
a4ada374
DN
13872009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1388
91433552
DN
1389 * process.c (ifflag_def): Make flag_sym constant.
1390 (Fnetwork_interface_info): Use a constant pointer.
1391 (ifflag_table):
1392 * xfns.c (cursor_bits):
1393 * xdisp.c (power_letter):
1394 * termcap.c (speeds, esctab):
1395 * sysdep.c (baud_convert):
1396 * keyboard.c (lispy_accent_codes, modifier_names):
1397 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1398 (jpeg_format, tiff_format, gif_format, svg_format)
1399 (interlace_start, interlace_increment, gs_format):
1400 * gtkutil.c (separator_names):
1401 * fringe.c (swap_nibble):
1402 * fns.c (base64_value_to_char, base64_char_to_value):
1403 * fileio.c (make_temp_name_tbl):
1404 * coding.c (suffixes): Make constant.
1405
f4265f6c
DN
1406 * frame.c (make_initial_frame):
1407 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1408 build_string.
1409 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1410
04420943
DN
1411 * s/freebsd.h:
1412 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1413
0a5d24ae
DN
1414 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1415 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1416
a4ada374
DN
1417 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1418 * xterm.c (syms_of_xterm):
1419 * xfaces.c (syms_of_xfaces):
1420 * xdisp.c (syms_of_xdisp):
1421 * lread.c (syms_of_lread):
1422 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1423 build_string.
91433552 1424
a4ada374
DN
1425 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1426
af98fc7f
SM
14272009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1428
8ab1650e 1429 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 1430
e90292a9
JD
14312009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1432
1433 * keyboard.h: Declare timer_check.
1434
1435 * keyboard.c (timer_check_2): New function that does what the old
1436 timer_check did.
1437 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1438 returned, i.e. don't return -1 with timers pending.
1439
1440 * process.c: Remove extern declaration of timer_check.
1441
1442 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1443 even if timer_check returned -1.
1444
af98fc7f
SM
1445 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1446 xg_dialog_data.
e90292a9
JD
1447 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1448 the event loop.
1449 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1450 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1451 Destroy the dialog after xg_dialog_run.
1452
045b83c0
SM
14532009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1456
1fb99a3a
JD
14572009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1458
1459 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1460
04e452cb
JB
14612009-11-09 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1464
ef7417fd
SM
14652009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1468 w32menu.c, and nsmenu.m.
1469 Simplify the obsolete case where position is nil.
1470 (cleanup_popup_menu): New function, moved from nsmenu.m.
1471 (struct skp): Remove slot `notreal'.
1472 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1473 adjust callers.
1474 (single_menu_item): Adjust call to parse_menu_item.
1475 (syms_of_menu): Defsubr x-popup-menu.
1476 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1477 (keymap_panes): Don't export any more.
1478 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1479 (xmenu_show): Declare.
1480 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1481 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1482 * keyboard.h (parse_menu_item): Update declaration.
1483 * xmenu.c (Fx_popup_menu): Remove.
1484 (syms_of_xmenu): Don't defsubr x-popup-menu.
1485 * w32menu.c (Fx_popup_menu): Remove.
1486 (syms_of_w32menu): Don't defsubr x-popup-menu.
1487 * nsmenu.m (cleanup_popup_menu): Remove.
1488 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1489 moved to menu.c's Fx_popup_menu.
1490 (Fx_popup_menu): Remove.
1491 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1492 menu_items (it's done in menu.c already).
1493
424d6179
SM
14942009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1497 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1498
c0df13a6 14992009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
1500
1501 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 1502 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
1503 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1504 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1505
2de9f71c
SM
15062009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 Let integers use up 2 tags to give them one extra bit and thus double
1509 their range.
1510 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1511 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1512 New macros.
1513 (enum Lisp_Type): Use them. Give explicit values.
1514 (Lisp_Type_Limit): Remove.
1515 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1516 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1517 Pay attention to USE_2_TAGS_FOR_INTS.
1518 (INTEGERP): Use LISP_INT_TAG_P.
1519 * fns.c (internal_equal): Simplify the default case.
1520 (sxhash): Use case_Lisp_Int.
1521 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1522 any more.
1523 (Ftype_of): Use case_Lisp_Int.
1524 (store_symval_forwarding): Take into account the fact that Ints can
1525 now have more than one tag.
1526 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1527 buffer_slot_type_mismatch):
1528 * xfaces.c (face_attr_equal_p):
1529 * print.c (print_object):
1530 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1531 Use case_Lisp_Int.
1532
323637a2
EZ
15332009-11-06 Eli Zaretskii <eliz@gnu.org>
1534
7ac65b38
EZ
1535 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1536
323637a2
EZ
1537 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1538 warning.
1539
e511451f
JD
15402009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1541
1542 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1543
1544 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1545
1546 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1547 ButtonPressRelease and MotionNotify (bug#4870).
1548
5e2327cf
DN
15492009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1550
5adc433e
DN
1551 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1552
d67b4f80
DN
1553 * xterm.c (syms_of_xterm):
1554 * xselect.c (syms_of_xselect):
1555 * xmenu.c (syms_of_xmenu):
1556 * xfns.c (syms_of_xfns):
1557 * xfaces.c (syms_of_xfaces):
1558 * xdisp.c (syms_of_xdisp):
1559 * window.c (syms_of_window):
1560 * w32fns.c (syms_of_w32fns):
1561 * undo.c (syms_of_undo):
1562 * textprop.c (syms_of_textprop):
1563 * terminal.c (syms_of_terminal):
1564 * syntax.c (syms_of_syntax):
1565 * sound.c (syms_of_sound):
1566 * search.c (syms_of_search):
1567 * print.c (syms_of_print):
1568 * minibuf.c (syms_of_minibuf):
1569 * macros.c (syms_of_macros):
1570 * keymap.c (syms_of_keymap, initial_define_key)
1571 (initial_define_lispy_key):
1572 * keyboard.c (syms_of_keyboard):
1573 * insdel.c (syms_of_insdel):
1574 * image.c (syms_of_image):
1575 * fringe.c (syms_of_fringe):
1576 * frame.c (syms_of_frame):
1577 * fontset.c (syms_of_fontset):
1578 * fns.c (syms_of_fns):
1579 * fns.c (syms_of_fns):
1580 * fileio.c (syms_of_fileio):
1581 * fileio.c (syms_of_fileio):
1582 * eval.c (syms_of_eval):
1583 * doc.c (syms_of_doc):
1584 * dispnew.c (syms_of_display):
1585 * dired.c (syms_of_dired):
1586 * dbusbind.c (syms_of_dbusbind):
1587 * data.c (syms_of_data):
1588 * composite.c (syms_of_composite):
1589 * coding.c (syms_of_coding):
1590 * cmds.c (syms_of_cmds):
1591 * charset.c (define_charset_internal, syms_of_character):
1592 * ccl.c (syms_of_ccl):
1593 * category.c (syms_of_category, init_category_once):
1594 * casetab.c (syms_of_casetab):
1595 * casefiddle.c (syms_of_casefiddle):
1596 * callint.c (syms_of_callint):
1597 * bytecode.c (syms_of_bytecode):
1598 * buffer.c (keys_of_buffer, syms_of_buffer):
1599 * alloc.c (syms_of_alloc):
1600 * process.c (syms_of_process, init_process):
1601 * lread.c (syms_of_lread, init_obarray):
1602 * font.c (build_style_table):
1603 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1604 intern_c_string, calls to make_pure_string with
1605 make_pure_c_string. Use pure_cons instead of Fcons.
1606
5e2327cf
DN
1607 * process.c (socket_options): Make it const.
1608 (set_socket_option, init_process): Use a const pointer.
1609
1610 * lread.c (intern_c_string): New function.
1611 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1612 (defvar_int): Uset it. Make the name const char*.
1613
1614 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1615 (defvar_int): Update prototypes.
1616 (DEFUN, EXFUN): Support for prototypes is now required.
1617 (intern_c_string): New prototype.
1618 (struct Lisp_Subr): Make symbol_name constant.
1619
1620 * font.c (struct table_entry): Remove unused member. Make NAMES
1621 constant.
1622 (weight_table, slant_table, width_table): Make constant.
1623
1624 * emacs.c (struct standard_args): Make name and longname constant.
1625
1626 * character.h (DEFSYM): Use intern_c_string.
1627
a56eaaef
DN
16282009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * alloc.c (make_pure_c_string): New function.
1631
1632 * eval.c (Fautoload): Purecopy all arguments.
1633
f6a07420
KH
16342009-11-05 Kenichi Handa <handa@m17n.org>
1635
1636 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1637 the buffer in case of replace.
1638
5d28d4b1
DN
16392009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1640
1641 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1642
b349d111
SM
16432009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1644
d528b1ce
SM
1645 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1646 when applicable (bug#4851).
1647
b349d111
SM
1648 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1649 (P_): Support for prototypes is now required.
1650
c38eb027
CY
16512009-10-31 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1654 (Bug#4827).
1655
0405f8d9
EZ
16562009-10-30 Eli Zaretskii <eliz@gnu.org>
1657
d528b1ce 1658 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 1659
ca0a881a
DN
16602009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1663
d528b1ce
SM
1664 * lread.c (Fload): Purecopy the file name when building
1665 Vpreloaded_file_list.
ca0a881a 1666
47e0e0e4
JR
16672009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1668
1669 * w32fns.c (syms_of_w32fns): Change default value of
1670 w32-scroll-lock-modifier to nil. (Bug#2827)
1671
057bce6f
JB
16722009-10-26 Juanma Barranquero <lekktu@gmail.com>
1673
782a943e 1674 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 1675
242bc74c
AS
16762009-10-26 Andreas Schwab <schwab@redhat.com>
1677
1678 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1679
522d013a
JB
16802009-10-26 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1683 For delta < 0, skip check that only makes sense when the mini-window
1684 is going to be enlarged. (Bug#4534)
1685
18060980
CY
16862009-10-25 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1689 string in menu maps (Bug#4471).
1690
fec8f0fe
CY
16912009-10-24 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1694 FRAME_NS_VIEW on terminal frames (Bug#4765).
1695
10d66ec0
AS
16962009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1697
1cae01f7
AS
1698 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1699 DBUS_TYPE_UINTnn separately to get proper sign extension.
1700
58a12889
AS
1701 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1702 can properly handle unsigned types.
d528b1ce 1703 (make_uid, make_gid): Remove.
58a12889 1704
987c9327
AS
1705 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1706 types again.
1707
522d013a 1708 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
1709 (system_process_attributes): Likewise.
1710
905a9ed3
DN
17112009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1712
1713 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1714
1715 * eval.c (Fautoload): Purecopy the filename. Simplify.
1716
1717 * category.c (Fdefine_category): Purecopy docstring.
1718
a599b3e8
AS
17192009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1720
7b792fc9
AS
1721 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1722
a599b3e8
AS
1723 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1724
b35ac83e
CY
17252009-10-23 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1728 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1729 (Bug#4775).
1730
e8903e00
SM
17312009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1734 (init_fileio_once):
1735 * lisp.h (init_fileio_once): Remove.
1736 * emacs.c (main): Don't call init_fileio_once.
1737
8f43cbf3
DN
17382009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1741
26898943
AS
17422009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1743
1744 * doprnt.c (doprnt): Fix overflow check.
1745
5c646d5a
JD
17462009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1747
3132a7ea
JD
1748 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1749
5c646d5a
JD
1750 * xterm.h (x_wait_for_event): Declare it.
1751
1752 * xterm.c (pending_event_wait): New variable.
1753 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1754 see pending_event_wait.eventtype.
1755 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
1756 (x_new_font): Call change_frame_size with new rows/columns before we
1757 try to resize the frame.
5c646d5a 1758 (x_wait_for_event): New function.
d528b1ce
SM
1759 (x_set_window_size_1): Don't change gravity unless change_gravity
1760 is set.
5c646d5a
JD
1761 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1762 don't change frame size, instead wait for the ConfigureNotify.
1763 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1764 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1765 (x_initialize): Initialize pending_event_wait.
1766
1767 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1768 size.
1769
1770 * widget.c (EmacsFrameSetValues): Add comment.
1771 (EmacsFrameSetCharSize): Just call x_set_window_size.
1772
1773 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1774 x_wait_for_event.
d528b1ce 1775 (flush_and_sync): Remove again.
5c646d5a
JD
1776 (xg_get_font_name): Suggest monospace if no previous font is known.
1777
e9c1637d
SM
17782009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 1781 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 1782
5a72cccb
YM
17832009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1784
1785 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1786 processing pending events when event is filtered for input method.
ab04798f 1787 (Bug#3681)
5a72cccb 1788
2629aa37
JB
17892009-10-20 Juanma Barranquero <lekktu@gmail.com>
1790
1791 * fns.c: Add #endif accidentally removed in previous change.
1792
c3417a74
DN
17932009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * fns.c: Remove code for unsupported system: MAC_OS.
1796 * image.c: Likewise. Include setjmp.h.
1797
9685cef2
JD
17982009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1799
1800 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1801 pixel -1 (bug #4742).
1802
d7306fe6
DN
18032009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1804
019d2c4c
DN
1805 * process.c (create_pty): Remove conditionals for no longer
1806 supported systems: UNIPLUS and RTU.
1807
ee6bacd4
DN
1808 * xterm.c:
1809 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1810
d7306fe6
DN
1811 * alloc.c: Do not define struct catchtag.
1812 * eval.c: Move struct catchtag definition ...
1813 * lisp.h: ... here.
1814
1815 * image.c: Move png.h #include earlier to avoid warnings.
1816
1817 * xterm.c:
1818 * xsmfns.c:
1819 * xselect.c:
1820 * xrdb.c:
1821 * xmenu.c:
1822 * xftfont.c:
1823 * xfont.c:
1824 * xfns.c:
1825 * xfaces.c:
1826 * xdisp.c:
1827 * window.c:
1828 * widget.c:
1829 * w32xfns.c:
1830 * w32uniscribe.c:
1831 * w32term.c:
1832 * w32select.c:
1833 * w32reg.c:
1834 * w32proc.c:
1835 * w32menu.c:
1836 * w32inevt.c:
1837 * w32heap.c:
1838 * w32font.c:
1839 * w32fns.c:
1840 * w32console.c:
1841 * w32.c:
1842 * w16select.c:
1843 * vm-limit.c:
1844 * unexsol.c:
1845 * unexec.c:
1846 * unexcw.c:
1847 * unexaix.c:
1848 * undo.c:
1849 * tparam.c:
1850 * textprop.c:
1851 * terminfo.c:
1852 * terminal.c:
1853 * termcap.c:
1854 * term.c:
1855 * syntax.c:
1856 * sound.c:
1857 * sheap.c:
1858 * search.c:
1859 * scroll.c:
1860 * region-cache.c:
1861 * regex.c:
1862 * ralloc.c:
1863 * process.c:
1864 * print.c:
b024548b
DN
1865 * nsterm.m:
1866 * nsselect.m:
1867 * nsmenu.m:
1868 * nsimage.m:
1869 * nsfont.m:
1870 * nsfns.m:
d7306fe6
DN
1871 * msdos.c:
1872 * minibuf.c:
1873 * menu.c:
1874 * marker.c:
1875 * macros.c:
1876 * keymap.c:
1877 * keyboard.c:
1878 * intervals.c:
1879 * insdel.c:
1880 * indent.c:
1881 * gtkutil.c:
1882 * ftxfont.c:
1883 * ftfont.c:
1884 * fringe.c:
1885 * frame.c:
1886 * fontset.c:
1887 * font.c:
1888 * fns.c:
1889 * floatfns.c:
1890 * filelock.c:
1891 * fileio.c:
1892 * emacs.c:
1893 * editfns.c:
1894 * dosfns.c:
1895 * doprnt.c:
1896 * doc.c:
1897 * dispnew.c:
1898 * dired.c:
1899 * dbusbind.c:
1900 * data.c:
1901 * composite.c:
1902 * coding.c:
1903 * cmds.c:
1904 * cm.c:
1905 * chartab.c:
1906 * charset.c:
1907 * character.c:
1908 * ccl.c:
1909 * category.c:
1910 * casetab.c:
1911 * casefiddle.c:
1912 * callproc.c:
1913 * callint.c:
1914 * bytecode.c:
1915 * buffer.c:
1916 * atimer.c: Include setjmp.h. (Bug#4643)
1917
fd5f21e6
SM
19182009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1919
4c0354d7
SM
1920 Remove leftover table unibyte_to_multibyte_table.
1921 * character.c (unibyte_to_multibyte_table): Remove.
1922 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1923 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1924 * character.h (UNIBYTE_TO_CHAR): New macro.
1925 (MAKE_CHAR_MULTIBYTE): Use it.
1926 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1927 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1928 (message_dolog, set_message_1):
1929 * search.c (Freplace_match):
1930 * editfns.c (Fcompare_buffer_substrings):
1931 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1932 (concat):
1933 * insdel.c (copy_text, count_size_as_multibyte):
1934 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1935 * term.c (produce_glyphs):
1936 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1937 * regex.c (RE_CHAR_TO_MULTIBYTE):
1938 * cmds.c (internal_self_insert):
1939 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1940
fd5f21e6
SM
1941 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1942
4418646e
DN
19432009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1944
1945 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1946
35f5c1d2
JB
19472009-10-16 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1950
a0cd8f6b
AR
19512009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1952
1953 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1954 still needed under Tiger.
1955
1956 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1957
1958 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1959 __Apple__.
1960
1961 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1962
01a8d3fa
KH
19632009-10-15 Kenichi Handa <handa@m17n.org>
1964
1965 * print.c (print_object): Escape a symbol like "2E10" too.
1966
bf6c75c9 19672009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
1968
1969 Cleanups and changes for 64-bit compile under Snow Leopard.
1970 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
1971
1972 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1973
c5959062 1974 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
1975 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1976 cast argument.
1977 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 1978 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
1979
1980 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1981
1982 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1983 where appropriate.
1984
1985 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1986 where appropriate.
6e4780c5
JB
1987 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1988 Use stringWithUTF8String.
bf6c75c9
AR
1989 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1990
6e4780c5
JB
1991 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1992 Add formal protocol mention to inheritance.
bf6c75c9
AR
1993 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1994
6e4780c5
JB
1995 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1996 Fix printf format.
bf6c75c9
AR
1997 (ns_query_color): Use CGFloat where appropriate.
1998 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 1999 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
2000 argument.
2001
3d87f118
AR
2002 * config.in (NS_HAVE_NSINTEGER): Drop.
2003
a95c8102
AR
2004 * dbusbind.c (dbus-method-return-internal)
2005 (dbus-method-error-internal): Use long format in printf, and cast
2006 argument.
2007
2008 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2009 in printf, and cast argument.
2010
6873acca 2011 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
2012 cast argument.
2013
9ec6f100
GM
20142009-10-11 Glenn Morris <rgm@gnu.org>
2015
2016 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2017
5be883cd
JD
20182009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2019
2020 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2021 menu bar with a small width so it doesn't enlarge the frame.
2022
d7a39b51
JB
20232009-10-08 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2026
0c2b6f8e
GM
20272009-10-06 Glenn Morris <rgm@gnu.org>
2028
2029 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2030 SOME_MACHINE_LISP (this enters indirectly via DOC).
2031
e02131a2
EZ
20322009-10-05 Eli Zaretskii <eliz@gnu.org>
2033
2034 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2035
b4744254
EZ
20362009-10-04 Eli Zaretskii <eliz@gnu.org>
2037
2038 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2039 Doc fix.
2040
dbf64827
JB
20412009-10-03 Martin Rudalics <rudalics@gmx.at>
2042
2043 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2044
e9a0aef8
MA
20452009-10-02 Michael Albinus <michael.albinus@gmx.de>
2046
d528b1ce 2047 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
2048 used anymore outside fileio.c.
2049
2050 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2051
64eb2b56
JB
20522009-10-01 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * lisp.h (Qdelete_directory_internal):
2055 Declare, instead of Qdelete_directory.
2056
2057 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2058
9d28c33e
SM
20592009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2062
9d8f3bd9
MA
20632009-10-01 Michael Albinus <michael.albinus@gmx.de>
2064
9d28c33e 2065 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
2066 Fdelete_directory. It is not a command anymore. It has no file
2067 name handler.
2068
9694740b
SM
20692009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * xdisp.c (get_next_display_element): Use an enum in last change.
2072
748e162f
KH
20732009-09-28 Kenichi Handa <handa@m17n.org>
2074
9694740b 2075 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
2076 unibyte_display_via_language_environment in handling
2077 Vnobreak_char_display.
2078
17efd58d
AR
20792009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2080
2081 * nsterm.h (ns_app_name): New extern variable.
2082
2083 * nsterm.m (ns_app_name): New variable.
2084 (ns_term_init): Set and use it.
2085 (ns_term_shutdown): Use it.
2086
2087 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2088 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2089
2090 * nsfns.m (ns_set_name_iconic, ns_set_name)
2091 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2092 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2093
9694740b
SM
2094 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2095 Remove double-casting in client_data comparison.
31c2d412 2096
3208cb35
YM
20972009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2098
2099 * keyboard.c (make_lispy_event): Remember last wheel direction.
2100 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2101
b7d552d6
GM
21022009-09-26 Glenn Morris <rgm@gnu.org>
2103
2104 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2105 internal.elc. Add term/pc-win.elc.
2106 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2107 term/x-win.elc.
2108 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2109 term/w32-win.elc.
2110 (NS_SUPPORT): New.
2111 (lisp): Add NS_SUPPORT.
2112 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2113
4ff670a8
DR
21142009-09-25 David Reitter <david.reitter@gmail.com>
2115
2116 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2117 on Mac OS X 10.6+ (bug#4513).
2118
feabfb6c
JB
21192009-09-24 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
2122 some parts of Emacs code (like font selection) don't grok them.
2123 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 2124
de59072a
AS
21252009-09-24 Andreas Schwab <schwab@redhat.com>
2126
2127 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2128
a489517b
JB
21292009-09-24 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * dired.c (Fdirectory_files): Fix typo in docstring.
2132
0592970c
AR
21332009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2134
2135 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2136 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2137 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2138 under GNUstep.
2139 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2140
2141 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2142 glyph advancement.
2143
48e8a88b
AR
21442009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2145
2146 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 2147 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
2148
2149 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2150 deleted (bug #4492).
2151
e14f0a78
AR
2152 * nsfont.m (Vns_reg_to_script): New lisp variable.
2153 (syms_of_nsfont): Declare it.
2154 (ns_registry_to_script): New function.
2155 (ns_get_req_script): Call it.
2156 (ns_findfonts): Don't give up on non-unicode registry.
2157
2158 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2159
5b650faa
SM
21602009-09-20 Tom Tromey <tromey@redhat.com>
2161
2162 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2163 batch mode (bug#4228).
2164
a489517b 21652009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
2166
2167 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 2168 carefully. (Bug #4339)
0bae4e09 2169
fcfe06f3
CY
21702009-09-18 Chong Yidong <cyd@stupidchicken.com>
2171
d798ba87 2172 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 2173
31642728
AR
21742009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2175
2176 * emacs.c (inhibit_x_resources): Update doc string for NS.
2177 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 2178 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
2179
2180 * nsterm.h (ns_no_defaults): Remove.
2181
2182 * nsterm.m (ns_no_defaults): Remove.
2183 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2184 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
2185 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2186 don't update the NSWindow itself.
2187 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2188 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2189
2190 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2191 ns_use_qd_smoothing.
2192
2193 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2194 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2195 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2196 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2197
8686ac71
JB
21982009-09-17 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * emacs.c (inhibit_x_resources): New variable.
2201 (main) [HAVE_NS]: Don't process --quick command line option.
2202 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2203
2204 * lisp.h (inhibit_x_resources): Declare it extern.
2205
2206 * w32reg.c (x_get_string_resource):
2207 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2208
e227ba05
EZ
22092009-09-17 Eli Zaretskii <eliz@gnu.org>
2210
362654a6
JB
2211 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2212 Add lisp/term/internal.elc.
e227ba05 2213
742d40e8
SM
22142009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2217 (bug#4461).
2218
005bd5a2
DN
22192009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2222
2223 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2224 (OBJECTS_MACHINE): Remove, unused.
2225
f9af9719
SM
22262009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * frame.c (x_get_resource_string): Remove unused.
2229
0307c7d2
JD
22302009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2231
2232 * xterm.c (x_new_font): Call change_frame_size before calling
2233 x_set_window_size, in case frame size won't change.
2234
2235 * frame.c (x_set_font): Remove dead code.
2236
428b13d6
SM
22372009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2240
5766c380
SM
22412009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * lread.c (Fload): Don't output a message after loading an obsolete
2244 package any more (done in Lisp now).
2245
2fd0161b
CY
22462009-09-12 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2249
bc5e75b6
SM
22502009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * keymap.c (Fwhere_is_internal): Use nconc2.
2253
c31c985e
AM
22542009-09-11 Alan Mackenzie <acm@muc.de>
2255
2256 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2257 batch mode.
2258
78012bd2
AS
22592009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2260
2261 * xdisp.c (display_mode_element): Detect cycles.
2262
9d889332
SM
22632009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * keymap.c (where_is_internal): Don't erroneously return nil right after
2266 filling the cache.
2267 (where_is_internal_1): Fix up typo.
2268
7ab5d780
GM
22692009-09-11 Glenn Morris <rgm@gnu.org>
2270
2271 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2272 share a common doc-string.
2273
5238a749
SM
22742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2275
66d77eda
SM
2276 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2277 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2278
5238a749
SM
2279 * keymap.c (QCadvertised_binding): New constant.
2280 (syms_of_keymap): Initialize it.
2281 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2282 if applicable.
2283
19f48442
SM
22842009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2285
50d4ba39
SM
2286 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2287 (parse_menu_item): Streamline since bindings are recomputed all the
2288 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2289 more and don't support lmenu's menu-alias any more either.
2290
a88a5372
SM
2291 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2292 (where_is_internal): Strip it down to only traverse the keymaps.
2293 Move the cache handling from Fwhere_is_internal to here.
2294 (Fwhere_is_internal): Move the handling of remapping and the choice of
2295 the best binding from where_is_internal to here.
2296 Unify the cached/noncached paths, so remapping is also handled
2297 correctly when the cache is used, and so the cache can be used to
2298 speed up remap-handling when applicable.
2299 Give preference to non-remapped bindings.
2300 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2301 non-remapped bindings.
2302 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2303 command remapping.
2304
19f48442
SM
2305 * xdisp.c (display_mode_element): Move list length limit from 50 to
2306 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2307
599498c3 23082009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2309
2310 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2311
f9b7b5ac
SM
23122009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2313
a53af587
JB
2314 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2315 (Bug#4334)
2316
f9b7b5ac
SM
2317 * keymap.c (where_is_internal): Filter out shadowed remappings.
2318 Assume that where_is_internal returns unshadowed bindings to simplify
2319 the code and get rid of the gotos. Use ASIZE.
2320
04f4b72d
JD
23212009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2322
4da146f2
JD
2323 * xterm.c (x_focus_changed): If we get a focusout and pointer
2324 is invisible, make it visible.
2325
04f4b72d
JD
2326 * xterm.h: Remove condition for declaration of
2327 x_*_window_to_frame.
2328
7cef7ce3
SM
23292009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2332 initial terminal as well.
2333
a54fa5b7
JD
23342009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2335
2336 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2337 x_menubar_window_to_frame.
a54fa5b7
JD
2338
2339 * xterm.c: Remove declarations also in xterm.h
2340 (XTmouse_position): Do not return valid positions
2341 for clicks in the menubar and the toolbar for Gtk+.
2342
2343 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2344 if the widget for the event has the same top level as a frame,
2345 return the frame.
2346 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2347 internal windows, bug #4122.
2348 (x_non_menubar_window_to_frame): Remove.
2349
5a021dd0
GM
23502009-09-02 Glenn Morris <rgm@gnu.org>
2351
2352 * buffer.c (default-major-mode): Move most of the doc from here...
2353 (major-mode): ... to here.
2354
548fe2f3
NR
23552009-08-30 Nick Roberts <nickrob@snap.net.nz>
2356
2357 * process.c (wait_reading_process_output): Keep the descriptor
2358 when pty is used by a non-child process, e.g., in I/O buffer of
2359 GDB this allows inferior to be restarted.
2360
e0840eef
EZ
23612009-08-29 Eli Zaretskii <eliz@gnu.org>
2362
2363 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2364 both branches into one.
2365
82e98df4
SM
23662009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2369 (main): Use enable-multibyte-characters rather than
2370 default-enable-multibyte-characters. Output a warning message when
2371 running a unibyte session.
2372
890617cb
YM
23732009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2374
2375 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2376 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2377 (copy_data_segment): Also copy __program_vars section.
2378 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2379 (dump_it) [LC_DYLD_INFO]: Use it.
2380
2381 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2382
e7adeadc
EZ
23832009-08-28 Eli Zaretskii <eliz@gnu.org>
2384
2385 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2386 $(SRC)/buildobj.h.
2387 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2388 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2389 $(SRC)/buildobj.h.
2390 (clean): Add buildobj.h.
2391
3ed8bbdc
TZ
23922009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2393
2394 * print.c (print_object): Set escapeflag to 1 when printing
2395 hashtable keys and values.
2396
155a6764
SM
23972009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * lread.c (read_integer): Use doubles (and potentially return a float
2400 number) as we do in string-to-number.
2401 (read1): Use strtol to read integers, signal errors on strtol's
2402 overflow and use floats if strtol's output is too large for
2403 Elisp integers.
2404
877610de
EZ
24052009-08-27 Eli Zaretskii <eliz@gnu.org>
2406
2407 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2408 (make-buildobj-SH): Fix last change.
2409 (SRC): Move to before where it's first used.
2410
ef73e7be
KH
24112009-08-27 Kenichi Handa <handa@m17n.org>
2412
550c8289
KH
2413 * process.c (send_process): Use encode_coding_object instead of
2414 encode_coding_string to perform eol-conversion even if the string
2415 is unibyte.
2416
60afa08d
KH
2417 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2418 character.
2419
ef73e7be 2420 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 2421 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 2422
7b3a82d7
DN
24232009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2424
5654bf63
DN
2425 * callproc.c (Fcall_process): Remove always true #if.
2426
7b3a82d7
DN
2427 * lisp.h: Replace #if 0 code for checking with text pointing to
2428 the --enable-checking configure flag.
2429
2430 * emacs.c (main): Mention the --enable-profiling configure flag
2431 instead of using CFLAGS.
2432
878bde49
KR
24332009-08-26 Ken Raeburn <raeburn@raeburn.org>
2434
2435 * Makefile.in (buildobj.h): New target.
2436 (doc.o): Depend on it.
2437 (temacs${EXEEXT}): Don't generate buildobj.lst.
2438 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2439 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2440 ($(BLD)/doc.$(O)): Depend on it.
2441 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2442 provided by Eli Zaretskii.)
2443 ($(TEMACS)): Don't generate buildobj.lst.
2444 * doc.c: Include buildobj.h.
2445 (buildobj): New static variable.
2446 (Fsnarf_documentation): Use it, instead of opening and reading
2447 buildobj.lst.
2448
1574224c
MA
24492009-08-25 Michael Albinus <michael.albinus@gmx.de>
2450
2451 * dbusbind.c (Fdbus_call_method)
2452 (Fdbus_call_method_asynchronously): Use English numeric format for
2453 timeout values in doc string.
2454
d9da2f45
KH
24552009-08-25 Kenichi Handa <handa@m17n.org>
2456
ef73e7be
KH
2457 * alloc.c (mark_char_table): New function.
2458 (mark_object): Use mark_char_table for a char-table.
2459
d9da2f45
KH
2460 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2461 (CHAR_TABLE_REF): Use it.
2462
c8edcc01
KR
24632009-08-23 Ken Raeburn <raeburn@raeburn.org>
2464
2465 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2466 before invoking the newly build emacs to check for load-path
2467 shadowing.
2468
7763401b
GM
24692009-08-22 Glenn Morris <rgm@gnu.org>
2470
2471 * Makefile.in (bootstrap_exe): New variable.
2472 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2473 Use ${bootstrap_exe}.
2474
729eadda
EZ
24752009-08-22 Eli Zaretskii <eliz@gnu.org>
2476
2477 * coding.h (encode_coding_string): Don't encode unibyte strings.
2478 (Bug#4047)
2479
eb4c6ace
MA
24802009-08-22 Michael Albinus <michael.albinus@gmx.de>
2481
2482 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2483
2484 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2485 intended as hotfix only.
2486 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2487
36e34d1b
AR
24882009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2489
2490 * nsterm.m (ns_get_color): Update documentation properly for last
2491 change, and clean up loose ends in the code left by it. Fix
2492 longstanding bug with 16-bit hex parsing, and add support for
2493 yet another X11 format (rgb:r/g/b) for compatibility.
2494 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2495 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2496
f983eb8a
SM
24972009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2500
3f56d3c6
MA
25012009-08-20 Michael Albinus <michael.albinus@gmx.de>
2502
2503 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2504 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2505 (xd_initialize, xd_pending_messages): Check, whether
2506 $DBUS_SESSION_BUS_ADDRESS is set.
2507
fb641d68
YM
25082009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2509
2510 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2511
2512 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2513
cf59a374
GM
25142009-08-20 Glenn Morris <rgm@gnu.org>
2515
2516 * emacs.c (system-type): Doc fix.
2517
1373f3be
SM
25182009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2521 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2522
058ed861
MA
25232009-08-18 Michael Albinus <michael.albinus@gmx.de>
2524
1373f3be
SM
2525 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2526 New functions.
058ed861
MA
2527 (xd_initialize): Revert change from 2009-08-16.
2528
563a866e 25292009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
2530
2531 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 2532 font-group vector, return nil.
5fc05db0 2533
e42bdf01
CY
25342009-08-17 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * process.c (status_notify): Don't perform redisplay.
2537 (Fdelete_process, list_processes_1, process_send_signal):
2538 Expliticly perform redisplay.
2539 (wait_reading_process_output): Always check process status, but
2540 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2541
4230ab74
KR
25422009-08-17 Ken Raeburn <raeburn@raeburn.org>
2543
1373f3be 2544 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
2545 (XFLOAT_INIT): New macro for storing a float value.
2546 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2547 * fns.c (sxhash): Copy out the value of a float in order to
2548 examine its bytes.
2549 * dbusbind.c (xd_append_arg): Likewise.
2550
4230ab74
KR
2551 * emacs.c (main): Don't call syms_of_data twice.
2552
a0645cdd
MA
25532009-08-16 Michael Albinus <michael.albinus@gmx.de>
2554
2555 * dbusbind.c (xd_initialize): Add connection file descriptor to
2556 input_wait_mask, in order to let select() detect, whether a new
2557 message has been arrived.
ca4f31ea 2558 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 2559
485db0ba
MA
25602009-08-15 Michael Albinus <michael.albinus@gmx.de>
2561
1373f3be
SM
2562 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2563 New functions.
485db0ba
MA
2564
2565 * lisp.h (xd_pending_messages): Declare.
2566
2567 * keyboard.c (readable_events): Call xd_pending_messages.
2568
b5b98ff4
CY
25692009-08-15 Chong Yidong <cyd@stupidchicken.com>
2570
1373f3be 2571 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 2572
f8354c6e
CY
2573 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2574
b5b98ff4
CY
2575 * buffer.c (set_buffer_internal_1)
2576 (swap_out_buffer_local_variables): Check for unbound local
2577 variables (Bug#4138).
2578
8b9fc636
EZ
25792009-08-14 Eli Zaretskii <eliz@gnu.org>
2580
2581 * process.c (create_pty): Fix last change.
2582
ce959360
CY
25832009-08-13 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2586 (xbm_load_image): Caller changed.
64b807c9 2587 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 2588
c7baf7e9
NR
25892009-08-13 Nick Roberts <nickrob@snap.net.nz>
2590
2591 * process.c (create_pty): New function.
2592 (Fstart_process): Use it to allow Emacs to just associate a pty
2593 with the buffer. See associated change in gdb-mi.el.
2594 (list_processes_1): Deal with no program name.
2595 (start_process_unwind): Use pid == -2 to mean no process.
2596
1ac9108a
SM
25972009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * cmds.c (nonundocount): New global variable.
2600 (keys_of_cmds): Initialize it.
2601 (Fself_insert_command): Use it to combine upto 20 sequential chars
2602 into a single undo entry, just like the Qself_insert_command code in
2603 keyboard.c does.
2604 Call frame_make_pointer_invisible, also like the Qself_insert_command
2605 code in keyboard.c does.
2606 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2607 than its own local replacement for it.
2608
e267324c
KR
26092009-08-10 Ken Raeburn <raeburn@raeburn.org>
2610
1ac9108a 2611 * fns.c (concat): Don't re-set string length to its current value.
77437343 2612
1ac9108a
SM
2613 * coding.h (decode_coding_string, encode_coding_string):
2614 Use SBYTES macro.
f0bed503 2615
1ac9108a 2616 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
2617 (doprnt): Merge with doprnt1, discarding lispstrings code.
2618 * lisp.h (doprnt_lisp): Don't declare.
2619
416e006d
JL
26202009-08-07 Juri Linkov <juri@jurta.org>
2621
2622 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2623
6f7d5780
DN
26242009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2625
2626 * print.c (syms_of_print): Undo previous change.
2627
f19a0f5b
TZ
26282009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2629
2630 * lread.c (read1, syms_of_lread): Read hashtables back from the
2631 readable format.
2632
2633 * print.c (print_preprocess, print_object): Print hashtables fully
2634 and readably.
2635 (syms_of_print): Provide 'hashtable-print-readable.
2636
b9173dc2
AR
26372009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2638
2639 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2640 no family set.
2641 (nsfont_open): Handle case when entity has no family.
2642
1586503c
AR
26432009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2644
2645 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2646 element, not a list, for match case.
2647
087048cd
KH
26482009-07-28 Kenichi Handa <handa@m17n.org>
2649
2650 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2651 rigidly.
2652
2653 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2654 font_parse_xlfd. Check font properties more rigidly.
2655
780c2506
DN
26562009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2657
31fd7c5c
JB
2658 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2659 bsd-common.h.
780c2506 2660
a8c0cc18
KH
26612009-07-27 Kenichi Handa <handa@m17n.org>
2662
2663 * xfaces.c (face_with_height): Call font_clear_prop.
2664
4fbe2306
CY
26652009-07-26 Chong Yidong <cyd@stupidchicken.com>
2666
111d9af3
CY
2667 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2668
2669 * xterm.c (x_term_init): Use Qx.
2670
4fbe2306
CY
2671 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2672
1ac9108a 2673 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
2674 (ns_get_color): Revert 2009-07-16 change.
2675
beb0b7f9
EZ
26762009-07-25 Eli Zaretskii <eliz@gnu.org>
2677
2678 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 2679 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 2680
2baf5e76
KR
26812009-07-25 Ken Raeburn <raeburn@raeburn.org>
2682
1ac9108a
SM
2683 * coding.h (decode_coding_string, encode_coding_string):
2684 Use SCHARS macro.
8890e5f5 2685
2baf5e76 2686 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 2687 (load_depth): Delete.
2baf5e76
KR
2688 (Qload_in_progress): New variable.
2689 (load_unwind): Don't reference load_depth or load_in_progress.
2690 (Fload): Likewise; specbind Qload_in_progress instead.
2691 (init_lread): Don't initialize load_depth.
2692 (syms_of_lread): Initialize and protect Qload_in_progress.
2693
1395c6f5
AR
26942009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2695
2696 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2697
4e2f36cf
AR
26982009-07-23 Yavor Doganov <yavor@gnu.org>
2699
2700 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2701
5dd9a6f7
AR
27022009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2703
2704 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
2705 Bugs 3792, 3720, 2402.
2706 (ns_lookup_indexed_color): Check for bad index.
2707 (ns_index_color): Init unused slot to 0.
2708 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2709 Bug 3714, possibly 3082.
5dd9a6f7 2710
c902b920
JR
27112009-07-22 Jason Rumney <jasonr@gnu.org>
2712
1ac9108a
SM
2713 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2714 Position IME window at cursor (Bug#2570).
c902b920
JR
2715 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2716 (globals_of_w32fns): Dynamically load functions required above.
2717
2718 * w32term.c (w32_draw_window_cursor): Send message to reposition
2719 any IME window.
2720
090101cf
CY
27212009-07-21 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * fileio.c: Revert 2009-07-16 changes.
2724 (Vauto_save_include_big_deletions): New variable.
2725 (Fdo_auto_save): Disable auto-save only if
2726 auto-save-include-big-deletions is nil.
2727
e6583e3d
CY
27282009-07-21 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2731 the overflowed pixels into account (Bug#3879).
2732
ece435a5
KR
27332009-07-21 Ken Raeburn <raeburn@raeburn.org>
2734
2735 * lread.c (load_depth): New variable.
2736 (Fload, load_unwind, init_lread): Set it to the load recursion
2737 depth; set load_in_progress as a simple boolean based on the
2738 current load_depth. (Bug#3892)
2739
40b2d973
AR
27402009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2741
2742 * nsfont.m (ns_has_attribute): Remove.
2743 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2744
10be7e0d
JL
27452009-07-18 Juri Linkov <juri@jurta.org>
2746
2747 * process.c (Fset_process_query_on_exit_flag): Mention killing
2748 a buffer in docstring.
2749
fa055055
KH
27502009-07-17 Kenichi Handa <handa@m17n.org>
2751
2752 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2753
042f7b69
YM
27542009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2755
2756 * nsfns.m (Fns_set_alpha): Remove function.
2757 (syms_of_nsfns): Don't defsubr it.
2758
2759 * nsterm.m (ns_get_color): Remove incompatible color formats.
2760 (ns_color_to_lisp): Generate #rrggbb color format string.
2761
4be941e3
RS
27622009-07-16 Richard Stallman <rms@gnu.org>
2763
2764 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2765 (Fset_buffer_auto_saved): Handle save_length = -2.
2766
4e6b227d
CY
27672009-07-16 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * xterm.c (Qx_gtk_map_stock): New var.
2770
2771 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2772 of calling intern each time.
2773
a1856973
YM
27742009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2775
2776 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2777 does tiling.
2778
2779 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2780
497e54d8
KH
27812009-07-14 Kenichi Handa <handa@m17n.org>
2782
72d36834
KH
2783 * font.c (font_vconcat_entity_vectors): New function.
2784 (struct font_sort_data): New member font_driver_preference.
2785 (font_compare): Check font_driver_preference.
2786 (font_sort_entities): The format of the first argument changed.
2787 (font_delete_unmatched): Likewise.
2788 (font_list_entities): The return type changed.
2789 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
2790 (font_find_for_lface): Adjuste for the above changes.
2791 Don't suppress the checking of C even if the repertory supports it.
2792 (Flist_fonts): Adjust for the above changes.
72d36834 2793
1ac9108a
SM
2794 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2795 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
2796 Reject a font who has adstyle property that is different from a
2797 langname derived from registry property.
1ac9108a 2798 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 2799
b6046155
EZ
28002009-07-13 Eli Zaretskii <eliz@gnu.org>
2801
2802 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2803 local copy of dirfilename.
2804
fb6b6049
KH
28052009-07-13 Kenichi Handa <handa@m17n.org>
2806
e2402a5e
KH
2807 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2808 against max_char.
2809
fb6b6049
KH
2810 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2811 calling XSYMBOL (sym).
2812
65156807
EZ
28132009-07-11 Eli Zaretskii <eliz@gnu.org>
2814
1ac9108a
SM
2815 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2816 New function.
2817 (directory_files_internal) [WINDOWSNT]:
2818 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
2819 the filesystem of the directory is fast or slow.
2820
2821 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2822 file name.
2823 (is_slow_fs): New function.
2824 (stat): Use it to determine whether to issue more system calls to
2825 get accurate file attributes, when w32-get-true-file-attributes is
2826 `local'.
2827
e0ab5fcf
JD
28282009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2829
2830 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 2831 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
2832 parameter font-parameter as default to the font dialog.
2833
784ceded
KH
28342009-07-10 Kenichi Handa <handa@m17n.org>
2835
2836 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2837
fb8edc0b
EZ
28382009-07-09 Eli Zaretskii <eliz@gnu.org>
2839
1ac9108a 2840 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 2841
fb8edc0b
EZ
2842 * w32.c (stat): Treat UNC file names as residing on remote
2843 drives. (Bug#3542)
2844
635c75b1
KH
28452009-07-09 Kenichi Handa <handa@m17n.org>
2846
2847 * fontset.c (fontset_find_font): Fix previous change.
2848
c1d5ce94
MA
28492009-07-08 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2852 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2853 error flag.
2854
edb61b39
KH
28552009-07-08 Kenichi Handa <handa@m17n.org>
2856
374bf7e4
KH
2857 * fontset.c (fontset_find_font): Fix the logic of handling
2858 charset_matched.
2859 (font_for_char): Delete unused var.
2860 (generate_ascii_font_name): Delete it.
2861
edb61b39
KH
2862 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2863
2864 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2865 (encode_coding_sjis): Fix the code range check.
2866
0f3f018c
CY
28672009-07-07 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2870 (Fexpand_file_name): Copy string data properly (Bug#3772).
2871
fcaf6f3a
JD
28722009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2873
2874 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2875 first MapNotify.
2876
6809ca75
KH
28772009-07-07 Kenichi Handa <handa@m17n.org>
2878
2879 * character.h (unibyte_has_multibyte_table): Delete extern.
2880 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2881
2882 * charset.c (Fset_charset_priority): Update charset_unibyte.
2883 (syms_of_charset): Initialize charset_unibyte.
2884
2885 * character.c (unibyte_has_multibyte_table): Delete it.
2886 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2887 charset_unibyte.
2888 (multibyte_char_to_unibyte_safe): Likewise.
2889 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2890
1ac9108a 2891 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
2892 (x_produce_glyphs): Likewise.
2893
2894 * .gdbinit (xcharset): Fix the treating $arg0.
2895
ad9e2d54
EZ
28962009-07-04 Eli Zaretskii <eliz@gnu.org>
2897
2898 Emulation of `getloadavg' on MS-Windows.
2899 * w32.c: Include float.h
2900 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2901 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2902 (get_native_system_info, get_system_times): New functions.
2903 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2904 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2905 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2906 g_b_init_get_system_times, and num_of_processors.
2907
0a3472c7
JR
29082009-07-03 Jason Rumney <jasonr@gnu.org>
2909
2910 * w32term.c (w32_initialize): Use standard types.
2911
80904120
EZ
29122009-07-03 Eli Zaretskii <eliz@gnu.org>
2913
2914 * dired.c (Ffile_attributes): Decode user and group names by the
2915 locale's encoding. (Bug#3443)
2916
6978862d
DN
29172009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2918
f8d23104
DN
2919 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2920 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2921
2922 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2923
2924 * term.c (init_tty): Remove spurious #ifdef.
2925
6978862d
DN
2926 * m/mips.h: Mention this file is also used for netbsd.
2927 * m/pmax.h: Remove file.
2928
e044e4fc
JD
29292009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2930
2931 * xterm.h (struct x_display_info): Add invisible_cursor.
2932 (struct x_output): Add current_cursor.
2933
2934 * xterm.c (XTtoggle_invisible_pointer): New function.
2935 (x_define_frame_cursor): Don't define cursor if invisible or the
2936 same as before. Set current_cursor.
2937 (x_create_terminal): Set toggle_invisible_pointer_hook.
2938
2939 * xfns.c (make_invisible_cursor): New function.
2940 (x_set_mouse_color): Call make_invisible_cursor.
2941 Set current_cursor.
2942 (x_window): Set current_cursor.
2943
2944 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2945
2946 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2947 inserting a character.
2948 (read_avail_input): Call frame_make_pointer_visible.
2949
2950 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
2951 (frame_make_pointer_invisible, frame_make_pointer_visible):
2952 New functions.
e044e4fc
JD
2953 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2954
2955 * frame.h: Declare frame_make_pointer_invisible and
2956 frame_make_pointer_visible.
2957 (struct frame): Add pointer_invisible.
2958
574c8efa
JD
29592009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2960
7b507248
JD
2961 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2962 frame isn't visible.
2963 (xg_frame_resized): If width/height is -1, get size of window
2964 from X server.
2965
2966 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2967 for MapNotify.
2968
835bdaa7 2969 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 2970 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 2971 (flush_and_sync): Reintroduce.
574c8efa 2972
3f1c6666 29732009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 2974
31fd7c5c 2975 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
2976
2977 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2978 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2979
2980 * frame.h: Declare Qsticky.
2981
cad9ef74
JD
2982 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2983
2984 * nsfns.m (ns_frame_parm_handlers): Ditto.
2985
2986 * frame.c: Declare Qsticky.
2987 (frame_parms): Add sticky.
2988
2989 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2990
2991 * xterm.h: Declare x_set_sticky.
2992
2993 * xterm.c (x_set_sticky): New function.
2994
69b16610
JD
2995 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2996 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2997 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
2998
2999 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3000
3001 * frame.c: Qmaximized is new.
3002 (x_set_frame_parameters): Do not handle fullscreen specially.
3003 Only set width and height if explicitly set.
3004 (x_set_fullscreen): Handle Qmaximized.
3005 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3006 (syms_of_frame): Initialize Qmaximized.
3007
1ac9108a
SM
3008 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3009 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
3010
3011 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
3012 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3013 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
3014 set gravity to NorthWestGravity when USE_GTK.
3015 (set_wm_state): New function.
31fd7c5c 3016 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
3017 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3018 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 3019 or the case when no window manager is running. That means remove calls
3f1c6666
JD
3020 to x_real_positions and x_fullscreen_adjust.
3021
3022 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3023 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3024 flush_and_sync.
3025 (xg_height_changed): New function.
3026 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
3027 and gtk_window_set_policy. Set frame gravity after parsing the
3028 geometry string.
3f1c6666
JD
3029 (xg_update_frame_menubar, free_frame_menubar)
3030 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3031 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3032 Remove calls to xg_frame_set_char_size.
3033
fd503d99
KH
30342009-07-01 Kenichi Handa <handa@m17n.org>
3035
3036 * keyboard.c (decode_keyboard_code): New function.
3037 (tty_read_avail_input): Decode the input bytes if necessary.
3038
1ac9108a
SM
3039 * coding.c (setup_coding_system):
3040 Initialize coding->carryover_bytes to 0.
fd503d99
KH
3041 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3042 use Qno_conversion.
3043
24ed93fb
YM
30442009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3045
3046 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3047
99061dfc
CY
30482009-06-30 Chong Yidong <cyd@stupidchicken.com>
3049
1ac9108a 3050 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 3051
ff90fbde
JR
30522009-06-30 Jason Rumney <jasonr@gnu.org>
3053
3054 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3055 is already loaded.
3056 Set user model ID if supported (bug#1849).
3057
5f445726
JM
30582009-06-29 Jim Meyering <meyering@redhat.com>
3059
3060 Remove useless if-before-xfree test.
3061 * nsfont.m (nsfont_close): Remove useless test.
3062 * term.c (delete_tty): Likewise.
3063 * w32.c (system_process_attributes): Likewise.
3064 * w32font.c (w32font_close): Likewise.
3065 * xfaces.c (x_free_gc): Likewise.
3066 * xselect.c (buffer): Likewise.
3067
b9607587
AS
30682009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3069
3070 * process.c (send_process): Keep decoded string in a local
3071 variable and protect it from GC. (Bug#3521)
3072
89ba96f4
EZ
30732009-06-28 Eli Zaretskii <eliz@gnu.org>
3074
3075 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3076 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3077
098a1589
CY
30782009-06-28 Chong Yidong <cyd@stupidchicken.com>
3079
485422be
CY
3080 * xdisp.c (start_display, handle_face_prop)
3081 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
3082 (redisplay_window, try_window_id, produce_image_glyph):
3083 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 3084
098a1589
CY
3085 * xterm.c (x_update_window_begin, x_new_focus_frame)
3086 (x_scroll_bar_handle_click, handle_one_xevent)
3087 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3088 (x_make_frame_visible, x_make_frame_invisible)
3089 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3090 code chunks that are now obsolete.
3091
78c38319
MA
30922009-06-28 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3095 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3096 for hours, when optimzation is enabled.
3097 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3098 (xd_read_message): Make them static.
3099
4189ed40
CY
31002009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3101
3102 * term.c (turn_on_face): Allow simultaneously bold and dim
3103 terminal faces (Bug#3530).
3104
cd9b5e16
CY
31052009-06-27 Chong Yidong <cyd@stupidchicken.com>
3106
4e23bedb
CY
3107 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3108
cd9b5e16
CY
3109 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3110 truncation glyphs (Bug#3686).
3111
07cc3c35
GM
31122009-06-27 Glenn Morris <rgm@gnu.org>
3113
3114 * m/pmax.h: Restore file, with only netbsd portions.
3115
31fd7c5c 31162009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 3117
cd9b5e16 3118 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 3119
42d4a64f
KH
31202009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3121
3122 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3123 the arg FORCE_SYMBOL.
3124
930fe55b 31252009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
3126
3127 * fontset.c (fontset_find_font): When a usable rfont_def is found
3128 in a fallback font-group, make it the first element of the group.
3129
57ebc3fd
CY
31302009-06-24 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3133
f084f942
KH
31342009-06-24 Kenichi Handa <handa@m17n.org>
3135
3136 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3137 set for C.
3138 (fontset_font): Record the availability of a font for C both in
3139 the realized fontsets of the current one and the default one.
3140
2f686c87
DN
31412009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3142
3143 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3144 conditional, it is always defined on AIX.
3145
666e158e
MB
31462009-06-23 Miles Bader <miles@gnu.org>
3147
3148 * window.c (Vrecenter_redisplay): New variable.
3149 (syms_of_window): Initialize it.
3150 (Qtty): New extern declaration.
3151 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3152
c6da7cd2
JM
31532009-06-23 Jim Meyering <meyering@redhat.com>
3154
1ac9108a
SM
3155 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3156 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 3157 pointer dereferences are guaranteed to be valid.
c6da7cd2 3158
678dca3d
KH
31592009-06-23 Kenichi Handa <handa@m17n.org>
3160
74d75424
KH
3161 * emacs.c (main): Call init_font ().
3162
3163 * font.h (Vfont_log): Extern it.
3164 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3165
3166 * font.c (font_sort_entities, font_list_entities)
3167 (font_matching_entity, font_open_entity)
3168 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3169 (Vfont_log): Delete static.
3170 (font_log_env_checked): Delete this variable.
3171 (font_add_log): Don't check font_log_env_checked.
3172 (font_deferred_log): Check Vfont_log.
3173 (init_font): New function.
3174
678dca3d
KH
3175 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3176
3177 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3178
3179 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3180
3181 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3182
3183 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3184 (face_for_char): Don't call font_deferred_log here.
3185 (font_for_char): Likewise.
3186
8a668709
CY
31872009-06-22 Chong Yidong <cyd@stupidchicken.com>
3188
9a01ee33
CY
3189 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3190 rather than its background_width for drawing the overline and
3191 underline (Bug#489).
3192
3193 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3194 rather than its background_width for drawing the overline and
3195 underline (Bug#489).
ec7c9926
CY
3196 (xg_default_icon_file): New variable.
3197 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3198 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3199
8a668709
CY
3200 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3201 (load_overlay_strings): Remove externs.
3202 (fast_find_position): Function deleted.
3203 (mouse_face_from_buffer_pos): New function, based on
3204 fast_find_position. Correctly handle before-strings,
3205 display-strings, and after-strings (Bug#1220).
3206 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3207
4d4c02d8
CY
32082009-06-21 Chong Yidong <cyd@stupidchicken.com>
3209
1ac9108a 3210 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3211 (move_it_in_display_line_to, move_it_in_display_line_to)
3212 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3213
70243478
CY
32142009-06-21 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * Branch for 23.1.
3217
13087e59
JR
32182009-06-21 Jason Rumney <jasonr@gnu.org>
3219
3220 * w32term.c (keyboard_codepage): New static variable.
3221 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3222 (w32_read_socket) [WM_CHAR]: Use it to decode character
3223 input (bug#3237).
3224 (w32_initialize): Initialize it.
3225 (codepage_for_locale): New function.
3226
4735b74e
KR
32272009-06-20 Ken Raeburn <raeburn@raeburn.org>
3228
3229 * process.c (status_message): Pass Faset index argument as a lisp
3230 object, so as to work with USE_LISP_UNION_TYPE.
3231
0e727afa
YM
32322009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3233
3234 * coding.c (Ffind_coding_systems_region_internal):
3235 Cache checked characters.
3236
cf299835
KH
32372009-06-18 Kenichi Handa <handa@m17n.org>
3238
1ac9108a 3239 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3240
90f20d94
AS
32412009-06-18 Andreas Schwab <aschwab@redhat.com>
3242
3243 * xdisp.c (redisplay_internal): Check that the frame is still
3244 live after redisplay of its windows.
3245 (redisplay_windows): Check that the window is still live.
3246
7f1faf1c
KH
32472009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3248
3249 * coding.c (detect_coding_utf_16): Fix previous change.
3250
cc13543e
KH
32512009-06-16 Kenichi Handa <handa@m17n.org>
3252
3253 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3254 UTF-16 by checking the dispersion of Eth and Oth bytes.
3255
977b85f4
AS
32562009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3257
3258 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3259
66bd43d1
KH
32602009-06-15 Kenichi Handa <handa@m17n.org>
3261
3262 * process.c (status_message): Fix previous change. Be sure to
3263 decode a localized string.
3264
cb5ca9c5
YM
32652009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3266
3267 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3268 add comment explaining why.
3269
ec7709ba 32702009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3271
ec7709ba 3272 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3273
4b7f335c
AR
32742009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3275
3276 * nsfont.m (ns_attribute_value): Remove.
3277 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3278 (ns_has_attribute): Shrink the normal range.
3279 (ns_findfonts): Don't worry about requested spec in determining
3280 need for synthItal.
e41820ee 3281 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3282
73b26103
SZ
32832009-06-14 Seiji Zenitani <zenitani@mac.com>
3284
3285 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3286
5753e4da
KH
32872009-06-11 Kenichi Handa <handa@m17n.org>
3288
3289 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3290 overhang for the static composition case.
3291
3561b671
KH
32922009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3293
5753e4da
KH
3294 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3295 overhang for the automatic composition case.
3296
3561b671
KH
3297 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3298 composition case.
3299
852bbd41
CY
33002009-06-10 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * xdisp.c (get_next_display_element): When handling wrap-prefix
3303 and line-prefix, treat \n as a control character (bug#3502).
3304
9903d1e6
KH
33052009-06-10 Kenichi Handa <handa@m17n.org>
3306
3307 * font.c (font_parse_family_registry): Fix for one-char foundry.
3308 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3309
0bcbaaaa
CY
33102009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3311
3312 * process.c (status_message): Fix handling of multibyte signal
3313 string (Bug#3499).
3314
40aa3f13
JM
33152009-06-09 Jim Meyering <meyering@redhat.com>
3316
1f80c7e2
CY
3317 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3318 color name is missing.
40aa3f13 3319
72d51285
KH
33202009-06-09 Kenichi Handa <handa@m17n.org>
3321
3322 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3323 FROM-CODE and TO-CODE are codepoints of CHARSET.
3324
c1d04d84
AR
33252009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3326
3327 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3328
33292009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3330
3331 Changes to support :script/:lang/:otf in NS font driver.
3332 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3333 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3334 indicate not part of font driver interface, and change callers.
3335 (ns_get_family): Remove pointless null check.
3336 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3337 ns_spec_to_descriptor, ns_descriptor_to_entity.
3338 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3339 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3340 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3341 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3342 (ns_get_req_script, ns_accumulate_script_ranges)
3343 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3344 New functions.
3345 (nsfont_list, nsfont_match): Use ns_findfonts.
3346 (nsfont_open): Use font descriptor instead of traits.
3347 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3348 (dump_glyphstring): Rename to ns_dump_glyphstring.
3349
c7eb9816
AR
3350 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3351
c1d04d84
AR
3352 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3353
3354 * fontset.c (fontset_from_font): Remove NS-specific code.
3355
ec7709ba 33562009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
3357
3358 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3359 nonactive windows.
3360
31fd7c5c 33612009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 3362
1ac9108a 3363 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 3364
68852c13 33652009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
3366
3367 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3368
6756cd1d
CY
33692009-06-07 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3372 account for the overflowing of newlines into the last glyph on the
3373 display line (Bug#3482).
3374
28bf482a
DR
33752009-06-05 David Reitter <david.reitter@gmail.com>
3376
ec7709ba
JB
3377 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3378 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
3379 Fns_selection_exists_p, Fns_selection_owner_p.
3380
fdb55376
JR
33812009-06-03 Jason Rumney <jasonr@gnu.org>
3382
3383 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3384 available. (Bug#3379)
3385
05129fbe
KH
33862009-05-29 Kenichi Handa <handa@m17n.org>
3387
1ac9108a
SM
3388 * coding.c (get_translation_table):
3389 Check Venable_character_translation.
05129fbe 3390
ec7709ba 33912009-05-26 David Reitter <david.reitter@gmail.com>
15891144 3392
ec7709ba
JB
3393 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3394 (x_make_frame_visible): Move frame to front rather than calling
15891144 3395 ns_raise_frame().
ec7709ba 3396 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 3397 isn't key window.
ec7709ba 3398 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
3399 drawRect may be called by NSView even if the frame is hidden.
3400
ec7709ba
JB
3401 * nsfns.m (Fx_create_frame): Follow other ports in
3402 determining visibility; default to t. Ensure async_visible is set.
15891144 3403
21f73755
EZ
34042009-05-23 Eli Zaretskii <eliz@gnu.org>
3405
3406 * dired.c (Ffile_attributes): Doc fix.
3407
34001e41
CY
34082009-05-22 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3411
46306a17
SM
34122009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3415 and xfont_scratch_props.
3416 (syms_of_xfont): Do it here instead.
3417 (xfont_find_ccl_program): Delete, unused.
3418 (xfont_open): Delete unused var `i'.
3419
ef6e0694
KH
34202009-05-21 Kenichi Handa <handa@m17n.org>
3421
3422 * fontset.c (Qlatin): Don't make it static.
3423
46306a17
SM
3424 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3425 New functions.
ef6e0694
KH
3426 (xfont_scripts_cache, xfont_scratch_props): New variables.
3427 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
3428 (xfont_list_pattern): Argument changed. Callers changed.
3429 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
3430 (xfont_list): Don't reject a font spec with :script property.
3431 (xfont_has_char): Fix setting of encoding.
3432 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3433 xfont_scratch_props.
3434
34352009-05-19 Kenichi Handa <handa@m17n.org>
3436
46306a17 3437 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
3438 Callers changed.
3439
34402009-05-18 Kenichi Handa <handa@m17n.org>
3441
3442 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3443
ac71ced7
SM
34442009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3447 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3448
1c6d1051
YM
34492009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3450
3451 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3452 (x_delete_terminal): Dissociate resource database from display and
3453 then call XrmDestroyDatabase before closing display.
3454
9b9b779c
AR
34552009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3456
3457 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
3458 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3459 whether selected frame is viable before raising it (based on patch
3460 by David Reitter), and improve commentary.
3461 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 3462
cccd42d5
KH
34632009-05-15 Kenichi Handa <handa@m17n.org>
3464
3465 * font.c (Ffont_spec): Check arguments.
3466
337fbd17
CY
34672009-05-14 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3470 weight when testing attributes (Bug#3282).
3471
47a6002f
JD
34722009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3473
3474 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3475 what we expect to get in the next ConfigureNotify event.
3476
9cb363db
YM
3477 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3478 before Xft one (Bug#1696).
3479
b9126609
CY
34802009-05-07 David Reitter <david.reitter@gmail.com>
3481
3482 * nsfns.m (Fx_display_planes): Compute bitplanes using
3483 NSBitsPerPixelFromDepth (Bug#3207).
3484
27a69fd9
CY
34852009-05-10 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3488
00f37552
TTN
34892009-05-10 Ulrich Mueller <ulm@gentoo.org>
3490
3491 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3492
2d82a920
DR
34932009-05-07 David Reitter <david.reitter@gmail.com>
3494
ec7709ba
JB
3495 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3496 Respect mouse face background.
2d82a920 3497
46b0d52d
DR
34982009-05-07 David Reitter <david.reitter@gmail.com>
3499
ec7709ba
JB
3500 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3501 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
3502 in ns_update_begin and ns_update_end.
3503
ce1b23bb
SM
35042009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3505
5996e1b7
SM
3506 * nsfns.m (ns_get_screen): Rewrite.
3507 Don't presume selected-frame is of type `ns'.
3508
ba98e3a0
SM
3509 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3510 all drivers.
3511
ce1b23bb
SM
3512 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3513
bcda200f
YM
35142009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3515
3516 * keyboard.h (add_user_signal): Fix typo in extern.
3517
3518 * lisp.h (add_user_signal): Remove extern.
3519
3520 * unexelf.c (unexec): Consider a section to precede the .bss section
3521 if its addresses overlap that of .bss.
3522 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3523 instead of dumping process.
3524
864660a2
SM
35252009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3528
50da4e56
SM
35292009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3532
51520a1a
DN
35332009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3536 any statements.
3537
409ea3a1
AS
35382009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3539
59c4c60f
AS
3540 * process.c (read_process_output): Make sure the current buffer is
3541 always restored.
3542
409ea3a1
AS
3543 * coding.c (record_conversion_result): Don't modify
3544 Vlast_code_conversion_error for successful result.
3545 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3546
56f00ed2
KH
35472009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3548
3549 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 3550 (load_charset_map): Remove unnecessary code.
56f00ed2 3551
4491c9d2
DR
35522009-04-30 David Reitter <david.reitter@gmail.com>
3553
35f5b128 3554 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
3555 through f24.
3556
6970f632
CY
35572009-04-30 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3560
3561 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3562 face_at_buffer_position.
3563 (face_before_or_after_it_pos, get_next_display_element)
3564 (note_mouse_highlight): Update face_at_buffer_position call.
3565
3566 * term.c (term_mouse_highlight):
3567 * msdos.c (IT_note_mouse_highlight):
3568 * fontset.c (Finternal_char_font):
35f5b128 3569 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
3570
3571 * dispextern.h (face_at_buffer_position): Update prototype.
3572
0c616f63
KH
35732009-04-30 Kenichi Handa <handa@m17n.org>
3574
35f5b128 3575 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 3576
ad3aaf33
AS
35772009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3578
3579 * callproc.c (Fcall_process): Fix GC protection. Make sure
3580 current buffer is always restored.
3581
c3c963a0
YM
35822009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3583
3584 * atimer.c (init_atimer): Also clear stopped_atimers.
3585
3586 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3587
7e3386cb
YM
3588 * process.c (create_process): Clean up merger residues of
3589 2008-07-17 change.
3590
91f68422
CY
35912009-04-29 Ulrich Mueller <ulm@gentoo.org>
3592
3593 * lread.c (Vread_circle): New variable.
3594 (read1): Disable recursive read if Vread_circle is nil.
3595
24b34550
KH
35962009-04-29 Kenichi Handa <handa@m17n.org>
3597
3598 * fontset.h (set_default_ascii_font): Delete extern.
3599
3600 * fontset.c (set_default_ascii_font): Delete this unused function.
3601
3602 * frame.c (x_set_font): When ARG is a font-object, check if the
3603 font-object matches with the ASCII font-spec of the frame's
9c358bda 3604 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 3605
77bf07e1
AS
36062009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3607
3608 * fns.c (Flocale_info): Protect vector from GC during decoding.
3609
3610 * process.c (Fstart_process): Protect argv strings from GC during
3611 encoding.
3612
2c55aacf
AS
36132009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3614
3615 * sysdep.c: Include <ctype.h>.
3616
b892d3c9
DR
36172009-04-27 David Reitter <david.reitter@gmail.com>
3618
35f5b128 3619 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
3620 Remove commented-out code.
3621
9d0644c4
JB
36222009-04-26 Johan Bockgård <bojohan@gnu.org>
3623
3624 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3625
b7053016
JR
36262009-04-25 Jason Rumney <jasonr@gnu.org>
3627
3628 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3629
4e8231f3
YM
36302009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3631
3632 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3633 Swap bytes in short integer if fringe bitmap width > 8.
3634
493dcf2c
KH
36352009-04-23 Kenichi Handa <handa@m17n.org>
3636
3637 * xfaces.c (Fx_list_fonts): If a font size is specified in
3638 PATTERN, set it in returned scalable fonts.
3639
401e9e57
CY
36402009-04-22 Chong Yidong <cyd@stupidchicken.com>
3641
708e05dc
CY
3642 * keyboard.c (Fset_input_meta_mode): Doc fix.
3643
3644 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3645
1ac9108a 3646 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
3647
3648 * coding.c (Fterminal_coding_system): Doc fix.
3649
3650 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3651 (Fx_display_pixel_height, Fx_display_planes)
3652 (Fx_display_color_cells, Fx_server_max_request_size)
3653 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3654 (Fx_display_mm_height, Fx_display_mm_width)
3655 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
3656 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3657 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
3658 (check_x_display_info): Handle terminal objects instead of
3659 terminal ids.
3660
401e9e57
CY
3661 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3662 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
3663 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3664 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 3665
df80c7f0
KH
36662009-04-21 Kenichi Handa <handa@m17n.org>
3667
5a8f12af 3668 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 3669 (font_score): Check AVGWIDTH too.
908567ef 3670
df80c7f0
KH
3671 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3672 worst case.
1ac9108a
SM
3673 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3674 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 3675
705af33f
JR
36762009-04-19 Jason Rumney <jasonr@gnu.org>
3677
3678 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 3679 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
3680
3681 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3682 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3683 get_phys_cursor_geometry.
3684
b71ac3dd 3685 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
3686 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3687 using get_phys_cursor_geometry.
3688
3689 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3690 correctly calculated.
3691
dc2933eb
JD
36922009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3693
1ac9108a
SM
3694 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3695 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
3696 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3697 is deprecated.
3698
973e7849
AS
36992009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3700
3701 * font.c (font_put_frame_data): Use xfree instead of free.
3702
314d66f4
JB
37032009-04-17 Juanma Barranquero <lekktu@gmail.com>
3704
3705 * w32font.c (Qja, Qko): Remove declarations.
3706 (syms_of_w32font): Don't DEFSYM them.
3707
cf702558
CY
37082009-04-17 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3711
3712 * font.h (Qja, Qko): Extern them.
3713
3714 * ftfont.c (Qja, Qko): Remove declarations.
3715
3716 * xfont.c (Qja, Qko): Remove declarations.
3717
b50504f5
KH
37182009-04-17 Kenichi Handa <handa@m17n.org>
3719
bde25748
KH
3720 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3721 string from a vector to handle Latin-1 characters correctly.
3722
b50504f5
KH
3723 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3724 entity even if the cache hits.
3725
f4646fff
AS
37262009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3727
3728 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 3729 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 3730
e7deaab0
AS
3731 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3732 * lisp.h: Adjust prototypes.
3733
0a0e7d49
CY
37342009-04-16 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3737 change (Bug#3003).
3738
3c908a57
KH
37392009-04-16 Kenichi Handa <handa@m17n.org>
3740
1ac9108a 3741 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
3742
3743 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3744 adstyle.
3745
3746 * ftfont.c (Qja, Qko): Don't make them static.
3747 (enum ftfont_cache_for): New enum.
3748 (fc_charset_table): Undo the previous change.
3749 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
3750 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3751 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
3752 non-scarable font, try to get AVERAGE_WIDTH.
3753 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3754 Change ft_face_cache from a list of a hash-table. Don't check
3755 `ja' and `ko' adstyle here.
3756 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3757 FTFONT_CACHE_FOR_CHARET.
3758 (ftfont_get_charset): Undo the previous change.
1ac9108a 3759 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
3760 (ftfont_close): Likewise.
3761 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3762
3763 * font.c (font_sort_entites): Change the meaning of the arg
3764 BEST-ONLY. Don't optimize for VEC of lenght 1.
3765 (font_select_entity): Just return the value of font_sort_entites.
3766
3767 * xfaces.c (merge_face_vectors): Reflect font properties in
3768 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3769 font_clear_prop if a face attribute doesn't change.
3770
3c908a57
KH
3771 * charset.h (charset_ksc5601): Extern it.
3772
3773 * charset.c (charset_ksc5601): New variable.
3774 (Fdefine_charset_internal): Set charset_ksc5601.
3775 (init_charset_once): Initialize charset_ksc5601 to -1.
3776
d65859c3
DN
37772009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * fileio.c (history_delete_duplicates): Remove unused declaration.
3780
3781 * callint.c (history_delete_duplicates): New declaration.
3782 (Fcall_interactively): Remove command history duplicates when
3783 history_delete_duplicates is true.
3784
3ba010e5
EZ
37852009-04-14 Eli Zaretskii <eliz@gnu.org>
3786
3787 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3788
06f19b91
KH
37892009-04-14 Kenichi Handa <handa@m17n.org>
3790
3791 * font.c (Ffont_info): Fix docstring. Fix the second element of
3792 the returned value (bug#2949).
3793
2cce8bfc
CY
37942009-04-14 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3797
d156542d
KH
37982009-04-14 Kenichi Handa <handa@m17n.org>
3799
3800 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3801 encoding charset is ascii_compatible.
3802
3803 * charset.c (Fdefine_charset_internal): Make charset
3804 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3805 code_offset is 0, and covers all ASCII characters.
3806
86fa089e
SM
38072009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3810 (ns_string_to_pasteboard_internal):
3811 * nsmenu.m (process_dialog):
3812 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3813 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3814 * lisp.h (Fx_load_color_file): Declare.
3815
a8a3728b
KH
38162009-04-13 Kenichi Handa <handa@m17n.org>
3817
1ac9108a 3818 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
3819 (font_select_entity): Suppress the code to optimize for the same
3820 kind of fonts.
3821 (font_load_for_lface): Get a font that supports at least ASCII
3822 characters.
3823
3824 * ftfont.c (Qja, Qko): New variables.
3825 (fc_charset_table): Delete uniquifier data for iso8859-1.
3826 (ftfont_get_latin1_charset): New function.
3827 (get_adstyle_property): New function.
3828 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3829 bitmap fonts.
3830 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3831 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3832 `ko' or `ja'.
3833 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 3834 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
3835 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3836 property.
3837 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3838 (syms_of_ftfont): DEFSYM Qja and Qko.
3839
483670b5
KH
38402009-04-09 Kenichi Handa <handa@m17n.org>
3841
12b55765
KH
3842 * charset.c (map_charset_chars): For a charset of `superset'
3843 method, fix calculation of code range.
3844
483670b5
KH
3845 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3846 from the list of extra properties.
3847 (font_clear_prop): Be sure to delete `:name' font property.
3848
57d3b93b
KH
38492009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3850
b4b2c2ca
YM
3851 * dispnew.c (redraw_overlapping_rows): Fix detection of
3852 overlapping for topmost and bottommost rows.
3853
1ac9108a 3854 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 3855
472c3609
JR
38562009-04-06 Jason Rumney <jasonr@gnu.org>
3857
3858 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3859
ab193662
KH
38602009-04-06 Kenichi Handa <handa@m17n.org>
3861
3862 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3863
3864 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3865
0c26f026
KH
38662009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3867
3868 * ftfont.c (ftfont_open): Fix checking of the return value of
3869 FT_Load_Char. Fix setting font->underline_thickness.
3870
e173bbce
CY
38712009-04-04 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3874 (Fterminal_parameters, Fterminal_parameter)
3875 (Fset_terminal_parameter): In doc string, refer to terminal
3876 objects rather than terminal ids.
3877
693a2698
EZ
38782009-04-04 Eli Zaretskii <eliz@gnu.org>
3879
3880 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3881 ret_lim_data. (Bug#2867)
3882
d5221487
CY
38832009-04-03 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3886 so they don't get wider than the window, matching 2006-01-23
3887 change to the partner function in xdisp.c (Bug#2800).
3888
223509a3
KH
38892009-04-03 Kenichi Handa <handa@m17n.org>
3890
3891 * print.c (print_object): Make each lowest sub_char_table start a
3892 new line (Bug#2866).
3893
74fcd0b1
KH
38942009-04-02 Kenichi Handa <handa@m17n.org>
3895
3896 * fontset.c (fontset_font): Record no-font when a fontset
3897 explicitly tells not to try another font-specs.
3898
c542407d
SM
38992009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3900
3901 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3902
e3869731
KH
39032009-03-30 Kenichi Handa <handa@m17n.org>
3904
d8d2f142
KH
3905 * fontset.c (fontset_from_font): Specify only registry in a
3906 font-spec for all characters supported by that registry.
3907
e3869731
KH
3908 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3909 even if HAVE_M17N_FLT is not defined.
3910
5da5f805
CY
39112009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3912
3913 * ftfont.c: Conditionalize prototyping and use of
3914 ftfont_variation_glyphs.
3915
ab226c50
SM
39162009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3917
9628fed7
SM
3918 * frame.c (delete_frame): Work around compiler bug.
3919
3920 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3921 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3922 Some more EMACS_INT.
3923 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3924
3925 * xdisp.c (dump_glyph): Fix typo.
3926
ae19ba7c
SM
3927 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3928 (adjust_markers_gap_motion, adjust_markers_for_delete)
3929 (adjust_markers_for_insert, adjust_point)
3930 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3931 (make_gap, copy_text, count_size_as_multibyte, insert)
3932 (insert_and_inherit, insert_before_markers)
3933 (insert_before_markers_and_inherit, insert_1)
3934 (count_combining_before, count_combining_after, insert_1_both)
3935 (insert_from_string, insert_from_string_before_markers)
3936 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3937 (insert_from_buffer_1, adjust_after_replace)
3938 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3939 (replace_range_2, del_range, del_range_1, del_range_byte)
3940 (del_range_both, del_range_2, modify_region)
3941 (prepare_to_modify_buffer, signal_before_change)
3942 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3943 for buffer positions and sizes.
3944 * lisp.h: Adjust prototypes accordingly.
3945
3946 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3947 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3948 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3949
ab226c50
SM
3950 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3951
46dfb8fb
JD
39522009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3953
3954 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3955 lines and columns so we keep the same pixel height and width.
3956
3957 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3958 the property _NET_WM_STATE has changed.
46dfb8fb
JD
3959 (x_handle_net_wm_state): New function to update frame parameter
3960 fullscreen.
3961 (x_term_init): Initialize atoms for _NET_WM_STATE.
3962
3963 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3964
d347e494
SM
39652009-03-27 Kevin Ryde <user42@zip.com.au>
3966
3967 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3968 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3969 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3970 (Fgpm_mouse_stop): Pass that new parameter.
3971 * termhooks.h (close_gpm): Adjust prototype.
3972
84db11d6
SM
39732009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3974
c95a5008
SM
3975 * lisp.h (Fx_focus_frame): Declare.
3976
84db11d6
SM
3977 * callint.c (Fcall_interactively): For '^' just delegate the work to
3978 handle-shift-selection.
3979 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3980
0a1958d6
CY
39812009-03-24 Chong Yidong <cyd@stupidchicken.com>
3982
0bfdff23
CY
3983 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3984
0a1958d6
CY
3985 * data.c (Qinteractive_form): New variable.
3986 (Finteractive_form): Use it.
3987
3988 * eval.c (Fcommandp): Use Qinteractive_form.
3989
58aec0d6
JR
39902009-03-24 Jason Rumney <jasonr@gnu.org>
3991
3992 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3993 Calculate total size precisely. Decode environment variables
3994 before substituting. (Bug#38)
3995
553dd618
KH
39962009-03-24 Kenichi Handa <handa@m17n.org>
3997
3998 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 3999 encoding (Bug#2722).
553dd618 4000
c39ea606
JD
40012009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4002
4003 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4004 that gdpy is set.
4005
bc9b2b5e
AM
40062009-03-22 Alan Mackenzie <acm@muc.de>
4007
4008 * callint.c (Finteractive): Clarify the doc string - even
4009 promptless elements need \n separators.
4010
9f995a76
JR
40112009-03-22 Jason Rumney <jasonr@gnu.org>
4012
4013 * w32term.c (syms_of_w32term): Doc fix for
4014 x-use-underline-position-properties.
4015
22749e9a
EZ
40162009-03-21 Eli Zaretskii <eliz@gnu.org>
4017
4018 * w32.c (getpwuid): Change argument type to unsigned.
4019 (struct w32_id): Change type of `rid' member to unsigned.
4020 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4021 argument ID to unsigned. All callers changed.
4022 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4023
e00553bf
EZ
40242009-03-20 Eli Zaretskii <eliz@gnu.org>
4025
4026 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4027 negative, produce a float value.
4028
4029 * dired.c (make_uid, make_gid): New functions.
4030 (Ffile_attributes): Use them to avoid negative UID and GID.
4031
f761d6b6
JB
40322009-03-20 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4035 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4036 Fix typos in docstrings.
4037
d507f8d7
KH
40382009-03-19 Kenichi Handa <handa@m17n.org>
4039
4040 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
4041 changed, use font_load_for_lface to get a new font object.
4042 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
4043
4044 * frame.c (x_set_font): Handle the case that ARG is a cons.
4045
c68845e0
GM
40462009-03-19 Glenn Morris <rgm@gnu.org>
4047
4048 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4049
bfa49dd1
CY
40502009-03-19 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4053
8458d4c1
KH
40542009-03-19 Kenichi Handa <handa@m17n.org>
4055
4056 * charset.c (load_charset_map_from_file): When a mapfile can't be
4057 loaded, signal an error.
4058
78e7d1fe
EZ
40592009-03-18 Eli Zaretskii <eliz@gnu.org>
4060
4061 * dired.c (Ffile_attributes): Make sure UID and GID are always
4062 positive, even if the value is too large for a positive EMACS_INT.
4063 Doc fix.
4064
4065 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4066
5da9fdfa
YM
40672009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4068
4069 * xmenu.c (xdialog_show): Move Fredisplay call ...
4070 (Fx_popup_dialog): ... here.
4071
7519c40d
SM
40722009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * dired.c (file_name_completion): Disable the first optimization just
4075 installed, since it is not implemented correctly.
4076
2cd298e2
SM
40772009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 4080 only if the entry can affect bestmatch.
2cd298e2
SM
4081 Stop the search early, as Ftry_completion already does.
4082
48d37adf
CY
40832009-03-17 Chong Yidong <cyd@stupidchicken.com>
4084
e10c9c93 4085 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 4086
9286b16a
CY
40872009-03-15 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * keyboard.c (parse_menu_item): Don't display remappings as menu
4090 equivalent bindings (Bug#788).
4091
f7b146dc
JR
40922009-03-15 Jason Rumney <jasonr@gnu.org>
4093
4094 * w32term.h (WM_EMACS_PAINT): New message.
4095 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4096 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4097 before passing to lisp thread. (Bug#950)
4098
f761d6b6 40992009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 4100
d93f9575
CY
4101 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4102 variable as it was never reset.
4103 (ns_term_init): Remove initialization of Lisp-settable defaults
4104 and ns_expand_space.
4105 (-setPanelFromDefaultValues): Remove ns_expand_space.
4106 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4107 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
4108 i.e. no additional spacing, similar to Carbon port.
4109
d93f9575
CY
4110 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4111 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 4112
305018ec
JD
41132009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4114
4115 * sound.c (alsa_configure): Remove call to deprecated
4116 snd_pcm_sw_params_set_xfer_align.
4117
f761d6b6 41182009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
4119
4120 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4121 after clicking in a detached tool bar.
4122 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4123
46e722a9
SM
41242009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4125
348db3dd
SM
4126 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4127 int/Lisp_Object mixup).
46e722a9 4128
a3d16f39
KH
41292009-03-13 Kenichi Handa <handa@m17n.org>
4130
4131 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 4132 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
4133 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4134 (set_fontset_font): Change ARG to a vector. Handle range_list in
4135 ARG correctly.
4136 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 4137 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
4138 the above change.
4139 (fontset_from_font): Fix previous change.
fe24f56a 4140 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
4141 entry. If FONTSET is the default fontset, don't set the extra
4142 slot of the returning char-table.
4143
b066e6b6
JB
41442009-03-12 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * nsfns.m (Fx_close_connection): Doc fix.
4147 (Fns_do_applescript): Reflow docstring.
4148 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4149 (Fx_display_pixel_width, Fx_display_pixel_height)
4150 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4151 Fix typos in docstrings.
4152 (Fns_set_alpha): Fix typos in error messages.
4153
d472514e 41542009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 4155
d472514e 4156 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
4157 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4158 were used for such events.
4159
d472514e
JB
4160 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4161 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 4162
d472514e 4163 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
4164 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4165
fb930676
KH
41662009-03-11 Kenichi Handa <handa@m17n.org>
4167
ff85581a
KH
4168 * font.h (font_open_by_spec): Extern it.
4169
c50b7e98
KH
4170 * font.c (font_open_by_spec): New function.
4171 (font_open_by_name): Use font_open_by_spec.
4172
fb930676
KH
4173 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4174 fontset of the frame.
4175
4176 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4177 modify the default font of frames that use this fontset.
4178 (num_auto_fontsets): New variable.
4179 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4180 name. Be sure to set FONTSET_ASCII to the correct font name.
4181 (update_auto_fontset_alist): New function.
4182
df4e8455
JB
41832009-03-11 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * makefile.w32-in: Update dependencies.
4186
0a375797
AR
41872009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4188
4189 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4190
61313fa3
SM
41912009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4194
b55103fb
CY
41952009-03-10 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * lread.c (Feval_buffer): Doc fix.
4198
dde2559c
KH
41992009-03-09 Kenichi Handa <handa@m17n.org>
4200
4201 * charset.c (Qfile_name_handler_alist): Extern it.
4202 (load_charset_map_from_file): Temporarily bind
4203 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4204
df4e8455 42052009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4206
47f588bb
GM
4207 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4208 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4209
4ddf94bd
AR
42102009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4211
4c9bdfc2
AR
4212 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4213 (x_set_window_size): Change back to calculated method of setting
4214 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4215 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4216 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4217
fe41ae9e
AR
4218 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4219
4c9bdfc2
AR
4220 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4221 accelerator in parens under GNUstep.
4222
825d0875
KH
42232009-03-06 Kenichi Handa <handa@m17n.org>
4224
4225 These changes are to detect incorrect composition sequence without
f3b3be74 4226 looking ahead the source. (Bug#2370)
825d0875
KH
4227
4228 * coding.h: Include "composite.h".
4229 (enum compisition_state): New enum.
4230 (struct compisition_status): New struct.
4231 (struct iso_2022_spec): New member cmp_status.
4232 (struct emacs_mule_spec): New struct.
4233 (struct coding_system): New members ctext_extended_segment_len and
4234 embedded_utf_8. Change the union member
4235 spec.emacs_mule_full_support to spec.emacs_mule.
4236
4237 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4238 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4239 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4240 (ADD_COMPOSITION_DATA): New arg nbytes.
4241 (emacs_mule_char): New arg cmp_status.
4242 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4243 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4244 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4245 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4246 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4247 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4248 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4249 (EMACS_MULE_COMPOSITION_END): New macro.
4250 (emacs_mule_finish_composition): New function.
4251 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4252 (decode_coding_emacs_mule): Avoid long looking ahead while
4253 handling composition.
4254 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4255 (ENCODE_COMPOSITION_RULE): New macro.
4256 (finish_composition): New function.
4257 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4258 (DECODE_COMPOSITION_START): New implementation.
4259 (DECODE_COMPOSITION_END): Likewise.
4260 (STORE_COMPOSITION_RULE): New macro.
4261 (decode_coding_iso_2022): Avoid long looking ahead while handling
4262 composition, CTEXT extended segment, and embedded UTF-8.
4263 (setup_coding_system): For a coding of type iso-2022, reset
4264 CODING_ISO_EXTSEGMENT_LEN (coding) and
4265 CODING_ISO_EMBEDDED_UTF_8 (coding).
4266 (get_translation): Delete arguments last_block, from_nchars,
4267 to_nchars. Callers changed.
4268 (produce_chars): Don't modify charbuf. Adjusted for the change of
4269 get_translation.
98a326f7 4270 (produce_composition): Adjust for the new annotation sequence.
825d0875 4271 (handle_composition_annotation): Likewise.
98a326f7 4272 (consume_chars): Adjust for the change of get_translation.
825d0875 4273
ccbc4452
AR
42742009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4275
4ddf94bd 4276 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4277
988a7ddb
KH
42782009-03-05 Kenichi Handa <handa@m17n.org>
4279
4280 * font.c (font_select_entity): New function.
4281 (font_find_for_lface): Use font_select_entity to select a font.
4282
4283 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4284 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4285 font with C restriction.
4286
98a326f7 42872009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4288
be1bce46 4289 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4290
10ea2b82
JR
42912009-03-04 Jason Rumney <jasonr@gnu.org>
4292
2c93b248 4293 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4294 characters that have already been read. (Bug#2569)
2c93b248 4295
10ea2b82
JR
4296 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4297 Log an error message if check_image_size failed.
4298 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4299 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4300
71a0c011
EZ
43012009-03-02 Eli Zaretskii <eliz@gnu.org>
4302
4303 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4304 when decoding process output.
4305
2f63bba8
RS
43062009-03-01 Richard M Stallman <rms@gnu.org>
4307
4308 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4309
4310 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4311
0a9564cb
EZ
43122009-02-28 Eli Zaretskii <eliz@gnu.org>
4313
4314 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4315 (decode_coding_emacs_mule, decode_coding_iso_2022)
4316 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4317 (decode_coding_raw_text, decode_coding_charset)
4318 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4319 Honor inhibit-eol-conversion. (Bug #2186)
4320
449148b3
JR
43212009-02-28 Jason Rumney <jasonr@gnu.org>
4322
4323 * coding.c (detect_coding_charset): If not checking latin extra,
4324 fail on characters between 0x80 and 0xA0. (Bug#2354)
4325
a4aee864
EZ
43262009-02-28 Eli Zaretskii <eliz@gnu.org>
4327
4328 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4329 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4330
d88bee5a
GM
43312009-02-27 Glenn Morris <rgm@gnu.org>
4332
4333 * callint.c (Finteractive): Doc fix.
4334
a808f22d
KH
43352009-02-27 Kenichi Handa <handa@m17n.org>
4336
4337 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4338
caf8d60c
CY
43392009-02-27 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * font.c (font_style_to_value): Set value for unknown symbols to
4342 100 instead of 255.
b61137ea
CY
4343 (weight_table, slant_table, width_table): Treat "unspecified" as
4344 the default value.
caf8d60c 4345
1a0de25c
JB
43462009-02-26 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4349
8fc45744
JB
43502009-02-25 Juanma Barranquero <lekktu@gmail.com>
4351
107bd7d1
JB
4352 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4353 error as soon as a recursive load is detected.
8fc45744 4354
f097e223
AR
43552009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4356
4357 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4358 before caching.
4359
8810a12f
KH
43602009-02-24 Kenichi Handa <handa@m17n.org>
4361
4362 * fontset.c (fontset_find_font): Fix the condition for checking
4363 unavailable font.
4364
2c7d1565
GM
43652009-02-24 Glenn Morris <rgm@gnu.org>
4366
4367 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4368 whitespace that confuses documentation.
4369
a20878b6
MB
43702009-02-23 Miles Bader <miles@gnu.org>
4371
4372 * process.c (Flist_system_processes, Fprocess_attributes)
4373 (syms_of_process): Rename `system-process-attributes' to
4374 `process-attributes'.
4375
b3b58c01
AS
43762009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4377
1b3b981b
AS
4378 * coding.h (struct coding_system): Make safe_charsets a pointer to
4379 unsigned char.
4380 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4381 being 255.
4382 (SAFE_CHARSET_P): Likewise.
4383 (setup_iso_safe_charsets): Properly setup safe_charsets.
4384 (Fdefine_coding_system_internal): Likewise.
4385 (setup_coding_system): Likewise. Remove unneeded casts.
4386 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4387 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4388 unneeded casts.
4389
b3b58c01
AS
4390 * insdel.c (del_range_2): Don't modify gap contents when called
4391 from decode_coding_object. (Bug#1809)
4392
0b6f228c
CY
43932009-02-21 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4396 Qfont_object.
4397 (Ftype_of): Recognize font objects.
4398
4399 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4400
4401 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4402 moved to data.c.
4403
52f8870b
AR
44042009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4405
4406 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4407 async_iconified. Based on a patch by Christian Lynbech
4408 <christian.lynbech@tieto.com>.
4409 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4410
7087d5e9
GM
44112009-02-20 Glenn Morris <rgm@gnu.org>
4412
4413 * syntax.c (Fskip_chars_forward): Fix doc typo.
4414
41d2ceef
CY
44152009-02-20 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4418
1a3b7ca6
CY
44192009-02-19 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4422
73cce38d
KH
44232009-02-19 Kenichi Handa <handa@m17n.org>
4424
4425 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 4426 Don't overflow coding->carryover. (Bug#2370)
73cce38d 4427
a51092ee
DN
44282009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4429
4430 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4431
c423ecca
KH
44322009-02-18 Kenichi Handa <handa@m17n.org>
4433
4434 * font.c (font_check_otf_features): Fix handling of `nil' element.
4435 (Ffont_spec): Describe :lang and :otf in the docstring.
4436
4c1958f4
AS
44372009-02-16 Andreas Schwab <schwab@suse.de>
4438
4439 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4440 string.
4441
5704f39a
KH
44422009-02-16 Kenichi Handa <handa@m17n.org>
4443
4444 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 4445 (Bug#1723)
5704f39a 4446
8f0085aa
CY
44472009-02-14 Chong Yidong <cyd@stupidchicken.com>
4448
a057d86a 4449 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
4450
4451 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4452 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4453
aff01dd9
EZ
44542009-02-14 Eli Zaretskii <eliz@gnu.org>
4455
4456 * msdos.c (MAX_SCREEN_BUF): New macro.
4457 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4458 Encode the entire run of glyphs sharing the same face, instead of
4459 doing that one glyph at a time (fixes a bug with displaying
4460 double-size characters).
4461
ba301db3
AR
44622009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4463
4464 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4465
4466 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4467 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 4468 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
4469
4470 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 4471 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 4472
51d861de
SM
44732009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4474
ac146f82 4475 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
4476 invisible areas.
4477
7fed8996
JR
44782009-02-12 Jason Rumney <jasonr@gnu.org>
4479
631ea4fb
JR
4480 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4481 (add_font_entity_to_list): Call check_face_name even when family
4482 is unspecified.
4483
cb4a3e42
JR
4484 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4485 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 4486 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 4487
7fed8996 4488 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 4489 raster fonts. (Bug#2219)
7fed8996 4490
895416e3
KH
44912009-02-12 Kenichi Handa <handa@m17n.org>
4492
4493 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4494 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4495 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 4496 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4497 (find_automatic_composition): While looking forward and backward,
4498 check static composition. Fix where to stop looking forward.
4499 (composition_adjust_point): Fix checking of static composition.
4500 (Fcomposition_get_gstring): Pay attention to
1dacf998 4501 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4502
4503 * lisp.h (fast_looking_at): Extern it.
4504
4505 * search.c (fast_looking_at): New function.
4506
51d861de 4507 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
4508 <struct glyph>.u.cmp.to.
4509 (append_composite_glyph): Likewise.
4510
51d861de 4511 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
4512 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4513 composition.
51d861de 4514 (append_composite_glyph): Adjust for the change of
895416e3
KH
4515 <strcut glyph>.u.cmp.to.
4516
8510724d
JB
45172009-02-11 Juanma Barranquero <lekktu@gmail.com>
4518
4519 * casetab.c (init_casetab_once):
4520 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4521 * font.c (font_update_lface):
4522 * fontset.c (Fnew_fontset):
4523 * ftfont.c (ftfont_drive_otf):
4524 * xfont.c (xfont_open):
4525 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4526
294fa707
SM
45272009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * fileio.c (Fwrite_region): !NILP -> CONSP.
4530
b5bfebec
AS
45312009-02-10 Andreas Schwab <schwab@suse.de>
4532
4533 * process.c (send_process): Properly relocate pointer into data
adab88bd 4534 when using encoded data. (Bug#2272)
b5bfebec 4535
cb84a2be
KH
45362009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4537
4538 * coding.c (detect_coding_charset): Fix previous change.
4539
89e09428
JR
45402009-02-08 Jason Rumney <jasonr@gnu.org>
4541
4542 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 4543 disappeared while hourglass was displayed. (Bug #2193)
89e09428 4544
4470a277
AS
45452009-02-07 Andreas Schwab <schwab@suse.de>
4546
4547 * unexelf.c (unexec): Fix error message.
4548
3175b12a
AR
45492009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4550
4551 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 4552 when modal window is active. (Bug #2152)
3175b12a
AR
4553 (applicationShouldTerminate:): Remove now-unneeded while loop
4554 around NSRunAlertPanel.
4555
4556 * nsmenu.m (popupSession): New file-global variable.
4557 (pop_down_menu): End the popupSession before closing dialog.
4558 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4559 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4560 don't query NSApp for events (just sleep instead).
4561
8434d0b8
EZ
45622009-02-07 Eli Zaretskii <eliz@gnu.org>
4563
51d861de
SM
4564 * coding.c (syms_of_coding) <translation-table-for-input>:
4565 Modify doc string to discourage use for character code unification.
8434d0b8 4566
aa82edfd
CY
45672009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4568
4569 * atimer.c (run_timers): Update pending_atimers.
4570
2d283c7c
CY
45712009-02-06 Chong Yidong <cyd@stupidchicken.com>
4572
eb306cab
CY
4573 * image.c (svg_load_image): Fix last change.
4574
2d283c7c
CY
4575 * xfns.c (Fx_create_frame): Signal an error if no font is
4576 found (Bug#2147).
4577
4d8e170e
JB
45782009-02-05 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * character.c (syms_of_character) <script-representative-chars>:
4581 Fix typo in docstring.
4582
c96169a0
AR
45832009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4584
4585 * nsmenu.m (pop_down_menu): New function.
4586 (ns_popup_dialog): Call it on unwind.
4587 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4588 call timer_check() (Bug#2154).
4589 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4590 handling_signal is set.
4591 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4592
31fd7c5c 4593 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
4594
4595 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4596
4597 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4598
51d861de
SM
4599 * keyboard.c (poll_for_input_1, handle_async_input):
4600 Set handling_signal under HAVE_NS.
c96169a0 4601
aacd8ba1
GM
46022009-02-04 Glenn Morris <rgm@gnu.org>
4603
4604 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4605
4cb75c4b
KH
46062009-02-04 Kenichi Handa <handa@m17n.org>
4607
4608 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4609
4610 * charset.c (Fchar_charset): New optional arg restriction.
4611
4612 * coding.h (coding_system_charset_list): Extern it.
4613
4614 * coding.c (coding_system_charset_list): New function.
4615
4616 * composite.c: Include coding.h and termhooks.h.
4617 (composition_gstring_p): Fix for the terminal case.
4618 (composition_gstring_width): Likewise.
4619 (fill_gstring_body): Likewise.
4620 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4621 the frame.
4622 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4623 is within a composition.
867d4bb3 4624 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
4625
4626 * term.c (encode_terminal_code): Fix handling of composition.
4627 (produce_composite_glyph): For static composition, get pixel_width
4628 from struct composition.
4629
826ba17e
AS
46302009-02-02 Andreas Schwab <schwab@suse.de>
4631
4632 * unexelf.c (unexec): Handle unaligned bss offset.
4633
8ad093db
AR
46342009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4635
4636 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4637 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 4638
8ad093db
AR
4639 * keyboard.c (handle_interrupt): Don't call
4640 quit_throw_to_read_char() under NS.
d0a76a6e 4641
8ad093db
AR
4642 * blockinput.h: Remove NS-specific code.
4643
4d18a7a2
DN
46442009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4645
db878925
DN
4646 * dispnew.c (window_change_signal): Don't try to get the size of a
4647 suspended tty frame.
4648 * term.c (Fresume_tty): Resize if the size has changed while the
4649 tty was suspended.
4650
4d18a7a2
DN
4651 * alloc.c (mark_stack): Properly conditionalize previous change.
4652
8984df7c
JB
46532009-01-30 Juanma Barranquero <lekktu@gmail.com>
4654
4655 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4656 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4657 Remove; this code is not used on Windows.
4658
75f4f1ac
EZ
46592009-01-30 Eli Zaretskii <eliz@gnu.org>
4660
4661 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4662 EOLs that also has stray ^M characters.
4663
07a1e794
JB
46642009-01-30 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * atimer.c (run_timers, alarm_signal_handler):
4667 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4668 * w32inevt.c (w32_console_read_socket):
4669 * w32term.c (w32_read_socket):
4670 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4671
a8b11cc9
CY
46722009-01-30 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4675 Initialize it as a relative filename pattern.
4676 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4677 (Fcall_process_region): Simplify temp file creation using
4678 temporary-file-directory.
4679
c279587b
EZ
46802009-01-29 Eli Zaretskii <eliz@gnu.org>
4681
4682 * msdos.c: Rename pending_signals to msdos_pending_signals.
4683 (sig_suspender, sigprocmask): Adjust.
4684
a8fe3242
CY
46852009-01-29 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * keyboard.c (pending_signals): New var.
4688 (poll_for_input, input_available_signal, init_keyboard): Set it.
4689 (process_pending_signals): New function.
4690
4691 * lisp.h (QUIT): Check pending_signals instead of
4692 interrupt_input_pending. Use process_pending_signals.
4693
51d861de 4694 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 4695
51d861de 4696 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
4697
4698 * sysdep.c (emacs_write): Use process_pending_signals.
4699
4700 * xterm.c (XTread_socket): Update pending_signals.
4701
4702 * w32term.c (w32_read_socket): Update pending_signals.
4703
4704 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4705
6570a1c4
KH
47062009-01-29 Kenichi Handa <handa@m17n.org>
4707
4708 * xftfont.c (xftfont_has_char): New function.
4709 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4710
d72a4afa
AR
47112009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4712
4713 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4714 under GNUstep.
4715 (ns_query_color): New declaration.
4716
4717 * nsterm.m (ns_confirm_quit): New variable.
4718 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4719 (EmacsApp-applicationShouldTerminate:): Use it.
4720 (EmacsPrefsController): Let user set it.
4721 (ns_query_color): New function.
4722 (ns_defined_color): Use it.
4723 (ns_initialize): Drop.
4724 (ns_term_init): Add two lines from ns_initialize(), and set
4725 input_interrupt_mode to nil.
4726
4727 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 4728 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 4729
9fe78804
KH
47302009-01-28 Kenichi Handa <handa@m17n.org>
4731
4732 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
4733 (fontset_get_font_group): Remember that no font-group is specified
4734 for C.
9fe78804 4735
fa57de36
CY
47362009-01-27 Chong Yidong <cyd@stupidchicken.com>
4737
930600e9
CY
4738 * fns.c (concat): Check for string overflow (bug#1787).
4739
fa57de36
CY
4740 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4741 Quadruple undo limits (bug#1501).
4742
7179ce7b
KH
47432009-01-27 Kenichi Handa <handa@m17n.org>
4744
4745 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4746 directly use GT_Get_Char_index.
4747
4748 * xftfont.c (struct xftfont_info): New member `index'.
4749
4750 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 4751 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 4752
5be8fcc0
CY
47532009-01-26 Kenichi Handa <handa@m17n.org>
4754
4755 * fontset.c (fontset_find_font): Fix handling of non-cons return
4756 value of fontset_get_font_group.
4757 (fontset_font): Revert last change.
4758
19ae3e61
JR
47592009-01-26 Jason Rumney <jasonr@gnu.org>
4760
4761 * w32font.c (w32font_list_internal): Return quickly if registry is
4762 unknown. Simplify final return.
4763 (add_font_entity_to_list): Break complex logic down into more
4764 manageable chunks. Move unknown registry check to
4765 w32font_list_internal.
4766
8612b71a
AR
47672009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4768
4769 Changes to remove Feval calls from GUI under NS.
4770
d8038940
JB
4771 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4772 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
4773 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4774
4775 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4776 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4777 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4778 instead of NON_ASCII_KEYSTROKE_EVENT.
4779 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4780 (EmacsApp-applicationShouldTerminate:): Query user.
4781 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4782 instead of Feval.
4783
4784 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4785
4786 * keyboard.c (kbd_buffer_get_event): Check for it.
4787 (keys_of_keyboard): Define lispy keys for
4788 ns-put/unput-working-text.
4789
4790 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4791 versions.
4792 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4793
6288ae55
CY
47942009-01-25 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 4797 setting current_buffer directly. (Bug#2044)
6288ae55 4798
289e7f8f
CY
47992009-01-24 Chong Yidong <cyd@stupidchicken.com>
4800
5ce87308 4801 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 4802 any work. (Bug#1952, bug#1990).
5ce87308 4803
64cc3cf6 4804 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 4805
b3243e6f
AR
48062009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4807
4808 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
4809 (ns_no_defaults): New declaration.
4810 (main): Use it.
e0d2e69a 4811
d900b2af 4812 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 4813
d900b2af 4814 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 4815
d900b2af
AR
4816 * nsterm.m (ns_no_defaults): New variable.
4817 (ns_initialize): Don't read defaults when ns_no_defaults.
4818 (EmacsView-readSelectionFromPasteboard:)
4819 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 4820 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
4821 (ns_dumpglyphs_stretch): New function.
4822 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 4823 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 4824
e0d2e69a
AR
4825 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4826
3ac71f5d
CY
48272009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4828
4829 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4830 call for Sparc64.
4831
3fe53a83
AR
48322009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4833
4834 * nsfns.m:
4835 * nsgui.h:
4836 * nsmenu.m:
4837 * nsselect.m:
4838 * nsterm.h:
4839 * nsterm.m: Remove '23' comments that indicated code added during
4840 update from emacs-20 -> emacs-23.
4841
10f87c6f 48422009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
4843
4844 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 4845 ns_alternate_modifier. (Bug#1217)
a3b53a85 4846
c7cef62d
AR
4847 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4848 Display all shortcuts, including those w/o super modifier.
4849
575fb8bd
AR
4850 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4851
918b848b
CY
48522009-01-22 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * fileio.c (Vwrite_region_post_annotation_function)
4855 (Vwrite_region_annotation_buffers): New vars.
4856 (build_annotations_unwind): Just reset
4857 Vwrite_region_annotation_buffers.
4858 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4859 Call write-region-post-annotation-function.
4860 (build_annotations): Add to Vwrite_region_annotation_buffers if
4861 buffer changes.
4862
a39e2539
AR
48632009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4864
4865 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4866 Tiger.
51d861de
SM
4867 * nsfns.m (ns_do_applescript):
4868 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 4869
35ed44db
AR
48702009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4871
4872 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4873
cbe0b5bf
AR
48742009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4875
4876 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 4877
6049d3a0
AR
4878 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4879
4880 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
4881 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4882 handle Ctrl-tab. (Bug#1841)
4883 (ns_get_color): Use unsigned long long for scanned hex string value.
4884 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 4885 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 4886 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 4887 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 4888 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 4889 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 4890 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 4891
d3810c21 4892 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 4893 DPI. (Bug#1316)
d3810c21
AR
4894 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4895 values in onTiger section.
4c7077c3 4896
e301e634
CY
48972009-01-19 Chong Yidong <cyd@stupidchicken.com>
4898
7f82490b
CY
4899 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4900 Check return value of font_spec_from_name.
64cc3cf6 4901 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
4902
4903 * font.c (font_spec_from_name): Return Qnil if font name could not
4904 be parsed.
4905 (font_parse_name): Treat a `?' character as part of an XLFD.
4906
e301e634
CY
4907 * fns.c (Fsubstring): Doc fix.
4908
1c0db158
KH
49092009-01-19 Kenichi Handa <handa@m17n.org>
4910
51d861de 4911 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
4912 (ftfont_list): Likewise.
4913
acf20901
JB
49142009-01-18 Juanma Barranquero <lekktu@gmail.com>
4915
fff4e459
JB
4916 * dbusbind.c (Fdbus_register_signal):
4917 * process.c (conv_sockaddr_to_lisp):
4918 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4919
acf20901
JB
4920 * callproc.c (Fgetenv_internal): Doc fix.
4921
e7abcdfb
CY
49222009-01-16 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4925 it is not even used.
4926
b60861e6
GM
49272009-01-16 Glenn Morris <rgm@gnu.org>
4928
4929 * font.c (Ffont_variation_glyphs): Silence compiler.
4930
8db52afe
JB
49312009-01-15 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4934 Reported by David Robinow <drobinow@gmail.com>.
4935
4cddb209
KH
49362009-01-15 Kenichi Handa <handa@m17n.org>
4937
51d861de 4938 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 4939
f247f67b
JR
49402009-01-14 Jason Rumney <jasonr@gnu.org>
4941
4942 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 4943 never a fontset. (Bug#1562)
f247f67b 4944
f56a4450
KH
49452009-01-14 Kenichi Handa <handa@m17n.org>
4946
4947 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 4948 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 4949
4e99855e
CY
49502009-01-13 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * font.c (font_clear_prop): If clearing the family, clear the font
4953 width index too.
4954
fff4e459 4955 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 4956
24f01470
JB
49572009-01-12 Juanma Barranquero <lekktu@gmail.com>
4958
4959 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4960 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4961 functions, use sizeof.
4962
a41240a3
MR
49632009-01-12 Martin Rudalics <rudalics@gmx.at>
4964
4965 * keyboard.c (read_char): Fix case where last_nonmenu_event
4966 returned a bad value with submenus. (Bug#447)
4967
944636b8
CY
49682009-01-12 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4971 family, clear the font width index too.
4972
0dad7c6f
JR
49732009-01-11 Jason Rumney <jasonr@gnu.org>
4974
4975 * keyboard.c (cmd_error_internal): Exit when errors occur before
4976 frame creation and not in daemon mode. (Bug#1836)
4977
7c2363af
CY
49782009-01-10 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4981 of a display vector, backtrack.
4982 (try_window_reusing_current_matrix): Check glyph type before
4983 referencing charpos member.
4984
97b1b294
EZ
49852009-01-10 Eli Zaretskii <eliz@gnu.org>
4986
4987 Fix Bug #876:
4988
4989 * coding.c (inhibit_null_byte_detection): New variable.
4990 (detect_coding, detect_coding_system): Don't pay attention to null
4991 bytes if inhibit_null_byte_detection is non-zero.
51d861de 4992 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
4993 <inhibit-iso-escape-detection>: Doc fix.
4994
4624b6e3
JR
49952009-01-09 Jason Rumney <jasonr@gnu.org>
4996
4997 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 4998 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
4999 Only report Unicode Plane 2 fonts as unicode-sip.
5000
323b840c
CY
50012009-01-09 Chong Yidong <cyd@stupidchicken.com>
5002
51d861de
SM
5003 * xfaces.c (Fx_font_family_list): Delete function.
5004 Move compatibility version to faces.el.
323b840c 5005
51d861de 5006 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 5007
eba7400d
MR
50082009-01-09 Martin Rudalics <rudalics@gmx.at>
5009
5010 * frame.c (x_set_frame_parameters): Remember requested value for
5011 fullscreen before it's reset by the parameter handler.
5012
4b09796d
GM
50132009-01-09 Glenn Morris <rgm@gnu.org>
5014
5015 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 5016 (last_command_event): ... and update all users.
4b09796d
GM
5017 (last_input_char): For clarity, rename to...
5018 (last_input_event): ... and update all users.
5019 (last-command-char, last-input-char): Move to subr.el as aliases.
5020 * cmds.c, commands.h: Update for last_command_char rename.
5021
14ccea62
CY
50222009-01-08 Chong Yidong <cyd@stupidchicken.com>
5023
51d861de 5024 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 5025
5f004711
JR
50262009-01-08 Jason Rumney <jasonr@gnu.org>
5027
5028 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5029 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5030 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5031 Don't declare.
fff4e459 5032 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
5033 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5034
b71f6f73
KH
50352009-01-07 Kenichi Handa <handa@m17n.org>
5036
50b06221 5037 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 5038 remember the coding system used for decoding in
50b06221
KH
5039 coding_system (Bug#1039).
5040
b71f6f73 5041 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 5042 breaking the loop. (Bug#870)
b71f6f73
KH
5043 (decode_coding_utf_16, decode_coding_emacs_mule)
5044 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5045 (decode_coding_charset): Likewise.
5046
56f668f7
MR
50472009-01-05 Martin Rudalics <rudalics@gmx.at>
5048
5049 * frame.c (x_set_frame_parameters): Make sure height (width) get
5050 applied when fullwidth (fullheight) is set. (Bug#1522)
5051
5da9424d
JB
50522009-01-04 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5055 (utc_base): Declare as ULONGLONG, not long double.
5056 (convert_time_raw): Delete.
5057 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5058 (initialize_utc_base): New function.
5059 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5060 (convert_from_time_t): Use initialize_utc_base; compute result with
5061 64-bit arithmetic.
5062 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5063
c4605e09
EZ
50642009-01-03 Eli Zaretskii <eliz@gnu.org>
5065
9acef61c 5066 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
5067 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5068 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5069 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5070 [!subprocesses]: Define.
5071 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5072 (Flist_system_processes, Fsystem_process_attributes)
5073 [!subprocesses]: Call list_system_processes and
5074 system_process_attributes instead of returning Qnil.
5075
9acef61c
JB
5076 * dosfns.c (system_process_attributes, list_system_processes):
5077 New functions.
c4605e09
EZ
5078
5079 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5080
5081 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5082 Don't use the default (no-op) implementation.
5083
8b7d0a16
JR
50842009-01-03 Jason Rumney <jasonr@gnu.org>
5085
a6d46bc1
JR
5086 * keyboard.c (parse_modifiers_uncached): Wheel events are
5087 clicks (bug#687).
5088
8b7d0a16
JR
5089 * w32term.c (x_query_colors, x_query_color): New functions.
5090
5091 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5092 (svg_load_image): Cast returned pointers from dynamically loaded
5093 functions. Eliminate W32 specific code.
5094
bfe11752
DN
50952009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5096
89e2438a
DN
5097 * nsfns.m (x_set_foreground_color, x_set_background_color)
5098 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5099 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5100 x_ prefix instead of ns_. Update references.
5101 (syms_of_nsfns): Add a FIXME comment.
5102
5103 * nsterm.m (x_set_cursor_type): New prototype.
5104 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5105
bfe11752
DN
5106 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5107 for Solaris instead of incorrectly providing Qutime and Qcutime.
5108
031da700
EZ
51092009-01-02 Eli Zaretskii <eliz@gnu.org>
5110
5111 * w32.c (process_times): Compute sum of utime and stime.
5112 (system_process_attributes): Add Qtime to the alist.
5113
5114 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5115 and add them to the alist.
5116
5117 * process.c (top level) <Qtime, Qctime>: New variables.
5118 (syms_of_process): staticpro them.
5119 (Fsystem_process_attributes): Add their documentation to the doc
5120 string.
5121
5122 * process.h: Declare Qtime and Qctime.
5123
df23bf08
JR
51242009-01-02 Jason Rumney <jasonr@gnu.org>
5125
9acef61c 5126 * image.c (Qgobject): New symbol.
df23bf08
JR
5127 (syms_of_image): Initialize it.
5128 (init_svg_functions): Load some functions from gobject library.
5129
5bbdf7aa
DN
51302009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5131
5132 * frame.c (make_terminal_frame): Remove redundant code and useless
5133 block.
5134
63136da6
AS
51352009-01-01 Andreas Schwab <schwab@suse.de>
5136
5137 * process.c (conv_sockaddr_to_lisp): Add workaround for
5138 getsockname bug on BSD.
5139
9ef69046
CY
51402009-01-01 Chong Yidong <cyd@stupidchicken.com>
5141
d6fafbe0
CY
5142 * xfns.c (x_create_tip_frame): Set border width of the X window.
5143
51d861de 5144 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 5145
f9c34147
JR
51462009-01-01 Jason Rumney <jasonr@gnu.org>
5147
9acef61c 5148 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
5149 Don't block input, as per earlier xterm.c changes.
5150
f5497e45
AR
51512008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5152
5153 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5154 (ns_appkit_version_int): New function.
5155 (x-server-version): Use ns_appkit_version_int and follow 21+
5156 convention of returning 3 integers.
5157
c19cab20
KH
51582008-12-30 Kenichi Handa <handa@m17n.org>
5159
5160 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5161 (CHAR_SURROGATE_PAIR_P): New macro.
5162
5163 * font.h (struct font_driver): New member get_variation_glyphs.
5164
9acef61c 5165 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
5166 (Ffont_variation_glyphs): New function.
5167 (syms_of_font): Defsubr it.
5168
5169 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5170 ftfont_variation_glyphs.
5171 (setup_otf_gstring): New function.
5172 (ftfont_drive_otf): Use it.
5173 (ftfont_shape_by_flt): Handle variation selector.
5174 (ftfont_variation_glyphs): New function.
5175
28cd591f
MR
51762008-12-30 Martin Rudalics <rudalics@gmx.at>
5177
5178 * frame.c (Vemacs_iconified): Remove.
5179
7f714baf
JR
51802008-12-30 Jason Rumney <jasonr@gnu.org>
5181
5182 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 5183 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 5184
9d2d22ab
CY
51852008-12-30 Chong Yidong <cyd@stupidchicken.com>
5186
5187 * indent.c (Fvertical_motion): Don't advance iterator if we have
5188 reseated to the desired position.
5189
5190 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5191 checking for pos match.
5192
545312c2
KH
51932008-12-30 Kenichi Handa <handa@m17n.org>
5194
1ede3eb6
KH
5195 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5196 just get the low 8-bit of the code.
5197
545312c2
KH
5198 * font.c (font_intern_prop): Validate str as multibyte.
5199
bd7bbf29
DN
52002008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5201
31e0750e
DN
5202 * dispextern.h (struct face): Move lface and hash from the middle
5203 of bitfields.
5204
bd7bbf29
DN
5205 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5206
b5672e7c
DN
52072008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5210 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5211 instead of intervals.h.
5212
d704470f
AS
52132008-12-26 Andreas Schwab <schwab@suse.de>
5214
5215 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5216 cons.
5217
54b33868
MR
52182008-12-26 Martin Rudalics <rudalics@gmx.at>
5219
5220 * textprop.c (Qminibuffer_prompt): New variable.
5221 (syms_of_textprop): Initialize it.
5222 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5223 in minibuffer-prompt face. (Bug#1662)
5224
40b615d6
JR
52252008-12-25 Jason Rumney <jasonr@gnu.org>
5226
5227 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5228
baae5c2d
JR
52292008-12-24 Jason Rumney <jasonr@gnu.org>
5230
5231 * ralloc.c (r_alloc_reset_variable): New function.
5232
5233 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5234 record of what points where. (Bug#716)
baae5c2d 5235
a9051c88
DN
52362008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5237
5238 * minibuf.c (read_minibuf): Follow the non-interactive case when
5239 running as a daemon, before detaching.
5240
8b146312
AS
52412008-12-22 Andreas Schwab <schwab@suse.de>
5242
5243 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5244 * gtkutil.c (free_widget_value): Use xfree instead of free.
5245
56f2de10
MR
52462008-12-22 Martin Rudalics <rudalics@gmx.at>
5247
5248 * frame.c (delete_frame): New function derived from
5249 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5250 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5251 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5252 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5253 * frame.h: Extern delete_frame.
5254 * window.c (window_loop):
5255 * terminal.c (delete_terminal):
5256 * xterm.c (x_connection_closed):
5257 * xfns.c (Fx_hide_tip):
9acef61c 5258 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5259
1fc200d6
JR
52602008-12-21 Jason Rumney <jasonr@gnu.org>
5261
5262 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5263 when character maps to .notdef character.
5264
5e252df2
SM
52652008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5268
99b72cc4
JR
52692008-12-20 Jason Rumney <jasonr@gnu.org>
5270
5271 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5272 a graphical frame on Windows. (Bug#1325)
99b72cc4 5273
acc49a52
JD
52742008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5275
5276 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5277
6ea15123
CY
52782008-12-20 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * minibuf.c (Fread_buffer): Doc fix.
5281
b2dab6c8
JR
52822008-12-20 Jason Rumney <jasonr@gnu.org>
5283
54ea0c87 5284 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5285 server name in UNC paths. (Bug#719)
54ea0c87 5286
b2dab6c8 5287 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5288 charbuf. (Bug#1035)
b2dab6c8 5289
6d1921be
DN
52902008-12-19 Daniel Engeler <engeler@gmail.com>
5291
5292 * sysdep.c (serial_configure): Fix typo.
5293
53934c98
DN
52942008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * sysdep.c: Include alloca.h.
f4f634e8
DN
5297 (system_process_attributes): Add implementation for Solaris.
5298
5299 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5300
06e111a6
DN
53012008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 Reorganize implementation of Flist_system_processes and
5304 Fsystem_process_attributes. No functional changes.
5305 * process.c: Don't #include pwd.h, grp.h and limits.h.
5306 (Flist_system_processes): Just call list_system_processes.
5307 (Fsystem_process_attributes): Just call system_process_attributes.
5308 (procfs_list_system_processes, time_from_jiffies)
5309 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5310 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5311
5312 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5313 (list_system_processes): Rename from
5314 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5315 Provide a do nothing implementation.
5316 (system_process_attributes): Rename from
5317 procfs_list_system_processes.
5318 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5319 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5320
5321 * w32.c (list_system_processes): Rename from
5322 w32_list_system_processes.
5323 (system_process_attributes): Rename from
5324 w32_system_process_attributes.
5325
5326 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5327
5328 * process.h (w32_list_system_processes)
5329 (w32_system_process_attributes): Remove.
362654a6
JB
5330 (list_system_processes, system_process_attributes):
5331 New prototypes.
06e111a6 5332
6a705b23
KH
53332008-12-19 Kenichi Handa <handa@m17n.org>
5334
5335 * xfont.c (xfont_decode_coding_xlfd): New function.
5336 (xfont_encode_coding_xlfd): New function.
5337 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5338 (xfont_list): Decode and encode XLFD by iso-8859-1.
5339 (xfont_match): Likewise.
5340 (xfont_list_family): Likewise.
5341 (xfont_open): Likewise.
5342
d66c0241 5343 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5344 names are utf-8.
5345
d66c0241 5346 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5347 names are utf-8.
5348
5a130941
JD
53492008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5350
5351 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5352 changed.
bfd20325
JD
5353 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5354 clicked on a detached tool bar button.
5a130941 5355
fd95644b
DN
53562008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5357
5358 * emacs.c (main): Print and error and exit when no data is read
5359 from the pipe.
5360
e6eee6ae
JR
53612008-12-17 Jason Rumney <jasonr@gnu.org>
5362
5363 * w32font.c (w32font_has_char): Always return -1.
5364
a35dd56b
KH
53652008-12-16 Kenichi Handa <handa@m17n.org>
5366
5367 * font.c (font_open_entity): Fix previous change.
5368
0e3635c2
DN
53692008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5370
5371 * process.c: Include <limits.h>.
5372
d4835507 53732008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
5374
5375 * font.c (font_update_drivers): Fix mistake in reconstructing the
5376 driver list.
5377
53782008-12-16 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * font.c (font_clear_cache): Fix format of font cache data.
5381
e2cbc401
CY
53822008-12-15 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * xftfont.c (xftfont_open): Free Xft font pattern if
5385 XftFontOpenPattern fails.
5386
5387 * xterm.c (x_free_frame_resources): Remove extraneous call to
5388 free_frame_faces.
5389
b131d535
CY
53902008-12-13 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * xterm.c (x_delete_display): Move xim_close_dpy call to
5393 x_delete_terminal.
5394 (x_delete_terminal): Call xim_close_dpy.
5395
e6df5336
JR
53962008-12-13 Jason Rumney <jasonr@gnu.org>
5397
5398 * w32font.c (intern_font_name): New function.
5399 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5400 (w32font_open_internal, Fx_select_font): Decode font name.
5401 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5402
5403 * w32font.h (intern_font_name): Declare new function.
5404
5405 * w32uniscribe.c (add_opentype_font_name_to_list):
5406 Use intern_font_name.
5407
20d68145
CY
54082008-12-13 Chong Yidong <cyd@stupidchicken.com>
5409
9f2554de
CY
5410 * frame.c (Fdelete_frame): Call free_font_driver_list.
5411
3d9bec9a
CY
5412 * font.c (free_font_driver_list): Implement missing function.
5413
20d68145
CY
5414 * w32term.c (w32_term_init): Don't initialize the image cache
5415 here; it will be done in init_frame_faces.
5416
5417 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5418 (struct x_display_info): Remove unused member null_pixel. New
5419 member xim_callback_data.
5420
5421 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5422 (xim_initialize): Save pointer to callback function data.
5423 (xim_close_dpy): Free callback function data. Call XCloseIM,
5424 reverting 2008-11-04 change by David Smith.
5425 (x_term_init): Don't initialize the image cache here; it will be
5426 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5427 (x_delete_display): Free x_dnd_atoms member.
5428
96f9306b
KH
54292008-12-13 Kenichi Handa <handa@m17n.org>
5430
6dec9044
JB
5431 * font.c (font_rescale_ratio): Moved from xfaces.c.
5432 Argument type changed. Handle a font-spec too.
96f9306b 5433 (font_score): Check Vface_font_rescale_alist.
6dec9044 5434 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
5435
5436 * xfaces.c (font_rescale_ratio): Moved to font.c.
5437
8d5b4964
CY
54382008-12-13 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5441
e6df5336
JR
54422008-12-12 Jason Rumney <jasonr@gnu.org>
5443
5444 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5445 Vwindow_system_version to the real w32 major version.
5446
97c6058a
DN
54472008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * term.c (init_tty): Move setting the terminal name before the
5450 potential user: maybe_fatal.
5451
ec4e88d7
CY
54522008-12-11 Chong Yidong <cyd@stupidchicken.com>
5453
d4835507
JB
5454 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5455 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 5456
b4233ec9
JR
54572008-12-11 Jason Rumney <jasonr@gnu.org>
5458
8ec71e23 5459 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 5460 SYMBOL_CHARSET. (Bug#547)
8ec71e23 5461
b4233ec9 5462 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 5463 size for surrogates. (Bug#1096, bug#872)
b4233ec9 5464
011a0143
JB
54652008-12-11 Juanma Barranquero <lekktu@gmail.com>
5466
5467 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5468
3c309f34
JB
54692008-12-11 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * process.c (Fsystem_process_attributes, syms_of_process):
5472 Fix typo in name of Ssystem_process_attributes.
5473 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5474
fedc6ab5
JB
54752008-12-11 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * syntax.c (Fmodify_syntax_entry): Doc fix.
5478
ba3de0e8
JB
54792008-12-10 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * font.c (Ffont_spec): Move usage to end of docstring.
5482
174f1c74
JR
54832008-12-10 Jason Rumney <jasonr@gnu.org>
5484
5485 * w32font.c (Qcham): New symbol.
5486 (font_supported_scripts): Add cham, and comments for other new
5487 scripts in bitfield from OpenType spec.
9d32f818
JR
5488 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5489 contain characters beyond the bmp.
174f1c74 5490
7b649478
KH
54912008-12-10 Kenichi Handa <handa@m17n.org>
5492
5493 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 5494 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
5495 Qunicode_sip.
5496
2133e2d1
JB
54972008-12-10 Juanma Barranquero <lekktu@gmail.com>
5498
5499 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5500 (Fcoding_system_put): Use QCdefault_char.
5501 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5502
9af886ee
CY
55032008-12-09 Chong Yidong <cyd@stupidchicken.com>
5504
74d819eb
CY
5505 * xftfont.c (syms_of_xftfont): Fix typo.
5506
4ccfa1c0 5507 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 5508
7c19d3ae
DN
55092008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5510
5511 * emacs.c (main): Close daemon_pipe on exec.
5512
567826bb
CY
55132008-12-08 Chong Yidong <cyd@stupidchicken.com>
5514
5515 * termchar.h (struct tty): New members termcap_term_buffer and
5516 termcap_strings_buffer.
5517
5518 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 5519 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
5520 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5521 All callers changed.
5522 (init_tty): Store termcap data and string buffers in new struct
5523 tty members termcap_term_buffer and termcap_strings_buffer.
5524 (delete_tty): Free them.
4ccfa1c0 5525 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 5526
aa96c42b
SZ
55272008-12-07 Seiji Zenitani <zenitani@mac.com>
5528
5529 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 5530 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 5531
b7e1d896
CY
55322008-12-06 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * coding.c (make_conversion_work_buffer): Disable buffer
5535 modification hooks in the work buffer.
5536
b5ec91a5
EZ
55372008-12-05 Eli Zaretskii <eliz@gnu.org>
5538
5539 * process.c (procfs_system_process_attributes): If `nread' has a
5540 negative value, assign zero to it.
5541
a5d2a52b
CY
55422008-12-05 Chong Yidong <cyd@stupidchicken.com>
5543
68c5540b 5544 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 5545
7bf1bb21
KH
55462008-12-05 Kenichi Handa <handa@m17n.org>
5547
5548 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5549 second character is a combining character.
5550
2fdc7d00
EZ
55512008-12-05 Eli Zaretskii <eliz@gnu.org>
5552
5553 * process.c (procfs_system_process_attributes): Don't use cmd,
5554 cmdsize, and q without initializing them first.
5555
bf6bfba8
JR
55562008-12-04 Jason Rumney <jasonr@gnu.org>
5557
5558 * w32font.c (w32font_draw): Initialize orig_clip before getting
5559 it, and delete it when finished.
5560
a3b1a468
DN
55612008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5562
5563 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5564 case when running as a daemon before detaching.
5565
8b8be8eb
JB
55662008-12-03 Juanma Barranquero <lekktu@gmail.com>
5567
805f2638 5568 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 5569
b1bde622
KH
55702008-12-03 Kenichi Handa <handa@m17n.org>
5571
e500c47d
KH
5572 * font.c (font_at): Set `multibyte' at first.
5573
ca516334
KH
5574 * coding.c (decode_coding_charset): Check type of an element of
5575 vector VALIDS.
7bf1bb21 5576 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 5577
4ccfa1c0 5578 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
5579 (font_for_char): Likewise.
5580
1e5ecd37
CY
55812008-12-03 Chong Yidong <cyd@stupidchicken.com>
5582
d5b01609 5583 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
5584 (font_update_lface): Handle fonts with corrupted size specs,
5585 i.e. non-int and non-float.
d5b01609 5586
11e3a6e4 5587 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 5588 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 5589 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 5590
ab06788b
CY
5591 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5592
1e5ecd37 5593 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 5594 underline_minimum_offset for underline position.
1e5ecd37 5595
63c125ab
DN
55962008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5597
5598 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5599
5600 * character.c (c_string_width): Specify the type for LEN.
5601
3a8406e1
KH
56022008-12-03 Kenichi Handa <handa@m17n.org>
5603
4ccfa1c0 5604 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 5605 (decode_coding_utf_8): Likewise.
4ccfa1c0 5606 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 5607 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 5608
651df7d9
CY
56092008-12-02 Chong Yidong <cyd@stupidchicken.com>
5610
5611 * keyboard.c (make_lispy_position): Only use PT if the selected
5612 window is current.
5613
1f625c6c
AS
56142008-12-02 Andreas Schwab <schwab@suse.de>
5615
f7741ce9
AS
5616 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5617
1f625c6c
AS
5618 * doprnt.c (doprnt1): Fix size of charbuf.
5619
92bc2678
CY
56202008-12-02 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * keyboard.c (timer_check): Revert last change.
5623
93b9e8cc
JB
56242008-12-02 Juanma Barranquero <lekktu@gmail.com>
5625
5626 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5627
fd7a37d5
JB
56282008-12-01 Juanma Barranquero <lekktu@gmail.com>
5629
5630 * makefile.w32-in: Update dependencies.
5631 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5632
c115043b
AS
56332008-12-01 Andreas Schwab <schwab@suse.de>
5634
5635 * font.c (register_font_driver): Use xmalloc.
5636 (font_put_frame_data): Likewise.
5637
f5668d2a
CY
56382008-12-01 Chong Yidong <cyd@stupidchicken.com>
5639
860d96be
CY
5640 * xfaces.c (realize_x_face): Make abort condition clearer.
5641
f5668d2a
CY
5642 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5643
379c17e7
CY
56442008-11-30 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * keyboard.c (timer_check): After a timer runs, ensure that the
5647 selected window's buffer is current.
5648
35f36d65
JB
56492008-11-30 Juanma Barranquero <lekktu@gmail.com>
5650
f952c61c
JB
5651 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5652 It was accidentally restored by the Unicode merge.
5653
35f36d65
JB
5654 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5655
b23077df
JB
56562008-11-29 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * w32proc.c: Include "coding.h".
5659 (Fw32_short_file_name): Encode filename passed to Windows API.
5660 (Fw32_long_file_name): Encode filename passed to Windows API and
5661 decode back the result. (Bug#1433)
5662
b8ebe9dd
KH
56632008-11-29 Kenichi Handa <handa@m17n.org>
5664
8cc53f96
KH
5665 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5666 not before accessing it.
5667
b8ebe9dd
KH
5668 * charset.c (Fdefine_charset_internal): After calculating
5669 min_char, max_char, and fastmap, copy the charset structure again.
5670 (encode_char): Fix the previous change.
5671
59bc82c0
SZ
56722008-11-28 Seiji Zenitani <zenitani@mac.com>
5673
5674 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5675
5676 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5677
5678 * nsterm.m (x_set_frame_alpha): New function.
5679
32247e3d
EZ
56802008-11-27 Eli Zaretskii <eliz@gnu.org>
5681
5682 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5683
b003e5ff
JB
56842008-11-27 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5687 pointer to check_face_name.
5688
708550f5
KH
56892008-11-27 Kenichi Handa <handa@m17n.org>
5690
5691 * category.h (SET_CATEGORY_SET): Call set_category_set.
5692 (set_category_set): Extern it.
5693
5694 * category.c (hash_get_category_set): New function.
5695 (Fmodify_category_entry): Adjusted for the change of
5696 char_table_ref_and_range. Call hash_get_category_set to get a
5697 category set to store in the table.
5698
5699 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5700 Funify_charset.
5701
2ae37cf0 5702 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
5703 (DECODE_CHAR): Check if the decoder vector is ready.
5704 (ENCODE_CHAR): Check if the encoder char-table is ready.
5705 (maybe_unify_char): Extern it.
5706
5707 * charset.c (Vchar_unified_charset_table): Delete it.
5708 (inhibit_load_charset_map): New variable.
5709 (temp_charset_work): New variable.
5710 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5711 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5712 New macros.
5713 (load_charset_map): Meaning of control_flag changed. If
5714 inhibit_load_charset_map is nonzero, setup a table in
5715 temp_charset_work.
5716 (load_charset): New argument control_flag.
5717 (map_charset_for_dump): New function.
5718 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5719 map_charset_for_dump.
5720 (Fdefine_charset_internal): If the charset method is MAP, load
5721 mapping tables by calling load_charset.
5722 (Funify_charset): Don't load a mapping table but directly set
5723 Vchar_unify_table.
5724 (maybe_unify_char): New function.
5725 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5726 Handle the case of inhibit_load_charset_map being nonzero.
5727 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5728 Handle the case of inhibit_load_charset_map being nonzero.
5729 (Fclear_charset_maps): Just free temp_charset_work.
5730 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5731 variable.
5732
5733 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5734 change of char_table_ref_and_range.
5735 (char_table_ref_and_range): Change the meaning of argument FROM
5736 and TO. Now the caller must provide initial values for *FROM
5737 and *TO.
5738
5739 * fontset.c (fontset_add): Adjusted for the change of
5740 char_table_ref_and_range.
5741 (fontset_get_font_group): Likewise.
5742 (Ffontset_info): Likewise.
5743
5744 * keymap.c (describe_vector): Adjusted for the change of
5745 char_table_ref_and_range. For char-table, put boundary between
5746 non-ASCII and 8-bit characters.
5747
5748 * print.c (print_object): For bool-vector, delete unnecessary
5749 check of ASCII_BYTE_P.
5750
9196133b
JR
57512008-11-26 Jason Rumney <jasonr@gnu.org>
5752
5753 * w32font.c (w32font_open_internal): Don't include external
9acef61c 5754 leading in font height. (Bug#879)
9196133b 5755
9f688acf
GM
57562008-11-26 Glenn Morris <rgm@gnu.org>
5757
5758 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5759 redefinition with ifdef. (Bug#1383)
5760
90d19aff
AR
57612008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5762
5763 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5764
4ccfa1c0 57652008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
5766
5767 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5768 New EmacsView methods.
5769 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5770 Fixes bug #1048,1357,1414.
5771
57722008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5773
5774 Fix bug #1362.
5775 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5776 is not an indexed color.
5777 * nsterm.m (free_indexed_color): Add argument checking.
5778 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5779
e7d5ecb3
CY
57802008-11-24 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5783 Document confirm-after-completion value for
5784 minibuffer-completion-confirm.
5785
c285743c
JR
57862008-11-24 Jason Rumney <jasonr@gnu.org>
5787
5788 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5789 warning.
5790
b0857706
JR
57912008-11-23 Jason Rumney <jasonr@gnu.org>
5792
5793 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5794 restored before returning.
5795
5796 * w32font.c (check_face_name): New function.
5797 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 5798 fonts. (Bug#642)
b0857706 5799
ee50ff07
MR
58002008-11-22 Martin Rudalics <rudalics@gmx.at>
5801
5802 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5803 confirm-nonexistent-file-or-buffer in doc-string.
5804
b8ff72fa
SM
58052008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5808 Fix copy/paste typo. Add checks.
5809
cee53ed4
KH
58102008-11-21 Kenichi Handa <handa@m17n.org>
5811
5812 * coding.c (detect_coding_iso_2022): Reject invalid composition
5813 sequence.
5814 (DECODE_COMPOSITION_START): If the current source is the last
5815 block, and the current composition doesn't end, regard this
5816 sequence as invalid.
5817 (decode_coding_iso_2022): Handle invalid composition sequence.
5818
f6ef1e65
MR
58192008-11-20 Martin Rudalics <rudalics@gmx.at>
5820
5821 * window.c (coordinates_in_window): Don't return
5822 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5823 line when the window is not the rightmost one. (Bug#1372)
5824
e08b1705
MR
58252008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5826
5827 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5828
ad98e89f
EZ
58292008-11-15 Eli Zaretskii <eliz@gnu.org>
5830
5831 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5832 and bright_bg if noninteractive is non-zero.
5833
fb098a4b
CY
58342008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5835
5836 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5837 x_draw_glyph_string_background.
5838
5839 * w32term.c (x_draw_glyph_string): Likewise.
5840
ce952b6e
CY
58412008-11-15 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5844 the next glyph string once past the overhang width.
5845
5846 * nsterm.m (ns_draw_glyph_string): Likewise.
5847
5848 * w32term.c (x_draw_glyph_string): Likewise.
5849
26ea7079
CY
58502008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5851
5852 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5853 double file close.
5854
1c33c906
MR
58552008-11-14 Martin Rudalics <rudalics@gmx.at>
5856
5857 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5858 dedicated status of window before attempting to display another
5859 buffer in it.
5860
8fc29035
JB
58612008-11-14 Juanma Barranquero <lekktu@gmail.com>
5862
5863 * msdos.c (Fmsdos_long_file_names):
5864 (syms_of_msdos) <dos-unsupported-char-glyph>:
5865 * dosfns.c (Fint86): Fix typos in docstrings.
5866
55fb4286
EZ
58672008-11-14 Eli Zaretskii <eliz@gnu.org>
5868
5869 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5870
3fda0315
KY
58712008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5874
7e849c17
CY
58752008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5876
5877 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5878
5879 * frame.h: Negative alpha means "don't touch".
5880
5881 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5882
5883 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5884
b9fd67bd
DN
58852008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5886
5887 * hftctl.c:
5888 * chpdef.h:
5889 * acldef.h: Remove files used only for systems no longer supported.
5890
5891 * Makefile.in: Fix .o alphabetical ordering.
5892 (hftctl.o): Remove dependency, file removed.
5893 (keymap.o, print.o): Depend on charset.h.
5894
d5998e03
KH
58952008-11-10 Kenichi Handa <handa@m17n.org>
5896
2ae37cf0 5897 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 5898
be70e183
CY
58992008-11-08 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * dired.c (file_name_completion): If completion_ignore_case is
5902 enabled, ignore case when checking completion-regexp-list.
5903
7cf94eac
EZ
59042008-11-08 Eli Zaretskii <eliz@gnu.org>
5905
5906 * vm-limit.c (get_lim_data): Fix last change.
5907
ee107a89
KH
59082008-11-08 Kenichi Handa <handa@m17n.org>
5909
5910 * character.c (Fget_byte): New function.
5911 (syms_of_character): Defsubr Fget_byte.
5912
5fd15622
CY
59132008-11-07 Chong Yidong <cyd@stupidchicken.com>
5914
5915 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5916 cursor position is valid after scrolling.
5917
13d62fad
JB
59182008-11-06 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5921
a1dd2936
GM
59222008-11-06 Glenn Morris <rgm@gnu.org>
5923
5924 * xterm.c (handle_one_xevent): Don't let popup menus cause
5925 mouse-autoselect-window related window switching. (Bug#1261)
5926
860cd236
CY
59272008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5928
5929 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5930
653a3150
AS
59312008-11-04 Andreas Schwab <schwab@suse.de>
5932
5933 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5934
870f5cac
CY
59352008-11-03 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * xfns.c (Fx_wm_set_size_hint): New function.
5938
1e02f3cb
MR
59392008-11-03 Martin Rudalics <rudalics@gmx.at>
5940
5941 * textprop.c (Fprevious_single_char_property_change): Return 0
5942 when there's no change in a string. (Bug#1301)
5943
e630dfc6
MR
59442008-11-02 Martin Rudalics <rudalics@gmx.at>
5945
5946 * frame.c (do_switch_frame): New argument NORECORD passed to
5947 Fselect_window.
5948 (Fselect_frame): New argument NORECORD passed to
5949 do_switch_frame.
5950 (Fset_frame_selected_window): New argument NORECORD passed to
5951 Fselect_frame.
5952 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5953 in call of do_switch_frame.
5954 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5955 Handle NORECORD argument in call of Fselect_frame.
5956 * lisp.h (do_switch_frame, Fselect_frame)
5957 (Fset_frame_selected_window): Adjust declarations.
5958 * window.c (select_frame_norecord): New function.
5959 (run_window_configuration_change_hook): Use it and call
5960 Fselect_frame with NORECORD set.
5961 (Fselect_window): Pass NORECORD to Fselect_frame.
5962 (Fset_window_configuration): Handle NORECORD argument in call of
5963 do_switch_frame.
5964 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5965 Fset_frame_selected_window.
5966 * keyboard.c (command_loop_1): Handle NORECORD in call of
5967 Fselect_frame (currently ifdefd).
5968
9020b223
GM
59692008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5970
5971 * emacs.c (USAGE2): Untabify.
5972
793ffee8
SM
59732008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * composite.c (fill_gstring_header): Fix copy/paste typo.
5976
ab6d1131
MR
59772008-10-31 Martin Rudalics <rudalics@gmx.at>
5978
5979 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5980 (Fother_window): Rename argument and rewrite doc-string.
5981 (select_window_norecord): Fix return value. (Bug#1276)
5982
601a9cf1
JB
59832008-10-30 Juanma Barranquero <lekktu@gmail.com>
5984
5985 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5986 new frames overriding foreground for tooltips. Based on similar patch
5987 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5988
813b0652
CY
59892008-10-29 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * emacs.c (Fdaemon_initialized): Initialize nfd.
5992
4414f58f
MR
59932008-10-29 Martin Rudalics <rudalics@gmx.at>
5994
5995 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5996 (Fwindow_text_height): Clarify doc-strings.
5997 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5998 doc-string of window-scroll-functions.
5999
ecdcaa09
RS
60002008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6001
6002 * category.c (syms_of_category): Fix typo in docstring.
6003
23fe745a
JB
60042008-10-28 Juanma Barranquero <lekktu@gmail.com>
6005
6006 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6007 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6008 Fix typos in docstrings.
6009
ff808935
DN
60102008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6011
6012 * emacs.c (daemon_pipe): Make non-static.
6013 (IS_DAEMON): Move definition ...
6014 * lisp.h (IS_DAEMON): ... here.
6015 (daemon_pipe): Declare.
6016 (is_daemon): Remove.
6017 * dispnew.c (init_display): Use IS_DAEMON.
6018
fc012771
SM
60192008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6022 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6023
6024 * emacs.c (is_daemon): Remove.
6025 (main): Don't set is_daemon.
6026 (IS_DAEMON): New macro.
6027 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 6028 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
6029 parent exits.
6030 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6031
d8bdbe6f
CY
60322008-10-27 Chong Yidong <cyd@stupidchicken.com>
6033
d1a072bf
CY
6034 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6035 over-sized glyph, draw it with the default glyph width.
6036
e2e325aa
CY
6037 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6038 glyph, draw it with the default glyph width.
6039
6040 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6041 glyph, draw it with the default glyph width.
6042
d8bdbe6f
CY
6043 * xdisp.c (try_scrolling): When computing the distance from the
6044 scroll margin to PT, try moving some distance past the window
6045 bottom before giving up.
6046
7bfac547
MR
60472008-10-27 Martin Rudalics <rudalics@gmx.at>
6048
6049 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6050 (Fset_window_buffer): Explain in doc-string that a window can be
6051 "strongly" dedicated to its buffer.
6052
4ff029f6
DN
60532008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6054
6055 * emacs.c (daemon_name): New variable.
6056 (main): Deal with --daemon=SERVER_NAME.
6057 (Fdaemonp): Return a name if one was passed to --daemon.
6058
5790ef40
DN
60592008-10-26 Romain Francoise <romain@orebokech.com>
6060
f9bd0df9 6061 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
6062 (main): Create a pipe before forking, make the parent exit only after
6063 the child has closed its end of the pipe. Move closing the
6064 descriptors ...
6065 (Fdaemon_initialized): ... here. New function.
6066
f5385255
SM
60672008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6068
4d632321
SM
6069 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6070 the previous unoptimized table.
6071
f5385255
SM
6072 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6073 the distinction between non-nil and non-t value of `dedicated'.
6074
6c56a0f3
CY
60752008-10-25 Chong Yidong <cyd@stupidchicken.com>
6076
6077 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 6078 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 6079
fec89261
MR
60802008-10-25 Martin Rudalics <rudalics@gmx.at>
6081
6082 * window.c (Fget_buffer_window, Fdelete_windows_on)
6083 (Freplace_buffer_in_windows): Make buffer argument optional and
6084 rename to buffer_or_name.
6085
34fcddd0
CY
60862008-10-24 Chong Yidong <cyd@stupidchicken.com>
6087
f5385255
SM
6088 * xdisp.c (handle_single_display_spec, handle_display_prop):
6089 Undo 2005-05-16 change.
34fcddd0
CY
6090 (handle_stop): Pop iterator if it's loaded with an empty string.
6091 (get_overlay_strings_1): Don't save iterator if it's loaded with
6092 an empty string (bug#1201).
6093
064766f2
KH
60942008-10-24 Kenichi Handa <handa@m17n.org>
6095
6096 * ftfont.c (ftfont_otf_features): Fix previous change.
6097 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6098 calling ftfont_otf_features.
6099
f9bd0df9 61002008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
6101
6102 * font.c (font_match_p): Fix for the case that a vector of
6103 characters is in script-representative-chars.
6104
1dae9197
MA
61052008-10-24 Michael Albinus <michael.albinus@gmx.de>
6106
6107 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 6108 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
6109 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6110 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 6111 macro. (Bug#1186)
1dae9197 6112
f9bd0df9 61132008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
6114
6115 * s/sol2-10.h: New file.
6116
878a4584
JB
61172008-10-23 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6120 poor beast has survived 9+ years and the jump from xterm.c!).
6121
cd265ca6
MR
61222008-10-23 Martin Rudalics <rudalics@gmx.at>
6123
6124 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6125 Reword doc-string.
f5385255 6126 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 6127
472a4dc9
JB
61282008-10-23 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * character.c (syms_of_character) <script-representative-chars>:
6131 <unicode-category-table>: Doc fixes.
6132
159bd5a2
NF
61332008-10-23 Noah Friedman <friedman@splode.com>
6134
6135 * coding.c (make_conversion_work_buffer): Check that
6136 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6137 Fget_buffer_create.
6138
49f9c344
KH
61392008-10-23 Kenichi Handa <handa@m17n.org>
6140
6141 * font.c (font_add_log): Check the values of extra properties.
6142
12bb3111
MR
61432008-10-22 Martin Rudalics <rudalics@gmx.at>
6144
6145 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6146 Reword doc-string.
6147 (Fset_window_parameter): Use NILP.
6148 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 6149 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 6150
bbeb4e99
JB
61512008-10-22 Juanma Barranquero <lekktu@gmail.com>
6152
6153 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6154
61552008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
6156
6157 * nsfns.m (ns_appkit_version): New function.
6158 (x-server-version): Use it.
6159 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6160 (x-server-vendor): Don't check_ns().
6161
6162 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6163
a9b555d3
JB
61642008-10-22 Juanma Barranquero <lekktu@gmail.com>
6165
6166 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6167 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6168
4626499f
KH
61692008-10-22 Kenichi Handa <handa@m17n.org>
6170
e3681952
KH
6171 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6172 scripts.
6173
4626499f
KH
6174 * category.c (word_boundary_p): Check scripts instead of charset.
6175 Handle nil value in word-separating-categories and
6176 word-combining-categories.
6177 (syms_of_category): Fix docstrings of word-separating-categories
6178 and word-combining-categories.
6179
1560f91a
EZ
61802008-10-21 Eli Zaretskii <eliz@gnu.org>
6181
6182 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6183 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6184
f4668441
MR
61852008-10-21 Martin Rudalics <rudalics@gmx.at>
6186
6187 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6188 Rename arg "buffer" to "buffer_or_name".
6189 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6190 it optional.
6191 (no_switch_window): Remove since the return value is not used.
a9b555d3 6192 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6193 Consider window as dedicated when Fwindow_dedicated_p returns a
6194 non-nil value.
6195 * lisp.h: Remove prototype for no_switch_window.
6196
fd75ddb2
JD
61972008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6198
6199 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6200 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6201
07295713
KH
62022008-10-21 Kenichi Handa <handa@m17n.org>
6203
6204 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6205 check Vlatin_extra_code_table.
6206
712adc82
EZ
62072008-10-20 Eli Zaretskii <eliz@gnu.org>
6208
6209 * fileio.c (Fset_file_modes): Doc fix.
6210
f549eb0b
MA
62112008-10-19 Michael Albinus <michael.albinus@gmx.de>
6212
6213 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6214 in arrays.
6215
aac0c6e3
MR
62162008-10-19 Martin Rudalics <rudalics@gmx.at>
6217
6218 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6219 Mention kill-buffer in doc-string.
6220 (Fset_window_buffer): Reinsert tem check removed in last commit.
6221 (Fenlarge_window, Fshrink_window): Have argument names and
6222 doc-string follow Elisp manual more closely.
6223
62242008-10-18 Eli Zaretskii <eliz@gnu.org>
6225
6226 * fileio.c (Fset_file_modes): Doc fix.
6227
62282008-10-18 Martin Rudalics <rudalics@gmx.at>
6229
6230 * window.c (Fwindow_width, Fset_window_start)
6231 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6232 (Fdelete_windows_on, Freplace_buffer_in_windows):
6233 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6234 (Fwindow_dedicated_p): Make window argument optional.
6235 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6236 (Fset_window_buffer): Respect any non-nil dedicated value for
6237 window. Rename "buffer" argument to "buffer_or_name".
6238
62392008-10-18 Ulrich Mueller <ulm@gentoo.org>
6240
6241 * m/sh3.h: New file, machine description for SuperH.
6242
62432008-10-17 Martin Rudalics <rudalics@gmx.at>
6244
6245 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6246
62472008-10-17 Kenichi Handa <handa@m17n.org>
6248
6249 * ftfont.c (ftfont_otf_features): Fix indexing
6250 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6251
62522008-10-16 Magnus Henoch <mange@freemail.hu>
6253
6254 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6255 (Fdbus_call_method_asynchronously): Ditto.
6256 This change makes C-h f display the argument list.
6257
62582008-10-16 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * fileio.c (Fexpand_file_name): Doc fix.
6261
6262 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6263 of :foreground and :background equivalent to unspecified (20.x
6264 compatibility).
6265
62662008-10-15 Eli Zaretskii <eliz@gnu.org>
6267
6268 * buffer.c (syms_of_buffer): Doc fix.
6269
62702008-10-14 Kenichi Handa <handa@m17n.org>
6271
6272 * font.c (font_clear_prop): When clearing font width, clear the
6273 average width field too.
6274
62752008-10-12 Andreas Schwab <schwab@suse.de>
6276
6277 * ftfont.c (ftfont_shape_by_flt): Make static.
6278 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6279
6280 * font.c: Don't include <m17n-flt.h>.
6281
62822008-10-10 Eli Zaretskii <eliz@gnu.org>
6283
6284 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6285
62862008-10-09 Eli Zaretskii <eliz@gnu.org>
6287
6288 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6289 away code.
6290
62912008-10-09 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * dispnew.c (update_text_area): Avoid looping due to large glyph
6294 overhangs (bug#1070).
6295
62962008-10-09 Kenichi Handa <handa@m17n.org>
6297
6298 * fontset.c (face_for_char): If face->fontset is negative, just
6299 return ascii_face.
6300
f5385255
SM
6301 * font.c (font_delete_unmatched): Fix previous change.
6302 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6303
63042008-10-09 Martin Rudalics <rudalics@gmx.at>
6305
6306 * frame.c (Fraise_frame): On text-only terminals select frame in
6307 order to make it visible. (Bug#1061)
6308
63092008-10-08 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * fontset.c (fontset_find_font): Check frame validity.
6312
63132008-10-07 Chong Yidong <cyd@stupidchicken.com>
6314
a9b555d3 6315 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6316 (xg_display_close): Allow Emacs to close all displays (bug#985).
6317
63182008-10-06 Andreas Schwab <schwab@suse.de>
6319
f5385255 6320 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6321
63222008-10-06 Chong Yidong <cyd@stupidchicken.com>
6323
f5385255 6324 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6325
a9b555d3 6326 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6327
6328 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6329 during initialization.
6330
63312008-10-04 Eli Zaretskii <eliz@gnu.org>
6332
6333 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6334 whole thing on MSDOS frames as well as on a TTY.
6335
6336 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6337 well as for TTY.
6338 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6339 well as on a TTY.
6340
6341 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6342 as well as for TTY.
6343
6344 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6345
6346 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6347 MSDOS frames as well.
6348
63492008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6350
6351 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6352 correct arguments.
b71ac3dd 6353 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
6354
63552008-10-03 Glenn Morris <rgm@gnu.org>
6356
6357 * emacs.c (USAGE1): Add --daemon.
6358
63592008-10-02 Eli Zaretskii <eliz@gnu.org>
6360
6361 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6362 100, so it's in percents as advertised.
6363
63642008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6365
6366 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6367 (ns_output.current_cursor, ns_output.desired_cursor)
6368 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6369 (FRAME_NEW_CURSOR_COLOR): Remove.
6370
6371 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 6372 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
6373 enumeration (HOLLOW_BOX_CURSOR, etc.).
6374
6375 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6376 (draw_window_cursor): Simplify code.
f5385255
SM
6377 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6378 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 6379 updates manually.
a9b555d3
JB
6380 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6381 Use core Emacs cursor types.
aac0c6e3 6382
b8ff72fa 6383 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
6384
63852008-10-02 Martin Rudalics <rudalics@gmx.at>
6386
6387 * process.c (Faccept_process_output): Fix doc-string.
6388
63892008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * gmalloc.c (__sbrk): Also define for uClibc.
6392
6393 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6394 for uClibc.
6395
63962008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6397
6398 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6399 styles.
6400 (nsfont_open): Reenable the cache.
6401
64022008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6403
6404 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6405 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6406
64072008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6410 a suspended terminal.
6411
64122008-09-30 Michael Albinus <michael.albinus@gmx.de>
6413
6414 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6415
64162008-09-30 Eli Zaretskii <eliz@gnu.org>
6417
6418 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6419
64202008-09-30 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6423 in a continued line coincides with a line beginning.
6424
64252008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6426
6427 * nsfont.m (nsfont_trait_distance): Fix bug.
6428 (nsfont_list): Return a list rather than a vector (syncs with Handa
6429 changes of 2008-05-14).
6430 (nsfont_open): Improve logging.
6431
64322008-09-29 Andreas Schwab <schwab@suse.de>
6433
6434 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6435
64362008-09-28 Martin Rudalics <rudalics@gmx.at>
6437
6438 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6439 name as char-resolve-modifiers.
6440 Reported by: Markus Triska <markus.triska@gmx.at>
6441
64422008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * dispnew.c (init_display): Return earlier when running as a daemon.
6445
64462008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6447
6448 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6449
64502008-09-27 Eli Zaretskii <eliz@gnu.org>
6451
6452 * composite.c (Fcomposition_get_gstring)
6453 (Fcompose_region_internal, Fcompose_string_internal)
6454 (Ffind_composition_internal): Doc fix.
6455 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6456 (syms_of_composite) <auto-composition-function>: Doc fix.
6457 (syms_of_composite) <composition-function-table>: Doc fix.
6458
64592008-09-25 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * search.c (wordify): New argument for lax word-ends.
6462 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6463
64642008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6465
6466 * lisp.h (is_daemon): Declare.
6467 * dispnew.c (init_display): Do not try to initialize the terminal
6468 when running as a daemon.
6469
64702008-09-22 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6473 x_display_pixel_height.
6474
64752008-09-22 Martin Rudalics <rudalics@gmx.at>
6476
6477 * undo.c (record_point): Don't call Fundo_boundary for first
6478 change. (Bug#731)
6479
64802008-09-22 Juanma Barranquero <lekktu@gmail.com>
6481
6482 * emacs.c (Fdaemonp): Doc fix.
6483
64842008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6485
6486 * emacs.c (main): Place #ifdef in the proper place.
6487
64882008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * emacs.c (standard_args): Add --daemon.
6491 (main): Disconnect from the terminal when --daemon is passed.
6492 (is_daemon): New variable.
6493 (Fdaemonp): New function.
6494 (syms_of_emacs): Defsubr it.
6495
64962008-09-20 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * xdisp.c (get_next_display_element): Handle string display
6499 correctly when checking for the end of a box run.
6500
65012008-09-20 Glenn Morris <rgm@gnu.org>
6502
6503 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6504 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6505 (Frename_file): Avoid copying to trash if a rename involves
6506 a delete. (Bug#964).
6507
65082008-09-20 Eli Zaretskii <eliz@gnu.org>
6509
6510 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6511 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6512 frames as well as termcap frames.
6513 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6514 get_named_tty.
6515
65162008-09-19 Eli Zaretskii <eliz@gnu.org>
6517
6518 * process.c (procfs_system_process_attributes): Fix cmdline in
6519 case /proc/PID/cmdline is empty.
6520
6521 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6522 x_display_pixel_height.
6523
65242008-09-19 Juanma Barranquero <lekktu@gmail.com>
6525
6526 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6527
6528 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6529 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6530
65312008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6532
6533 * dispextern.h (struct it): Move line_wrap away from the middle of
6534 bitfields. Move voffset in struct iterator_stack_entry after the
6535 bitfields. Move tab_width near after another short.
6536
65372008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 * frame.h (struct frame): Move alpha from the middle of bitfields.
6540
6541 * window.h (struct window): Move frozen_window_start_p after the
6542 rest of the bitfields to reduce padding.
6543
65442008-09-18 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * xterm.h (x_display_info): Remove `height' and `width' members.
6547
6548 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6549
6550 * w32term.h (w32_display_info): Remove `height', `width',
6551 `height_in', and `width_in' members.
6552
b8ff72fa
SM
6553 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6554 New functions.
aac0c6e3
MR
6555 (x_calc_absolute_position): Use them.
6556 (x_term_init): Omit removed `height' and `width' members.
6557
b8ff72fa
SM
6558 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6559 New functions.
aac0c6e3
MR
6560 (w32_read_socket, x_calc_absolute_position): Use them.
6561 (w32_initialize_display_info, w32_term_init): Omit removed members
6562 of w32_display_info.
6563
b8ff72fa
SM
6564 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6565 New functions.
6566 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 6567
b8ff72fa
SM
6568 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6569 New functions.
aac0c6e3
MR
6570 (x_calc_absolute_position): Use them.
6571 (x_term_init): Omit removed `height' and `width' members.
6572
6573 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
6574 (compute_tip_xy):
6575 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
6576 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6577 x_display_pixel_width.
6578
65792008-09-18 Kenichi Handa <handa@m17n.org>
6580
6581 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6582 (composition_compute_stop_pos): Fix handling of static composition.
6583 (Fcomposition_get_gstring): Check FROM and TO at first.
6584
65852008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6586
46e722a9 6587 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
6588 mixup (YAILOM).
6589
65902008-09-17 Chong Yidong <cyd@stupidchicken.com>
6591
6592 * indent.c (Fvertical_motion): Use position reported by iterator
6593 instead of PT for determining screen motion (bug#943).
6594
65952008-09-17 Romain Francoise <romain@orebokech.com>
6596
6597 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6598
65992008-09-17 Kenichi Handa <handa@m17n.org>
6600
6601 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6602
6603 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6604 if necessary.
6605
66062008-09-16 Kenichi Handa <handa@m17n.org>
6607
6608 * coding.c (make_conversion_work_buffer): Avoid calling
6609 Fget_buffer_create if it is not necessary.
6610
66112008-09-15 Martin Rudalics <rudalics@gmx.at>
6612
6613 * window.c (Fselect_window): Don't update window_select_count and
6614 use_time when norecord is not nil.
6615
66162008-09-14 Kenichi Handa <handa@m17n.org>
6617
6618 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6619 specpdl_ptr.
6620
66212008-09-12 Kenichi Handa <handa@m17n.org>
6622
6623 * indent.c (scan_for_column): Don't handle automatic composition
6624 if the current buffer is not associated with a window.
6625
6626 * composite.c (composition_reseat_it): If the current buffer is
6627 not associated with a window, ignore the automatic composition.
6628 (find_automatic_composition): Likewise.
6629
66302008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6633 (Fgpm_mouse_stop): Use it.
6634 * termhooks.h (close_gpm): Declare.
6635 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6636 connection if Gpm_GetEvent fails.
6637
6638 * window.c (set_window_buffer): Always preserve current-buffer.
6639
66402008-09-12 Glenn Morris <rgm@gnu.org>
6641
6642 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6643
66442008-09-11 Glenn Morris <rgm@gnu.org>
6645
6646 * charset.c (charset-map-path): Doc fix.
6647
66482008-09-10 Kenichi Handa <handa@m17n.org>
6649
6650 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6651
6652 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6653 compose a grapheme cluster with the preceding base glyph.
6654
6655 * composite.c (composition_compute_stop_pos): Fix previous change.
6656 Reset cmp_it->id to -1 at first.
6657
66582008-09-10 Glenn Morris <rgm@gnu.org>
6659
6660 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6661
66622008-09-09 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * keyboard.c (read_key_sequence): Reapply translation maps when
6665 switching keyboards.
6666
66672008-09-09 Kenichi Handa <handa@m17n.org>
6668
6669 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6670 characters.
6671
6672 * composite.c (FORWARD_CHAR): Fix calculation
6673 of (POSITION).pos_byte.
6674 (composition_compute_stop_pos): Limit the search of composition to
6675 at most 500 characters ahead. If we reach the limit or find a
6676 newline, set cmp_it->ch to -2 and return 0.
6677 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6678
66792008-09-08 Kenichi Handa <handa@m17n.org>
6680
6681 * indent.c (Fvertical_motion): Be sure to set
6682 it_overshoot_expected if it.cmp_it.id is non-negative.
6683
66842008-09-07 Andreas Schwab <schwab@suse.de>
6685
6686 * callproc.c (Fcall_process): Don't hold references to string data
6687 across garbage collection. Move initialisation of new_argv down
6688 to avoid compiler bug.
6689
66902008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6691
6692 * process.c (Fsystem_process_attributes): Doc fix.
6693
66942008-09-07 Chong Yidong <cyd@stupidchicken.com>
6695
6696 * callproc.c (Fcall_process): Canonicalize current directory name.
6697
6698 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6699 iterator advances to the next line if the current line ends in a
6700 continued tab.
6701
67022008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6703
6704 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6705 member to point to cmp_from.
6706
6707 * xdisp.c: Doc fix for references to gidx data member.
6708
67092008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6712
67132008-09-07 Kenichi Handa <handa@m17n.org>
6714
6715 * composite.c (FORWARD_CHAR): Check STOP after
6716 incrementing (POSITION).pos.
6717
67182008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6719
6720 * process.c (Fsystem_process_attributes): Doc fix.
6721
67222008-09-06 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * keyboard.c (Ftop_level): Doc fix.
6725
67262008-09-06 Eli Zaretskii <eliz@gnu.org>
6727
6728 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6729 minibuffer, don't let lower part of menu invade the echo area.
6730
6731 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6732 "char *q" to access menu text and advance through it. Revert the
6733 change that displayed ">" instead of ASCII character 0x10.
6734
67352008-09-05 Eli Zaretskii <eliz@gnu.org>
6736
6737 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6738 toggle boxes and radio buttons on MS-DOS as well.
6739
67402008-09-05 Kenichi Handa <handa@m17n.org>
6741
6742 * composite.c (autocmp_chars): Check lookback count.
6743 (composition_compute_stop_pos): Set cmp_it->lookback.
6744 (composition_reseat_it): Check lookback count.
6745 (struct position_record): New struct.
6746 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6747 (find_automatic_composition): New function.
6748 (composition_adjust_point): Use find_automatic_composition.
6749
6750 * dispextern.h (struct composition_it): New member lookback.
6751
67522008-09-02 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6755 if moving by a single line.
6756
67572008-09-02 Andreas Schwab <schwab@suse.de>
6758
6759 * xterm.c (x_delete_display): Fix merge error.
6760
6761 * fileio.c (Fexpand_file_name): Remove unused variables.
6762
67632008-09-02 Eli Zaretskii <eliz@gnu.org>
6764
6765 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6766 storage on all platforms, not just on DOS_NT.
6767
67682008-09-02 Jason Rumney <jasonr@gnu.org>
6769
b8ff72fa
SM
6770 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6771 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
6772
67732008-09-01 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * xfaces.c (Finternal_set_alternative_font_family_alist)
6776 (Finternal_set_alternative_font_registry_alist): Properly copy
6777 entire alist structure.
6778
67792008-09-01 Kenichi Handa <handa@m17n.org>
6780
d66c0241 6781 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 6782 representative chars of the script is a vector.
d66c0241
JB
6783 (ftfont_list): Handle the case where the representative chars of
6784 the script is a vector.
aac0c6e3
MR
6785
6786 * character.c (syms_of_character): Docstring of
6787 script-representative-chars fixed.
6788
67892008-08-31 Eli Zaretskii <eliz@gnu.org>
6790
6791 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6792 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6793 the menu. Allocate larger buffer for `text', to account for
6794 possible ^C characters.
6795
67962008-08-31 Martin Rudalics <rudalics@gmx.at>
6797
6798 * xdisp.c (prepare_menu_bars): Don't call
6799 Vwindow_size_change_functions with arg Qt.
6800
68012008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * font.h (font_range):
6804 * fileio.c (report_file_error):
46e722a9
SM
6805 * composite.c (composition_update_it): Yet another int/Lisp_Object
6806 mixup (YAILOM).
aac0c6e3
MR
6807
68082008-08-30 Glenn Morris <rgm@gnu.org>
6809
6810 * data.c (Fmake_variable_frame_local): Doc fix.
6811
6812 * frame.c (Fmodify_frame_parameters): Doc fix.
6813
68142008-08-30 Eli Zaretskii <eliz@gnu.org>
6815
6816 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6817 needed by GetTokenInformation.
6818 (w32_system_process_attributes): Check return values of all system
6819 APIs.
6820
6821 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6822 only when the state changes.
6823 (IT_update_begin, IT_update_end): Add termscript trace.
6824
6825 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6826 clipboard is unavailable. Set dst to NULL if it doesn't point to
6827 malloc'ed data.
6828 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6829 passing random values to xfree.
6830
6831 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 6832 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
6833
68342008-08-29 Jason Rumney <jasonr@gnu.org>
6835
6836 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6837
68382008-08-29 Eli Zaretskii <eliz@gnu.org>
6839
6840 * composite.c (fill_gstring_body): Avoid compiler warnings.
6841
6842 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6843 LGLYPH_SET_CODE to avoid compiler warnings.
6844
2ae37cf0 6845 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
6846
6847 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6848
6849 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6850 LGLYPH_SET_CODE.
6851
68522008-08-29 Kenichi Handa <handa@m17n.org>
6853
6854 * fileio.c (report_file_error): Don't downcase the first character
6855 of errstring if it is still unibyte.
6856
68572008-08-29 Kenichi Handa <handa@m17n.org>
6858
6859 These changes are to re-implement the automatic composition so
6860 that it doesn't use text properties.
6861
6862 * Makefile.in (ftfont.o): Depend on composite.h.
6863 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6864
6865 * character.h (Vunicode_category_table): Extern it.
6866
6867 * character.c (Vunicode_category_table): New variable.
6868 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6869
6870 * chartab.c (optimize_sub_char_table): Perform more greedy
6871 optimization.
6872
b8ff72fa
SM
6873 * composite.h (enum composition_method):
6874 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
6875 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6876 (Vcomposition_function_table): Extern it.
6877 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6878 (composition_gstring_put_cache, composition_gstring_from_id)
6879 (composition_gstring_p, composition_gstring_width)
6880 (composition_compute_stop_pos, composition_reseat_it)
6881 (composition_update_it, composition_adjust_point): Extern them.
6882 (Fcomposition_get_gstring): EXFUN it.
6883
d66c0241 6884 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
6885 (Vcomposition_function_table)
6886 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
6887 (gstring_hash_table, gstring_work, gstring_work_headers):
6888 New variables.
aac0c6e3
MR
6889 (gstring_lookup_cache, composition_gstring_put_cache)
6890 (composition_gstring_from_id, composition_gstring_p)
6891 (composition_gstring_width, fill_gstring_header)
6892 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6893 (composition_reseat_it, composition_update_it)
b8ff72fa 6894 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
6895 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6896 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 6897 Defsubr composition_get_gstring.
aac0c6e3
MR
6898
6899 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6900 cmp_id.
6901 (struct glyph_string): Delete the member gidx. New members
6902 cmp_id, cmp_from, and cmp_to.
6903 (enum it_method): Delete GET_FROM_COMPOSITION.
6904 (struct composition_it): New struct.
6905 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6906 Delete c, len, cmp_id, cmp_len in u.comp.
6907
6908 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 6909 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 6910 (enum lglyph_indices): Likewise.
b8ff72fa 6911 (font_range): Adjust extern.
aac0c6e3
MR
6912 (font_fill_lglyph_metrics): Extern it.
6913
6914 * font.c (QCf): New variable.
6915 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6916 (font_prepare_composition): Delete this function.
6917 (font_range): Type and arguments changed.
6918 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6919 (font_fill_lglyph_metrics): New function.
b8ff72fa 6920 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 6921 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
6922 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6923 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
6924
6925 * fontset.h (font_for_char): Extern it.
6926
6927 * fontset.c (font_for_char): New function.
6928
6929 * ftfont.c: Include composite.h.
6930 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 6931 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
6932
6933 * indent.c: Include composite.h and dispextern.h.
6934 (check_composition): Delete this function.
6935 (scan_for_column): Handle composition by
6936 composition_compute_stop_pos, composition_reseat_it, and
6937 composition_update_it.
6938 (compute_motion): Likewise.
6939 (Fvertical_motion): Fix checking of composition.
6940
6941 * keyboard.c (adjust_point_for_property): Check composition by
6942 composition_adjust_point.
6943
b8ff72fa 6944 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
6945 struct glyph_string.
6946
b8ff72fa
SM
6947 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6948 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
6949 struct glyph.
6950 (produce_composite_glyph): Likewise.
6951
b8ff72fa
SM
6952 * w32term.c (x_draw_composite_glyph_string_foreground):
6953 Adjust for the change of struct glyph_string.
aac0c6e3
MR
6954 (x_draw_glyph_string): Likewise.
6955
6956 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6957 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6958
6959 * xdisp.c: Include font.h.
6960 (it_props): Delete the entry for Qauto_composed.
6961 (init_iterator): Initialize it->cmp_it.id to -1.
6962 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 6963 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
6964 (handle_auto_composed_prop): Delete it.
6965 (handle_composition_prop): Handle only static composition.
6966 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6967 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 6968 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
6969 (pop_it): Likewise.
6970 (get_next_element): Delete next_element_from_composition.
6971 (CHAR_COMPOSED_P): New macro.
6972 (get_next_display_element): For automatic composition, get a face
6973 from the font in the glyph-string.
6974 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 6975 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
6976 (next_element_from_string): Check if the character at the current
6977 position is composed by CHAR_COMPOSED_P.
6978 (next_element_from_buffer): Likewise.
d66c0241
JB
6979 (next_element_from_composition): Adjust for the change of struct it.
6980 Update it->cmp_it.
b8ff72fa
SM
6981 (dump_glyph): Adjust for the change of struct glyph.
6982 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
6983 it and struct glyph. Don't handle automatic composition here.
6984 (fill_gstring_glyph_string): New function.
6985 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 6986 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
6987 (BUILD_GSTRING_GLYPH_STRING): New macro.
6988 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6989 automatic composition.
b8ff72fa 6990 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 6991 struct glyph.
b8ff72fa 6992 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 6993
b8ff72fa 6994 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
6995 the change of struct glyph_string.
6996 (x_draw_glyph_string): Likewise.
6997
69982008-08-29 Glenn Morris <rgm@gnu.org>
6999
7000 * buffer.c (word-wrap): Doc fix.
7001 * xdisp.c (truncate-partial-width-windows): Doc fix.
7002 Increase default to 50.
7003
70042008-08-29 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * xdisp.c (update_tool_bar_unwind): New function.
7007 (update_tool_bar): Temporarily set selected frame before building
7008 tool-bar items.
7009
70102008-08-28 Michael Albinus <michael.albinus@gmx.de>
7011
7012 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7013 snprintf, respectively.
7014 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7015
70162008-08-28 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7019 LDFLAGS to GNUstep CC invocation.
7020
70212008-08-27 Chong Yidong <cyd@stupidchicken.com>
7022
7023 * indent.c (Fvertical_motion): Revert last change. Handle the
7024 general case where we are moving forward, and PT spans multiple
7025 screen lines.
7026
7027 * eval.c (find_handler_clause): Temporarily increase
7028 max-lisp-eval-depth while printing the backtrace buffer, to
7029 guarantee that help-mode code can run.
7030
70312008-08-27 Eli Zaretskii <eliz@gnu.org>
7032
7033 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7034 colors under -rv.
7035 (IT_set_frame_parameters): Don't swap foreground and background
7036 colors if `(reverse . t)' is present in the frame properties.
7037 (internal_terminal_init): Call init_frame_faces only for the
7038 initial frame.
7039
70402008-08-27 Andreas Schwab <schwab@suse.de>
7041
7042 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7043
70442008-08-27 Andreas Schwab <schwab@suse.de>
7045
7046 * search.c (search_buffer): Set char_base to zero only at the end.
7047
70482008-08-27 Kenichi Handa <handa@m17n.org>
7049
b8ff72fa 7050 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
7051
70522008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7053
7054 * xterm.c (x_term_init): Temporarily hide the partially
7055 initialized terminal while calling vendor-specific-keysyms.
7056
70572008-08-26 Eli Zaretskii <eliz@gnu.org>
7058
7059 * msdos.c (internal_terminal_init): Most initializations done only
7060 once, especially initial_screen_colors[] and termscript open.
7061
70622008-08-26 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * eval.c (Fcondition_case): Doc fix.
7065
7066 * widgetprv.h (EmacsFramePart): Change font member to the new font
7067 struct.
7068
7069 * widget.c: Include character.h and font.h for XSETFONT.
7070 (setup_frame_gcs): Compute X font id from font struct, just once.
7071
70722008-08-26 Eli Zaretskii <eliz@gnu.org>
7073
7074 * term.c (get_named_tty): Fix last change.
7075
70762008-08-26 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 7079 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
7080
70812008-08-25 Eli Zaretskii <eliz@gnu.org>
7082
7083 * frame.c (do_switch_frame): Mark previously displayed frame as
7084 obscured for FRAME_MSDOS_P frames as well.
7085
70862008-08-24 Eli Zaretskii <eliz@gnu.org>
7087
7088 * frame.c (make_terminal_frame): Initialize f->terminal,
7089 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7090 Set the top frame to newly created frame.
7091 (Fmake_terminal_frame): Reuse the_only_display_info.
7092
7093 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7094 estimating available memory.
7095
b97439ce 70962008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
7097
7098 * nsterm.m (ns_draw_window_cursor): Don't call
7099 NSDisableScreenUpdates and NSEnableScreenUpdates on
7100 non-NS_IMPL_COCOA systems.
7101
71022008-08-23 Andreas Schwab <schwab@suse.de>
7103
7104 * process.c (procfs_system_process_attributes): Fix use of
7105 uninitialized variables.
7106
71072008-08-23 Eli Zaretskii <eliz@gnu.org>
7108
7109 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7110
7111 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7112 calling tty-set-up-initial-frame-faces.
7113
b8ff72fa
SM
7114 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7115 Allow MSDOS frames along with X frames.
aac0c6e3
MR
7116
7117 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7118 addition to output_termcap.
7119
7120 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7121
7122 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7123 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7124 highlight.
7125
7126 * process.c [!subprocesses]: Define QCname.
7127 (syms_of_process): Intern and staticpro it.
7128
7129 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
7130 Adjust for changes in encoding/decoding routines.
7131 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
7132 encode_coding and decode_coding.
7133
b8ff72fa 7134 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
7135
7136 * dosfns.c: Include frame.h before termhooks.h.
7137 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7138 variable termscript.
7139
7140 * s/msdos.h (USER_FULL_NAME): Define.
7141 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7142
7143 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7144 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7145 pw->pw_gecos.
7146
7147 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7148 SELECTED_FRAME as additional (1st) argument.
7149 (tty_read_avail_input): Handle output_msdos_raw in
7150 addition to output_termcap.
7151
7152 * msdos.c: Include frame.h before termhooks.h.
7153 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7154 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7155 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7156 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7157 (IT_set_terminal_modes, IT_reset_terminal_modes)
7158 (IT_set_frame_parameters): Use tty->termscript instead of a global
7159 variable termscript.
7160 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7161 global variable terminal_coding. Don't refer to
7162 Vnonascii_translation_table.
7163 (internal_terminal_init): Set Vwindow_system in current_kboard.
7164 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7165 Announce date and time of session start, if termscript is open.
7166 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
7167 term.c:init_tty). Open termscript only of not already open.
7168 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
7169 here instead of dos_ttraw. Don't initialize display if this is an
7170 initial tty. Don't set FRAME_FONT.
7171 (Vwindow_system_version): Bump to 23.
7172 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7173 is available, set up mouse_position_hook.
7174 (dos_ttraw, IT_set_terminal_modes): If called with initial
7175 terminal, do nothing.
7176 (IT_set_frame_parameters): Handle the Qtty_type frame
7177 parameter by calling internal_terminal_init.
7178 (dos_set_window_size, show_mouse_face)
7179 (clear_mouse_face, IT_note_mode_line_highlight)
7180 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7181 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7182 (initialize_msdos_display): New function.
7183 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7184 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7185 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7186 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 7187 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7188 (request_sigio, unrequest_sigio): Don't define, now defined on
7189 sysdep.c.
7190 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7191
7192 * term.c [MSDOS]: Include msdos.h.
7193 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7194 conditional to DOS_NT. Allow only one call to this function in a
7195 session. Don't allocate a new struct tty_display_info; instead,
7196 reuse the_only_display_info. Call get_tty_size to get screen
7197 dimensions. Call init_baud_rate to set bad_rate.
7198 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7199 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7200 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7201 (get_tty_terminal, get_named_tty, Ftty_type)
7202 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7203 output_termcap.
b8ff72fa
SM
7204 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7205 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7206 only when subprocesses are supported.
aac0c6e3
MR
7207
7208 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7209 f->output_data.x.
7210 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7211 terminal devices.
7212
5582fbc7 7213 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7214 x_output.
7215 (FRAME_FONT): Use output_data.tty.
7216 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7217 (struct x_display_info): Rename from display_info. Update all users in
7218 msdos.c.
aac0c6e3 7219 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7220 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7221 (dos_ttraw): Update prototype.
7222
7223 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7224 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7225
72262008-08-23 Jason Rumney <jasonr@gnu.org>
7227
7228 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7229 (fn_TIFFSetDirectory): New library function used.
7230 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7231 (tiff_load): Use :index to select among multiple images. Set count
7232 property when multiple images exist.
7233 (gif_format): Use :index, not :image.
7234
72352008-08-23 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * xdisp.c (try_scrolling): Check INT_MAX instead of
7238 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7239 to obtain INT_MAX.
7240
72412008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7242
7243 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7244
72452008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7246
7247 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7248 GNUstep library location.
7249
72502008-08-21 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7253 before using it.
7254
7255 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7256
72572008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7258
7259 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7260 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7261 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7262 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7263 (EmacsApp-cursor_blink_handler): Remove declaration.
7264 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7265 match 01 Feb 2008 changes in xterm.c.
7266 (ns_read_socket): Add cast to avoid warning.
7267 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7268 GNUstep.
7269
72702008-08-20 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * xselect.c (x_get_foreign_selection): Return nil if desired
7273 selection could not be obtained, instead of signalling an error.
7274
72752008-08-20 David Reitter <david.reitter@gmail.com>
7276
7277 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7278 * nsterm.m: Remove ns-specific code for cursor blinking.
7279 (ns_draw_window_cursor): Clear cursor properly rather than
7280 redrawing the area. Respect width of bar cursors.
7281 These changes enable the use of generic blink-cursor-mode and
7282 generic cursor types in NS and support smooth cursor movements (do
7283 not blink off after command).
7284 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7285 Nextstep, too.
7286
72872008-08-19 Kenichi Handa <handa@m17n.org>
7288
7289 * font.c (Vfont_log_deferred): New variable.
7290 (font_add_log): Check Vfont_log_deferred.
7291 (font_deferred_log): New function.
7292
7293 * font.h (font_deferred_log): Extern it.
7294
7295 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7296 for sorting.
7297 (face_for_char): Use deferred log.
7298
72992008-08-18 Kenichi Handa <handa@m17n.org>
7300
7301 * fontset.c (face_for_char): Add font log.
7302
7303 * font.c (font_add_log): Add the font properties :script, :lang,
7304 and :otf in the log.
7305
73062008-08-17 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * xdisp.c: Remove dead code.
7309 (handle_invisible_prop, next_overlay_string): Defer call to
7310 setup_for_ellipsis.
7311 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7312
73132008-08-15 Chong Yidong <cyd@stupidchicken.com>
7314
7315 * xfaces.c (lookup_derived_face): Properly handle possible zero
7316 return value of get_lface_attributes.
7317 (merge_faces): Don't tell lookup_derived_face to signal an error
7318 if face is not found.
7319
7320 * dired.c (Fdirectory_files): Doc fix.
7321
7322 * process.c (make_process): Initialize kill_without_query struct
7323 member.
7324
73252008-08-15 Eli Zaretskii <eliz@gnu.org>
7326
7327 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7328 Alternative calculation of totphys for Visual Studio 6.
7329
7330 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7331
7332 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7333 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7334 All users changed.
7335 (stat): Only root directory passed to GetDriveType. Allow RAM
7336 disk as well as local fixed disk when w32-get-true-file-attributes
7337 is set to `local'.
7338 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7339 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7340 (w32_cached_id, w32_add_to_cache): New functions.
7341 (get_name_and_id): Look account names in the cache before calling
7342 lookup_account_sid.
7343 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7344 New initialization flags.
7345 (globals_of_w32): Initialize them to zero.
7346 (w32_system_process_attributes): Use w32_cached_id and
7347 w32_add_to_cache.
7348
73492008-08-14 Lawrence Mitchell <wence@gmx.li>
7350
7351 * lread.c (Fread_char, Fread_char_exclusive): If no character
7352 event is read before timeout is reached, return nil, rather than
7353 converting to a number.
7354
73552008-08-14 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * fns.c (use_dialog_box): Doc fix.
7358
7359 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7360 on OS X.
7361
73622008-08-13 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * frame.c (Qns_parse_geometry): New var.
7365 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7366
73672008-08-11 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7370 space character in calculating tabs.
7371
73722008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7373
7374 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7375
73762008-08-10 Glenn Morris <rgm@gnu.org>
7377
7378 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7379 silence gcc "limited range of data type" warnings in some
7380 make_fixnum_or_float calls.
7381
73822008-08-09 Eli Zaretskii <eliz@gnu.org>
7383
7384 * w32.c (w32_system_process_attributes): If the process does not
7385 exist, return nil.
7386
7387 * w32.c: Include thelp32.h, psapi.h and coding.h.
7388 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7389 declarations.
7390 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7391 (Process32Next_Proc): New typedefs.
7392 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7393 (g_b_init_process32_next, g_b_init_open_thread_token)
7394 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7395 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7396 (g_b_init_get_process_working_set_size)
7397 (g_b_init_global_memory_status_ex): New static variables.
7398 (globals_of_w32): Initialize them.
7399 (create_toolhelp32_snapshot, process32_first, process32_next)
7400 (open_thread_token, impersonate_self, revert_to_self)
7401 (get_process_memory_info, get_process_working_set_size)
7402 (global_memory_status, global_memory_status_ex): New wrapper
7403 functions.
7404 (w32_list_system_processes, w32_system_process_attributes)
7405 (enable_privilege, restore_privilege, ltime, process_times):
7406 New functions.
7407 (convert_time_raw): New function.
7408 (convert_time): Remove conversion of FILETIME into time in 100
7409 nsec units, call convert_time_raw instead.
7410
7411 * process.h (w32_list_system_processes, w32_system_process_attributes):
7412 Add prototypes.
7413 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7414 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7415 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7416 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7417
7418 * process.c (Fsystem_process_attributes): Doc fix.
7419
74202008-08-08 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7423 a continued multi-char glyph; if so, advance to the actual glyph.
7424
74252008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7426
7427 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7428
7429 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7430 (.m.o): Use it.
7431 * config.in: Regenerate.
7432
74332008-08-07 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * xdisp.c (redisplay_window): Revert last change.
7436 (try_window): Check bottom scroll margin too.
7437
74382008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7439
7440 * config.in: Regenerate.
7441
7442 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7443 -list-load-path-shadows'.
7444 (nsgui.h): Reduce number of things depending on it.
7445
74462008-08-06 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7449 instead of window-end which does the wrong thing at eob.
7450 (try_cursor_movement): Minor optimization.
7451 (redisplay_window): If scroll margin is defined, don't assume
7452 window doesn't need scrolling.
7453
74542008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7455
7456 * config.in: Regenerate.
7457
7458 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7459 (mostlyclean): Don't delete *.d under NS.
7460
7461 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7462
74632008-08-06 Kenichi Handa <handa@m17n.org>
7464
7465 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7466
74672008-08-06 Andreas Schwab <schwab@suse.de>
7468
7469 * config.in: Regenerate.
7470
74712008-08-05 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7474 forcing a window start.
7475
7476 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7477 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7478
74792008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7480
7481 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7482 argument.
7483
74842008-08-05 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7487 <scroll-down-aggressively, before-change-functions>:
7488 <after-change-functions>: Reflow docstrings.
7489
74902008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7491 Ken Raeburn <raeburn@gnu.org>
7492
7493 Dock menu customization, based on a patch by Ken Raeburn, plus some
7494 other fixes.
7495 * nsmenu.m (dockMenu): New variable.
7496 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7497
7498 * nsterm.h (dockMenu): Declare.
7499
7500 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7501 (ns_term_init): Initialize dockMenu.
7502 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7503 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7504 left.
7505
7506 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7507
75082008-08-04 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7511
7512 * config.in: Regenerate.
7513
75142008-08-04 Seiji Zenitani <zenitani@mac.com>
7515
7516 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7517
75182008-08-04 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7521
75222008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7523
7524 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7525
7526 * keyboard.h: Comment an #endif.
7527
7528 * lisp.h (have_menus_p): Adjust comment.
7529
7530 * menu.c (find_and_return_menu_selection): Fix comparison with
7531 client_data.
7532
7533 * nsmenu.m (popup_activated_flag): New variable.
7534 (popup_activated): New function.
7535 (menu-or-popup-active-p): New exported lisp definition.
7536 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7537 when popup done.
7538 (ns_popup_dialog): Set popup_activated_flag.
7539
7540 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7541 version for GNUstep (handled by conditional typedef in nsterm.m).
7542 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7543 in rgb.txt).
7544
7545 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7546
7547 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7548
7549 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7550
7551 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7552 shortcircuit if popup_activated like GTK and X toolkit.
7553
7554 * m/inter386.h: Change DARWIN to DARWIN_OS.
7555
7556 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7557 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7558 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7559 comment on NO_SOCK_SIGIO.
7560
75612008-08-03 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * nsterm.m (windowDidResize): Remove stopModal call.
7564
75652008-08-03 Andreas Schwab <schwab@suse.de>
7566
7567 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7568 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7569
75702008-08-02 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7573 Don't use uninitialized pointer variable when using getrlimit.
7574
75752008-08-02 Jason Rumney <jasonr@gnu.org>
7576
7577 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7578
75792008-08-02 Eli Zaretskii <eliz@gnu.org>
7580
7581 * alloc.c (NSTATICS): Bump to 0x640.
7582
7583 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7584
7585 * lisp.h: Add prototype for directory_files_internal.
7586
7587 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7588 New functions.
7589 (syms_of_process): Defsubr them. Add initializations for various
7590 Q* symbols used in procfs_system_process_attributes.
7591 (procfs_list_system_processes, procfs_system_process_attributes)
7592 [HAVE_PROCFS]: New functions.
7593 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7594 (procfs_get_total_memory): New functions.
7595
75962008-08-01 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * xfaces.c (Fx_load_color_file): Fix previous change;
7599 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7600
76012008-08-01 Michael Albinus <michael.albinus@gmx.de>
7602
7603 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7604
76052008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7606
7607 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7608
76092008-08-01 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7612
7613 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7614 define NSApplicationDelegateReplySuccess.
7615 (EmacsView -converstationIdentifier): Use long instead of
7616 NSInteger for GNUstep, since it doesn't have NSInteger.
7617
7618 * xmenu.c: Revert last change.
7619
7620 * keyboard.h: Fix last change.
7621
76222008-08-01 Juanma Barranquero <lekktu@gmail.com>
7623
7624 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7625 on Windows.
7626
76272008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7628
7629 Warning clearing and clean-up in NS port.
7630 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7631 Add prototypes.
7632 * nsgui.h (FACE_DEFAULT): Remove, unused.
7633 (XGCValues): Change colors to unsigned long.
7634 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7635 nsterm.m.
7636 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7637 (ns_list_fonts): Remove, unused.
7638 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7639 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7640 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7641 (nsfont_draw): Compare face colors to 0, not nil.
7642 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7643 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7644 (-addSubmenuWithTitle:): Use NSMenuItem class.
7645 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7646 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7647 (ns_clip_to_row): Make gc arg a BOOL.
7648 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7649 ns_clip_to_row() call.
7650 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7651 used). Cast FRAME_FONT assignments.
7652 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7653 (ns_string_to_lispmod): Change arg to const char.
7654 (ns_term_init): Use NSMenuItem class.
7655 (EmacsApp -openFile:): Move to different section of file.
7656 (EmacsApp -application:openFiles:): Don't return a value, call
7657 -replyToOpenOrPrint:.
7658 (EmacsView -keyDown:): Fix up cast.
7659 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7660 (EmacsView -menuDown:): Cast tag in call to
7661 find_and_call_menu_selection().
7662 (ns_list_fonts): Remove, unused.
7663 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7664 (ns_fontname_to_xlfd): Make static.
7665 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7666 Remove prototypes (now in keyboard.h).
7667 (next_menubar_widget_id): Remove, unused.
7668 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7669 Remove prototypes (now in keyboard.h).
7670 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7671
76722008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7673
7674 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7675 (floatfns.o): Depend on syssignal.h.
7676 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7677
7678 * systty.h: Fix previous change that removed BSD_TERMIOS.
7679 Add comments to #ifdefs.
7680
76812008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7682
7683 * w32fns.c (w32-load-color-file): Remove.
7684 (x-open-connection): Use renamed Fx_load_color_file.
7685 * xfaces.c (x-load-color-file): Add.
7686 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7687 Emacs.clr.
7688 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7689
76902008-07-31 Michael Albinus <michael.albinus@gmx.de>
7691
7692 * dbusbind.c (Fdbus_call_method_asynchronously)
7693 (Fdbus_method_error_internal): New defuns.
7694 (xd_read_message): Handle also reply messages.
7695 (Vdbus_registered_functions_table): Extend docstring.
7696
76972008-07-31 Juanma Barranquero <lekktu@gmail.com>
7698
7699 * keyboard.c (gobble_input): Fix previous change.
7700
77012008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7702
7703 * bitmaps/README:
7704 * xfns.c:
7705 * termcap.c:
7706 * term.c:
7707 * syswait.h:
7708 * systty.h:
7709 * systime.h:
7710 * syssignal.h:
7711 * sysdep.c:
7712 * process.h:
7713 * process.c:
7714 * print.c:
7715 * ndir.h:
7716 * lread.c:
7717 * keyboard.c:
7718 * getpagesize.h:
7719 * floatfns.c:
7720 * fileio.c:
7721 * emacs.c:
7722 * doc.c:
7723 * dispnew.c:
7724 * dired.c:
7725 * data.c:
7726 * callproc.c:
7727 * buffer.c:
7728 * README:
7729 * Makefile.in:
7730 * s/template.h:
7731 * s/msdos.h:
7732 * m/vax.h: Remove VMS support.
7733 * s/vms.h:
7734 * vlimit.h:
7735 * uaf.h:
7736 * temacs.opt:
7737 * param.h:
7738 * ioctl.h: Remove file.
7739
77402008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7741
7742 * s/ms-w32.h (MULTI_KBOARD): Remove.
7743 * xterm.c:
7744 * xselect.c:
7745 * xfns.c:
7746 * window.c:
7747 * w32term.c:
7748 * w32fns.c:
7749 * terminal.c:
7750 * termhooks.h:
7751 * term.c:
7752 * sysdep.c:
7753 * keyboard.h:
7754 * keyboard.c:
7755 * frame.h:
7756 * frame.c:
7757 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7758 * config.in: Regenerate.
7759
77602008-07-30 Jason Rumney <jasonr@gnu.org>
7761
7762 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7763
7764 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7765 (w32font_open_internal): Get unicode version of textmetrics.
7766 Don't enable or disable glyph indices here.
7767 (w32font_open): Disable use of glyph indices.
7768
7769 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7770
77712008-07-30 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * minibuf.c (Vread_buffer_function): Doc fix.
7774
77752008-07-30 John Paul Wallington <jpw@pobox.com>
7776
7777 * minibuf.c (read_buffer_completion_ignore_case): New var.
7778 (Fread_buffer): Use it.
7779
77802008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7781
7782 * systty.h (sensemode): Remove empty #if. Remove reference to
7783 BSD_TERMIOS, unused.
7784
7785 * sysdep.c: Remove reference to DGUX.
7786 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7787
7788 * config.in: Regenerate.
7789
77902008-07-30 Jason Rumney <jasonr@gnu.org>
7791
7792 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7793
77942008-07-29 Jason Rumney <jasonr@gnu.org>
7795
7796 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7797 is populated.
7798 (uniscribe_encode_char): Always use uniscribe.
7799 Avoid using context if cache is populated.
7800
78012008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7802
7803 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7804 open menu.
7805
7806 * gtkutil.c (menu_nav_ended): Remove.
7807 (create_menus): Remove signal connect for menu_nav_ended.
7808
78092008-07-28 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * xdisp.c (redisplay_window): Check return value of
7812 compute_window_start_on_continuation_line before forcing a window
7813 start.
7814
78152008-07-28 Jason Rumney <jasonr@gnu.org>
7816
7817 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7818
7819 * w32term.c (w32_enable_unicode_output, cleartype_active):
7820 Remove obsolete display options.
7821 (x_draw_glyph_string_background): Don't use old cleartype_active
7822 workaround.
7823 (w32_initialize): Remove cleartype_active initialization.
7824 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7825
78262008-07-28 Andreas Schwab <schwab@suse.de>
7827
7828 * lisp.h (init_weak_hash_tables, syms_of_font)
7829 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7830 (remove_hash_entry): Don't declare.
7831 * eval.c (maybe_call_debugger): Make static and move before use.
7832 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7833 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7834 * xterm.h (x_set_frame_alpha): Declare.
7835
78362008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7837
7838 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7839 (create_menus): Connect selection-done to menu_nav_ended.
7840
78412008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7842
7843 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7844 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7845 parameter with read of 'alpha' one.
7846 (Qns_frame_parameter): Remove.
5582fbc7 7847 * nsselect.m (selection-coding-system)
aac0c6e3
MR
7848 (next-selection-coding-system, Vselection_coding_system)
7849 (Vnext_selection_coding_system): Drop.
7850
78512008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7852
7853 * nsfns.m (do-applescript, do_applescript): Rename to
7854 ns-do-applescript, ns_do_applescript, and move within file.
7855
78562008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7857
7858 Remove support for Mac Carbon.
7859 * mactoolbox.c:
7860 * macterm.h:
7861 * macterm.c:
7862 * macselect.c:
7863 * macmenu.c:
7864 * macgui.h:
7865 * macfns.c:
7866 * mac.c: Remove file.
7867 * s/darwin.h:
7868 * m/intel386.h:
7869 * xfaces.c:
7870 * xdisp.c:
7871 * window.c:
7872 * tparam.c:
7873 * termhooks.h:
7874 * termcap.c:
7875 * term.c:
7876 * syssignal.h:
7877 * sysselect.h:
7878 * sysdep.c:
7879 * process.c:
7880 * lread.c:
7881 * lisp.h:
7882 * keyboard.c:
7883 * image.c:
7884 * fringe.c:
7885 * frame.h:
7886 * frame.c:
7887 * fontset.c:
7888 * font.h:
7889 * font.c:
7890 * fns.c:
7891 * fileio.c:
7892 * emacs.c:
7893 * dispnew.c:
7894 * dispextern.h:
7895 * config.in:
7896 * atimer.c:
2ae37cf0 7897 * Makefile.in: Remove code for Carbon.
aac0c6e3 7898
f0131492 78992008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
7900
7901 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7902
79032008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7904
7905 * macterm.h (kCGBitmapByteOrder32Host): New define for
7906 non-universal SDKs.
7907
7908 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7909 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7910
7911 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7912 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7913
79142008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7915
7916 * w32inevt.c: Include dispextern.h.
7917
79182008-07-26 Andreas Schwab <schwab@suse.de>
7919
7920 * print.c (print_object): Fix off-by-one in last change.
7921
79222008-07-25 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * term.c (syms_of_term): Don't initialize default_orig_pair,
7925 default_set_foreground and default_set_background on Windows.
7926
79272008-07-25 Jason Rumney <jasonr@gnu.org>
7928
7929 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7930 ScriptItemize. Clean up return value checking. Remove unused
7931 variables.
7932 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7933 shaping engine.
7934
7935 * w32font.c (w32font_has_char): Handle the case where we can't
7936 determine the script for a character.
7937
79382008-07-25 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * term.c (syms_of_term): Initialize default_orig_pair,
7941 default_set_foreground, and default_set_background.
7942
7943 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7944 clash (bug#86).
7945 (getloadavg): Callers changed.
7946
7947 * image.c (svg_load_image): Fix last change.
7948 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7949 image size is valid. Use g_object_unref instead of deprecated
7950 rsvg_handle_free to free rsvg handle.
7951 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7952
79532008-07-25 Jason Rumney <jasonr@gnu.org>
7954
7955 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7956 surrogates before looking up glyph index.
7957 (w32font_text_extents): Encode as surrogates if falling back to
7958 functions that need UTF-16 wide chars.
7959
7960 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7961 BMP as surrogates before looking up glyph index.
7962
79632008-07-25 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * image.c (svg_load_image): Check for failure in return value of
7966 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7967
79682008-07-25 Jason Rumney <jasonr@gnu.org>
7969
7970 * w32font.c (Fx_select_font): Reverse sense of second arg.
7971
79722008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7975 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7976
7977 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7978 (PURESIZE): Use it.
7979
79802008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7983 * m/alpha.h (TEXT_END):
7984 * m/ibmrs6000.h (TEXT_END):
7985 * m/macppc.h (TEXT_END):
7986 * s/darwin.h (TEXT_END):
7987 * s/msdos.h (TEXT_END): Remove, unused.
7988 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7989 * s/cygwin.h: Remove comment.
7990
7991 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7992 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7993 * m/intel386.h (DOT_GLOBAL_START):
7994 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7995 (USG): Remove, file not used on USG platforms.
7996
7997 * Makefile.in (HAVE_X11): Remove empty #else.
7998
79992008-07-24 Andreas Schwab <schwab@suse.de>
8000
8001 * fileio.c (Finsert_file_contents): Properly adjust undo list
8002 after format conversion.
8003
80042008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8005
8006 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8007 (menu_nav_ended): Remove.
8008 (create_menus): Remove signal connect for menu_nav_ended.
8009 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8010 create_menus.
8011 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8012
80132008-07-23 Jason Rumney <jasonr@gnu.org>
8014
8015 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8016 with opened font.
8017 (w32font_open): Set font type to gdi.
8018
8019 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8020
80212008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8022
8023 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8024 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8025 defines it.
8026 * unexec.c (ADDR_CORRECT): Define unconditionally.
8027
8028 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8029
8030 * unexec.c: Remove code depending on !COFF and USG, the file is
8031 not used for such systems.
8032
8033 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8034 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8035 (LD_SWITCH_SYSTEM_1): Remove, update users.
8036
8037 * s/darwin.h (DATA_END):
8038 * m/intel386.h (DATA_END):
8039 * m/ibmrs6000.h (DATA_END):
8040 * m/alpha.h (DATA_END): Remove, unused.
8041
8042 * config.in: Regenerate.
8043 * s/ms-w32.h (subprocesses): Define unconditionally.
8044 * s/template.h (subprocesses): Update comment.
8045 * s/vms.h (subprocesses):
8046 * s/usg5-4.h (subprocesses):
8047 * s/hpux10-20.h (subprocesses):
8048 * s/gnu-linux.h (subprocesses):
8049 * s/cygwin.h (subprocesses):
8050 * s/bsd-common.h (subprocesses):
8051 * s/aix4-2.h (subprocesses):
8052 * s/darwin.h (subprocesses): Do not define, defined by default now.
8053
8054 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8055 Remove all references.
8056 (temacs): Add GNUstep specific ld flags.
8057
8058 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8059 similarly to what X does.
8060
80612008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8062
8063 * nsfns.m (x-list-fonts): Remove.
8064 (syms_of_nsfns): Drop the x-list-fonts declaration.
8065 * nsterm.m: Get rid of remaining "//" comments.
8066
80672008-07-22 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8070
8071 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8072 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8073 (Fns_own_selection_internal, Fx_disown_selection_internal)
8074 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8075
8076 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8077 ... */' style of docstrings. Doc fixes.
8078
80792008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8080
8081 * terminfo.c (UP, BC, PC): Undo previous change.
8082
8083 * nsfns.m: Rename ns prefixed functions/variables to the
8084 corresponding x versions. Update references.
8085
80862008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8089
80902008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8091
8092 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8093 Remove forwarding functions.
8094 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8095 non-static.
8096 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8097 non-static.
8098 (ns_frame_parm_handlers): Use the new names.
8099 (syms_of_nsfns): Move to the end of file.
8100
8101 * nsterm.m (syms_of_nsterm): Move to the end of file.
8102
8103 * dispnew.c (init_display): Remove code for X10.
8104
81052008-07-22 Jason Rumney <jasonr@gnu.org>
8106
8107 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8108 bare drive.
8109
81102008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8111
8112 * nsterm.m (syms_of_nsterm): Remove debugging println.
8113
81142008-07-22 David Reitter <david.reitter@gmail.com>
8115
8116 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8117 Carbon implementation of the same functionality: execute arbitrary
8118 AppleScript code.
8119
81202008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8121
8122 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8123 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8124 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8125 (Fx_display_mm_height, Fx_display_mm_width)
8126 (Fx_display_backing_store, Fx_display_visual_class)
8127 (Fx_display_save_under, Fx_open_connection)
8128 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8129 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8130 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8131 (Fx_display_pixel_width, Fx_display_pixel_height)
8132 (Fx_display_usable_bounds, Fx_display_planes)
8133 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8134 ... */' style of docstrings.
8135
81362008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8137
8138 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8139 on this platform.
8140 (mips):
8141 * m/iris4d.h (mips): Do not define.
8142 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8143
8144 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8145
8146 * image.c:
8147 * nsfns.m:
8148 * nsselect.m:
8149 * nsterm.h:
8150 * nsterm.m: Rename ns prefixed functions/variables to the
8151 corresponding x versions. Update references.
8152
8153 * m/ibms390x.h (NO_REMAP): Do not undefine.
8154
8155 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8156
81572008-07-21 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8160 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8161 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8162 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8163 (Fns_display_mm_height, Fns_display_mm_width)
8164 (Fns_display_backing_store, Fns_display_visual_class)
8165 (Fns_display_save_under, Fns_open_connection)
8166 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8167 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8168 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8169 (Fns_display_pixel_width, Fns_display_pixel_height)
8170 (Fns_display_usable_bounds, Fx_display_planes)
8171 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8172
81732008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8174
8175 * print.c (print_object): Check print_depth before searching for
8176 circularities.
8177
81782008-07-21 Michael Albinus <michael.albinus@gmx.de>
8179
8180 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8181 only sprintf.
8182
81832008-07-21 Kenichi Handa <handa@m17n.org>
8184
8185 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8186
81872008-07-20 Andreas Schwab <schwab@suse.de>
8188
8189 * syntax.c (find_start_pos, find_start_value)
8190 (find_start_value_byte, find_start_begv, find_defun_start)
8191 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8192
81932008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8194
8195 * s/sol2-3.h: Insert contents of s/sol2.h.
8196 (LD_SWITCH_SYSTEM): Remove redundant definition.
8197 * s/sol2.h: Remove, unused.
8198
81992008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8200
8201 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8202
82032008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8204
8205 * Makefile.in (ns_appdir): Fix typo in find command.
8206
82072008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8208
8209 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8210
8211 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8212 added not supported anymore.
8213
8214 * s/usg5-4-2.h (LIBS_SYSTEM):
8215 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8216
8217 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8218 * s/lynxos.h (GETPGRP_NO_ARG):
8219 * s/hpux10-20.h (NO_SIOCTL_H):
8220 * s/gnu.h (GETPGRP_NO_ARG):
8221 * s/gnu-linux.h (NO_SIOCTL_H):
8222 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8223 * s/cygwin.h (GETPGRP_NO_ARG):
8224 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8225 (C_DEBUG_SWITCH): Remove duplicate definition.
8226
8227 * m/ibms390.h: Remove boilerplate comments.
8228
8229 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8230
8231 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8232 (wait_reading_process_output): Remove code for SunOS, platform not
8233 supported anymore. Use SOLARIS2 instead of sun.
8234
82352008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8236
8237 * font.c (font_open_by_name): Under NS, default lface height to zero.
8238 (font_open_for_lface): Under NS, set size based on frame fontsize.
8239 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8240 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8241
82422008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8243
8244 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8245 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8246 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8247 YES/NO.
8248 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8249 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8250 * Makefile.in (clean): Clear out build destination dir.
8251
82522008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8253
8254 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8255 xterm, xselect.
8256 * lisp.h: Remove declaration of hash_remove.
8257 * nsgui.h: Remove redefinitions of hash_remove.
8258 * fns.c (hash_remove): Rename to hash_remove_from_table.
8259
82602008-07-19 Seiji Zenitani <zenitani@mac.com>
8261
8262 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8263 strdup() the family UTF8String before modifying it.
8264
82652008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8266
8267 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8268 NS_FACE_BACKGROUND with 0 instead of nil.
8269 * nsfont.m (nsfont_draw): Same.
8270
82712008-07-19 Chong Yidong <cyd@stupidchicken.com>
8272
8273 * nsfns.m (ns_set_background_color): Fix crash.
8274
82752008-07-18 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8278
82792008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8282
82832008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8284
8285 * gtkutil.c: Include <config.h> instead of "config.h".
8286
8287 * lisp.h (Foverlay_buffer): Add EXFUN.
8288
8289 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8290 child process to complete child_setup. Undo 2005-09-21 change.
8291
8292 * s/darwin.h: Mention setsid after vfork.
8293
82942008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8295
8296 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8297 Depend on macgui.h.
8298
8299 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8300 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8301
8302 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8303 and f19.
8304 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8305
8306 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8307 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8308 Remove enumerators.
8309
8310 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8311 Check if FACE_FROM_ID returns NULL.
8312
83132008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8314
8315 * w32inevt.c (change_frame_size): Remove extern declaration.
8316 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8317 change_frame_size.
8318
83192008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8320
8321 * getloadavg.c: Revert last change (2008-07-15).
8322
83232008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8324
8325 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8326 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8327 from configure.
8328
83292008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8330
8331 * s/sol2.h:
8332 * s/sol2-4.h: Reorganize conditionals.
8333
8334 * ecrt0.c: Remove code depending on m68000, not used anymore.
8335
8336 * fns.c (hash_remove): Make static.
8337 * lisp.h (hash_remove): Don't prototype.
8338
8339 * m/ibmrs6000.h:
8340 * m/ibms390x.h:
8341 * m/macppc.h: Remove boilerplate comments.
8342
8343 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8344 Solaris, which does not need them.
8345
8346 * m/vax.h: Remove comments about unsupported systems.
8347
8348 * s/darwin.h: Reorganize ifdefs.
8349
83502008-07-17 Andreas Schwab <schwab@suse.de>
8351
8352 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8353
83542008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 Use SDATA. Follow coding convention of placing operators at
8357 beginning of next line rather than end of previous line, and placing
8358 spaces around infix operators.
8359
8360 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8361 in case it was defined already.
8362 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8363 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8364 ns_default.
8365 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8366 Lisp_Objects.
8367 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8368 (ns_defined_color, ns_color_to_lisp): Declare.
8369 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8370 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8371 it's accepted even with USE_LISP_UNION_TYPE.
8372 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8373 (update_frame_tool_bar): Remove apparently obsolete tests for
8374 non-integerness of f->tool_bar_lines.
8375 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8376 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8377 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8378 (nsfont_open): Don't confuse NULL for Qnil.
8379 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8380 * menu.h (find_and_call_menu_selection):
8381 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8382 (find_and_return_menu_selection): Always return something.
8383 * frame.h: Include dispextern.h for Display_Info.
8384 (display_x_get_resource): Declare.
8385
83862008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8387
8388 * syntax.c: Remove stdio.h include accidentally introduced in
8389 Emacs.app commit.
8390 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8391 NS_IMPL_COCOA.
8392 * keyboard.c (handle_async_input, input_available_signal): Remove
8393 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8394
83952008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8398 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8399 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8400 Use SDATA.
8401
8402 * keymap.c: Remove all NS-specific code.
8403 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8404 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8405 where_is_preferred_modifier, return a different value depending on how
8406 preferred is the binding.
8407 (where_is_internal): Adjust accordingly.
8408 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8409 Adjust to new preferred_sequence_p.
8410 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8411 * keyboard.c (parse_solitary_modifier): Not static any more.
8412 * keyboard.h (parse_solitary_modifier): Declare.
8413
84142008-07-16 Andreas Schwab <schwab@suse.de>
8415
8416 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8417 of easymenu.
8418
84192008-07-16 Chong Yidong <cyd@stupidchicken.com>
8420
8421 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8422 that we don't move off the line.
8423
84242008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * keyboard.c (Qsuper): Remove.
8427 (parse_menu_item): Don't call where_is_internal specially for NS.
8428
84292008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8430
8431 * s/gnu-linux.h: Remove boilerplate comments.
8432
8433 * m/alpha.h (__ELF__): Consolidate conditions.
8434
8435 * m/m68k.h (linux): Use GNU_LINUX instead.
8436 Remove boilerplate comments.
8437
8438 * m/intel386.h: Undo refactoring from previous change.
8439 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8440 too, remove dead code.
8441 (linux): Use GNU_LINUX instead.
8442
84432008-07-16 Jason Rumney <jasonr@gnu.org>
8444
8445 * w32gui.h: Repeat 26 June changes lost by last change.
8446
84472008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8448
8449 * systty.h: Remove code for Aix on 386, unsupported platform.
8450
8451 * s/ms-w32.h: Remove boilerplate comments.
8452 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8453
8454 * s/gnu-linux.h (TERM): Remove support.
8455 (HAVE_SYSVIPC): Remove, unused.
8456 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8457 for this system.
8458
8459 * process.c: Remove support for IRIS, unused.
8460 Remove support for TERM, not relevant anymore.
8461
8462 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8463 used with the definition.
8464
8465 * s/aix4-2.h (static): Do not undef.
8466
8467 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8468 only used on Aix.
8469 (HAVE_SYSVIPC): Remove, unused.
8470
8471 * m/hp800.h (CANNOT_DUMP): Do not undef.
8472
8473 * m/alpha.h: Fix comment.
8474
8475 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8476 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8477 used by this configuration.
8478 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8479 * unexec.c: Remove code depending on HPUX and
8480 USG_SHARED_LIBRARIES, not used with this file. Remove code
8481 depending on IRIS, unused. Remove if 0-ed code.
8482
8483 * s/template.h: Remove comments about static.
8484
8485 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8486 Remove if 0-ed code.
8487 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8488 were the same as the default.
8489 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8490 Remove boilerplate comments.
8491 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8492 (HAVE_SYSVIPC): Remove, unused.
8493 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8494
8495 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8496 Remove boilerplate comments.
8497 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8498 Remove boilerplate comments.
8499 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8500 Remove boilerplate comments.
8501 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8502
8503 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8504 USG systems which do not use DATA_SEG_BITS.
8505 Refactor code. Remove boilerplate comments.
8506
8507 * m/ibms390.h:
8508 * m/m68k.h:
8509 * s/bsd-common.h:
8510 * s/cygwin.h:
8511 * s/darwin.h:
8512 * s/freebsd.h:
8513 * s/gnu.h:
8514 * s/msdos.h: Remove boilerplate comments.
8515
8516 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 8517 do not use this file.
aac0c6e3
MR
8518 (IRIS_4D): Remove, unused.
8519
8520 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 8521 do not use this file.
aac0c6e3
MR
8522 (SIGN_EXTEND_CHAR):
8523 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8524 * unexmips.c: Remove file, unused.
8525
8526 * editfns.c (Fuser_full_name): Replace the only use of
8527 USER_FULL_NAME with its value.
8528 * config.in: Regenerate.
8529
85302008-07-16 David Reitter <david.reitter@gmail.com>
8531
8532 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8533 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8534
85352008-07-16 Glenn Morris <rgm@gnu.org>
8536
8537 * emacs.c (system-type): Doc fix.
8538
85392008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8542 If the cache doesn't work, let's fix it, rather than work around it.
8543
85442008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8545
8546 * Makefile.in: Correct additions for nsfont.o in last commit.
8547 * nsfont.m: New file (forgot last commit).
8548
85492008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8550
8551 * callproc.c (set_initial_environment): Initialize
8552 Vprocess_environment under CANNOT_DUMP (fixes crash when
8553 batch-compiling for bootstrap).
8554
85552008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8556 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8557
8558 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8559 fix crash due to different init order.
8560
85612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8562
8563 Changes and additions for NeXTstep windowing system (Cocoa and
8564 GNUstep) support.
8565
8566 * Makefile.in:
8567 * config.in: Support defines and build commands for NS port.
8568 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8569 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8570 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8571 windowing.
8572 (struct face): Add synth_ital field.
8573 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8574 (init_display): Initialize Vinitial_window_system to "ns" when so
8575 compiled.
8576 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8577 (display_arg): Use under NS.
8578 (main): Under NS, allocate autorelease pool and handle command line
8579 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8580 (standard_args): Add NS-specific args.
8581 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8582 * font.c (DEFAULT_ENCODING): New variable.
8583 (font_find_for_lface): Use it.
8584 (syms_of_font): Load syms_of_nsfont under NS.
8585 * font.h: Declare nsfont_driver when compiled under NS.
8586 * fontset.c: When compiling under NS, include nsterm.h.
8587 (fontset_from_font): Autoconstruct fontset under NS.
8588 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8589 symbol, document and use it.
8590 (do_switch_frame): When for_deletion under Cocoa, add
8591 Fraise_frame(Qnil).
8592 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8593 (x_get_arg): Allow "yes" and "no" as boolean values.
8594 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8595 Qright under Cocoa.
8596 (focus-follows-mouse): Default to 0 under NS.
8597 * frame.h (enum output_method): Add output_ns.
8598 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8599 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8600 (FRAME_WINDOW_P): NS-specific definition.
8601 * fringe.c (max_used_fringe_bitmap): Make public.
8602 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8603 (getloadavg): Use NeXT code under descendant OS's.
8604 * image.c (includes and header section, x_create_bitmap_from_data)
8605 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8606 (image_background_transparent, x_clear_image_1)
8607 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8608 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8609 (x_to_xcolors, x_from_xcolors, x_disable_image)
8610 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8611 other GUIs, including XPM support using code originally written for
8612 Carbon GUI.
8613 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8614 using NS API.
8615 (image_ascent): Use font metrics macros instead of direct struct field
8616 access.
8617 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8618 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8619 Also, handle NS as GTK for menu bar purposes.
8620 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8621 toolkit where they differ.
8622 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8623 use cachelist, still needed under NS.
8624 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8625 (struct widget_value): Define it here for menu.c.
8626 * keymap.c (includes): Include modifier internals.
8627 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8628 NS.
8629 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8630 support for preferring sequences using certain modifiers, specified by
8631 the FIRSTONLY argument.
8632 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8633 under NS GNUstep implementation.
8634 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8635 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8636 * menu.c: Include nsterm.h under NS.
8637 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8638 (free_menubar_widget_tree_value, update_submenu_strings)
8639 (find_and_call_menu_selection): Treat NS as X and NT.
8640 (find_and_return_menu_selection): New function, used for popup menus.
8641 * nsgui.h:
8642 * nsterm.h:
8643 * nsfns.m:
8644 * nsimage.m:
8645 * nsmenu.m:
8646 * nsselect.m:
8647 * nsterm.m: New files.
8648 * process.c (wait_reading_process_output): Under NS, call ns_select()
8649 instead of plain select().
8650 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8651 beginning of buffer.
8652 * sysselect.h (init_process): Rename when compiling under Cocoa to
8653 avoid name conflict.
8654 * termhooks.h (display_info): Add ns_display_info to union.
8655 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8656 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8657 COCOA environment.
8658 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8659 unexec() signature. (Note, this will dump, but the resulting file
8660 crashes; unexosx is used instead; keeping around for reference and
8661 possible aid in getting dump working under GNUstep.)
8662 * w32gui.h (button_type, widget_value): Remove definitions (now in
8663 keyboard.h).
8664 * window.c: Include nsterm.h when compiling under NS.
8665 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8666 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8667 other GUI windowing systems.
8668 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8669 GTK.
8670 (x_consider_frame_title): Under NS, set icon type and frame
8671 modified-state indicator; use ns_set_name_as_filename() when using
8672 formatted title.
8673 (update_window_cursor): Make public when compiling under NS.
8674 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8675 (hourglass_atimer, Vhourglass_delay
8676 * xfaces.c (header section, init_frame_faces, clear_font_table)
8677 (defined_color, unload_color, x_face_list_fonts)
8678 (prepare_face_for_display): Add NS support parallel to other GUIs.
8679 Emulate GCs like other non-X GUIs.
8680 (split_font_name): Don't lowercase font name under NS.
8681 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8682 under NS.
8683 * s/darwin.h: Add support for compilation under NS.
8684
86852008-07-15 Jason Rumney <jasonr@gnu.org>
8686
8687 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8688 (w32_show_hourglass): Rename from show_hourglass.
8689 (w32_hide_hourglass): Rename from hide_hourglass.
8690 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8691 (Vhourglass_delay): Declare extern.
8692 (hourglass_started): Remove.
8693
8694 * xdisp.c (Vhourglass_delay): Remove static.
8695 (hourglass_started, start_hourglass, cancel_hourglass):
8696 Don't include these versions on WINDOWSNT.
8697
86982008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8699
8700 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8701 variables (formerly in xfns.c).
8702 (show_hourglass, hide_hourglass): New prototypes (same).
8703 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8704 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8705 in xfns.c).
8706 (syms_of_xdisp): Declare/initialize display-hourglass,
8707 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8708 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8709 formerly in xfns.c.
8710 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8711 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8712 (start_hourglass, cancel_hourglass): Remove.
8713 (show_hourglass, hide_hourglass): Remove prototypes and static
8714 modifiers.
8715 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8716 hourglass_atimer, hourglass_shown_p declaration/initialization.
8717 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8718 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8719 (start_hourglass, cancel_hourglass): Remove.
8720 (show_hourglass, hide_hourglass): Remove prototypes and static
8721 modifiers.
8722 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8723 hourglass_atimer, hourglass_shown_p declaration/initialization.
8724 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8725 (DEFAULT_HOURGLASS_DELAY): Remove.
8726 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8727 hourglass_shown_p declaration/initialization.
8728
87292008-07-14 Jason Rumney <jasonr@gnu.org>
8730
8731 * w32fns.c (w32_get_arg): Remove wrapper function.
8732 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8733 directly.
8734 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8735
87362008-07-14 Kenichi Handa <handa@m17n.org>
8737
8738 * xfont.c (xfont_open): Add workaround for X's bug.
8739
87402008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8741
8742 * fontset.c: Include <stdio.h> unconditionally.
8743
87442008-07-13 Michael Albinus <michael.albinus@gmx.de>
8745
8746 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8747 for filtering.
8748
87492008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8750
8751 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8752
8753 * m/macppc.h:
8754 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8755
8756 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8757 (SPECIAL_EMACS_INT):
8758 * m/ia64.h (SPECIAL_EMACS_INT):
8759 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8760 * s/gnu.h (NLIST_STRUCT):
8761 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8762 * s/gnu-linux.h (LINUX):
8763 * s/msdos.h (HAVE_FACES):
8764 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8765
8766 * systty.h:
8767 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8768 anymore.
8769
87702008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8771
8772 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8773 always defined as int.
8774
8775 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8776 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8777 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8778 * s/freebsd.h (HAVE_WAIT_HEADER):
8779 * s/bsd-common.h (HAVE_UNION_WAIT):
8780 * s/aix4-2.h (HAVE_WAIT_HEADER):
8781 * m/mips.h (HAVE_UNION_WAIT):
8782 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8783 (COFF, static): Do not define, they are undefined later in the file.
8784
8785 * process.c (update_status): Don't use a union.
8786 (status_convert):
8787 (sigchld_handler): Use int instead of WAITTYPE.
8788
87892008-07-12 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * indent.c (Fvertical_motion): Restore hscroll before moving to
8792 goal column.
8793
87942008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8795
8796 * lisp.h: Remove left over code.
8797
87982008-07-11 Andreas Schwab <schwab@suse.de>
8799
8800 * lisp.h: Fix logic in last change.
8801
8802 * menu.h: New file.
8803 * menu.c: Include it.
8804 * xmenu.c: Likewise.
8805 * Makefile.in: Update dependencies.
8806
88072008-07-11 Kenichi Handa <handa@m17n.org>
8808
8809 * fontset.c (fontset_from_font): Cancel the previous change.
8810
88112008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8812
8813 * lisp.h:
8814 * w32heap.c:
8815 * emacs.c:
8816 * alloc.c: Replace all references of NO_UNION_TYPE with
8817 USE_LISP_UNION_TYPE.
8818
8819 * m/xtensa.h (NO_UNION_TYPE):
8820 * m/vax.h (NO_UNION_TYPE):
8821 * m/template.h (NO_UNION_TYPE):
8822 * m/sparc.h (NO_UNION_TYPE):
8823 * m/mips.h (NO_UNION_TYPE):
8824 * m/macppc.h (NO_UNION_TYPE):
8825 * m/m68k.h (NO_UNION_TYPE):
8826 * m/iris4d.h (NO_UNION_TYPE):
8827 * m/intel386.h (NO_UNION_TYPE):
8828 * m/ibms390x.h (NO_UNION_TYPE):
8829 * m/ibms390.h (NO_UNION_TYPE):
8830 * m/ibmrs6000.h (NO_UNION_TYPE):
8831 * m/ia64.h (NO_UNION_TYPE):
8832 * m/hp800.h (NO_UNION_TYPE):
8833 * m/arm.h (NO_UNION_TYPE):
8834 * m/amdx86-64.h (NO_UNION_TYPE):
8835 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8836 defining it the same.
8837
88382008-07-10 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8841
88422008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8843
8844 * fileio.c:
8845 * sysdep.c
8846 * systty.h:
8847 * m/ibmrs6000.h:
8848 * m/iris4d.h:
8849 * s/aix4-2.h:
8850 * s/freebsd.h:
8851 * s/gnu-linux.h:
8852 * s/hpux10-20.h:
8853 * s/hpux11.h:
8854 * s/netbsd.h:
8855 * s/sol2-3.h:
8856 * s/sol2-4.h:
8857 * s/sol2.h:
8858 * s/usg5-4.h:
8859 * s/vms.h: Remove references to unused variables.
8860
88612008-07-10 Andreas Schwab <schwab@suse.de>
8862
8863 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8864 pattern before matching the generic family.
8865
88662008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8867
8868 * unexec.c:
8869 * s/vms.h:
8870 * s/usg5-4-2.h:
8871 * s/sol2-5.h:
8872 * s/freebsd.h:
8873 * s/darwin.h: Remove dead code.
8874
8875 * m/template.h:
8876 * m/sparc.h:
8877 * m/mips.h:
8878 * m/m68k.h:
8879 * m/iris4d.h:
8880 * m/intel386.h:
8881 * m/ibms390x.h:
8882 * m/ibms390.h:
8883 * m/ia64.h:
8884 * m/hp800.h:
8885 * m/arm.h:
8886 * m/amdx86-64.h: Remove dead code and references to unused
8887 and compiler defined symbols.
8888
8889 * unexmips.c:
8890 * unexelf.c: Remove references to desupported systems.
8891
8892 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8893
8894 * m/powermac.h: Remove boilerplate comments.
8895 (NO_REMAP): Remove unused definition.
8896
8897 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8898 define them.
8899
89002008-07-10 Kenichi Handa <handa@m17n.org>
8901
8902 * xfont.c (xfont_open): Log the reason of failure.
8903
89042008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * fontset.c (fontset_get_font_group):
8907 * font.c (font_check_otf): Specify argument types.
8908
89092008-07-09 Kenichi Handa <handa@m17n.org>
8910
8911 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8912 non-ASCII char is found.
8913
8914 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8915 (reorder_font_vector): Change the arg preferred_family to font.
8916 Prefer the spec matching with font.
8917 (fontset_get_font_group): New function.
8918 (fontset_find_font): Change the format of an element of a realized
8919 fontset. Use fontset_get_font_group.
8920 (fontset_font): Try the current fontset, the default fontset, the
8921 fallbacks of the current fontset, and the fallbacks of the default
8922 fontset in this order.
8923 (face_for_char): Delete the shortcut to use the current font.
8924 (fontset_from_font): Don't set fonts for Latin in the fontset.
8925
8926 * font.h (font_make_object, font_match_p): Adjust prototypes.
8927
8928 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8929
8930 * font.c (font_make_object): New arg entity and pixelsize.
8931 (font_check_otf_features, font_check_otf): New functions.
8932 (font_match_p): Check :lang, :script, and :otf properties.
8933
8934 * xfont.c (xfont_open): Adjust it for the change of
8935 font_make_object.
8936 (xfont_text_extents): Fix initial setting of metrics.
8937
8938 * ftfont.c (struct ftfont_info): New member index, delete member
8939 fc_charset_idx. Make the member order compatible with struct
8940 xftfont_info.
8941 (fc_charset_table): Change charset names to registry names.
8942 (ftfont_pattern_entity): Delete the args registry and
8943 fc_charset_idx. Change the value of :font-entity property
8944 to (FONTNAME . INDEX). Always set :registry property to
8945 `iso10646-1'.
8946 (struct ftfont_cache_data): New struct.
8947 (ftfont_lookup_cache): New arg for_face.
8948 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8949 (ftfont_driver): Set the member otf_capability.
8950 (ftfont_get_charset): Adjust it for the change of
8951 fc_charset_table.
8952 (OTF_TAG_SYM): New macro.
8953 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8954 for the change of fc_charset_table.
8955 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8956 ftfont_pattern_entity. Add FC_INDEX to objset.
8957 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8958 and ftfont_pattern_entity.
8959 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8960 font_make_object, struct ftfont_info.
8961 (ftfont_has_char): Use ftfont_get_fc_charset.
8962 (ftfont_otf_features, ftfont_otf_capability): New functions.
8963 (ftfont_shape): Use ftfont_get_otf.
8964 (ftfont_text_extents): Fix initial setting of metrics.
8965
8966 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8967 member order compatible with struct ftfont_info.
8968 (xftfont_open): Add FC_CHARSET to the pattern. Set
8969 xftfont_info->ft_size. Don't unlock the face. Check BDF
8970 properties if appropriate.
8971 (xftfont_close): Unlock the face.
8972 (xftfont_anchor_point, xftfont_shape): Deleted.
8973 (syms_of_xftfont): Don't set members anchor_point and shape of
8974 xftfont_driver.
8975
8976 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8977 font_make_object.
8978
8979 * w32font.c (w32font_open): Adjust it for the change of
8980 font_make_object.
8981 (w32font_open_internal): Don't set properties of font_object here.
8982
89832008-07-08 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * macfns.c (x_create_tip_frame):
8986 * w32fns.c (x_create_tip_frame):
8987 * xfns.c (x_create_tip_frame): Pass parameter argument to
8988 face-set-after-frame-default.
8989
8990 * xfaces.c (Finternal_merge_in_global_face): Save merged
8991 attributes for the default face back into the face vector.
8992
89932008-07-08 Andreas Schwab <schwab@suse.de>
8994
8995 * fontset.h: Declare fontset_from_font. Don't declare
8996 new_fontset_from_font and fontset_from_font_name.
8997 * xterm.c: Include "fontset.h".
8998 * Makefile.in (xterm.o): Update dependencies.
8999
90002008-07-08 Glenn Morris <rgm@gnu.org>
9001
9002 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9003 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9004
90052008-07-07 Chong Yidong <cyd@stupidchicken.com>
9006
9007 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9008 (x_set_frame_parameters): Don't bind it.
9009
90102008-07-07 Juanma Barranquero <lekktu@gmail.com>
9011
9012 * w32fns.c (map_w32_filename): Declare extern.
9013
90142008-07-07 Jason Rumney <jasonr@gnu.org>
9015
9016 * w32term.c (WS_EX_LAYERED): Define if not already.
9017
90182008-07-06 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * xfaces.c (set_font_frame_param): Don't try to set the font
9021 parameter if it is still unspecified in the lface.
9022
90232008-07-05 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9026 face if it didn't already exist.
9027
9028 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9029
90302008-07-05 Andreas Schwab <schwab@suse.de>
9031
9032 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9033
90342008-07-05 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9037 word-wrapping.
9038 (IT_DISPLAYING_WHITESPACE): New macro.
9039 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9040 when word-wrapping. Simplify word-wrapping logic. Use correct
9041 pixel positions when saving copies of the iterator.
9042 (display_line): Use proper wrap point if the last character on a
9043 line was preceded by whitespace.
9044
90452008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9048
90492008-07-04 Kenichi Handa <handa@m17n.org>
9050
9051 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9052
9053 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9054
90552008-07-02 Jason Rumney <jasonr@gnu.org>
9056
9057 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 9058 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
9059
9060 * xdisp.c (next_element_from_display_vector): Move assignment out
9061 of if statement.
9062
90632008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9064
9065 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9066
9067 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9068 (syms_of_fileio): Initialize and export them.
9069 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9070
9071 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9072 (Fsystem_move_file_to_trash): New function.
9073 (syms_of_w32fns): Export it to lisp.
9074
90752008-07-01 Jason Rumney <jasonr@gnu.org>
9076
9077 * w32font.c (w32font_text_extents): Don't count overhang as part
9078 of width.
9079
90802008-06-30 Miles Bader <miles@gnu.org>
9081
9082 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9083 Add `avoid_cursor_p' field.
9084
9085 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9086 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9087 (append_glyph, append_composite_glyph, produce_image_glyph)
9088 (append_stretch_glyph): Initialize avoid_cursor_p.
9089 (get_it_property): Rename from `get_line_height_property'.
9090 (x_produce_glyphs): Use get_it_property.
9091 (handle_line_prefix, push_display_prop): New functions.
9092 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9093 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9094 New variables.
9095 (syms_of_xdisp): Initialize them.
9096
90972008-06-30 Kenichi Handa <handa@m17n.org>
9098
9099 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9100 XftDefaultSubstitute (they are called in XftFontMatch).
9101 (xftfont_open): Fix args to ftfont_font_format.
9102
9103 * ftfont.c (fc_charset_table): New member lang.
9104 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 9105 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
9106 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9107 (ftfont_open): Fix args to ftfont_font_format.
9108 (ftfont_font_format): New arg filename.
9109
91102008-06-30 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * xfaces.c (Finternal_merge_in_global_face): If default face was
9113 modified, realize it again. Update the font face attribute.
9114
91152008-06-29 Jason Rumney <jasonr@gnu.org>
9116
9117 * w32term.c (x_set_frame_alpha): Fix logic.
9118
91192008-06-29 Kenichi Handa <handa@m17n.org>
9120
9121 * fontset.c (Finternal_char_font): Return font-object instead of
9122 font-name.
9123
9124 * composite.c (get_composition_id): Fix the width calculation for TAB.
9125
91262008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * indent.c (Fvertical_motion): Properly handle float column arg.
9129
91302008-06-28 Jason Rumney <jasonr@gnu.org>
9131
9132 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9133 (pfnSetLayeredWindowAttributes): New function pointer.
9134 (w32_initialize): Initialize it when supported.
9135 (x_set_frame_alpha): New function.
9136
9137 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9138 (w32_frame_parm_handlers): Set alpha handler.
9139
9140 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9141
91422008-06-27 Jason Rumney <jasonr@gnu.org>
9143
9144 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9145 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9146 (w32_to_x_charset, x_to_w32_charset)
9147 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9148 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9149 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9150 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9151 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9152 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9153 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9154 (Qw32_charset_unicode): Remove.
9155 (syms_of_w32fns): Update for above changes.
9156
9157 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9158 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9159 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9160 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9161 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9162 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9163 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9164 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9165 (syms_of_w32font): Update for above changes.
9166
91672008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9168
9169 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9170 removed #if.
9171 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9172
91732008-06-26 Juanma Barranquero <lekktu@gmail.com>
9174 Eli Zaretskii <eliz@gnu.org>
9175
9176 * makefile.w32-in (LOCAL_FLAGS):
9177 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9178
9179 * sysdep.c (_spawnlp, _getpid):
9180 Declare with explicit _cdecl instead of _CRTAPI1.
9181
9182 * editfns.c (Fget_internal_run_time):
9183 Check for WINDOWSNT with #ifdef, not #if.
9184
91852008-06-26 Jason Rumney <jasonr@gnu.org>
9186
9187 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9188
9189 * w32term.c (x_draw_glyph_string_foreground)
9190 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9191 Use FONT_HANDLE macro.
9192 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9193
9194 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9195 (uniscribe_encode_char): Use FONT_HANDLE macro.
9196
9197 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9198 (w32font_text_extents): Use precast w32_font.
9199 (w32font_close): Free cached metrics.
9200 (w32font_open_internal): Allocate space for name on stack.
9201
92022008-06-26 Chong Yidong <cyd@stupidchicken.com>
9203
9204 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9205
92062008-06-26 Jason Rumney <jasonr@gnu.org>
9207
9208 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9209 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9210
92112008-06-26 Juanma Barranquero <lekktu@gmail.com>
9212
9213 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9214
92152008-06-26 Jason Rumney <jasonr@gnu.org>
9216
9217 * w32bdf.c, w32bdf.h: Remove obsolete files.
9218
9219 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9220
9221 * w32gui.h: Don't include w32bdf.h.
9222 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9223 Remove obsolete font support.
9224
9225 * w32font.h (struct w32font_info): Remove compat_w32_font.
9226 Add hfont member.
9227 (FONT_COMPAT): Remove obsolete macro.
9228
9229 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9230 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9231 (w32font_open_internal): Remove compat code. Set new hfont member.
9232 (Fx_select_font): Use new hfont member.
9233
9234 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9235 (uniscribe_encode_char): Use new hfont member.
9236
9237 * w32term.c (x_draw_glyph_string_foreground)
9238 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9239 (x_draw_glyph_string): Use metrics in w32font_info.
9240
92412008-06-26 Kenichi Handa <handa@m17n.org>
9242
9243 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9244
92452008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9246
9247 * unexnext.c:
9248 * m/ews4800.h:
9249 * m/hp9000s300.h:
9250 * m/ibm370aix.h:
9251 * m/mips-siemens.h:
9252 * m/ncr386.h:
9253 * m/next.h:
9254 * m/pmax.h:
9255 * m/powerpcle.h:
9256 * m/tandem-s2.h:
9257 * s/386bsd.h:
9258 * s/bsd386.h:
9259 * s/bsd4-1.h:
9260 * s/bsd4-2.h:
9261 * s/bsdos2-1.h:
9262 * s/bsdos2.h:
9263 * s/bsdos3.h:
9264 * s/bsdos4.h:
9265 * s/nextstep.h:
9266 * s/ultrix4-3.h:
9267 * s/usg5-0.h:
9268 * s/usg5-2-2.h:
9269 * s/usg5-2.h:
9270 * s/usg5-4-3.h:
9271 * s/ux4800.h:
9272 * s/uxpds.h:
9273 * s/uxpv.h: Remove support for obsolete systems.
9274 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9275 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9276 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9277 Remove, insert contents in s/aix4-2.h.
9278 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9279 * s/bsd4-3.h: Rename to ...
9280 * s/bsd-common.h: ... this.
9281 * data.c:
9282 * doc.c:
9283 * ecrt0.c:
9284 * emacs.c:
9285 * fileio.c:
9286 * floatfns.c:
9287 * keyboard.c:
9288 * mem-limits.h:
9289 * print.c:
9290 * process.c:
9291 * sysdep.c:
9292 * syssignal.h:
9293 * systty.h:
9294 * syswait.h:
9295 * term.c:
9296 * unexec.c:
9297 * unexelf.c:
9298 * unexhp9k800.c:
9299 * m/hp800.h:
9300 * m/ibmrs6000.h:
9301 * m/mips.h:
9302 * m/vax.h:
9303 * s/darwin.h:
9304 * s/freebsd.h:
9305 * s/gnu.h:
9306 * s/ms-w32.h:
9307 * s/msdos.h:
9308 * s/netbsd.h:
9309 * s/template.h: Remove references to obsolete variables.
9310
9311 * Makefile.in: Add dependencies for all unexec files.
9312 (admindir): Remove unused variable.
9313 (UNEXEC_SRC): Remove references.
9314
93152008-06-25 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * xfns.c (x_default_font_parameter): If Xft is available, first
9318 try Monospace-12 for the default font.
9319
93202008-06-25 Jason Rumney <jasonr@gnu.org>
9321
9322 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9323
93242008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9327
9328 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9329
93302008-06-25 Juanma Barranquero <lekktu@gmail.com>
9331
9332 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9333 <scroll-conservatively>: Fix typo in docstring.
9334
9335 * xselect.c (Fx_send_client_event): Doc fix.
9336
93372008-06-25 Kenichi Handa <handa@m17n.org>
9338
9339 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9340
9341 * font.c (font_parse_fcname): Remove unused variables.
9342 (font_sort_entites): Delete the arg SPEC. Caller changed.
9343 Fix for the case of ! best_only.
9344 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9345
9346 * lisp.h (Fstring_to_unibyte): EXFUN it.
9347
9348 * character.h (str_to_unibyte): Extern it.
9349
9350 * character.c (str_to_unibyte): New function.
9351
9352 * fns.c (Fstring_to_unibyte): New function.
9353 (syms_of_fns): Defsubr it.
9354
93552008-06-24 Kenichi Handa <handa@m17n.org>
9356
9357 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9358 DPI too.
9359 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9360
93612008-06-24 Andreas Schwab <schwab@suse.de>
9362
9363 * Makefile.in (${lispsource}loaddefs.el): Rename from
9364 ../lisp/loaddefs.el.
9365 (bootstrap-clean): Do what distclean does but don't remove
9366 Makefile.
9367 (distclean): Depend on bootstrap-clean and remove Makefile.
9368
93692008-06-24 Chong Yidong <cyd@stupidchicken.com>
9370
9371 * buffer.h (struct buffer): New member word_wrap.
9372
9373 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9374 word-wrap.
9375 (init_buffer_once): Initialize them.
9376
9377 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9378 line_wrap enum possessing three possible values.
9379
9380 * termopts.h: Replace truncate_partial_width_windows with
9381 Vtruncate_partial_width_windows.
9382
9383 * dispnew.c (direct_output_for_insert): Avoid direct output when
9384 inserting a space with word wrap on.
9385
9386 * indent.c (compute_motion): Obey integer values of
9387 truncate-partial-width-windows.
9388
9389 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9390 replacing truncate_partial_width_windows.
9391 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9392 truncate only if the window width is below that integer.
9393 (start_display, resize_mini_window, produce_stretch_glyph)
9394 (display_string, move_it_in_display_line_to): Use line_wrap.
9395 (back_to_previous_visible_line_start, reseat_1): Reset
9396 string_from_display_prop_p.
9397 (display_line): Extend default face to end of line when wrapping.
9398
93992008-06-24 Kim F. Storm <storm@cua.dk>
9400
9401 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9402 to wrap continued lines at word boundaries.
9403
94042008-06-24 Jason Rumney <jasonr@gnu.org>
9405
9406 * font.c (Ffont_face_attributes): Multiply pixel size before point
9407 conversion to avoid multiplying rounding error.
9408
94092008-06-23 Jason Rumney <jasonr@gnu.org>
9410
9411 * w32term.c (x_draw_glyph_string_background)
9412 (x_draw_glyph_string): Remove old bdf font code.
9413
9414 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9415
94162008-06-22 Kenichi Handa <handa@m17n.org>
9417
9418 * font.c (font_find_for_lface): Try the adstyle specified in
9419 the property of LFACE_FONT of LFACE (if any).
9420
94212008-06-21 Seiji Zenitani <zenitani@mac.com>
9422 Ryo Yoshitake <ryo@shiftmode.net>
9423
9424 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9425
94262008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9429 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9430 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9431 (witness-emacs): Remove.
9432 (lisp, shortlisp): Move loaddefs.el earlier.
9433 (mostlyclean): Forget about witness-emacs.
9434
94352008-06-22 Glenn Morris <rgm@gnu.org>
9436
9437 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9438 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9439
94402008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * Makefile.in (PRECOMP): Remove.
9443 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9444 (witness-emacs): Run `compile-first'.
9445 (.el.elc): Use the new compile-onefile target.
9446
94472008-06-21 Kenichi Handa <handa@m17n.org>
9448
9449 * xftfont.c (xftfont_open): Handle QCembolden only when
9450 FC_EMBOLDEN is defined.
9451
94522008-06-21 Andreas Schwab <schwab@suse.de>
9453
9454 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9455 (.el.elc): Likewise.
9456
94572008-06-21 Miles Bader <miles@gnu.org>
9458
9459 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9460 build dir, not the lisp source dir.
9461
94622008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9465 (bootstrapclean): Remove.
9466 (.el.elc): New rule.
9467 (PRECOMP): New var.
9468 (../lisp/subdirs.el): Remove.
9469 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9470 (witness-emacs): New target.
9471 (mostlyclean): Remove witness-emacs as well.
9472 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9473 Add witness-emacs dependency.
9474
94752008-06-20 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9478 defined by the font.
9479
94802008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9483 (bootstrap-clean): New target that keeps TAGS around.
9484 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9485 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9486
94872008-06-20 Jason Rumney <jasonr@gnu.org>
9488
9489 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9490 Remove obsolete font code.
9491
9492 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9493 to determine language support.
9494
94952008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * sysdep.c (cfsetspeed): New fun extracted from the code.
9498 (cfmakeraw): Move before first use.
9499
95002008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9501
9502 * sysdep.c (cfmakeraw): Provide fallback implementation.
9503 (serial_configure): Provide fallback implementation of cfsetspeed.
9504
95052008-06-20 Kenichi Handa <handa@m17n.org>
9506
9507 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9508 the pattern.
9509
9510 * fontset.c (fontset_from_font): Copy font_spec before changing
9511 the elements.
9512
9513 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9514
95152008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9518 for explicit `font' parameters.
9519
9520 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9521
95222008-06-19 Kenichi Handa <handa@m17n.org>
9523
9524 * frame.c: Include <ctype.h>.
9525 (x_set_font_backend): Allow spacing characters in the X resource
9526 for FontBackend.
9527
95282008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * w32fns.c, xfns.c (Qfont_param): New var.
9531 (syms_of_w32fns): Initialize it.
9532 (x_default_font_parameter): Record explicit `font' into
9533 `font-parameter'.
9534
95352008-06-18 Kenichi Handa <handa@m17n.org>
9536
9537 * font.c (font_parse_xlfd): Fix previous change.
9538 (font_parse_fcname): Don't use :fc-unknown-spec.
9539 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9540 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9541 (font_add_log): Prepend the driver name to the resulting fonts.
9542
9543 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9544 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9545 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9546
9547 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9548 (QCembolden): New variables.
9549 (syms_of_xftfont): DEFSYM them.
9550 (xftfont_open): Call XftFontMatch. Don't trust the result of
9551 XftTextExtents8 if the pixel_size is less than 5.
9552
95532008-06-18 Andreas Schwab <schwab@suse.de>
9554
9555 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9556 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9557
95582008-06-18 Jason Rumney <jasonr@gnu.org>
9559
9560 * w32font.c (w32font_list, w32font_match): Add logging.
9561
9562 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9563
95642008-06-17 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * font.c (font_parse_fcname): Store divider characters for
9567 unknown-spec list. For known key symbols, intern using correct
9568 symbol name.
9569
95702008-06-17 Kenichi Handa <handa@m17n.org>
9571
9572 * xfaces.c (realize_default_face): If the frame is not on window
9573 system, set the fontset of face to nil.
9574
95752008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9576
9577 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9578
95792008-06-16 Juanma Barranquero <lekktu@gmail.com>
9580
9581 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9582 (build_font_name_from_vector): Delete externs.
9583
9584 * xfaces.c (struct font_name): Don't declare.
9585
95862008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9589
95902008-06-16 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9593
95942008-06-16 Juanma Barranquero <lekktu@gmail.com>
9595
9596 * font.c (Ffont_spec): Fix usage in docstring.
9597 (Ffont_face_attributes): Doc fix.
9598
95992008-06-16 Andreas Schwab <schwab@suse.de>
9600
9601 * font.c (Ffont_face_attributes): Fix definition.
9602
96032008-06-16 Jason Rumney <jasonr@gnu.org>
9604
9605 * font.h (font_style_symbolic_from_value): Remove.
9606
9607 * font.c (font_style_symbolic_from_value): Remove.
9608 (font_style_symbolic): Revert to pre 2008-06-13 version.
9609
9610 * w32font.c (w32_to_fc_weight): New function.
9611 (w32font_full_name, logfont_to_fcname): Use it.
9612
96132008-06-16 Kenichi Handa <handa@m17n.org>
9614
9615 * font.c (font_check_object): Delete it.
9616 (font_clear_cache): Check if a font-object is alive.
9617 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9618 font-object to nil.
9619 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9620 (font_at): Don't call font_check_object.
9621 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9622
96232008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9624
9625 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9626
96272008-06-16 Chong Yidong <cyd@stupidchicken.com>
9628
9629 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9630
96312008-06-15 Chong Yidong <cyd@stupidchicken.com>
9632
9633 * font.c (font_parse_fcname): Only one decimal point.
9634 (font_unparse_fcname): Handle data in family and foundry indices
9635 as symbols, not strings.
9636 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9637
9638 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9639
9640 * font.h (font_unparse_gtkname): Add prototype.
9641
96422008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9643
9644 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9645
96462008-06-15 Andreas Schwab <schwab@suse.de>
9647
9648 * font.c (font_update_drivers): Fix crash when no drivers match.
9649
96502008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9653 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9654
96552008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9658
96592008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * process.c (Fserial_process_configure, Fprocess_send_eof):
9662 Use EQ to compare Lisp_Objects.
9663
96642008-06-13 Jason Rumney <jasonr@gnu.org>
9665
9666 * w32fns.c (Fw32_select_font): Remove old font API function.
9667
9668 * w32font.c (logfont_to_fcname): New function.
9669 (Fx_select_font): New font dialog function compatible with
9670 GTK/fontconfig version.
9671
9672 * font.c (font_style_symbolic_from_value): New function.
9673 (font_style_symbolic): Use it.
9674
9675 * font.h (font_style_symbolic_from_value): Declare new function.
9676
96772008-06-13 Juanma Barranquero <lekktu@gmail.com>
9678
9679 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9680 <font-width-table>: Fix typos in docstrings.
9681
96822008-06-13 Daniel Engeler <engeler@gmail.com>
9683
9684 These changes add serial port access.
9685 * process.c: Add HAVE_SERIAL.
9686 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9687 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9688 (list_processes_1, select_wrapper, Fstop_process)
9689 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9690 (status_notify): Modify to handle serial processes.
9691 [HAVE_SERIAL] (Fserial_process_configure)
9692 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9693 New functions.
9694 * process.h (struct Lisp_Process): Add `type'.
9695 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9696 New functions.
9697 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9698 serial ports.
b71ac3dd 9699 (serial_open, serial_configure): New functions.
aac0c6e3
MR
9700 * w32.h: Add FILE_SERIAL.
9701 (struct _child_process): Add ovl_read, ovl_write.
9702
97032008-06-13 Kenichi Handa <handa@m17n.org>
9704
9705 * dispextern.h (enum lface_attribute_index): New member
9706 LFACE_FOUNDRY_INDEX.
9707
9708 * font.c (font_score): Delete arg alternate_families. Check only
9709 weight, slant, width, and size. Ignore the difference of alias
9710 style symbols.
9711 (font_sort_entites): Adjust for the above change. Reflect the
9712 order of font-driver to scores.
9713 (font_list_entities): Don't check alternate_familes here.
9714 (font_clear_prop): Handle foundry.
9715 (font_update_lface): Don't parse "foundry-family" form here.
9716 Handle FONT_FOUNDRY_INDEX.
9717 (font_find_for_lface): Likewise. Handle alternate families here.
9718 If registry is nil, try iso8859-1 and ascii-0.
9719 (font_open_for_lface): Pay attention to size in ENTITY.
9720 (font_open_by_name): Simplify by calling font_load_for_lface.
9721 (free_font_driver_list): Delete it.
9722 (font_update_drivers): Preserve the order of backends.
9723 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9724 of font_score and font_sort_entites.
9725 (font_update_sort_order): Likewise.
9726
9727 * xfaces.c (LFACE_FOUNDRY): New macro.
9728 (check_lface_attrs): Check foundry.
9729 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9730 (merge_face_vectors): Check foundry.
9731 (merge_face_ref): Likewise.
9732 (Finternal_set_lisp_face_attribute): Likewise.
9733 (x_update_menu_appearance): Likewise.
9734 (Finternal_get_lisp_face_attribute): Likewise.
9735 (lface_hash): Likewise.
9736 (lface_same_font_attributes_p): Likewise.
9737 (x_supports_face_attributes_p): Likewise.
9738 (tty_supports_face_attributes_p): Likewise.
9739 (Finternal_set_alternative_font_family_alist): Intern strings.
9740 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9741 (realize_default_face): Set LFACE_FOUNDRY (lface).
9742
9743 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9744 font-driver at first.
9745
9746 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9747
97482008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9749
9750 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9751
97522008-06-12 Jim Meyering <meyering@redhat.com>
9753
9754 Make unexec_free handle NULL the same way free does.
9755 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9756
97572008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9760 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9761 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9762 (WEAK_ALIAS): Simplify.
9763 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9764 when searching a unibyte buffer.
9765
97662008-06-12 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9769
97702008-06-12 Juanma Barranquero <lekktu@gmail.com>
9771
9772 * w32font.c: Include ctype.h.
9773
97742008-06-11 Jason Rumney <jasonr@gnu.org>
9775
9776 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9777 misreported as space.
9778 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9779 as aliases for registry iso10646-1.
9780
97812008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * buffer.c (clone_per_buffer_values): Skip `name'.
9784
97852008-06-11 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * font.c (font_parse_fcname): Fix last change; accept decimal
9788 points in font size.
9789
97902008-06-10 Jason Rumney <jasonr@gnu.org>
9791
9792 * w32uniscribe.c (add_opentype_font_name_to_list):
9793 Skip non unicode fonts.
9794
97952008-06-10 Chong Yidong <cyd@stupidchicken.com>
9796
9797 * xfns.c (Fx_font_dialog): New function.
9798
9799 * gtkutil.c (xg_dialog_response_cb): Rename from
9800 xg_file_response_callback.
9801 (pop_down_dialog): Rename from pop_down_file_dialog.
9802 (xg_get_file_name): Callers changed.
9803 (xg_get_font_name): New function.
9804
9805 * gtkutil.h (xg_get_font_name): Insert prototype.
9806
98072008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9810 x_underline_minimum_display_offset.
9811 (syms_of_xdisp): Declare it here rather than in xterm.c.
9812 * dispextern.h (underline_minimum_offset): Declare it.
9813 * w32term.c (x_draw_glyph_string): Use it.
9814 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9815 (syms_of_xterm): Don't declare it any more.
9816 (x_draw_glyph_string): Adjust to the new name.
9817
8719abec 98182008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
9819
9820 * xterm.c (x_underline_minimum_display_offset): New var.
9821 (x_draw_glyph_string): Use it.
9822 (syms_of_xterm): Declare it.
9823
98242008-06-10 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * font.c (font_parse_fcname): Accept GTK-style font names too.
9827
98282008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * dired.c (file_name_completion): Don't return t if the match is exact
9831 but with different capitalization.
9832 * minibuf.c (Ftry_completion): Simplify.
9833
9834 * window.c (Vwindow_point_insertion_type): New var.
9835 (set_window_buffer): Use it.
9836 (syms_of_window): Init and export it to Lisp.
9837
98382008-06-10 Kenichi Handa <handa@m17n.org>
9839
9840 * font.h (font_intern_prop): Prototype adjusted.
9841
9842 * font.c (font_intern_prop): New arg force_symbol.
9843 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9844 Adjust for the change of font_intern_prop.
9845
9846 * ftfont.c (ftfont_pattern_entity):
9847 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9848 (w32_registry):
9849 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9850 the change of font_intern_prop.
9851
98522008-06-09 Juanma Barranquero <lekktu@gmail.com>
9853
9854 * w32menu.c (digest_single_submenu): Declare extern.
9855
98562008-06-09 Jason Rumney <jasonr@gnu.org>
9857
9858 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9859
9860 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9861 (parse_single_submenu): Remove.
9862 (digest_single_submenu): Remove.
9863 (syms_of_w32menu): Don't initialise variables that have moved
9864 to menu.c.
9865 (set_frame_menubar): Sync with version in xmenu.c.
9866 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9867
9868 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9869 Make static again.
9870
98712008-06-09 Jason Rumney <jasonr@gnu.org>
9872
9873 Changes to w32 files related to the move of common menu code
9874 to menu.c on 2008-06-08 by Chong Yidong.
9875
9876 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9877 defs to w32gui.h.
9878 (single_keymap_panes, push_menu_item, push_menu_pane):
9879 Make globally visible.
9880
9881 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9882 (local_free, malloc_widget_value, free_widget_value)
9883 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9884 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9885 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9886 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9887 (menu_items, menu_items_allocated, menu_items_used)
9888 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9889 (init_menu_items, finish_menu_items, discard_menu_items)
9890 (grow_menu_items, push_submenu_start, push_submenu_end)
9891 (push_left_right_boundary, push_menu_pane, push_menu_item)
9892 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9893 (free_menubar_widget_tree_value, parse_single_submenu)
9894 (update_submenu_strings): Remove functions.
9895 (xmalloc_widget_value): Remove and declare extern.
9896
9897 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9898 (OBJ1): Build it.
9899
9900 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9901 (local_heap, local_alloc, local_free, malloc_widget_value)
9902 (free_widget_value): Define here.
9903
99042008-06-09 Kenichi Handa <handa@m17n.org>
9905
9906 * font.h (Qascii_0): Extern it.
9907
9908 * font.c (Qascii_0): New variable.
9909 (syms_of_font): DEFSYM it.
9910 (font_open_by_name): If the registry "iso8859-1" fails, try also
9911 "ascii-0".
9912
9913 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9914
99152008-06-08 Kenichi Handa <handa@m17n.org>
9916
9917 * .gdbinit (xfont): New command.
9918
99192008-06-08 Andreas Schwab <schwab@suse.de>
9920
9921 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9922 * Makefile.in (menu.o): Update dependencies.
9923
9924 * Makefile.in (obj): Always add menu.o.
9925 * emacs.c (main): Always call syms_of_menu.
9926 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9927
99282008-06-08 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * Makefile.in: Compile menu.c.
9931
9932 * lisp.h: Declare syms_of_menu.
9933
9934 * emacs.c (main): Call syms_of_menu.
9935
9936 * keyboard.h: Relocate platform-independent menu definitions from
9937 xmenu.c.
9938
9939 * menu.c: New file. Relocate platform-independent menu
9940 definitions from xmenu.c. Suggested by Adrian Robert.
9941
9942 * xmenu.c: Remove platform-independent menu definitions.
9943 (menu_items menu_items_inuse, menu_items_allocated)
9944 (menu_items_used, menu_items_n_panes)
9945 (menu_items_submenu_depth): Move to keyboard.h.
9946 (init_menu_items, finish_menu_items, unuse_menu_items)
9947 (discard_menu_items, restore_menu_items, save_menu_items)
9948 (grow_menu_items, push_submenu_start, push_submenu_end)
9949 (push_left_right_boundary, push_menu_pane, push_menu_item)
9950 (keymap_panes, single_keymap_panes, single_menu_item)
9951 (list_of_panes, list_of_items, find_and_call_menu_selection)
9952 (xmalloc_widget_value, free_menubar_widget_value_tree)
9953 (parse_single_submenu, digest_single_submenu)
9954 (update_submenu_strings): Move to menu.c.
9955
99562008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9959
99602008-06-06 Miles Bader <miles@gnu.org>
9961
9962 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9963 face, not frame default.
9964
99652008-06-05 Martin Rudalics <rudalics@gmx.at>
9966
9967 * window.c (pop_up_windows, pop_up_frames)
9968 (display_buffer_reuse_frames, Vpop_up_frame_function)
9969 (Vdisplay_buffer_function, Veven_window_heights)
9970 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9971 (Vspecial_display_function, Vsame_window_buffer_names)
9972 (Vsame_window_regexps, split_height_threshold)
9973 (Vsplit_window_preferred_function): Move those vars to window.el.
9974 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9975 (Fdisplay_buffer): Move those functions to window.el.
9976 (syms_of_window): Remove corresponding declarations.
9977 (display_buffer): New function.
9978 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9979 * dispnew.c (Flast_nonminibuf_frame): New function.
9980 * buffer.c (Fpop_to_buffer): Move to window.el.
9981
99822008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9985
99862008-06-05 Kenichi Handa <handa@m17n.org>
9987
9988 * coding.c (detect_coding): Fix previous change.
9989 (detect_coding_system): Likewise.
9990
99912008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9994
9995 * keymap.c (Vminibuffer_local_filename_must_match_map):
9996 Rename from Vminibuffer_local_must_match_filename_map.
9997 (syms_of_keymap):
9998 * minibuf.c (Fcompleting_read): Adjust accordingly.
9999 * commands.h: Rename declaration as well.
10000
100012008-06-05 Kenichi Handa <handa@m17n.org>
10002
10003 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10004 family name.
10005 (Ffont_put): Likewise.
10006
10007 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10008 current font-spec.
10009
10010 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10011 is unspecified.
10012
10013 * xfaces.c (realize_x_face): If the font-related face attributes
10014 are the same as those of default face, realize a new fontset from
10015 default->fontset.
10016 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10017
100182008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10021 (move_it_in_display_line): New wrapper.
10022
10023 * window.c (window_scroll_pixel_based_preserve_x)
10024 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10025 (window_scroll_pixel_based, window_scroll_line_based):
10026 Use them to preserve column positions.
10027 (syms_of_window): Initialize them.
10028
10029 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10030 (HPOS . VPOS) pair.
10031
10032 * dispextern.h (move_it_in_display_line): Declare.
10033
100342008-06-05 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10037 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10038 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10039
100402008-06-04 Juanma Barranquero <lekktu@gmail.com>
10041
10042 * window.c (Fset_window_parameter): Doc fix.
10043 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10044
100452008-06-04 Joakim Verona <joakim@verona.se>
10046
10047 * window.h (struct window): Add new member window_parameters.
10048
10049 * window.c (Fwindow_parameters, Fwindow_parameter)
10050 (Fset_window_parameter): New defuns.
10051 (syms_of_window): Defsubr the new defuns.
10052 (make_window): Initialize window_parameters to nil.
10053
100542008-06-04 John Paul Wallington <jpw@pobox.com>
10055
10056 * eval.c (Fdefmacro): Doc fix.
10057
100582008-06-04 Kenichi Handa <handa@m17n.org>
10059
10060 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10061 Be sure to call setup_coding_system when we find a proper coding system.
10062 (detect_coding_system): Fix handling of coding->head_ascii.
10063
100642008-06-03 Andreas Schwab <schwab@suse.de>
10065
10066 * font.c (font_prop_validate_spacing): Fix last change.
10067
100682008-06-03 Kenichi Handa <handa@m17n.org>
10069
10070 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10071 (font_parse_fcname): Fix handling of unknown key.
10072
10073 * xfont.c (xfont_list): Try an alias.
10074
10075 * charset.c (char_charset): Return NULL if the arg charset_list is
10076 specified and C doesn't belong to any of them.
10077
100782008-06-02 Chip Coldwell <coldwell@redhat.com>
10079
10080 * font.c (font_pixel_size): Don't take cdr of an integer.
10081
100822008-06-02 Jim Meyering <meyering@redhat.com>
10083
10084 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10085 * alloc.c (xfree): Return right away for a NULL arg.
10086 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10087 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10088 * mac.c (create_apple_event_from_event_ref): Likewise.
10089 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10090 Likewise.
10091 * doprnt.c (doprnt1): Likewise.
10092 * frame.c (frame): Likewise.
10093 * keyboard.c (wipe_kboard): Likewise.
10094 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10095 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10096 * term.c (tty_default_color_capabilities, maybe_fatal)
10097 (delete_tty): Likewise.
10098 * w16select.c (string): Likewise.
10099 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10100 * w32bdf.c (w32_free_bdf_font): Likewise.
10101 * w32fns.c (w32_unload_font): Likewise.
10102 * w32font.c (w32font_close): Likewise.
10103 * window.c (size_window): Likewise.
10104 * xselect.c (receive_incremental_selection): Likewise.
10105 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10106 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10107 * w32.c (stat): Likewise.
10108
10109 Remove useless if-before-free tests.
10110 * editfns.c (Fset_time_zone_rule): Likewise.
10111 * lread.c (nosuffix): Likewise.
10112 * ralloc.c (get_bloc): Likewise.
10113 * regex.c (reg_free): Likewise.
10114 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10115 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10116 * xsmfns.c (smc_save_yourself_CB): Likewise.
10117
101182008-06-02 Kenichi Handa <handa@m17n.org>
10119
10120 * font.c (font_find_for_lface): Handle float font size.
10121 (font_open_for_lface): Likewise.
10122
10123 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10124 comparing the properties.
10125
101262008-06-01 Jason Rumney <jasonr@gnu.org>
10127
10128 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10129 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10130 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10131 Don't add empty script list.
10132 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10133
101342008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * Makefile.in (dot, dotdot): Remove, update users.
10137 ".." has been used elsewhere in the file for a long time.
10138 (LIBXT_STATIC): Remove conditional based on unused variable.
10139
101402008-06-01 Miles Bader <miles@gnu.org>
10141
10142 * xfaces.c (Vface_remapping_alist): New variable.
10143 (syms_of_xfaces): Initialize it.
10144 (enum named_merge_point_kind): New type.
10145 (struct named_merge_point): Add `named_merge_point_kind' field.
10146 (push_named_merge_point): Make cycle detection respect different
10147 named-merge-point kinds.
10148 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10149 Remove face-name alias resolution.
10150 (lface_from_face_name): New definition using
10151 `lface_from_face_name_no_resolve'.
10152 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10153 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10154 (get_lface_attributes): New definition that layers face-remapping on
10155 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10156 (lookup_basic_face): New function.
10157 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10158 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10159 `get_lface_attributes'.
10160 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10161 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10162 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10163
10164 * xdisp.c (init_iterator): Pass base_face_id through
10165 `lookup_basic_face' when we actually use it as a face-id.
10166 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10167 DEFAULT_FACE_ID.
10168
10169 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10170 lookup the initial face-id.
10171
10172 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10173
101742008-06-01 Juanma Barranquero <lekktu@gmail.com>
10175
10176 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10177 (Fremove_text_properties): Fix typos in docstrings.
10178
101792008-05-31 Kenichi Handa <handa@m17n.org>
10180
10181 * font.c (font_list_entities): Fix the car part of data to be
10182 stored in the cache.
10183
10184 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10185
101862008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10189 Add a `test' argument so another predicate than `equal' can be used.
10190 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10191 (map_char_table): Remove unused vars `c' and `i'.
10192 * lisp.h (Foptimize_char_table): Adjust declaration.
10193 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10194
101952008-05-30 Kenichi Handa <handa@m17n.org>
10196
10197 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10198 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10199 defined.
10200
102012008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10204 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10205 frame-local settings for the same variable.
10206
102072008-05-30 Kenichi Handa <handa@m17n.org>
10208
10209 * fontset.c (Ffont_info): Move to font.c.
10210 (syms_of_fontset): Delete defsubr of Sfont_info.
10211
10212 * font.c (font_style_to_value, font_score): Delete casting of the
10213 args to xstcasecmp.
10214 (register_font_driver): Increment num_font_drivers only when
10215 registering the driver globally.
10216 (Ffont_info): Move from fontset.c. Handle a font object too.
10217 (syms_of_font): Defsubr Sfont_info.
10218
102192008-05-29 Kenichi Handa <handa@m17n.org>
10220
10221 * coding.h (enum define_coding_utf8_arg_index): New enum.
10222 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10223 coding_attr_utf_bom.
10224 (enum utf_bom_type): Rename from utf_16_bom_type.
10225 (struct utf_16_spec): Adjust for the above change.
10226 (struct coding_system): Add utf_8_bom in `spec' union.
10227
10228 * coding.c (CODING_UTF_8_BOM): New macro.
10229 (enum coding_category): Delete coding_category_utf_8, add
10230 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10231 coding_category_utf_8_sig.
10232 (CATEGORY_MASK_UTF_8): Delete it.
10233 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10234 (CATEGORY_MASK_UTF_8_SIG): New macros.
10235 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10236 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10237 CATEGORY_MASK_UTF_8_SIG.
10238 (CATEGORY_MASK_UTF_8): New macro.
10239 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10240 (detect_coding_utf_8): Check BOM.
10241 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10242 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10243 (encode_coding_utf_16): Likewise.
10244 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10245 (detect_coding, detect_coding_system): Handle utf-8-auto.
10246 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10247 (syms_of_coding): Fix setting up of Vcoding_category_table.
10248
102492008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * process.c (Faccept_process_output): If `millisec' is non-nil,
10252 `seconds' default to 0.
10253 (wait_reading_process_output): Also return non-nil if we read output
10254 from a non-running process.
10255
102562008-05-29 Jason Rumney <jasonr@gnu.org>
10257
10258 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10259 `raster' specified.
10260 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10261 in the uniscribe backend, but disallow any font that has no
10262 unicode subrange support.
10263
102642008-05-29 Juanma Barranquero <lekktu@gmail.com>
10265
10266 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10267 Fix typos in docstrings.
10268
102692008-05-29 Kenichi Handa <handa@m17n.org>
10270
10271 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10272 (Fx_family_fonts): Set frame correctly.
10273
102742008-05-28 Jason Rumney <jasonr@gnu.org>
10275
10276 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10277
102782008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10281 calling build_annotations.
10282
102832008-05-28 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10286 (Fencode_coding_string):
10287 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10288 <latin-extra-code-table>: Fix typos in docstrings.
10289 (syms_of_coding) <coding-system-alist>: Doc fix.
10290 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10291
102922008-05-28 Kenichi Handa <handa@m17n.org>
10293
10294 * fontset.c (Ffont_info): Don't call font_close_object.
10295
10296 * font.c (font_parse_family_registry): Use Ffont_put to validate
10297 foundry and family.
10298 (font_delete_unmatched): Don't check spacing.
10299 (font_list_entities): Add spacing to the spec to list fonts.
10300
10301 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10302 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10303
10304 * coding.c (encode_coding_raw_text): Fix previous change.
10305 (encode_coding_object): When the dst_object is a buffer and is
10306 different from src_object, move gap to PT.
10307
103082008-05-27 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10311
103122008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10315 all branches. Compute it differently.
10316
10317 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10318
103192008-05-27 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10322 into "else if () ... else ...".
10323
103242008-05-27 Jason Rumney <jasonr@gnu.org>
10325
10326 * w32font.c (w32font_open_internal): Determine if glyph indices
10327 are likely to work here.
10328
103292008-05-27 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10332 draw overlap glyphs with appropriate highlighting.
10333
103342008-05-27 Kenichi Handa <handa@m17n.org>
10335
10336 * xfont.c (xfont_open): Fix calculation of font->average_width.
10337
103382008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * casefiddle.c (casify_object): Try to guess better whether the
10341 argument is a byte or a char.
10342
103432008-05-26 Andreas Schwab <schwab@suse.de>
10344
10345 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10346 Always send multiples of format size.
10347
10348 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10349
103502008-05-26 Jason Rumney <jasonr@gnu.org>
10351
10352 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10353 (compute_metrics): Don't set failure if we just cleared the cache.
10354 (w32_weight_table): Remove unused variable.
10355 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10356 backwards compatibility.
10357
103582008-05-25 Kenichi Handa <handa@m17n.org>
10359
10360 * w32term.c (x_draw_glyph_string):
10361 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10362
10363 * xfaces.c: Delete unused function prototypes.
10364 (xstrlwr, font_frame): Delete them.
10365 (clear_face_cache): Delete unused variable.
10366
10367 * xftfont.c (xftfont_open): Delete unused variable.
10368 If underline_thickness is not 1, adjust underline_position.
10369
10370 * ftxfont.c (ftxfont_open): Delete unused variable.
10371
10372 * fontset.c (face_for_char): Optimize for the case of no charset
10373 property.
10374
10375 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10376 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10377 (otf_open, font_otf_capability, generate_otf_features)
10378 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10379 Comment out by surrounding "#if 0" and "#endif" for the moment.
10380 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10381 (syms_of_font): Codes for accessing above commented out.
10382
103832008-05-24 Eli Zaretskii <eliz@gnu.org>
10384
10385 * w32proc.c: Include dispextern.h.
10386
10387 * w32.c: Include dispextern.h.
10388
103892008-05-23 Juanma Barranquero <lekktu@gmail.com>
10390
10391 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10392 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10393 Fix typos in docstrings.
10394
103952008-05-23 Jason Rumney <jasonr@gnu.org>
10396
10397 * xsmfns.c: Remove includes that are already included by config.h.
10398
103992008-05-23 Kenichi Handa <handa@m17n.org>
10400
10401 * charset.c (Qemacs, charset_emacs): New variables.
10402 (char_charset): Fix for non-Unicode characters.
10403 (syms_of_charset): Define charset_emacs.
10404
10405 * w32term.c (x_draw_glyph_string): Be sure to update
10406 s->underline_thickness and s->underline_position. Be sure to draw
10407 underline within the current line area.
10408
10409 * xterm.c (x_draw_glyph_string): Be sure to update
10410 s->underline_thickness and s->underline_position. Be sure to draw
10411 underline within the current line area.
10412
10413 * fontset.c: Delete unused variables and add casting for char *
10414 throughout the file.
10415 (fontset_font): Try the fallback fonts of the current fontset
10416 before consulting the default fontset.
10417
10418 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10419
10420 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10421
104222008-05-22 Jason Rumney <jasonr@gnu.org>
10423
10424 * font.c: Don't include strings.h.
10425
10426 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10427
10428 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10429 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10430 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10431 to call xstrcasecmp.
10432
10433 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10434
10435 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10436
10437 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10438
10439 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10440
104412008-05-22 Kenichi Handa <handa@m17n.org>
10442
10443 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10444
10445 * font.c (font_prop_validate_style): Adjust for the format
10446 change of font_style_table.
10447
10448 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10449 two args.
10450
10451 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10452 two args.
10453
104542008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * minibuf.c (keys_of_minibuf): Delete.
10457 * lisp.h (keys_of_minibuf): Delete.
10458 * emacs.c (main): Don't call keys_of_minibuf.
10459
104602008-05-22 Kenichi Handa <handa@m17n.org>
10461
10462 * ftfont.c (ftfont_resolve_generic_family): Rename from
10463 ftfont_list_generic_family. Return a single family for each
10464 generic family.
10465 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10466 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10467 Call font_add_log.
10468 (ftfont_match): Call font_add_log.
10469
10470 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10471 (FONT_DEBUG): Define it.
10472 (font_add_log): Extern it.
10473 (font_assert): Rename from xassert.
10474
10475 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10476 (xfont_list_family): Call font_add_log.
10477 (xfont_match): Likewise.
10478 (memq_no_quit): Delete.
10479
10480 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10481 call of Ffont_xlfd_name.
10482
10483 * xfaces.c (struct table_entry, slant_table, weight_table)
10484 (swidth_table): Move to font.c.
10485
10486 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10487 xassert are changed to font_assert. Delete many unused variables.
10488 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10489 New variables.
10490 (struct table_entry): Move from xfaces.c and modified.
10491 (weight_table, slant_table, width_table): Move from xfaces.c and
10492 contents adjusted for the change of struct table_entry.
10493 (font_style_to_value, font_style_symbolic): Adjust for the
10494 format change of font_style_table.
10495 (font_parse_family_registry): Don't overwrite existing foundry and
10496 family of font_spec.
10497 (font_score): Fix calculation of diff for sizes.
10498 (font_sort_entites): Call font_add_log.
10499 (font_delete_unmatched): Return a newly created list.
10500 (font_list_entities): Fix previous change. Call font_add_log.
10501 (font_matching_entity, font_open_entity, font_close_entity):
10502 Call font_add_log.
10503 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10504 (Finternal_set_font_style_table): Delete.
10505 (BUILD_STYLE_TABLE): New macro.
10506 (build_style_table): New function.
10507 (Vfont_log, font_log_env_checked): New variables.
10508 (font_add_log): New function.
10509 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10510 Declare Lisp variables "font-weight-table", "font-slant-table",
10511 "font-width-table", and "font-log". Initialize font_style_table.
10512
105132008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10514
10515 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10516
105172008-05-21 Seiji Zenitani <zenitani@mac.com>
10518 Ryo Yoshitake <ryo@shiftmode.net>
10519
10520 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10521 (Vframe_alpha_lower_limit): New variable.
10522 (x_set_alpha): New function.
10523
10524 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10525
10526 * xfns.c (x-create-frame, Qalpha):
10527 Initialize the frame parameter `alpha'.
10528 * xterm.c (OPAQUE, OPACITY): New.
10529 (x_set_frame_alpha): New function.
10530 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10531
10532 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10533 * w32fns.c (w32_frame_parm_handlers): Likewise.
10534
105352008-05-20 Jason Rumney <jasonr@gnu.org>
10536
10537 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10538 truetype fonts to opentype list.
10539
105402008-05-20 Juanma Barranquero <lekktu@gmail.com>
10541
10542 * fontset.c (Ffontset_info): Doc fix.
10543 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10544 <ignore-relative-composition>: Fix typos in docstrings.
10545
10546 * font.c (syms-of-font) <font-encoding-alist>:
10547 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10548 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10549 (Ffont_otf_alternates): Doc fixes.
10550
105512008-05-20 Kenichi Handa <handa@m17n.org>
10552
10553 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10554 font.h through out the file.
10555 (FONT_DRIVERS): Rename from FONTOBJ.
10556 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10557 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10558
10559 * emacs.c (main): Call syms_of_font unconditionally.
10560
10561 * font.h (find_font_encoding): Extern it.
10562
10563 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10564 fontset.c.
194d44e7 10565 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
10566 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10567 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10568 only when HAVE_WINDOW_SYSTEM is defined.
10569 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10570 when HAVE_WINDOW_SYSTEM is defined.
10571
10572 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10573 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10574
10575 * xfaces.c: Include font.h unconditionally.
10576 (merge_face_ref, merge_face_vectors)
10577 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10578
105792008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10582 indirect_variable.
10583 * eval.c (lisp_indirect_variable): New fun.
10584 (Fuser_variable_p): Use it.
10585
105862008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * lisp.h (indirect_variable):
10589 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10590 Use Lisp_Symbol pointers rather than Lisp_Object.
10591 Adjust callers.
10592 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10593 To this end, change calling-convention.
10594
10595 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10596 if some non-hidden buffers are selected by string&pred.
10597
105982008-05-19 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * process.c (wait_reading_process_output): Always check status
10601 when in batch mode.
10602
106032008-05-19 Kenichi Handa <handa@m17n.org>
10604
10605 * font.c (font_list_entities): Fix handling of cache.
10606 (font_matching_entity): Likewise.
10607
10608 * ftfont.c (cs_iso8859_1): Delete.
10609 (ft_face_cache): New variable.
10610 (struct ftfont_info): New member fc_charset_idx.
10611 (ftfont_build_basic_charsets): Delete.
10612 (fc_charset_table): New variable.
10613 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10614 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10615 Callers changed.
10616 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10617 (ftfont_spec_pattern): New argument fc_charset_idx.
10618 Check registry more rigidly. Change callers.
10619 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10620 change of :font-entity property of the font.
10621
10622 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10623 property of the font.
10624
106252008-05-18 Juanma Barranquero <lekktu@gmail.com>
10626
10627 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10628 (Funencodable_char_position, Fcheck_coding_systems_region)
10629 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10630 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10631 (Ffind_operation_coding_system, Fset_coding_system_priority)
10632 (Fcoding_system_eol_type): Doc fixes.
10633
106342008-05-17 Glenn Morris <rgm@gnu.org>
10635
10636 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10637
106382008-05-16 Eli Zaretskii <eliz@gnu.org>
10639
10640 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10641 and st_gid.
10642
10643 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10644 HAVE_WINDOW_SYSTEM is not defined.
10645
10646 * xfaces.c (merge_face_ref, merge_face_vectors)
10647 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10648 HAVE_WINDOW_SYSTEM is defined.
10649 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10650
106512008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10654
106552008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10656
10657 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10658
106592008-05-15 Kenichi Handa <handa@m17n.org>
10660
10661 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10662 preference.
10663
106642008-05-15 Glenn Morris <rgm@gnu.org>
10665
10666 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10667
106682008-05-15 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10671 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10672
10673 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10674
106752008-05-15 Kenichi Handa <handa@m17n.org>
10676
10677 * ftfont.c (ftfont_list): Downcase family name to check generic
10678 families.
10679
10680 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10681 font-spec for QCfont value.
10682
10683 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10684 buffer. Check the return value of it.
10685
106862008-05-14 Jason Rumney <jasonr@gnu.org>
10687
10688 * w32term.c (w32_get_glyph_overhangs): Remove.
10689 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10690
106912008-05-14 Kenichi Handa <handa@m17n.org>
10692
10693 * font.c (font_prop_validate): Make nil a valid value.
10694 (font_clear_cache): Check if the cached vector of entities is nil
10695 or not.
10696
106972008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10698
10699 * emacs.c (main_thread): Conditionalize on
10700 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10701 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10702
10703 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10704 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10705 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10706
107072008-05-14 Kenichi Handa <handa@m17n.org>
10708
10709 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10710 has no corresponding coding system.
10711
107122008-05-14 Jason Rumney <jasonr@gnu.org>
10713
10714 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10715
10716 * w32font.h (w32font_open_internal): Update declaration.
10717
10718 * w32font.c (w32font_open_internal): Change last argument from
10719 w32font_info struct to font object. Fill in font object from
10720 font_entity. Get Outline metrics if possible. Use them to
10721 calculate underline position and thickness. Use xlfd name as name
10722 property. Don't set codepage.
10723 (w32font_open): Pass font_object to w32font_open_internal. Don't
10724 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10725 (w32font_draw): Use s->font.
10726 (clear_cached_metrics): Don't clear non-existent blocks.
10727
10728 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10729 font was not found.
10730 (x_draw_glyph_string): Use underline position and thickness from font.
10731
10732 * w32uniscribe.c (uniscribe_open): Pass font_object to
10733 w32font_open_internal.
10734
107352008-05-14 Kenichi Handa <handa@m17n.org>
10736
10737 These changes are to delete all legacy font-handling codes, and
10738 make Emacs use only font-backends.
10739
10740 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10741 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10742
10743 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10744
10745 * charset.h (Vcharset_non_preferred_head)
10746 (Vcurrent_iso639_language): Extern them.
10747
10748 * charset.c (Vcharset_non_preferred_head): New variable.
10749 (Vcurrent_iso639_language): New variable.
10750 (syms_of_charset): Declare it as a Lisp variable.
10751 (char_charset): Don't check non preferred charsets. As a last
10752 resort, return charset_unicode.
10753 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10754
10755 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10756 conditionals. Don't check enable_font_backend. Delete all codes
10757 used only when USE_FONT_BACKEND is not defined.
10758
10759 * dispextern.h (struct glyph_string): Change type of `font' to
10760 `struct font *'.
10761 (struct glyph_string): New member underline_position and
10762 underline_thickness.
10763 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10764 (struct face): Change type of `font' to `struct font *'. Remove
10765 members `font_name', `font_info_id'.
10766 (per_char_metric, encode_char): Delete externs.
10767 (calc_pixel_width_or_height): Adjust the prototype.
10768
10769 * emacs.c (enable_font_backend): Delete extern.
10770 (main): Don't set enable_font_backend. Don't check the command
10771 line argument "-disable-font-backend".
10772
10773 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10774 (enum font_property_index): New members FONT_DPI_INDEX,
10775 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10776 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10777 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10778 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10779 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10780 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10781 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10782 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10783 (struct font_spec, struct font_entity): New structs.
10784 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10785 (struct font): Many members from old "struct font_info" moved to
10786 here. Members font and entity deleted.
10787 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10788 the new font-related objects.
10789 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10790 (CHECK_FONT_GET_OBJECT): Likewise.
10791 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10792 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10793 (struct font_driver): New members case_sensitive anc check. Type
10794 of the member list and open changed.
10795 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10796 (font_symbolic_width, font_find_object, font_get_spec)
10797 (font_set_lface_from_name): Delete extern.
10798 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10799
10800 * font.c: Include <strings.h>.
10801 (enable_font_backend): Delete it.
10802 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10803 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10804 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10805 (null_string): Delete it.
10806 (null_vector): Make it static.
10807 (font_family_alist): Delete it.
10808 (Qnormal): Extern it.
10809 (QCextra, QClanguage): Delete it.
10810 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10811 (font_make_spec, font_make_entity, font_make_object)
10812 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10813 the string. Callers changed.
10814 (font_pixel_size): Adjusted for the format change of font-related
10815 objects.
10816 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10817 (font_style_to_value, font_style_symbolic): New function.
10818 (build_font_family_alist): Delete it.
10819 (font_registry_charsets): Use Fassoc_string instead of
10820 assq_no_quit.
10821 (font_prop_validate_symbol): Don't return null_string.
10822 (font_prop_validate_style): Adjusted for the change of
10823 style-related values in a font vector.
10824 (font_property_table): Delete entries for QClanguage and
10825 QCantialias, add entries for QCavgwidth.
10826 (get_font_prop_index): Delete the 2nd argument FROM.
10827 (font_prop_validate): Arguments changed.
10828 (font_put_extra): Adjusted for the change of font-related objects.
10829 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10830 (font_parse_fcname, font_unparse_fcname)
10831 (font_prepare_composition): Likewise.
10832 (font_parse_family_registry): Renamed from font_merge_old_spec.
10833 (otf_open): Delete the 1st arg entity.
10834 (font_otf_capability): Adjusted for the above change.
10835 (font_score): New arg alternate_families. Adjusted for the change
10836 of font-related objects.
10837 (font_sort_entites): New arg best_only.
10838 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10839 Delete them.
10840 (font_match_p): Check alternate families.
10841 (font_find_object): Delete it.
10842 (font_check_object): New function.
10843 (font_clear_cache): Adjusted for the change of font-related objects.
10844 (font_delete_unmatched): New arg.
10845 (font_list_entities): Call font_driver->list with a spec that
10846 doesn't specify style-related properties.
10847 (font_matching_entity): Arguments changed. Caller changed.
10848 (font_open_entity): Adjusted for the change of font-related objects.
10849 (font_close_object, font_has_char, font_encode_char)
10850 (font_get_name, font_get_spec): Likewise.
10851 (font_spec_from_name, font_clear_prop, font_update_lface):
10852 New functions.
10853 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10854 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10855 (font_at): Adjusted for the change of font-related objects.
10856 (font_range): New function.
10857 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10858 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10859 (Fcopy_font_spec, Fmerge_font_spec): New function.
10860 (Ffont_family_list): Renamed from list-families.
10861 (Finternal_set_font_style_table): Arguments changed.
10862 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10863 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10864 change of font-related objects.
10865 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10866
10867 * fontset.h (struct font_info): Delete it. Most members go to
10868 struct font.
10869 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10870 (enum FONT_SPEC_INDEX): Delete it.
10871 (font_info, list_fonts_func, load_font_func, query_font_func)
10872 (set_frame_fontset_func, find_ccl_program_func)
10873 (get_font_repertory_func, new_fontset_from_font_name): Delete
10874 externs.
10875 (fontset_from_font_name): Extern it.
10876 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10877 (FONT_INFO_FROM_FACE): Deleted.
10878 (face_for_font): Adjust prototype.
10879
10880 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10881 conditionals. Don't check enable_font_backend. Delete all codes
10882 used only when USE_FONT_BACKEND is not defined.
10883 (get_font_info_func, list_font_func, load_font_func)
10884 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10885 (get_font_repertory_func): Delete them.
10886 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10887 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10888 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10889 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10890 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10891 (fontset_compare_rfontdef): New function.
10892 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10893 rfont-defs by qsort. Adjusted for the change of font-group vector.
10894 (load_font_get_repertory): Deleted.
10895 (fontset_find_font): Use new macros to ref/set elements of
10896 font-def and rfont-def.
10897 (fontset_font): Fix the timing of remembering that no font for C.
10898 (free_face_fontset): Do nothing if the face has no fontset.
10899 (face_suitable_for_char_p): Use new macros to ref/set elements of
10900 rfont-def.
10901 (face_for_char): Likewise. Call face_for_char with font_object.
10902 (fs_load_font): Delete. Delete #pragma surrounding it.
10903 (fs_query_fontset): Use strcasecmp instead of strcmp.
10904 (generate_ascii_font_name): Adjusted for the format change of
10905 font-spec.
10906 (Fset_fontset_font): Likewise. Use new macros to set elements of
10907 font-def.
10908 (Fnew_fontset): Use font_unparse_xlfd to generate
10909 FONTSET_ASCII (fontset).
10910 (new_fontset_from_font_name): Deleted.
10911 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10912 a fontset is already created for the font. FIx updating of
10913 Vfontset_alias_alist.
10914 (fontset_ascii_font): Deleted.
10915 (Ffont_info): Adjusted for the format change of font-spec.
10916 (Finternal_char_font): Likewise.
10917 (Ffontset_info): Likewise.
10918 (syms_of_fontset): Don't check load_font_func.
10919
10920 * fns.c (internal_equal): Handle PREV_FONT.
10921
10922 * frame.h: Delete USE_FONT_BACKEND conditional.
10923
10924 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10925 conditionals. Don't check enable_font_backend. Delete all codes
10926 used only when USE_FONT_BACKEND is not defined.
10927 (x_set_font): Call x_new_font, not x_new_fontset2.
10928 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10929 already set for the frame.
10930
10931 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10932 a font-entity by font_make_entity. Use font_intern_prop instead
10933 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10934 font property. If a font is scalable, set avgwidth property to 0.
10935 Set font-entity property by font_put_extra.
10936 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10937 (ffont_driver): Adjusted for the change of struct font_driver.
10938 (ftfont_spec_pattern): New function.
10939 (ftfont_list): Return a list, not vector.
10940 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10941 (ftfont_list_family): Don't downcase names.
10942 (ftfont_free_entity): Deleted.
10943 (ftfont_open): Return a font-object. Adjusted for the change of
10944 struct font. Get underline_thickness and underline_position from
10945 font property. Don't update dpyinfo->smallest_font_height and
10946 dpyinfo->smallest_char_width.
10947 (ftfont_close): Don't free `struct font'.
10948 (ftfont_has_char): Adjusted for the format change of font-entity.
10949 (ftfont_encode_char, ftfont_text_extents): Likewise.
10950
10951 * ftxfont.c (ftxfont_list): Return a list, not vector.
10952 (ftxfont_open): Return a font-object. Adjusted for the change of
10953 struct font. Get underline_thickness and underline_position from
10954 font property. Don't update dpyinfo->smallest_font_height and
10955 dpyinfo->smallest_char_width.
10956 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10957 (ftxfont_draw): Adjusted for the change of struct font.
10958
10959 * image.c (image_ascent): Don't include "charset.h". Include
10960 "character.h" and "font.h".
10961
10962 * lisp.h (enum pvec_type): New member PREV_FONT.
10963 (Fassoc_string): EXFUN it.
10964
10965 * print.c: Include font.h.
10966 (print_object): Handle font-related objects.
10967
10968 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10969 conditionals. Don't check enable_font_backend. Delete all codes
10970 used only when USE_FONT_BACKEND is not defined.
10971 (handle_auto_composed_prop): Do nothing if it->f is not on a
10972 window system. Check how many following characters can be
10973 displayed by the same font.
10974 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10975 'struct font *'.
10976 (get_char_face_and_encoding): Assign the whole encoding task to
10977 the `encode-char' method of a font driver.
10978 (fill_composite_glyph_string): Adjusted for the change of `struct
10979 face' and `struct glyph_string'.
10980 (fill_glyph_string): Likewise.
10981 (get_per_char_metric): Arguments changed.
10982 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10983 and `struct glyph_string'.
10984 (produce_stretch_glyph, calc_line_height_property)
10985 (x_produce_glyphs): Likewise.
10986
10987 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10988 conditionals. Don't check enable_font_backend. Delete all codes
10989 used only when USE_FONT_BACKEND is not defined. Use
10990 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10991 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10992 (Qp): Extern them.
10993 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10994 Deleted.
10995 (struct font_name): Deleted.
10996 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10997 (compare_fonts_by_sort_order): New function.
10998 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10999 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11000 Deleted.
11001 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11002 compare_fonts_by_sort_order.
11003 (Fx_font_family_list): Call Ffont_family_list.
11004 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11005 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11006 (face_symbolic_slant, face_symbolic_swidth)
11007 (split_font_name_into_vector, build_font_name_from_vector)
11008 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11009 (font_rescale_ratio, split_font_name, build_font_name)
11010 (free_font_names, sort_fonts, x_face_list_fonts)
11011 (face_font_available_p, sorted_font_list, cmp_font_names)
11012 (font_list_1, concat_font_list, font_list, remove_duplicates):
11013 Deleted.
11014 (Fx_list_fonts): Use Ffont_list.
11015 (LFACE_AVGWIDTH): Deleted.
11016 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11017 by FONTP.
11018 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11019 (set_lface_from_font_name): Delete it.
11020 (set_lface_from_font): Renamed from
11021 set_lface_from_font_and_fontset. Caller changed. Don't set
11022 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11023 for face.
11024 (merge_face_vectors): Copy font-spec if necessary.
11025 Clear properties of the font-spec if necessary.
11026 (merge_face_ref): Clear properties of the font-spec if necessary.
11027 (Finternal_set_lisp_face_attribute): Likewise.
11028 (set_font_frame_param): Use font_load_for_lface to load a
11029 font-object, and call Fmodify_frame_parameters with it.
11030 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11031 font name by Ffont_xlfd_name.
11032 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11033 QCslant, and QCwidth.
11034 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11035 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11036 Compare fonts by EQ.
11037 (lookup_non_ascii_face): Deleted.
11038 (face_for_font): The 2nd argument changed.
11039 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11040 Check atomic font properties by case insensitive.
11041 (realize_non_ascii_face): Set face->overstrike correctly.
11042 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11043 (dump_realized_face): Get font name from
11044 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11045
11046 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11047 conditionals. Don't check enable_font_backend. Delete all codes
11048 used only when USE_FONT_BACKEND is not defined.
11049 (xic_create_xfontset): Original code deleted and renamed from
11050 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11051 (x_make_gc): Don't set GCFont in GCs.
11052 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11053 opened by "fixed".
11054 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11055 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11056 get_font_repertory_func.
11057
11058 * xfont.c: Include <stdlib.h> and "ccl.h".
11059 (struct xfont_info): New structure.
11060 (xfont_query_font): Deleted.
11061 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11062 moved from xterm.c.
11063 (xfont_driver): Adjusted for the change of struct font_driver.
11064 (compare_font_names): New function.
11065 (xfont_list_pattern): Sort font names case insensitively. Make
11066 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11067 (xfont_list): Return a list, not vector.
11068 (xfont_match): If the font doesn't have QCname property, generate
11069 a name from the other font properties.
11070 (xfont_open): Return a font-object. Adjusted for the change of
11071 struct font. Get underline_thickness and underline_position from
11072 font property. Don't update dpyinfo->smallest_font_height and
11073 dpyinfo->smallest_char_width.
11074 (xfont_close): Don't free struct font.
11075 (xfont_prepare_face): Adjusted for the change of struct font.
11076 (xfont_done_face): Deleted.
11077 (xfont_has_char): Adjusted for the change of struct font.
11078 (xfont_encode_char, xfont_draw): Likewise.
11079 (xfont_check): New function.
11080
11081 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11082 callback function.
11083 (xftfont_match): Adjusted for the format change of font-entity.
11084 (xftfont_open): Adjusted for the format change of font-entity and
11085 font-object. Adjusted for the change of struct font. Return a
11086 font-object. Don't update dpyinfo->smallest_font_height and
11087 dpyinfo->smallest_char_width.
11088 (xftfont_close): Block input while calling XftFontClose.
11089 (xftfont_prepare_face): Don't block input while calling
11090 xftfont_get_colors. Adjusted for the change of struct font.
11091 (xftfont_shape): Return value of error case fixed.
11092
11093 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11094
11095 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11096 conditionals.
11097 (FONT_WIDTH): Return (f)->max_width.
11098 (struct x_display_info): Delete member `font'.
11099 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11100 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11101 (struct x_output): Change type of `font' to `struct font *'.
11102
11103 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11104 conditionals. Don't check enable_font_backend. Delete all codes
11105 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11106 (x_per_char_metric, x_encode_char): Deleted.
11107 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11108 (x_compute_glyph_string_overhangs): Adjusted for the change of
11109 `struct face'.
11110 (x_draw_glyph_string_foreground)
11111 (x_draw_composite_glyph_string_foreground): Likewise.
11112 (x_draw_glyph_string): Likewise. Use font->underline_position and
11113 font->underline_thickness.
11114 (x_new_font): Renamed from x_new_fontset2.
11115 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11116 (x_check_font): Call `check' method of a font driver.
11117 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11118 (x_query_font, x_get_font_repertory): Deleted.
11119 (x_find_ccl_program): Renamed and moved to xfont.c.
11120 (x_redisplay_interface): Adjusted for the change of `struct
11121 redisplay_interface'.
11122
11123 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11124 conditionals. Don't check enable_font_backend. Delete all codes
11125 used only when USE_FONT_BACKEND is not defined. Surround non-used
11126 code by "#ifdef OLD_FONT" and "endif".
11127 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11128
11129 * w32font.h (struct w32font_info): New member.
11130 (FONT_COMPAT): New macro.
11131 (w32font_open_internal): Prototype adjusted.
11132
11133 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11134 OLD_FONT" and "endif".
11135
11136 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11137 conditionals. Don't check enable_font_backend. Delete all codes
11138 used only when USE_FONT_BACKEND is not defined.
11139 (w32font_open): Return a font-object. Make a font-object by
11140 font_make_object. Adjusted for the change of struct w32font_info.
11141 (w32font_close): Don't free struct font. Adjusted for the change
11142 of struct w32font_info.
11143 (w32font_encode_char, w32font_text_extents, w32font_draw):
11144 Adjusted for the change of struct w32font_info.
11145 (w32font_draw): Likewise.
11146 (w32font_list_internal): Return a list, not vector.
11147 (w32font_open_internal): Change the 4th arg to font-object.
11148 Adjusted for the change of struct w32font_info and font-object format.
11149 (add_font_name_to_list): Don't downcase names.
11150 (w32_enumfont_pattern_entity): Make a font-entity by
11151 font_make_entity. Adjusted for the format change of font-entity.
11152 Use FONT_SET_STYLE to set a style-related font property. If a
11153 font is scalable, set avgwidth property to 0. Set font-entity
11154 property by font_put_extra.
11155 (font_matches_spec): Adjusted for the format change of font-entity.
11156 (w32_weight_table, w32_decode_weight): New variables.
11157 (w32_encode_weight): New function.
11158 (fill_in_logfont): Adjusted for the format change of font-spec.
11159 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11160 weight value.
11161 (w32font_driver): Adjusted for the change of struct font_driver.
11162
11163 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11164 conditionals. Don't check enable_font_backend. Surround non-used
11165 code by "#ifdef OLD_FONT" and "endif".
11166 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11167 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11168
11169 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11170 conditionals. Don't check enable_font_backend. Delete all codes
11171 used only when USE_FONT_BACKEND is not defined. Surround non-used
11172 code by "#ifdef OLD_FONT" and "endif".
11173
11174 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11175 (uniscribe_open): Return value changed to font-object.
11176 Adjusted for the format change of font-object.
11177 (uniscribe_otf_capability): Adjusted for the change of struct font.
11178 (add_opentype_font_name_to_list): Don't downcase names.
11179 (uniscribe_font_driver): Adjusted for the change of struct
11180 font_driver.
11181
111822008-05-13 Chong Yidong <cyd@stupidchicken.com>
11183
11184 * dispnew.c (update_frame_1): Check if tty output is still valid
11185 before flushing it.
11186
111872008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11188
11189 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11190 to Gtk+ menus.
11191
111922008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * dired.c (file_name_completion): Tweak the code so as to always do it
11195 in a single pass. Tighten the scope of some variables.
11196
11197 * dired.c (Qdefault_directory): New var.
11198 (file_name_completion): Use it instead of Fexpand_file_name.
11199 (syms_of_dired): Initialize it.
11200
112012008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * fileio.c (double_dollars): Remove dead code.
11204
112052008-05-10 Eli Zaretskii <eliz@gnu.org>
11206
11207 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11208 Mention w32-get-true-file-attributes in doc string.
11209
11210 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11211
112122008-05-09 Glenn Morris <rgm@gnu.org>
11213
11214 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11215 2008-04-23.
11216
112172008-05-09 Eli Zaretskii <eliz@gnu.org>
11218
11219 Support for reporting owner and group of each file on MS-Windows:
11220 * dired.c (stat_uname, stat_gname): New functions, with special
11221 implementation for w32.
11222 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11223
11224 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11225 (dflt_group_name): New static variable.
11226 (dflt_group): Rename from the_group.
11227 (init_user_info): Init dflt_group fields. Get user's group name
11228 from LookupAccountSid.
11229 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11230 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11231 New initialization states.
11232 (globals_of_w32): Initialize them to zero. Initialize the default
11233 group name to "None".
11234 (GetFileSecurity_Name): New global var, the name of the function
11235 to call for GetFileSecurity.
11236 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11237 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11238 (get_file_security, get_security_descriptor_owner)
11239 (get_security_descriptor_group, is_valid_sid)
11240 (get_file_security_desc, get_rid, get_name_and_id)
11241 (get_file_owner_and_group): New functions.
11242 (stat): Use get_file_security_desc and get_file_owner_and_group to
11243 report the owner and primary group of each file. Don't ignore the
11244 high 32 bits of file's size, now that st_size is 64-bit wide.
11245 Fix test when to get true file attributes.
11246 (init_user_info): Use get_rid instead of equivalent inline code.
11247 (fstat): Don't ignore the high 32 bits of file's size.
11248
112492008-05-09 Chong Yidong <cyd@stupidchicken.com>
11250
11251 * image.c (png_load): Use correct bit-depth for setting background
11252 color.
11253
112542008-05-08 Eli Zaretskii <eliz@gnu.org>
11255
11256 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11257 epa-hook.elc.
11258
112592008-05-08 Juanma Barranquero <lekktu@gmail.com>
11260
11261 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11262
112632008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11264
11265 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11266 because the original parameters are in pure storage now.
11267 (mac_window): Remove unused params. Update callers.
11268
112692008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * lread.c (substitute_object_recurse): Use lower-level primitives.
11272 Don't signal errors when traversing sub-char-tables.
11273 Don't loop over all the possible characters when traversing char-tables.
11274
11275 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11276 just like we do in print.c.
11277
112782008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * minibuf.c (Ftry_completion): Remove code left over from when we used
11281 scmp instead of Fcompare_strings.
11282
112832008-05-04 Juanma Barranquero <lekktu@gmail.com>
11284
11285 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11286
112872008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11288
11289 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11290 Create bitmap context in native byte order.
11291
11292 * macterm.c (XDrawLine)
11293 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11294 context in native byte order.
11295
112962008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11297
11298 * config.in: Regenerate.
11299
11300 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11301 New definitions for Image I/O support.
11302 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11303 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11304 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11305 (mac_data_provider_release_data, image_load_image_io)
11306 [USE_MAC_IMAGE_IO]: New functions.
11307 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11308 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11309 (init_image_func_pointer) [MAC_OSX]: Remove function.
11310 (image_load_quartz2d) [MAC_OSX]: Check availability of
11311 CGImageCreateWithPNGDataProvider at compile time.
11312 Use lowercase `false' for boolean constant.
11313 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11314 Use image_load_image_io.
11315 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11316 Don't check MyCGImageCreateWithPNGDataProvider.
11317 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11318 Don't call init_image_func_pointer.
11319
11320 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11321
11322 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11323 Make variable non-static.
11324 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11325 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11326
11327 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11328 (RED_FROM_ULONG): Mask off higher bits.
11329 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11330
11331 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11332 Include AvailabilityMacros.h.
11333 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11334 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11335
113362008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * chartab.c (Fset_char_table_range): If range is t, really set all
11339 chars to that value.
11340
113412008-05-03 Eli Zaretskii <eliz@gnu.org>
11342
11343 * dired.c (Ffile_attributes): Don't allow the device number become
11344 negative.
11345
113462008-05-02 Daiki Ueno <ueno@unixuser.org>
11347
11348 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11349
113502008-05-02 Juri Linkov <juri@jurta.org>
11351
11352 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11353 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11354 DEFAULT argument as a list of default values in docstrings.
11355
113562008-05-01 Chong Yidong <cyd@stupidchicken.com>
11357
11358 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11359
113602008-05-01 Martin Rudalics <rudalics@gmx.at>
11361
11362 * dispnew.c (change_frame_size_1): Preserve small windows when
11363 shrinking frames by calling set_window_height|width with third
11364 arg 2.
11365
11366 * window.h (struct window): Replace field too_small_ok by field
11367 resize_proportionally.
11368
11369 * window.c (make_window): Initialize resize_proportionally.
11370 (enlarge_window): Temporarily set resize_proportionally to make
11371 sure that shrink_windows does scale the window proportionally.
11372 (shrink_windows): When window has resize_proportionally set try
11373 to shrink it proportionally by stealing from other windows.
11374 (struct saved_window, Fset_window_configuration)
11375 (compare_window_configurations): Handle resize_proportionally.
11376 (WINDOW_TOTAL_SIZE): New macro.
11377 (window_min_size, shrink_windows, size_window): Use it.
11378 (check_min_window_sizes): Remove. Invalid values of
11379 window-min-height|width are handled by window_min_size_2 now.
11380 (size_window, Fsplit_window, enlarge_window)
11381 (adjust_window_trailing_edge, grow_mini_window): Don't call
11382 check_min_window_sizes.
11383 (window_min_size_2, window_min_size_1, window_min_size):
11384 New argument safe_p for retrieving "safe" minimum sizes.
11385 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11386 (adjust_window_trailing_edge, grow_mini_window):
11387 Adjust arguments of window_min_size... functions.
11388 (shrink_windows): Argument min_size removed. New argument
11389 safe_p allows shrinking windows to their safe minimum sizes.
11390 Calculate minimum size and decide whether a window shall be
11391 deleted for each window individually.
11392 (size_window): When nodelete_p equals 2, tell shrink_windows to
11393 delete windows only if their new minimum size is no more safe.
11394 (shrink_window_lowest_first): Call window_min_size_1 to make
11395 sure to preserve modeline of bottom-most window when resizing
11396 the minibuffer.
11397 (Fset_window_configuration, Fcurrent_window_configuration)
11398 (compare_window_configurations): Do not handle
11399 window-min-height|width any more.
11400 (syms_of_window): Clarify window-min-height|width doc-strings.
11401
114022008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11405 some more. Copy some of the code from Ftry_completions.
11406 Remove special case code that dates back to initial revision when the
11407 slash was only added when necessary and that can't trigger nowadays.
11408
114092008-04-27 Kenichi Handa <handa@m17n.org>
11410
11411 * font.c (font_prop_validate): Signal `error' instead of `font'.
11412
114132008-04-29 Jason Rumney <jasonr@gnu.org>
11414
11415 * w32fns.c (Fw32_battery_status): New defun.
11416 (syms_of_w32fns): Defsubr it.
11417
114182008-04-28 Andreas Schwab <schwab@suse.de>
11419
11420 * dired.c (file_name_completion): Fix another mixing of encoded
11421 and decoded names.
11422
114232008-04-28 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11426
114272008-04-27 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11430
114312008-04-27 Andreas Schwab <schwab@suse.de>
11432
11433 * dired.c (file_name_completion): Fix inappropriate mixing of
11434 encoded and decoded names.
11435
11436 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11437
11438 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11439
114402008-04-26 Eli Zaretskii <eliz@gnu.org>
11441
11442 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11443 2008-03-31, it's not needed anymore with `struct stat' definition
11444 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11445 for the same reasons.
11446
114472008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11448
11449 * m/sparc.h: Additional redefinitions for GNU/Linux.
11450
114512008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11452
11453 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11454 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11455 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11456 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11457 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11458 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11459 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11460 Likewise.
11461
11462 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11463 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11464 (mac_ax_number_of_characters): Add externs.
11465 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11466 [USE_MAC_TSM]: Likewise.
11467 (mac_handle_text_input_event) [MAC_OSX]:
11468 Handle kEventTextInputOffsetToPos for no active input area case.
11469 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11470 (mac_handle_document_access_event)
11471 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11472 (install_application_handler) [MAC_OSX]: Register handlers for
11473 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11474 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11475 Register mac_handle_document_access_event.
11476
11477 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11478 Make functions non-static.
11479
114802008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11483 (read_file_name_completion_ignore_case, insert_default_directory)
11484 (Qdefault_directory): Move to minibuffer.el.
11485 (Fread_file_name): Call the new `read-file-name' instead.
11486
114872008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11488
11489 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11490 Make function non-static.
11491 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11492 Remove function.
11493 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11494 Move to mactoolbox.c.
11495 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11496
11497 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11498 (mac_rect_make): New macro.
11499
11500 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11501 instead of float.
11502 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11503 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11504 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11505 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11506 CGRectMake.
11507 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11508 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11509 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11510 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11511 instead of WindowRef in argument type.
11512 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11513 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11514 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11515 instead of DISPLAY. All uses changed.
11516 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11517 (x_calc_absolute_position): Simplify so as not to use
11518 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11519
11520 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11521 instead of WindowRef in argument type.
11522 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11523 [TARGET_API_MAC_CARBON]: Remove externs.
11524 (create_apple_event, mac_event_parameters_to_lisp)
11525 [TARGET_API_MAC_CARBON]: Add externs.
11526
11527 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11528 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11529 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11530 is clicked.
11531 (x_activate_menubar): Remove extern for saved_menu_event_location.
11532 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11533 Move from mac.c.
11534
115352008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11536
11537 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11538 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11539
115402008-04-23 Jason Rumney <jasonr@gnu.org>
11541
11542 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11543 attributes only for local files.
11544
11545 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11546 default to Qlocal.
11547
115482008-04-22 Juri Linkov <juri@jurta.org>
11549
11550 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11551 read-buffer-to-switch instead of using the letter "B".
11552
115532008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * fileio.c (Qdefault_directory): New variable.
11556 (Fread_file_name): Use it to pass `dir' to the completion functions.
11557
115582008-04-20 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11561
115622008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * keyboard.c (Vpre_help_message): Remove.
11565 (show_help_echo): Remove default C code.
11566
11567 * dired.c (directory_files_internal, file_name_completion):
11568 Only call ENCODE_FILE if the string is indeed decoded.
11569
115702008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * Makefile.in (TOOLKIT_DEFINES): Remove.
11573 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11574
115752008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11576
11577 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11578 (mactoolbox.o): New target.
11579
11580 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11581 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11582
11583 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11584 Use mac_set_frame_window_background instead of XSetWindowBackground.
11585 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11586 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11587 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11588 instead of SetWindowTitleWithCFString.
11589 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11590 Move function to mactoolbox.c.
11591 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11592 Use mac_set_window_modified instead of SetWindowModified.
11593 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11594 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11595 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11596 FrontNonFloatingWindow. Use mac_activate_window instead of
11597 ActivateWindow. Use mac_active_non_floating_window instead of
11598 ActiveNonFloatingWindow.
11599 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11600 Use mac_show_hourglass and mac_hide_hourglass.
11601 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11602 instead of GetGlobalMouse.
11603 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11604 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11605 Use mac_bring_window_to_front instead of BringToFront.
11606 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11607 mactoolbox.c.
11608 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11609 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11610 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11611 mactoolbox.c.
11612
11613 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11614 (XtPointer): Move typedef from macmenu.c.
11615 (enum button_type): Move enum from macmenu.c.
11616 (widget_value): Move typedef from macmenu.c.
11617 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11618 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11619 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11620 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11621 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11622 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11623 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11624 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11625 (Selection): Move typedef from macselect.c.
11626 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11627 macterm.c.
11628 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11629 (mac_is_window_collapsed, mac_bring_window_to_front)
11630 (mac_send_window_behind, mac_hide_window, mac_show_window)
11631 (mac_collapse_window, mac_front_non_floating_window)
11632 (mac_active_non_floating_window, mac_activate_window)
11633 (mac_move_window_structure, mac_move_window, mac_size_window)
11634 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11635
11636 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11637 (enum mac_menu_kind): Move enum to mactoolbox.c.
11638 (min_menu_id): Move variable to mactoolbox.c.
11639 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11640 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11641 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11642 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11643 [TARGET_API_MAC_CARBON]: Likewise.
11644 (XtPointer): Move typedef to macgui.h.
11645 (enum button_type): Move enum to macgui.h.
11646 (widget_value): Move typedef to macgui.h.
11647 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11648 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11649 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11650 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11651 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11652 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11653 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11654 (popup_activated_flag): Make variable non-static.
11655 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11656 (add_menu_item, fill_menu, dispose_menus):
11657 Move functions to mactoolbox.c.
11658 (restore_show_help_function, menu_target_item_handler)
11659 (install_menu_target_item_handler, mac_handle_dialog_event)
11660 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11661 [TARGET_API_MAC_CARBON]: Likewise.
11662 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11663 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11664 (find_and_call_menu_selection, name_is_separator): Make function
11665 non-static.
11666 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11667 to mactoolbox.c.
11668 (set_frame_menubar): Don't call install_menu_quit_handler.
11669 (menu_item_selection): New variable.
11670 (mac_menu_show): Use create_and_show_popup_menu.
11671 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11672 selection but set variable menu_item_selection. All uses changed.
11673 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11674 Call install_menu_quit_handler. Move to mactoolbox.c.
11675
11676 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11677 (Selection): Move typedef to macgui.h.
11678 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11679 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11680 Make variables non-static.
11681 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11682 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11683 Make functions non-static.
11684 (Vmac_service_selection) [MAC_OSX]: Likewise.
11685 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11686 (mac_valid_selection_target_p, mac_clear_selection)
11687 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11688 (mac_put_selection_value, mac_selection_has_target_p)
11689 (mac_get_selection_value, mac_get_selection_target_list)
11690 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11691 Move functions to mactoolbox.c.
11692 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11693 Likewise.
11694 (copy_scrap_flavor_data, mac_handle_service_event)
11695 (install_service_handler) [MAC_OSX]: Likewise.
11696 (syms_of_macselect) <Vmac_dnd_known_types>:
11697 Use mac_dnd_default_known_types.
11698
11699 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11700 Move to mactoolbox.c.
11701 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11702 (Fx_selection_owner_p): Add EXFUN.
11703 (install_window_handler, remove_window_handler, XSetWindowBackground):
11704 Remove externs.
11705 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11706 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11707 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11708 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11709 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11710 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11711 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11712 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11713 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11714 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11715 (mac_valid_selection_target_p, mac_clear_selection)
11716 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11717 (mac_put_selection_value, mac_selection_has_target_p)
11718 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11719 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11720 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11721 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11722 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11723 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11724 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11725 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11726 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11727
11728 * mactoolbox.c: New file.
11729
117302008-04-18 Jason Rumney <jasonr@gnu.org>
11731
11732 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11733
117342008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * character.c (Fmultibyte_char_to_unibyte):
11737 Return latin1 chars unchanged.
11738
11739 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11740 relocated if it points to `name'.
11741
117422008-04-17 Kenichi Handa <handa@m17n.org>
11743
11744 * data.c (Faset): Allow setting a multibyte character in an
11745 ASCII-only unibyte string.
11746
11747 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11748
117492008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11752 done in config.h.
11753
117542008-04-16 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11757 (Fchar_direction): Add usage in the docstring.
11758
117592008-04-15 Chong Yidong <cyd@stupidchicken.com>
11760
11761 * keyboard.c (read_key_sequence): Remove always-true checks.
11762
117632008-04-14 Jason Rumney <jasonr@gnu.org>
11764
11765 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11766 compatibility struct, for better underline positioning.
11767
117682008-04-13 David Hansen <david.hansen@gmx.net>
11769
11770 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11771 string.
11772
117732008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11774
11775 * m/hp800.h (XUINT, XSET): Remove.
11776
117772008-04-12 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11780 previous change.
11781
117822008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11785 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11786
117872008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * keymap.h (map_keymap_canonical): Declare.
11790 * xmenu.c (single_keymap_panes): Use it.
11791
117922008-04-11 Glenn Morris <rgm@gnu.org>
11793
11794 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11795 set the target's value to that of the alias.
11796
117972008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * term.c (set_tty_color_mode): Left over typo.
11800
118012008-04-10 Michael Albinus <michael.albinus@gmx.de>
11802
11803 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11804 only after check for file name handler functions. Signal, when
11805 native functionality is not supported.
11806 (syms_of_fileio): Declare it unconditionally.
11807
118082008-04-10 Jason Rumney <jasonr@gnu.org>
11809
11810 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11811 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11812
11813 * w32.c (logon_network_drive): Also logon to remote drives that
11814 are mapped to drive letters.
11815
118162008-04-10 Glenn Morris <rgm@gnu.org>
11817
11818 * xdisp.c (truncate-partial-width-windows): Doc fix.
11819
118202008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11823 Move functions to minibuffer.el.
11824 (syms_of_fileio): Don't declare them.
11825
118262008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11829 (syms_of_minibuf): Remove its initialization.
11830
11831 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11832
118332008-04-09 Juanma Barranquero <lekktu@gmail.com>
11834
11835 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11836
118372008-04-09 Jason Rumney <jasonr@gnu.org>
11838
11839 * makefile.w32-in (distclean): Delete makefile too.
11840 (maintainer-clean): New target.
11841
11842 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11843
11844 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11845 for new font backend and composite cases.
11846
118472008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11848
11849 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11850 Most of the code moved to run_timers.
11851 (do_pending_atimers): Call run_timers.
11852 (run_timers): New function.
11853
11854 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11855 run atimers.
11856
11857 * process.c (wait_reading_process_output): The same as above.
11858
118592008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 * minibuf.c (last_exact_completion): Remove variable.
11862 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11863 (complete_and_exit_1, complete_and_exit_2)
11864 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11865 (Fdisplay_completion_list, display_completion_list_1)
11866 (Fminibuffer_completion_help, Fself_insert_and_exit)
11867 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11868 minibuffer.el.
11869 (syms_of_minibuf): Remove corresponding initializations.
11870
11871 * keyboard.c (Qdeactivate_mark): New var.
11872 (command_loop_1): Use it to call `deactivate-mark'.
11873 (syms_of_keyboard): Initialize it.
11874
11875 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11876 to another frame.
11877 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11878 Don't call set_tty_color_mode.
11879 (store_frame_param): Reset previous_frame rather than call
11880 set_tty_color_mode.
11881 * term.c (set_tty_color_mode): Rewrite.
11882 * dispextern.h (set_tty_color_mode): New type.
11883 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11884
118852008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11888 for generic chars, which do not exist any more in emacs-unicode.
11889
118902008-04-08 Michael Albinus <michael.albinus@gmx.de>
11891
11892 * coding.c (detect_coding_emacs_mule)
11893 (Ffind_operation_coding_system): Fix typo.
11894
118952008-04-08 Jason Rumney <jasonr@gnu.org>
11896
11897 * w32uniscribe.c (SNAME): Extract only symbol name.
11898
11899 * w32font.h (struct w32_metric_cache): New struct.
11900 (w32font_info): Use it.
11901 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11902 (CACHE_BLOCKSIZE): New constants.
11903
11904 * w32font.c (Qja, Qko, Qzh): New symbols.
11905 (syms_of_w32font): Initialise them.
11906 (font_matches_spec): Use them to filter by language.
11907 (recompute_cached_metrics): Remove function.
11908 (compute_metrics, clear_cached_metrics): New functions.
11909 (w32font_encode_char): Use them to manage metric cache.
11910 (w32font_text_extents): Cache metrics for all glyphs on demand.
11911 Delay converting glyph indices to WORD until needed.
11912 (w32font_open_internal): Initialize metric cache to empty.
11913 (registry_to_w32_charset): Charset should always be a symbol.
11914 (fill_in_logfont, list_all_matching_fonts): Family should
11915 always be a symbol.
11916
119172008-04-06 Jason Rumney <jasonr@gnu.org>
11918
11919 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11920 Give up if glyph indices not supported. Use uniscribe obtained
11921 ABC widths for individual metrics. Map glyph clusters back to
11922 characters using fClusterStart flag. Return number of glyphs
11923 produced, not chars processed.
11924 (uniscribe_shape): Map char at FROM to current glyph.
11925
119262008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11927
11928 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11929 Use SetMenuItemHierarchicalMenu.
11930
119312008-04-05 Jason Rumney <jasonr@gnu.org>
11932
11933 * image.c (pbm_load): Allow color values up to 65535.
11934 Throw an error if max_color_idx is outside the supported range.
11935 Report an error when image size is invalid.
11936 Read two bytes at a time when raw images have max_color_idx above 255.
11937
119382008-04-05 Eli Zaretskii <eliz@gnu.org>
11939
11940 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11941 cFileName a file name that includes `?' characters, use the 8+3
11942 alias in cAlternateFileName instead.
11943
119442008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11945
11946 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11947 append "CCL: Quitted" when the CCL program is quitted.
11948 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11949
11950 * ccl.h (struct ccl_program): New member quit_silently.
11951
119522008-04-05 Chong Yidong <cyd@stupidchicken.com>
11953
11954 * search.c (compile_pattern_1): Treat non-nil and non-string of
11955 search-spaces-regexp as nil.
11956
11957 * minibuf.c (Fassoc_string): Tweak docstring.
11958
119592008-04-05 Eli Zaretskii <eliz@gnu.org>
11960
11961 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11962 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11963 2008-03-14 to force inode be positive.
11964
11965 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11966 _S_* ones, since we now use our own sys/stat.h.
11967 (stat, fstat): Don't mangle the inode number.
11968 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11969
119702008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * frame.h (struct frame): Give one more bit to `visible' since we use
11973 values larger than 1 to indicate obscured frames on ttys.
11974
11975 * keymap.c (Qkeymap_canonicalize): New var.
11976 (Fmap_keymap_internal): New fun.
11977 (describe_map): Use keymap-canonicalize.
11978
11979 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11980 (Fundo_boundary): Set them.
11981 (syms_of_undo): Initialize them.
11982 (record_point): Use them instead of last_point_position*.
11983 (last_undo_buffer): Change type.
11984
119852008-04-04 Jason Rumney <jasonr@gnu.org>
11986
11987 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11988 (recompute_cached_metrics): Don't set ascent and descent per char.
11989
11990 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11991 (uniscribe_check_otf): Add GC protection before consing.
11992 Rearrange loop for counting features.
11993
119942008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11997 buffer with byte-size of source buffer.
11998
119992008-04-03 Chong Yidong <cyd@stupidchicken.com>
12000
12001 * callint.c (Fcall_interactively): Handle temporary region even
12002 when shift-select-mode is off.
12003
120042008-04-03 Jason Rumney <jasonr@gnu.org>
12005
12006 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12007
120082008-04-03 Kenichi Handa <handa@m17n.org>
12009
12010 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12011 (CATEGORY_MASK_UTF_16): Likewise.
12012 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12013 binary file.
12014 (detect_coding): Add null-byte detection for a binary file.
12015 (detect_coding_system): Likewise.
12016
120172008-04-03 Jason Rumney <jasonr@gnu.org>
12018
12019 * w32uniscribe.c: New file.
12020
12021 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12022
12023 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12024
12025 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12026 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12027 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12028 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12029 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12030 (Qphonetic): New symbols.
12031 (syms_of_w32font): Initialize them.
12032 (font_supported_scripts): Use them.
12033 (w32font_list_family): List all charsets.
12034 (w32font_text_extents, recompute_cached_metrics): Fix metric
12035 calculations.
12036 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12037 Give opentype fonts their own format.
12038 (font_matches_spec): New arguments backend and logfont.
12039 Handle :otf spec for uniscribe backend.
12040 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12041 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12042
12043 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12044 font backend.
12045 (globals_of_w32fns): Initialize uniscribe font backend.
12046
12047 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12048 dependencies.
12049 (w32uniscribe.$(O)): New file to build.
12050 (FONT_OBJ): Include w32uniscribe.$(O).
12051 (LIBS): Add uniscribe libraries.
12052
12053 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12054
120552008-04-02 Chong Yidong <cyd@stupidchicken.com>
12056
12057 * callint.c (Vshift_select_mode): New var.
12058 (Finteractive): Document new ^ spec.
12059 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12060 is present.
12061
12062 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12063 (command_loop_1): Avoid running the direct display versions of
12064 forward-char and backward-char if shift-selection may occur.
12065 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12066 shift-translation takes place.
12067
12068 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12069 avoid clobbering by define-minor-mode.
12070
12071 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12072 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12073
12074 * syntax.c (Fforward_word): Add ^ interactive spec.
12075
12076 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12077 (Fscroll_right): Add ^ interactive spec.
12078
120792008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12082
12083 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12084
12085 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12086
120872008-03-31 Juri Linkov <juri@jurta.org>
12088
12089 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12090
120912008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12092
12093 * gtkutil.c (xg_set_geometry): Fix indentation.
12094 (xg_resize_outer_widget): Remove.
12095 (x_wm_size_hint_off): Fix indentation.
12096 (xg_frame_set_char_size): Call flush_and_sync after
12097 gtk_window_resize.
12098 (x_wm_set_size_hint): Pass NULL as geometry window to
12099 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12100 Add menu bar and tool bar height to base height.
12101 (xg_update_frame_menubar, free_frame_menubar)
12102 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12103 (update_frame_tool_bar, free_frame_tool_bar):
12104 Change xg_resize_outer_widget to xg_frame_set_char_size.
12105
121062008-03-30 Michael Albinus <michael.albinus@gmx.de>
12107
12108 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12109 (Fdbus_call_method): New parameter TIMEOUT.
12110 (dbus-send-signal): Optimize UNGCPRO call.
12111
121122008-03-29 Juri Linkov <juri@jurta.org>
12113
12114 * window.c (Fdisplay_buffer): Move call to
12115 Vsplit_window_preferred_function out of conditions that check
12116 if window is eligible for vertical splitting.
12117 When Vsplit_window_preferred_function is non-nil, call it and use
12118 its non-nil return value as window. Otherwise, continue doing
12119 vertical splitting using Fsplit_window with arg horflag=nil.
12120 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12121 default value from `split-window' to nil.
12122
121232008-03-29 Juri Linkov <juri@jurta.org>
12124
12125 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12126 for interactive code letters 'b' and 'B'.
12127
121282008-03-29 Eli Zaretskii <eliz@gnu.org>
12129
12130 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12131 multibyte string.
12132
121332008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * keyboard.c (pending_funcalls): New var.
12136 (timer_check): Run it.
12137 (syms_of_keyboard): Initialize it.
12138 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12139 (Vdelete_terminal_functions): New vars.
12140 (syms_of_terminal): Initialize them.
12141 (Fdelete_terminal): Run delete-terminal-functions.
12142 * xdisp.c (safe_eval): Rewrite.
12143 (safe_call2): New fun.
12144 * frame.c (Qdelete_frame_functions): New var.
12145 (syms_of_frame): Initialize it.
12146 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12147 * lisp.h (safe_call2, pending_funcalls): Declare.
12148
121492008-03-28 Andreas Schwab <schwab@suse.de>
12150
12151 * indent.c (Fmove_to_column): Move declaration before statements.
12152
121532008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12156 (struct frame): Use bit fields for boolean vars.
12157
12158 * process.c (server_accept_connection): Simplify naming.
12159 (emacs_get_tty_pgrp): Use SDATA.
12160
12161 * coding.c (decode_coding_object): Fix last change.
12162
121632008-03-27 Jason Rumney <jasonr@gnu.org>
12164
12165 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12166
121672008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12168
12169 * charset.c (Fdefine_charset_internal): Change the way of
12170 registering charsets in Vcharset_order_list.
12171 (syms_of_charset): Make the charset `eight-bit' supplementary.
12172
121732008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12174
12175 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12176 operations, to avoid having the difference between pointers
12177 overflow.
12178
121792008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * indent.c (check_display_width): New fun.
12182 (scan_for_column): Use it.
12183
12184 * data.c (syms_of_data): Mark most-positive-fixnum and
12185 most-negative-fixnum as constants.
12186
12187 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12188
12189 * indent.c (scan_for_column): Extract from current_column_1.
12190 Merge with the same code from Fmove_to_column.
12191 (current_column_1, Fmove_to_column): Use it.
12192
121932008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * keymap.c (map_keymap_internal): New fun.
12196 (map_keymap): Use it.
12197 (Fmap_keymap_internal): New fun.
12198 (Fmap_keymap): Remove left-out test from before make_save_value.
12199
12200 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12201
12202 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12203 Use XCAR/XCDR.
12204
12205 * process.h (struct Lisp_Process): Remove filter_multibyte.
12206 * process.c (QCfilter_multibyte): Remove.
12207 (setup_process_coding_systems): Don't use filter_multibyte.
12208 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12209 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12210 (Fset_process_filter_multibyte): Change the coding-system to
12211 approximate the previous behavior.
12212 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12213 coding-system.
12214
12215 * coding.c (decode_coding_object): When not decoding into a buffer,
12216 obey the coding system's preference of (uni|multi)byte.
12217
122182008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12221 every char is changed and has a different byte-length.
12222 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12223 Fix int -> EMACS_INT.
12224
122252008-03-23 David Hansen <david.hansen@gmx.net>
12226
12227 * dbusbind.c (xd_read_message): Remove extra copying of message
12228 strings. Check for NULL `interface' or `member'.
12229
122302008-03-22 Eli Zaretskii <eliz@gnu.org>
12231
12232 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12233 cFileName a file name that includes `?' characters, use the 8+3
12234 alias in cAlternateFileName instead.
12235
122362008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12239
122402008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12243 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12244 work on current_buffer only instead (that was already the case
12245 for some of the code anyway).
12246 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12247 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12248 (SET_PT, SET_PT_BOTH): Adjust.
12249 * intervals.h (set_point, temp_set_point, set_point_both)
12250 (temp_set_point_both): Remove redundant declarations.
12251
122522008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * fileio.c (Finsert_file_contents):
12255 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12256 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12257 when buffer != current_buffer anyway.
12258
122592008-03-20 Andreas Schwab <schwab@suse.de>
12260
12261 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12262 as default.
12263
122642008-03-19 Jason Rumney <jasonr@gnu.org>
12265
12266 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12267 (syms_of_w32fns): Initialize them.
12268 (HOURGLASS_ID): New constant.
12269 (x_window_to_frame): Don't check hourglass_window.
12270 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12271 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12272 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12273 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12274 Only change the cursor if hourglass is not active.
12275 (Fx_create_frame): Initialize frame's current_cursor.
12276 (hourglass_atimer): Remove.
12277 (hourglass_started): New function.
12278 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12279 (show_hourglass): Adapt to w32, changing argument to frame.
12280
12281 * w32term.h (struct w32_output): Remove hourglass_window.
12282 Add current_cursor.
12283
12284 * eval.c (call_debugger, Fsignal):
12285 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12286 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12287 (Fexecute_extended_command, cancel_hourglass_unwind):
12288 * minibuf.c (read_minibuf):
12289 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12290
122912008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * window.c (run_funs): New fun.
12294 (run_window_configuration_change_hook): Use it to run the buffer-local
12295 and the global part of the hook.
12296
12297 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12298 (unwind_format_mode_line): Restore selected window.
12299 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12300
123012008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * editfns.c (Fchar_equal): Check they are valid characters.
12304
12305 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12306
123072008-03-17 Andreas Schwab <schwab@suse.de>
12308
12309 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12310 against a charset.
12311
12312 * lisp.h (Fbuffer_list): Declare.
12313
123142008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12315
aac0c6e3
MR
12316 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12317 handlebox_widget is != 0.
12318
123192008-03-16 Juri Linkov <juri@jurta.org>
12320
12321 * callint.c (Fcall_interactively): For interactive code letters
12322 'b' and 'B' put the buffer list into the list of default "future"
12323 values of the minibuffer.
12324
123252008-03-16 Andreas Schwab <schwab@suse.de>
12326
12327 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12328 modifiers.
12329
12330 * regex.c (re_match_2_internal): Correct matching of a charset
12331 against latin-1 characters.
12332
123332008-03-16 Kenichi Handa <handa@m17n.org>
12334
12335 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12336 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12337 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12338 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12339 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12340 CHAR_STRING_ADVANCE.
12341 (produce_chars): Fix for the case that the source and the
12342 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12343 instead of CHAR_STRING_ADVANCE.
12344 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12345 STRING_CHAR_ADVANCE.
12346
123472008-03-15 Andreas Schwab <schwab@suse.de>
12348
12349 * regex.c (re_match_2_internal): Correct matching of eight bit
12350 characters in unibyte strings.
12351
123522008-03-15 Martin Rudalics <rudalics@gmx.at>
12353
12354 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12355 at end of range when it coincides with the end of the buffer.
12356
123572008-03-14 Eli Zaretskii <eliz@gnu.org>
12358
12359 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12360
12361 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12362
123632008-03-14 Jason Rumney <jasonr@gnu.org>
12364
12365 * editfns.c (initial_tz): New variable.
12366 (syms_of_editfns): Initialize it.
12367 (Fset_time_zone_rule): Set it when first called.
12368 Use it when TZSTRING is nil.
12369
12370 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12371 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12372 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12373 (globals_of_w32fns): Initialize them.
12374 (compute_tip_xy): Use them to position tooltips.
12375
123762008-03-14 Glenn Morris <rgm@gnu.org>
12377
12378 * emacs.c (main): Revert previous change.
12379 (standard_args): Revert -internal-script back to -scriptload,
12380 and remove the long-option form.
12381
123822008-03-13 Glenn Morris <rgm@gnu.org>
12383
12384 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12385 Remove option -enable-font-backend.
12386
123872008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12390
123912008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12392
12393 * xterm.c (x_connection_closed): For GTK: If this is the last
12394 terminal just exit without closing the display.
12395
123962008-03-11 Jason Rumney <jasonr@gnu.org>
12397
12398 * w32font.c (w32font_full_name): Use floor to round.
12399
f0131492 124002008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
12401
12402 * sound.c (alsa_configure): Declare vol at beginning of block.
12403
12404 * fontset.c (Ffontset_info): Remove extra semicolon.
12405
124062008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12409 size of resulting string.
12410
124112008-03-10 Jason Rumney <jasonr@gnu.org>
12412
12413 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12414
124152008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12416
12417 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12418 Don't pretend as if characters with display property haven't been
12419 consumed for string-replacing-string case.
12420
124212008-03-08 Kim F. Storm <storm@cua.dk>
12422
12423 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12424 (get_next_display_element, next_element_from_string)
12425 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12426
124272008-03-08 Andreas Schwab <schwab@suse.de>
12428
12429 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12430
124312008-03-06 Jason Rumney <jasonr@gnu.org>
12432
12433 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12434 when charset not specified. Only translate ANSI to unicode when
12435 font_type is truetype.
12436 (w32font_coverage_ok): New function.
12437 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12438
124392008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12440
12441 * lread.c (Fread_char): Resolve modifiers.
12442 (Fread_char_exclusive): Likewise.
12443
12444 * character.c (char_resolve_modifier_mask): New function.
12445 (char_string): Use char_resolve_modifier_mask.
12446 (Fchar_resolve_modifiers): New function.
12447 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12448 function.
12449
124502008-03-04 Jason Rumney <jasonr@gnu.org>
12451
12452 * makefile.w32-in: Always include w32font.c in the build.
12453 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12454
124552008-03-04 Andreas Schwab <schwab@suse.de>
12456
12457 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12458 (versionclean): Likewise.
12459
124602008-03-04 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * .cvsignore: Add oo.
12463
124642008-03-03 Andreas Schwab <schwab@suse.de>
12465
12466 * coding.c (decode_coding_object): Inhibit gap shrinking while
12467 decoding in place.
12468
124692008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12470
12471 * w32term.c: Remove unused include "gnu.h".
12472 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12473
12474 * gnu.h: Rename to ...
12475 * emacs-icon.h: ... this.
12476 * xterm.c: Use emacs-icon.h instead of gnu.h.
12477 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12478
124792008-03-03 Juanma Barranquero <lekktu@gmail.com>
12480
12481 * w32font.c: Include math.h.
12482
124832008-03-03 Jason Rumney <jasonr@gnu.org>
12484
12485 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12486 Compute options separately.
12487 (w32font_open_internal): Set glyph_idx before caching metrics.
12488
12489 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12490 Define if system headers don't.
12491 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12492 (w32font_encode_char): Don't declare here.
12493
12494 * w32font.c (Quniscribe, QCformat): New symbols.
12495 (syms_of_w32font): Define them.
12496 (w32font_has_char): Indicate uncertainty.
12497 (w32font_encode_char): Encode as glyph point. Make static.
12498 (recompute_cached_metrics): New function.
12499 (w32font_open_internal): Use it. Set font to use glyph points
12500 initially. Set format based on type of font.
12501 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12502 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12503 on it. Set format based on information available here.
12504 (add_font_entity_to_list): Identify backend based on opentype_only.
12505
125062008-03-02 Andreas Schwab <schwab@suse.de>
12507
12508 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12509
12510 * coding.c (decode_coding_big5, produce_chars):
12511 Fix typos in last change.
12512
125132008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12514
12515 * gnu.h: New icon.
12516
125172008-03-02 Kenichi Handa <handa@m17n.org>
12518
12519 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12520 `dos', don't decode '\r' if that is the last in the source.
12521 (decode_coding_utf_16, decode_coding_emacs_mule)
12522 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12523 (decode_coding_raw_text, decode_coding_charset): Likewise.
12524 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12525
125262008-03-01 Jason Rumney <jasonr@gnu.org>
12527
12528 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12529
125302008-03-01 Kim F. Storm <storm@cua.dk>
12531
12532 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12533
125342008-03-01 Jason Rumney <jasonr@gnu.org>
12535
12536 * w32font.c (w32font_full_name): New function.
12537 (w32font_open_internal): Use it.
12538
125392008-03-01 Kim F. Storm <storm@cua.dk>
12540
12541 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12542
125432008-03-01 Jason Rumney <jasonr@gnu.org>
12544
12545 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12546
125472008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12548
12549 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12550 xg_frame_resized when the event is for the edit widget.
12551
12552 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12553
12554 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12555 set_char_size.
12556 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12557 operations on widgets here. Just set frame size if needed.
12558 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12559 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12560 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12561 the whole frame.
12562 (xg_create_tool_bar): Move attachment of the tool bar to
12563 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12564 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12565
125662008-03-01 Jason Rumney <jasonr@gnu.org>
12567
12568 * w32fns.c (w32_msg_pump): Disable debug code.
12569
125702008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12571
12572 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12573
125742008-02-29 Chong Yidong <cyd@stupidchicken.com>
12575
12576 * xdisp.c (next_overlay_string): Don't set
12577 overlay_strings_at_end_processed_p if we're currently reading from
12578 a display string.
12579
125802008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * xdisp.c (get_overlay_strings_1): Fix typo.
12583
125842008-02-29 Chong Yidong <cyd@stupidchicken.com>
12585
12586 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12587
125882008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12589
12590 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12591
12592 * xdisp.c (display_mode_element): Cancel the previous change.
12593 (decode_mode_spec): Likewise.
12594 (handle_auto_composed_prop): Don't make composition if it->string
12595 is a string.
12596
125972008-02-27 Kim F. Storm <storm@cua.dk>
12598
12599 * lisp.h (GLYPH): Change type from int to struct with separate char
12600 and face_id members.
12601 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12602 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12603 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12604 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12605 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12606 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12607 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12608 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12609 handle new Lisp glyph code encoding, either an integer or a cons.
12610
12611 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12612 (GLYPH_ALIAS): Delete.
12613 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12614 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12615 (GLYPH_FROM_CHAR): Replace macro by ...
12616 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12617
12618 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12619 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12620 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12621 (GLYPH_INVALID_P): New macro.
12622 (spec_glyph_lookup_face): Update prototype.
12623
12624 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12625 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12626 new glyph code encoding.
12627 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12628 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12629
12630 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12631 Adapt to new glyph type and new glyph code encoding.
12632
12633 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12634
12635 * indent.c (current_column, current_column_1, Fmove_to_column)
12636 (compute_motion): Adapt to new glyph code encoding.
12637
12638 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12639
126402008-02-27 Chong Yidong <cyd@stupidchicken.com>
12641
12642 * process.c (wait_reading_process_output): Check for window
12643 changes caused by timers.
12644 Suggested by Johan Bockgård.
12645
126462008-02-27 Glenn Morris <rgm@gnu.org>
12647
12648 * emacs.c (USAGE1): Add `--disable-font-backend'.
12649
126502008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12653 is made to the buffer.
12654
126552008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12658 (face_at_string_position):
12659 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12660 (face_at_string_position):
12661 * xdisp.c (display_string, next_overlay_change):
12662 * buffer.h (overlays_at):
12663 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12664 Update callers.
12665
126662008-02-26 Chong Yidong <cyd@stupidchicken.com>
12667
12668 * editfns.c (Fformat): Doc fix.
12669
126702008-02-26 Juanma Barranquero <lekktu@gmail.com>
12671
12672 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12673 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12674 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12675
126762008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * buffer.c (Fbuffer_swap_text): New function.
12679 (syms_of_buffer): Defsubr it.
12680
126812008-02-25 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12684
126852008-02-25 Jason Rumney <jasonr@gnu.org>
12686
12687 * w32font.c (w32font_draw): Draw one character at a time when padding.
12688
126892008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12692 Handle a nil arg. Use run_window_configuration_change_hook.
12693 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12694 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12695 Use run_window_configuration_change_hook.
12696
126972008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12698
12699 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12700 1-pixel width.
12701
127022008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12703
12704 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12705 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12706 if the glyph in the font is zero pixel with.
12707
12708 * dispextern.h (struct glyph_string): New member padding_p.
12709
12710 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12711
12712 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12713
12714 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12715
12716 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12717
12718 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12719
127202008-02-25 Jason Rumney <jasonr@gnu.org>
12721
12722 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12723
127242008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 Allow fine-grained image-cache flushing.
12727 * dispextern.h (struct image): Add `dependencies' field.
12728 (clear_image_caches): Change arg to Lisp_Object.
12729 * image.c (make_image): Initialize `dependencies' field.
12730 (clear_image_cache): Change arg to allow fine-grained flushing.
12731 Perform the flush even if image-cache-eviction-delay is nil.
12732 (clear_image_caches): Change arg to Lisp_Object.
12733 (Fclear_image_cache): Expand meaning of the argument.
12734 (mark_image): Mark `dependencies' field.
12735 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12736 (lface_hash): Use XHASH rather than XFASTINT.
12737 (face_at_buffer_position): Fix int -> EMACS_INT position.
12738 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12739 (select_frame_for_redisplay): Remove code duplication.
12740 (redisplay_internal): Adapt arg to call to clear_image_caches.
12741
127422008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12743
12744 * s/vms4-0.h:
12745 * s/vms4-2.h:
12746 * s/vms4-4.h:
12747 * s/vms5-5.h: Remove, unused.
12748
12749 * s/irix5-2.h:
12750 * s/irix6-0.h:
12751 * s/riscos5.h:
12752 * s/mach-bsd4-3.h:
12753 * m/mips4.h: Remove files for obsolete systems.
12754
12755 * Makefile.in:
12756 * filelock.c:
12757 * unexmips.c:
12758 * m/hp9000s300.h:
12759 * m/iris4d.h:
12760 * s/aix3-1.h:
12761 * s/hpux.h:
12762 * s/msdos.h:
12763 * s/usg5-0.h:
12764 * s/usg5-2-2.h:
12765 * s/usg5-2.h:
12766 * s/usg5-3.h: Remove references to obsolete variables.
12767
12768 * s/irix5-0.h: Remove, move all the contents ...
12769 * s/irix6-5.h: ... here. Simplify.
12770 * config.in: Regenerate.
12771
127722008-02-24 Jason Rumney <jasonr@gnu.org>
12773
12774 * w32term.c (x_draw_glyph_string_background): Clear the background
12775 manually when cleartype is in use.
12776 (x_draw_glyph_string_foreground): Draw text transparently when
12777 cleartype is in use.
12778
12779 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12780 a font into it unless we have to.
12781
127822008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12785 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 12786
aac0c6e3
MR
127872008-02-18 Jason Rumney <jasonr@gnu.org>
12788
12789 * w32fns.c (Fw32_shell_execute): Encode parameters.
12790
127912008-02-09 Eli Zaretskii <eliz@gnu.org>
12792
12793 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12794
127952008-02-05 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12798
127992008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12800
12801 * xterm.c (x_set_offset): Don't change the gravity if
12802 CHANGE_GRAVITY is -1.
12803
128042008-02-23 Chong Yidong <cyd@stupidchicken.com>
12805
12806 * fileio.c (auto_save_error_occurred): New var.
12807 (auto_save_error): Set it.
12808 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12809 error occurred.
12810
128112008-02-23 Eli Zaretskii <eliz@gnu.org>
12812
12813 * w32.c (globals_of_w32): Add initializations for
12814 g_b_init_get_sid_sub_authority and
12815 g_b_init_get_sid_sub_authority_count.
12816
128172008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12820 (font_parse_xlfd): Use them for sanity check.
12821 (Finternal_set_font_style_table): Make sure the table is bijective.
12822
12823 Consolidate the image_cache to the terminal struct.
12824 * termhooks.h (P_): Remove redundant def.
12825 (struct terminal): New field `image_cache'.
12826 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12827 of FRAME_X_IMAGE_CACHE.
12828 * xterm.h (struct x_display_info): Remove image_cache field.
12829 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12830 * w32term.h (struct w32_display_info): Remove image_cache field.
12831 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12832 * macterm.h (struct mac_display_info): Remove image_cache field.
12833 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12834 * xterm.c (x_term_init):
12835 * w32term.c (w32_term_init):
12836 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12837 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12838 Remove declarations.
12839 (clear_image_caches, mark_image_cache): New declarations.
12840 * xfaces.c (clear_face_cache):
12841 * xdisp.c (redisplay_internal): Use clear_image_caches.
12842 * image.c (clear_image_cache): Don't check that a frame is on
12843 a window-system before checking if it shares the same cache.
12844 (clear_image_caches): New function.
12845 (Fclear_image_cache): Use it.
12846 (mark_image): Move from allo.c.
12847 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12848 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12849 (mark_object): Don't call mark_image_cache for frames.
12850 (mark_terminals): Call mark_image_cache.
12851
12852 * lisp.h (Fdelete_terminal): Declare.
12853
12854 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12855 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12856 wrong_type_argument.
12857
128582008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12859
12860 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12861 malayalam.el, and tamil.el. Add sinhala.el.
12862
128632008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * xterm.c (x_connection_closed): Consolidate identical tests.
12866 (x_delete_terminal): Don't crash if called via x_connection_closed.
12867
128682008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12869
12870 * xdisp.c (decode_mode_spec): New arg string.
12871 (display_mode_element): Adjust for the above change.
12872
128732008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * callint.c (Fcall_interactively): Use AREF.
12876
128772008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12880
128812008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12882
12883 * xfns.c (Fx_show_tip): Set string to " " if empty.
12884
128852008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12886
12887 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12888 with Qt.
12889
128902008-02-17 Kenichi Handa <handa@m17n.org>
12891
12892 * ftfont.c (ftfont_shape): Return Lispy number.
12893
12894 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12895 for GCs.
12896 (Finternal_set_font_selection_order): Call font_update_sort_order
12897 only when enable_font_backend is set.
12898 (realize_x_face): Set face->font_info to that of default face only
12899 when enable_font_backend is set.
12900
12901 * xdisp.c (handle_composition_prop): Set it->c to the fist
12902 character of the composed region.
12903 (fill_composite_glyph_string): Set base_face->font_info to
12904 s->font_info. Get a face for ascii from base_face->ascii_face.
12905 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12906 with a face already decided.
12907 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12908 non-negative.
12909 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12910 call font_prepare_composition unconditionally.
12911
12912 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12913
12914 * xterm.h (struct x_display_info): New member font.
12915
12916 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12917 (x_set_mouse_face_gc, x_new_font): Likewise.
12918 (x_term_init): Setup display_info->font.
12919 (x_delete_terminal): Free display_info->font.
12920
12921 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12922
12923 * ftxfont.c (ftxfont_default_fid): Delete it.
12924 (ftxfont_open): Set xfont->fid to 0.
12925 (ftxfont_end_for_frame): Clear data specific to the frame and the
12926 font-driver.
12927
12928 * xftfont.c (xftfont_default_fid): Delete it.
12929 (xftfont_open): Set xfont->fid to 0.
12930
12931 * fontset.c (FONTSET_OBJLIST): New macro.
12932 (fontset_find_font): Update font-object list of the fontset.
12933 (free_realized_fontset): New function.
12934 (free_face_fontset): Call free_realized_fontset.
12935 (Ffont_info): Call font_close_object only when enable_font_backend
12936 is set.
12937
12938 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12939 [HAVE_NTGUI]: Include w32term.h.
12940 [MAC_OS]: Include macterm.ch.
12941 (font_otf_ValueRecord): Use make_number.
12942 (font_finish_cache): Fix handling of reference count.
12943 (font_clear_cache): Update num_fonts.
12944 (font_open_entity): Update smallest_char_width and
12945 smallest_font_height of the frame.
12946 (font_close_object): Update num_fonts.
12947 (Fclear_font_cache): Fix finding the target cache data.
12948
129492008-02-16 Glenn Morris <rgm@gnu.org>
12950
12951 * fontset.c (Finternal_char_font): Fix compilation warning.
12952
129532008-02-16 Eli Zaretskii <eliz@gnu.org>
12954
12955 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12956 instead of char arrays. Enlarge the size of array passed to
12957 get_token_information.
12958
12959 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12960 warnings.
12961
129622008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12963
12964 * .gdbinit: Don't set `args', it breaks gdb --args.
12965
129662008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12969 within a narrowed buffer.
12970
129712008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12972
12973 * coding.c (decode_coding_object, encode_coding_object):
12974 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12975
129762008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12979 hardcoding 1.
12980 (detect_coding_system):
12981 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12982 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12983 * insdel.c (insert_from_gap):
12984 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12985 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12986 (string_to_multibyte):
12987 * character.c (chars_in_text, multibyte_chars_in_text):
12988 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12989
12990 * character.h (FETCH_STRING_CHAR_ADVANCE)
12991 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12992 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12993 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12994
12995 * casefiddle.c (casify_region): Only call after-change and composition
12996 functions on the part of the region that was changed.
12997
12998 * keyboard.c (read_avail_input):
12999 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13000
130012008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13004 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13005
130062008-02-11 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * w32menu.c (push_submenu_start, push_submenu_end)
13009 (push_left_right_boundary, push_menu_pane, push_menu_item):
13010 * keyboard.c (read_key_sequence): Don't pass args with side effects
13011 to AREF, it fails when compiling with -DENABLE_CHECKING.
13012
130132008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13014
13015 * Makefile.in (${lispsource}international/charprop.el):
13016 Delete this target.
13017
13018 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13019 emacs-unicode-2.
13020
130212008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13024
130252008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * frame.c (Qnoelisp): New symbol.
13028 (syms_of_frame): Initialize it.
13029 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13030 harmless Elisp code, from a strong `force' from x_connection_closed.
13031 * frame.h (Qnoelisp): Declare.
13032 * xterm.c (x_connection_closed): Pass `noelisp'.
13033
13034 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13035 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13036 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13037 rather than `int' for the type of `type'.
13038
130392008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13040
13041 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13042
13043 * Makefile.in (GNUC): Remove support for gcc-1.x.
13044
130452008-02-10 Richard Stallman <rms@gnu.org>
13046
13047 * lisp.h (ASET): Use AREF, not ASLOT.
13048
130492008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * lisp.h (ASET): Check bounds.
13052
130532008-02-10 Glenn Morris <rgm@gnu.org>
13054
13055 * buffer.c (mode-name): Doc fix.
13056
130572008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13058
13059 * Makefile.in:
13060 * emacs.c:
13061 * gmalloc.c:
13062 * keyboard.c:
13063 * lisp.h:
13064 * m/ibm370aix.h:
13065 * process.c:
13066 * regex.c:
13067 * s/hpux.h:
13068 * sysdep.c:
13069 * sysselect.h:
13070 * systty.h:
13071 * unexec.c:
13072 * w32term.c:
13073 * xsmfns.c:
13074 * xterm.c: Remove code that deals with obsolete variables.
13075
13076 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13077
13078 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13079 nothing else needs it anymore.
13080
130812008-02-09 Eli Zaretskii <eliz@gnu.org>
13082
13083 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13084 instead of unibyte_char_to_multibyte.
13085
130862008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13087
13088 * s/gnu-linux.h: Remove commented out code.
13089
13090 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13091
13092 * Makefile.in: Update what RMS says about using autoconf.
13093 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13094 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13095 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13096 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13097
130982008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * keymap.c (Fkey_description): Move side effect outside of macro call.
13101
13102 * xfaces.c (Finternal_make_lisp_face):
13103 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13104
13105 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13106 (syms_of_fontset): Use ASET.
13107
13108 * fns.c (concat): Move side effect outside of macro call.
13109 (hash_clear): Use ASET.
13110
131112008-02-08 Richard Stallman <rms@gnu.org>
13112
13113 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13114 If FORCE, and frame has a surrogate minibuffer for another frame,
13115 delete the other frame first.
13116
131172008-02-07 Timo Savola <timo.savola@iki.fi>
13118
13119 * xterm.c (x_detect_focus_change): Handle embed client message.
13120 (handle_one_xevent): Ditto.
13121 (handle_one_xevent): If embedded and we get a button press/release,
13122 request focus.
13123 (xembed_set_info, xembed_send_message): New functions.
13124 (x_make_frame_visible): Call xembed_set_info if embedded.
13125 (x_make_frame_invisible): Call xembed_set_info if embedded.
13126 (x_term_init): Initialize Xatom_XEMBED.
13127 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13128 (x_iconify_frame): Ditto.
13129
13130 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13131 (enum xembed_info, enum xembed_message, enum xembed_focus)
13132 (enum xembed_modifier, enum xembed_accelerator): New.
13133 (xembed_set_info, xembed_send_message): Declare.
13134 (FRAME_X_EMBEDDED_P): New.
13135
13136 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13137 gtk_plug_new.
13138
13139 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13140 window ID of a frame.
13141 (x_window): Reparent frame if embedded.
13142 (Fx_create_frame): Don't set border width if embedded.
13143
13144 * emacs.c (USAGE3): Add --parent-id.
13145 (standard_args): Ditto.
13146
131472008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13148
13149 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13150
131512008-02-07 Jim Meyering <meyering@redhat.com>
13152
13153 Use "do...while (0)", not "if (1)...else" in macro definitions.
13154 The latter provokes a warning from gcc about the empty else, when
13155 followed by ";". Also, without that trailing semicolon, it would
13156 silently swallow up any following statement.
13157 * syntax.h (SETUP_SYNTAX_TABLE)
13158 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13159 * buffer.h (DECODE_POSITION): Likewise.
13160 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13161 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13162 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13163 (FETCH_CHAR_ADVANCE): Likewise.
13164 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13165
131662008-02-07 Jim Meyering <meyering@redhat.com>
13167
13168 * lread.c [lint]: Don't include <sys/inode.h>.
13169
131702008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * xselect.c (x_handle_dnd_message):
13173 * xmenu.c (digest_single_submenu, xmenu_show):
13174 * xdisp.c (with_echo_area_buffer_unwind_data)
13175 (format_mode_line_unwind_data, unwind_format_mode_line)
13176 (display_menu_bar):
13177 * eval.c (Ffetch_bytecode):
13178 * doc.c (store_function_docstring):
13179 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13180 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13181 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13182
131832008-02-07 Kenichi Handa <handa@m17n.org>
13184
13185 * ftxfont.c (ftxfont_open): Don't set
13186 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13187
13188 * ftfont.c (ftfont_open): Fix previous change.
13189
131902008-02-06 Jason Rumney <jasonr@gnu.org>
13191
13192 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13193 Use cached metrics for ASCII characters.
13194 (w32font_open_internal): Don't set font's owning_frame.
13195 Cache metrics for ASCII characters.
13196
13197 * w32font.h (struct w32font_info): Add ascii_metrics.
13198 Remove owning_frame.
13199
132002008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13201
13202 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13203 to negative value.
13204
13205 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13206
13207 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13208
13209 * charset.c (syms_of_charset): Set QCtest and Qeq.
13210
132112008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * process.c (Fstart_process):
13214 * callproc.c (Fcall_process): Handle the case where
13215 Funhandled_file_name_directory returns nil.
13216
13217 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13218 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13219 * font.c (check_gstring): Use them and AREF to access the vector before
13220 we know it's really a gstring.
13221 (Ffont_shape_text): Fix typo.
46e722a9 13222 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13223
13224 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13225 Declare.
13226
13227 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13228
132292008-02-05 Jason Rumney <jasonr@gnu.org>
13230
13231 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13232 Set smallest_font_height and smallest_char_width in display info.
13233
132342008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13235
13236 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13237
132382008-02-05 Miles Bader <miles@gnu.org>
13239
13240 * xfaces.c (get_lface_attributes, merge_named_face)
13241 (lookup_named_face, lookup_derived_face, realize_named_face):
13242 Revert 2008-02-01 change by cyd@stupidchicken.com.
13243
132442008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13245
13246 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13247 fallback fonts.
13248 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13249
132502008-02-04 Jason Rumney <jasonr@gnu.org>
13251
13252 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13253 set full_name.
13254 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13255
132562008-02-03 Jason Rumney <jasonr@gnu.org>
13257
13258 * makefile.w32-in (OBJ1): Include font.o here.
13259 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13260
132612008-02-02 Jason Rumney <jasonr@gnu.org>
13262
13263 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13264
132652008-02-01 Jason Rumney <jasonr@gnu.org>
13266
13267 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13268
13269 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13270
132712008-02-01 Andreas Schwab <schwab@suse.de>
13272
13273 * Makefile.in (shortlisp, lisp): Update for rename of
13274 ../lisp/language/myanmar.el.
13275
132762008-02-01 Chong Yidong <cyd@stupidchicken.com>
13277
13278 * xfaces.c (get_lface_attributes): Delete function.
13279 (merge_named_face, lookup_named_face, lookup_derived_face)
13280 (realize_named_face): Call lface_from_face_name directly, and use
13281 the fact that merge_face_vectors does not alter its FROM argument.
13282
132832008-02-01 Jason Rumney <jasonr@gnu.org>
13284
13285 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13286 input in the default locale. Handle non-Unicode multibyte input.
13287
132882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13289
13290 * fontset.c (reorder_font_vector): Exclude nil elements from the
13291 font group. Don't try multiple fonts.
13292 (fontset_font): Adjust for the above change.
13293 (Finternal_char_font): Return nil if the found font doesn't
13294 contain the character ch.
13295
13296 * Makefile.in (lisp, shortlisp): Add cham.el.
13297
132982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13299
13300 * font.h (FONTP): Make it return 1 also for a font-object.
13301
13302 * .gdbinit (xfontset): New function.
13303
13304 * font.c (font_find_for_lface): Check if the character C is
13305 supported or not only for the first font.
13306
13307 * fontset.c (reorder_font_vector): Fix typo.
13308 (fontset_find_font): Don't add a font-spec specifying a script.
13309 Use 0 (not Qt) for the indication of empty font-group. Change the
13310 format of RFONT-DEF. Return Qt if no font in the font-group
13311 support the character.
13312 (fontset_font): Adjust for the above change. If no font was
13313 found the character, remember that.
13314 (face_for_char): Adjust for the change of RFONT-DEF.
13315 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13316 no font for the target.
13317 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13318
133192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13320
13321 * font.c (font_load_for_face): Handle the case that the font in
13322 face->lface is a string.
13323
133242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13325
13326 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13327
133282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13329
13330 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13331 Fix previous change. If the frame is not on a window system,
13332 signal an error.
13333
133342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13335
13336 * coding.c (decode_coding_object, encode_coding_object): Adjust
13337 marker positions after conversion.
13338
13339 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13340
133412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13342
13343 * font.c (font_find_for_lface): Fix the handling of the return
13344 value of font_has_char.
13345 (Ffont_shape_text): Fix previous change.
13346
13347 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13348 (fontset_ref_and_range): Delete it.
13349 (fontset_find_font): Call char_table_ref_and_range instead of
13350 FONTSET_REF_AND_RANGE.
13351 (make_fontset): Don't setup font groups of Latin here.
13352 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13353 (new_fontset_from_font): Make the specified font the default for
13354 all Latin characters.
13355
133562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13357
13358 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13359 is on a window system before accessing the fontset of the frame.
13360
133612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13362
13363 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13364
13365 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13366 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13367
13368 * font.c (Ffont_shape_text): If the font driver doesn't have a
13369 shaper function, make zero-width glyphs to have at least one-pixel
13370 width. Fix setting of `to' field of glyphs.
13371
133722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13373
13374 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13375 glyphs.
13376
13377 * font.h (struct font_driver): Improve docstring of member `shape'.
13378
133792008-02-01 Kenichi Handa <handa@m17n.org>
13380
13381 * composite.c (syms_of_composite): Fix docstring of
13382 auto-composition-function.
13383
13384 * font.h (LGLYPH_SIZE): New macro.
13385
13386 * font.c (Ffont_fill_gstring): Stop filling when a character not
13387 supported by the font is found.
13388 (Ffont_shape_text): When a shape callback function returns nil,
13389 try at most two more times with larger gstring.
13390 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13391
13392 * xdisp.c (handle_auto_composed_prop): Change the argument to
13393 auto-composition-function.
13394
13395 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13396 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13397 Lispy glyph and store it in the lgstring.
13398
13399 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13400
13401 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13402
134032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13404
13405 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13406
13407 * fontset.c (Vfont_encoding_charset_alist): New variable.
13408 (syms_of_fontset): DEFVAR it.
13409 (reorder_font_vector, fontset_find_font): Optimize for the case of
13410 no need of reordering.
13411 (face_for_char): Map the charset property by
13412 Vfont_encoding_charset_alist.
13413
134142008-02-01 Jason Rumney <jasonr@gnu.org>
13415
13416 * w32font.c (logfonts_match): Don't check adstyle here.
13417 (font_matches_spec): Check here against physical font instead.
13418 (add_font_entity_to_list): Avoid some substitutions.
13419
13420 * font.c (font_parse_fcname): Default weight and slant to normal.
13421 (font_score): Prefer normal fonts if weight or slant unspecified.
13422 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13423 match freetype scores.
13424
134252008-02-01 Jason Rumney <jasonr@gnu.org>
13426
13427 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13428 font, as it may have been deleted.
13429 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13430 most common hyphenless variation.
13431 (logfonts_match): Check generic family.
13432 (font_matches_spec): Don't check generic family here.
13433 (fill_in_logfont): Set generic family based on adstyle.
13434
13435 * w32font.h (w32font_get_cache): Update declaration.
13436
134372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13438
13439 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13440
13441 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13442 If none of the new drivers are available, call font_update_drivers
13443 with the old drivers.
13444
13445 * w32font.c (w32font_get_cache): Adjust the argument type.
13446
13447 * xfont.c (xfont_get_cache): Adjust the argument type.
13448
13449 * font.h (struct font_driver): Change argument type of get_cache.
13450
13451 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13452
13453 * font.c (Ffont_get): Fix arguments to Fassoc.
13454 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13455 (font_clear_cache): New function.
13456 (font_list_entities, font_matching_entity): Use font_get_cache.
13457 (font_update_drivers): Call font_clear_cache when finishing a driver.
13458
13459 * fontset.c (fontset_find_font): Fix previous change.
13460
134612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13462
13463 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13464 dpyinfo->font_table.
13465 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13466 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13467
13468 * font.c (font_at): Handle the case that the arg C is negative.
13469 Handle the unibyte case.
13470 (Ffont_at): Call font_at with the arg C -1.
13471
13472 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13473 the position here, and call font_at with the arg C -1.
13474 Don't check the range of the existing composition at the point.
13475
134762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13477
13478 * fontset.c (fontset_add): New args charset_id and family.
13479 Change caller.
13480 (load_font_get_repertory, fontset_find_font): Assume that
13481 font_spec is always a font-spec object.
13482 (Fset_fontset_font): Always store a font-spec object in a fontset.
13483
13484 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13485 instead of get_property_and_range.
13486
134872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13488
13489 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13490 (xftfont_open): Don't keep locking face.
13491 (xftfont_close): Don't unlock face.
13492 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13493
13494 * fontset.c (fontset_find_font): Don't prefer a font of
13495 supplementary charset.
13496
134972008-02-01 Kenichi Handa <handa@m17n.org>
13498
13499 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13500 script, langsys_tag to langsys, new member script.
13501 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 13502 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
13503 listing to the script specified in that property. Fix arg to
13504 OTF_check_features.
13505
135062008-02-01 Jason Rumney <jasonr@gnu.org>
13507
13508 * w32font.h: New file.
13509
13510 * w32font.c: Include it.
13511 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13512 (w32font_open): Set owning_frame.
13513 (w32font_text_extents): Use owning_frame.
13514 (struct font_callback_data): Add opentype_only field.
13515 (add_font_entity_to_list): Use it to filter fonts.
13516 Don't check against full name.
13517 (w32font_list_internal): New function.
13518 (w32font_list): Use it.
13519 (w32font_match_internal): New function.
13520 (w32font_match): Use it.
13521 (w32font_open_internal): New function.
13522 (w32font_open): Use it.
13523 (w32font_get_cache, w32font_close, w32font_has_char)
13524 (w32font_encode_char, w32font_text_extents, w32font_draw):
13525 Make non-static.
13526
13527 * makefile.w32-in (w32font.o): Depend on w32font.h.
13528
135292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13530
13531 * charset.c (Fdefine_charset_internal): Record a supplementary
13532 charset at the tail of Vcharset_order_list.
13533
13534 * font.c (Ffont_shape_text): Fix the return value.
13535
13536 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13537
13538 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13539
135402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13541
13542 * ftfont.c (struct OpenTypeSpec): New struct.
13543 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13544 (ftfont_get_open_type_spec): New function.
13545 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13546
13547 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13548
135492008-02-01 Jason Rumney <jasonr@gnu.org>
13550
13551 * w32font.c (add_font_entity_to_list): Compare only the beginning
13552 of full name.
13553
135542008-02-01 Kenichi Handa <handa@m17n.org>
13555
13556 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13557 Never return HANDLED_RECOMPUTE_PROPS.
13558
135592008-02-01 Kenichi Handa <handa@m17n.org>
13560
13561 * font.c (font_gstring_produce): Delete it.
13562
13563 * composite.h (COMPOSITION_METHOD):
13564 Handle COMPOSITION_WITH_GLYPH_STRING.
13565
135662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13567
13568 * xfont.c (Qx): Delete.
13569 (syms_of_xfont): Don't initialize Qx.
13570
13571 * composite.h (enum composition_method):
13572 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13573
135742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13575
13576 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13577 (choose_face_font): Accept new form of font-spec.
13578
13579 * frame.h (font_driver_list): Declare it unconditionally.
13580 (struct frame): Define members font_driver_list and font_data_list
13581 unconditionally.
13582
13583 * fontset.c: Include "font.h" unconditionally.
13584 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13585 (Fset_fontset_font): Accept a font-spec object.
13586
13587 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13588 PIXEL_SIZE part a wild card.
13589
13590 * dispextern.h (struct glyph_string): Define members clip and
13591 num_clips unconditionally.
13592 (struct face): Define members font_info and extra unconditionally.
13593
13594 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13595 ftfont_info only when HAVE_LIBOTF is defined.
13596
135972008-02-01 Andreas Schwab <schwab@suse.de>
13598
13599 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13600 and end.
13601
136022008-02-01 Jason Rumney <jasonr@gnu.org>
13603
13604 * w32font.c (w32font_driver): Add new fields.
13605
136062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13607
13608 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13609 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13610 (LIBES): Add @M17N_FLT_CFLAGS@.
13611
13612 * composite.c (compose_text): Don't treat the new style
13613 composition specially.
13614
13615 * emacs.c (main): Call syms_of_font unconditionally.
13616
13617 * font.h (FONT_ENTITY_NOT_LOADABLE)
13618 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13619 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13620 (struct font_driver): New member shape.
13621 (font_registry_charsets): Extern it.
13622 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13623 (font_otf_capability, font_drive_otf): Delete their externs.
13624
13625 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13626 (font_charset_alist, font_registry_charsets): Move from xfont.c
13627 and rename.
13628 (font_prop_validate_otf): New function.
13629 (font_property_table): Register it for QCotf.
13630 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13631 (font_drive_otf): Delete.
13632 (font_prepare_composition): New arg F. Adjust for the change of
13633 lispy gstring.
13634 (font_find_for_lface): New arg C.
13635 (font_load_for_face): Adjust for the change of font_find_for_lface.
13636 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13637 lispy gstring.
13638 (Ffont_shape_text): New function.
13639 (Fopen_font): If the font size is not given, use 12-pixel.
13640 (Ffont_at): New arg STRING.
13641 (syms_of_font): Initalize font_charset_alist.
13642 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13643 conditionally.
13644
13645 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13646 fonts of the same font-spec. Change the format of RFONT-DEF.
13647 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13648 Adjust for the change of RFONT-DEF.
13649 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13650
13651 * ftfont.h: New file.
13652
13653 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13654 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13655 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13656 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13657 font_otf_capability and font_drive_otf, set ftfont_shape.
13658 (ftfont_list): Adjust for the change of :otf property value.
13659 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13660 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13661 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13662 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13663 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13664 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13665
13666 * w32term.c (x_draw_composite_glyph_string_foreground):
13667 Adjust for the change of lispy gstring.
13668
13669 * xdisp.c (handle_composition_prop): Adjust for the change of
13670 lispy gstring. Call a function for auto-composition with the
13671 third arg it->window.
13672 (fill_composite_glyph_string): Adjust for the change of lispy string.
13673 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13674
13675 * xfaces.c (set_font_frame_param): Adjust for the change of
13676 font_find_for_lface.
13677
13678 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13679 (xfont_registry_charsets): Likewise. Change caller.
13680 (syms_of_xfont): Don't handle x_font_charset_alist.
13681
13682 * xftfont.c: Include "ftfont.h".
13683 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13684 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13685 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13686 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13687 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13688 Set xftfont_driver.shape to xftfont_shape.
13689
13690 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13691 the change of lispy gstring.
13692
136932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13694
13695 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13696
136972008-02-01 Jason Rumney <jasonr@gnu.org>
13698
13699 * w32font.c (w32font_draw): Fill background manually.
13700
137012008-02-01 Jason Rumney <jasonr@gnu.org>
13702
13703 * font.c (Qfontp): Remove unused symbol.
13704 (QCantialias): New symbol.
13705 (syms_of_font): Define it.
13706 (font_property_table): Set a validator for QCantialias.
13707
13708 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13709 Define if not already.
13710 (QCfamily): Share with xfaces.c.
13711 (Qstandard, Qsubpixel, Qnatural): New symbols.
13712 (syms_of_w32font): Define them. Don't define QCfamily here.
13713 (w32_antialias_type, lispy_antialias_type): New functions.
13714 (w32_enumfont_pattern_entity): New arg requested_font.
13715 Set antialias parameter if non-default was requested.
13716 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13717
137182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13719
13720 * lread.c (read1): Undo the previous change.
13721
137222008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13723
13724 * frame.c (Fdelete_frame): Call font_update_drivers only when
13725 USE_FONT_BACKEND is defined.
13726
137272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13728
13729 * font.h (struct font_bitmap): New member bits_per_pixel.
13730 (struct font_driver): New members start_for_frame and end_for_frame.
13731 (struct font_data_list): New struct.
13732 (font_put_frame_data, font_get_frame_data): Extern them.
13733
13734 * frame.h (struct frame): New member font_data_list.
13735
13736 * font.c (font_update_drivers): Call driver->start_for_frame and
13737 driver->end_for_frame at proper timings.
13738 (font_put_frame_data, font_get_frame_data): New functions.
13739 (Ffont_spec): Add usage in the docstring.
13740
13741 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13742 (Fdelete_frame): Call font_update_drivers.
13743
13744 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13745 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13746 (xftfont_get_xft_draw): New function.
13747 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13748 (xftfont_end_for_frame): New function.
13749 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13750
13751 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13752 Change argument. Cache GCs in the per-frame data.
13753 (struct ftxfont_frame_data): New struct.
13754 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13755 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13756 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13757 (ftxfont_end_for_frame): New function.
13758 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13759
13760 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13761
137622008-02-01 Kenichi Handa <handa@m17n.org>
13763
13764 * xselect.c (Vselection_coding_system)
13765 (Vnext_selection_coding_system): Delete them.
13766 (syms_of_xselect): Don't declare selection-coding-system and
13767 next-selection-coding-system. They are declared in select.el.
13768
137692008-02-01 Jason Rumney <jasonr@gnu.org>
13770
13771 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13772
13773 * w32fns.c: Include imm.h.
13774 (get_composition_string_fn, get_ime_context_fn): New optional
13775 system functions.
13776 (globals_of_w32fns): Load them from imm32.dll.
13777 (ignore_ime_char): New flag.
13778 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13779 WM_IME_ENDCOMPOSITION messages.
13780
13781 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13782 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13783
137842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13785
13786 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13787 (READCHAR_REPORT_MULTIBYTE): New macro.
13788 (readchar): New 2nd arg MULTIBYTE.
13789 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13790 Make symbol's name multibyte according to the multibyteness of the
13791 source.
13792
137932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13794
13795 * xfaces.c (face_for_overlay_string): Call lookup_face with
13796 correct arguments (fix of synching with the trunk).
13797
137982008-02-01 Kenichi Handa <handa@m17n.org>
13799
13800 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13801 (font_prop_validate_non_neg, font_prop_validate_spacing):
13802 Delete argument prop_index.
13803 (font_property_table): Change arguments to validater. Change Callers.
13804 (font_lispy_object): Delete.
13805 (font_at): Use font_find_object instead fo font_lispy_object.
13806
138072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13808
13809 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13810 and file names.
13811
138122008-02-01 Jason Rumney <jasonr@gnu.org>
13813
13814 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13815 (font_matches_spec): Remove debug output.
13816 (add_font_entity_to_list): Avoid using substituted fonts.
13817
138182008-02-01 Jason Rumney <jasonr@gnu.org>
13819
13820 * doc.c (Fsnarf_documentation):
13821 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13822
138232008-02-01 Miles Bader <miles@gnu.org>
13824
13825 * dispextern.h (struct glyph_row): Only define "clip" field if
13826 HAVE_WINDOW_SYSTEM is defined.
13827
138282008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 Fix up multi-tty merge.
13831
13832 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13833 and indentation.
13834
13835 * xfaces.c (free_realized_face, clear_face_gcs):
13836 Include font_done_for_face in the input_blocked section, just in case.
13837
13838 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13839 (get_char_face_and_encoding): Undo last change and remove the *other*
13840 duplicate definition (i.e. keep the one that's better scoped and that
13841 includes code for the font-backend).
13842
13843 * terminal.c (create_terminal): Default keyboard_coding to
13844 `no-conversion' and terminal_coding to `undecided'.
13845
13846 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13847
13848 * fontset.c (free_realized_fontsets): Check that the table entry does
13849 contain a fontset before trying to compare it to `base'.
13850
13851 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13852 syms_of_charset, and syms_of_coding earlier because init_window_once
13853 now needs Vcoding_system_hash_table to be setup.
13854
13855 * coding.h (default_buffer_file_coding): Remove.
13856
13857 * coding.c (default_buffer_file_coding): Remove.
13858 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13859 than ->symbol, and use the terminal-local coding system.
13860 (syms_of_coding): Don't setup the coding-systems that are not
13861 terminal-local.
13862 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13863
13864 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13865 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13866
13867 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13868 in chartab.c and were re-added here by mistake.
13869 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13870
13871 * doc.c (Fsnarf_documentation):
13872 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13873 src to etc.
13874
13875 * ChangeLog.10: Add mistakenly removed entry.
13876
138772008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13878
13879 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13880
138812008-02-01 Miles Bader <miles@gnu.org>
13882
13883 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13884 Add extra args to FACE_FOR_CHAR.
13885
138862008-02-01 Kenichi Handa <handa@m17n.org>
13887
13888 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13889 in sequence.
13890
13891 * chartab.c (map_sub_char_table, map_char_table): If the range
13892 contains just one character, call the function with that character
13893 even if the depth is not 3.
13894
138952008-02-01 Jason Rumney <jasonr@gnu.org>
13896
13897 * w32font.c (w32font_text_extents): Calculate metrics for the
13898 whole string.
13899
139002008-02-01 Jason Rumney <jasonr@gnu.org>
13901
13902 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13903
139042008-02-01 Jason Rumney <jasonr@gnu.org>
13905
13906 * w32term.c (x_set_glyph_string_clipping): Use
13907 get_glyph_string_clip_rects.
13908 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13909 Adjust for the change of struct glyph_string.
13910
13911 * w32font.c (w32font_draw): Do clipping here.
13912
139132008-02-01 Kenichi Handa <handa@m17n.org>
13914
13915 * xftfont.c (xftfont_draw): Adjust for the change of struct
13916 glyph_string.
13917
13918 * xterm.c (x_set_glyph_string_clipping): Use
13919 get_glyph_string_clip_rects.
13920 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13921 Adjust for the change of struct glyph_string.
13922
13923 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13924 the resulting clip(s}.
13925 (expose_overlaps): Add arg r. Change callers. Set it to
13926 row->clip temporarily.
13927 (expose_window): Redraw rows overlapping the exposed area.
13928
13929 * dispextern.h (struct glyph_row): New member clip.
13930 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13931 clip_height, new member clip, and num_clips.
13932
139332008-02-01 Kenichi Handa <handa@m17n.org>
13934
13935 * data.c (Fchar_or_string_p): Fix docstring.
13936
139372008-02-01 Kenichi Handa <handa@m17n.org>
13938
13939 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13940 create a temporary XftDraw object.
13941
139422008-02-01 Kenichi Handa <handa@m17n.org>
13943
13944 * font.c (Ffontp): Fix docstring.
13945
13946 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13947 strong evidence of ISO-2022.
13948
139492008-02-01 Kenichi Handa <handa@m17n.org>
13950
13951 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13952 SYNTAX_ENTRY_FOLLOW_PARENT.
13953
139542008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13957 its type.
13958 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13959 Update to the new type of weak_hash_tables and next_weak.
13960
13961 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13962 a plain C pointer to Lisp_Hash_Table.
13963
13964 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13965 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13966 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13967 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13968 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13969 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13970 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13971 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13972 (GC_EQ): Remove since they've been identical to their non-GC_
13973 alter-egos ever since the markbit was eradicated.
13974
13975 * alloc.c:
13976 * buffer.c:
13977 * buffer.h:
13978 * data.c:
13979 * fileio.c:
13980 * filelock.c:
13981 * fns.c:
13982 * frame.h:
13983 * lisp.h:
13984 * macterm.c:
13985 * print.c:
13986 * process.c:
13987 * w32fns.c:
13988 * w32menu.c:
13989 * w32term.c:
13990 * xfns.c:
13991 * xmenu.c:
13992 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13993
139942008-02-01 Kenichi Handa <handa@m17n.org>
13995
13996 * chartab.c (map_sub_char_table): Make it work for the top-level
13997 char-table. Fix handling of parent char-table.
13998 (map_char_table): Adjust for the above change.
13999
140002008-02-01 Jason Rumney <jasonr@gnu.org>
14001
14002 * w32font.c (Qgdi): Rename from Qw32.
14003
140042008-02-01 Jason Rumney <jasonr@gnu.org>
14005
14006 * w32bdf.c (get_quoted_string): Make function static.
14007
140082008-02-01 Kenichi Handa <handa@m17n.org>
14009
14010 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14011 bigger ascent and descent than those of the font, use them as
14012 font's ascent and descent.
14013
140142008-02-01 Kenichi Handa <handa@m17n.org>
14015
14016 * Makefile.in (${lispsource}international/charprop.el): Move this
14017 target within "#ifdef HAVE_UNIDATA" and "#endif".
14018
140192008-02-01 Kenichi Handa <handa@m17n.org>
14020
14021 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14022 (shortlisp): Add ../lisp/language/tai-viet.el.
14023
140242008-02-01 Ulrich Mueller <ulm@gentoo.org>
14025
14026 * Makefile.in (${lispsource}international/charprop.el): Depend on
14027 temacs${EXEEXT}.
14028
140292008-02-01 Jason Rumney <jasonr@gnu.org>
14030
14031 * w32font.c (w32font_close): Delete the GDI font object.
14032
14033 * w32menu.c: Include character.h.
14034
14035 * w32proc.c: Likewise.
14036
14037 * w32select.c: Likewise.
14038
14039 * makefile.w32-in (w32proc.o): Depend on character.h.
14040
140412008-02-01 Jason Rumney <jasonr@gnu.org>
14042
14043 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14044
14045 * w32menu.c (syms_of_w32menu): Likewise.
14046
14047 * w32proc.c (syms_of_ntproc): Likewise.
14048
14049 * w32select.c (syms_of_w32select): Likewise.
14050
14051 * w32term.c (syms_of_w32term): Likewise.
14052
140532008-02-01 Jason Rumney <jasonr@gnu.org>
14054
14055 * w32font.c (w32font_draw): Delete brush after using it.
14056
140572008-02-01 Jason Rumney <jasonr@gnu.org>
14058
14059 * w32font.c (w32font_open): Don't set font_idx.
14060 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14061 to font settings.
14062 (w32font_draw): Fill background explicitly.
14063
140642008-02-01 Jason Rumney <jasonr@gnu.org>
14065
14066 * w32term.c (w32_initialize): Don't call w32font_initialize.
14067
14068 * w32font.c (w32font_info): Remove subranges.
14069 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14070 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14071 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14072 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14073 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14074 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14075 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14076 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14077 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14078 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14079 New symbols.
14080 (font_callback_data): New struct.
14081 (w32font_list, w32font_match): Use it.
14082 (w32font_open): Don't populate subranges.
14083 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14084 (w32font_encode_char): Always return unicode code-point as-is.
14085 (w32font_text_extents): Supply a transformation matrix to
14086 GetGlyphOutline. Never look up by glyph index. Avoid looping
14087 twice. Use unicode version of GetTexExtentPoint32 instead of
14088 glyph index version.
14089 (set_fonts_frame): Remove.
14090 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14091 set frame parameter. Use backward compatible fake foundries.
14092 Save generic family in extra slot under QCfamily. Make width slot
14093 constant. Save QCspacing value. Save list of scripts instead of
14094 binary subranges.
14095 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14096 (add_font_entity_to_list): Use font_callback_data struct. Filter
14097 unwanted fonts.
14098 (add_one_font_entity_to_list): Use font_callback_data struct.
14099 (w32_registry): Default to iso10646_1.
14100 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14101 string font registries. Don't fill in font name if it is a generic
14102 family name, fill family instead. Use spacing, family and script
14103 extra info to fill pitch, family and charset fields.
14104 (list_all_matching_fonts): Use font_callback_data struct.
14105 (unicode_range_for_char): Remove.
14106 (font_supported_scripts): New function.
14107 (w32font_initialize): Remove.
14108 (syms_of_w32font): Update which symbols are defined.
14109
141102008-02-01 Jason Rumney <jasonr@gnu.org>
14111
14112 * font.c (font_pixel_size): Reverse assq_no_quit args.
14113
14114 * w32term.h (FONT_WIDTH): Report max width, not average.
14115 (FONT_MAX_WIDTH): Remove.
14116 (FONT_AVG_WIDTH): New macro.
14117
14118 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14119 redefinition of FONT_WIDTH.
14120
14121 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14122 (w32_cache_char_metrics): Use FONT_WIDTH.
14123
14124 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14125
141262008-02-01 Jason Rumney <jasonr@gnu.org>
14127
14128 * w32font.c (w32font_open): Make lfHeight negative.
14129
14130 * w32fns.c (x_default_font_parameter): Use new style font name.
14131 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14132
141332008-02-01 Jason Rumney <jasonr@gnu.org>
14134
14135 * w32font.c (QCsubranges): New symbol.
14136 (w32font_open, w32font_has_char): Get subranges from subproperty
14137 of extra.
14138 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14139 (syms_of_w32font): Define :subranges symbol.
14140
14141 * font.c (font_put_extra): Expose externally.
14142
14143 * font.h (font_put_extra): Move declaration from font.c.
14144
14145 * font.c (Ffont_get): Use font driver to determine otf capability.
14146 (adjust_anchor): Check if driver defines anchor_point before using.
14147
14148 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14149 (w32font_draw): Use options.
14150 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14151 Fix detection of truetype fonts.
14152 (registry_to_w32_charset): Handle charsets other than iso8859-1
14153 expressed as lisp symbols.
14154 (w32_registry): Express charset as lisp symbol.
14155 (fill_in_logfont): Reverse pixel and point height logic.
14156 Don't set width here. Set quality to default.
14157
14158 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14159 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14160
14161 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14162 Remove redundant loop and allocation.
14163
14164 * makefile.w32-in (font.o, w32font.o): New objects.
14165 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14166 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14167
14168 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14169 STORE_XCHARB a valid l-value.
14170
14171 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14172 calculations for non-Truetype fonts.
14173 (x_draw_glyph_string): Sync with xterm.c.
14174 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14175 Remove redundant code.
14176 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14177
14178 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14179 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14180
14181 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14182 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14183
14184 * w32font.c: New file for w32 font backend.
14185
141862008-02-01 Kenichi Handa <handa@m17n.org>
14187
14188 * term.c: Don't include "buffer.h" twice.
14189
141902008-02-01 Kenichi Handa <handa@m17n.org>
14191
14192 * character.c (Funibyte_string): New function.
14193 (syms_of_character): Defsubr it.
14194
141952008-02-01 Jason Rumney <jasonr@gnu.org>
14196
14197 * w32term.c [USE_FONT_BACKEND]:
14198 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14199 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14200 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14201 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14202 (x_free_frame_resources): Sync with xterm.c.
14203
142042008-02-01 Andreas Schwab <schwab@suse.de>
14205
14206 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14207 char-table size.
14208
142092008-02-01 Kenichi Handa <handa@m17n.org>
14210
14211 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14212
142132008-02-01 Kenichi Handa <handa@m17n.org>
14214
14215 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14216 font_otf_gpos, add font_drive_otf.
14217
14218 * fontset.c (fontset_find_font): Pay attention to font size
14219 specified for a font.
14220 (reorder_font_vector): Check contents of font_def.
14221
14222 * font.c (struct otf_list): Delete it.
14223 (otf_list): Make it a lisp variable.
14224 (otf_open): Use lispy otf_list.
14225 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14226 (check_otf_features): New function.
14227 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14228 New functions.
14229 (font_drive_otf): New function merging font_otf_gsub and
14230 font_otf_gpos.
14231 (font_open_for_lface): New arg spec. Change argument order.
14232 (font_load_for_face): Adjust for the change of font_open_for_lface.
14233 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14234 Ffont_otf_gpos.
14235 (syms_of_font): Staticpro otf_list. Delete defsubr of
14236 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14237
14238 * xfaces.c (set_font_frame_param): Adjust for the change of
14239 font_open_for_lface.
14240
14241 * font.h (font_open_for_lface): Adjust prototype.
14242 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14243 member otf_drive.
14244 (font_otf_gsub, font_otf_gpos): Delete externs.
14245 (font_drive_otf): Extern it.
14246
142472008-02-01 Kenichi Handa <handa@m17n.org>
14248
14249 * font.c (font_at): If the window W is not on a window system,
14250 return Qnil.
14251
14252 * coding.c (produce_chars, encode_coding): Don't call
14253 insert_from_gap if no characters to produce.
14254
142552008-02-01 Kenichi Handa <handa@m17n.org>
14256
14257 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14258 Fclear_face_cache.
14259
14260 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14261
142622008-02-01 Miles Bader <miles@gnu.org>
14263
14264 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14265 Parse "--disable-font-backend" option.
14266 (standard_args): Add "--disable-font-backend" option.
14267
142682008-02-01 Kenichi Handa <handa@m17n.org>
14269
14270 * fontset.c (fontset_find_font): New function.
14271 (fontset_font): Use fontset_find_font.
14272 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14273 Register the specified font for all Latin characters.
14274 (new_fontset_from_font): Register the specified font for all Latin
14275 characters.
14276 (dump_fontset): For a realized fontset, include the base fontset
14277 name in the returned vector.
14278
142792008-02-01 Kenichi Handa <handa@m17n.org>
14280
14281 * character.h (CHAR_STRING): Cast C to unsigned on calling
14282 char_string.
14283
14284 * character.c (char_string): Type of arg C changed to unsigned.
14285 Signal an error if C is an invalid character code.
14286
14287 * editfns.c (general_insert_function, Fchar_to_string):
14288 Use CHARACTERP, not INTEGERP.
14289
142902008-02-01 Kenichi Handa <handa@m17n.org>
14291
14292 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14293 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14294
14295 * regex.c (analyse_first): Fix for multibyte characters in "case
14296 charset:" and "case categoryspec:".
14297
142982008-02-01 Andreas Schwab <schwab@suse.de>
14299
14300 * Makefile.in (LIBES): Move standard libraries to the end.
14301
143022008-02-01 Kenichi Handa <handa@m17n.org>
14303
14304 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14305 nonzero, don't shrink the buffer nextb.
14306
14307 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14308
14309 * coding.c (coding_alloc_by_making_gap): New arg offset.
14310 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14311 offset.
14312 (decode_coding_iso_2022): Update coding->safe_charsets.
14313 (decode_coding_gap): Temporarily set
14314 current_buffer->text->inhibit_shrinking to 1.
14315
143162008-02-01 Kenichi Handa <handa@m17n.org>
14317
14318 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14319 indexing into elements of s->cmp and s->char2b.
14320
143212008-02-01 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14324
143252008-02-01 Kenichi Handa <handa@m17n.org>
14326
14327 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14328 target_multibyte instead of multibyte.
14329 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14330 (bcmp_translate): Change the argument name from multibyte to
14331 target_multibyte.
14332
143332008-02-01 Kenichi Handa <handa@m17n.org>
14334
14335 These changes are to compile a regexp into a pattern that can be
14336 used both for multibyte and unibyte targets.
14337
14338 * Makefile.in (search.o): Depend on charset.h.
14339
14340 * character.c (multibyte_char_to_unibyte_safe): New function.
14341
14342 * search.c: Include "charset.h".
14343 (compile_pattern_1): Delete argument multibyte. Don't set
14344 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14345 (compile_pattern): Don't compare cp->buf.target_multibyte.
14346 Compare cp->buf.charset_unibyte.
14347 (compile_pattern): Set cp->buf.target_multibyte.
14348
14349 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14350
14351 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14352
14353 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14354 multibyte. Change callers.
14355 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14356 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14357 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14358 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14359 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14360 (regex_compile): Make the compiled pattern usable both for
14361 multibyte and unibyte targets.
14362 (analyse_first): Make the fastmap usable both for multibyte and
14363 unibyte targets.
14364 (TRANSLATE_VIA_MULTIBYTE): Delete.
14365 (re_match_2_internal): Pay attention to the case that the
14366 multibyteness of bufp and target may be different.
14367
143682008-02-01 Kenichi Handa <handa@m17n.org>
14369
14370 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14371 empty box occupy at least one column width.
14372
143732008-02-01 Miles Bader <miles@gnu.org>
14374
14375 * Makefile.in: Remove redundant HAVE_XFT clause.
14376
143772008-02-01 Kenichi Handa <handa@m17n.org>
14378
14379 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14380
143812008-02-01 Kenichi Handa <handa@m17n.org>
14382
14383 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14384 being nil.
14385
143862008-02-01 Kenichi Handa <handa@m17n.org>
14387
14388 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14389
143902008-02-01 Kenichi Handa <handa@m17n.org>
14391
14392 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14393
143942008-02-01 Kenichi Handa <handa@m17n.org>
14395
14396 * search.c (simple_search): Fix previous change.
14397
143982008-02-01 Kenichi Handa <handa@m17n.org>
14399
14400 * xftfont.c (ftfont_font_format): Extern declaration.
14401
14402 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14403
14404 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14405 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14406
14407 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14408 (ftfont_font_format): Fix previous change.
14409
14410 * font.h (Ffont_xlfd_name): EXFUN it.
14411
14412 * font.c (font_parse_xlfd): Fix the array size of `f'.
14413 (register_font_driver): Use EQ to compare driver->type.
14414
14415 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14416 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14417 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14418
144192008-02-01 Kenichi Handa <handa@m17n.org>
14420
14421 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14422 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14423
144242008-02-01 Kenichi Handa <handa@m17n.org>
14425
14426 * xfont.c (xfont_open): Set font->format.
14427
14428 * xftfont.c (xftfont_open): Set font->format.
14429
14430 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14431 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14432 (ftfont_open): Set font->format.
14433 (ftfont_font_format): New function.
14434
14435 * font.h (struct font): New member format.
14436
14437 * font.c (Qopentype): New variable.
14438 (syms_of_font): Defsym it.
14439 (Fquery_font): Change the format of the last element of the return
14440 value.
14441
144422008-02-01 Kenichi Handa <handa@m17n.org>
14443
14444 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14445 last resort.
14446
144472008-02-01 Kenichi Handa <handa@m17n.org>
14448
14449 * coding.c (detect_coding_charset): Fix detection of multi-byte
14450 charset.
14451
144522008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14453
14454 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14455
144562008-02-01 Kenichi Handa <handa@m17n.org>
14457
14458 * xdisp.c (get_next_display_element): Set it->face_id for the
14459 first component of a composition.
14460 (x_produce_glyphs): Check if the font is changed or not for composition.
14461
144622008-02-01 Kenichi Handa <handa@m17n.org>
14463
14464 * fontset.c (Qlatin): New variable.
14465 (syms_of_fontset): Define it as a lisp symbol.
14466 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14467
144682008-02-01 Kenichi Handa <handa@m17n.org>
14469
14470 * font.c (font_unparse_fcname): Pay attention to the case that
14471 some of font property is a null string.
14472
144732008-02-01 Kenichi Handa <handa@m17n.org>
14474
14475 * term.c: Include "composite.h".
14476 (encode_terminal_code): Output all components of composition.
14477 Check the size of encode_terminal_src.
14478 (produce_glyphs): For composition, call produce_composite_glyph.
14479 (append_composite_glyph, produce_composite_glyph): New functions.
14480
14481 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14482 is not found, get font_info from the current ascii face.
14483
144842008-02-01 Kenichi Handa <handa@m17n.org>
14485
14486 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14487 buffer-file-name to Qnil before calling insert_from_buffer.
14488
14489 * font.c (font_unparse_fcname): Pay attention to the case that
14490 foundry is a null string.
14491
144922008-02-01 Kenichi Handa <handa@m17n.org>
14493
14494 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14495
14496 * font.c (Qunicode_sip): New variable.
14497 (syms_of_font): Declare it as a Lisp symbol.
14498
14499 * font.h (Qunicode_sip): Extern it.
14500
145012008-02-01 Kenichi Handa <handa@m17n.org>
14502
14503 * composite.c (get_composition_id): Pay attention to TAB component.
14504
14505 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14506 TAB. Adjust for the change of s->char2b which always points to
14507 the first element of allocated memory.
14508
14509 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14510
14511 * xdisp.c (handle_composition_prop): Set it->c to the first
14512 non-TAB component.
14513 (fill_composite_glyph_string): Change argument.
14514 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14515 (x_produce_glyphs): Fix handling of left/right padding.
14516
145172008-02-01 Kenichi Handa <handa@m17n.org>
14518
14519 * coding.c (detect_coding_system): Fix for handling off
14520 inhibit_iso_escape_detection. Fix for the case that no coding
14521 system is defined for a specific coding category.
14522
145232008-02-01 Kenichi Handa <handa@m17n.org>
14524
14525 * font.c (font_matching_entity): Delete unused local var.
14526
14527 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14528 opening a font.
14529
14530 * fileio.c (Finsert_file_contents): On recovering a file, assume
14531 Unix-like eol.
14532 (choose_write_coding_system): On auto-saving a file, force
14533 Unix-like eol.
14534
14535 * coding.c (setup_coding_system): Fix setting of
14536 coding->common_flags based on eol_type.
14537 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14538 inherit from it.
14539
145402008-02-01 Kenichi Handa <handa@m17n.org>
14541
14542 * alloc.c (NSTATICS): Increas to 0x600.
14543
145442008-02-01 Kenichi Handa <handa@m17n.org>
14545
14546 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14547 (ftfont_list): Don't check :name property.
14548 (ftfont_match): New function.
14549 (ftfont_pattern_entity): If the pattern doesn't contain
14550 FC_SPACING, don't assume FC_MONO.
14551
14552 * font.h (struct font_driver): New member `match'.
14553 (font_update_drivers): Adjust prototype.
14554
14555 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14556 property of FONT.
14557 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14558 them unconditionally.
14559 (font_matching_entity): New function.
14560 (font_open_by_name): Try font_matching_entity if exact match is
14561 not found.
14562 (font_update_drivers): Delete the arg FONT. Return a list of
14563 actually used backends. Don't free faces, font caches here.
14564 Don't store data in frame parameters. Don't call x_set_font.
14565 (Ffont_spec): Store :name property as is.
14566 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14567 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14568 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14569 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14570 Call font->driver->otf_gsub instead of font_otf_gsub.
14571
14572 * frame.c (x_set_font_backend): Do more works that were done in
14573 font_update_drivers before.
14574
14575 * xfont.c (xfont_match): New function.
14576 (xfont_driver): Set xfont_driver.match to xfont_match.
14577 (xfont_draw): Set font in GC if necessary.
14578
14579 * ftxfont.c (ftxfont_match): New function.
14580 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14581
14582 * xftfont.c (xftfont_match): New function.
14583 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14584
145852008-02-01 Kenichi Handa <handa@m17n.org>
14586
14587 * font.h (struct font): New member scalable.
14588 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14589 (font_otf_gsub): Adjust prototype.
14590
14591 * font.c (font_otf_capability): Fix handling of the default langsys.
14592 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14593 Check the contents of SPEC.
14594 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14595 (check_gstring): New function.
14596 (REPLACEMENT_CHARACTER): New macro.
14597 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14598 glyph codes of GSTRING.
14599 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14600 (font_prepare_composition): Set cmp->glyph_len.
14601 (font_open_entity): Set font->scalable.
14602 (Ffont_get): Handle :otf property.
14603 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14604 functions.
14605 (Fquery_font): Use font->font.full_name.
14606 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14607 Sfont_otf_alternates.
14608
14609 * ftfont.c (ftfont_open): Set font->font.full_name and
14610 font->font.name properly. Fix calculation of font->font.height
14611 and font->min_width.
14612
14613 * ftxfont.c (ftxfont_create_gcs): New function.
14614 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14615 (ftxfont_draw_backgrond): Fix filling region.
14616 (ftxfont_default_fid): New function.
14617 (ftxfont_open): Set xfont->fid to the return value of
14618 ftxfont_default_fid.
14619 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14620 (ftxfont_done_face): Free only GCs that are created by
14621 ftxfont_create_gcs.
14622 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14623
14624 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14625 Clip to src->width, etc (not src->clip_XXX).
14626
14627 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14628 FontBackend frame parameter.
14629
146302008-02-01 Kenichi Handa <handa@m17n.org>
14631
14632 * font.h (struct font_driver_list): New member `on'.
14633 (Fclear_font_cache): EXFUN it.
14634 (font_update_drivers): Extern it.
14635
14636 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14637 (font_list_entities): Check driver_list->on.
14638 (register_font_driver): Initalize `on' member to 0.
14639 (font_update_drivers): New function.
14640 (Fclear_font_cache): Check driver_list->on.
14641
14642 * frame.h (Qfont_backend): Extern it.
14643 (x_set_font_backend): Extern it.
14644
14645 * frame.c (Qfont_backend): New variable.
14646 (frame_parms): New element for font-backend.
14647 (x_set_font_backend): New function.
14648
14649 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14650 FontBackend frame parameter.
14651 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14652 x_set_font_backend.
14653
14654 * xfont.c (xfont_list): Don't try listing by :name property if the
14655 name is not for XLFD.
14656
146572008-02-01 Kenichi Handa <handa@m17n.org>
14658
14659 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14660 (LGLYPH_SET_TO): New macros.
14661 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14662 element of G is vector or not.
14663 (font_at): Extern it.
14664
14665 * font.c: Include window.h.
14666 (font_lispy_object): New function.
14667 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14668 end of valid glyph.
14669 (font_close_object): Fix getting (struct font *).
14670 (font_at): New function.
14671 (Ffont_get): If FONT is a font-object, get entity from it.
14672 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14673 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14674 range check.
14675 (Ffont_at): New function.
14676 (syms_of_font): Defsubr Sfont_at.
14677
14678 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14679 before the entry for Qcomposition.
14680 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14681 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14682 the font in gstring.
14683 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14684 LGLYPH_FORM (g) to detect the end of valid glyph.
14685 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14686 we are composing with gstring.
14687
14688 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14689 Check if adjustment is vector or not.
14690
14691 * Makefile.in (font.o): Make it depends on window.h.
14692
146932008-02-01 Kenichi Handa <handa@m17n.org>
14694
14695 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14696 adjustment is vector or not.
14697
146982008-02-01 Miles Bader <miles@gnu.org>
14699
14700 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14701
147022008-02-01 Kenichi Handa <handa@m17n.org>
14703
14704 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14705 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14706 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14707
14708 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14709 (DEVICE_DELTA): Fix typo.
14710 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14711 LGLYPH format.
14712
14713 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14714 the change of LGLYPH format.
14715
147162008-02-01 Kenichi Handa <handa@m17n.org>
14717
14718 * ftfont.c (ftfont_list): Fix typo.
14719 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14720
147212008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14722
14723 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14724
14725 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14726 xftface_info is non-NULL.
14727
147282008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14729
14730 * ftfont.c (ftfont_list): Move misplaced #endif.
14731
147322008-02-01 Kenichi Handa <handa@m17n.org>
14733
14734 * ftfont.c (ftfont_list): Pay attention to the case that
14735 FC_CAPABILITY is not defined.
14736
147372008-02-01 Kenichi Handa <handa@m17n.org>
14738
14739 * xftfont.c (xftfont_open): Set charset related members to -1.
14740
14741 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14742 QCname.
14743 (ftfont_open): Set charset related members to -1.
14744
14745 * fontset.c (Votf_script_alist): New variable.
14746 (syms_of_fontset): Initialize it.
14747 (fontset_font): Delete unused variable.
14748
14749 * fontset.h (Votf_script_alist): Extern it.
14750
14751 * font.c (font_find_for_lface): Optimize code.
14752
14753 * font.h (font_close_object, font_merge_old_spec): Extern them.
14754
147552008-02-01 Kenichi Handa <handa@m17n.org>
14756
14757 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14758 (syms_of_font): Initialize them.
14759 (font_pixel_size): Allow float value in dpi.
14760 (font_prop_validate_type): Delete.
14761 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14762 Change caller.
14763 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14764 (font_prop_validate_extra): Delete.
14765 (font_prop_validate_spacing): New function.
14766 (font_property_table): Add elements for all known properties.
14767 (get_font_prop_index): Rename from check_font_prop_name. New
14768 argument FROM. Change caller.
14769 (font_prop_validate): Validate all known properties.
14770 (font_put_extra): Delete argument force. Change caller.
14771 (font_expand_wildcards): Make it static. Fix the way of shrinking
14772 the possible range.
14773 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14774 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14775 Change caller.
14776 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14777 (font_parse_fcname): Delete argument merge. Fix parsing of point
14778 size. Don't validate properties values here. Change caller.
14779 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14780 (font_open_by_name): Delete unused variable.
14781 (Ffont_spec): Likewise. Validate property values.
14782 (Ffont_match_p): New function.
14783
14784 * font.h (QCscalable): Extern it.
14785 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14786
14787 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14788
14789 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14790 (xfont_list_pattern): New function.
14791 (xfont_list): Use xfont_list_pattern.
14792
147932008-02-01 Kenichi Handa <handa@m17n.org>
14794
14795 * font.h (Flist_fonts): EXFUN it.
14796
147972008-02-01 Jason Rumney <jasonr@gnu.org>
14798
14799 * w32term.c (w32_initialize): Add back smoothing_type and
14800 smoothing_enabled definitions.
14801
148022008-02-01 Kenichi Handa <handa@m17n.org>
14803
14804 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14805 s->face->font on determining underline position.
14806
148072008-02-01 Kenichi Handa <handa@m17n.org>
14808
14809 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14810 (font_has_char): Accept font-object too.
14811 (font_find_for_lface): Try at first with a size specified in face.
14812
148132008-02-01 Kenichi Handa <handa@m17n.org>
14814
14815 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14816 font_open_by_name.
14817
148182008-02-01 Kenichi Handa <handa@m17n.org>
14819
14820 * font.h (QCspacing, QCdpi): Extern them.
14821 (enum font_spacing): New enum.
14822 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14823
14824 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14825 (QCspacing, QCdpi): New variables.
14826 (syms_of_font): Initialize them.
14827 (font_pixel_size): New function.
14828 (font_put_extra): New function.
14829 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14830 in FONT_EXTRA.
14831 (font_parse_fcname): Handle enumerated values (e.g. bold).
14832 Fix handling font size. Add QCname property that contains only
14833 unknown properties.
14834 (font_score): Change argument. Change caller. Pay attention to
14835 FONT_PIXEL_SIZE_QUANTUM.
14836 (font_sort_entites, font_list_entities, font_find_for_lface)
14837 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14838 (Ffont_spec): Add QCname property that contains only unknown properties.
14839
14840 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14841 include weight in listing pattern, instead check weight of each
14842 listed font. Don't include scalable in pattern. Pay attention to
14843 FONT_PIXEL_SIZE_QUANTUM.
14844
148452008-02-01 Kenichi Handa <handa@m17n.org>
14846
14847 * font.c (font_parse_fcname): Fix parsing of point-size.
14848 (font_unparse_fcname): Produce symbolic names for style properties.
14849 (font_list_entities): Handle float size correctly.
14850 (font_open_by_name): Prefer `normal' property values if the name
14851 doesn't specify them.
14852
14853 * fontset.c (Finternal_char_font): Use font_get_name, not
14854 Ffont_xlfd_name.
14855
14856 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14857 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14858 pattern. Don't force scalable.
14859
14860 * xftfont.c (xftfont_open): For generating a name, start from
14861 96-byte buffer.
14862
148632008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14864
14865 * frame.h (x_new_fontset2): Fix prototype.
14866
148672008-02-01 Kenichi Handa <handa@m17n.org>
14868
14869 * font.h (struct font_driver): Delete member parse_name.
14870 (font_match_p, font_get_spec, font_parse_fcname)
14871 (font_unparse_fcname): Extern them.
14872 (font_get_name): Adjust prototype.
14873
14874 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14875 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14876 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14877 unnecessary checks for weight, slant, and swidth.
14878 (font_parse_fcname): New function.
14879 (font_unparse_fcname): New function.
14880 (font_parse_name): New function.
14881 (font_match_p): New function.
14882 (font_get_name): Change return value to Lisp string.
14883 (font_get_spec): New function.
14884 (Qunspecified, Qignore_defface): Don't extern them.
14885 (font_find_for_lface): Assume that LFACE is fully specified.
14886 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14887 object, use it for FACE.
14888 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14889 driver->parse_name.
14890 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14891
14892 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14893 prototype.
14894
14895 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14896 argument F. Don't call Fnew_fontset. Instead, directly call
14897 make_fontset.
14898
14899 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14900
14901 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14902 of x_new_fontset2.
14903
14904 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14905 (Qsans__serif): New variables.
14906 (ftfont_generic_family_list): New variable.
14907 (syms_of_ftfont): Initialize the above variables.
14908 (ftfont_pattern_entity): Delete argument NAME.
14909 (ftfont_list_generic_family): New function.
14910 (ftfont_parse_name): Delete this function.
14911 (ftfont_list): Try generic family only when FcFontList found no font.
14912 (ftfont_list_family): Fix args to FcObjectSetBuild.
14913
14914 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14915 object in attrs[LFACE_FONT_INDEX].
14916 (set_lface_from_font_name): Cancel all changes for font-backend.
14917 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14918 function.
14919 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14920 font object in QCfont attribute.
14921 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14922 (realize_default_face) [USE_FONT_BACKEND]: Call
14923 set_lface_from_font_and_fontset.
14924
14925 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14926 "fixed", and signal error here if no suitable font was found.
14927
14928 * xfont.c (xfont_parse_name): Delete this function.
14929
14930 * xftfont.c (xftfont_open): Change coding style of error
14931 handling. Generate fontconfig's fontname pattern.
14932
14933 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14934 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14935
14936 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14937 Both args FONTSET and FONT_OBJECT must be existing ones.
14938
149392008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14940
14941 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14942
149432008-02-01 Kenichi Handa <handa@m17n.org>
14944
14945 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14946
14947 * font.h (struct font): Fix typo.
14948
14949 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14950 XLFD_XXX_INDEX.
14951 (enum xlfd_field_mask): New enum.
14952 (intern_font_field): Changed argument. Change caller. If digits
14953 are followed by non-digits, return a symbol.
14954 (font_expand_wildcards): New function.
14955 (font_parse_xlfd): Fix wildcard handling.
14956 (Ffont_spec): If :name is specified, reflect the info in the other
14957 properties.
14958
14959 * ftfont.c (ftfont_pattern_entity): Fix typo.
14960 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14961 locale.
14962
149632008-02-01 Kenichi Handa <handa@m17n.org>
14964
14965 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14966
14967 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14968 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14969 registry doesn't specify encoding part.
14970 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14971 (font_open_by_name): At first try parsing the name.
14972 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14973 as Lisp symbols.
14974
14975 * fontset.c (reorder_font_vector): Pay attention to the case that
14976 the 3rd element of font_def is nil.
14977 (fontset_font): For the default fontset, append one more fontset
14978 elements for a script-based font specification. Don't add script
14979 attribute on finding a font.
14980 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14981 font name.
14982 (fontset_ascii_font): If a font can't be opened, return nil.
14983
14984 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14985 (ftfont_pattern_entity): New function.
14986 (ftfont_get_cache): Assume that freetype_font_cache is already
14987 initialized.
14988 (ftfont_list): Handle the case that a file is specified in font
14989 name. Use ftfont_pattern_entity to generate entities.
14990 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14991 (syms_of_ftfont): Initialize freetype_font_cache.
14992
14993 * xftfont.c (xftfont_open): Make the font name fontconfig's
14994 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14995 (xftfont_close): Free font->font.name if not NULL.
14996
14997 * xfont.c (xfont_list): If script is specified for a font, return
14998 null_vector.
14999 (xfont_list_family): Declare argument type.
15000
15001 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15002 name, set LFACE_FONT (lface) to nil.
15003
15004 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15005 return Qnil.
15006
150072008-02-01 Kenichi Handa <handa@m17n.org>
15008
15009 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15010 (standard_args): Add "-enable-font-backend".
15011
150122008-02-01 Kenichi Handa <handa@m17n.org>
15013
15014 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15015 (struct xftdraw_list, xftdraw_list): Delete them.
15016 (register_xftdraw, check_xftdraw): Delete them.
15017 (xftfont_prepare_face): Don't call register_xftdraw.
15018 (xftfont_done_face): Don't call check_xftdraw.
15019 (xftfont_draw): Get background color only when with_background is
15020 nonzero.
15021
15022 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15023
150242008-02-01 Kenichi Handa <handa@m17n.org>
15025
15026 These changes are for the new font handling codes.
15027
15028 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15029 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15030 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15031 (FONTSRC, FONTOBJ): New variables.
15032 (obj): Add $(FONTOBJ).
15033 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15034 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15035 @LIBOTF_LIBS@.
15036 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15037 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15038
15039 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15040
15041 * character.h (Vscript_representative_chars): Extern it.
15042
15043 * character.c (Vscript_representative_chars): New variable.
15044 (syms_of_character): Declare it as a Lisp variable.
15045
15046 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15047 enable_font_backend is nonzero, accept the composition method
15048 COMPOSITION_WITH_GLYPH_STRING.
15049
15050 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15051 enumeration COMPOSITION_WITH_GLYPH_STRING.
15052
15053 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15054 members clip_x, clip_y, clip_width, and clip_height.
15055 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15056
15057 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15058 --enable-font-backend. Call syms_of_font.
15059
15060 * fns.c (assoc_no_quit): New function.
15061
15062 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15063 (face_for_font, new_fontset_from_font)
15064 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15065
15066 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15067 (fontset_font, fontset_ascii, face_for_char)
15068 (make_fontset_for_ascii_face, Ffont_info)
15069 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15070 is nonzero, use font-backend mechanism.
15071 (find_font_encoding): Make it non-static.
15072 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15073 New functions.
15074
15075 * frame.h (struct frame): New members resx and resy.
15076 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15077 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15078
15079 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15080 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15081
15082 * lisp.h (assoc_no_quit): Extern it.
15083
15084 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15085 Through out the file, use FONT_INFO_FROM_FACE instead of
15086 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15087 rif->per_char_metric.
15088 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15089 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15090 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15091 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15092 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15093 nonzero, use font-backend mechanism.
15094 (get_per_char_metric): New function.
15095
15096 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15097 (set_lface_from_font_name)
15098 (set_font_frame_param, free_realized_face)
15099 (prepare_face_for_display, clear_face_gcs)
15100 (Finternal_set_font_selection_order, realize_x_face)
15101 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15102 font-backend mechanism.
15103 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15104 (load_face_font) [USE_FONT_BACKEND]: Abort.
15105 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15106 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15107
15108 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15109 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15110 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15111 nonzero, register all available font drivers. Call
15112 x_default_font_parameter for deciding a font.
15113 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15114
15115 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15116 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15117 (x_set_glyph_string_clipping_exactly)
15118 (x_compute_glyph_string_overhangs)
15119 (x_draw_glyph_string_foreground)
15120 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15121 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15122 enable_font_backend is nonzero, use font-backend mechanism.
15123 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15124
151252008-02-01 Kenichi Handa <handa@m17n.org>
15126
15127 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15128 system_eol_type.
15129 (syms_of_coding): Initialize system_eol_type.
15130
15131 * process.c (Fset_process_coding_system): Inherit system's eol
15132 format if necessary.
15133
151342008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15135
15136 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15137
151382008-02-01 Kenichi Handa <handa@m17n.org>
15139
15140 * coding.c (decode_eol): Pay attention to buffer relocation in
15141 del_range_2.
15142 (decode_coding): Call decode_eol before restoring undo_list.
15143
151442008-02-01 Kenichi Handa <handa@m17n.org>
15145
15146 * charset.c (Fdefine_charset_internal): Fix setting of
15147 emacs_mule_bytes.
15148
151492008-02-01 Kenichi Handa <handa@m17n.org>
15150
15151 * keyboard.c (read_char): Check if C is a character or not before
15152 looking up Vkeyboard_translate_table.
15153
151542008-02-01 Kenichi Handa <handa@m17n.org>
15155
15156 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15157 condition to terminate the loop.
15158
151592008-02-01 Kenichi Handa <handa@m17n.org>
15160
15161 * coding.c (produce_composition): Compare charbuf[i] instead of
15162 args[i] against 0.
15163 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15164
151652008-02-01 Kenichi Handa <handa@m17n.org>
15166
15167 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15168 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15169 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15170 detect_coding.
15171 (emacs_mule_char): Handle old style (Emacs 20) component character
15172 of a composition.
15173 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15174 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15175 composition rule.
15176 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15177
151782008-02-01 Kenichi Handa <handa@m17n.org>
15179
15180 * coding.c (encode_coding_ccl): Allocate destination dynamically
15181 when necessary.
15182
151832008-02-01 Kenichi Handa <handa@m17n.org>
15184
15185 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15186 the loop. When quitted, show a proper error message.
15187
151882008-02-01 Kenichi Handa <handa@m17n.org>
15189
15190 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15191 src->clip_head and src->clip_tail temporarily instead of src->hl.
15192
15193 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15194 character sequence.
15195 (Fccl_execute_on_string): Use ASET, not XSET.
15196
151972008-02-01 Kenichi Handa <handa@m17n.org>
15198
15199 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15200
152012008-02-01 Kenichi Handa <handa@m17n.org>
15202
15203 * coding.c (decode_coding): Fix the condition of terminating the
15204 decoding loop.
15205
152062008-02-01 Kenichi Handa <handa@m17n.org>
15207
15208 * data.c (Faset): On setting a character bigger than 255 in a
15209 unibyte string, signal an error instead of make the string multibyte.
15210
152112008-02-01 Kenichi Handa <handa@m17n.org>
15212
15213 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15214 made by a mapping table.
15215
152162008-02-01 Kenichi Handa <handa@m17n.org>
15217
15218 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15219 not.
15220 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15221 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15222
15223 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15224 s->face is NULL or not.
15225
152262008-02-01 Kenichi Handa <handa@m17n.org>
15227
15228 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15229 (x_draw_glyph_string): Fix drawing of right_overhang and
15230 left_overhang around/on cursor.
15231
15232 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15233
152342008-02-01 Kenichi Handa <handa@m17n.org>
15235
15236 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15237
152382008-02-01 Kenichi Handa <handa@m17n.org>
15239
15240 * coding.c (Fdefine_coding_system_internal)
15241 (Fdefine_coding_system_alias): Avoid a duplicated element in
15242 Vcoding_system_alist.
15243
152442008-02-01 Kenichi Handa <handa@m17n.org>
15245
15246 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15247
15248 * coding.c (Qcoding_system_define_form): New variable.
15249 (syms_of_coding): Intern and staticpro it.
15250 (Fcoding_system_p): Check Qcoding_system_define_form.
15251 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15252
15253 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15254 Fcoding_system_p.
15255 (CHECK_CODING_SYSTEM): If ID is not available, call
15256 Fcheck_coding_system.
15257 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15258 Try also Fcheck_coding_system.
15259
152602008-02-01 Kenichi Handa <handa@m17n.org>
15261
15262 * coding.c (code_conversion_restore): GCPRO arg.
15263
152642008-02-01 Kenichi Handa <handa@m17n.org>
15265
15266 * character.c (lisp_string_width): Check multibyteness of STRING.
15267
152682008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15269
15270 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15271 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15272 (decode_mac_font_name): Use decode_coding_c_string instead of
15273 decode_coding.
15274 (x_load_font): Initialize fontp->fontset to -1. Set
15275 fontp->encoding_type.
15276
152772008-02-01 Kenichi Handa <handa@m17n.org>
15278
15279 * search.c (search_buffer): Give up BM search on case-fold-search
15280 if one of a target character has a case-equivalence of different
15281 byte length even if that target charcter is an ASCII.
15282 (simple_search): Fix calculation of byte length of matched text.
15283 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15284
152852008-02-01 Kenichi Handa <handa@m17n.org>
15286
15287 * coding.c (decode_coding): Fix handling of invalid bytes.
15288
152892008-02-01 Kenichi Handa <handa@m17n.org>
15290
15291 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15292 Unicode characters.
15293
152942008-02-01 Kenichi Handa <handa@m17n.org>
15295
15296 * coding.c (encode_coding_object): If a pre-write-conversion
15297 function makes a new buffer, kill it.
15298
152992008-02-01 Kenichi Handa <handa@m17n.org>
15300
15301 * coding.c (QCascii_compatible_p): New variable.
15302 (syms_of_coding): Initialize it.
15303 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15304 calling string_char.
15305 (record_conversion_result): Add `default:' case.
15306 (coding_charset_list): Delete unused variable `coding_type'.
15307 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15308 property in the plist of the coding system.
15309 (Fcoding_system_put): Check QCascii_compatible_p.
15310
153112008-02-01 Miles Bader <miles@gnu.org>
15312
15313 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15314 removed calculation of frame `f', as it's now used.
15315
153162008-02-01 Kenichi Handa <handa@m17n.org>
15317
15318 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15319 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15320 (UNIDATA): New variable.
15321 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15322 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15323 $(RUN_TEMACS) unconditionally.
15324
153252008-02-01 Kenichi Handa <handa@m17n.org>
15326
15327 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15328 (admindir): New variable.
15329 ($(lispsource)international/charprop.el): New target.
15330
153312008-02-01 Miles Bader <miles@gnu.org>
15332
15333 * character.c (chars-in-region): Remove obsolete function.
15334 (syms_of_character): Remove its initialization.
15335
153362008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15337
15338 * w32select.c (validate_coding_system)
15339 (setup_windows_coding_system): New functions.
15340 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15341 setup_windows_coding_system.
15342 (setup_config, Fw32_get_clipboard_data): Use
15343 validate_coding_system.
15344 (Fx_selection_exists): Move call to setup_config to a place
15345 where signals are allowed.
15346
15347 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15348 (Fcheck_coding_system): Add declarations.
15349
153502008-02-01 Kenichi Handa <handa@m17n.org>
15351
15352 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15353
153542008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15355
15356 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15357 string as the second argument for x_new_fontset.
15358
153592008-02-01 Kenichi Handa <handa@m17n.org>
15360
15361 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15362 (encode_coding_object): Use safe_call instead of call2.
15363
153642008-02-01 Kenichi Handa <handa@m17n.org>
15365
15366 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15367
15368 * Makefile.in (lisp): Include charprop.el.
15369
153702008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15371
15372 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15373 Not sure if it's unnecessary.
15374
153752008-02-01 Steven Tamm <steventamm@mac.com>
15376
15377 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15378 some possibly unnecessary fontset checking code that crashed
15379 when creating a new frame.
15380
153812008-02-01 Kenichi Handa <handa@m17n.org>
15382
15383 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15384 lookup_face.
15385
15386 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15387
15388 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15389
153902008-02-01 Kenichi Handa <handa@m17n.org>
15391
15392 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15393 (coding_charset_list): New function.
15394
15395 * coding.h (coding_charset_list): Extern it.
15396
153972008-02-01 Kenichi Handa <handa@m17n.org>
15398
15399 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15400 concatenation of family and registry.
15401
154022008-02-01 Kenichi Handa <handa@m17n.org>
15403
15404 * character.h (BYTE8_STRING): Fix typo.
15405
15406 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15407 string to multibyte (sync to HEAD).
15408
15409 * casefiddle.c (casify_region): Handle changes in byte-length
15410 using replace_range_2 (sync to HEAD).
15411
154122008-02-01 Andreas Schwab <schwab@suse.de>
15413
15414 * chartab.c (map_char_table): GCPRO table and arg.
15415
154162008-02-01 Kenichi Handa <handa@m17n.org>
15417
15418 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15419 already at limit.
15420
154212008-02-01 Kenichi Handa <handa@m17n.org>
15422
15423 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15424 instead of fast_c_string_match_ignore_case.
15425 (find_font_encoding): Change argument to Lisp_Object. Use
15426 fast_string_match_ignore_case instead of
15427 fast_c_string_match_ignore_case. Change caller.
15428
154292008-02-01 Kenichi Handa <handa@m17n.org>
15430
15431 * xdisp.c (get_next_display_element): In unibyte case, decide to
15432 display in octal form by checking a character by
15433 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15434
15435 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15436
15437 * character.c (unibyte_has_multibyte_table): New variable.
15438
15439 * character.h (unibyte_has_multibyte_table): Extern it.
15440 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15441
154422008-02-01 Kenichi Handa <handa@m17n.org>
15443
15444 * coding.c (encode_coding_iso_2022): Fix handling of charset
15445 annotation.
15446
154472008-02-01 Kenichi Handa <handa@m17n.org>
15448
15449 * coding.c (setup_coding_system): If coding_system is nil, use
15450 Qundecided.
15451 (Fterminal_coding_system): Return nil if terminal coding system is
15452 `undecided'.
15453 (syms_of_coding): Define coding-system `undecided' here. Setup
15454 terminal_coding as `undecided'.
15455
154562008-02-01 Kenichi Handa <handa@m17n.org>
15457
15458 * xdisp.c (message_dolog, set_message_1): Call
15459 unibyte_char_to_multibyte with arg type int.
15460
15461 * lread.c (read1): Fix reading of a char-table.
15462
15463 * print.c (print_object): Include sub char-table in circularities
15464 detection.
15465
154662008-02-01 Kenichi Handa <handa@m17n.org>
15467
15468 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15469 Append the found sequences in car of ARGS instead of prepending.
15470
154712008-02-01 Kenichi Handa <handa@m17n.org>
15472
15473 * fileio.c (report_file_error): Make a unibyte string from
15474 strerror (errorno).
15475 (Fsubstitute_in_file_name): Fix the arg to
15476 unibyte_char_to_multibyte. It is evaluated twice.
15477
154782008-02-01 Kenichi Handa <handa@m17n.org>
15479
15480 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15481
154822008-02-01 Kenichi Handa <handa@m17n.org>
15483
15484 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15485 BOM is not found.
15486 (detect_coding, detect_coding_system): Optimization for ISO-2022
15487 when no 8-bit data is found.
15488
154892008-02-01 Jason Rumney <jasonr@gnu.org>
15490
15491 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15492
154932008-02-01 Kenichi Handa <handa@m17n.org>
15494
15495 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15496 CHARS.
15497
154982008-02-01 Steven Tamm <steventamm@mac.com>
15499
15500 * macterm.c (mac_encode_char): Add charset argument and update
15501 to use encoding_type.
15502 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15503 switch to pure fontset.
15504 (decode_mac_font_name): Temporarily remove decoding.
15505 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15506 (x_load_font): Temporarily remove encoding.
15507
155082008-02-01 Kenichi Handa <handa@m17n.org>
15509
15510 * xfaces.c (Fface_font): If frame is not on a window system,
15511 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15512 refer to face->font.
15513 (split_font_name_into_vector, build_font_name_from_vector)
15514 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15515 when HAVE_WINDOW_SYSTEM is defined.
15516
155172008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15520 (x_produce_glyphs): Fix setting of members of cmp in case
15521 cmp->glyph_len is zero.
15522
15523 * fontset.c (Fset_fontset_font): Fix docstring.
15524 (Ffontset_info): Make it backward compatible. New arg ALL.
15525
155262008-02-01 Kim F. Storm <storm@cua.dk>
15527
15528 * process.c (read_process_output): Grow decoding_buf when needed;
15529 this could cause a crash in allocate_string and compact_small_strings.
15530
155312008-02-01 Kenichi Handa <handa@m17n.org>
15532
15533 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15534
155352008-02-01 Kenichi Handa <handa@m17n.org>
15536
15537 * coding.c (setup_coding_system): Set coding->common_flags
15538 correctly for raw-text.
15539 (consume_chars): On encoding unibyte text by raw-text, don't check
15540 multibyte form.
15541 (encode_coding): On encoding by raw-text, never use translation tables.
15542
15543 * fileio.c (e_write): Short cut for the case of no encoding.
15544
155452008-02-01 Kenichi Handa <handa@m17n.org>
15546
15547 * coding.c (detect_coding, detect_coding_system): Delete unused
15548 variables.
15549
155502008-02-01 Kenichi Handa <handa@m17n.org>
15551
15552 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15553 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15554
155552008-02-01 Kenichi Handa <handa@m17n.org>
15556
15557 * coding.c (Ffind_coding_systems_region_internal): Include
15558 raw-text and no-conversion in the result.
15559
155602008-02-01 Kenichi Handa <handa@m17n.org>
15561
15562 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15563 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15564 FONT_DEF.
15565 (font_def_arg, add_arg, from_arg, to_arg): New args.
15566 (set_fontset_font): Change argument.
15567 (Fset_fontset_font): Fix for the case that TARGET is a script
15568 name and charset name.
15569 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15570
155712008-02-01 Kenichi Handa <handa@m17n.org>
15572
15573 * fontset.c (fontset_font): Rename from fontset_face. Change return
15574 value.
15575 (face_suitable_for_char_p, face_for_char): Adjust for the change
15576 of fontset_font.
15577 (make_fontset_for_ascii_face): Fix setting of the fontset element
15578 for ASCII.
15579 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15580 to get a font name.
15581 (Ffontset_info): Adjust for the change of fontset_font.
15582
15583 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15584
15585 * character.h (LEADING_CODE_LATIN_1_MIN)
15586 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15587
155882008-02-01 Kenichi Handa <handa@m17n.org>
15589
15590 * editfns.c (check_translation): New function.
15591 (Ftranslate_region_internal): Handle M:N mapping.
15592
155932008-02-01 Kenichi Handa <handa@m17n.org>
15594
15595 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15596
155972008-02-01 Kenichi Handa <handa@m17n.org>
15598
15599 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15600 goto invalid_code.
15601 (decode_coding_iso_2022): Fix handling of invalid designation.
15602
15603 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15604 after calling code_conversion_save.
15605
156062008-02-01 Kenichi Handa <handa@m17n.org>
15607
15608 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15609
15610 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15611
15612 * fontset.c: Include "intervals.h".
15613 (fontset_face): Fix comparing of Lisp_Objects.
15614 (free_face_fontset, new_fontset_from_font_name): Fix
15615 Lisp_Object/int mixup.
15616
15617 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15618
15619 * coding.c: Add many prototypes for static functions.
15620 (get_translation_table): Allow max_lookup to be NULL.
15621 (decode_coding, Ffind_coding_systems_region_internal)
15622 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15623 get_translation_table with max_lookup NULL.
15624
156252008-02-01 Kenichi Handa <handa@m17n.org>
15626
15627 * coding.c (get_translation_table): Declare it as Lisp_Object.
15628 (LOOKUP_TRANSLATION_TABLE): New macro.
15629 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15630 instead of CHAR_TABLE_REF.
15631
156322008-02-01 Kenichi Handa <handa@m17n.org>
15633
15634 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15635 annotation data format.
15636 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15637 Change arguments FROM and TO to single argument NCHARS. Change caller.
15638 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15639 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15640 (decode_coding_ccl, decode_coding_charset): Pay attention to
15641 coding->charbuf_used.
15642 (get_translation): New function.
15643 (produce_chars): New arguments translation_table and last_block.
15644 Translate characters here. Return number of carryover chars.
15645 Change caller.
15646 (produce_composition): New argument pos. Change caller.
15647 Adjust for the change of annotation data format.
15648 (produce_charset, produce_annotation): Likewise.
15649 (decode_coding, encode_coding): Don't call translate_chars.
15650 (consume_chars): New arg translation_table. Change caller.
15651 (translate_chars): Delete.
15652 (syms_of_coding): Make translation-table's number of extra slots 2.
15653
156542008-02-01 Kenichi Handa <handa@m17n.org>
15655
15656 * search.c (simple_search): Fix setting this_pos_byte in backward
15657 search.
15658
15659 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15660 byte sequence.
15661 (detect_coding_ccl): Fix setting of the variable valids.
15662
156632008-02-01 Kenichi Handa <handa@m17n.org>
15664
15665 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15666
15667 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15668
15669 * editfns.c (Ftranslate_region_internal): Rename from
15670 Ftranslate_region. Accept a char-table in TABLE.
15671 (syms_of_editfns): Defsubr Stranslate_region_internal.
15672
15673 * xfaces.c (set_lface_from_font_name): If a font is specified for
15674 a frame, generate a fontset from the font.
15675 (build_scalable_font_name): If the scalable font is requested for
15676 a specific size, don't change that size.
15677 (try_font_list): Try a scalable font also in the case that a
15678 pattern string is specified.
15679
156802008-02-01 Kenichi Handa <handa@m17n.org>
15681
15682 * xfaces.c (Fface_font): New optional arg CHARACTER.
15683
156842008-02-01 Kenichi Handa <handa@m17n.org>
15685
15686 * charset.h (CHARSET_OFFSET): New macro.
15687
156882008-02-01 Kenichi Handa <handa@m17n.org>
15689
15690 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15691
15692 * fontset.c (fontset_face): Handle the case that repertory is a
15693 char-table.
15694 (find_font_encoding): Return nil for unknown encoding.
15695 (Fset_fontset_font): Ignore a font of unknown encoding.
15696
156972008-02-01 Kenichi Handa <handa@m17n.org>
15698
15699 * keymap.c (describe_vector): Handle default value of a char table.
15700
15701 * fontset.c (fontset_face): Handle fallback fonts correctly.
15702 (Ffontset_info): Return infomation about fallback fonts.
15703
157042008-02-01 Kenichi Handa <handa@m17n.org>
15705
15706 * fontset.c (FONTSET_DEFAULT): New macro.
15707 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15708 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15709 the case that it is nil.
15710 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15711 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15712
15713 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15714 subset or superset.
15715
157162008-02-01 Kenichi Handa <handa@m17n.org>
15717
15718 * emacs.c (main): Call init_charset after syms_of_XXX.
15719
15720 * charset.c (Vcharset_map_directory): Delete.
15721 (Vcharset_map_path): New variable.
15722 (load_charset_map_from_file): Use Vcharset_map_path instead.
15723 (init_charset): Initialize Vcharset_map_path.
15724 (syms_of_charset): Delete declaration of "charset-map-directory",
15725 add declaration of "charset-map-path".
15726
157272008-02-01 Kenichi Handa <handa@m17n.org>
15728
15729 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15730 ASCII only string.
15731
15732 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15733
15734 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15735 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15736
157372008-02-01 Kenichi Handa <handa@m17n.org>
15738
15739 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15740
15741 * coding.c (QCmnemonic, QCdefalut_char)
15742 (QCdecode_translation_table, QCencode_translation_table)
15743 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15744 (get_translation_table): Return a list of translation tables if
15745 necessary.
15746 (decode_coding): Call get_translation_table with ENCODEP 0.
15747 (char_encodable_p): If translation_table is non-nil, always call
15748 translate_char.
15749 (Fdefine_coding_system_internal): Accept list of translation
15750 tables as :encode-translation-table and :decode-translation-table.
15751 (Fcoding_system_put): New function.
15752 (syms_of_coding): Declare new symbols. Defsubr
15753 Scoding_system_put.
15754 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15755 typically JISX0212.
15756
15757 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15758 when the charset is superset type.
15759
15760 * character.c (translate_char): Accept list of translation tables.
15761
157622008-02-01 Kenichi Handa <handa@m17n.org>
15763
15764 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15765 (CODING_ATTR_TRANS_TBL): New macro.
15766
15767 * coding.c (get_translation_table): New function.
15768 (translate_chars): Fix the bug of skipping annotation data.
15769 (decode_coding, encode_coding): Utilize get_translation_table.
15770 (char_encodable_p, Funencodable_char_position): Translate char if
15771 necessary.
15772 (Ffind_coding_systems_region_internal)
15773 (Fcheck_coding_systems_region): Setup translation table for encode
15774 in a coding system attribute vector in advance.
15775 (Fdefine_coding_system_internal): Allow a symbol as translation
15776 table. For shift-jis type coding system, allow 4th charset.
15777
157782008-02-01 Kenichi Handa <handa@m17n.org>
15779
15780 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15781
15782 * xdisp.c (get_next_display_element): Pass -1 as POS to
15783 FACE_FOR_CHAR if displaying a C-string.
15784
157852008-02-01 Kenichi Handa <handa@m17n.org>
15786
15787 * composite.c (get_composition_id): Handle xoff and yoff in a
15788 composition rule.
15789
15790 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15791 (struct composition): New member lbearing and rbearing.
15792
15793 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15794 (x_get_glyph_overhangs): Handle a composition glyph.
15795 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15796
15797 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15798 composition glyph.
15799
158002008-02-01 Kenichi Handa <handa@m17n.org>
15801
15802 * print.c: Include charset.h.
15803 (Vprint_charset_text_property): New variable.
15804 (Qdefault): Extern it.
15805 (PRINT_STRING_NON_CHARSET_FOUND)
15806 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15807 (print_check_string_result): New variable.
15808 (print_check_string_charset_prop): New function.
15809 (print_prune_charset_plist): New variable.
15810 (print_prune_string_charset): New function.
15811 (print_object): Call print_prune_string_charset if
15812 Vprint_charset_text_property is not t.
15813 (print_interval): Print nothing if interval->plist is nil.
15814 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15815 variable. Init and staticpro print_prune_charset_plist.
15816
158172008-02-01 Kenichi Handa <handa@m17n.org>
15818
15819 * fontset.c (new_fontset_from_font_name): Use the specified font
15820 for all characters in the new fontset.
15821
15822 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15823 OBJECT args.
15824
15825 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15826 OBJECT args for composition too.
15827
15828 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15829 OBJECT args.
15830
158312008-02-01 Kenichi Handa <handa@m17n.org>
15832
15833 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15834
15835 * fontset.c (reorder_font_vector): Adjust for the change of
15836 FONT_DEF format.
15837 (fontset_face): New arg id. Change caller.
15838 (face_for_char): New args pos and object.
15839 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15840 (fs_query_fontset): Check NAME by Fassoc too.
15841 (Fset_fontset_font): Allow non-XLFD font name.
15842 (Ffontset_info): Adjust for the change of FONT_DEF format.
15843
15844 * fontset.h (face_for_char): Adjust prototype.
15845
15846 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15847 (append_space, extend_face_to_end_of_line)
15848 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15849 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15850
15851 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15852 POS and OBJECT args.
15853
15854 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15855 POS and OBJECT args.
15856
158572008-02-01 Jason Rumney <jasonr@gnu.org>
15858
15859 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15860 of GlobalAlloc'ed memory.
15861
158622008-02-01 Kenichi Handa <handa@m17n.org>
15863
15864 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15865
15866 * charset.h (charset_table_used): Delete extern.
15867
15868 * charset.c (charset_table_used): Make it static.
15869 (map_charset_chars): Fix args to c_function with.
15870
15871 * chartab.c (map_sub_char_table_for_charset): Fix args to
15872 c_function with.
15873
15874 * coding.h (enum coding_result_code): Delete
15875 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15876
15877 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15878 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15879 (Vlast_code_conversion_error): New variables.
15880 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15881 (ONE_MORE_BYTE): Record error if any instead of signaling an
15882 error. If non-ASCII multibyte char is found, return the negative
15883 value of the code. All callers changed to check it.
15884 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15885 (record_conversion_result): New function. Change all codes setting
15886 coding->result to call this function.
15887 (detect_coding_utf_8, decode_coding_utf_8)
15888 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15889 Don't use the local variable incomplete.
15890 (emacs_mule_char): Change the second arg to `const'.
15891 (decode_coding): Fix of flushing out unprocessed data.
15892 (make_conversion_work_buffer): Fix making of a work buffer.
15893 (decode_coding_object): Return coding->dst_object.
15894
15895 * fontset.c (set_fontset_font): Fix args.
15896
15897 * lisp.h (CHARACTERBITS): Define as 22.
15898
15899 * process.c (send_process): Be sure to set coding->src_multibyte.
15900
15901 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15902
159032008-02-01 Kenichi Handa <handa@m17n.org>
15904
15905 * xdisp.c (handle_auto_composed_prop): Give limit to
15906 Fnext_single_char_property_change.
15907
159082008-02-01 Kenichi Handa <handa@m17n.org>
15909
15910 * composite.c (syms_of_composite): Don't make the composition hash
15911 table weak.
15912
15913 * fontset.c (Fset_fontset_font): Fix docstring.
15914
15915 * lisp.h (detect_coding_system): Adjust prototype.
15916
15917 * fileio.c (kill_workbuf_unwind): Delete this function.
15918 (Finsert_file_contents): Adjust the call of detect_coding_system.
15919 Get conversion_buffer by code_conversion_save. Use the macro
15920 CODING_MAY_REQUIRE_DECODING. After decoding, update
15921 coding_system.
15922
15923 * coding.h (make_conversion_work_buffer): Delete extern.
15924 (code_conversion_save): Extern it.
15925
15926 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15927 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15928 (decode_coding_utf_8): Don't do eol converion.
15929 (detect_coding_utf_16): Check coding->src_chars, not
15930 coding->src_bytes. Add heuristics for those that have no signature.
15931 (decode_coding_emacs_mule, decode_coding_iso_2022)
15932 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15933 Don't do eol converion.
15934 (adjust_coding_eol_type): Return a new coding system.
15935 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15936 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15937 each change.
15938 (decode_coding): Pay attention to undo_list. Do eol conversion for
15939 all types of coding-systems (if necessary).
15940 (Vcode_conversion_work_buf_list): Delete it.
15941 (Vcode_conversion_reused_workbuf): Rename from
15942 Vcode_conversion_reused_work_buf.
15943 (Vcode_conversion_workbuf_name): New variable.
15944 (reused_workbuf_in_use): New variable.
15945 (make_conversion_work_buffer): Delete the arg DEPTH.
15946 (code_conversion_restore): Change argument to cons.
15947 (code_conversion_save): Delete the argument BUFFER. Change callers.
15948 (detect_coding_system): New argument src_chars. Change callers.
15949 Fix for utf-16 detection.
15950 (init_coding_once): Don't use ISO_carriage_return.
15951 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15952 reused_workbuf_in_use.
15953
159542008-02-01 Kenichi Handa <handa@m17n.org>
15955
15956 * keymap.c (store_in_keymap): Pay attention to the case that idx
15957 is a cons specifying a character range.
15958
159592008-02-01 Kenichi Handa <handa@m17n.org>
15960
15961 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15962 HANDLED_RECOMPUTE_PROPS.
15963
15964 * coding.c (Fdefine_coding_system_internal): Fix checking of
15965 ascii compatibility.
15966
159672008-02-01 Kenichi Handa <handa@m17n.org>
15968
15969 * charset.c (find_charsets_in_text): Delete unused locale variable.
15970 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15971
15972 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15973 Resync charset_list to Vemacs_mule_charset_list.
15974
15975 * keymap.c (store_in_keymap): Pay attention to the case that idx
15976 is a cons specifying a character range.
15977
159782008-02-01 Kenichi Handa <handa@m17n.org>
15979
15980 * composite.c (update_compositions): Bind inhibit-read-only, etc
15981 to t before calling remove-list-of-text-properties.
15982
15983 * print.c (print_object): Always print ASCII chars as is.
15984
159852008-02-01 Kenichi Handa <handa@m17n.org>
15986
15987 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15988
15989 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15990 is a char table.
15991
159922008-02-01 Kenichi Handa <handa@m17n.org>
15993
15994 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15995
159962008-02-01 Kenichi Handa <handa@m17n.org>
15997
15998 * xfaces.c (set_lface_from_font_name): Fix for the case that
15999 FONTNAME is not fontset name.
16000
160012008-02-01 Kenichi Handa <handa@m17n.org>
16002
16003 * fns.c (base64_encode_1): Fix previous change.
16004
160052008-02-01 Kenichi Handa <handa@m17n.org>
16006
16007 * fontset.c (set_fontset_font): New function.
16008 (Fset_fontset_font): If a font is specified for a charset, use
16009 map_charset_chars to store the font spec in a fontset.
16010
160112008-02-01 Kenichi Handa <handa@m17n.org>
16012
16013 * fontset.c (fontset_face): Create a fallback fontset on demand.
16014 (make_fontset): Don't create a fallback fontset here.
16015 (free_face_fontset): Free a fallback fontset (if any) too.
16016 (n_auto_fontsets): Delete this variable.
16017 (auto_fontset_alist): New variable.
16018 (new_fontset_from_font_name): Check auto_fontset_alist.
16019 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16020 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16021 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16022 Defsubr Sfontset_list_all.
16023
160242008-02-01 Kenichi Handa <handa@m17n.org>
16025
16026 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16027
160282008-02-01 Kenichi Handa <handa@m17n.org>
16029
16030 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16031
160322008-02-01 Kenichi Handa <handa@m17n.org>
16033
16034 * editfns.c (Fgoto_char): Fix docstring.
16035
160362008-02-01 Kenichi Handa <handa@m17n.org>
16037
16038 * insdel.c (insert_from_gap): Adjust intervals correctly.
16039
160402008-02-01 Jason Rumney <jasonr@gnu.org>
16041
16042 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16043 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16044 (w32_initialize): Try to load it.
16045 (x_get_font_repertory): Use it if available.
16046 (w32_encode_char): Add shortcut for unicode output.
16047
16048 * w32fns.c (w32_load_system_font): Default charset to -1.
16049 (x_to_w32_charset): Match all fonts for unicode.
16050 (w32_to_x_charset): New parameter matching. Don't return partial
16051 or wildcard charsets.
16052 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16053 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16054 (w32_to_x_font): Match charset to real charset.
16055 (enum_font_cb2): Always list unicode versions.
16056
16057 * makefile.w32-in (temacs): Increase EMHEAP.
16058
160592008-02-01 Jason Rumney <jasonr@gnu.org>
16060
16061 * w32term.c (w32_encode_char): New charset parameter.
16062 font_info.encoding becomes encoding_type.
16063 (x_get_font_repertory): New function. Warning: stub only!
16064 (x_new_font): Return quickly if font already set.
16065 (x_new_fontset): fontsetname parameter is Lisp_Object.
16066 Use new fs_query_fontset. Try new_fontset_from_font_name.
16067 Use fontset_name for return value.
16068
16069 * w32term.h: Declare x_get_font_repertory.
16070
16071 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16072 place of find_charset_in_text. Use encode_coding_object in place
16073 of encode_coding.
16074 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16075 decode_coding.
16076
16077 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16078 of x_new_fontset.
16079 (w32_load_system_font): Initialize charset as unicode.
16080 font_info.encoding becomes encoding_type.
16081 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16082 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16083 (syms_of_w32fns): Set get_font_repertory_func.
16084
16085 * w32console.c: Include character.h. Use terminal_encode_buffer
16086 from term.c.
16087 (write_glyphs): Use new version of encode_terminal_code. Use
16088 encode_coding_object in place of encode_coding.
16089
16090 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16091 encoding becomes encoding_type.
16092
16093 * term.c (terminal_encode_buffer): Make externally visible.
16094
16095 * makefile.w32-in: Add character.h dependancies.
16096 (character.o, chartab.o): New targets.
16097
160982008-02-01 Kenichi Handa <handa@m17n.org>
16099
16100 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16101 CODING_ID_EOL_TYPE.
16102
161032008-02-01 Andreas Schwab <schwab@suse.de>
16104
16105 * coding.c (produce_chars): Revert last change.
16106
161072008-02-01 Kenichi Handa <handa@m17n.org>
16108
16109 * charset.h (charset_unicode): Extern it.
16110
16111 * charset.c (string_xstring_p): Check by (C >= 0x100).
16112 (find_charsets_in_text): Change format of the arc CHARSETS. New
16113 arg MULTIBYTE.
16114 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16115 change of find_charsets_in_text.
16116 (Fsplit_char): Fix doc. Never return unknown.
16117
16118 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16119
16120 * coding.c (Fdefine_coding_system_alias): Update
16121 Vcoding_system_list.
16122
16123 * fontset.c (load_font_get_repertory): Pay attention to the case
16124 that ENCODING of a font is specified by a char-table.
16125
16126 * xterm.c (x_get_font_repertory): Handle the case that the
16127 encoding of font is other than Unicode.
16128
161292008-02-01 Kenichi Handa <handa@m17n.org>
16130
16131 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16132 if a character is encodable by the terminal coding system. If
16133 not, produces proper number of `?'s. Update
16134 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16135 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16136
161372008-02-01 Kenichi Handa <handa@m17n.org>
16138
16139 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16140 variables.
16141 (encode_terminal_code): Change argument. Encode multiple
16142 characters at once. Store the result of encoding in
16143 terminal_encode_buffer.
16144 (write_glyphs, insert_glyphs): Adjust for the change of
16145 encode_terminal_code.
16146 (term_init): Initialize terminal_encode_buffer and
16147 terminal_encode_buf_size.
16148
16149 * coding.c (consume_chars): If coding->src_object is nil, don't
16150 check annotation.
16151
161522008-02-01 Kenichi Handa <handa@m17n.org>
16153
16154 * character.c (char_string): Use ASCII_CHAR_P instead of
16155 SINGLE_BYTE_CHAR_P.
16156
161572008-02-01 Kenichi Handa <handa@m17n.org>
16158
16159 * xdisp.c (handle_auto_composed_prop): Check if the last
16160 characters of auto-composed region is newly composed with the
16161 following characters.
16162 (handle_composition_prop): Fix checking of point being inside
16163 composition.
16164
161652008-02-01 Kenichi Handa <handa@m17n.org>
16166
16167 * fns.c (concat): Don't change multibyteness of the result by
16168 concatenating an 8-bit character.
16169
16170 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16171 multibyteness of the result when newelt is an 8-bit character.
16172
161732008-02-01 Dave Love <fx@gnu.org>
16174
16175 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16176 EMACS_INT.
16177
16178 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16179
16180 * xfaces.c (face_numeric_value): Declare dim size_t.
16181 (Finternal_lisp_face_equal_p): Remove unused f.
16182
16183 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16184 (MATRIX_ROW): Remove unused vars.
16185 (draw_glyphs, x_insert_glyphs, fast_find_position)
16186 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16187 byte/char counts.
16188
16189 * regex.c (regex_compile): Remove unused var.
16190
16191 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16192
16193 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16194 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16195
16196 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16197
16198 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16199
16200 * fileio.c (Fwrite_region): Remove unused var.
16201
16202 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16203 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16204
16205 * composite.c (Fremove_list_of_text_properties): Declare.
16206
16207 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16208 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16209 (coding_inherit_eol_type): Remove unused attrs.
16210 (detect_coding): Cast arg of detect_eol.
16211
16212 * charset.c (syms_of_charset): Remove unused var p.
16213 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16214 byte/char counts.
16215
16216 * casetab.c (set_case_table): Remove unused var.
16217
16218 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16219 unused vars.
16220
162212008-02-01 Dave Love <fx@gnu.org>
16222
16223 * xterm.c (x_bitmap_mask): Declare.
16224
162252008-02-01 Dave Love <fx@gnu.org>
16226
16227 * xterm.c (x_term_init): Fix type error.
16228
16229 * lisp.h: Add Funibyte_char_to_multibyte.
16230
16231 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16232 (Fset_coding_system_priority): Doc fix.
16233
16234 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16235
16236 * indent.c (check_composition): Make start and end EMACS_INT.
16237
16238 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16239
16240 * xdisp.c (handle_composition_prop, check_point_in_composition):
16241 Make buffer positions EMACS_INT.
16242
16243 * composite.c (find_composition, run_composition_function)
16244 (update_compositions, Ffind_composition_internal): Make buffer
16245 positions EMACS_INT.
16246
16247 * composite.h (find_composition, update_compositions): Make
16248 position args EMACS_INT.
16249
16250 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16251
16252 * intervals.c (get_property_and_range):
16253 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16254
16255 * unexalpha.c: Don't include varargs.h.
16256
162572008-02-01 Dave Love <fx@gnu.org>
16258
16259 * coding.h (ENCODE_UTF_8): New.
16260
16261 * Makefile.in (gtkutil.o): Depend on coding.h.
16262
16263 * coding.c (Fset_coding_system_priority): Doc fix.
16264
162652008-02-01 Kenichi Handa <handa@m17n.org>
16266
16267 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16268 the case of auto saving.
16269
162702008-02-01 Andreas Schwab <schwab@suse.de>
16271
16272 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16273 `range' from GC.
16274
162752008-02-01 Kenichi Handa <handa@m17n.org>
16276
16277 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16278
162792008-02-01 Kenichi Handa <handa@m17n.org>
16280
16281 * fileio.c (choose_write_coding_system): Return a decided coding system.
16282 (Fwrite_region): Set Vlast_coding_system_used to the return value
16283 of choose_write_coding_system.
16284
162852008-02-01 Kenichi Handa <handa@m17n.org>
16286
16287 * charset.c (Fset_charset_priority): Pay attention to duplicated
16288 arguments.
16289
16290 * coding.c (QCcategory): New variable.
16291 (syms_of_coding): Defsym it. Set all elements of
16292 Vcoding_category_table and their symbol values.
16293 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16294 coding-category-XXX, and coding-category-list.
16295 (Fdefine_coding_system_internal): Add category in the plist.
16296
162972008-02-01 Kenichi Handa <handa@m17n.org>
16298
16299 * callproc.c (Fcall_process): Handle carryover correctly.
16300
16301 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16302 (raw_text_coding_system): Check NILP (coding_system).
16303 (coding_inherit_eol_type): Check NILP (coding_system) and
16304 NILP (parent).
16305 (consume_chars): Fix for the case of raw-text.
16306
16307 * process.c (read_process_output): Handle carryover correctly.
16308
163092008-02-01 Dave Love <fx@gnu.org>
16310
16311 * regex.c (re_search_2): Fix last change.
16312
163132008-02-01 Kenichi Handa <handa@m17n.org>
16314
16315 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16316 target_multibyte. Even in a unibyte case, return a converted
16317 multibyte char.
16318 (GET_CHAR_AFTER): New macro.
16319 (PATFETCH): Translate via multibyte char.
16320 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16321 (SETUP_MULTIBYTE_RANGE): New macro.
16322 (regex_compile): Setup compiled code so that its multibyteness
16323 matches that of a target. Fix the handling of "[X-YZ]" using
16324 SETUP_MULTIBYTE_RANGE.
16325 (analyse_first) <charset>: For filling fastmap for all multibyte
16326 characters, don't check by BASE_LEADING_CODE_P.
16327 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16328 the same as RE_MULTIBYTE_P (bufp) now.
16329 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16330 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16331 (TRANSLATE_VIA_MULTIBYTE): New macro.
16332 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16333 It is the same as RE_MULTIBYTE_P (bufp) now.
16334 <exactn>: Translate via multibyte.
16335 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16336 translate it.
16337 <charset, charset_not>: Fetch a character by
16338 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16339 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16340 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16341 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16342 by GET_CHAR_AFTER.
16343 (bcmp_translate): Likewise.
16344
16345 * search.c (compile_pattern): Check the member target_multibyte,
16346 not the member multibyte of buf.
16347
16348 * lread.c (read1): While reading a string, set force_singlebyte
16349 and force_multibyte correctly.
16350
16351 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16352 up of unibyte_to_multibyte_table.
16353
163542008-02-01 Kenichi Handa <handa@m17n.org>
16355
16356 * coding.c (setup_coding_system): If coding has
16357 post-read-conversion or pre-write-conversion, set
16358 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16359 respectively.
16360 (decode_coding_gap): Run post-read-conversion if any.
16361
16362 * fileio.c (Finsert_file_contents): Even if we read into a
16363 unibyte buffer, check if we must decode the result or not.
16364
163652008-02-01 Kenichi Handa <handa@m17n.org>
16366
16367 * coding.c (make_conversion_work_buffer): Change the work buffer
16368 name to the same one as that of Emacs 21.
16369
163702008-02-01 Kenichi Handa <handa@m17n.org>
16371
16372 * coding.h (make_conversion_work_buffer): Adjust prototype.
16373 (code_conversion_restore): Don't extern it.
16374
16375 * coding.c (detected_mask): Delete unused variable.
16376 (decode_coding_iso_2022): Pay attention to the byte sequence of
16377 CTEXT extended segment, and retain those bytes as is.
16378 (decode_coding_ccl): Delete unused variable `valids'.
16379 (setup_coding_system): Delete unused variable `category'.
16380 (consume_chars): Delete unused variable `category'. Make it work
16381 for non-multibyte case.
16382 (make_conversion_work_buffer): Change argument.
16383 (saved_coding): Delete unused variable.
16384 (code_conversion_restore): Don't check saved_coding->destination.
16385 (code_conversion_save): New function.
16386 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16387 instead of record_unwind_protect.
16388 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16389 (detect_coding_system): Delete unused variable `mask'.
16390 (Fdefine_coding_system_internal): Delete unused variable id.
16391
16392 * fileio.c (kill_workbuf_unwind): New function.
16393 (Finsert_file_contents): On replacing, call
16394 make_conversion_work_buffer with correct args, and call
16395 record_unwind_protect with the first arg kill_workbuf_unwind.
16396
16397 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16398
163992008-02-01 Kenichi Handa <handa@m17n.org>
16400
16401 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16402 (fontset_add): Fix for the case that TO is less than TO1.
16403 (Ffontset_info): Don't use fallback fontset on checking the
16404 default fontset.
16405 (dump_fontset): New function for debugging.
16406
16407 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16408 coding_type is Qcharset.
16409
164102008-02-01 Kenichi Handa <handa@m17n.org>
16411
16412 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16413 (map_char_table): Don't inherit the value from the parent on
16414 initializing VAL. Adjust for the above change.
16415
164162008-02-01 Kenichi Handa <handa@m17n.org>
16417
16418 * coding.c (Qsignature, Qendian): Delete these variables.
16419 (syms_of_coding): Don't initialize them.
16420 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16421 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16422 detect_info->found.
16423 (decode_coding_utf_16): Don't detect BOM here.
16424 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16425 is NOT utf_16_without_bom.
16426 (setup_coding_system): For a coding system of type utf-16, check
16427 if the attribute :endian is Qbig or not (not nil or not), and set
16428 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16429 (detect_coding): If coding type is utf-16 and BOM detection is
16430 required, detect it.
16431 (Fdefine_coding_system_internal): For a coding system of type
16432 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16433
164342008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * coding.c (coding_set_source): Fix for the case that the current
16437 buffer is different from coding->src_object.
16438 (decode_coding_object): Don't use the conversion work buffer if
16439 DST_OBJECT is a buffer.
16440
164412008-02-01 Dave Love <fx@gnu.org>
16442
16443 * lread.c (read_emacs_mule_char) [len==2]: Index
16444 emacs_mule_charset correctly.
16445
164462008-02-01 Dave Love <fx@gnu.org>
16447
16448 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16449 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16450 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16451 treated specially.)
16452 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16453 (detected_mask): Remove Big5 bits.
16454
164552008-02-01 Kenichi Handa <handa@m17n.org>
16456
16457 The following changes are to make the font rescaling facility
16458 compatible with Emacs 21.
16459
16460 * xfaces.c (Vface_font_rescale_alist): Rename from
16461 Vface_resizing_fonts.
16462 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16463 (font_rescale_ratio): Rename from font_resizing_ratio.
16464 (split_font_name): Set font->rescale_ratio.
16465 (better_font_p): Pay attention to font->rescale_ratio.
16466 (build_scalable_font_name): Likewise. Change RESX, and RESY
16467 fields.
16468 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16469
164702008-02-01 Kenichi Handa <handa@m17n.org>
16471
16472 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16473 (Qutf_16_le): Remove these variables.
16474 (syms_of_coding): Don't DEFSYM them.
16475 (decode_coding_utf_16): Fix handling of BOM.
16476 (encode_coding_utf_16): Fix handling of BOM.
16477
164782008-02-01 Kenichi Handa <handa@m17n.org>
16479
16480 * fileio.c (Finsert_file_contents): On replacing, before decoding
16481 the file into the work buffer, set point of the work buffer to the end.
16482
164832008-02-01 Dave Love <fx@gnu.org>
16484
16485 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16486
164872008-02-01 Dave Love <fx@gnu.org>
16488
16489 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16490 and fix C types.
16491
164922008-02-01 Kenichi Handa <handa@m17n.org>
16493
16494 * xdisp.c (SKIP_GLYPHS): New macro.
16495 (set_cursor_from_row): Pay attention to string display properties.
16496
16497 * category.c (copy_category_entry): Fix for the case that RANGE
16498 is an integer.
16499
16500 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16501
16502 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16503
165042008-02-01 Kenichi Handa <handa@m17n.org>
16505
16506 * charset.c (Fcharset_id_internal): New function.
16507 (syms_of_charset): Defsubr it.
16508
16509 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16510 with the last arg charset_list acquired from coding.
16511 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16512 the attribute coding_attr_ccl_valids.
16513
16514 * coding.h (enum define_coding_ccl_arg_index): Set the first
16515 member coding_arg_ccl_decoder to coding_arg_max.
16516
16517 * ccl.h (ccl_driver): Adjust prototype.
16518
16519 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16520 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 16521 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
16522 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16523 last arg Qnil.
16524
165252008-02-01 Kenichi Handa <handa@m17n.org>
16526
16527 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16528 call encode_char.
16529
16530 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16531
165322008-02-01 Dave Love <fx@gnu.org>
16533
16534 * composite.c (syms_of_composite): Make composition_hash_table weak.
16535
165362008-02-01 Kenichi Handa <handa@m17n.org>
16537
16538 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16539 (font_name_registry): Don't extern them.
16540 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16541
16542 * fontset.h (Qfontset): Don't extern it.
16543 (new_fontset_from_font_name): Extern it.
16544
16545 * fontset.c: Give 8 extra slots to fontset objects.
16546 (Qfontset_info): New variable.
16547 (syms_of_fontset): Defsym it.
16548 (FONTSET_FALLBACK): New macro.
16549 (fontset_face): Try also the default fontset.
16550 (make_fontset): Realize a fallback fontset from the default fontset.
16551 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16552 using split_font_name_into_vector and build_font_name_from_vector.
16553 (Fset_fontset_font): Access the elements of font_spec by enum
16554 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16555 name by using split_font_name_into_vector.
16556 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16557 generate a proper font name from the fontset name. Update
16558 Vfontset_alias_alist.
16559 (n_auto_fontsets): New variable.
16560 (new_fontset_from_font_name): New function.
16561 (Ffont_info): Store the information about fonts generated from the
16562 default fontset in the first extra slot of the returned char-table.
16563
16564 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16565 (font_name_registry): Delete function.
16566 (split_font_name_into_vector): New function.
16567 (build_font_name_from_vector): New function.
16568 (font_list): The argument REGISTRY is now a list of registry names.
16569 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16570 specifies an explicit font name, return the name as is. Make a
16571 list of registy names.
16572
16573 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16574 of x_new_fontset.
16575 (Fx_create_frame): Don't call x_new_fontset here. Just use
16576 x_list_fonts to check the existence of fonts.
16577
16578 * xterm.h (x_new_fontset): Adjust prototype.
16579
16580 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16581 string. Use new_fontset_from_font_name to create a fontset from a
16582 font name.
16583
165842008-02-01 Kenichi Handa <handa@m17n.org>
16585
16586 * syntax.c (Vfind_word_boundary_function_table): New name for
16587 Vnext_word_boundary_function_table.
16588 (find-word-boundary-function-table): New name for
16589 next-word-boundary-function-table.
16590
165912008-02-01 Dave Love <fx@gnu.org>
16592
16593 * Makefile.in: Fix some dependencies.
16594
16595 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16596 set it to nil before returning.
16597
16598 * composite.c (update_compositions): Fix type error.
16599
16600 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16601
166022008-02-01 Kenichi Handa <handa@m17n.org>
16603
16604 * xterm.c (x_new_font): Optimize for the case that the font is
16605 already set for the frame.
16606
166072008-02-01 Kenichi Handa <handa@m17n.org>
16608
16609 * chartab.c (char_table_ascii): Check if the char table contents
16610 is sub-char-table or not.
16611 (char_table_set, char_table_set_range): Fix argument to
16612 char_table_ascii.
16613
16614 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16615 (detect_coding_utf_8, detect_coding_utf_16)
16616 (detect_coding_emacs_mule, detect_coding_iso_2022)
16617 (detect_coding_sjis, detect_coding_big5)
16618 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16619 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16620 sequence is valid in this coding system. Change callers.
16621 (MAX_ANNOTATION_LENGTH): New macro.
16622 (ADD_ANNOTATION_DATA): New macro.
16623 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16624 ADD_ANNOTATION_DATA. Change the format of annotation data.
16625 (ADD_CHARSET_DATA): New macro.
16626 (emacs_mule_char): New argument ID. Change callers.
16627 (decode_coding_emacs_mule, decode_coding_iso_2022)
16628 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16629 Produce charset annotation data in coding->charbuf.
16630 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16631 to charset annotation data in coding->charbuf.
16632 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16633 coding->common_flags if the coding system is iso-2022 based and
16634 uses designation.
16635 (produce_composition): Adjust for the new annotation data format.
16636 (produce_charset): New function.
16637 (produce_annotation): Handle charset annotation.
16638 (handle_composition_annotation, handle_charset_annotation): New
16639 functions.
16640 (consume_chars): Handle charset annotation. Utilize the above two
16641 functions.
16642 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16643 buffer, get the deleted text as a string and set
16644 coding->src_object to that string.
16645 (detect_coding, detect_coding_system): Use the new struct
16646 coding_detection_info.
16647
16648 * coding.h (struct coding_detection_info): New structure.
16649 (struct coding_system): Adjust prototype of the member `detector'.
16650 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16651
166522008-02-01 Kenichi Handa <handa@m17n.org>
16653
16654 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16655
166562008-02-01 Dave Love <fx@gnu.org>
16657
16658 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16659 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16660 to new local and nullify apropos_accumulate before returning.
16661 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16662
166632008-02-01 Kenichi Handa <handa@m17n.org>
16664
16665 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16666 correctly.
e3eea1fc 16667
aac0c6e3
MR
166682008-02-01 Dave Love <fx@gnu.org>
16669
16670 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16671
166722008-02-01 Kenichi Handa <handa@m17n.org>
16673
16674 The following changes are to make character composition happen
16675 automatically on displaying.
16676
16677 * Makefile.in (lisp, shortlisp): Add composite.elc.
16678
16679 * composite.h (Qauto_composed, Vauto_composition_function)
16680 (Qauto_composition_function): Extern them.
16681
16682 * composite.c (Vcomposition_function_table)
16683 (Qcomposition_function_table): Delete variables.
16684 (Qauto_composed, Vauto_composition_function)
16685 (Qauto_composition_function): New variables.
16686 (run_composition_function): Don't call
16687 compose-chars-after-function.
16688 (update_compositions): Clear `auto-composed' text property.
16689 (compose_chars_in_text): Delete this function.
16690 (syms_of_composite): Staticpro Qauto_composed and
16691 Qauto_composition_function. Declare Vauto_composition_function as
16692 a Lisp variable.
16693
16694 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16695
16696 * xdisp.c (it_props): Add an entry for Qauto_composed.
16697 (handle_auto_composed_prop): New function.
16698
16699 * xselect.c (selection_data_to_lisp_data): Don't call
16700 compose_chars_in_text.
16701
167022008-02-01 Dave Love <fx@gnu.org>
16703
16704 * keyboard.c (read_char): Modify checking around use of
16705 Vkeyboard_translate_table.
16706
16707 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16708 and fix C types.
16709
167102008-02-01 Kenichi Handa <handa@m17n.org>
16711
16712 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16713 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16714 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16715 the case that the last byte is '\r' correctly.
16716 (decode_coding): Flush out the unprocessed data correctly.
16717 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16718
167192008-02-01 Dave Love <fx@gnu.org>
16720
16721 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16722 Add XK_ISO... case.
16723 (xaw_scroll_callback): Revert last change.
16724
167252008-02-01 Kenichi Handa <handa@m17n.org>
16726
16727 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16728
167292008-02-01 Kenichi Handa <handa@m17n.org>
16730
16731 * xfaces.c (Vface_resizing_fonts): New variable.
16732 (struct font_name): New member `resizing_ratio'.
16733 (font_resizing_ratio): New function.
16734 (split_font_name): Set font->resizing_ratio.
16735 (better_font_p): Pay attention to font->resizing_ratio.
16736 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16737 RESX, and RESY fields.
16738 (try_alternative_families): Try scalable fonts if
16739 Vscalable_fonts_allowed is not Qt.
16740 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16741
167422008-02-01 Dave Love <fx@gnu.org>
16743
16744 * xterm.c (xaw_scroll_callback): Cast correctly.
16745
167462008-02-01 Dave Love <fx@gnu.org>
16747
16748 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16749 (lispy_kana_keys): Comment out.
16750 (make_lispy_event) [XK_kana_A]: Comment out.
16751
16752 * xterm.c (xaw_scroll_callback): Cast call_data.
16753 (XTread_socket): Deal with ASCII keysyms.
16754 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16755
167562008-02-01 Dave Love <fx@gnu.org>
16757
16758 * xterm.c (Vx_keysym_table): New.
16759 (syms_of_xterm): Initialize it.
16760 (XTread_socket): Use it.
16761 From head: Eliminate incorrect optimization that tried to avoid
16762 decoding the output of X*LookupString.
16763 (x_get_font_repertory): Delete charset declaration.
16764
167652008-02-01 Kenichi Handa <handa@m17n.org>
16766
16767 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16768 return 0.
16769 (Fdefine_coding_system_internal): Setup
16770 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16771
167722008-02-01 Dave Love <fx@gnu.org>
16773
16774 * coding.c (Fcheck_coding_system): Doc fix.
16775
16776 * editfns.c (Finsert_byte): Return a proper value.
16777
167782008-02-01 Kenichi Handa <handa@m17n.org>
16779
16780 * coding.c (decode_coding): Fix args to translate_chars. Pay
16781 attention to Vstandard_translation_table_for_decode.
16782 (encode_coding): Fix args to translate_chars. Pay attention to
16783 Vstandard_translation_table_for_encode.
16784
16785 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16786 SINGLE_BYTE_CHAR_P.
16787
16788 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16789 not by SINGLE_BYTE_CHAR_P.
16790
16791 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16792 SINGLE_BYTE_CHAR_P.
16793
16794 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16795 SINGLE_BYTE_CHAR_P.
16796
16797 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16798 by SINGLE_BYTE_CHAR_P.
16799
16800 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16801 SINGLE_BYTE_CHAR_P.
16802
168032008-02-01 Dave Love <fx@gnu.org>
16804
16805 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16806
168072008-02-01 Dave Love <fx@gnu.org>
16808
16809 * fns.c (Flanginfo): Fix typo.
16810
16811 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16812
168132008-02-01 Kenichi Handa <handa@m17n.org>
16814
16815 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16816 (detect_coding_emacs_mule, detect_coding_iso_2022)
16817 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16818 incomplete byte sequence. Don't update *mask when correctly detected.
16819 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16820 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16821 (detect_coding, detect_coding_system): Adjust for the changes above.
16822
168232008-02-01 Kenichi Handa <handa@m17n.org>
16824
16825 * character.c (char_string): Rename from
16826 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16827 (string_char): Rename from string_char.
16828
16829 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16830 if C is greater than MAX_3_BYTE_CHAR.
16831 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16832 string_char instead of string_char_with_unification.
16833
168342008-02-01 Dave Love <fx@gnu.org>
16835
16836 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16837
168382008-02-01 Kenichi Handa <handa@m17n.org>
16839
16840 * keymap.c (push_key_description): Pay attention to force_multibyte.
16841
16842 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16843
168442008-02-01 Dave Love <fx@gnu.org>
16845
16846 * charset.c (define_charset_internal): Rename `supprementary'.
16847
16848 * Makefile.in (lisp, shortlisp): Remove latin-N.
16849
168502008-02-01 Dave Love <fx@gnu.org>
16851
16852 * xfns.c (x_window, x_window): Use use_xim.
16853
16854 * xterm.c (use_xim): Initialize.
16855 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16856 (x_term_init): Maybe set use_xim.
16857
16858 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16859
168602008-02-01 Kenichi Handa <handa@m17n.org>
16861
16862 * search.c (search_buffer): Fix case-fold-search of multibyte
16863 characters.
16864 (boyer_moore): Rename the last argument to char_high_bits.
16865
168662008-02-01 Kenichi Handa <handa@m17n.org>
16867
16868 * xdisp.c (display_string): Fix for the case of zero width glyph.
16869
16870 * xfns.c (x_set_font): Change the error message of the case that
16871 x_new_fontset returns Qt.
16872
16873 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16874 (Finternal_set_lisp_face_attribute): Use signal_error for the
16875 error of invalid fontset.
16876
16877 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16878 fontset, return Qt.
16879
168802008-02-01 Dave Love <fx@gnu.org>
16881
16882 * unexelf.c (unexec): Make .got handling not SGI-specific.
16883
16884 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16885
16886 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16887
16888 * keyboard.c (read_key_sequence): Fix type error.
16889
16890 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16891 type error.
16892
16893 * fontset.c (fontset_add): Return Lisp_Object.
16894
168952008-02-01 Dave Love <fx@gnu.org>
16896
16897 * charset.h (charset_ordered_list_tick): Declare extern.
16898
168992008-02-01 Kenichi Handa <handa@m17n.org>
16900
16901 The following changes (and some of 2008-02-01 changes of mine) are
16902 for handling syntax, category, and case conversion for unibyte
16903 characters by converting them to multibyte on the fly. With these
16904 changes, we don't have to setup syntax and case tables for unibyte
16905 characters in each language environment.
16906
16907 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16908 multibyte if necessary.
16909
16910 * bytecode.c (Fbyte_code): Likewise.
16911
16912 * character.h (LEADING_CODE_LATIN_1_MIN)
16913 (LEADING_CODE_LATIN_1_MAX): New macros.
16914 (unibyte_to_multibyte_table): Extern it.
16915 (unibyte_char_to_multibyte): New macro.
16916 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16917 (CHAR_LEADING_CODE): New macro.
16918 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16919
16920 * character.c (unibyte_to_multibyte_table): New variable.
16921 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16922 (multibyte_char_to_unibyte): If C is an eight-bit character,
16923 convert it to the corresponding byte value.
16924
16925 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16926 not 1, signals an error. Update the elements of
16927 unibyte_to_multibyte_table.
16928 (init_charset_once): Initialize unibyte_to_multibyte_table.
16929 (syms_of_charset): Define the charset `iso-8859-1'.
16930
16931 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16932 as is without converting it to unibyte. In a unibyte buffer,
16933 convert C to multibyte before checking the syntax.
16934
16935 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16936
16937 * minibuf.c (Fminibuffer_complete_word): Use the macro
16938 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16939
16940 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16941
16942 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16943 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16944 that is zero, convert an eight-bit char to multibyte.
16945 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16946 non-emacs case.
16947 (PATFETCH): Convert an eight-bit char to multibyte.
16948 (HANDLE_UNIBYTE_RANGE): New macro.
16949 (regex_compile): Setup the compiled pattern for multibyte chars
16950 even if the given regex string is unibyte. Use PATFETCH_RAW
16951 instead of PATFETCH in many places. To handle `charset'
16952 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16953 only for ASCII chars.
16954 (analyse_first) <exactn>: Simplify because the compiled pattern
16955 is multibyte.
16956 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16957 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16958 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16959 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16960 multibyte always 1.
16961 (re_search_2): In emacs, set the locale variable multibyte to 1,
16962 otherwise to 0. New local variable target_multibyte. Check it
16963 to decide the multibyteness of STR1 and STR2. If
16964 target_multibyte is zero, convert unibyte chars to multibyte
16965 before translating and checking fastmap.
16966 (TARGET_CHAR_AND_LENGTH): New macro.
16967 (re_match_2_internal): In emacs, set the locale variable multibyte
16968 to 1, otherwise to 0. New local variable target_multibyte. Check
16969 it to decide the multibyteness of STR1 and STR2. Use
16970 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16971 <charset, charset_not>: If multibyte is nonzero, check fastmap
16972 only for ASCII chars. Call bcmp_translate with
16973 target_multibyte, not with multibyte.
16974 <begline>: Declare the local variable C as `unsigned'.
16975 (bcmp_translate): Change the last arg name to target_multibyte.
16976
16977 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16978 the regexp pattern and the matching target. Set cp->buf.multibyte
16979 to the multibyteness of the regexp pattern. Set
16980 cp->but.target_multibyte to the multibyteness of the matching target.
16981 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16982 FETCH_STRING_CHAR_ADVANCE.
16983 (Freplace_match): Convert unibyte chars to multibyte.
16984
16985 * syntax.c (char_quoted, back_comment, scan_words)
16986 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16987 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16988 unibyte chars to multibyte.
16989 (skip_chars): Delete the arg syntaxp, and move the code for
16990 handling syntaxes to skip_syntaxes. Change callers.
16991 Fix the case that the multibyteness of STRING and the current
16992 buffer doesn't match.
16993 (skip_syntaxes): New function.
16994 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16995 SINGLE_BYTE_CHAR_P.
16996
169972008-02-01 Kenichi Handa <handa@m17n.org>
16998
16999 * xfaces.c (QCfontset): New variable.
17000 (LFACE_FONTSET): New macro.
17001 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17002 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17003 (Finternal_set_lisp_face_attribute)
17004 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17005 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17006 check also LFACE_FONTSET_INDEX.
17007 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17008 attrs[LFACE_FONT_INDEX].
17009 (syms_of_xfaces): Intern and staticpro QCfontset.
17010
17011 * dispextern.h (enum lface_attribute_index): New member
17012 LFACE_FONTSET_INDEX.
17013
17014 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17015
170162008-02-01 Kenichi Handa <handa@m17n.org>
17017
17018 * coding.c (coding_set_destination): Fix coding->destination for
17019 the case converting a region.
17020 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17021 (encode_coding_object): Fix coding->dst_pos and
17022 coding->dst_pos_byte for the case converting a region.
17023
17024 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17025
17026 * character.h (BYTE8_STRING): New macro.
17027
17028 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17029
170302008-02-01 Kenichi Handa <handa@m17n.org>
17031
17032 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17033 characters by octal form.
17034
17035 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17036
17037 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17038 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17039 _fetch_multibyte_char_len.
17040 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17041
17042 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17043
17044 * casefiddle.c (casify_object): Simplify. Handle the case that
17045 the case conversion change the byte length.
17046 (casify_region): Likewise.
17047
17048 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17049
17050 * character.c (_fetch_multibyte_char_len): Delete this variable.
17051 (syms_of_character): Setup Vprintable_chars.
17052
17053 * editfns.c (Fchar_equal): Fix for the unibyte case.
17054 (Finsert_byte): New function.
17055 (syms_of_editfns): Defsubr it.
17056
17057 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17058 of direct code 0x3ffff.
17059
17060 * search.c (Freplace_match): Fix for the unibyte case.
17061
170622008-02-01 Kenichi Handa <handa@m17n.org>
17063
17064 * lread.c (safe_to_load_p): Fix the logic.
17065
17066 * syntax.c (scan_words): Don't treat characters belonging to
17067 different scripts as constituting a word.
17068
17069 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17070
17071 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17072
17073 * emacs.c (main): In the case of --unibyte, instead of aborting on
17074 finding non-empty buffer, make it unibyte.
17075
170762008-02-01 Kenichi Handa <handa@m17n.org>
17077
17078 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17079 to create a fontset.
17080
170812008-02-01 Dave Love <fx@gnu.org>
17082
17083 * character.c (Funibyte_char_to_multibyte): Doc fix.
17084
17085 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17086
170872008-02-01 Kenichi Handa <handa@m17n.org>
17088
17089 * fontset.c (fontset_add): Make the type `int'.
17090 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17091
17092 * character.c (unibyte_char_to_multibyte)
17093 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17094 charset_unibyte, not charset_primary.
17095
17096 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17097
17098 * charset.c (charset_unibyte): Rename from charset_primary.
17099 (Funibyte_charset): Rename from Fprimary_charset.
17100 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17101 (syms_of_charset): Adjust for the above changes.
17102
17103 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17104 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17105 it->multibyte_p is zero.
17106
17107 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17108 Delete extern.
17109
171102008-02-01 Kenichi Handa <handa@m17n.org>
17111
17112 * coding.c (Fdefine_coding_system_internal): Fix category setting
17113 for a coding system of type iso-2022.
17114
171152008-02-01 Kenichi Handa <handa@m17n.org>
17116
17117 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17118
171192008-02-01 Kenichi Handa <handa@m17n.org>
17120
17121 * syntax.c (Vnext_word_boundary_function_table): New variable.
17122 (next-word-boundary-function-table): Declare it as a Lisp variable
17123 in syms_of_syntax.
17124 (scan_words): Call functions in Vnext_word_boundary_function_table
17125 if any.
17126
17127 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17128
17129 * fontset.c (fs_load_font): If fontp->charset is not negative,
17130 return fontp without setting its members.
17131
171322008-02-01 Dave Love <fx@gnu.org>
17133
17134 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17135
17136 * m/sparc.h (HAVE_ALLOCA): Delete.
17137
17138 * s/irix6-5.h: Don't include strings.h.
17139 (bcopy, bzero, bcmp): Don't undef.
17140
17141 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17142
17143 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17144 (TIOCSIGSEND): Don't test IRIX6.
17145 (bcopy, bzero, bcmp): Define conditionally.
17146
171472008-02-01 Kenichi Handa <handa@m17n.org>
17148
17149 * buffer.c (Qas, Qmake, Qto): New variables.
17150 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17151 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17152
17153 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17154 we are inserting a process output into a multibyte buffer.
17155
17156 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17157 multibyte_char_to_unibyte.
17158
17159 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17160 by the primary charset, make it eight-bit char.
17161 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17162
17163 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17164 (charset_8_bit__control, charset_8_bit_graphic)
17165 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17166 (define_charset_internal): New function.
17167 (syms_of_charset): Call define_charset_internal for pre-defined
17168 charsets.
17169
17170 * charset.h (charset_8_bit): Extern it.
17171
17172 * coding.c (make_conversion_work_buffer): Adjust for the change
17173 of Fset_buffer_multibyte.
17174 (encode_coding_raw_text): Increment p0 in the loop.
17175
17176 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17177
17178 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17179 for the change of Fset_buffer_multibyte.
17180
17181 * fns.c (Fstring_to_multibyte): New function.
17182 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17183
171842008-02-01 Dave Love <fx@gnu.org>
17185
17186 * xfns.c (x_put_x_image): Declare args.
17187
17188 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17189 (try_font_list): Declare an arg.
17190
17191 * xdisp.c (message2_nolog, set_message): Declare an arg.
17192
17193 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17194
17195 * syntax.c (scan_sexps_forward): Declare an arg.
17196
17197 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17198 Declare an arg.
17199
17200 * lisp.h (Fnew_fontset): Declare.
17201
17202 * keymap.c (push_key_description): Call CHARACTERP correctly.
17203
17204 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17205 (face_for_char): Delete unused vars.
17206 (Fset_fontset_font): Doc fix. Delete unused vars.
17207
17208 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17209
17210 * composite.c (update_compositions): Declare arg.
17211
17212 * cm.c (calccost, cmgoto): Declare args.
17213
17214 * charset.c: Remove `emacs' conditional. Doc fixes.
17215 (map_char_table_for_charset): Declare.
17216
17217 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17218
17219 * ccl.c: Remove `emacs' conditional.
17220
172212008-02-01 Kenichi Handa <handa@m17n.org>
17222
17223 The following changes are to allow specifying multiple font
17224 patterns for a character range (specified by script or charset).
17225
17226 * Makefile.in (abbrev.o): Depend on syntax.h.
17227 (xfaces.o): Depend on charset.h.
17228
17229 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17230 SINGLE_BYTE_CHAR_P.
17231
17232 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17233
17234 * character.h (Vchar_script_table): Extern it.
17235
17236 * character.c (Vscript_alist): Delete.
17237 (Vchar_script_table, Qchar_script_table): New variable.
17238 (syms_of_character): Declare Vchar_script_table as a lisp variable
17239 and initialize it.
17240
17241 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17242 have property char-table-extra-slots, make no extra slot.
17243
17244 * dispextern.h (struct face): Delete member `charset'.
17245 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17246 SINGLE_BYTE_CHAR_P.
17247 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17248 Add prototypes.
17249 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17250 (generate_ascii_font_name): Rename from generate_ascii_font.
17251
17252 * fontset.h (get_font_repertory_func): New prototype.
17253 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17254 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17255
17256 * fontset.c (Qprepend, Qappend): New variables.
17257 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17258 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17259 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17260 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17261 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17262 (load_font_get_repertory): New functions.
17263 (fontset_set): Delete.
17264 (fontset_face): New arg FACE. Return face ID, not face.
17265 Complete re-write to handle new fontset structure. Change caller.
17266 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17267 (face_for_char): Don't call lookup_face.
17268 (make_fontset_for_ascii_face): New arg FACE.
17269 (fs_load_font): New arg CHARSET_ID. Don't check
17270 Vfont_encoding_alist here.
17271 (find_font_encoding): New function.
17272 (list_fontsets): Use STRINGP, not ! NILP.
17273 (accumulate_script_ranges): New function.
17274 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17275 re-written to handle new fontset structure.
17276 (Ffontset_font): Return a copy of element.
17277 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17278 docstring of font-encoding-alist.
17279
17280 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17281 (Fset_fotset_font): Fix arguments to 5.
17282
17283 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17284
17285 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17286 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17287 (highlight_trailing_whitespace): Adjust for the change of
17288 lookup_named_face.
17289
17290 * xfaces.c: Include charset.h.
17291 (load_face_font): Delete argument C. Change caller.
17292 (generate_ascii_font_name): Rename from generate_ascii_font.
17293 (font_name_registry): New function.
17294 (cache_face): Store ascii faces before non-ascii faces in buckets.
17295 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17296 Lookup only ascii faces.
17297 (lookup_non_ascii_face): New function.
17298 (lookup_named_face): Delete argument C. Change caller.
17299 (lookup_derived_face): Delete argument C. Change caller.
17300 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17301 a string, just call font_list with it.
17302 (choose_face_font): Delete arguments FACE and C. New arg
17303 FONT_SPEC. Change caller.
17304 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17305 Change caller.
17306 (realize_non_ascii_face): New function.
17307 (realize_x_face): Call load_face_font here.
17308 (realize_tty_face): Delete argument C. Change caller.
17309 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17310 get a face ID.
17311 (dump_realized_face): Don't print charset of FACE.
17312
17313 * xfns.c (x_set_font): Always call x_new_fontset and
17314 store_frame_parameter.
17315 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17316 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17317
17318 * xterm.h (x_get_font_repertory): Extern it.
17319
17320 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17321 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17322 it->multibyte_p is zero.
17323 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17324 (x_new_fontset): If FONTSETNAME doesn't match any existing
17325 fontsets, create a new one.
17326 (x_get_font_repertory): New function.
17327
173282008-02-01 Kenichi Handa <handa@m17n.org>
17329
17330 * coding.c (Ffind_coding_systems_region_internal): Detect an
17331 ASCII only string correctly.
17332
17333 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17334 version is 0.
17335
173362008-02-01 Kenichi Handa <handa@m17n.org>
17337
17338 * lread.c: Include "coding.h".
17339 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17340 (load_each_byte, unread_char): New variables.
17341 (readchar_backlog): Delete.
17342 (readchar): Return a character unless load_each_byte is nonzero.
17343 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17344 cons. If unread_char is not -1, simply return it.
17345 (unreadchar): Handle the case that readcharfun is
17346 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17347 (read_multibyte): Delete.
17348 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17349 (read_emacs_mule_char): New functions.
17350 (Fload): Even if the file doesn't have the extension ".elc", if
17351 safe_to_load_p returns a positive version number, assume that the
17352 file contains bytecompiled code. If the version is less than 22,
17353 load the file while decoding multibyte sequences by emacs-mule.
17354 (readevalloop): Don't use readchar_backlog.
17355 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17356 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17357 (read_escape): Delete the arg BYTEREP.
17358 (read1): Set load_each_byte to 1 temporarily while handling
17359 #@NUMBER. Don't call read_multibyte.
17360 (read_vector): Call Fread with a cons. If readcharfun is
17361 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17362 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17363 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17364 and Qload_force_doc_strings.
17365
173662008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * xdisp.c (face_before_or_after_it_pos): Call
17369 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17370
173712008-02-01 Kenichi Handa <handa@m17n.org>
17372
17373 * character.h (TRAILING_CODE_P): New macro.
17374 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17375 (string_char_with_unification): Fix prototype.
17376 (Vscript_alist): Extern it.
17377
17378 * character.c (Vscript_alist): New variable.
17379 (string_char_with_unification, str_as_unibyte)
17380 (string_escape_byte8): Add `const' to local variables.
17381 (syms_of_character): Declare script-alist as a Lisp variable.
17382
17383 * charset.h (Vcharset_ordered_list): Extern it.
17384 (charset_ordered_list_tick): Extern it.
17385 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17386 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17387 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17388 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17389 (Funify_charset): Adjust for the change of Funify_charset.
17390
17391 * charset.c (charset_ordered_list_tick): New variable.
17392 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17393 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17394 deunify intead of unify a charset.
17395 (string_xstring_p): Add `const' to local variables.
17396 (find_charsets_in_text): Add `const' to arguments and local variables.
17397 (encode_char): Adjust for the change of Funify_charset. Fix
17398 detecting of invalid code.
17399 (Fset_charset_priority): Increment charset_ordered_list_tick.
17400 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17401 and TO_CODE.
17402
17403 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17404 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17405 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17406 (decode_coding_ccl, consume_chars)
17407 (Ffind_coding_systems_region_internal)
17408 (Fcheck_coding_systems_region): Add `const' to local variables.
17409
17410 * print.c (print_object): Use octal form for printing the
17411 contents of a bool vector.
17412
174132008-02-01 Dave Love <fx@gnu.org>
17414
17415 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17416 <version == 20>: Refuse to load.
17417
174182008-02-01 Dave Love <fx@gnu.org>
17419
17420 * fns.c: Move coding.h.
17421 (Qcodeset, Qdays, Qmonths): New.
17422 (concat): Use CHARACTERP instead of INTEGERP.
17423 (Flocale_codeset): Delete.
17424 (Flanginfo): New function.
17425 (syms_of_fns): Change accordingly.
17426
17427 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17428
174292008-02-01 Dave Love <fx@gnu.org>
17430
17431 * casetab.c (init_casetab_once, init_casetab_once): Fix
17432 CHAR_TABLE_SET call.
17433
17434 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17435
17436 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17437
17438 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17439 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17440 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17441
17442 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17443
17444 * coding.c (ENCODE_DESIGNATION, decode_eol)
17445 (make_conversion_work_buffer, code_conversion_restore)
17446 (Fdefine_coding_system_internal): Convert Lisp types.
17447 (code_conversion_restore): Use EQ, not ==.
17448 (Fencode_coding_string): Fix code_convert_string call.
17449
17450 * coding.h (code_convert_region): Fix prototype.
17451
17452 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17453
17454 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17455 (Ffontset_info): Convert Lisp types.
17456
17457 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17458
17459 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17460
17461 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17462
17463 * chartab.c: Include "...h", not <...h> in some cases.
17464
17465 * callproc.c (Fcall_process): Remove unused variables.
17466
174672008-02-01 Dave Love <fx@gnu.org>
17468
17469 * coding.c (Fset_coding_system_priority): Allow null arg list.
17470
174712008-02-01 Dave Love <fx@gnu.org>
17472
17473 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17474 (Fself_insert_and_exit): Use CHARACTERP.
17475
17476 * callproc.c (Fcall_process): Remove unused vars.
17477
17478 * xterm.c (XTread_socket): Add extra dead keysyms.
17479
17480 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17481
17482 * dispextern.h: Remove prototypes for redraw_frame,
17483 redraw_garbaged_frames.
17484
17485 * cmds.c (Fself_insert_command): Use CHARACTERP.
17486
17487 * chartab.c (make_sub_char_table): Remove unused var.
17488 (Fset_char_table_default, Fmap_char_table): Doc fix.
17489
17490 * keymap.c (access_keymap): Remove generic char code.
17491 (push_key_description): Use CHARACTERP.
17492
174932008-02-01 Dave Love <fx@gnu.org>
17494
17495 * charset.c: Doc fixes.
17496 (Funify_charset): Extra checking.
17497
174982008-02-01 Dave Love <fx@gnu.org>
17499
17500 * lread.c: Remove some unused variables.
17501 (safe_to_load_p): If safe, return the magic number version byte.
17502 (Fload): Maybe use load-with-code-conversion.
17503
175042008-02-01 Kenichi Handa <handa@m17n.org>
17505
17506 * category.c (Fmodify_category_entry): Don't modify the contents
17507 of category_set for characters out of the range. Avoid
17508 unnecessary modification.
17509
17510 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17511 Vchar_unify_table. The default value of the table is now nil.
17512
17513 * character.c (syms_of_character): Setup Vchar_width_table for
17514 eight-bit-control and raw-byte chars.
17515
17516 * charset.h (enum define_charset_arg_index): Delete
17517 charset_arg_parents and add charset_arg_subset and
17518 charset_arg_superset.
17519 (enum charset_attr_index): Delete charset_parents and add
17520 charset_subset and charset_superset.
17521 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17522 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17523 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17524 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17525 (CHARSET_SUPERSET): New macros.
17526 (charset_work): Extern it.
17527 (ENCODE_CHAR): Use charset_work.
17528 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17529 (map_charset_chars): Extern it.
17530
17531 * charset.c (load_charset_map): Set the default value of encoder
17532 and deunifier char-tables to nil.
17533 (map_charset_chars): Change argument. Change callers. Use
17534 map_char_table_for_charset instead of map_char_table.
17535 (Fmap_charset_chars): New optional args from_code and to_code.
17536 (Fdefine_charset_internal): Adjust for the change of
17537 `define-charset' (:parents -> :subset or :superset).
17538 (charset_work): New variable.
17539 (encode_char, syms_of_charset): Adjust for the change of
17540 Fdefine_charset_internal.
17541 (Ffind_charset_string): Setup the vector `charsets' correctly.
17542
17543 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17544 the previous change.
17545 (char_table_ref_and_range): Adjust for the above change.
17546 (map_sub_char_table_for_charset): New function.
17547 (map_char_table_for_charset): New function.
17548
17549 * keymap.c (describe_vector): Handle a char-table directly here.
17550 (describe_char_table): Delete.
17551
17552 * lisp.h (map_charset_chars): Delete.
17553
175542008-02-01 Dave Love <fx@gnu.org>
17555
17556 * fns.c (count_combining): Comment out (unused).
17557 (Flocale_codeset): New.
17558 (syms_of_fns): Defsubr it.
17559
17560 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17561 (size_t): Remove.
17562
175632008-02-01 Dave Love <fx@gnu.org>
17564
17565 * Makefile.in (chartab.o): Depend on charset.h.
17566
175672008-02-01 Kenichi Handa <handa@m17n.org>
17568
17569 * character.c (syms_of_character): Set the default value of
17570 Vprintable_chars to Qnil.
17571
175722008-02-01 Dave Love <fx@gnu.org>
17573
17574 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17575
175762008-02-01 Kenichi Handa <handa@m17n.org>
17577
17578 * charset.c (load_charset_map): Handle the case that from < to
17579 correctly.
17580
17581 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17582 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17583 Pay attention to raw-8-bit chars.
17584
175852008-02-01 Kenichi Handa <handa@m17n.org>
17586
17587 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17588 It is not bytecompiled now.
17589
17590 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17591 (charset_jisx0208): New variables.
17592 (Fdefine_charset_internal): Setup them if appropriate.
17593 (init_charset_once): Initialize them to -1.
17594
17595 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17596 (charset_jisx0208): Extern them.
17597
17598 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17599 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17600 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17601 (setup_iso_safe_charsets): Fix arguments to Fassq.
17602 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17603 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17604 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17605 (encode_coding_iso_2022): Change the 1st arg to
17606 ENCODE_ISO_CHARACTER to a variable.
17607
176082008-02-01 Kenichi Handa <handa@m17n.org>
17609
17610 * charset.h (enum define_charset_arg_index): New enums
17611 charset_arg_min_code and charset_arg_max_code.
17612 (struct charset): New member char_index_offset.
17613
17614 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17615 Take charset->char_index_offset into account.
17616 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17617 args[charset_arg_max_code]. Setup charset.char_index_offset.
17618 (syms_of_charset): Fix args to Fdefine_charset_internal.
17619
176202008-02-01 Dave Love <fx@gnu.org>
17621
17622 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17623
176242008-02-01 Dave Love <fx@gnu.org>
17625
17626 * coding.c: Doc fixes.
17627 (Fcoding_system_aliases): Fix return value.
17628 (Qmac): Remove (duplicated) definition.
17629
176302008-02-01 Dave Love <fx@gnu.org>
17631
362654a6
JB
17632 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17633 New functions.
aac0c6e3
MR
17634
17635 * character.c (Fstring): Doc fix.
17636
17637 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17638
362654a6 17639 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
17640 (font-encoding-alist): Doc fix.
17641
176422008-02-01 Dave Love <fx@gnu.org>
17643
17644 * term.c (costs_set): Declare static, non-initialized for pcc.
17645 (encode_terminal_code): Remove unused var.
17646
17647 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17648 for K&R.
17649
17650 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17651
17652 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17653 (suffixes): Move out of make_subsidiaries for K&R.
17654
17655 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17656
17657 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17658
176592008-02-01 Dave Love <fx@gnu.org>
17660
17661 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17662
17663 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17664
176652008-02-01 Yong Lu <lyongu@asia-infonet.com>
17666
17667 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17668
17669 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17670
176712008-02-01 Kenichi Handa <handa@m17n.org>
17672
17673 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17674 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17675
176762008-02-01 Kenichi Handa <handa@m17n.org>
17677
17678 * coding.c (decode_coding_charset): Adjust for the change of
17679 Fdefine_coding_system_internal.
17680 (Fdefine_coding_system_internal): For a coding system of
17681 `charset' type, store a list of charset IDs in
17682 `charset_attr_charset_valids' element of coding attributes.
17683
176842008-02-01 Kenichi Handa <handa@m17n.org>
17685
17686 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17687 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17688 caller. Handle 2-byte and 3-byte charsets correctly.
17689 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17690 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17691 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17692 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17693 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17694 sequence.
17695 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17696 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17697 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17698 and alt&rule composition.
17699 (decode_coding_iso_2022): Handle composition correctly.
17700 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17701
17702 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17703 re-defining a charset. If the charset has :emacs-mule-id, setup
17704 emacs_mule_bytes.
17705 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17706
177072008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17710 (encode_coding_big5, encode_coding_charset): If coding requires safe
17711 encoding, produce a character specified by
17712 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17713
177142008-02-01 Dave Love <fx@gnu.org>
17715
17716 * xterm.c (XSetIMValues): Declare.
17717
17718 * process.c: Conditionally include sys/wait.h, pty.h.
17719
17720 * print.c (print_object): Fix print format for 64-bit systems.
17721
17722 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17723
17724 * buffer.c (emacs_strerror): Declare.
17725
17726 * fontset.c (Fclear_face_cache): Declare.
17727 (accumulate_font_info): Comment-out (unused).
17728 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17729 variables.
17730
17731 * character.h (string_escape_byte8): Declare.
17732
17733 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17734 unused vars.
17735 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17736 (Fmap_charset_chars): Doc fix.
17737
17738 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17739 (Fset_coding_system_priority, Fset_coding_system_priority)
17740 (Fdefine_coding_system_internal): Doc fix.
17741
177422008-02-01 Dave Love <fx@gnu.org>
17743
17744 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17745
177462008-02-01 Kenichi Handa <handa@m17n.org>
17747
17748 * character.c (string_escape_byte8): Make multibyte string with
17749 correct size.
17750
17751 * charset.c (Fmake_char): Delete unnecessary code.
17752
177532008-02-01 Kenichi Handa <handa@m17n.org>
17754
17755 * xfns.c (x_encode_text): Allocate coding.destination here, and
17756 call encode_coding_object with dst_object Qnil.
17757
17758 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17759 multibyte form correctly.
17760
17761 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17762 against Vfont_encoding_alist.
17763
17764 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17765 handling of charset list.
17766 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17767 (decode_coding_object): Move point to coding->dst_pos before
17768 calling post-read-conversion function.
17769 (encode_coding_object): Give correct arguments to
17770 pre-write-conversion. Ignore the return value of
17771 pre-write-conversion function. Pay attention to the case that
17772 pre-write-conversion changes the current buffer. If dst_object is
17773 Qt, even if coding->src_bytes is zero, allocate at least one byte
17774 to coding->destination.
17775
17776 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17777
17778 * charset.c (Fmake_char): Make it more backward compatible.
17779 (Fmap_charset_chars): Fix docstring.
17780
177812008-02-01 Dave Love <fx@gnu.org>
17782
17783 * coding.c: Doc fixes.
17784 (Fdefine_coding_system_alias): Use names, not symbols, in
17785 coding-system-alist.
17786
177872008-02-01 Kenichi Handa <handa@m17n.org>
17788
17789 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17790 of calling free_realized_face.
17791
177922008-02-01 Yong Lu <lyongu@asia-infonet.com>
17793
17794 * charset.c (read_hex): Don't treat SPC as a comment starter.
17795 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17796 (Fdecode_char): Fix typo.
17797
177982008-02-01 Kenichi Handa <handa@m17n.org>
17799
17800 * charset.h (struct charset): New member `code_space_mask'.
17801
17802 * coding.c (coding_set_source): Delete the local variable beg_byte.
17803 (encode_coding_charset, Fdefine_coding_system_internal):
17804 Delete the local variable charset.
17805 (Fdefine_coding_system_internal): Setup
17806 attrs[coding_attr_charset_valids] correctly.
17807
17808 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17809 member to check if CODE is valid or not.
17810 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17811 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17812 is within the range of charset->min_code and carset->max_code.
17813
178142008-02-01 Dave Love <fx@gnu.org>
17815
17816 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17817
17818 * dispextern.h (generate_ascii_font): Fix return type.
17819
17820 * xfaces.c (generate_ascii_font): Fix arg declaration.
17821
17822 * coding.c (coding_inherit_eol_type)
17823 (Fset_terminal_coding_system_internal)
17824 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17825
178262008-02-01 Kenichi Handa <handa@m17n.org>
17827
17828 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17829 multiple charsets correctly.
17830
178312008-02-01 Kenichi Handa <handa@m17n.org>
17832
17833 * search.c (boyer_moore): Fix handling of multibyte character
17834 translation.
17835
17836 * xdisp.c (display_mode_element): When the variable `elt' is
17837 changed, update `this' and `lisp_string'.
17838
178392008-02-01 Kenichi Handa <handa@m17n.org>
17840
17841 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17842
17843 * callproc.c (Fcall_process): Be sure to give the current buffer
17844 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17845
17846 * charset.c (struct charset_map_entries): New struct.
17847 (load_charset_map): Rename from parse_charset_map. New args
17848 entries and n_entries. Change caller.
17849 (load_charset_map_from_file): Rename from load_charset_map.
17850 Change caller. New arg control_flag. Call load_charset_map at
17851 the tail.
17852 (load_charset_map_from_vector): New function.
17853 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17854 (encode_char): If the charset is compact, change a character index
17855 to a code point.
17856
17857 * coding.c (coding_alloc_by_making_gap): Check the case that the
17858 source and destination are the same correctly.
17859 (decode_coding_raw_text): Set coding->consumed_char and
17860 coding->consumed to 0.
17861 (produce_chars): If coding->chars_at_source is nonzero, update
17862 coding->consumed_char and coding->consumed before calling
17863 alloc_destination.
17864 (Fdefine_coding_system_alias): Register ALIAS in
17865 Vcoding_system_alist.
17866 (syms_of_coding): Define `no-conversion' coding system at the tail.
17867
17868 * fileio.c (Finsert_file_contents): Set coding_system instead of
17869 val. If the current buffer is multibyte, always call
17870 decode_coding_gap.
17871
17872 * xfaces.c (try_font_list): Give higher priority to fontset's
17873 family than face's family.
17874
178752008-02-01 Kenichi Handa <handa@m17n.org>
17876
17877 * callproc.c (Fcall_process): Be sure to give the current buffer
17878 to decode_coding_c_string.
17879
17880 * xfaces.c (try_font_list): Give a family specified in a fontset
17881 higher priority than a family specified in a face.
17882
178832008-02-01 Kenichi Handa <handa@m17n.org>
17884
17885 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17886 Fix arguments to insert_from_buffer.
17887
17888 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17889
178902008-02-01 Kenichi Handa <handa@m17n.org>
17891
17892 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17893 (decode_coding_gap): Set coding->dst_multibyte correctly.
17894
178952008-02-01 Kenichi Handa <handa@m17n.org>
17896
17897 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17898 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17899 (encode_coding_utf_16): Substitute coding->default_char for
17900 non-Unicode characters.
17901 (decode_coding): Don't call record_insert here.
17902 (setup_coding_system): Initialize `surrogate' of
17903 coding->spec.utf_16 to 0.
17904 (EMIT_ONE_BYTE): Fix for multibyte case.
17905
17906 * insdel.c (insert_from_gap): Call record_insert.
17907
179082008-02-01 Kenichi Handa <handa@m17n.org>
17909
17910 * casefiddle.c (casify_region): Fix multibyte case.
17911
17912 * character.c (c_string_width): Add return type `int'.
17913 (char_string_with_unification): Delete arg ADVANCED.
17914
17915 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17916 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17917 (CHAR_STRING_ADVANCE): Make it do-while statement.
17918
17919 * chartab.c (sub_char_table_set_range): Optimize for the case
17920 DEPTH == 3. Add workaround code for a GCC optimization bug.
17921
17922 * charset.c (parse_charset_map): Remove an unused variable.
17923
17924 * coding.c: Delete unused variables.
17925
17926 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17927 earlier. If inserted is zero and the coding system doesn't
17928 require flushing, don't call decode_coding_gap.
17929
17930 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17931
179322008-02-01 Kenichi Handa <handa@m17n.org>
17933
17934 The following changes are for using Unicode as an internal
17935 character model, and use UTF-8 format for buffer/string
17936 representation.
17937
17938 * .gdbinit (xchartable): Adjust for the change of char table structure.
17939 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17940
17941 * Makefile.in (obj): Add character.o and chartab.o.
17942 (lisp, shortlisp): Remove utf-8.elc.
17943 (*.o): For many files, change dependency on charset.h to
17944 character.h, and add dependency on character.h.
17945 (character.o, chartab.o): New targets.
17946
17947 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17948 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17949 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17950 of "charset.h".
17951
17952 * dired.c, filelock.c: Include "character.h".
17953
17954 * alloc.c: Include "character.h" instead of "charset.h".
17955 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17956 (syms_of_alloc): Remove defsubr for Smake_char_table.
17957
17958 * buffer.c: Include "character.h" instead of "charset.h", don't
17959 include "coding.h".
17960 (Fset_buffer_multibyte): Adjust for UTF-8.
17961
17962 * buffer.h: EXFUN Fbuffer_live_p.
17963
17964 * callproc.c: Include "character.h" instead of "charset.h".
17965 (Fcall_process): Big change for the new code-conversion APIs.
17966
17967 * casetab.c: Include "character.h" instead of "charset.h".
17968 (set_canon, set_identity, shuffle): Adjust for the new
17969 map_char_table spec.
17970 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17971 accessing the char table structure.
17972
17973 * chartab.c: New file that implements char table.
17974
17975 * category.c: Include "character.h".
17976 (copy_category_entry): New function.
17977 (copy_category_table): Call map_char_table and copy_category_entry.
17978 (Fmake_category_table): Initialize all top-level slots.
17979 (char_category_set): New function.
17980 (modify_lower_category_set): Delete.
17981 (Fmodify_category_entry): Call char_table_ref_and_range.
17982
17983 * category.h (CATEGORY_SET): Just call char_category_set.
17984
17985 * ccl.c: Include "character.h".
17986 (Qccl, Qcclp): New variables.
17987 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17988 it's less than 256.
17989 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17990 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17991 and DST type.
17992 (ccl_driver): Change types of argument, adjust code accordingly.
17993 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17994 ccl_driver.
17995 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17996
17997 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17998 New members src_multibyte, dst_multibyte, consumed, and produced.
17999 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18000 (CODING_SPEC_CCL_PROGRAM): New macro.
18001 (ccl_driver): Update prototype.
18002 (Qccl, Qcclp, Fccl_program_p): Extern them.
18003 (CHECK_CCL_PROGRAM): New macro.
18004
18005 * character.c, character.h, chartab.c: New files.
18006
18007 * charset.c: Mostly re-written. Move character and multibyte sequence
18008 handling codes to character.c.
18009
18010 * charset.h: Mostly re-written. Move character and multibyte sequence
18011 handling codes to character.h.
18012
18013 * coding.c, coding.h: Mostly re-written.
18014
18015 * composite.c: Include "character.h" instead of "charset.h".
18016 (CHAR_WIDTH): Move to character.h.
18017 (HASH_KEY, HASH_VALUE): Delete.
18018
18019 * composite.h (enum composition_method): Change order of enumeration
18020 symbols.
18021
18022 * data.c: Include "character.h" instead of "charset.h".
18023 (Faref): Call CHAR_TABLE_REF for a char table.
18024 (Faset): Call CHAR_TABLE_SET for a char table.
18025
18026 * dispextern.h (free_realized_face, check_face_attribytes)
18027 (generate_ascii_font): Extern them.
18028 (free_realized_multibyte_face): Delete extern.
18029
18030 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18031 table structure.
18032
18033 * editfns.c: Include "character.h" instead of "charset.h".
18034 (Fchar_to_string): Always call CHAR_STRING.
18035
18036 * emacs.c (main): Call init_charset_once, init_charset,
18037 syms_of_chartab, and syms_of_character.
18038
18039 * fileio.c: Include "character.h" instead of "charset.h".
18040 (Finsert_file_contents): Big change for the new code-conversion API.
18041 (choose_write_coding_system, Fwrite_region): Likewise.
18042 (build_annotations_2): Delete.
18043 (e_write): Big change for the new code-conversion API.
18044
18045 * fns.c: Include "character.h" instead of "charset.h".
18046 (copy_sub_char_table): Move to chartab.c.
18047 (Fcopy_sequence): Call copy_char_table for a char table.
18048 (concat): Delete codes calling count_multibyte.
18049 (string_char_to_byte, string_byte_to_char): Adjust for the new
18050 multibyte form.
18051 (internal_equal): Adjust for the change of char table structure.
18052 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18053 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18054 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18055 (char_table_translate, optimize_sub_char_table)
18056 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18057 chartab.c.
18058 (char_table_ref_and_index): Delete.
18059 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18060 (Fmd5): Call preferred_coding_system instead of accessing
18061 Vcoding_category_list. Adjust for the new code-conversion API.
18062 (syms_of_fns): Move defsubr for char table related functions to
18063 chartab.c.
18064
18065 * fontset.c: Mostly re-written.
18066
18067 * fontset.h (struct font_info): Change type of the member encoding_type.
18068 (enum FONT_SPEC_INDEX): New enum.
18069 (fontset_font_pattern, fs_load_font): Update prototype.
18070 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18071
18072 * indent.c: Include "character.h" instead of "charset.h".
18073 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18074
18075 * insdel.c: Include "character.h" instead of "charset.h".
18076 (copy_text): Don't refer to Vnonascii_translation_table.
18077 (insert_from_gap): New function.
18078
18079 * keyboard.c: Include "character.h" instead of "charset.h".
18080 (command_loop_1): Never call direct_output_forward_char before
18081 a non-ASCII character.
18082 (read_char): If Vkeyboard_translate_table is a char table, always
18083 translate a character.
18084
18085 * keymap.c: Include "character.h".
18086 (store_in_keymap): Handle the case that IDX is a cons.
18087 (Fdefine_key): Handle the case that KEY is a cons and the car part
18088 is also a cons (range).
18089 (push_key_description): Adjust for the new character code.
18090 (describe_vector): Call describe_char_table for a char table.
18091 (describe_char_table): New function.
18092
18093 * keymap.h (describe_char_table): Extern it.
18094
18095 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18096 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18097 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18098 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18099 Delete.
18100 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18101 structure.
18102 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18103 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18104 (CHARTAB_SIZE_BITS_3): New macros.
18105 (chartab_size): Extern it.
18106 (struct Lisp_Char_Table): Re-design.
18107 (struct Lisp_Sub_Char_Table): New structure.
18108 (HASH_KEY, HASH_VALUE): Move from fns.c.
18109 (CHARACTERBITS): Define as 22.
18110 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18111 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18112 (GC_SUB_CHAR_TABLE_P): New macro.
18113 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18114 (code_convert_string_norecord): Deleted extern.
18115 (init_character_once, syms_of_character, init_charset)
18116 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18117
18118 * lread.c: Include "character.h".
18119 (read_multibyte): New arg NBYTES.
18120 (read_escape): Change the meaning of returned *BYTEREP.
18121 (to_multibyte): Delete.
18122 (read1): Adjust the handling of char table and string.
18123
18124 * print.c: Include "character.h" instead of "charset.h".
18125 (print_string): Convert 8-bit raw bytes to octal form by
18126 string_escape_byte8.
18127 (print_object): Adjust for the new multibyte form. Print 8-bit
18128 raw bytes always in octal form. Handle sub char table correctly.
18129
18130 * process.c: Include "character.h" instead of "charset.h".
18131 (read_process_output, send_process): Adjust for the new
18132 code-conversion API.
18133
18134 * puresize.h (BASE_PURESIZE): Increase.
18135
18136 * regex.c: Include "character.h" instead of "charset.h".
18137 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18138 (regex_compile): Accept a range whose starting and ending
18139 character have different leading bytes.
18140 (analyse_first): Adjust for the above change.
18141
18142 * search.c: Include "character.h" instead of "charset.h".
18143 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18144 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18145
18146 * syntax.c: Include "character.h" instead of "charset.h".
18147 (syntax_parent_lookup): Delete.
18148 (Fmodify_syntax_entry): Accept a cons as CHAR.
18149 (skip_chars): Adjust for the new multibyte form.
18150 (init_syntax_once): Call char_table_set_range instead of directly
18151 accessing the structure of a char table.
18152
18153 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18154 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18155 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18156 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18157
18158 * term.c: Include "buffer.h" and "character.h".
18159 (encode_terminal_code, write_glyphs): Adjust for the new
18160 code-conversion API.
18161 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18162
18163 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18164
18165 * xdisp.c: Include "character.h".
18166 (get_next_display_element): Adjust for the new multibyte form.
18167 (disp_char_vector): Adjust for the new char table structure.
18168 (decode_mode_spec_coding): Adjust for the new structure of
18169 coding system.
18170 (decode_mode_spec): Adjust for the new code-conversion API.
18171
18172 * xfaces.c: Include "character.h" instead of "charset.h".
18173 (load_face_font): Adjust for the change of choose_face_font and
18174 FS_LOAD_FONT.
18175 (generate_ascii_font): New function.
18176 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18177 (set_font_frame_param): Adjust for the change of choose_face_font.
18178 (free_realized_face): Make it public.
18179 (free_realized_faces_for_fontset): Rename from
18180 free_realized_multibyte_face. Free also faces realized for ASCII.
18181 (choose_face_font): Change arguments. Adjust for the change of
18182 fontset_font_pattern and FS_LOAD_FONT.
18183
18184 * xfns.c: Include "character.h".
18185 (x_encode_text): Adjust for the new code-conversion API.
18186
18187 * xselect.c: Don't include "charset.h".
18188 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18189
18190 * xterm.c: Include "character.h".
18191 (x_encode_char): New argument CHARSET. Change caller.
18192 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18193 Call ENCODE_CHAR instead of SPLIT_CHAR.
18194 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18195 CHAR_WIDTH instead of CHARSET_WIDTH.
18196 (XTread_socket): Adjust for the new code-conversion API.
18197 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18198 (x_load_font): Adjust for the change of struct font.
18199
182002008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * xfaces.c (face_at_buffer_position): Remove unused vars.
18203
182042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18205
18206 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18207 Fix overflow checking.
18208
182092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18210
18211 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18212 Cancel previous change.
18213
182142008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18215
18216 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18217 ccl->eight_bit_control. Fix check for buffer overflow.
18218 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18219 (ccl_driver): Initialize extra_bytes to 0.
18220
182212008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18222
18223 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18224 return it ORed with ctrl_modifier.
18225
182262008-01-29 Miles Bader <miles@gnu.org>
18227
18228 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18229
182302008-01-28 Jason Rumney <jasonr@gnu.org>
18231
18232 * w32.c (stat): Don't double check for networked drive.
18233
182342008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * window.c (run_window_configuration_change_hook): New function.
18237 Code extracted from set_window_buffer. Set the selected frame.
18238 (set_window_buffer): Use it.
18239 * window.h (run_window_configuration_change_hook): Declare.
18240 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18241
18242 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18243
182442008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18245
18246 * Makefile.in: Remove references to unused macros.
18247
182482008-01-26 Eli Zaretskii <eliz@gnu.org>
18249
18250 * w32.c (g_b_init_get_sid_sub_authority)
18251 (g_b_init_get_sid_sub_authority_count): New static variables.
18252 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18253 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18254 (init_user_info): Use them to retrieve uid and gid.
18255 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18256 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18257 st_uid and st_gid of the file.
18258
182592008-01-26 Jason Rumney <jasonr@gnu.org>
18260
18261 * w32.c (logon_network_drive): New function.
18262 (stat): Use it.
18263
182642008-01-26 Chong Yidong <cyd@stupidchicken.com>
18265
18266 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18267 invisible text covered with an ellipsis.
18268
182692008-01-25 Richard Stallman <rms@gnu.org>
18270
18271 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18272 jump back to beginning. Move some other initializations after that.
18273 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18274 New variables.
18275 (syms_of_xdisp): Init them.
18276
18277 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18278
18279 * buffer.c (reset_buffer_local_variables):
18280 Implement `permanent-local-hook'.
18281 (Qpermanent_local_hook): New variable.
18282 (syms_of_buffer): Init and staticpro it.
18283
182842008-01-25 Michael Albinus <michael.albinus@gmx.de>
18285
18286 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18287
182882008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18289
18290 * fns.c (Fclrhash): Return TABLE.
18291
182922008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18293
18294 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18295 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18296 is set even without positional changes.
18297 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18298
18299 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18300
183012008-01-23 Jason Rumney <jasonr@gnu.org>
18302
18303 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18304
18305 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18306 the unicode range available in MULE by locale-coding-system.
18307 Improve dbcs lead byte detection. Set event timestamp and modifiers
18308 earlier.
18309
183102008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18311
18312 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18313 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18314 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18315 when used on child processes.
18316
183172008-01-21 Michael Albinus <michael.albinus@gmx.de>
18318
18319 * dbusbind.c (Fdbus_method_return_internal): Rename from
18320 Fdbus_method_return.
18321 (Fdbus_unregister_object): Move to dbus.el.
18322 (Fdbus_call_method, Fdbus_method_return_internal)
18323 (Fdbus_send_signal): Improve debug messages.
18324
183252008-01-20 Martin Rudalics <rudalics@gmx.at>
18326
18327 * undo.c (undo_inhibit_record_point): New variable.
18328 (syms_of_undo): Initialize it.
18329 (record_point): Don't record point when undo_inhibit_record_point
18330 is set.
18331
183322008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18333
18334 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18335
18336 * xdisp.c (Qauto_hscroll_mode): New var.
18337 (syms_of_xdisp): Initialize it.
18338 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18339 window's buffer.
18340 (hscroll_windows): Don't check automatic_hscrolling_p here.
18341
18342 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18343 vscroll if we're setting window-buffer to the value it already has.
18344
183452008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18346
18347 * m/intel386.h: Remove references to XENIX.
18348
183492008-01-17 Andreas Schwab <schwab@suse.de>
18350
18351 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18352 instead of HAVE_X86_64_LIB64_DIR.
18353 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18354
183552008-01-17 Glenn Morris <rgm@gnu.org>
18356
18357 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18358 to HAVE_X86_64_LIB64_DIR.
18359
183602008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18361
18362 * s/irix3-3.h:
18363 * s/irix4-0.h:
18364 * s/386-ix.h:
18365 * s/domain.h:
18366 * s/hpux9-x11r4.h:
18367 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18368
18369 * sysdep.c: Remove code containing references to symbols defined
18370 by unsupported systems.
18371
183722008-01-16 Glenn Morris <rgm@gnu.org>
18373
18374 * coding.c (select-safe-coding-system-function): Doc fix.
18375
183762008-01-15 Glenn Morris <rgm@gnu.org>
18377
18378 * config.in: Revert 2008-01-13 change: this is a generated file.
18379
183802008-01-13 Tom Tromey <tromey@redhat.com>
18381
18382 * lisp.h: Fix typo.
18383
183842008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18385
18386 * m/sequent-ptx.h:
18387 * m/sequent.h:
18388 * s/ptx.h:
18389 * s/ptx4-2.h:
18390 * s/ptx4.h: Remove files for systems no longer supported.
18391
18392 * callproc.c (Fcall_process): Fix previous change.
18393
183942008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18395
18396 * unexsunos4.c: Remove file, system not supported anymore.
18397
18398 * m/mips.h:
18399 * m/intel386.h:
18400 * callproc.c:
18401 * config.in:
18402 * ecrt0.c:
18403 * emacs.c:
18404 * fileio.c:
18405 * frame.c:
18406 * getpagesize.h:
18407 * keyboard.c:
18408 * lread.c:
18409 * process.c:
18410 * puresize.h:
18411 * sysdep.c:
18412 * systty.h:
18413 * syswait.h:
18414 * unexec.c:
18415 * xdisp.c:
18416 * alloc.c: Remove code containing references to symbols defined by
18417 unsupported systems.
18418
184192008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18420
18421 * coding.c (detect_coding_mask): Fix previous change.
18422
184232008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18424
18425 * coding.c (detect_coding_iso2022): New arg
18426 latin_extra_code_state. Allow Latin extra codes only
18427 when *latin_extra_code_state is nonzero.
18428 (detect_coding_mask): If there is a NULL byte, detect the encoding
18429 as UTF-16 or binary. If Latin extra codes exist, detect the
18430 encoding as ISO-2022 only when there's no other proper encoding is
18431 found.
18432
184332008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18434
18435 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18436 #ifdef MAC_OS.
18437
184382008-01-08 Richard Stallman <rms@gnu.org>
18439
18440 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18441
184422008-01-06 Nick Roberts <nickrob@snap.net.nz>
18443
18444 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18445 menu bar in parentheses.
18446
184472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18448
18449 * m/7300.h:
18450 * m/acorn.h:
18451 * m/alliant-2800.h:
18452 * m/alliant.h:
18453 * m/alliant1.h:
18454 * m/alliant4.h:
18455 * m/altos.h:
18456 * m/amdahl.h:
18457 * m/apollo.h:
18458 * m/att3b.h:
18459 * m/aviion-intel.h:
18460 * m/aviion.h:
18461 * m/celerity.h:
18462 * m/clipper.h:
18463 * m/cnvrgnt.h:
18464 * m/convex.h:
18465 * m/cydra5.h:
18466 * m/delta88k.h:
18467 * m/dpx2.h:
18468 * m/dual.h:
18469 * m/elxsi.h:
18470 * m/f301.h:
18471 * m/gould-np1.h:
18472 * m/gould.h:
18473 * m/i860.h:
18474 * m/ibmps2-aix.h:
18475 * m/ibmrt-aix.h:
18476 * m/ibmrt.h:
18477 * m/irist.h:
18478 * m/is386.h:
18479 * m/isi-ov.h:
18480 * m/mega68.h:
18481 * m/mg1.h:
18482 * m/news-r6.h:
18483 * m/news-risc.h:
18484 * m/news.h:
18485 * m/nh3000.h:
18486 * m/nh4000.h:
18487 * m/ns16000.h:
18488 * m/ns32000.h:
18489 * m/nu.h:
18490 * m/orion.h:
18491 * m/orion105.h:
18492 * m/paragon.h:
18493 * m/pfa50.h:
18494 * m/plexus.h:
18495 * m/pyramid.h:
18496 * m/pyrmips.h:
18497 * m/sh3el.h:
18498 * m/sps7.h:
18499 * m/sr2k.h:
18500 * m/stride.h:
18501 * m/sun1.h:
18502 * m/sun2.h:
18503 * m/sun3-68881.h:
18504 * m/sun3-fpa.h:
18505 * m/sun3-soft.h:
18506 * m/sun3.h:
18507 * m/sun386.h:
18508 * m/symmetry.h:
18509 * m/tad68k.h:
18510 * m/tahoe.h:
18511 * m/targon31.h:
18512 * m/tek4300.h:
18513 * m/tekxd88.h:
18514 * m/tower32.h:
18515 * m/tower32v3.h:
18516 * m/ustation.h:
18517 * m/wicat.h:
18518 * m/xps100.h:
18519 * s/cxux.h:
18520 * s/cxux7.h:
18521 * s/dgux.h:
18522 * s/dgux4.h:
18523 * s/dgux5-4-3.h:
18524 * s/dgux5-4r2.h:
18525 * s/esix.h:
18526 * s/esix5r4.h:
18527 * s/hiuxmpp.h:
18528 * s/hiuxwe2.h:
18529 * s/iris3-5.h:
18530 * s/iris3-6.h:
18531 * s/isc2-2.h:
18532 * s/isc3-0.h:
18533 * s/isc4-0.h:
18534 * s/isc4-1.h:
18535 * s/newsos5.h:
18536 * s/newsos6.h:
18537 * s/osf1.h:
18538 * s/osf5-0.h:
18539 * s/riscix1-1.h:
18540 * s/riscix12.h:
18541 * s/sco4.h:
18542 * s/sco5.h:
18543 * s/sunos4-0.h:
18544 * s/sunos4-1.h:
18545 * s/sunos413.h:
18546 * s/sunos4shr.h:
18547 * s/umax.h:
18548 * s/unipl5-2.h:
18549 * s/xenix.h:
18550 * cxux-crt0.s:
18551 * unexapollo.c:
18552 * unexconvex.c:
18553 * unexenix.c:
18554 * unexsni.c: Remove files for systems no longer supported.
18555
18556 * m/intel386.h: Remove references to unsupported systems.
18557
18558 * w32.c (get_emacs_configuration): Remove reference to i860.
18559
18560 * sysdep.c: Remove dead code.
18561
185622008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18563
18564 * s/rtu.h:
18565 * m/masscomp.h: Remove files. Platform is obsolete.
18566
185672008-01-04 Michael Albinus <michael.albinus@gmx.de>
18568
18569 * dbusbind.c (Fdbus_method_return): New function.
18570 (xd_read_message): Add the serial number to the event.
18571 (Fdbus_register_method): Activate the function.
18572
185732008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18574
18575 * keyboard.c (read_key_sequence): Fix typo.
18576
185772008-01-03 Michael Albinus <michael.albinus@gmx.de>
18578
18579 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18580 (xd_signature, xd_append_arg): Handle element type detection for
18581 empty arrays.
18582 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18583 SDATA () calls; this must be solved more general.
18584 (Fdbus_register_signal): Use SBYTES instead of strlen.
18585
185862008-01-03 Magnus Henoch <magnus@zemdatav>
18587
18588 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18589 unsigned int for byte values (necessary for big-endian platform).
18590 (Fdbus_call_method): Handle the case of no returned arguments.
18591
185922007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18593
18594 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18595
185962007-12-31 Magnus Henoch <mange@freemail.hu>
18597
18598 * dbusbind.c (xd_signature): Signature of variant is just "v".
18599
186002007-12-30 Michael Albinus <michael.albinus@gmx.de>
18601
18602 * dbusbind.c: Fix several errors and compiler warnings.
18603 Reported by Tom Tromey <tromey@redhat.com>.
18604 (XD_ERROR, XD_DEBUG_MESSAGE)
18605 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18606 (xd_append_arg): Part for basic D-Bus types rewritten.
18607 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18608 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18609 appropriate.
18610 (xd_read_message): Return Qnil. Don't signal an error; it is not
18611 useful during event reading.
18612 (Fdbus_register_signal): Signal an error if the check for
18613 FUNCTIONP fails.
18614 (Fdbus_register_method): New function. The implementation is not
18615 complete, the call of the function signals an error therefore.
18616 (Fdbus_unregister_object): New function, renamed from
18617 Fdbus_unregister_signal. The initial check signals an error, if
18618 the object is not well formed.
18619
186202007-12-30 Richard Stallman <rms@gnu.org>
18621
18622 * textprop.c (get_char_property_and_overlay):
18623 Signal error if POSITION is out of range in a buffer.
18624
186252007-12-29 Martin Rudalics <rudalics@gmx.at>
18626
18627 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18628 because the original parameters are in pure storage now.
18629
186302007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18631
18632 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18633
186342007-12-22 Eli Zaretskii <eliz@gnu.org>
18635
18636 * callint.c (syms_of_callint) <command-history>: Add reference to
18637 history-length in the doc string.
18638
186392007-12-17 Jason Rumney <jasonr@gnu.org>
18640
18641 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18642 before passing as wParam.
18643
186442007-12-22 Michael Albinus <michael.albinus@gmx.de>
18645
18646 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18647 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18648 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18649 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18650 as number.
18651 (Fdbus_call_method): Fix docstring.
18652
186532007-12-21 Michael Albinus <michael.albinus@gmx.de>
18654
18655 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18656 New macros.
18657 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18658 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18659 Simplify.
18660 (xd_signature): New function.
18661 (xd_append_arg): Compute also signatures. Major rewrite.
18662 (xd_retrieve_arg): Make debug messages friendly.
18663 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18664 Check for signatures of arguments.
18665
186662007-12-19 Michael Albinus <michael.albinus@gmx.de>
18667
18668 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18669 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18670 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18671 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18672 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18673 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18674 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18675 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18676 (xd_retrieve_value): Remove. Functionality included in ...
18677 (xd_append_arg): New function.
18678 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18679
186802007-12-16 Michael Albinus <michael.albinus@gmx.de>
18681
18682 * dbusbind.c (top): Include <stdio.h>.
18683 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18684 dbus_message_new_method_call and dbus_message_new_signal.
18685 (Fdbus_register_signal): Rename unique_name to uname.
18686 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18687 non-existing unique name. Fix typos in matching rule. Return an
18688 object which is useful in Fdbus_unregister_signal.
18689 (Fdbus_unregister_signal): Reimplementation, in order to remove
18690 only the corresponding entry.
18691 (Vdbus_registered_functions_table): Change the order of entries.
18692 Apply these changes in xd_read_message and Fdbus_register_signal.
18693
186942007-12-16 Andreas Schwab <schwab@suse.de>
18695
18696 * fileio.c (Finsert_file_contents): Fix overflow check to not
18697 depend on undefined integer overflow.
18698
186992007-12-14 Jason Rumney <jasonr@gnu.org>
18700
18701 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18702 for characters above 127.
18703
187042007-12-13 Jason Rumney <jasonr@gnu.org>
18705
18706 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18707 before dereferencing array.
18708 (lookup_vk_code): Remove zero comparison.
18709
187102007-12-14 Michael Albinus <michael.albinus@gmx.de>
18711
18712 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18713 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18714 Use `unsigned int' instead of `uint'.
18715 (xd_read_message, Fdbus_register_signal): Split expressions into
18716 multiple lines before operators "&&" and "||", according to the
18717 GNU Coding Standards.
18718
187192007-12-14 Eli Zaretskii <eliz@gnu.org>
18720
18721 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18722
187232007-12-12 Juri Linkov <juri@jurta.org>
18724
18725 * buffer.c (Frename_buffer): In interactive spec replace
18726 `read-buffer' with `read-string' that uses `buffer-name-history'
18727 as history, and the current buffer's name as default.
18728
187292007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18730
18731 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18732 manipulating the backtrace manually.
18733 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18734 (struct backtrace, backtrace_list): Remove.
18735 (command_loop_1): Remove dead var `no_direct'.
18736
18737 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18738 preserve non-built-in buffer-local variables.
18739 (Fkill_all_local_variables): Don't re-create&re-set permanent
18740 buffer-local variables.
18741
187422007-12-09 Juri Linkov <juri@jurta.org>
18743
18744 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18745 Lisp code that uses `read-buffer' with current buffer as default.
18746
187472007-12-08 Michael Albinus <michael.albinus@gmx.de>
18748
18749 * dbusbind.c (xd_read_message): Generate an event for every
18750 registered handler. There might be several handlers registered
18751 for the same signal.
18752 (Fdbus_register_signal): Don't overwrite a registration for the
18753 same signal. Add a new registration if handlers are different.
18754 (Vdbus_registered_functions_table): Rework doc string.
18755
187562007-12-07 Michael Albinus <michael.albinus@gmx.de>
18757
18758 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18759 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18760 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18761 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18762 Unify argument lists.
18763 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18764 arguments and hash table keys. Use unique name for service.
18765 (Fdbus_unregister_signal): Remove checks.
18766 (Vdbus_registered_functions_table): Fix doc string.
18767
187682007-12-05 Magnus Henoch <mange@freemail.hu>
18769
18770 * process.c (make_process): Initialize pty_flag to 0.
18771
187722007-12-05 Jason Rumney <jasonr@gnu.org>
18773
18774 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18775 specified XBMs.
18776
187772007-12-05 Richard Stallman <rms@gnu.org>
18778
18779 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18780
187812007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18782
18783 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18784 New variable.
18785 (mac_try_close_socket) [MAC_OSX]: New function.
18786 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18787 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18788
18789 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18790 Use mac_try_close_socket.
18791
187922007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18793
18794 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18795 reloc_base.
18796 (copy_dysymtab): Compute relocation base here.
18797 (rebase_reloc_address) [__ppc64__]: New function.
18798 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18799 changed.
18800
188012007-12-05 Jason Rumney <jasonr@gnu.org>
18802
18803 * w32proc.c (sys_spawnve): Quote args with wildcards.
18804
188052007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18806
18807 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18808 __objc_* sections.
18809 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18810
188112007-12-05 Michael Albinus <michael.albinus@gmx.de>
18812
18813 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18814 Move check for Vdbus_registered_functions_table to
18815 xd_read_queued_messages.
18816 (xd_read_queued_messages): Protect xd_read_message calls by
18817 internal_condition_case_1.
18818
188192007-12-04 Michael Albinus <michael.albinus@gmx.de>
18820
18821 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18822 Qdbus_system_bus and Qdbus_session_bus, respectively.
18823 (Vdbus_intern_symbols): Remove.
18824 (Vdbus_registered_functions_table): New hash table.
18825 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18826 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18827 Rewrite in order to manage registered functions by hash table
18828 Vdbus_registered_functions_table.
18829
188302007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18831
18832 * xterm.c: Update URL to Window Manager Specification in comment.
18833
188342007-12-02 Michael Albinus <michael.albinus@gmx.de>
18835
18836 * config.in (HAVE_DBUS): Add.
18837
18838 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18839 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18840 (obj): Add $(DBUS_OBJ).
18841 (LIBES): Add $(DBUS_LIBS).
18842 (dbusbind.o): New target.
18843
18844 * dbusbind.c: New file.
18845
18846 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18847
18848 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18849 (Qdbus_event): New Lisp symbol.
18850 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18851 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 18852 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
18853
18854 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18855
188562007-12-01 Richard Stallman <rms@gnu.org>
18857
18858 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18859
188602007-11-30 Jason Rumney <jasonr@gnu.org>
18861
18862 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18863 (w32con_reset_terminal_modes): Clear screen buffer.
18864 (w32_face_attributes): Don't use color indexes that are out of range.
18865 Only reverse the default colors.
18866
18867 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18868 WINDOWSNT.
18869
18870 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18871
188722007-11-29 Jason Rumney <jasonr@gnu.org>
18873
18874 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18875 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18876 if the terminal colors are initialized.
18877 (unspecified_fg, unspecified_bg): Remove unused declarations.
18878
188792007-11-29 Andreas Schwab <schwab@suse.de>
18880
18881 * keyboard.c (apply_modifiers): Fix typo.
18882
188832007-11-29 Richard Stallman <rms@gnu.org>
18884
18885 * keymap.c (Fcurrent_local_map): Doc fix.
18886
188872007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18888
18889 * s/gnu-kfreebsd.h: New file.
18890
188912007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18892
18893 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18894 Don't cast redundantly.
18895
18896 * keyboard.c (KEY_TO_CHAR): New macro.
18897 (parse_modifiers, apply_modifiers): Accept integer arguments.
18898 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18899 for chars and symbol keys.
18900 After doing such remapping, apply function-key-map again.
18901
189022007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18903
18904 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18905 compiled anymore.
18906
189072007-11-26 Andreas Schwab <schwab@suse.de>
18908
18909 * process.c (list_processes_1): Fix indentation level of the
18910 command column.
18911
189122007-11-23 Andreas Schwab <schwab@suse.de>
18913
18914 * editfns.c (Fformat): Handle %c specially since it requires the
18915 argument to be of type int.
18916
189172007-11-23 Markus Triska <markus.triska@gmx.at>
18918
18919 * emacs.c (main): Call init_editfns before init_process, since
18920 init_process sets Vprocess_connection_type depending on OS release.
18921
189222007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18925 (find_symbol_value): Use do_symval_forwarding.
18926
18927 * data.c (set_internal): Set the value in the `cons-cell' (for
18928 Buffer_Local_values) not only for frame-local variables.
18929
189302007-11-22 Andreas Schwab <schwab@suse.de>
18931
18932 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18933 values to sprintf.
18934 * keymap.c (Fsingle_key_description): Likewise.
18935 * print.c (print_object): Likewise.
18936
189372007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18938
18939 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18940 file for image is nil.
18941
189422007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18943
18944 * term.c: Include stdarg.h.
18945 (fatal): Implement using varargs.
18946 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18947
189482007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18949
18950 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18951 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18952 Update call to buffer_slot_type_mismatch.
18953 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18954 (buffer_slot_type_mismatch): Update.
18955 * buffer.c (buffer_local_types): Remove.
18956 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18957 (defvar_per_buffer): Set the type in the buffer_objfwd.
18958
189592007-11-21 Jason Rumney <jasonr@gnu.org>
18960
18961 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18962 CreateFileMapping returns NULL on failure.
18963
189642007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * search.c (Fset_match_data): Remove the `evaporate' feature.
18967 (unwind_set_match_data): Don't use the `evaporate' feature.
18968
189692007-11-21 Jason Rumney <jasonr@gnu.org>
18970
18971 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18972
18973 * w32console.c (w32con_write_glyphs): Remove unused variables.
18974
189752007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18976
18977 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18978
18979 * s/darwin.h (MULTI_KBOARD): Remove.
18980
18981 * macfns.c (x_create_tip_frame, Fx_create_frame)
18982 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18983
189842007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18985
18986 * buffer.c (Fbuffer_local_value): Remove redundant test.
18987 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18988 than in `current-buffer' to match the comment.
18989 Do the swap using swap_in_global_binding.
18990
18991 * data.c (store_symval_forwarding, set_internal):
18992 * eval.c (specbind): Remove dead code.
18993
18994 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18995 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18996 Since we do not want to see internal Lisp_*fwd objects here.
18997
189982007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18999
19000 * sysdep.c (init_system_name): Use getaddrinfo if available.
19001
19002 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19003 (x_scroll_bar_note_movement): start, end, with, height in struct
19004 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19005
190062007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19007
19008 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19009
190102007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19011
19012 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19013 This undoes Richard's change of 14-Oct-2002.
19014
19015 * alloc.c (allocate_other_vector):
19016 * lisp.h (allocate_other_vector): Remove.
19017
19018 * window.c (struct save_window_data): Move non-lisp data to the end
19019 and make it `int' rather than Lisp_Object.
19020 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19021 Done wrap/unwrap integer values.
19022 (Fset_window_configuration, compare_window_configurations):
19023 Update use of fields to their new types.
19024
19025 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19026 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19027 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19028 (SET_SCROLL_BAR_X_WINDOW): Remove.
19029 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19030 Access the new x_window field directly.
19031 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19032 Don't wrap/unwrap integers into Lisp_Objects.
19033 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19034 (x_scroll_bar_report_motion):
19035 Don't wrap/unwrap integers into Lisp_Objects.
19036 (x_term_init): Use SDATA.
19037 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19038 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19039 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19040 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19041 * xfns.c (x_set_background_color):
19042 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19043 Access the new x_window field directly.
19044
19045 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19046 (allocate_pseudovector): Make non-static.
19047
19048 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19049 (allocate_pseudovector): Declare.
19050 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19051
190522007-11-15 Andreas Schwab <schwab@suse.de>
19053
19054 * editfns.c (Fformat): Correctly format EMACS_INT values.
19055 Also take precision into account when formatting an integer.
19056
19057 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19058
190592007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19062 (syms_of_keyboard): Defsubr it.
19063
19064 * data.c (swap_in_global_binding): Fix longstanding bug where
19065 store_symval_forwarding was not called with the right second argument,
19066 thus causing objfwd-ing from being dropped.
19067
190682007-11-14 Juanma Barranquero <lekktu@gmail.com>
19069
19070 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19071 (Fx_display_pixel_height, Fx_display_planes)
19072 (Fx_display_color_cells, Fx_server_max_request_size)
19073 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19074 (Fx_display_visual_class, Fx_display_save_under):
19075 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19076 (Fx_display_pixel_height, Fx_display_planes)
19077 (Fx_display_color_cells, Fx_server_max_request_size)
19078 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19079 (Fx_display_mm_height, Fx_display_mm_width)
19080 (Fx_display_backing_store, Fx_display_visual_class)
19081 (Fw32_select_font, Fx_display_save_under):
19082 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19083 (Fx_display_pixel_height, Fx_display_planes)
19084 (Fx_display_color_cells, Fx_server_max_request_size)
19085 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19086 (Fx_display_save_under): Fix typos in docstrings.
19087
190882007-11-14 Juanma Barranquero <lekktu@gmail.com>
19089
19090 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19091 corresponding to deleted entries; they are an implementation detail.
19092 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19093 Remove variables.
19094 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19095 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19096 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19097 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19098 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19099 (Fw32_define_rgb_color, Fw32_load_color_file)
19100 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19101 Fix typos in docstrings.
19102 (Fx_server_version): Reflow docstring.
19103 (Fw32_shell_execute): Doc fixes.
19104
191052007-11-13 Juanma Barranquero <lekktu@gmail.com>
19106
19107 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19108 if w32_parse_hot_key returned nil.
19109
191102007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19113
191142007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 19115
aac0c6e3
MR
19116 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19117
19118 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19119
19120 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19121 Remove W32_SCROLL_BAR_CLICK_EVENT.
19122
19123 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19124 Add MULTIMEDIA_KEY_EVENT.
19125
19126 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19127 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19128 (make_lispy_event) [WINDOWSNT]: Use it to translate
19129 MULTIMEDIA_KEY_EVENT.
19130
19131 * w32term.h (WM_APPCOMMAND): Define if not already.
19132 (GET_APPCOMMAND_LPARAM): Likewise.
19133
19134 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19135 WM_APPCOMMAND.
19136
19137 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19138 (syms_of_w32fns): Export and initialize it.
19139 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19140
191412007-11-09 Chong Yidong <cyd@stupidchicken.com>
19142
19143 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19144 twice.
19145
19146 * xdisp.c (handle_face_prop): Fix last change.
19147
191482007-11-09 Richard Stallman <rms@gnu.org>
19149
19150 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19151 not just for after-strings and before-strings.
19152 Call face_for_overlay_string and pass the overlay to it.
19153 (handle_display_prop): Determine whether property came from an overlay.
19154 Pass OVERLAY arg to handle_single_display_spec.
19155 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19156 (load_overlay_strings): Fill in it->string_overlays.
19157 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19158
19159 * xfaces.c (face_for_overlay_string): Function renamed from
19160 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19161
19162 * dispextern.h (struct it): New elt string_overlays.
19163 New elt from_overlay, also in stack.
19164 Rearrange a few elements.
19165 (face_for_overlay_string): Decl renamed from
19166 face_at_buffer_position_no_overlays, and add argument.
19167
191682007-11-09 Richard Stallman <rms@gnu.org>
19169
19170 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19171 to get the base face for an overlay string.
19172
19173 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19174
19175 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19176
19177 * xdisp.c (handle_stop): Move some code out of loop.
19178
191792007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19180
19181 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19182 Fix conversion from Lisp object to ATSUFontID.
19183
191842007-11-09 Jason Rumney <jasonr@gnu.org>
19185
19186 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19187
191882007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19189
19190 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19191 Don't assume regions are aligned to page boundary.
19192 (print_load_command_name): Add LC_UUID if defined.
19193
191942007-11-09 Richard Stallman <rms@gnu.org>
19195
19196 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19197
191982007-11-07 Jason Rumney <jasonr@gnu.org>
19199
19200 * s/windows95.h: Remove.
19201
192022007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19203
19204 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19205 abort with a message on unhandled store_type values.
19206
192072007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19208
19209 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19210 Remove HAVE_X11R5 and HAVE_X11R4.
19211
192122007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19213
19214 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19215
192162007-11-01 Johan Bockgård <bojohan@gnu.org>
19217
19218 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19219 Don't set s->stippled_p here, since it has already been set by
19220 x_set_glyph_string_gc from x_draw_glyph_string.
19221
192222007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19223
19224 * sunfns.c: Remove file.
19225
19226 * m/sun386.h:
19227 * m/sun2.h:
19228 * m/sparc.h: Remove Sun windows code.
19229
192302007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19233 (init_keyboard): Set current_kboard's window-system to nil.
19234 (tty_read_avail_input): Typo.
19235 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19236
192372007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19238
19239 * s/usg5-4.h:
19240 * s/usg5-3.h:
19241 * s/ptx.h:
19242 * m/is386.h:
19243 * m/ibmps2-aix.h:
19244 * Makefile.in: Remove all mentions of X10.
19245
19246 * dispnew.c (syms_of_display): Don't mention version 10.
19247
192482007-10-28 Juanma Barranquero <lekktu@gmail.com>
19249
19250 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19251 ($(BLD)/abbrev.$(O)): Remove.
19252
192532007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19254
19255 Rewrite abbrev.c in Elisp.
19256 * image.c (Qcount): Don't declare as extern.
19257 (syms_of_image): Initialize and staticpro `Qcount'.
19258 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19259 * emacs.c (main): Don't call syms_of_abbrev.
19260 * Makefile.in (obj): Remove abbrev.o.
19261 (abbrev.o): Remove.
19262 * abbrev.c: Remove.
19263
192642007-10-26 Martin Rudalics <rudalics@gmx.at>
19265
19266 * window.c (window_min_size_2): Don't count header-line.
19267
192682007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19269
19270 * frame.h (struct frame): Move all bit fields after the first bit
19271 field to take advantage of the available space. Group all the
19272 chars together to reduce wasted space due to padding.
19273
192742007-10-26 Juanma Barranquero <lekktu@gmail.com>
19275
19276 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19277
19278 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19279 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19280 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19281 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19282 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19283 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19284 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19285 (last_marked, mark_object_loop_halt): Make static.
19286
19287 * frame.c (syms_of_frame) <delete-frame-functions>:
19288 Fix typo in docstring.
19289
192902007-10-25 Juanma Barranquero <lekktu@gmail.com>
19291
19292 * w32.c (init_environment): Fix tiny memory leak.
19293 (w32_get_resource): Remove unused variable `ok'.
19294
192952007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19296
19297 Make `window-system' into a keyboard-local variable (rather than
19298 frame-local as done originally by multi-tty).
19299
19300 * keyboard.h (struct kboard): Add Vwindow_system.
19301 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19302 (mark_kboards): Mark Vwindow_system.
19303
19304 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19305 (init_display): Don't set the obsolete `window-system' frame-param.
19306
19307 * xterm.c (x_term_init):
19308 * w32term.c (w32_create_terminal):
19309 * term.c (init_tty): Set Vwindow_system.
19310 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19311 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19312
19313 * xfns.c (Fx_create_frame, x_create_tip_frame):
19314 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19315 * macfns.c (Fx_create_frame):
19316 Don't set the obsolete `window-system' frame-param.
19317
19318 * frame.h (Qwindow_system): Remove.
19319 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19320 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19321
193222007-10-24 Richard Stallman <rms@gnu.org>
19323
19324 * frame.c (x_figure_window_size): For fullscreen case,
19325 set USPosition | PPosition without clobbering rest of window_prompting.
19326
19327 * keyboard.c (Fcurrent_idle_time): Doc fix.
19328
19329 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19330
193312007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19332
19333 * process.c (unwind_request_sigio): Only define if __ultrix__.
19334
19335 * callproc.c (child_setup): Remove spurious *.
19336
19337 * lisp.h (Fget_text_property): Declare.
19338 (have_menus_p): Declare it here rather than in sys-dep header files.
19339 * macterm.h (have_menus_p):
19340 * msdos.h (have_menus_p):
19341 * xterm.h (have_menus_p): Remove.
19342
19343 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19344 (Fmake_variable_frame_local): Just check the variable's const-ness
19345 rather than checking nil or t.
19346
193472007-10-22 Jason Rumney <jasonr@gnu.org>
19348
19349 * w32fns.c: Include math.h.
19350 (w32_abort): Declaration moved to nt/config.nt.
19351
19352 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19353 (abort): Redefinition moved to nt/config.nt.
19354
19355 * m/windowsnt.h: Remove.
19356
193572007-10-22 Juanma Barranquero <lekktu@gmail.com>
19358
19359 * emacs.c (Fdump_emacs): Fix typo in message.
19360 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19361 <installation-directory>: Reflow docstring.
19362
193632007-10-22 Juri Linkov <juri@jurta.org>
19364
19365 * minibuf.c: Allow minibuffer default to be a list of default values.
19366 With empty input use the first element of this list as returned default.
19367 (string_to_object)
19368 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19369 (read_minibuf): If defalt is cons, set histstring to its car.
19370 (Fread_string): If default_value is cons, set val to its car.
19371 (Fread_buffer): If def is cons, use its car.
19372 (Fcompleting_read): If defalt is cons, set val to its car.
19373
193742007-10-21 Michael Albinus <michael.albinus@gmx.de>
19375
19376 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19377
193782007-10-20 Juanma Barranquero <lekktu@gmail.com>
19379
19380 * doc.c (Fdocumentation): Check for advice in all cases.
19381
193822007-10-19 Chong Yidong <cyd@stupidchicken.com>
19383
19384 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19385
193862007-10-19 Richard Stallman <rms@gnu.org>
19387
19388 * doc.c (Fdocumentation): Check for and handle an advised function.
19389
193902007-10-19 Juanma Barranquero <lekktu@gmail.com>
19391
19392 * process.c (Fset_process_filter): Doc fix.
19393
193942007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19395
19396 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19397 which caused key-translation-map to applied repeatedly (thus breaking
19398 double-mode).
19399
194002007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19401
19402 * xselect.c (x_own_selection, x_handle_selection_clear)
19403 (x_clear_frame_selections):
19404 * w32menu.c (list_of_panes, list_of_items):
19405 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19406 * textprop.c (validate_plist, interval_has_all_properties)
19407 (interval_has_some_properties, interval_has_some_properties_list)
19408 (add_properties, text_property_list):
19409 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19410 * minibuf.c (Fassoc_string):
19411 * macselect.c (x_own_selection, x_clear_frame_selections)
19412 (Fx_disown_selection_internal):
19413 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19414 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19415
194162007-10-17 Chong Yidong <cyd@stupidchicken.com>
19417
19418 * process.c: Link to libs for calling res_init() if available.
19419 (Fmake_network_process): Call res_init() before getaddrinfo or
19420 gethostbyname, if possible.
19421
194222007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19423
19424 * lread.c (read1): Set pvectype for char_tables.
19425
19426 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19427 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19428 Add type checks.
19429 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19430
19431 * alloc.c (free_misc): Use XMISCTYPE.
19432 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19433
194342007-10-17 Glenn Morris <rgm@gnu.org>
19435
19436 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19437 (syms_of_minibuf): Add Qcompletion_ignore_case.
19438 * dired.c (Qcompletion_ignore_case): Change to external.
19439 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19440 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19441 (Fread_file_name): Use it rather than intern'ing.
19442
19443 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19444 (Fread_coding_system): Ignore case of user input.
19445
194462007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19447
19448 * xdisp.c (handle_display_prop): Ignore display specs after
19449 replacing one when string text is being replaced.
19450 (handle_single_display_spec): Pretend as if characters with display
19451 property haven't been consumed only when buffer text is being replaced.
19452
194532007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * xfns.c (Fx_create_frame, Fx_display_list):
19456 * window.c (window_fixed_size_p, enlarge_window)
19457 (shrink_window_lowest_first):
19458 * macterm.c (init_font_name_table):
19459 * macfns.c (Fx_create_frame, Fx_display_list):
19460 * lread.c (close_load_descs):
19461 * keyboard.c (read_char_x_menu_prompt):
19462 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19463 * coding.c (code_convert_region_unwind): Test the type of an object
19464 rather than just !NILP before extracting data from it.
19465
19466 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19467
19468 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19469 (XMISCANY): New macro.
19470 (XMISCTYPE): Use it.
19471 (struct Lisp_Misc_Any): New type.
19472 (union Lisp_Misc): Use it.
19473 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19474 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19475 (find_symbol_value, set_internal, default_value, Fset_default)
19476 (Fmake_variable_buffer_local, Fmake_local_variable)
19477 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19478 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19479 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19480 * alloc.c (allocate_buffer): Set the size and tag.
19481 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19482 Use XMISCANY.
19483 (die): Follow the GNU convention for error messages.
19484 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19485 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19486 tag any more.
19487 (set_buffer_internal_1):
19488 * frame.c (store_frame_param):
19489 * eval.c (specbind):
19490 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19491
19492 * doc.c (Fsnarf_documentation): Simplify.
19493
194942007-10-14 Juanma Barranquero <lekktu@gmail.com>
19495
19496 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19497 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19498
194992007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19500
19501 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19502
195032007-10-14 Juanma Barranquero <lekktu@gmail.com>
19504
19505 * eval.c (do_autoload): Don't save autoloads.
19506
19507 * data.c (Ffset): Save autoload of the function being set.
19508
195092007-10-07 John Paul Wallington <jpw@pobox.com>
19510
19511 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19512 parameter before setting up faces.
19513
195142007-10-13 Eli Zaretskii <eliz@gnu.org>
19515
19516 * ccl.c (Fregister_code_conversion_map):
19517 * keyboard.c (append_tool_bar_item): Reformat last change.
19518
19519 * lisp.h (eabs): Rename from `abs'. All callers changed.
19520
195212007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19522
19523 * buffer.c (add_overlay_mod_hooklist):
19524 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19525 * fontset.c (make_fontset):
19526 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19527 (append_tool_bar_item):
19528 * macmenu.c (grow_menu_items):
19529 * w32menu.c (grow_menu_items):
19530 * xmenu.c (grow_menu_items): Use larger_vector.
19531
195322007-10-13 Eli Zaretskii <eliz@gnu.org>
19533
19534 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19535 selected frame'' on MSDOS).
19536
195372007-10-12 Martin Rudalics <rudalics@gmx.at>
19538
19539 * frame.c (Qexplicit_name): New variable.
19540 (x_report_frame_params): Report it in parameter alist.
19541 (syms_of_frame): Intern and staticpro it.
19542
195432007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19544
19545 * macfns.c (x_create_tip_frame): Set terminal for frame.
19546
195472007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * frame.c (Qenvironment): Remove.
19550 (syms_of_frame) <Qenvironment>: Don't initialize.
19551 (Fdelete_frame): Don't treat the `environment' param specially.
19552 * frame.h (Qenvironment): Don't declare.
19553 * callproc.c (set_initial_environment): Don't set unused frame param.
19554
19555 * frame.c (Fframe_with_environment): Remove.
19556 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19557
19558 * lisp.h (Fframe_with_environment): Don't declare.
19559
195602007-10-10 Juanma Barranquero <lekktu@gmail.com>
19561
19562 * indent.c (indent_tabs_mode, last_known_column)
19563 (last_known_column_modified): Make static.
19564 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19565
195662007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19567
19568 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19569
195702007-10-09 Jason Rumney <jasonr@gnu.org>
19571
19572 * w32term.c (x_set_window_size): Disable code that attempts to tell
19573 Lisp code about a size change before it actually happens.
19574
195752007-10-09 Richard Stallman <rms@gnu.org>
19576
19577 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19578 return HANDLED_RETURN.
19579
195802007-10-08 Martin Rudalics <rudalics@gmx.at>
19581
19582 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19583 when there's an unread command event.
19584
19585 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19586 window autoselection act appropriately when leaving selected frame.
19587 (syms_of_frame): Initialize focus_follows_mouse.
19588 * frame.h (focus_follows_mouse): Extern it.
19589 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19590 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19591 * msdos.c (dos_rawgetc): Likewise.
19592 * w32term.c (w32_read_socket): Likewise.
19593 * xterm.c (handle_one_xevent): Likewise.
19594 * xdisp.c (syms_of_xdisp): In doc-string of
19595 mouse-autoselect-window mention focus-follows-mouse.
19596
195972007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19598
19599 * macterm.c (mac_load_query_font): Fix missing return value.
19600 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19601 Add BLOCK_INPUT.
19602
196032007-10-08 Richard Stallman <rms@gnu.org>
19604
19605 * xdisp.c (get_window_cursor_type): Implement documented behavior
19606 for cursor-in-non-selected-windows = t.
19607
196082007-10-08 Jason Rumney <jasonr@gnu.org>
19609
19610 * w32.c (w32_get_resource): Always close registry keys.
19611
196122007-10-08 Jason Rumney <jasonr@gnu.org>
19613
19614 * makefile.w32-in (LIBS): Add COMCTL32.
19615
19616 * w32fns.c (globals_of_w32fns): Init common controls.
19617
196182007-10-08 Richard Stallman <rms@gnu.org>
19619
19620 * image.c (our_memory_buffer): Rename from omfib_buffer.
19621
196222007-10-08 Richard Stallman <rms@gnu.org>
19623
19624 * buffer.c (Foverlays_at): Doc fix.
19625
196262007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19627
19628 * fns.c (Fplist_put): Preserve uneven tail data.
19629
196302007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19631
19632 * termhooks.h (enum event_kind): Remove trailing comma.
19633
19634 * frame.h (enum): Remove trailing comma.
19635
196362007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19637
19638 * w32proc.c (delete_child): Don't terminate threads of zombies.
19639
196402007-10-08 Martin Rudalics <rudalics@gmx.at>
19641
19642 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19643
19644 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19645 last-repeatable-command.
19646 (init_kboard): Initialize Vlast_repeatable_command.
19647 (command_loop_1): Set it to real_this_command unless that was
19648 bound to an input event.
19649 (mark_kboards): Mark it.
19650
196512007-10-08 Richard Stallman <rms@gnu.org>
19652
19653 * eval.c (condition-case): Doc fix.
19654
196552007-10-08 Masatake YAMATO <jet@gyve.org>
19656
19657 * xfaces.c (tty_supports_face_attributes_p): Fix code
19658 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19659 was copied and not edited.
19660
196612007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19662
19663 Add new `input-decode-map' keymap and use it for terminal
19664 escape sequences.
19665 * keyboard.h (struct kboard): Add Vinput_decode_map.
19666 Remove Vlocal_key_translation_map.
19667 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19668 (init_kboard): Init input-decode-map.
19669 Replace local-key-translation-map back with key-translation-map.
19670 (syms_of_keyboard): Declare input-decode-map.
19671 Remove local-key-translation-map. Update docstrings.
19672 (mark_kboards): Mark Vinput_decode_map.
19673 Don't mark Vlocal_key_translation_map.
19674 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19675 Replace local-key-translation-map back with key-translation-map.
19676 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19677 Bind in input-decode-map rather than function-key-map.
19678
19679 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19680 This was made redundant by the previous introduction of XSETPVECTYPE.
19681
196822007-10-09 Richard Stallman <rms@gnu.org>
19683
19684 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19685
196862007-09-29 Richard Stallman <rms@gnu.org>
19687
19688 * eval.c (internal_condition_case_2, internal_condition_case_1)
19689 (internal_condition_case): Reenable abort if x_catching_errors ()
19690 to see if that really happens and why.
19691
196922007-10-06 Andreas Schwab <schwab@suse.de>
19693
19694 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19695
196962007-10-04 Juanma Barranquero <lekktu@gmail.com>
19697
19698 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19699
197002007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19703
197042007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * window.h (struct window):
19707 * window.c (struct save_window_data, struct saved_window):
19708 * termhooks.h (struct terminal):
19709 * process.h (struct Lisp_Process):
19710 * frame.h (struct frame):
19711 * buffer.h (struct buffer):
19712 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19713 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19714 The size field of (pseudo)vectors is now unsigned.
19715 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19716
19717 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19718 Turn `count' into an integer.
19719
19720 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19721 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19722 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19723 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19724 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19725
19726 * alloc.c (allocate_pseudovector): New fun.
19727 (ALLOCATE_PSEUDOVECTOR): New macro.
19728 (allocate_window, allocate_terminal, allocate_frame)
19729 (allocate_process): Use it.
19730 (mark_vectorlike): New function.
19731 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19732 (mark_terminals): Use it.
19733 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19734 (Fmake_byte_code): Use XSETPVECTYPE.
19735
19736 * frame.c (Fframe_parameters): Minor simplification.
19737
19738 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19739
19740 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19741
19742 * buffer.c (Fget_buffer_create, init_buffer_once):
19743 * lread.c (defsubr):
19744 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19745
19746 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19747 defined differently in the m/*.h files.
19748 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19749 (XSETPVECTYPE): New macro.
19750 (XSETPSEUDOVECTOR): Use it.
19751
19752 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19753 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19754
19755 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19756 * lread.c (defvar_per_buffer):
19757 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19758
19759 * window.c (candidate_window_p): Only consider as visible frames that
19760 are on the same terminal.
19761
19762 * m/ibms390x.h (MARKBIT): Remove unused macro.
19763
197642007-10-01 Juanma Barranquero <lekktu@gmail.com>
19765
19766 * lread.c (Fload): Fix typo in docstring.
19767
197682007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19769
19770 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19771 of a non-zero value can't yield zero.
19772
197732007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * term.c (term_clear_mouse_face, term_mouse_highlight)
19776 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19777
19778 * print.c (safe_debug_print): Use XHASH.
19779
19780 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19781 Lisp elements such as tags.
19782 (XHASH): New macro.
19783 (EQ): Use it.
19784 (SREF, SSET, STRING_COPYIN): Use SDATA.
19785 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19786
19787 * alloc.c (mark_terminal): Remove left-over declaration.
19788 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19789 (allocate_vectorlike): Remove type argument. Adjust callers.
19790 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19791 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19792
19793 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19794 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19795 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19796 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19797 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19798 Use them.
19799
19800 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19801 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19802 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19803
198042007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19805
19806 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19807 loaded by default.
19808
198092007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19812 on this tty.
19813 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19814
19815 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19816 Update all users.
19817 (handle_one_term_event): Use Gpm_DrawPointer.
19818 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19819 Signal errors instead of returning nil. Always return nil.
19820 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19821 Make it a noop if gpm-mouse was not activated.
19822 (syms_of_term): Update names.
19823
198242007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19827 (init_sys_modes): Check that gpm_tty is the current tty.
19828
19829 * alloc.c (allocate_terminal): Set the vector size to only count the
19830 lisp fields. Initialize those to nil.
19831 (mark_object): Don't treat terminals specially.
19832 (mark_terminal): Remove.
19833 (mark_terminals): Use mark_object instead.
19834
19835 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19836 the GC to the beginning.
19837
19838 * indent.h:
19839 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19840
19841 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19842
198432007-09-25 Jason Rumney <jasonr@gnu.org>
19844
19845 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19846
19847 * w32console.c (create_w32cons_output): Remove.
19848
19849 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19850
19851 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19852 (reset_sys_modes): Use reset_terminal_modes_hook.
19853
198542007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19855
19856 * eval.c (do_autoload): Don't output any message.
19857
198582007-09-24 Juri Linkov <juri@jurta.org>
19859
19860 * emacs.c (standard_args): Change priority of "--no-splash"
19861 from 40 to 3. Add "--no-desktop" with the same priority.
19862
198632007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19864
19865 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19866 and optimize the case where they are all 1.
19867
198682007-09-23 Johannes Weiner <hannes@saeurebad.de>
19869
19870 * lisp.h (abs): Define if not defined.
19871 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19872 Don't define `abs', since it's defined in lisp.h.
19873
198742007-09-22 Eli Zaretskii <eliz@gnu.org>
19875
19876 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19877 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19878 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19879 (init_tty): Use DEV_TTY instead of "/dev/tty".
19880 [WINDOWSNT]: No need to protect from NAME arg being null.
19881
198822007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19883
19884 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19885 up the tty state.
19886
198872007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19890 (gpm_tty): Change its type.
19891 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19892 (gpm_tty): Change its type and initialize it.
19893 (Fterm_open_connection): Check the frame is indeed a tty.
19894 Use the new gpm_tty.
19895 (Fterm_close_connection): Use the new gpm_tty.
19896 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19897 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19898
198992007-09-21 Juanma Barranquero <lekktu@gmail.com>
19900
19901 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19902 underline_color, to draw strike-through.
19903
199042007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19905
19906 * lisp.h (allocate_terminal): Declare.
19907
19908 * window.c (candidate_window_p): Consider frames that are being placed
19909 by the user as somewhere between visible and iconified.
19910 (window_loop): Prefer windows on the current frame.
19911 (Fselect_window): Move the use of select-frame to the beginning so we
19912 can just delegate all the work (it'll call us back anyway).
19913
19914 * frame.c (Qdisplay_environment_variable):
19915 * frame.h (Qdisplay_environment_variable): Delete.
19916
19917 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19918 of the first arg, since that value may be a union.
19919
19920 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19921 parameter rather than Qdisplay_environment_variable. If all else
19922 fails, look for DISPLAY in initial-environment.
19923
199242007-09-21 Glenn Morris <rgm@gnu.org>
19925
19926 * Makefile.in (emacstool): Remove target.
19927 (lisp, shortlisp): Remove termdev.elc.
19928
199292007-09-21 Markus Triska <markus.triska@gmx.at>
19930
19931 * xterm.c (x_delete_display): Compile session management conditionally.
19932
199332007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * callproc.c (getenv_internal_1): New function.
19936 (getenv_internal): Use it.
19937 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19938
19939 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19940 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19941 (Fset_terminal_parameter): Work with dead terminals as well.
19942 (Fmodify_terminal_parameters): Remove.
19943
19944 * terminal.c (get_terminal): Handle terminals.
19945 Make sure the terminal returned is live.
19946 (create_terminal): Use allocate_terminal.
19947 (mark_terminals): Move to alloc.c.
19948 (delete_terminal): Use terminal->name as liveness status.
19949 NULL out fields after freeing their contents.
19950 Don't deallocate the object.
19951 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19952 rather than an int.
19953 (Fterminal_live_p): Accept non-integer arguments.
19954 (Fterminal_list): Return terminal objects rather than an ints.
19955
19956 * alloc.c (enum mem_type): New member for `terminal' objects.
19957 (allocate_terminal): New function.
19958 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19959 Handle terminals.
19960 (mark_terminal): New fun.
19961 (mark_terminals): Move from terminal.c.
19962
19963 * term.c (get_tty_terminal): Don't treat output_initial specially.
19964 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19965 (delete_tty): Use terminal->name as liveness status.
19966
19967 * termhooks.h (struct terminal): Make it into a pseudovector.
19968 Remove `deleted' replaced by checking `name's nullness.
19969
19970 * print.c (print_object): Handle terminals.
19971
19972 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19973 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19974
19975 * frame.c (make_terminal_frame):
19976 * keyboard.c (tty_read_avail_input):
19977 * w32term.c (x_delete_terminal):
19978 * xfns.c (Fx_create_frame, x_create_tip_frame):
19979 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19980
199812007-09-20 Glenn Morris <rgm@gnu.org>
19982
19983 * process.c (Fmake_network_process): Doc fix.
19984
199852007-09-19 Jason Rumney <jasonr@gnu.org>
19986
19987 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19988
199892007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19990
19991 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19992 Fix a C warning regarding variable constness.
19993
19994 * xterm.c (handle_one_xevent): Fix a C warning.
19995
199962007-09-18 Jason Rumney <jasonr@gnu.org>
19997
19998 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19999
200002007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20001
20002 * gtkutil.c (gdpy_def): New variable.
20003 (xg_initialize): Initialize gdpy_def.
20004 (xg_display_close): If no other display exists, set gdpy_def to a
20005 new connection.
20006
200072007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20008
20009 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20010 when we have no file name for the icon.
20011 (xg_tool_bar_expose_callback): Remove.
20012 (xg_create_tool_bar): Don't connect expose signal to
20013 xg_tool_bar_expose_callback.
20014 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20015
200162007-09-16 Andreas Schwab <schwab@suse.de>
20017
20018 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20019 values instead of zapping them.
20020
200212007-09-14 Glenn Morris <rgm@gnu.org>
20022
20023 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20024 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20025 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20026 scope and rename to omfib_buffer for clarity.
20027 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20028
200292007-09-14 Kenichi Handa <handa@m17n.org>
20030
20031 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20032
200332007-09-13 Jason Rumney <jasonr@gnu.org>
20034
20035 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20036
20037 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20038
20039 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20040 (mac_term_init): Call here instead, passing rif.
20041
200422007-09-13 Glenn Morris <rgm@gnu.org>
20043
20044 * s/hpux.h: No longer define `static' as nothing.
20045
200462007-09-13 Johan Bockgård <bojohan@gnu.org>
20047
20048 * callint.c (Fcall_interactively): Remove unused var `fun'.
20049
200502007-09-12 Romain Francoise <romain@orebokech.com>
20051
20052 * window.c (prefer_window_split_horizontally, display_buffer):
20053 Revert 2007-09-08 change.
20054
200552007-09-12 Glenn Morris <rgm@gnu.org>
20056
20057 * alloca.c: Remove file.
20058 * Makefile.in (alloca): Do not undef.
20059 (allocaobj, alloca.o): Remove.
20060 (otherobj): Remove allocaobj.
20061 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20062 * regex.c (C_ALLOCA): Remove all references and code that was only
20063 used when this was defined.
20064 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20065 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20066 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20067
20068 * Makefile.in (SOURCES, unlock, relock): Delete.
20069
20070 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20071 (menu_grab_callback): All uses changed.
20072
20073 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20074 (x_reply_selection_request): All uses changed.
20075
200762007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20077
20078 * lread.c (load_warn_old_style_backquotes): Change message to look
20079 better when it appears in the middle of byte-compiler messages.
20080
200812007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20082
20083 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20084
20085 * xterm.c (x_create_terminal): Add comment.
20086
20087 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20088
200892007-09-10 Richard Stallman <rms@gnu.org>
20090
20091 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20092
200932007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20094
20095 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20096 (DEFUN): Document `intspec', use it instead of `prompt'.
20097
20098 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20099
20100 * data.c (Finteractive_form): If the interactive specification starts
20101 with a `(', use it as a Lisp form.
20102
20103 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20104 name and file modes.
20105
20106 * callint.c (Fcall_interactively): Comment fixes.
20107
201082007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20109
20110 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20111 and compiled functions.
20112
201132007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20114
20115 * window.c (prefer_window_split_horizontally): New variable.
20116 (display_buffer): Consider splitting window horizontally depending
20117 on prefer_window_split_horizontally.
20118
201192007-09-08 Eli Zaretskii <eliz@gnu.org>
20120
20121 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20122
201232007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20126
20127 * frame.c (x_set_frame_parameters): Check number is positive before
20128 using XFASTINT.
20129
20130 * window.c (freeze_window_start): Don't presume selected_window holds
20131 a window object.
20132 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20133
201342007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20135
20136 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20137
201382007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * window.c (Vsplit_window_preferred_function): New var.
20141 (Fdisplay_buffer): Use it.
20142 (syms_of_window): Export, and initialize it.
20143
201442007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20145
20146 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20147
201482007-09-06 Glenn Morris <rgm@gnu.org>
20149
20150 * gtkutil.c (menu_grab_callback) <cnt>:
20151 * xselect.c (x_reply_selection_request) <cnt>: Move static
20152 variable to file scope.
20153
201542007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20155
20156 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20157 consistent values of selected_frame and selected_window.
20158
201592007-09-04 Jason Rumney <jasonr@gnu.org>
20160
20161 * w32console.c (initialize_w32_display): Zero unused hooks.
20162
201632007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20164
20165 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20166 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20167
201682007-09-04 Jason Rumney <jasonr@gnu.org>
20169
20170 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20171 in w32console.c. Set up input. Remove XXX comments that have been
20172 confirmed as correct.
20173
20174 * s/ms-w32.h (MULTI_KBOARD): Define.
20175
20176 * w32console.c (one_and_only_w32cons): Remove.
20177 (initialize_w32_display): Take terminal argument.
20178
20179 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20180 initialize_w32_display.
20181 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20182
20183 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20184
20185 * keyboard.c (discard_mouse_events): Discard it.
20186 (make_lispy_event): Translate it to a lisp event.
20187 (lispy_wheel_names): Add wheel-left and right events.
20188 (syms_of_keyboard): Enlarge wheel_syms.
20189
20190 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20191 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20192
20193 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20194
20195 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20196 from WM_MOUSEHWHEEL.
20197 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20198
20199 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20200 terminal.
20201
20202 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20203 keyboard for the terminal.
20204
202052007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20206
20207 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20208 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20209 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20210 and resume-tty-function to resume-tty-hook.
20211 (Fsuspend_tty, Fresume_tty): Use new names.
20212
202132007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20214
20215 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20216 if it starts with "n:".
20217
202182007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20219
20220 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20221
202222007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * frame.h:
20225 * frame.c (Qterm_environment_variable): Remove.
20226 (syms_of_frame): Don't init and staticpro it.
20227
20228 * callproc.c (getenv_internal): Remove special case for $TERM.
20229
20230 * callproc.c (Vinitial_environment): New variable.
20231 (set_initial_environment): Initialize it.
20232 (syms_of_callproc): Declare it.
20233 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20234 TERM under which a process runs is never related to the TERM in which
20235 Emacs is running.
20236
202372007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20238
20239 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20240 * s/darwin.h: ... do it here.
20241
202422007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * lisp.h (set_initial_environment): Rename from set_global_environment.
20245
20246 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20247 removed by mistake on the multi-tty branch.
20248
20249 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20250 (Fmodify_frame_parameters): Return a value.
20251
20252 * image.c (png_load): Comment-out var only used in commented-out code.
20253
20254 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20255 before passing it to mark_object.
20256
20257 * xfaces.c (internal_resolve_face_name): Return a value.
20258 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20259
20260 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20261 (x_icon): Comment-out var only used in commented-out code.
20262
202632007-08-29 Romain Francoise <romain@orebokech.com>
20264
20265 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20266 QUIT hasn't been provided.
20267
202682007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20269
20270 * callproc.c (child_setup, getenv_internal): Use the
20271 display-environment-variable and term-environment-variable frame params.
20272 (set_initial_environment): Initialise Vprocess_environment.
20273
20274 * config.in: Disable multi-keyboard support on a mac.
20275
20276 * frame.c (Qterm_environment_variable)
20277 (Qdisplay_environment_variable): New variables.
20278 (syms_of_frame): Intern and staticpro them.
20279 (Fmake_terminal_frame): Disable output method test.
20280
20281 * frame.h: Declare them here.
20282
20283 * macfns.c (x_set_mouse_color): Get rif from the frame.
20284 (x_set_tool_bar_lines): Don't use updating_frame.
20285 (mac_window): Add 2 new parameters for consistency with other systems.
20286 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20287 frame parameters following what is done in X11 and w32. Don't use
20288 FRAME_MAC_DISPLAY_INFO.
20289 (Fx_open_connection, start_hourglass): Remove window-system check.
20290 (x_create_tip_frame): Get the keyboard from the terminal.
20291
20292 * macmenu.c: Reorder includes.
20293 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20294
20295 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20296 terminal parameter.
20297 (x_clear_frame): Add a frame parameter.
20298 (note_mouse_movement): Get rif from the frame.
20299 (mac_term_init): Initialize the terminal.
20300 (mac_initialize): Make static and move terminal initialization ...
20301 (mac_create_terminal): ... to this new function.
20302
20303 * macterm.h (struct mac_display_info): Add terminal.
20304 (mac_initialize): Delete declaration.
20305
20306 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20307
20308 * sysdep.c: Comment out text after #endif.
20309
20310 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20311 is defined. Better initialize ttys in windows. Use terminal
20312 specific mouse_position_hook.
20313
20314 * termhooks.h (union display_info): Add mac_display_info.
20315
20316 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20317 Set the default minibuffer frame, window_system and the rest of the
20318 frame parameters following what is done in X11.
20319
20320 * w32term.c (w32_initialize): Make static.
20321
20322 * xselect.c (x_handle_selection_clear): Only access
20323 terminal->kboard when MULTI_KBOARD is defined.
20324
20325 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20326 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20327
203282007-08-29 Jason Rumney <jasonr@gnu.org>
20329
20330 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20331 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20332
20333 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20334 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20335
20336 * keyboard.c (restore_kboard_configuration): Only define when
20337 MULTI_KBOARD defined.
20338
20339 * makefile.w32-in: Update dependancies from Makefile.in.
20340 (OBJ1): Add terminal.$(O)
20341
20342 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20343 Don't define function body.
20344 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20345
20346 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20347
20348 * w32.c (request_sigio, unrequest_sigio): Remove.
20349
20350 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20351 (w32con_clear_frame, w32con_clear_end_of_line)
20352 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20353 (w32con_delete_glyphs, w32con_set_terminal_window)
20354 (scroll_line, w32_sys_ring_bell): Add frame arg.
20355 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20356 Add terminal arg.
20357 (PICK_FRAME): Remove.
20358 (w32con_write_glyphs): Use frame specific terminal coding.
20359 (one_and_only_w32cons): New global variable.
20360 (initialize_w32_display): Use it for storing hooks.
20361 (create_w32cons_output): New function.
20362
20363 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20364 arg a frame.
20365
20366 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20367 Set window_system.
20368 (x_set_tool_bar_lines): Don't use updating_frame.
20369 (Fx_create_frame): Set terminal and ref count.
20370 (Fx_open_connection): Remove window-system check.
20371
20372 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20373
20374 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20375 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20376 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20377 Add frame arg.
20378 (x_delete_terminal, w32_create_terminal): New functions.
20379 (w32_term_init): Create a terminal.
20380 (w32_initialize): Move terminal specific initialization to
20381 w32_create_terminal.
20382
20383 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20384 (w32_clear_rect, w32_clear_area): Use background from frame.
20385 (w32_display_info): Add terminal.
20386 (w32_sys_ring_bell, x_delete_display): Declare here.
20387
20388 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20389
20390 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20391
203922007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20393
20394 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20395 Fix get_named_tty calls for the controlling tty.
20396
203972007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20398
194d44e7 20399 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
20400
204012007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20402
20403 * term.c (tty_insert_glyphs): Add missing first parameter.
20404
204052007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20406
20407 * buffer.c (Fbuffer_list, Fbury_buffer):
20408 Take frame->buried_buffer_list into account.
20409
20410 * cm.c (current_tty): New variable, for cmputc().
20411 (cmputc): Use it.
20412 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20413 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20414 (cmgoto): Add tty parameter. Pass it on to calccost().
20415 Use emacs_tputs() instead of tputs().
20416
20417 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20418 tputs().
20419 (current_tty): New variable, for cmputc().
20420 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20421
20422 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20423 (internal_condition_case, internal_condition_case_1)
20424 (internal_condition_case_2): Don't abort when x_catching_errors.
20425
20426 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20427 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20428 prevent crashes caused by bogus longjmps in read_char.
20429
20430 * keymap.h (Fset_keymap_parent): Add EXFUN.
20431
20432 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20433 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20434 Remove redundant definition.
20435
20436 * macfns.c (x_set_mouse_color, x_make_gc):
20437 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20438
20439 * w32term.c (x_free_frame_resources):
20440 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20441 (w32_initialize): Use the accessor macros for terminal characteristics.
20442
20443 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20444 Use the accessor macros for terminal characteristics.
20445 * msdos.c (internal_terminal_init): Use the accessor macros for
20446 terminal characteristics.
20447 (ScreenVisualBell, internal_terminal_init):
20448 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20449
20450 * termopts.h (no_redraw_on_reenter): Declare.
20451
20452 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20453 (mark_terminals, mark_ttys): Declare.
20454 (Fgarbage_collect): Call them.
20455 (mark_object): Mark buried_buffer_list.
20456
20457 * prefix-args.c: Include stdlib.h for exit.
20458
20459 * syssignal.h: Add comment.
20460
20461 * indent.c: Include stdio.h.
20462
20463 * window.h (Vinitial_window_system): Declare.
20464 (Vwindow_system): Delete declaration.
20465
20466 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20467
20468 * image.c (lookup_image): Don't initialize `c' until the xasserts
20469 have been run.
20470
20471 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20472 FRAME_FOREGROUND_PIXEL.
20473
20474 * print.c (print_preprocess): Don't lose print_depth levels while
20475 iterating.
20476
20477 * widget.c (update_from_various_frame_slots):
20478 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20479
20480 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20481 frames.
20482 (window_internal_height): Remove bogus make_number call.
20483 (init_window_once): Call make_terminal_frame with two zero parameters.
20484
20485 * fileio.c (Fread_file_name): Update comment.
20486
20487 * callint.c (Fcall_interactively):
20488 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20489 Make sure it is correctly unwound.
20490
20491 * xsmfns.c (x_session_close): New function.
20492
20493 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20494 Delete declarations.
20495
20496 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20497 (x_output): Remove background_pixel and foreground_pixel fields.
20498 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20499 (x_delete_device, x_session_close): Declare.
20500
20501 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20502 (read_filtered_event): Call `read_char' with a local
20503 `wrong_kboard_jmpbuf'.
20504
20505 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20506 Don't call single_kboard_state. Use FRAME_RIF.
20507
20508 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20509 systems.
20510
20511 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20512 (Fframe_with_environment, Fset_input_meta_mode)
20513 (Fset_quit_char): EXFUN.
20514 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20515 (init_sys_modes, reset_sys_modes): Update prototypes.
20516 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20517
20518 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20519 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20520 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20521 Delete declarations.
20522 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20523 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20524 New declarations.
20525
20526 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20527 already does that during init_display(). Call syms_of_keymap
20528 before syms_of_keyboard. Call `syms_of_terminal'.
20529 Call set_initial_environment, not set_process_environment.
20530 (shut_down_emacs): Call reset_all_sys_modes() instead of
20531 reset_sys_modes().
20532
20533 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20534 (internal_resolve_face_name, resolve_face_name_error): New functions.
20535 (resolve_face_name): Protect against loops and errors thrown by Fget.
20536 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20537 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20538
20539 * scroll.c: Replace CURTTY() with local variables throughout the
20540 file (where applicable).
20541 (calculate_scrolling, calculate_direct_scrolling)
20542 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20543 characteristics.
20544
20545 * keymap.c (Vfunction_key_map): Remove.
20546 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20547 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20548 (Vkey_translation_map): Remove.
20549 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20550 (Fdescribe_buffer_bindings)
20551 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20552 Update for terminal-local key-translation-map.
20553
20554 * Makefile.in (callproc.o): Update dependencies.
20555 (lisp, shortlisp): Add termdev.elc.
20556 (obj): Add terminal.o.
20557 (terminal.o): Add dependencies.
20558 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20559 (data.o, fns.o): Add termhooks.h dependency.
20560 (SOME_MACHINE_LISP): Add dnd.elc.
20561 (minibuf.o): Fix typo.
20562 Update dependencies.
20563
20564 * data.c (do_symval_forwarding, store_symval_forwarding)
20565 (find_symbol_value): Use the selected frame's keyboard, not
20566 current_kboard.
20567
20568 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20569 Vwindow_system.
20570
20571 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20572 Fmenu_bar_open.
20573 (syms_of_xmenu): Update defsubr.
20574 (mouse_position_for_popup, Fx_popup_menu)
20575 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20576 (set_frame_menubar, free_frame_menubar)
b97439ce 20577 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
20578 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20579 an X frame.
20580
20581 * xselect.c (x_own_selection): Abort if not an X frame.
20582 (some_frame_on_display): Check if it is an X frame.
20583 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20584
20585 * coding.c: Include frame.h and termhooks.h.
20586 (terminal_coding, keyboard_coding): Delete.
20587 (Fset_terminal_coding_system_internal)
20588 (Fset_keyboard_coding_system_internal)
20589 (Fkeyboard_coding_system)
20590 (Fterminal_coding_system): Add a terminal parameter.
20591 Get terminal_coding from the terminal.
20592 (init_coding_once): Don't call setup_coding_system here.
20593
20594 * dispextern.h (set_scroll_region, turn_off_insert)
20595 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20596 (tty_clear_end_of_line, tty_setup_colors)
20597 (delete_tty, updating_frame)
20598 (produce_special_glyphs, produce_glyphs, write_glyphs)
20599 (insert_glyphs): Remove.
20600 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20601 (tty_turn_off_highlight, get_tty_size): Add declaration.
20602 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20603
20604 * frame.h (enum output_method): Add output_initial.
20605 (struct x_output): Delete.
20606 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20607 Access foreground_pixel and background_pixel directly from the frame.
20608 (tty_display): Delete.
20609 (struct frame): Add buried_buffer_list, foreground_pixel,
20610 background_pixel and terminal. Delete kboard.
20611 (union output_data): Add tty.
20612 (FRAME_KBOARD): Get the kboard from the terminal.
20613 (FRAME_INITIAL_P): New macro.
20614 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20615 (Qterm_environment_variable, Qdisplay_environment_variable)
20616 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20617 New declarations.
20618
20619 * termchar.h (tty_output, tty_display_info): New structures.
20620 (tty_list): Declare.
20621 (FRAME_TTY, CURTTY): New macros.
20622 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20623 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20624 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20625 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20626
20627 * callproc.c: Include frame.h and termhooks.h, for terminal
20628 parameters.
20629 (add_env): New function.
20630 (child_setup): Use it.
20631 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20632 (getenv_internal): Fix get_terminal_param call.
20633 (Fgetenv_internal, egetenv): Update doc.
20634 (syms_of_callproc): Initialize Vprocess_environment to nil.
20635 Register and initialize them. Remove obsolete defvars. Update doc
20636 strings.
20637 (child_setup): Handle Vlocal_environment_variables.
20638 (getenv_internal): Add terminal parameter.
20639 Handle Vlocal_environment_variables.
20640 (Fgetenv_internal): Add terminal parameter.
20641 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20642 environment in a frame (not terminal) parameter. Update doc strings.
20643 (set_initial_environment): Rename from set_global_environment.
20644 Store Emacs environment in initial frame parameter.
20645
20646 * xdisp.c (redisplay_internal): Update references to
20647 `previous_terminal_frame'.
20648 (display_mode_line, Fformat_mode_line): Replace calls to
20649 `push_frame_kboard' with `push_kboard'.
20650 (get_glyph_string_clip_rects): Add extra parentheses and
20651 braces to prevent compiler warnings.
20652 (calc_pixel_width_or_height): Add xassert to check that the
20653 frame is alive. Don't call `lookup_image' on a termcap frame.
20654 (message2_nolog, message3_nolog, redisplay_internal)
20655 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20656 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20657 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20658 (Fx_display_pixel_width, Fx_display_pixel_height)
20659 (Fx_display_planes, Fx_display_color_cells)
20660 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20661 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20662 (Fx_display_backing_store, Fx_display_visual_class)
20663 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20664 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20665
20666 * xfns.c (x_set_foreground_color x_set_background_color)
20667 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20668 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20669 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20670 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20671 terminal that is being deleted.
20672 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20673 frame parameter, and make sure it overrides any user-supplied setting.
20674 (Fx_close_connection, Fx_synchronize): Unify argument names with
20675 the rest of the DEFUNs.
20676
20677 * dispnew.c (Fsend_string_to_terminal): Update call to
20678 `get_tty_terminal'.
20679 (Fredraw_frame, Fsend_string_to_terminal)
20680 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20681 FRAME_TERMCAP_P and FRAME_TTY.
20682 (window_change_signal): Don't believe width/height values that are
20683 impossibly small.
20684 (Vinitial_window_system): Rename from Vwindow_system.
20685 (termscript, Wcm, rif): Delete.
20686
20687 * termhooks.h (struct terminal): New struct containing the
20688 previously global text display hooks and new members NAME,
20689 DELETED and PARAM_ALIST.
20690 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20691 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20692 (FRAME_RIF): New macros.
20693 (get_terminal_param, get_device): New declarations.
20694 (termscript): Delete declaration.
20695
20696 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20697 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20698 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20699 FRAME_FOREGROUND_PIXEL.
20700 (x_fully_uncatch_errors): Disable definition.
20701 (x_scroll_bar_expose): Fix reference to foreground pixel.
20702 (XTread_socket): Disable loop on all X displays.
20703 (x_delete_terminal): Don't set terminal->deleted and let
20704 delete_terminal delete the frames on the terminal.
20705 (x_delete_display): Doc update to reflect changes in
20706 delete_terminal.
20707 (x_display_info) <terminal>: Move member earlier in the struct.
20708 (deleting_tty): Remove old variable.
20709 (Fsuspend_tty): Call clear_tty_hooks.
20710 (Fresume_tty, init_tty): Call set_tty_hooks.
20711 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20712 errors on X frames.
20713 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20714 (handle_one_xevent): Initialize `f' to NULL.
20715 (x_delete_terminal, x_create_terminal): New functions.
20716 (XTset_terminal_modes, XTreset_terminal_modes)
20717 (XTread_socket, x_connection_closed, x_term_init)
20718 (x_term_init, x_delete_display): Add terminal parameter.
20719 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20720 X connections.
20721
20722 * frame.c: Include termchar.h.
20723 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20724 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20725 (Qdisplay_environment_variable): New vars.
20726 (Fframep): Deal with output_initial.
20727 (Fframe-live-p): Doc fix.
20728 (Fwindow-system): New function.
20729 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20730 (make_terminal_frame): Don't create frames on a terminal that is
20731 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20732 (store_frame_param): Check for found_for_frame before calling XFRAME.
20733 (Fmake_terminal_frame): Handle NULL tty names correctly.
20734 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20735 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20736 frames to refer to a deleted frame in their 'environment parameter.
20737 (Fframe_with_environment): New function.
20738 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20739 (get_future_frame_param): New function.
20740 (Fmake_terminal_frame): Use it.
20741 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20742
20743 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20744 * sysdep.c (reset_sys_modes): Update for renames.
20745
20746 * keyboard.c (tty_read_avail_input): New function.
20747 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20748 (syms_of_keyboard): Defsubr them.
20749 (Fset_input_meta_mode, Fset_quit_char): New functions.
20750 (Fset_input_mode): Split to above functions.
20751 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20752 parameter. Use it in call to `read_char'.
20753 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20754 Set wrong_kboard_jmpbuf correctly in recursive calls.
20755 Use current_kboard to access Vkeyboard_translate_table.
20756 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20757 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20758 Update longjmp invocations. Remember the original current_kboard,
20759 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20760 changes it. Comment out unnecessary calls to
20761 `record_single_kboard_state' and `any_kboard_state'.
20762 Update recursive calls.
20763 (wrong_kboard_jmpbuf): Remove global variable.
20764 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20765 Handle deleted interrupted_kboards correctly; that is a legal
20766 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20767 and read_char calls. Abort if interrupted_kboard died in read_char.
20768 (any_kboard_state, single_kboard_state)
20769 (push_frame_kboard): Remove function.
20770 (pop_kboard): Switch out of single_kboard mode if the kboard has
20771 been deleted. Remove unused variable. Help debugging by not
20772 changing current_kboard unnecessarily. Set current_kboard to the
20773 kboard of the selected frame when the stored kboard object has
20774 been deleted before pop_kboard.
20775 (temporarily_switch_to_single_kboard): Change first parameter to a
20776 frame pointer. Throw an error when caller wants to change kboards
20777 while in single_kboard mode. Don't push_kboard if we weren't in
20778 single kboard state. Don't pop_kboard if we popped into any
20779 kboard state.
20780 (restore_kboard_configuration): Abort if pop_kboard changed the
20781 kboard in single_kboard mode. Call pop_kboard only after setting
20782 up single_kboard mode.
20783 (Frecursive_edit): Switch to single_kboard mode only in nested
20784 command loops.
20785 (cmd_error, command_loop, command_loop_1, timer_check):
20786 Comment out unnecessary call to `any_kboard_state' and
20787 `record_single_kboard_state'.
20788 (delete_kboard): Exit single_kboard mode if we have just deleted
20789 that kboard. Use FRAME_KBOARD.
20790 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20791 `fatal_error_signal'.
20792 (record_single_kboard_state): Don't push_kboard if we weren't in
20793 single kboard state. Don't pop_kboard if we popped into any
20794 kboard state.
20795 (push_frame_kboard): Rename to push_kboard.
20796 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20797 (read_avail_input): Read input from all terminals.
20798 (mark_kboards): Also mark Vkeyboard_translate_table.
20799 (kbd_buffer_store_event_hold): Simplify condition.
20800 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20801 (Vkeyboard_translate_table): Move to struct kboard.
20802 (init_kboard): Initialize Vkeyboard_translate_table.
20803 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20804 Vkeyboard_translate_table. Update doc strings. Update docs of
20805 local-function-key-map and function-key-map.
20806
20807 * terminal.c: New file.
20808
20809 * term.c: Include errno.h.
20810 (Vring_bell_function, device_list, initial_device)
20811 (next_device_id, ring_bell, update_begin, update_end)
20812 (set_terminal_window, cursor_to, raw_cursor_to)
20813 (clear_to_end, clear_frame, clear_end_of_line)
20814 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20815 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20816 (syms_of_term): Move their initialization to terminal.c.
20817 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20818 (Ftty_display_color_cells)
20819 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20820 (clear_tty_hooks, set_tty_hooks)
20821 (init_tty, maybe_fatal): New functions.
20822 (Ftty_type): Return nil if terminal is not on a tty instead of
20823 throwing an error. Doc update.
20824 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20825 Doc update. Initialize new subrs and variables.
20826 (delete_tty): Use terminal->deleted.
20827 (tty_set_terminal_modes): Rename from set_terminal_modes.
20828 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20829 (set_scroll_region): Rename to `tty_set_scroll_region'.
20830 (turn_on_insert): Rename to `tty_turn_on_insert'.
20831 (turn_off_insert): Rename to `tty_turn_off_insert'.
20832 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20833 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20834 (toggle_highligh): Rename to `tty_toggle_highlight'.
20835 (background_highlight): Rename to `tty_background_highlight'.
20836 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20837 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20838 (tty_set_scroll_region, tty_background_highlight)
20839 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20840 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20841 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20842 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20843 Add static modifier.
20844 (tty_reset_terminal_modes, tty_set_terminal_window)
20845 (tty_set_scroll_region, tty_background_highlight)
20846 (tty_highlight_if_desired, tty_cursor_to)
20847 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20848 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20849 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20850 renames.
20851
208522007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20853
20854 * keyboard.c: Qrtl is new.
20855 (parse_tool_bar_item): Handle :rtl keyword.
20856 (syms_of_keyboard): Intern :rtl keyword.
20857
20858 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20859
20860 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20861 so no Lisp code is executed.
20862 (file_for_image, find_rtl_image): New functions.
20863 (xg_get_image_for_pixmap): Use file_for_image.
20864 (update_frame_tool_bar): If direction is RTL, use RTL image if
20865 defined. Use Gtk stock images if defined.
20866
208672007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20868
20869 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20870 for nonexistent or zero-width glyph in composition glyph.
20871
208722007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20873
20874 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20875
20876 * xdisp.c (Finvisible_p): New function.
20877 (syms_of_xdisp): defsubr it.
20878
208792007-08-24 Juanma Barranquero <lekktu@gmail.com>
20880
20881 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20882 Doc fixes.
20883
208842007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20885
20886 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20887
208882007-08-24 Martin Rudalics <rudalics@gmx.at>
20889
20890 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20891 whether decoding has modified buffer contents.
20892
208932007-08-24 Jason Rumney <jasonr@gnu.org>
20894
20895 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20896 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20897 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20898 (init_svg_functions) [HAVE_NTGUI]: New function.
20899 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20900 (svg_load_image): Use them.
20901 (svg_load_image) [HAVE_NTGUI]: Implement background.
20902
209032007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20904
20905 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20906 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20907 (LIBX): Remove @RSVG_LIBS@.
20908 (LIBES): Add $(RSVG_LIBS).
20909
20910 * image.c (svg_load_image): Blend with specified background if exists.
20911 Use IMAGE_BACKGROUND. Add Mac OS Support.
20912
20913 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20914 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20915 Remove macros.
20916 [MAC_OSX] (socket_callback): Do nothing.
20917 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20918 ReceiveNextEvent.
20919 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20920 socket_callback.
20921 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20922
209232007-08-22 Glenn Morris <rgm@gnu.org>
20924
20925 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20926
209272007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20928
20929 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20930
20931 * image.c: Add support for SVG images. Some additional comments
20932 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20933 (svg_image_p): New function to test for SVG image.
20934 (svg_load): New function to load SVG image.
20935 (svg_load_image): New function, helper for svg_load.
20936 (Qsvg): New Lisp_object.
20937 (svg_keyword_index): New enum.
20938 (svg_format): New static `image_keyword' struct.
20939 (svg_type): New static `image_type' struct.
20940 (librsvg/rsvg.h): Include it.
20941
209422007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20943
20944 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20945
209462007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * lread.c (Qold_style_backquotes): New var.
20949 (syms_of_lread): Init and staticpro it.
20950 (load_warn_old_style_backquotes): New fun.
20951 (Fload): Use them to warn about old style backquotes.
20952 (end_of_file_error, Fload): Remove unused vars.
20953
20954 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20955
20956 * lread.c (Vold_style_backquotes): New var.
20957 (syms_of_lread): Init and export it to Elisp.
20958 (read1): Set it when we find an old-style (back)quote.
20959
209602007-08-22 Jason Rumney <jasonr@gnu.org>
20961
20962 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20963
209642007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20965
20966 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20967
209682007-08-19 Richard Stallman <rms@gnu.org>
20969
20970 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20971
209722007-08-19 Andreas Schwab <schwab@suse.de>
20973
20974 * alloc.c (pure): Round PURESIZE up.
20975
209762007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20977
20978 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20979 active frame.
20980
209812007-08-16 Richard Stallman <rms@gnu.org>
20982
20983 * eval.c (Fcommandp): Add parens to clarify.
20984
20985 * minibuf.c (Fall_completions): Use enum for type of table.
20986
20987 * emacs.c (USAGE2): Improve text.
20988
209892007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20990
20991 * term.c (tty_default_color_capabilities): Declare static
20992 variables in file scope, to avoid HPUX compiler problem.
20993
209942007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20995
20996 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20997 to gtk_toolbar_insert.
20998
209992007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21000
21001 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21002
21003 * insdel.c (reset_var_on_error): New fun.
21004 (signal_before_change, signal_after_change):
21005 Use it to reset (after|before)-change-functions to nil in case of error.
21006 Bind inhibit-modification-hooks to t.
21007 Don't bind (after|before)-change-functions to nil while they run.
21008
210092007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21010
21011 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21012 filling pixmap with stippled background.
21013
210142007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21015
21016 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21017 Don't use invisible frame as parent window for repositioning.
21018
210192007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * print.c (new_backquote_output): Rename from old_backquote_output.
21022 (print): Inverse its logic (according to its name) so as to match the
21023 behavior of new_backquote_flag in lread.c.
21024
210252007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21026
21027 * gmalloc.c (posix_memalign): New function.
21028
21029 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21030 ActivateControl/DeactivateControl here.
21031 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21032 frame-notice-user-settings is non-nil.
21033 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21034 for kEventParamFMFontStyle.
21035 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21036 mac_pass_command_to_system and mac_pass_control_to_system here.
21037 (XTread_socket): Call ActivateControl/DeactivateControl here.
21038 (XTread_socket) [TARGET_API_MAC_CARBON]:
21039 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21040 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21041 for window repositioning.
21042
210432007-08-08 Glenn Morris <rgm@gnu.org>
21044
21045 * Replace `iff' in doc-strings and comments.
21046
210472007-08-07 Chong Yidong <cyd@stupidchicken.com>
21048
21049 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21050
210512007-08-07 Martin Rudalics <rudalics@gmx.at>
21052
21053 * fileio.c (Finsert_file_contents): Run format-decode and
21054 after_insert_file_functions on entire buffer when REPLACE is
21055 non-nil and inhibit modification_hooks and point_motion_hooks.
21056 For consistency, run after_insert_file_functions iff something
21057 got inserted. Move signal_after_change and update_compositions
21058 after code running after_insert_file_functions. Make sure that
21059 undo_list doesn't record intermediate steps of the decoding process.
21060
210612007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21062
21063 * emacs.c (main)
21064 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21065 Call malloc_enable_thread on interactive startup.
21066
21067 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21068 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21069 [USE_PTHREAD]: Conditionalize with it.
21070 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21071 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21072 New functions.
21073
210742007-08-06 Chong Yidong <cyd@stupidchicken.com>
21075
21076 * xdisp.c (redisplay_window): When restoring original buffer
21077 position, make sure it is still valid.
21078
21079 * image.c (png_load): Ignore png-supplied background color.
21080
210812007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21082
21083 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21084 Use kCFAbsoluteTimeIntervalSince1970.
21085
21086 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21087 New variable.
21088 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21089 event loop should be quit.
21090 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21091 Quit dialog event loop if quit_dialog_event_loop is set.
21092
21093 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21094 (Selection): New typedef. Use instead of ScrapRef.
21095 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21096 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21097 (mac_clear_selection): Rename from clear_scrap.
21098 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21099 scrap_has_target_type. All uses changed.
21100 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21101 (mac_selection_has_target_p): New functions.
21102 (mac_put_selection_value): Rename from put_scrap_string.
21103 (mac_get_selection_value): Rename from get_scrap_string.
21104 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21105 (put_scrap_private_timestamp, scrap_has_target_type)
21106 (get_scrap_private_timestamp): Remove functions.
21107 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21108 (x_own_selection, x_get_local_selection):
21109 Use mac_valid_selection_value_p.
21110 (x_own_selection): Don't use put_scrap_private_timestamp.
21111 Record OWNERSHIP-INFO into Vselection_alist instead.
21112 (x_get_local_selection): Don't check type if request is local.
21113 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21114 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21115
211162007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21117
21118 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21119 add comment explaining why.
21120
211212007-08-03 Richard Stallman <rms@gnu.org>
21122
21123 * fileio.c (Fvisited_file_modtime): Use make_time.
21124
211252007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21126
21127 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21128 build.
21129
211302007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21131
21132 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21133
211342007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21135
21136 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21137
211382007-07-30 Richard Stallman <rms@gnu.org>
21139
21140 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21141
211422007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21143
21144 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21145
211462007-07-28 Nick Roberts <nickrob@snap.net.nz>
21147
21148 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21149 remote default-directory.
21150
21151 * buffer.c (mode-line-format): Update doc string.
21152
211532007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21154
21155 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21156 scroll bar gap.
21157 (x_scroll_bar_create): Set bar->fringe_extended_p.
21158 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21159 on frame edge. Check fringe background extension. Don't clear
21160 extended fringe background area.
21161
21162 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21163 (w32_fill_area): Enclose multiple statements with do ... while (0).
21164
21165 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21166 Extend fringe background to scroll bar gap.
21167 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21168 Set bar->fringe_extended_p.
21169 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21170 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21171 background extension. Don't clear extended fringe background area.
21172
21173 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21174 New member fringe_extended_p.
21175
211762007-07-25 Glenn Morris <rgm@gnu.org>
21177
21178 * Relicense all FSF files to GPLv3 or later.
21179
21180 * COPYING: Switch to GPLv3.
21181
211822007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21185
21186 * data.c (Finteractive_form): Check for the presence of an
21187 `interactive-form' symbol property more thoroughly.
21188
21189 * data.c (Finteractive_form): Use an `interactive-form' property if
21190 present, analogous to the function-documentation property.
21191
211922007-07-24 Jason Rumney <jasonr@gnu.org>
21193
21194 * w32fns.c (x_real_positions): Get real position from OS instead of
21195 calculating it.
21196
211972007-07-23 Jason Rumney <jasonr@gnu.org>
21198
21199 * filelock.c (current_lock_owner): Allow for @ sign in username.
21200
212012007-07-22 Nick Roberts <nickrob@snap.net.nz>
21202
21203 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21204 remote default-directory.
21205
21206 * buffer.c (mode-line-format): Describe above case in doc string.
21207
212082007-07-20 Eli Zaretskii <eliz@gnu.org>
21209
21210 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21211 Define if not defined.
21212
212132007-07-18 Jason Rumney <jasonr@gnu.org>
21214
21215 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21216
212172007-07-18 Richard Stallman <rms@gnu.org>
21218
21219 * data.c (Fsetq_default): Doc fix.
21220
21221 * eval.c (Fsetq): Doc fix.
21222
212232007-07-18 Juanma Barranquero <lekktu@gmail.com>
21224
21225 * coding.c (Ffind_operation_coding_system):
21226 * eval.c (For, Fand): Doc fixes.
21227 Reported by Johan Bockgård.
21228
212292007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21230
21231 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21232
21233 * xterm.h: Declare x_ewmh_activate_frame.
21234
21235 * xterm.c (x_ewmh_activate_frame): New function.
21236 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21237
212382007-07-17 Martin Rudalics <rudalics@gmx.at>
21239
21240 * window.c (Fdisplay_buffer): If largest or LRU window is the
21241 only window, split it even if it is not eligible for splitting.
21242 This restores the original behavior broken by the 2007-07-15
21243 change.
21244
212452007-07-17 Glenn Morris <rgm@gnu.org>
21246
21247 * abbrev.c (abbrev_check_chars): New function.
21248 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21249 Call abbrev_check_chars to check abbrev characters are word
21250 constituents. Doc fix.
21251
212522007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21253
21254 * process.c (Fstart_process, Fmake_network_process)
21255 (read_process_output): Fix up last changes.
21256
212572007-07-16 Eli Zaretskii <eliz@gnu.org>
21258
21259 * makefile.w32-in (clean): Don't delete *~.
21260
212612007-07-16 Andreas Schwab <schwab@suse.de>
21262
21263 * window.c (Fdisplay_buffer): Use NILP.
21264 (Fset_window_scroll_bars): Likewise.
21265
212662007-07-15 Martin Rudalics <rudalics@gmx.at>
21267
21268 * window.c (window_min_size_2): New function.
21269 (window_min_size_1, size_window, Fdisplay_buffer)
21270 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21271 windows without mode- or header-lines when window-min-height is
21272 too small.
21273 (size_window): Reset nodelete_p after testing it, following an
21274 earlier note by Kim F. Storm.
21275 (display_buffer): Do not set split_height_threshold to twice the
21276 value of window_min_height to avoid changing the value of a
21277 customizable variable. Rather explicitly check whether the
21278 height of the window that shall be splitted is at least as large
21279 as split_height_threshold.
21280 (Fwindow_full_width_p): New defun.
21281 (syms_of_window): Defsubr it.
21282
21283 * window.h: Add EXFUN for Fwindow_full_width_p.
21284
212852007-07-14 Jason Rumney <jasonr@gnu.org>
21286
21287 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21288
212892007-07-14 Richard Stallman <rms@gnu.org>
21290
21291 * eval.c (maybe_call_debugger): New function.
21292 (find_handler_clause): Use maybe_call_debugger.
21293 Call it when the handler says `debug'.
21294 Eliminate DEBUGGER_VALUE_PTR.
21295 (Fsignal): Eliminate debugger_value.
21296 (Qdebug): New variable.
21297 (syms_of_eval): Initialize it.
21298
212992007-07-14 Juanma Barranquero <lekktu@gmail.com>
21300
21301 * eval.c (Fprogn):
21302 * keyboard.c (Ftrack_mouse):
21303 * print.c (Fwith_output_to_temp_buffer):
21304 * window.c (Fsave_window_excursion): Doc fix.
21305
213062007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21309
213102007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21311
21312 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21313 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21314 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21315 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21316 Remove unused encoding_carryover.
21317 * process.c: Adjust all functions accordingly.
21318
213192007-07-12 Richard Stallman <rms@gnu.org>
21320
21321 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21322
213232007-07-11 Jason Rumney <jasonr@gnu.org>
21324
21325 * makefile.w32-in (LIBS): Include OLE32.
21326
21327 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21328 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21329
213302007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21331
21332 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21333 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21334 from a Lisp_Object into a bare pointer.
21335 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21336 Adjust the code correspondingly.
21337
21338 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21339
21340 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21341 (term_show_mouse_face): Remove unused var `j'.
21342 (handle_one_term_event): Remove unused vars `i' and `j'.
21343 Don't cast return value of ttyname since it's not necessary.
21344
213452007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21348 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21349
21350 * fns.c (map_char_table): Use an array of int for `indices' rather than
21351 an array of Lisp_Objects (which are only ever integers anyway).
21352 (Fmap_char_table): Update caller.
21353 * lisp.h: Update prototype.
21354 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21355 * fontset.c (Ffontset_info):
21356 * casetab.c (set_case_table): Update callers.
21357
21358 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21359
21360 * keymap.c (struct accessible_keymaps_data)
21361 (struct where_is_internal_data): New structures.
21362 (accessible_keymaps_1, where_is_internal_1): Use them to change
21363 interface to adhere to the one used by map_keymap.
21364 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21365 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21366
21367 * keymap.h (map_keymap_function_t): More informative prototype.
21368
213692007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21370
21371 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21372 (looking_at_1): Don't change search_regs and last_thing_searched
21373 if `inhibit-changing-match-data' is non-nil.
21374 (string_match_1, search_buffer, set_search_regs): Likewise.
21375 (syms_of_search): Add Lisp level definition for
21376 `inhibit-changing-match-data' and set it to nil.
21377 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21378 start and end of the match, instead of using values in search_regs.
21379
213802007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21381
21382 * minibuf.c (Fcompleting_read): New value `confirm-only'
21383 for `require-match'.
21384
213852007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21386
21387 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21388 part of the 2007-06-27 change to syms_of_fileio.
21389
213902007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21391
21392 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21393 Check WINDOWP before using XWINDOW. Consolidate return statements.
21394
213952007-06-27 Richard Stallman <rms@gnu.org>
21396
21397 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21398
213992007-06-27 Juanma Barranquero <lekktu@gmail.com>
21400
21401 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21402
214032007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21404
21405 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21406 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21407 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21408 (_free_internal, memalign): Use them.
21409 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21410 Initialize to PTHREAD_MUTEX_INITIALIZER.
21411 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21412 (morecore_nolock): Rename from morecore. All uses changed.
21413 Use only nolock versions of internal allocation functions.
21414 (_malloc_internal_nolock, _realloc_internal_nolock)
21415 (_free_internal_nolock): New functions created from
21416 _malloc_internal, _realloc_internal, and _free_internal.
21417 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21418 Copy hook value to automatic variable before its use.
21419 (memalign): Copy hook value to automatic variable before its use.
21420
214212007-06-26 Kenichi Handa <handa@m17n.org>
21422
21423 * coding.c (Ffind_operation_coding_system): Docstring improved.
21424 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21425
214262007-06-25 David Kastrup <dak@gnu.org>
21427
21428 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21429 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21430 cater for additional parameter.
21431
21432 * keymap.h: Adjust number of parameters to `current-active-maps'.
21433
21434 * doc.c (Fsubstitute_command_keys): Adjust call of
21435 `current-active-maps'.
21436
214372007-06-25 David Kastrup <dak@gnu.org>
21438
21439 * callint.c (Fcall_interactively): Make the parsing of interactive
21440 specs somewhat more readable.
21441
214422007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21443
21444 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21445 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21446 if extended background has already been filled.
21447
214482007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21449
21450 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21451 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21452
21453 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21454 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21455 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21456 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21457 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21458 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21459 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21460 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21461 Run timers during dialog popup.
21462 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21463
214642007-06-21 Jason Rumney <jasonr@gnu.org>
21465
21466 * image.c (convert_mono_to_color_image): Swap fore and background.
21467
214682007-06-20 Jason Rumney <jasonr@gnu.org>
21469
21470 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21471 (w32_free_bdf_font): Unmap memory not handle.
21472
214732007-06-20 Sam Steingold <sds@gnu.org>
21474
21475 * gmalloc.c (__morecore): Fix the declaration to comply with the
21476 definition.
21477
214782007-06-20 Juanma Barranquero <lekktu@gmail.com>
21479
21480 * w32term.c (w32_delete_display): Remove leftover declaration.
21481 (w32_define_cursor, w32_initialize): Make static.
21482
21483 * w32.c (_wsa_errlist): Fix typo in error message.
21484 (init_environment): Ignore any environment variable from the
21485 registry having a null value.
21486
214872007-06-20 Glenn Morris <rgm@gnu.org>
21488
21489 * Makefile.in (LIBGIF): Default to -lgif.
21490
214912007-06-17 Jason Rumney <jasonr@gnu.org>
21492
21493 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21494 unicode strings.
21495
214962007-06-16 Juanma Barranquero <lekktu@gmail.com>
21497
21498 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21499 Fix typo in docstring.
21500
215012007-06-16 Eli Zaretskii <eliz@gnu.org>
21502
21503 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21504 and their keybindings.
21505
215062007-06-15 Chong Yidong <cyd@stupidchicken.com>
21507
21508 * composite.c (update_compositions): Fix last fix.
21509
215102007-06-14 Jason Rumney <jasonr@gnu.org>
21511
21512 * w32.c (get_process_times_fn): New function pointer.
21513 (globals_of_w32): Intialize it if present in kernel32.dll.
21514 (w32_get_internal_run_time): New function.
21515
21516 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21517
215182007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21519
21520 * composite.c (update_compositions): Check the validness of
21521 compositions.
21522
215232007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21524
21525 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21526 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21527
21528 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21529 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21530
21531 * macgui.h (USE_MAC_TOOLBAR): New define.
21532
21533 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21534 Return immediately unless popup is activated.
21535
21536 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21537 background to scroll bar gap.
21538 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21539 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21540 scroll bars on frame edge. Check fringe background extension.
21541 Don't clear extended fringe background area.
21542 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21543 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21544 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21545 [USE_MAC_TOOLBAR]: New macros.
21546 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21547 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21548 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21549 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21550 [USE_MAC_TOOLBAR]: New functions.
21551 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21552 manually if previous repositioning has failed.
21553 (mac_handle_keyboard_event): Use precomputed event kind.
21554 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21555 as tool bar item click. Handle mouse movement over tool bar items.
21556
21557 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21558 toolbar_win_gravity.
21559 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21560 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21561 Add externs.
21562
21563 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21564 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21565
215662007-06-14 Chong Yidong <cyd@stupidchicken.com>
21567
21568 * image.c (search_image_cache): Remove unused variable.
21569
215702007-06-13 Chong Yidong <cyd@stupidchicken.com>
21571
21572 * xfns.c, xmenu.c: Link to xaw3d if available.
21573
215742007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21575
21576 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21577 frame_foreground and frame_background.
21578
21579 * image.c (lookup_image): Save frame foreground and background colors.
21580 (search_image_cache): Check if saved and current frame colors match.
21581
215822007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21583
21584 * regex.c (regex_compile): Remove the `regnum' counter.
21585 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21586
215872007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21588
21589 * term.c: Include intervals.h to declare Fget_text_property.
21590
215912007-06-10 Jason Rumney <jasonr@gnu.org>
21592
21593 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21594
215952007-06-08 Juanma Barranquero <lekktu@gmail.com>
21596
21597 * callint.c (Fcall_interactively):
21598 * editfns.c (Fdelete_and_extract_region):
21599 * fileio.c (Fread_file_name):
21600 * fns.c (Fmapconcat):
21601 * keyboard.c (cmd_error_internal):
21602 * keymap.c (Fkey_description):
21603 * lread.c (openp):
21604 * minibuf.c (read_minibuf):
21605 * search.c (wordify):
21606 * sunfns.c (sel_read):
21607 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21608 * xfns.c (x_default_scroll_bar_color_parameter):
21609 * xmenu.c (menu_help_callback):
21610 * xselect.c (Fx_get_atom_name):
21611 * xterm.c (x_term_init): Use empty_unibyte_string.
21612
216132007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21614
21615 * alloc.c (init_strings): Initialize canonical empty strings.
21616 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21617 canonical empty string when the requested size is 0.
21618
21619 * emacs.c (empty_unibyte_string): Rename from empty_string.
21620 (empty_multibyte_string): New canonical empty string.
21621 (syms_of_emacs): Don't initialize empty_string.
21622
21623 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21624 string, if appropriate.
21625 (empty_unibyte_string, empty_multibyte_string): New externs.
21626 (empty_string): Remove extern.
21627
21628 * lread.c (syms_of_lread): Use empty_unibyte_string.
21629
216302007-06-07 Jason Rumney <jasonr@gnu.org>
21631
21632 * s/ms-w32.h: Don't define HAVE_TZNAME.
21633
21634 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21635
216362007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21637
21638 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21639
21640 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21641 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21642
21643 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21644 Don't call next handler.
21645 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21646 Remove argument. Install handler to application.
21647 (set_frame_menubar): Don't change deep_p.
21648 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21649 FRAME_OUTER_TO_INNER_DIFF_Y.
21650 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21651 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21652 [HAVE_DIALOGS]: New macros.
21653 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21654 Use them.
21655 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21656
21657 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21658 init_service_handler. All callers changed. Return OSStatus value.
21659
21660 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21661 All callers changed so as not to call SetPortWindowPort.
21662 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21663 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21664 mac_draw_string_common.
21665 (mac_draw_image_string_qd): Likewise.
21666 (mac_draw_string_common): Use them. Add INLINE.
21667 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21668 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21669 GetGlobalMouse.
21670 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21671 and FRAME_OUTER_TO_INNER_DIFF_Y.
21672 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21673 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21674 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21675 repositioning window to mac_handle_window_event.
21676 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21677 saving window location to mac_handle_window_event
21678 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21679 (install_menu_target_item_handler): Remove argument in extern.
21680 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21681 Also accept command events.
21682 (do_keystroke): New function created from XTread_socket.
21683 (init_command_handler): Remove functions.
21684 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21685 and save window location by kEventWindowShowing and kEventWindowHiding
21686 handlers here. Don't call next handler for window state change and
21687 focus events.
21688 (mac_handle_application_event, mac_handle_keyboard_event)
21689 [TARGET_API_MAC_CARBON]: New functions.
21690 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21691 kEventWindowShowing and kEventWindowHiding events. Move installation
21692 of mouse, font, text input and menu target item handlers to
21693 install_application_handler.
21694 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21695 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21696 New function.
21697 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21698 Register it.
21699 (XTread_socket) [TARGET_API_MAC_CARBON]:
21700 Consolidate SendEventToEventTarget calls.
21701 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21702 Move application activation handler to mac_handle_application_event.
21703 Move keyboard handler to mac_handle_keyboard_event.
21704 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21705 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21706 init_command_handler. Call install_application_handler.
21707
21708 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21709 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21710
217112007-06-07 Glenn Morris <rgm@gnu.org>
21712
21713 * emacs.c (main): Use `emacs-copyright' in --version output.
21714
217152007-06-06 Chong Yidong <cyd@stupidchicken.com>
21716
21717 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21718
217192007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21720
21721 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21722
21723 * macgui.h: Replace WindowPtr with WindowRef.
21724
21725 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21726 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21727 Replace ControlHandle with ControlRef.
21728 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21729
21730 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21731 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21732 Replace ControlHandle with ControlRef.
21733 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21734 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21735
21736 * macterm.h (struct scroll_bar): Rename member control_handle_low
21737 and control_handle_high to control_ref_low and control_ref_high.
21738 All uses changed.
21739 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21740 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21741 respectively. All uses changed.
21742 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21743 (install_window_handler, remove_window_handler): Replace WindowPtr
21744 with WindowRef in externs.
21745
217462007-06-05 Juanma Barranquero <lekktu@gmail.com>
21747
21748 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21749
217502007-06-03 Nick Roberts <nickrob@snap.net.nz>
21751
21752 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21753
21754 * frame.c (Fmouse_position, Fmouse_pixel_position):
21755 Condition on HAVE_GPM too.
21756
21757 * term.c (term_mouse_highlight): Remove unused variables.
21758 (Fterm_open_connection): Set gpm_zerobased to 1.
21759 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21760 Use zero based co-ordinates.
21761 (handle_one_term_event): Report a drag as mouse movement too.
21762
21763 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21764
217652007-06-03 Chong Yidong <cyd@stupidchicken.com>
21766
21767 * image.c (search_image_cache): New function. Require background
21768 color match if background color is unspecified in the image spec.
21769 (uncache_image, lookup_image): Use it.
21770
217712007-06-01 Juanma Barranquero <lekktu@gmail.com>
21772
21773 * window.c (Fshrink_window): Reflow docstring.
21774
217752007-06-02 Chong Yidong <cyd@stupidchicken.com>
21776
21777 * Version 22.1 released.
21778
217792007-06-01 Richard Stallman <rms@gnu.org>
21780
21781 * xfns.c (x_encode_text): Add GCPRO.
21782
217832007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21784
21785 * xfns.c (x_set_name_internal): Save encoded name before
21786 x_encode_text in case string data is relocated.
21787
217882007-05-31 Richard Stallman <rms@gnu.org>
21789
21790 * buffer.c (syms_of_buffer): Doc fix.
21791
217922007-05-30 Nick Roberts <nickrob@snap.net.nz>
21793
21794 * sysdep.c (init_sys_modes): Add rather than replace with
21795 O_NONBLOCK.
21796
21797 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21798 term_mouse_moveto.
21799
21800 * termhooks.h (term_mouse_moveto): New extern.
21801
21802 * term.c (mouse_face_window): Rename...
21803 (Qmouse_face_window): ...to this.
21804 (term_show_mouse_face, term_clear_mouse_face)
21805 (term_mouse_highlight): Use Qmouse_face_window.
21806 (term_mouse_moveto): New function.
21807 (term_mouse_position): Make it work.
21808 (syms_of_term): Uncomment assignment to mouse_position_hook.
21809 Staticpro Qmouse_face_window.
21810
218112007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21812
21813 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21814 around current_column call.
21815
218162007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21817
21818 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21819 * xdisp.c (next_element_from_buffer):
21820 * window.c (delete_window):
21821 * term.c (term_mouse_highlight):
21822 * msdos.c (getdefdir):
21823 * macterm.c (mac_create_bitmap_from_bitmap_data)
21824 (init_font_name_table):
21825 * fns.c (Fsxhash):
21826 * data.c (Fmake_local_variable):
21827 * ccl.c (ccl_driver): Likewise.
21828
218292007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21830
21831 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21832 Call mac_wakeup_from_rne on window size change.
21833
218342007-05-25 Chong Yidong <cyd@stupidchicken.com>
21835
21836 * image.c (uncache_image): Fix typo.
21837
218382007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21839
21840 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21841
218422007-05-22 Richard Stallman <rms@gnu.org>
21843
21844 * xterm.c (x_connection_closed): Remove NO_RETURN.
21845
218462007-05-22 Martin Rudalics <rudalics@gmx.at>
21847
21848 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21849
218502007-05-21 Chong Yidong <cyd@stupidchicken.com>
21851
21852 * image.c (uncache_image): New function.
21853 (Fimage_refresh): New function.
21854
218552007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21856
21857 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21858
218592007-05-20 Nick Roberts <nickrob@snap.net.nz>
21860
21861 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21862 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21863
218642007-05-20 Nick Roberts <nickrob@snap.net.nz>
21865
21866 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21867 conditional on [HAVE_GPM_H].
21868
218692007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21870
21871 * syntax.c (skip_chars): Update syntax-table only after we checked that
21872 the new location is valid.
21873
218742007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21875
21876 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21877 mac_get_window_bounds.
21878
218792007-05-20 Nick Roberts <nickrob@snap.net.nz>
21880
21881 * Makefile.in (LIBGPM): Allow it to be set from configure.
21882 If set then link Emacs with it.
21883
21884 * config.in: Regenerate.
21885
21886 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21887 New externs.
21888
21889 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21890 Include gpm.h.
21891 (handle_one_term_event, term_gpm): New externs.
21892
21893 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21894 and allow it to be interrupted by SIGIO.
21895
21896 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21897 (wait_reading_process_output): Wait on gpm_fd too.
21898 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21899 (add_gpm_wait_descriptor_called_flag): New variable.
21900 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21901
21902 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21903 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21904 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21905 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21906 (make_lispy_event): Add case GPM_CLICK_EVENT.
21907 (read_avail_input): Handle mouse input.
21908
21909 * term.c (write_glyphs_with_face): New function.
21910 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21911 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21912 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21913 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21914 (last_mouse_x, last_mouse_y): New variables.
21915 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21916 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21917 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21918 (Fterm_close_connection): New functions.
21919 (term_init): Initialise mouse_face_window.
21920
219212007-05-19 Chong Yidong <cyd@stupidchicken.com>
21922
21923 * xdisp.c (redisplay_window): If first window line is a
21924 continuation line, recompute the new window start instead of
21925 recentering.
21926
219272007-05-18 Glenn Morris <rgm@gnu.org>
21928
21929 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21930 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21931
219322007-05-17 Glenn Morris <rgm@gnu.org>
21933
21934 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21935
219362007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21937
21938 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21939 dead key repeat and up events.
21940
219412007-05-14 Chong Yidong <cyd@stupidchicken.com>
21942
21943 * image.c (pbm_load): Check image size for monochrome pbm.
21944
219452007-05-13 Chong Yidong <cyd@stupidchicken.com>
21946
21947 * xterm.c (XTread_socket): Revert last change.
21948
219492007-05-12 Chong Yidong <cyd@stupidchicken.com>
21950
21951 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21952
21953 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21954
219552007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21958 mixup (YAILOM).
21959
219602007-05-07 Andreas Schwab <schwab@suse.de>
21961
21962 * keymap.c (Flookup_key): Fix typo in last change.
21963
219642007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21967 mapping for unibyte strings.
21968
219692007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21970
21971 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21972 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21973
219742007-04-29 Richard Stallman <rms@gnu.org>
21975
21976 * insdel.c (replace_range): For undo, record insertion first.
21977
219782007-04-29 Andreas Schwab <schwab@suse.de>
21979
21980 * lisp.h (VECSIZE): Use OFFSETOF.
21981
219822007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21983
21984 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21985 disabled lines.
21986
219872007-04-28 Richard Stallman <rms@gnu.org>
21988
21989 * lread.c (read_escape): In a string, \s is always space.
21990
219912007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21992
21993 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21994
21995 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21996 submenu for menu bar items.
21997
21998See ChangeLog.10 for earlier changes.
21999
22000;; Local Variables:
22001;; coding: utf-8
22002;; add-log-time-zone-rule: t
aac0c6e3
MR
22003;; End:
22004
e3eb1dae 22005 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
22006
22007 This file is part of GNU Emacs.
22008
22009 GNU Emacs is free software: you can redistribute it and/or modify
22010 it under the terms of the GNU General Public License as published by
22011 the Free Software Foundation, either version 3 of the License, or
22012 (at your option) any later version.
22013
22014 GNU Emacs is distributed in the hope that it will be useful,
22015 but WITHOUT ANY WARRANTY; without even the implied warranty of
22016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22017 GNU General Public License for more details.
22018
22019 You should have received a copy of the GNU General Public License
22020 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22021
22022;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40