(font-show-log): Add optional arg N to control the limit of font
[bpt/emacs.git] / src / ChangeLog
CommitLineData
e5ac2419
CY
12008-08-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c: Remove dead code.
4 (handle_invisible_prop, next_overlay_string): Defer call to
5 setup_for_ellipsis.
6 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7
c2e9928d
CY
82008-08-15 Chong Yidong <cyd@stupidchicken.com>
9
ef1fba80
CY
10 * xfaces.c (lookup_derived_face): Properly handle possible zero
11 return value of get_lface_attributes.
12 (merge_faces): Don't tell lookup_derived_face to signal an error
13 if face is not found.
14
1c319327
CY
15 * dired.c (Fdirectory_files): Doc fix.
16
c2e9928d
CY
17 * process.c (make_process): Initialize kill_without_query struct
18 member.
19
b8526f6e
EZ
202008-08-15 Eli Zaretskii <eliz@gnu.org>
21
235661f6
EZ
22 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
23 Alternative calculation of totphys for Visual Studio 6.
24
8e764ce0
EZ
25 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
26
b8526f6e
EZ
27 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
28 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
29 All users changed.
a644b2e4
EZ
30 (stat): Only root directory passed to GetDriveType. Allow RAM
31 disk as well as local fixed disk when w32-get-true-file-attributes
32 is set to `local'.
f8b35b24
EZ
33 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
34 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
35 (w32_cached_id, w32_add_to_cache): New functions.
36 (get_name_and_id): Look account names in the cache before calling
37 lookup_account_sid.
38 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
39 New initialization flags.
40 (globals_of_w32): Initialize them to zero.
41 (w32_system_process_attributes): Use w32_cached_id and
42 w32_add_to_cache.
b8526f6e 43
f581fad6
CY
442008-08-14 Lawrence Mitchell <wence@gmx.li>
45
46 * lread.c (Fread_char, Fread_char_exclusive): If no character
47 event is read before timeout is reached, return nil, rather than
48 converting to a number.
49
23c6bdbe
CY
502008-08-14 Chong Yidong <cyd@stupidchicken.com>
51
6988207c 52 * fns.c (use_dialog_box): Doc fix.
97aec90a 53
23c6bdbe
CY
54 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
55 on OS X.
56
01623ee7
CY
572008-08-13 Chong Yidong <cyd@stupidchicken.com>
58
59 * frame.c (Qns_parse_geometry): New var.
60 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
61
f00f8cb7
CY
622008-08-11 Chong Yidong <cyd@stupidchicken.com>
63
64 * xdisp.c (x_produce_glyphs): Handle the case when font has no
65 space character in calculating tabs.
66
11d8ec4a
DN
672008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
68
69 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
70
27bef0c8
GM
712008-08-10 Glenn Morris <rgm@gnu.org>
72
73 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
74 silence gcc "limited range of data type" warnings in some
75 make_fixnum_or_float calls.
76
8f8b082a
EZ
772008-08-09 Eli Zaretskii <eliz@gnu.org>
78
754a2d13
EZ
79 * w32.c (w32_system_process_attributes): If the process does not
80 exist, return nil.
81
8f8b082a
EZ
82 * w32.c: Include thelp32.h, psapi.h and coding.h.
83 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
84 declarations.
85 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
86 (Process32Next_Proc): New typedefs.
87 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
88 (g_b_init_process32_next, g_b_init_open_thread_token)
89 (g_b_init_impersonate_self, g_b_init_revert_to_self)
90 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
91 (g_b_init_get_process_working_set_size)
92 (g_b_init_global_memory_status_ex): New static variables.
93 (globals_of_w32): Initialize them.
94 (create_toolhelp32_snapshot, process32_first, process32_next)
95 (open_thread_token, impersonate_self, revert_to_self)
96 (get_process_memory_info, get_process_working_set_size)
97 (global_memory_status, global_memory_status_ex): New wrapper
98 functions.
99 (w32_list_system_processes, w32_system_process_attributes)
100 (enable_privilege, restore_privilege, ltime, process_times): New
101 functions.
102 (convert_time_raw): New function.
103 (convert_time): Remove conversion of FILETIME into time in 100
104 nsec units, call convert_time_raw instead.
105
106 * process.h (w32_list_system_processes, w32_system_process_attributes):
107 Add prototypes.
108 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
109 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
110 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
111 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
112
113 * process.c (Fsystem_process_attributes): Doc fix.
114
97c98587
CY
1152008-08-08 Chong Yidong <cyd@stupidchicken.com>
116
117 * xdisp.c (move_it_to): When stopping at a charpos, check if
118 that's a continued multi-char glyph; if so, advance to the actual
119 glyph.
120
48fad8e8
DN
1212008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * s/darwin.h (OTHER_FILES): Do not define here, defined in
124 config.in.
125
126 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
127 (.m.o): Use it.
128 * config.in: Regenerate.
129
709fc721
CY
1302008-08-07 Chong Yidong <cyd@stupidchicken.com>
131
132 * xdisp.c (redisplay_window): Revert last change.
133 (try_window): Check bottom scroll margin too.
134
b330336c
AR
1352008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
136
137 * config.in: Regenerate.
138
139 * Makefile.in (emacs): Remove ndef NS conditional for 'emacs
140 -list-load-path-shadows'.
141 (nsgui.h): Reduce number of things depending on it.
142
b2c5015c
CY
1432008-08-06 Chong Yidong <cyd@stupidchicken.com>
144
145 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
146 instead of window-end which does the wrong thing at eob.
147 (try_cursor_movement): Minor optimization.
148 (redisplay_window): If scroll margin is defined, don't assume
149 window doesn't need scrolling.
150
55737942
AR
1512008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
152
153 * config.in: Regenerate.
154
155 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
156 (mostlyclean): Don't delete *.d under NS.
157
158 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
159
29428bb8
KH
1602008-08-06 Kenichi Handa <handa@m17n.org>
161
162 * xfont.c (xfont_list_family): Return a list of symbols, not
163 strings.
164
5c17fc1d
AS
1652008-08-06 Andreas Schwab <schwab@suse.de>
166
167 * config.in: Regenerate.
168
cd7f53ca
CY
1692008-08-05 Chong Yidong <cyd@stupidchicken.com>
170
012fd6f4
CY
171 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
172 forcing a window start.
173
cd7f53ca
CY
174 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
175 (auto_save_1): Update modtime when auto-save-list-file-name is on.
176
3d0a4431
AR
1772008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
178
95889848 179 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
3d0a4431
AR
180 argument.
181
d765e3a3
JB
1822008-08-05 Juanma Barranquero <lekktu@gmail.com>
183
184 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
185 <scroll-down-aggressively, before-change-functions>:
186 <after-change-functions>: Reflow docstrings.
187
4e622592 1882008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8df8bcc9 189 Ken Raeburn <raeburn@gnu.org>
4e622592
AR
190
191 Dock menu customization, based on a patch by Ken Raeburn, plus some
192 other fixes.
193 * nsmenu.m (dockMenu): New variable.
194 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
195
196 * nsterm.h (dockMenu): Declare.
197
198 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
199 (ns_term_init): Initialize dockMenu.
200 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
201 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
202 left.
203
204 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
205
108a6883
CY
2062008-08-04 Chong Yidong <cyd@stupidchicken.com>
207
208 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
209
210 * config.in: Regenerate.
211
ae10f60c
SZ
2122008-08-04 Seiji Zenitani <zenitani@mac.com>
213
d765e3a3 214 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
ae10f60c 215
b537b75b
CY
2162008-08-04 Chong Yidong <cyd@stupidchicken.com>
217
218 * nsterm.h (find_and_call_menu_selection): Fix prototype.
219
14145fa3
AR
2202008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
221
222 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
223
224 * keyboard.h: Comment an #endif.
225
07b87a10
AR
226 * lisp.h (have_menus_p): Adjust comment.
227
228 * menu.c (find_and_return_menu_selection): Fix comparison with
229 client_data.
230
231 * nsmenu.m (popup_activated_flag): New variable.
232 (popup_activated): New function.
233 (menu-or-popup-active-p): New exported lisp definition.
234 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
235 when popup done.
236 (ns_popup_dialog): Set popup_activated_flag.
237
4e622592 238 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14145fa3
AR
239 version for GNUstep (handled by conditional typedef in nsterm.m).
240 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
241 in rgb.txt).
242
243 * process.c (init_process): Use DARWIN_OS, not DARWIN.
244
245 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
246
07b87a10
AR
247 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
248
249 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
250 shortcircuit if popup_activated like GTK and X toolkit.
251
14145fa3
AR
252 * m/inter386.h: Change DARWIN to DARWIN_OS.
253
254 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
255 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
07b87a10
AR
256 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
257 comment on NO_SOCK_SIGIO.
14145fa3 258
6e09bde1
CY
2592008-08-03 Chong Yidong <cyd@stupidchicken.com>
260
14145fa3 261 * nsterm.m (windowDidResize): Remove stopModal call.
6e09bde1 262
a023b559
AS
2632008-08-03 Andreas Schwab <schwab@suse.de>
264
51757187
AS
265 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
266 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
a023b559 267
a2dec0e5
CY
2682008-08-02 Chong Yidong <cyd@stupidchicken.com>
269
270 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
271 Don't use uninitialized pointer variable when using getrlimit.
272
4ff1bf17
JR
2732008-08-02 Jason Rumney <jasonr@gnu.org>
274
4342f814 275 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4ff1bf17 276
934e2a68
EZ
2772008-08-02 Eli Zaretskii <eliz@gnu.org>
278
0078170f
EZ
279 * alloc.c (NSTATICS): Bump to 0x640.
280
934e2a68
EZ
281 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
282
283 * lisp.h: Add prototype for directory_files_internal.
284
285 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
286 New functions.
287 (syms_of_process): Defsubr them. Add initializations for various
288 Q* symbols used in procfs_system_process_attributes.
289 (procfs_list_system_processes, procfs_system_process_attributes)
290 [HAVE_PROCFS]: New functions.
291 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
292 (procfs_get_total_memory): New functions.
293
dee8cd43
JB
2942008-08-01 Juanma Barranquero <lekktu@gmail.com>
295
296 * xfaces.c (Fx_load_color_file): Fix previous change;
297 it is #ifdef WINDOWSNT, not WINDOWS_NT.
298
367ea173
MA
2992008-08-01 Michael Albinus <michael.albinus@gmx.de>
300
301 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
302
04f33e11
AR
3032008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
304
305 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
306
73592876
CY
3072008-08-01 Chong Yidong <cyd@stupidchicken.com>
308
dee8cd43 309 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6fcb12fd
CY
310
311 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
312 define NSApplicationDelegateReplySuccess.
313 (EmacsView -converstationIdentifier): Use long instead of
314 NSInteger for GNUStep, since it doesn't have NSInteger.
315
61bf63e2
CY
316 * xmenu.c: Revert last change.
317
73592876
CY
318 * keyboard.h: Fix last change.
319
ebadbfa6
AR
3202008-08-01 Juanma Barranquero <lekktu@gmail.com>
321
322 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
323 on Windows.
324
15034960 3252008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
f78c2c97 326
15034960 327 Warning clearing and clean-up in NS port.
dee8cd43
JB
328 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
329 Add prototypes.
15034960
AR
330 * nsgui.h (FACE_DEFAULT): Remove, unused.
331 (XGCValues): Change colors to unsigned long.
332 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
333 nsterm.m.
334 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
335 (ns_list_fonts): Remove, unused.
336 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
337 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
338 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
339 (nsfont_draw): Compare face colors to 0, not nil.
340 * nsmenu.m (struct widget_value): Drop unneeded declaration.
341 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
342 (-addSubmenuWithTitle:): Use NSMenuItem class.
343 (ns_popup_menu): Use NO, not NULL, for enabled setting.
344 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
345 (ns_clip_to_row): Make gc arg a BOOL.
346 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
347 ns_clip_to_row() call.
348 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
349 used). Cast FRAME_FONT assignments.
350 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
351 (ns_string_to_lispmod): Change arg to const char.
352 (ns_term_init): Use NSMenuItem class.
353 (EmacsApp -openFile:): Move to different section of file.
354 (EmacsApp -application:openFiles:): Don't return a value, call
355 -replyToOpenOrPrint:.
356 (EmacsView -keyDown:): Fix up cast.
357 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
358 (EmacsView -menuDown:): Cast tag in call to
359 find_and_call_menu_selection().
360 (ns_list_fonts): Remove, unused.
361 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
362 (ns_fontname_to_xlfd): Make static.
dee8cd43
JB
363 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
364 Remove prototypes (now in keyboard.h).
15034960 365 (next_menubar_widget_id): Remove, unused.
dee8cd43
JB
366 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
367 Remove prototypes (now in keyboard.h).
15034960
AR
368 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
369
27ec92c9
DN
3702008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
371
f78c2c97
DN
372 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
373 (floatfns.o): Depend on syssignal.h.
374 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
375
dee8cd43
JB
376 * systty.h: Fix previous change that removed BSD_TERMIOS.
377 Add comments to #ifdefs.
27ec92c9 378
7ded3383
AR
3792008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
380
381 * w32fns.c (w32-load-color-file): Remove.
382 (x-open-connection): Use renamed Fx_load_color_file.
383 * xfaces.c (x-load-color-file): Add.
384 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
385 Emacs.clr.
7ded3383
AR
386 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
387
13ecc6dc
MA
3882008-07-31 Michael Albinus <michael.albinus@gmx.de>
389
390 * dbusbind.c (Fdbus_call_method_asynchronously)
391 (Fdbus_method_error_internal): New defuns.
392 (xd_read_message): Handle also reply messages.
393 (Vdbus_registered_functions_table): Extend docstring.
394
12063bc5
JB
3952008-07-31 Juanma Barranquero <lekktu@gmail.com>
396
397 * keyboard.c (gobble_input): Fix previous change.
398
7c2fb837
DN
3992008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
400
401 * bitmaps/README:
402 * xfns.c:
403 * termcap.c:
404 * term.c:
405 * syswait.h:
406 * systty.h:
407 * systime.h:
408 * syssignal.h:
409 * sysdep.c:
410 * process.h:
411 * process.c:
412 * print.c:
413 * ndir.h:
414 * lread.c:
415 * keyboard.c:
416 * getpagesize.h:
417 * floatfns.c:
418 * fileio.c:
419 * emacs.c:
420 * doc.c:
421 * dispnew.c:
422 * dired.c:
423 * data.c:
424 * callproc.c:
425 * buffer.c:
426 * README:
427 * Makefile.in:
428 * s/template.h:
429 * s/msdos.h:
430 * m/vax.h: Remove VMS support.
431 * s/vms.h:
432 * vlimit.h:
433 * uaf.h:
434 * temacs.opt:
435 * param.h:
436 * ioctl.h: Remove file.
437
69ab3201
DN
4382008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
439
440 * s/ms-w32.h (MULTI_KBOARD): Remove.
441 * xterm.c:
442 * xselect.c:
443 * xfns.c:
444 * window.c:
445 * w32term.c:
446 * w32fns.c:
447 * terminal.c:
448 * termhooks.h:
449 * term.c:
450 * sysdep.c:
451 * keyboard.h:
452 * keyboard.c:
453 * frame.h:
454 * frame.c:
d765e3a3 455 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
69ab3201
DN
456 * config.in: Regenerate.
457
bd187c49
JR
4582008-07-30 Jason Rumney <jasonr@gnu.org>
459
12063bc5 460 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
bd187c49 461
12063bc5
JB
462 * w32font.c (w32font_encode_char): Leave as unicode if in range.
463 (w32font_open_internal): Get unicode version of textmetrics.
464 Don't enable or disable glyph indices here.
465 (w32font_open): Disable use of glyph indices.
bd187c49 466
12063bc5 467 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
bd187c49 468
e3072df2
CY
4692008-07-30 Chong Yidong <cyd@stupidchicken.com>
470
39dde873 471 * minibuf.c (Vread_buffer_function): Doc fix.
e3072df2 472
bc850333
CY
4732008-07-30 John Paul Wallington <jpw@pobox.com>
474
475 * minibuf.c (read_buffer_completion_ignore_case): New var.
476 (Fread_buffer): Use it.
477
9d9a7716
DN
4782008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
479
480 * systty.h (sensemode): Remove empty #if. Remove reference to
481 BSD_TERMIOS, unused.
482
483 * sysdep.c: Remove reference to DGUX.
484 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
485
486 * config.in: Regenerate.
487
0c34f98e
JR
4882008-07-30 Jason Rumney <jasonr@gnu.org>
489
12063bc5 490 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
0c34f98e 491
c320e90a
JR
4922008-07-29 Jason Rumney <jasonr@gnu.org>
493
12063bc5
JB
494 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
495 is populated.
496 (uniscribe_encode_char): Always use uniscribe.
497 Avoid using context if cache is populated.
c320e90a 498
3f7ead30
JD
4992008-07-29 Jan Djärv <jan.h.d@swipnet.se>
500
501 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
502 open menu.
503
504 * gtkutil.c (menu_nav_ended): Remove.
505 (create_menus): Remove signal connect for menu_nav_ended.
506
639eebe2
CY
5072008-07-28 Chong Yidong <cyd@stupidchicken.com>
508
509 * xdisp.c (redisplay_window): Check return value of
510 compute_window_start_on_continuation_line before forcing a window
511 start.
512
d1f535d2
JR
5132008-07-28 Jason Rumney <jasonr@gnu.org>
514
0e134ea0 515 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9cac6313 516
0e134ea0
JB
517 * w32term.c (w32_enable_unicode_output, cleartype_active):
518 Remove obsolete display options.
519 (x_draw_glyph_string_background): Don't use old cleartype_active
520 workaround.
521 (w32_initialize): Remove cleartype_active initialization.
522 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
d1f535d2 523
ddaa36e1
AS
5242008-07-28 Andreas Schwab <schwab@suse.de>
525
526 * lisp.h (init_weak_hash_tables, syms_of_font)
527 (xd_read_queued_messages, syms_of_dbusbind): Declare.
528 (remove_hash_entry): Don't declare.
529 * eval.c (maybe_call_debugger): Make static and move before use.
530 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
531 * xdisp.c: Include "gtkutil.h" if USE_GTK.
532 * xterm.h (x_set_frame_alpha): Declare.
533
42ffd097
JD
5342008-07-28 Jan Djärv <jan.h.d@swipnet.se>
535
536 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
537 (create_menus): Connect selection-done to menu_nav_ended.
538
bd6ce2ba
AR
5392008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
540
541 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
542 Set Vx_resource_name to a fallback. Replace read of 'buffered'
543 parameter with read of 'alpha' one.
544 (Qns_frame_parameter): Remove.
545 * nsselection.m (selection-coding-system)
546 (next-selection-coding-system, Vselection_coding_system)
547 (Vnext_selection_coding_system): Drop.
548
583ff3c3
AR
5492008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
550
551 * nsfns.m (do-applescript, do_applescript): Rename to
552 ns-do-applescript, ns_do_applescript, and move within file.
553
9e2a2647
DN
5542008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
555
556 Remove support for Mac Carbon.
557 * mactoolbox.c:
558 * macterm.h:
559 * macterm.c:
560 * macselect.c:
561 * macmenu.c:
562 * macgui.h:
563 * macfns.c:
564 * mac.c: Remove file.
565 * s/darwin.h:
566 * m/intel386.h:
567 * xfaces.c:
568 * xdisp.c:
569 * window.c:
570 * tparam.c:
571 * termhooks.h:
572 * termcap.c:
573 * term.c:
574 * syssignal.h:
575 * sysselect.h:
576 * sysdep.c:
577 * process.c:
578 * lread.c:
579 * lisp.h:
580 * keyboard.c:
581 * image.c:
582 * fringe.c:
583 * frame.h:
584 * frame.c:
585 * fontset.c:
586 * font.h:
587 * font.c:
588 * fns.c:
589 * fileio.c:
590 * emacs.c:
591 * dispnew.c:
592 * dispextern.h:
593 * config.in:
594 * atimer.c:
595 * Makefile.in: Remove code for Carbon
596
7ad8fe5e 5972008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4874e088 598
7ad8fe5e 599 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
69eff41f 600
7ad8fe5e 6012008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
69eff41f 602
7ad8fe5e
MB
603 * macterm.h (kCGBitmapByteOrder32Host): New define for
604 non-universal SDKs.
69eff41f 605
7ad8fe5e
MB
606 * image.c (mac_create_cg_image_from_image, image_load_image_io)
607 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 608
7ad8fe5e
MB
609 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
610 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 611
7ad8fe5e 6122008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
09721b31 613
0e134ea0 614 * w32inevt.c: Include dispextern.h.
09721b31 615
51dc79f8
AS
6162008-07-26 Andreas Schwab <schwab@suse.de>
617
618 * print.c (print_object): Fix off-by-one in last change.
619
dea101f6
JB
6202008-07-25 Juanma Barranquero <lekktu@gmail.com>
621
622 * term.c (syms_of_term): Don't initialize default_orig_pair,
623 default_set_foreground and default_set_background on Windows.
624
11856d4d
JR
6252008-07-25 Jason Rumney <jasonr@gnu.org>
626
0e134ea0
JB
627 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
628 ScriptItemize. Clean up return value checking. Remove unused
629 variables.
630 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
631 shaping engine.
11856d4d 632
0e134ea0
JB
633 * w32font.c (w32font_has_char): Handle the case where we can't
634 determine the script for a character.
11856d4d 635
7bfc0e9e
CY
6362008-07-25 Chong Yidong <cyd@stupidchicken.com>
637
acdadb15
CY
638 * term.c (syms_of_term): Initialize default_orig_pair,
639 default_set_foreground, and default_set_background.
640
5efc6200
CY
641 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
642 clash (bug#86).
643 (getloadavg): Callers changed.
644
7bfc0e9e 645 * image.c (svg_load_image): Fix last change.
c01c4e35
CY
646 (svg_load_image): Use rsvg_handle_get_dimensions to check that
647 image size is valid. Use g_object_unref instead of deprecated
648 rsvg_handle_free to free rsvg handle.
9d7112ed 649 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7bfc0e9e 650
f31cf550
JR
6512008-07-25 Jason Rumney <jasonr@gnu.org>
652
0e134ea0
JB
653 * w32font.c (w32font_encode_char): Encode characters outside BMP as
654 surrogates before looking up glyph index.
655 (w32font_text_extents): Encode as surrogates if falling back to
656 functions that need UTF-16 wide chars.
f31cf550 657
0e134ea0
JB
658 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
659 BMP as surrogates before looking up glyph index.
f31cf550 660
b293d659
CY
6612008-07-25 Chong Yidong <cyd@stupidchicken.com>
662
663 * image.c (svg_load_image): Check for failure in return value of
664 rsvg_handle_get_pixbuf. Free rsvg handle when done.
665
1ada3dab
JR
6662008-07-25 Jason Rumney <jasonr@gnu.org>
667
0e134ea0 668 * w32font.c (Fx_select_font): Reverse sense of second arg.
1ada3dab 669
dbc812e0
SM
6702008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
671
6449674e
SM
672 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
673 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
674
dbc812e0
SM
675 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
676 (PURESIZE): Use it.
677
67725bd8
DN
6782008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
679
340074e9
DN
680 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
681 * m/alpha.h (TEXT_END):
682 * m/ibmrs6000.h (TEXT_END):
683 * m/macppc.h (TEXT_END):
684 * s/darwin.h (TEXT_END):
685 * s/msdos.h (TEXT_END): Remove, unused.
686 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
687 * s/cygwin.h: Remove comment.
688
a11af7f8
DN
689 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
690 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
691 * m/intel386.h (DOT_GLOBAL_START):
692 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
693 (USG): Remove, file not used on USG platforms.
694
67725bd8
DN
695 * Makefile.in (HAVE_X11): Remove empty #else.
696
6420e80c
AS
6972008-07-24 Andreas Schwab <schwab@suse.de>
698
699 * fileio.c (Finsert_file_contents): Properly adjust undo list
700 after format conversion.
701
d1c38b57
JD
7022008-07-24 Jan Djärv <jan.h.d@swipnet.se>
703
704 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
705 (menu_nav_ended): Remove.
706 (create_menus): Remove signal connect for menu_nav_ended.
707 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
708 create_menus.
709 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
710
597634cb
JR
7112008-07-23 Jason Rumney <jasonr@gnu.org>
712
dbc812e0
SM
713 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
714 with opened font.
715 (w32font_open): Set font type to gdi.
4b135503 716
dbc812e0 717 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
597634cb 718
7c799cf5
DN
7192008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
720
7a14f2a0
DN
721 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
722 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
723 defines it.
724 * unexec.c (ADDR_CORRECT): Define unconditionally.
725
726 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
727
f914a6bf
DN
728 * unexec.c: Remove code depending on !COFF and USG, the file is
729 not used for such systems.
730
268b24ee
DN
731 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
732 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
733 (LD_SWITCH_SYSTEM_1): Remove, update users.
734
911109b1
DN
735 * s/darwin.h (DATA_END):
736 * m/intel386.h (DATA_END):
737 * m/ibmrs6000.h (DATA_END):
738 * m/alpha.h (DATA_END): Remove, unused.
911109b1 739
77ccee09
DN
740 * config.in: Regenerate.
741 * s/ms-w32.h (subprocesses): Define unconditionally.
742 * s/template.h (subprocesses): Update comment.
743 * s/vms.h (subprocesses):
744 * s/usg5-4.h (subprocesses):
745 * s/hpux10-20.h (subprocesses):
746 * s/gnu-linux.h (subprocesses):
747 * s/cygwin.h (subprocesses):
748 * s/bsd-common.h (subprocesses):
749 * s/aix4-2.h (subprocesses):
750 * s/darwin.h (subprocesses): Do not define, defined by default now.
751
752 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
753 Remove all references.
754 (temacs): Add GNUStep specific ld flags.
755
7c799cf5
DN
756 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
757 similarly to what X does.
758
712b2de1
AR
7592008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
760
761 * nsfns.m (x-list-fonts): Remove.
762 (syms_of_nsfns): Drop the x-list-fonts declaration.
763 * nsterm.m: Get rid of remaining "//" comments.
764
0d4e1b5f
CY
7652008-07-22 Chong Yidong <cyd@stupidchicken.com>
766
767 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
768
769 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
770 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
771 (Fns_own_selection_internal, Fx_disown_selection_internal)
772 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
773
774 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
775 ... */' style of docstrings. Doc fixes.
776
952913d4
DN
7772008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
778
0ecc3474 779 * terminfo.c (UP, BC, PC): Undo previous change.
0d4e1b5f 780
952913d4
DN
781 * nsfns.m: Rename ns prefixed functions/variables to the
782 corresponding x versions. Update references.
783
02d8b017
SM
7842008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
787
11b8fe14
DN
7882008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
789
02d8b017
SM
790 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
791 Remove forwarding functions.
cc98b6a0
DN
792 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
793 non-static.
794 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
795 non-static.
796 (ns_frame_parm_handlers): Use the new names.
797 (syms_of_nsfns): Move to the end of file.
798
1baa6236
DN
799 * nsterm.m (syms_of_nsterm): Move to the end of file.
800
11b8fe14
DN
801 * dispnew.c (init_display): Remove code for X10.
802
8dcaeba2
JR
8032008-07-22 Jason Rumney <jasonr@gnu.org>
804
02d8b017
SM
805 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
806 bare drive.
8dcaeba2 807
365bac35
AR
8082008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
809
810 * nsterm.m (syms_of_nsterm): Remove debugging println.
811
6a0f0f86
DR
8122008-07-22 David Reitter <david.reitter@gmail.com>
813
a3c83618 814 * nsfns.m (do_applescript, F_do_applescript): NS version of the
6a0f0f86
DR
815 Carbon implementation of the same functionality: execute arbitrary
816 AppleScript code.
817
51d5ef9f
AR
8182008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
819
a3c83618 820 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
51d5ef9f
AR
821 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
822 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
823 (Fx_display_mm_height, Fx_display_mm_width)
824 (Fx_display_backing_store, Fx_display_visual_class)
825 (Fx_display_save_under, Fx_open_connection)
826 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
827 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
828 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
829 (Fx_display_pixel_width, Fx_display_pixel_height)
830 (Fx_display_usable_bounds, Fx_display_planes)
831 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
832 ... */' style of docstrings.
833
6efac844
DN
8342008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
835
b8ff87cc
DN
836 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
837 on this platform.
838 (mips):
839 * m/iris4d.h (mips): Do not define.
840 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
841
92d1a7a3
DN
842 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
843
de08d1be
CY
844 * image.c:
845 * nsfns.m:
846 * nsselect.m:
847 * nsterm.h:
9e50ff0c
DN
848 * nsterm.m: Rename ns prefixed functions/variables to the
849 corresponding x versions. Update references.
850
ff486501
DN
851 * m/ibms390x.h (NO_REMAP): Do not undefine.
852
6efac844
DN
853 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
854
ea9de876
CY
8552008-07-21 Chong Yidong <cyd@stupidchicken.com>
856
857 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
858 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
859 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
860 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
861 (Fns_display_mm_height, Fns_display_mm_width)
862 (Fns_display_backing_store, Fns_display_visual_class)
863 (Fns_display_save_under, Fns_open_connection)
864 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
865 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
866 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
867 (Fns_display_pixel_width, Fns_display_pixel_height)
868 (Fns_display_usable_bounds, Fx_display_planes)
869 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
870
b42f4115 8712008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
3965adab
CY
872
873 * print.c (print_object): Check print_depth before searching for
874 circularities.
875
c0894fb9
MA
8762008-07-21 Michael Albinus <michael.albinus@gmx.de>
877
878 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
879 only sprintf.
880
d90bfd1c
KH
8812008-07-21 Kenichi Handa <handa@m17n.org>
882
883 * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
884
8e2911c2
AS
8852008-07-20 Andreas Schwab <schwab@suse.de>
886
887 * syntax.c (find_start_pos, find_start_value)
888 (find_start_value_byte, find_start_begv, find_defun_start)
dbc812e0 889 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8e2911c2 890
98a01702
DN
8912008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * s/sol2-3.h: Insert contents of s/sol2.h.
894 (LD_SWITCH_SYSTEM): Remove redundant definition.
895 * s/sol2.h: Remove, unused.
896
704a3a2d
AR
8972008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
898
dbc812e0 899 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
704a3a2d
AR
900
9012008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
e5e2baab
AR
902
903 * Makefile.in (ns_appdir): Fix typo in find command.
904
89f1e540
DN
9052008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
906
c788afce
DN
907 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
908
89f1e540
DN
909 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
910 added not supported anymore.
911
e5e2baab 912 * s/usg5-4-2.h (LIBS_SYSTEM):
89f1e540
DN
913 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
914
915 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
916 * s/lynxos.h (GETPGRP_NO_ARG):
917 * s/hpux10-20.h (NO_SIOCTL_H):
918 * s/gnu.h (GETPGRP_NO_ARG):
919 * s/gnu-linux.h (NO_SIOCTL_H):
920 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
921 * s/cygwin.h (GETPGRP_NO_ARG):
922 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
923 (C_DEBUG_SWITCH): Remove duplicate definition.
924
925 * m/ibms390.h: Remove boilerplate comments.
926
927 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
928
929 * process.c (HAVE_SERIAL): Consolidate ifdefs.
930 (wait_reading_process_output): Remove code for SunOS, platform not
931 supported anymore. Use SOLARIS2 instead of sun.
932
ed96cde8
AR
9332008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
934
935 * font.c (font_open_by_name): Under NS, default lface height to zero.
936 (font_open_for_lface): Under NS, set size based on frame fontsize.
937 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
938 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
939
9402008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
941
942 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
943 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
944 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
945 YES/NO.
946 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
947 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
948 * Makefile.in (clean): Clear out build destination dir.
949
5a2d7ab6
AR
9502008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
951
952 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
953 xterm, xselect.
954 * lisp.h: Remove declaration of hash_remove.
955 * nsgui.h: Remove redefinitions of hash_remove.
956 * fns.c (hash_remove): Rename to hash_remove_from_table.
957
8df8bcc9 9582008-07-19 Seiji Zenitani <zenitani@mac.com>
c0230162
AR
959
960 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8df8bcc9 961 strdup() the family UTF8String before modifying it.
c0230162 962
45d325c4
AR
9632008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
964
45d325c4
AR
965 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
966 NS_FACE_BACKGROUND with 0 instead of nil.
967 * nsfont.m (nsfont_draw): Same.
968
8df8bcc9
GM
9692008-07-19 Chong Yidong <cyd@stupidchicken.com>
970
971 * nsfns.m (ns_set_background_color): Fix crash.
972
b83f1cd0
CY
9732008-07-18 Chong Yidong <cyd@stupidchicken.com>
974
975 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
976
add4eecc
DN
9772008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * puresize.h (BASE_PURESIZE): Increase to 1240000.
980
69955d31
YM
9812008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
982
983 * gtkutil.c: Include <config.h> instead of "config.h".
984
985 * lisp.h (Foverlay_buffer): Add EXFUN.
986
987 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
988 child process to complete child_setup. Undo 2005-09-21 change.
989
990 * s/darwin.h: Mention setsid after vfork.
991
08b3caa9 9922008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2d64e9bb
YM
993
994 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
995 Depend on macgui.h.
996
997 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
998 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
999
1000 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
1001 and f19.
1002 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
1003
1004 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1005 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1006 Remove enumerators.
1007
1008 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
1009 Check if FACE_FROM_ID returns NULL.
1010
8d59c5ed
JR
10112008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
1012
ba60bd44
JB
1013 * w32inevt.c (change_frame_size): Remove extern declaration.
1014 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
1015 change_frame_size.
8d59c5ed 1016
ba60bd44 10172008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
db94bf9c
AR
1018
1019 * getloadavg.c: Revert last change (2008-07-15).
1020
ba60bd44 10212008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
1022
1023 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
1024 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
1025 from configure.
1026
2749d28e
DN
10272008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1028
35ad0545
DN
1029 * s/sol2.h:
1030 * s/sol2-4.h: Reorganize conditionals.
1031
2749d28e
DN
1032 * ecrt0.c: Remove code depending on m68000, not used anymore.
1033
1034 * fns.c (hash_remove): Make static.
1035 * lisp.h (hash_remove): Don't prototype.
1036
1037 * m/ibmrs6000.h:
1038 * m/ibms390x.h:
1039 * m/macppc.h: Remove boilerplate comments.
1040
1041 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
1042 Solaris, which does not need them.
1043
1044 * m/vax.h: Remove comments about unsupported systems.
1045
1046 * s/darwin.h: Reorganize ifdefs.
1047
32cc3925
AS
10482008-07-17 Andreas Schwab <schwab@suse.de>
1049
1050 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
1051
facfbbbd
SM
10522008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 Use SDATA. Follow coding convention of placing operators at
1055 beginning of next line rather than end of previous line, and placing
1056 spaces around infix operators.
1057
1058 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
1059 in case it was defined already.
1060 USE @GNUSTEP_MAKEFILES@ rather than envvars.
1061 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
1062 ns_default.
1063 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
1064 Lisp_Objects.
1065 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
1066 (ns_defined_color, ns_color_to_lisp): Declare.
1067 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
1068 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
1069 it's accepted even with USE_LISP_UNION_TYPE.
1070 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
1071 (update_frame_tool_bar): Remove apparently obsolete tests for
1072 non-integerness of f->tool_bar_lines.
1073 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
1074 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
1075 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
1076 (nsfont_open): Don't confuse NULL for Qnil.
1077 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
1078 * menu.h (find_and_call_menu_selection):
1079 * menu.c (find_and_call_menu_selection): Use just int for vector size.
1080 (find_and_return_menu_selection): Always return something.
1081 * frame.h: Include dispextern.h for Display_Info.
1082 (display_x_get_resource): Declare.
1083
ba60bd44 10842008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
1085
1086 * syntax.c: Remove stdio.h include accidentally introduced in
1087 Emacs.app commit.
1088 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1089 NS_IMPL_COCOA.
1090 * keyboard.c (handle_async_input, input_available_signal): Remove
1091 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
1092
0bcfd7d7
SM
10932008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1094
6882361b
SM
1095 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
1096 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
1097 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
1098 Use SDATA.
1099
0bcfd7d7
SM
1100 * keymap.c: Remove all NS-specific code.
1101 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
1102 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
1103 where_is_preferred_modifier, return a different value depending on how
1104 preferred is the binding.
1105 (where_is_internal): Adjust accordingly.
1106 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
1107 Adjust to new preferred_sequence_p.
1108 (syms_of_keymap): Declare `where-is-preferred-modifier'.
1109 * keyboard.c (parse_solitary_modifier): Not static any more.
1110 * keyboard.h (parse_solitary_modifier): Declare.
1111
720f3147
AS
11122008-07-16 Andreas Schwab <schwab@suse.de>
1113
1114 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
1115 of easymenu.
1116
01e19fea
CY
11172008-07-16 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * xdisp.c (move_it_in_display_line): Account for word wrap, so
1120 that we don't move off the line.
1121
4c89a3e0
SM
11222008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * keyboard.c (Qsuper): Remove.
1125 (parse_menu_item): Don't call where_is_internal specially for NS.
1126
586b975c
DN
11272008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1128
3ec8ef33
DN
1129 * s/gnu-linux.h: Remove boilerplate comments.
1130
d4d080b6
DN
1131 * m/alpha.h (__ELF__): Consolidate conditions.
1132
7ab56cc4
DN
1133 * m/m68k.h (linux): Use GNU_LINUX instead.
1134 Remove boilerplate comments.
1135
586b975c 1136 * m/intel386.h: Undo reactoring from previous change.
7ab56cc4
DN
1137 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
1138 too, remove dead code.
1139 (linux): Use GNU_LINUX instead.
586b975c 1140
5cc9d48a
JR
11412008-07-16 Jason Rumney <jasonr@gnu.org>
1142
4c89a3e0 1143 * w32gui.h: Repeat 26 June changes lost by last change.
5cc9d48a 1144
6b0273cd
DN
11452008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1146
132d0475
DN
1147 * systty.h: Remove code for Aix on 386, unsupported platform.
1148
1149 * s/ms-w32.h: Remove boilerplate comments.
1150 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
1151
1152 * s/gnu-linux.h (TERM): Remove support.
1153 (HAVE_SYSVIPC): Remove, unused.
1154 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
1155 for this system.
1156
1157 * process.c: Remove support for IRIS, unused.
1158 Remove support for TERM, not relevant anymore.
1159
1160 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
1161 used with the definition.
1162
1163 * s/aix4-2.h (static): Do not undef.
1164
1165 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
1166 only used on Aix.
1167 (HAVE_SYSVIPC): Remove, unused.
1168
1169 * m/hp800.h (CANNOT_DUMP): Do not undef.
1170
1171 * m/alpha.h: Fix comment.
1172
8111c2d8
DN
1173 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
1174 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
1175 used by this configuration.
1176 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
1177 * unexec.c: Remove code depending on HPUX and
1178 USG_SHARED_LIBRARIES, not used with this file. Remove code
1179 depending on IRIS, unused. Remove if 0-ed code.
1180
e9a57a88
DN
1181 * s/template.h: Remove comments about static.
1182
4c89a3e0
SM
1183 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
1184 Remove if 0-ed code.
c7607b94
DN
1185 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
1186 were the same as the default.
1187 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
1188 Remove boilerplate comments.
1189 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
1190 (HAVE_SYSVIPC): Remove, unused.
1191 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
1192
ff841b30
DN
1193 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1194 Remove boilerplate comments.
1195 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1196 Remove boilerplate comments.
1197 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1198 Remove boilerplate comments.
1199 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
1200
586b975c
DN
1201 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
1202 USG systems which do not use DATA_SEG_BITS.
1203 Refactor code. Remove boilerplate comments.
1204
dc89925b 1205 * m/ibms390.h:
dc89925b
DN
1206 * m/m68k.h:
1207 * s/bsd-common.h:
1208 * s/cygwin.h:
1209 * s/darwin.h:
1210 * s/freebsd.h:
1211 * s/gnu.h:
1212 * s/msdos.h: Remove boilerplate comments.
1213
96b72211
DN
1214 * m/iris4d.h: Remove boilerplate comments and code for systems that
1215 do not use this file.
1216 (IRIS_4D): Remove, unused.
1217
c3b5f109
DN
1218 * m/mips.h: Remove boilerplate comments and code for systems that
1219 do not use this file.
96b72211 1220 (SIGN_EXTEND_CHAR):
c3b5f109
DN
1221 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
1222 * unexmips.c: Remove file, unused.
1223
6b0273cd
DN
1224 * editfns.c (Fuser_full_name): Replace the only use of
1225 USER_FULL_NAME with its value.
1226 * config.in: Regenerate.
1227
ba60bd44 12282008-07-16 David Reitter <david.reitter@gmail.com>
6fbcfb6f 1229
ba60bd44
JB
1230 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
1231 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
6fbcfb6f 1232
44ac2d3e
GM
12332008-07-16 Glenn Morris <rgm@gnu.org>
1234
1235 * emacs.c (system-type): Doc fix.
1236
0a170079
SM
12372008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
1240 If the cache doesn't work, let's fix it, rather than work around it.
1241
ba60bd44 12422008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
a68fda4a
AR
1243
1244 * Makefile.in: Correct additions for nsfont.o in last commit.
1245 * nsfont.m: New file (forgot last commit).
1246
8df8bcc9
GM
12472008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1248
1249 * callproc.c (set_initial_environment): Initialize
1250 Vprocess_environment under CANNOT_DUMP (fixes crash when
1251 batch-compiling for bootstrap).
1252
12532008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1254 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1255
1256 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1257 fix crash due to different init order.
1258
ba60bd44 12592008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1260
1261 Changes and additions for NeXTstep windowing system (Cocoa and
1262 GNUstep) support.
1263
ba60bd44 1264 * Makefile.in:
edfda783
AR
1265 * config.in: Support defines and build commands for NS port.
1266 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
1267 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
edfda783
AR
1268 * dispextern.h: Include nsgui.h and add needed typedefs under NS
1269 windowing.
1270 (struct face): Add synth_ital field.
1271 * dispnew.c: Include nsterm.h when compiling under NS windowing.
1272 (init_display): Initialize Vinitial_window_system to "ns" when so
1273 compiled.
1274 * emacs.c: Include GSConfig.h when compiling under GNUstep.
1275 (display_arg): Use under NS.
1276 (main): Under NS, allocate autorelease pool and handle command line
1277 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
1278 (standard_args): Add NS-specific args.
1279 (shut_down_emacs): Shut down NS terminal if compiled under NS.
1280 * font.c (DEFAULT_ENCODING): New variable.
1281 (font_find_for_lface): Use it.
1282 (syms_of_font): Load syms_of_nsfont under NS.
1283 * font.h: Declare nsfont_driver when compiled under NS.
1284 * fontset.c: When compiling under NS, include nsterm.h.
1285 (fontset_from_font): Autoconstruct fontset under NS.
1286 * frame.c (various): Under NS, include nsterm.h, add Qns window system
1287 symbol, document and use it.
edfda783
AR
1288 (do_switch_frame): When for_deletion under Cocoa, add
1289 Fraise_frame(Qnil).
1290 (x_set_frame_parameters): Ensure font attribute changes are picked up.
1291 (x_get_arg): Allow "yes" and "no" as boolean values.
1292 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
1293 Qright under Cocoa.
1294 (focus-follows-mouse): Default to 0 under NS.
1295 * frame.h (enum output_method): Add output_ns.
1296 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
1297 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
1298 (FRAME_WINDOW_P): NS-specific definition.
1299 * fringe.c (max_used_fringe_bitmap): Make public.
1300 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
1301 (getloadavg): Use NeXT code under descendant OS's.
1302 * image.c (includes and header section, x_create_bitmap_from_data)
1303 (x_create_bitmap_from_file, free_bitmap_record, image_background)
1304 (image_background_transparent, x_clear_image_1)
1305 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
1306 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
1307 (x_to_xcolors, x_from_xcolors, x_disable_image)
1308 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
1309 other GUIs, including XPM support using code originally written for
1310 Carbon GUI.
0a170079 1311 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
1312 using NS API.
1313 (image_ascent): Use font metrics macros instead of direct struct field
1314 access.
1315 * keyboard.c (includes): Add nsterm.h when compiling under NS.
1316 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
1317 Also, handle NS as GTK for menu bar purposes.
1318 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
1319 toolkit where they differ.
1320 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
1321 use cachelist, still needed under NS.
6ddc6cca 1322 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
1323 (struct widget_value): Define it here for menu.c.
1324 * keymap.c (includes): Include modifier internals.
1325 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
1326 NS.
1327 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
1328 support for preferring sequences using certain modifiers, specified by
1329 the FIRSTONLY argument.
1330 * lisp.h (hash_remove): Rename to avoid name clash when compiling
1331 under NS GNUstep implementation.
1332 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
1333 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
1334 * menu.c: Include nsterm.h under NS.
1335 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
1336 (free_menubar_widget_tree_value, update_submenu_strings)
1337 (find_and_call_menu_selection): Treat NS as X and NT.
1338 (find_and_return_menu_selection): New function, used for popup menus.
ba60bd44
JB
1339 * nsgui.h:
1340 * nsterm.h:
1341 * nsfns.m:
1342 * nsimage.m:
1343 * nsmenu.m:
1344 * nsselect.m:
edfda783
AR
1345 * nsterm.m: New files.
1346 * process.c (wait_reading_process_output): Under NS, call ns_select()
1347 instead of plain select().
1348 * syntax.c (char_quoted): Under NS, avoid a crash when called near
1349 beginning of buffer.
1350 * sysselect.h (init_process): Rename when compiling under Cocoa to
1351 avoid name conflict.
1352 * termhooks.h (display_info): Add ns_display_info to union.
1353 * terminal.c (Fterminal_live_p): Add ns to terminal types.
1354 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
1355 COCOA environment.
1356 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
1357 unexec() signature. (Note, this will dump, but the resulting file
1358 crashes; unexosx is used instead; keeping around for reference and
1359 possible aid in getting dump working under GNUstep.)
1360 * w32gui.h (button_type, widget_value): Remove definitions (now in
1361 keyboard.h).
1362 * window.c: Include nsterm.h when compiling under NS.
1363 * xdisp.c (includes): Include nsterm.h when compiling under NS.
1364 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
1365 other GUI windowing systems.
1366 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
1367 GTK.
1368 (x_consider_frame_title): Under NS, set icon type and frame
1369 modified-state indicator; use ns_set_name_as_filename() when using
1370 formatted title.
1371 (update_window_cursor): Make public when compiling under NS.
1372 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
1373 (hourglass_atimer, Vhourglass_delay
1374 * xfaces.c (header section, init_frame_faces, clear_font_table)
1375 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
1376 (prepare_face_for_display): Add NS support parallel to other GUIs.
1377 Emulate GCs like other non-X GUIs.
edfda783
AR
1378 (split_font_name): Don't lowercase font name under NS.
1379 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
1380 under NS.
1381 * s/darwin.h: Add support for compilation under NS.
1382
1391cd54
JR
13832008-07-15 Jason Rumney <jasonr@gnu.org>
1384
6ddc6cca
SM
1385 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
1386 (w32_show_hourglass): Rename from show_hourglass.
1387 (w32_hide_hourglass): Rename from hide_hourglass.
1388 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
1389 (Vhourglass_delay): Declare extern.
1390 (hourglass_started): Remove.
1391cd54 1391
6ddc6cca
SM
1392 * xdisp.c (Vhourglass_delay): Remove static.
1393 (hourglass_started, start_hourglass, cancel_hourglass):
1394 Don't include these versions on WINDOWSNT.
1391cd54 1395
1885ab29
AR
13962008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1397
6ddc6cca 1398 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 1399 variables (formerly in xfns.c).
1885ab29
AR
1400 (show_hourglass, hide_hourglass): New prototypes (same).
1401 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
1402 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 1403 in xfns.c).
1885ab29
AR
1404 (syms_of_xdisp): Declare/initialize display-hourglass,
1405 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
1406 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 1407 formerly in xfns.c.
1885ab29
AR
1408 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1409 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1410 (start_hourglass, cancel_hourglass): Remove.
1411 (show_hourglass, hide_hourglass): Remove prototypes and static
1412 modifiers.
1413 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
1414 hourglass_atimer, hourglass_shown_p declaration/initialization.
1415 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1416 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1417 (start_hourglass, cancel_hourglass): Remove.
1418 (show_hourglass, hide_hourglass): Remove prototypes and static
1419 modifiers.
1420 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
1421 hourglass_atimer, hourglass_shown_p declaration/initialization.
1422 * w32fns.c (display_hourglass_p, Vhourglass_delay)
1423 (DEFAULT_HOURGLASS_DELAY): Remove.
1424 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
1425 hourglass_shown_p declaration/initialization.
1426
3faa984f
JR
14272008-07-14 Jason Rumney <jasonr@gnu.org>
1428
6ddc6cca
SM
1429 * w32fns.c (w32_get_arg): Remove wrapper function.
1430 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
1431 directly.
1432 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 1433
2f73901f
KH
14342008-07-14 Kenichi Handa <handa@m17n.org>
1435
1436 * xfont.c (xfont_open): Add workaround for X's bug.
1437
11da284d
KH
14382008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1439
1440 * fontset.c: Include <stdio.h> unconditionally.
1441
944cc4a8
MA
14422008-07-13 Michael Albinus <michael.albinus@gmx.de>
1443
1444 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
1445 for filtering.
1446
bdee2ef3
DN
14472008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1448
1449 * s/vms.h: Use __GNUC__ instead of _GNUC_.
1450
1451 * m/macppc.h:
1452 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
1453
1454 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
1455 (SPECIAL_EMACS_INT):
1456 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
1457 * m/amdx86-64.h (SPECIAL_EMACS_INT):
1458 * s/gnu.h (NLIST_STRUCT):
4342f814 1459 * s/aix4-2.h (X11R5_INHIBIT_I18N):
bdee2ef3
DN
1460 * s/gnu-linux.h (LINUX):
1461 * s/msdos.h (HAVE_FACES):
1462 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
1463
944cc4a8 1464 * systty.h:
bdee2ef3
DN
1465 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
1466 anymore.
1467
bba104c1
DN
14682008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1469
1470 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
1471 always defined as int.
1472
1473 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
1474 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
1475 * s/gnu-linux.h (HAVE_WAIT_HEADER):
1476 * s/freebsd.h (HAVE_WAIT_HEADER):
1477 * s/bsd-common.h (HAVE_UNION_WAIT):
1478 * s/aix4-2.h (HAVE_WAIT_HEADER):
1479 * m/mips.h (HAVE_UNION_WAIT):
1480 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
1481 (COFF, static): Do not define, they are undefined later in the file.
1482
1483 * process.c (update_status): Don't use a union.
1484 (status_convert):
1485 (sigchld_handler): Use int instead of WAITTYPE.
1486
e433031a
CY
14872008-07-12 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * indent.c (Fvertical_motion): Restore hscroll before moving to
1490 goal column.
1491
3bfb4d48
DN
14922008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * lisp.h: Remove left over code.
1495
e7c9048f
AS
14962008-07-11 Andreas Schwab <schwab@suse.de>
1497
7e770c85
AS
1498 * lisp.h: Fix logic in last change.
1499
e7c9048f
AS
1500 * menu.h: New file.
1501 * menu.c: Include it.
1502 * xmenu.c: Likewise.
1503 * Makefile.in: Update dependencies.
1504
38aaf336
KH
15052008-07-11 Kenichi Handa <handa@m17n.org>
1506
1507 * fontset.c (fontset_from_font): Cancel the previous change.
1508
6e5cb96f
DN
15092008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * lisp.h:
1512 * w32heap.c:
1513 * emacs.c:
1514 * alloc.c: Replace all references of NO_UNION_TYPE with
1515 USE_LISP_UNION_TYPE.
1516
1517 * m/xtensa.h (NO_UNION_TYPE):
1518 * m/vax.h (NO_UNION_TYPE):
1519 * m/template.h (NO_UNION_TYPE):
1520 * m/sparc.h (NO_UNION_TYPE):
1521 * m/mips.h (NO_UNION_TYPE):
1522 * m/macppc.h (NO_UNION_TYPE):
1523 * m/m68k.h (NO_UNION_TYPE):
1524 * m/iris4d.h (NO_UNION_TYPE):
1525 * m/intel386.h (NO_UNION_TYPE):
1526 * m/ibms390x.h (NO_UNION_TYPE):
1527 * m/ibms390.h (NO_UNION_TYPE):
1528 * m/ibmrs6000.h (NO_UNION_TYPE):
1529 * m/ia64.h (NO_UNION_TYPE):
1530 * m/hp800.h (NO_UNION_TYPE):
1531 * m/arm.h (NO_UNION_TYPE):
1532 * m/amdx86-64.h (NO_UNION_TYPE):
1533 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
1534 defining it the same.
1535
e0f47a68
CY
15362008-07-10 Chong Yidong <cyd@stupidchicken.com>
1537
ba60bd44 1538 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
e0f47a68 1539
c5e7567d
DN
15402008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1541
4342f814
JB
1542 * fileio.c:
1543 * sysdep.c
1544 * systty.h:
1545 * m/ibmrs6000.h:
1546 * m/iris4d.h:
1547 * s/aix4-2.h:
1548 * s/freebsd.h:
1549 * s/gnu-linux.h:
1550 * s/hpux10-20.h:
1551 * s/hpux11.h:
1552 * s/netbsd.h:
1553 * s/sol2-3.h:
1554 * s/sol2-4.h:
1555 * s/sol2.h:
1556 * s/usg5-4.h:
1557 * s/vms.h: Remove references to unused variables.
c5e7567d 1558
bb658864
AS
15592008-07-10 Andreas Schwab <schwab@suse.de>
1560
1561 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
1562 pattern before matching the generic family.
1563
3d3db608
DN
15642008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1565
a0ce9ab7 1566 * unexec.c:
3460e0b9
DN
1567 * s/vms.h:
1568 * s/usg5-4-2.h:
1569 * s/sol2-5.h:
1570 * s/freebsd.h:
1571 * s/darwin.h: Remove dead code.
1572
ad76189a
DN
1573 * m/template.h:
1574 * m/sparc.h:
1575 * m/mips.h:
1576 * m/m68k.h:
1577 * m/iris4d.h:
1578 * m/intel386.h:
1579 * m/ibms390x.h:
1580 * m/ibms390.h:
1581 * m/ia64.h:
1582 * m/hp800.h:
1583 * m/arm.h:
1584 * m/amdx86-64.h: Remove dead code and references to unused
1585 and compiler defined symbols.
1586
d2b5bbda
DN
1587 * unexmips.c:
1588 * unexelf.c: Remove references to desupported systems.
1589
40dde9d1
DN
1590 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
1591
21133394
DN
1592 * m/powermac.h: Remove boilerplate comments.
1593 (NO_REMAP): Remove unused definition.
1594
3d3db608
DN
1595 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
1596 define them.
1597
c8e0e16d
KH
15982008-07-10 Kenichi Handa <handa@m17n.org>
1599
1600 * xfont.c (xfont_open): Log the reason of failure.
1601
3cba9369
SM
16022008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * fontset.c (fontset_get_font_group):
1605 * font.c (font_check_otf): Specify argument types.
1606
73353585
KH
16072008-07-09 Kenichi Handa <handa@m17n.org>
1608
0e17387a
KH
1609 * coding.c (detect_coding_utf_8): Set detect_info->found only when
1610 non-ASCII char is found.
1611
73353585
KH
1612 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
1613 (reorder_font_vector): Change the arg preferred_family to font.
1614 Prefer the spec matching with font.
1615 (fontset_get_font_group): New function.
1616 (fontset_find_font): Change the format of an element of a realized
1617 fontset. Use fontset_get_font_group.
1618 (fontset_font): Try the current fontset, the default fontset, the
1619 fallbacks of the current fonset, and the fallbacks of the default
1620 fontset in this order.
1621 (face_for_char): Delete the shortcut to use the current font.
1622 (fontset_from_font): Don't set fonts for Latin in the fontset.
1623
1624 * font.h (font_make_object, font_match_p): Adjust prototypes.
1625
1626 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
1627
1628 * font.c (font_make_object): New arg entity and pixelsize.
1629 (font_check_otf_features, font_check_otf): New functions.
1630 (font_match_p): Check :lang, :script, and :otf properties.
1631
1632 * xfont.c (xfont_open): Adjust it for the change of
1633 font_make_object.
e5d05978 1634 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
1635
1636 * ftfont.c (struct ftfont_info): New member index, delete member
1637 fc_charset_idx. Make the member order compatible with struct
1638 xftfont_info.
1639 (fc_charset_table): Change charset names to registry names.
1640 (ftfont_pattern_entity): Delete the args registry and
1641 fc_charset_idx. Change the value of :font-entity property
1642 to (FONTNAME . INDEX). Always set :registry property to
1643 `iso10646-1'.
1644 (struct ftfont_cache_data): New struct.
1645 (ftfont_lookup_cache): New arg for_face.
1646 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
1647 (ftfont_driver): Set the member otf_capability.
1648 (ftfont_get_charset): Adjust it for the change of
1649 fc_charset_table.
1650 (OTF_TAG_SYM): New macro.
1651 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
1652 for the change of fc_charset_table.
1653 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
1654 ftfont_pattern_entity. Add FC_INDEX to objset.
1655 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
1656 and ftfont_pattern_entity.
1657 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
1658 font_make_object, struct ftfont_info.
1659 (ftfont_has_char): Use ftfont_get_fc_charset.
1660 (ftfont_otf_features, ftfont_otf_capability): New functions.
1661 (ftfont_shape): Use ftfont_get_otf.
e5d05978 1662 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
1663
1664 * xftfont.c (struct xftfont_info): New member ft_size. Make the
1665 member order compatible with struct ftfont_info.
1666 (xftfont_open): Add FC_CHARSET to the pattern. Set
1667 xftfont_info->ft_size. Don't unlock the face. Check BDF
1668 properties if appropriate.
1669 (xftfont_close): Unlock the face.
1670 (xftfont_anchor_point, xftfont_shape): Deleted.
1671 (syms_of_xftfont): Don't set members anchor_point and shape of
1672 xftfont_driver.
1673
1674 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
1675 font_make_object.
1676
1677 * w32font.c (w32font_open): Adjust it for the change of
1678 font_make_object.
1679 (w32font_open_internal): Don't set properties of font_object here.
1680
7f000038
CY
16812008-07-08 Chong Yidong <cyd@stupidchicken.com>
1682
830aab93
CY
1683 * macfns.c (x_create_tip_frame):
1684 * w32fns.c (x_create_tip_frame):
1685 * xfns.c (x_create_tip_frame): Pass parameter argument to
1686 face-set-after-frame-default.
1687
7f000038
CY
1688 * xfaces.c (Finternal_merge_in_global_face): Save merged
1689 attributes for the default face back into the face vector.
1690
85cf8992
AS
16912008-07-08 Andreas Schwab <schwab@suse.de>
1692
1693 * fontset.h: Declare fontset_from_font. Don't declare
1694 new_fontset_from_font and fontset_from_font_name.
1695 * xterm.c: Include "fontset.h".
1696 * Makefile.in (xterm.o): Update dependencies.
1697
4a00783e
GM
16982008-07-08 Glenn Morris <rgm@gnu.org>
1699
1700 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
1701 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
1702
4d2d5f5f
CY
17032008-07-07 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
1706 (x_set_frame_parameters): Don't bind it.
1707
dfe66c5b
JB
17082008-07-07 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * w32fns.c (map_w32_filename): Declare extern.
1711
ec7e221c
JR
17122008-07-07 Jason Rumney <jasonr@gnu.org>
1713
dfe66c5b 1714 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 1715
fe5d61c4
CY
17162008-07-06 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * xfaces.c (set_font_frame_param): Don't try to set the font
1719 parameter if it is still unspecified in the lface.
1720
9204cb8b
CY
17212008-07-05 Chong Yidong <cyd@stupidchicken.com>
1722
0a143d3a
CY
1723 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
1724 face if it didn't already exist.
1725
9204cb8b
CY
1726 * xdisp.c (try_window_id): Give up if word-wrapping is on.
1727
6c95e70d
AS
17282008-07-05 Andreas Schwab <schwab@suse.de>
1729
dfe66c5b 1730 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 1731
59230395
CY
17322008-07-05 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
1735 word-wrapping.
1736 (IT_DISPLAYING_WHITESPACE): New macro.
1737 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
1738 when word-wrapping. Simplify word-wrapping logic. Use correct
1739 pixel positions when saving copies of the iterator.
1740 (display_line): Use proper wrap point if the last character on a
1741 line was preceded by whitespace.
1742
d7c664f3
SM
17432008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
1746
9ffc8a3a
KH
17472008-07-04 Kenichi Handa <handa@m17n.org>
1748
1749 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
1750
1751 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
1752
946598bf
JR
17532008-07-02 Jason Rumney <jasonr@gnu.org>
1754
d7c664f3
SM
1755 * xfns.c (syms_of_xfns): Only define x-select-font when both
1756 HAVE_FREETYPE and USE_GTK
946598bf 1757
d7c664f3
SM
1758 * xdisp.c (next_element_from_display_vector): Move assignment out
1759 of if statement.
946598bf 1760
6cf29fe8
JR
17612008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1762
d7c664f3 1763 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 1764
d7c664f3
SM
1765 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
1766 (syms_of_fileio): Initialize and export them.
1767 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 1768
d7c664f3
SM
1769 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
1770 (Fsystem_move_file_to_trash): New function.
1771 (syms_of_w32fns): Export it to lisp.
6cf29fe8 1772
79ca7db1
JR
17732008-07-01 Jason Rumney <jasonr@gnu.org>
1774
d7c664f3
SM
1775 * w32font.c (w32font_text_extents): Don't count overhang as part
1776 of width.
79ca7db1 1777
c2786a3d 17782008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
1779
1780 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
1781 Add `avoid_cursor_p' field.
1782
1783 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
1784 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
1785 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
1786 (append_stretch_glyph): Initialize avoid_cursor_p.
1787 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
1788 (x_produce_glyphs): Use get_it_property.
1789 (handle_line_prefix, push_display_prop): New functions.
1790 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
1791 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
1792 New variables.
c4f4682b
MB
1793 (syms_of_xdisp): Initialize them.
1794
7d7ad10e
KH
17952008-06-30 Kenichi Handa <handa@m17n.org>
1796
1797 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
1798 XftDefaultSubstitute (they are called in XftFontMatch).
1799 (xftfont_open): Fix args to ftfont_font_format.
1800
1801 * ftfont.c (fc_charset_table): New member lang.
1802 (ftfont_resolve_generic_family): New arg pattern.
1803 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
1804 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
1805 (ftfont_open): Fix args to ftfont_font_format.
1806 (ftfont_font_format): New arg filename.
1807
44b754c7
CY
18082008-06-30 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * xfaces.c (Finternal_merge_in_global_face): If default face was
1811 modified, realize it again. Update the font face attribute.
1812
a4521b03
JR
18132008-06-29 Jason Rumney <jasonr@gnu.org>
1814
c2786a3d 1815 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 1816
fe44f009
KH
18172008-06-29 Kenichi Handa <handa@m17n.org>
1818
1819 * fontset.c (Finternal_char_font): Return font-object instead of
1820 font-name.
1821
c2786a3d 1822 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 1823
baed8445
SM
18242008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * indent.c (Fvertical_motion): Properly handle float column arg.
1827
8b61a891
JR
18282008-06-28 Jason Rumney <jasonr@gnu.org>
1829
baed8445
SM
1830 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
1831 (pfnSetLayeredWindowAttributes): New function pointer.
1832 (w32_initialize): Initialize it when supported.
1833 (x_set_frame_alpha): New function.
8b61a891 1834
baed8445
SM
1835 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
1836 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 1837
baed8445 1838 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 1839
57016d37
JR
18402008-06-27 Jason Rumney <jasonr@gnu.org>
1841
baed8445
SM
1842 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
1843 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
1844 (w32_to_x_charset, x_to_w32_charset)
1845 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1846 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1847 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1848 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1849 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1850 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1851 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
1852 (Qw32_charset_unicode): Remove.
1853 (syms_of_w32fns): Update for above changes.
1854
1855 * w32font.c (w32_to_x_charset, x_to_w32_charset)
1856 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1857 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1858 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1859 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1860 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1861 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1862 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
1863 (syms_of_w32font): Update for above changes.
57016d37 1864
d6bf1bdb
DN
18652008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1866
1867 * s/usg5-4.h: Fix previous change: keep the correct branch of a
1868 removed #if.
9fa1c445 1869 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 1870
43db14bb
JB
18712008-06-26 Juanma Barranquero <lekktu@gmail.com>
1872 Eli Zaretskii <eliz@gnu.org>
1873
1874 * makefile.w32-in (LOCAL_FLAGS):
1875 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
1876
1877 * sysdep.c (_spawnlp, _getpid):
1878 Declare with explicit _cdecl instead of _CRTAPI1.
1879
1880 * editfns.c (Fget_internal_run_time):
1881 Check for WINDOWSNT with #ifdef, not #if.
1882
c35f9821
JR
18832008-06-26 Jason Rumney <jasonr@gnu.org>
1884
43db14bb 1885 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 1886
57016d37 1887 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
1888 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
1889 Use FONT_HANDLE macro.
1890 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 1891
57016d37 1892 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 1893 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 1894
43db14bb
JB
1895 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
1896 (w32font_text_extents): Use precast w32_font.
1897 (w32font_close): Free cached metrics.
1898 (w32font_open_internal): Allocate space for name on stack.
c35f9821 1899
1f8ad719
CY
19002008-06-26 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * xdisp.c (extend_face_to_end_of_line): Fix last change.
1903
97e71655
JR
19042008-06-26 Jason Rumney <jasonr@gnu.org>
1905
43db14bb
JB
1906 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
1907 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 1908
c9fc02c7
JB
19092008-06-26 Juanma Barranquero <lekktu@gmail.com>
1910
1911 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
1912
1b5defe6
JR
19132008-06-26 Jason Rumney <jasonr@gnu.org>
1914
c9fc02c7 1915 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 1916
c9fc02c7 1917 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 1918
c9fc02c7
JB
1919 * w32gui.h: Don't include w32bdf.h.
1920 (XCharStruct, enum w32_char_font_type, W32FontStruct):
1921 Remove obsolete font support.
1b5defe6 1922
c9fc02c7
JB
1923 * w32font.h (struct w32font_info): Remove compat_w32_font.
1924 Add hfont member.
1925 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 1926
ba60bd44 1927 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
c9fc02c7 1928 (w32font_encode_char, w32font_text_extents): Use new hfont member.
ba60bd44 1929 (w32font_open_internal): Remove compat code. Set new hfont member.
c9fc02c7 1930 (Fx_select_font): Use new hfont member.
1b5defe6 1931
57016d37 1932 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 1933 (uniscribe_encode_char): Use new hfont member.
1b5defe6 1934
57016d37 1935 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
1936 (x_draw_composite_glyph_string_foreground): Use new hfont member.
1937 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 1938
1fc66bca
KH
19392008-06-26 Kenichi Handa <handa@m17n.org>
1940
1941 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
1942
f2a77c3a
DN
19432008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1944
1945 * unexnext.c:
1946 * m/ews4800.h:
1947 * m/hp9000s300.h:
1948 * m/ibm370aix.h:
1949 * m/mips-siemens.h:
1950 * m/ncr386.h:
1951 * m/next.h:
1952 * m/pmax.h:
1953 * m/powerpcle.h:
1954 * m/tandem-s2.h:
1955 * s/386bsd.h:
1956 * s/bsd386.h:
1957 * s/bsd4-1.h:
1958 * s/bsd4-2.h:
1959 * s/bsdos2-1.h:
1960 * s/bsdos2.h:
1961 * s/bsdos3.h:
1962 * s/bsdos4.h:
1963 * s/nextstep.h:
1964 * s/ultrix4-3.h:
1965 * s/usg5-0.h:
1966 * s/usg5-2-2.h:
1967 * s/usg5-2.h:
1968 * s/usg5-4-3.h:
1969 * s/ux4800.h:
1970 * s/uxpds.h:
1971 * s/uxpv.h: Remove support for obsolete systems.
1972 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4342f814 1973 Remove, insert contents in s/hpux-10.20.h.
f2a77c3a 1974 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4342f814 1975 Remove, insert contents in s/aix4-2.h.
f2a77c3a 1976 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4342f814 1977 * s/bsd4-3.h: Rename to ...
f2a77c3a 1978 * s/bsd-common.h: ... this.
4342f814
JB
1979 * data.c:
1980 * doc.c:
1981 * ecrt0.c:
1982 * emacs.c:
1983 * fileio.c:
1984 * floatfns.c:
1985 * keyboard.c:
1986 * mem-limits.h:
1987 * print.c:
1988 * process.c:
1989 * sysdep.c:
1990 * syssignal.h:
1991 * systty.h:
1992 * syswait.h:
1993 * term.c:
1994 * unexec.c:
1995 * unexelf.c:
1996 * unexhp9k800.c:
1997 * m/hp800.h:
1998 * m/ibmrs6000.h:
1999 * m/mips.h:
2000 * m/vax.h:
2001 * s/darwin.h:
2002 * s/freebsd.h:
2003 * s/gnu.h:
2004 * s/ms-w32.h:
2005 * s/msdos.h:
2006 * s/netbsd.h:
2007 * s/template.h: Remove references to obsolete variables.
f2a77c3a
DN
2008
2009 * Makefile.in: Add dependencies for all unexec files.
2010 (admindir): Remove unused variable.
2011 (UNEXEC_SRC): Remove references.
2012
bd02793a
CY
20132008-06-25 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * xfns.c (x_default_font_parameter): If Xft is available, first
2016 try Monospace-12 for the default font.
2017
ccedd259
JR
20182008-06-25 Jason Rumney <jasonr@gnu.org>
2019
c9fc02c7 2020 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 2021
fbe062b7
SM
20222008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2023
603a0937
SM
2024 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
2025
fbe062b7
SM
2026 * buffer.c (syms_of_buffer): Remove default-word-wrap.
2027
69785ad0
JB
20282008-06-25 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
2031 <scroll-conservatively>: Fix typo in docstring.
2032
2033 * xselect.c (Fx_send_client_event): Doc fix.
2034
249e6f76
KH
20352008-06-25 Kenichi Handa <handa@m17n.org>
2036
34e97272
KH
2037 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2038
2039 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
2040 (font_sort_entites): Delete the arg SPEC. Caller changed.
2041 Fix for the case of ! best_only.
34e97272
KH
2042 (font_delete_unmatched): Check DPI and AVGWIDTH too.
2043
249e6f76
KH
2044 * lisp.h (Fstring_to_unibyte): EXFUN it.
2045
69785ad0 2046 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
2047
2048 * character.c (str_to_unibyte): New function.
2049
2050 * fns.c (Fstring_to_unibyte): New function.
2051 (syms_of_fns): Defsubr it.
2052
65c108e4
KH
20532008-06-24 Kenichi Handa <handa@m17n.org>
2054
2055 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
2056 DPI too.
2057 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
2058
4c3f18fe
AS
20592008-06-24 Andreas Schwab <schwab@suse.de>
2060
69785ad0 2061 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 2062 ../lisp/loaddefs.el.
fd13748d
AS
2063 (bootstrap-clean): Do what distclean does but don't remove
2064 Makefile.
2065 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 2066
faa6190f
CY
20672008-06-24 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * buffer.h (struct buffer): New member word_wrap.
2070
2071 * buffer.c (syms_of_buffer): New variables default-word-wrap and
2072 word-wrap.
2073 (init_buffer_once): Initialize them.
2074
2075 * dispextern.h (struct it): Replace bool truncate_lines_p with a
2076 line_wrap enum possessing three possible values.
2077
2078 * termopts.h: Replace truncate_partial_width_windows with
2079 Vtruncate_partial_width_windows.
2080
2081 * dispnew.c (direct_output_for_insert): Avoid direct output when
2082 inserting a space with word wrap on.
2083
2084 * indent.c (compute_motion): Obey integer values of
2085 truncate-partial-width-windows.
2086
2087 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
2088 replacing truncate_partial_width_windows.
2089 (init_iterator): If Vtruncate_partial_width_windows is an integer,
2090 truncate only if the window width is below that integer.
ba60bd44 2091 (start_display, resize_mini_window, produce_stretch_glyph)
faa6190f
CY
2092 (display_string, move_it_in_display_line_to): Use line_wrap.
2093 (back_to_previous_visible_line_start, reseat_1): Reset
2094 string_from_display_prop_p.
2095 (display_line): Extend default face to end of line when wrapping.
2096
20972008-06-24 Kim F. Storm <storm@cua.dk>
2098
2099 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
2100 to wrap continued lines at word boundaries.
2101
c3bb5465
JR
21022008-06-24 Jason Rumney <jasonr@gnu.org>
2103
69785ad0
JB
2104 * font.c (Ffont_face_attributes): Multiply pixel size before point
2105 conversion to avoid multiplying rounding error.
c3bb5465 2106
0b07ad98
JR
21072008-06-23 Jason Rumney <jasonr@gnu.org>
2108
f245f2c6
JB
2109 * w32term.c (x_draw_glyph_string_background)
2110 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 2111
69785ad0 2112 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 2113
22459668
KH
21142008-06-22 Kenichi Handa <handa@m17n.org>
2115
2116 * font.c (font_find_for_lface): Try the adstyle specified in
2117 the property of LFACE_FONT of LFACE (if any).
2118
d925a426 21192008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 2120 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
2121
2122 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
2123
b4945b95
SM
21242008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
2127 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
2128 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
2129 (witness-emacs): Remove.
2130 (lisp, shortlisp): Move loaddefs.el earlier.
2131 (mostlyclean): Forget about witness-emacs.
2132
64124279
GM
21332008-06-22 Glenn Morris <rgm@gnu.org>
2134
2135 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 2136 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 2137
768efd84
SM
21382008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * Makefile.in (PRECOMP): Remove.
2141 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
2142 (witness-emacs): Run `compile-first'.
2143 (.el.elc): Use the new compile-onefile target.
2144
808dd567
KH
21452008-06-21 Kenichi Handa <handa@m17n.org>
2146
2147 * xftfont.c (xftfont_open): Handle QCembolden only when
2148 FC_EMBOLDEN is defined.
2149
0de59eae
AS
21502008-06-21 Andreas Schwab <schwab@suse.de>
2151
2152 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 2153 (.el.elc): Likewise.
0de59eae 2154
fb38e9c9
MB
21552008-06-21 Miles Bader <miles@gnu.org>
2156
2157 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
2158 build dir, not the lisp source dir.
2159
fc46d219
SM
21602008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
2163 (bootstrapclean): Remove.
2164 (.el.elc): New rule.
2165 (PRECOMP): New var.
2166 (../lisp/subdirs.el): Remove.
2167 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
2168 (witness-emacs): New target.
2169 (mostlyclean): Remove witness-emacs as well.
2170 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
2171 Add witness-emacs dependency.
2172
eaf1f6e7
CY
21732008-06-20 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
2176 defined by the font.
2177
49f6eb95
SM
21782008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
2181 (bootstrap-clean): New target that keeps TAGS around.
2182 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
2183 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
2184
4c100a01
JR
21852008-06-20 Jason Rumney <jasonr@gnu.org>
2186
49f6eb95
SM
2187 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
2188 Remove obsolete font code.
db61a7f8 2189
49f6eb95
SM
2190 * w32font.c (font_matches_spec): Use csb bitfield from font signature
2191 to determine language support.
4c100a01 2192
759d3f32
SM
21932008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * sysdep.c (cfsetspeed): New fun extracted from the code.
2196 (cfmakeraw): Move before first use.
2197
25241b4d
SM
21982008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
2199
2200 * sysdep.c (cfmakeraw): Provide fallback implementation.
2201 (serial_configure): Provide fallback implementation of cfsetspeed.
2202
d7afccca
KH
22032008-06-20 Kenichi Handa <handa@m17n.org>
2204
dc2226d0
KH
2205 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
2206 the pattern.
2207
9b9cd864
KH
2208 * fontset.c (fontset_from_font): Copy font_spec before changing
2209 the elements.
2210
d7afccca
KH
2211 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
2212
770e2e6e
SM
22132008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
2216 for explicit `font' parameters.
2217
2218 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
2219
22e64f7c
KH
22202008-06-19 Kenichi Handa <handa@m17n.org>
2221
2222 * frame.c: Include <ctype.h>.
2223 (x_set_font_backend): Allow spacing characters in the X resource
2224 for FontBackend.
2225
27129af9
SM
22262008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * w32fns.c, xfns.c (Qfont_param): New var.
2229 (syms_of_w32fns): Initialize it.
22e64f7c
KH
2230 (x_default_font_parameter): Record explicit `font' into
2231 `font-parameter'.
27129af9 2232
d26424c5
KH
22332008-06-18 Kenichi Handa <handa@m17n.org>
2234
2235 * font.c (font_parse_xlfd): Fix previous change.
2236 (font_parse_fcname): Don't use :fc-unknown-spec.
2237 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
2238 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
2239 (font_add_log): Prepend the driver name to the resulting fonts.
2240
2241 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
2242 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
2243 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
2244
2245 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
2246 (QCembolden): New variables.
2247 (syms_of_xftfont): DEFSYM them.
2248 (xftfont_open): Call XftFontMatch. Don't trust the result of
2249 XftTextExtents8 if the pixel_size is less than 5.
2250
51cf11be
AS
22512008-06-18 Andreas Schwab <schwab@suse.de>
2252
f245f2c6 2253 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
2254 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2255
07d9ba9b
JR
22562008-06-18 Jason Rumney <jasonr@gnu.org>
2257
27129af9 2258 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 2259
4342f814 2260 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 2261
0c36bc4e
CY
22622008-06-17 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
2265 unknown-spec list. For known key symbols, intern using correct
2266 symbol name.
0c36bc4e 2267
70d6ecc6
KH
22682008-06-17 Kenichi Handa <handa@m17n.org>
2269
2270 * xfaces.c (realize_default_face): If the frame is not on window
2271 system, set the fontset of face to nil.
2272
821bc4db
KH
22732008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2274
f245f2c6 2275 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 2276
3554e566
JB
22772008-06-16 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
2280 (build_font_name_from_vector): Delete externs.
2281
2282 * xfaces.c (struct font_name): Don't declare.
2283
93eed26b
SM
22842008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
2287
d756bcd0
CY
22882008-06-16 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
2291
7a18a178
JB
22922008-06-16 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 2295 (Ffont_face_attributes): Doc fix.
7a18a178 2296
6f568955
AS
22972008-06-16 Andreas Schwab <schwab@suse.de>
2298
2299 * font.c (Ffont_face_attributes): Fix definition.
2300
3ef8c1b4
JR
23012008-06-16 Jason Rumney <jasonr@gnu.org>
2302
93eed26b 2303 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 2304
93eed26b
SM
2305 * font.c (font_style_symbolic_from_value): Remove.
2306 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 2307
93eed26b
SM
2308 * w32font.c (w32_to_fc_weight): New function.
2309 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 2310
5e634ec9
KH
23112008-06-16 Kenichi Handa <handa@m17n.org>
2312
2313 * font.c (font_check_object): Delete it.
2314 (font_clear_cache): Check if a font-object is alive.
2315 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
2316 font-object to nil.
2317 (font_close_object): Don't check FONT_CLOSE_OBJECT.
2318 (font_at): Don't call font_check_object.
2babb359 2319 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 2320
6409a955
KY
23212008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
2322
2323 * puresize.h (BASE_PURESIZE): Increase to 1230000.
2324
ce4eaddb
CY
23252008-06-16 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
2328
523dbe64
CY
23292008-06-15 Chong Yidong <cyd@stupidchicken.com>
2330
54b2ab27 2331 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
2332 (font_unparse_fcname): Handle data in family and foundry indices
2333 as symbols, not strings.
2334 (font_unparse_gtkname, Ffont_face_attributes): New functions.
2335
54b2ab27 2336 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
2337
2338 * font.h (font_unparse_gtkname): Add prototype.
2339
9f296082
KH
23402008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2341
54b2ab27 2342 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 2343
3306c6dc
AS
23442008-06-15 Andreas Schwab <schwab@suse.de>
2345
2346 * font.c (font_update_drivers): Fix crash when no drivers match.
2347
a099c27a
SM
23482008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
2351 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
2352
a8aa344d
SM
23532008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
2356
a879ee6f
SM
23572008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * process.c (Fserial_process_configure, Fprocess_send_eof):
2360 Use EQ to compare Lisp_Objects.
2361
6fe9826d
JR
23622008-06-13 Jason Rumney <jasonr@gnu.org>
2363
a879ee6f 2364 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 2365
a879ee6f
SM
2366 * w32font.c (logfont_to_fcname): New function.
2367 (Fx_select_font): New font dialog function compatible with
2368 GTK/fontconfig version.
6fe9826d 2369
a879ee6f
SM
2370 * font.c (font_style_symbolic_from_value): New function.
2371 (font_style_symbolic): Use it.
6fe9826d 2372
a879ee6f 2373 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 2374
17ab8f5d
JB
23752008-06-13 Juanma Barranquero <lekktu@gmail.com>
2376
2377 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
2378 <font-width-table>: Fix typos in docstrings.
2379
d888760c
GM
23802008-06-13 Daniel Engeler <engeler@gmail.com>
2381
2382 These changes add serial port access.
2383 * process.c: Add HAVE_SERIAL.
2384 (Fdelete_process, Fprocess_status, Fset_process_buffer)
2385 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
2386 (list_processes_1, select_wrapper, Fstop_process)
2387 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
2388 (status_notify): Modify to handle serial processes.
2389 [HAVE_SERIAL] (Fserial_process_configure)
2390 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
2391 New functions.
2392 * process.h (struct Lisp_Process): Add `type'.
2393 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
2394 New functions.
2395 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
2396 serial ports.
2397 (serial_open, serial_configure) New functions.
2398 * w32.h: Add FILE_SERIAL.
2399 (struct _child_process): Add ovl_read, ovl_write.
2400
f4cc0153
KH
24012008-06-13 Kenichi Handa <handa@m17n.org>
2402
2403 * dispextern.h (enum lface_attribute_index): New member
2404 LFACE_FOUNDRY_INDEX.
2405
2406 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 2407 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 2408 style symbols.
7a18e381 2409 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
2410 order of font-driver to scores.
2411 (font_list_entities): Don't check alternate_familes here.
2412 (font_clear_prop): Handle foundry.
2413 (font_update_lface): Don't parse "foundry-family" form here.
2414 Handle FONT_FOUNDRY_INDEX.
2415 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 2416 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 2417 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 2418 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
2419 (free_font_driver_list): Delete it.
2420 (font_update_drivers): Preserve the order of backends.
2421 (syms_of_font): Setting of sort_shift_bits adjusted for the change
2422 of font_score and font_sort_entites.
2423 (font_update_sort_order): Likewise.
2424
2425 * xfaces.c (LFACE_FOUNDRY): New macro.
2426 (check_lface_attrs): Check foundry.
7a18e381 2427 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
2428 (merge_face_vectors): Check foundry.
2429 (merge_face_ref): Likewise.
2430 (Finternal_set_lisp_face_attribute): Likewise.
2431 (x_update_menu_appearance): Likewise.
2432 (Finternal_get_lisp_face_attribute): Likewise.
2433 (lface_hash): Likewise.
2434 (lface_same_font_attributes_p): Likewise.
2435 (x_supports_face_attributes_p): Likewise.
2436 (tty_supports_face_attributes_p): Likewise.
2437 (Finternal_set_alternative_font_family_alist): Intern strings.
2438 (Finternal_set_alternative_font_registry_alist): Downcase strings.
2439 (realize_default_face): Set LFACE_FOUNDRY (lface).
2440
2441 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
2442 font-driver at first.
2443
2444 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
2445
d434fef5 24462008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
2447
2448 * lread.c (Fload): Use xfree, not free on saved_doc_string.
2449
9c5e177e
JM
24502008-06-12 Jim Meyering <meyering@redhat.com>
2451
d434fef5 2452 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
2453 * unexmacosx.c (unexec_free): Ignore a NULL argument.
2454
2afc21f5
SM
24552008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * character.h (CHAR_TO_BYTE_SAFE): New macro.
2458 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
2459 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
2460 (WEAK_ALIAS): Simplify.
2461 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
2462 when searching a unibyte buffer.
2463
76c0de62
CY
24642008-06-12 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * xfns.c (Fx_select_font): Rename from x-font-dialog.
2467
0500dcc9
JB
24682008-06-12 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * w32font.c: Include ctype.h.
2471
f42adef6
JR
24722008-06-11 Jason Rumney <jasonr@gnu.org>
2473
2afc21f5
SM
2474 * w32font.c (w32font_encode_char): Detect missing glyphs that are
2475 misreported as space.
2476 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
2477 as aliases for registry iso10646-1.
f42adef6 2478
4b7cdc0e
SM
24792008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 * buffer.c (clone_per_buffer_values): Skip `name'.
2482
cc02ebe1
CY
24832008-06-11 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * font.c (font_parse_fcname): Fix last change; accept decimal
2486 points in font size.
2487
351ccb76
JR
24882008-06-10 Jason Rumney <jasonr@gnu.org>
2489
0500dcc9
JB
2490 * w32uniscribe.c (add_opentype_font_name_to_list):
2491 Skip non unicode fonts.
351ccb76 2492
f473ed6f
CY
24932008-06-10 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * xfns.c (Fx_font_dialog): New function.
2496
5d6333d5 2497 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
2498 xg_file_response_callback.
2499 (pop_down_dialog): Rename from pop_down_file_dialog.
2500 (xg_get_file_name): Callers changed.
2501 (xg_get_font_name): New function.
2502
5d6333d5 2503 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 2504
2a3bd2e1
SM
25052008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
2508 x_underline_minimum_display_offset.
2509 (syms_of_xdisp): Declare it here rather than in xterm.c.
2510 * dispextern.h (underline_minimum_offset): Declare it.
2511 * w32term.c (x_draw_glyph_string): Use it.
2512 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
2513 (syms_of_xterm): Don't declare it any more.
2514 (x_draw_glyph_string): Adjust to the new name.
2515
d5dc6163
SM
25162008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2517
2518 * xterm.c (x_underline_minimum_display_offset): New var.
2519 (x_draw_glyph_string): Use it.
2520 (syms_of_xterm): Declare it.
2521
0abdd197
CY
25222008-06-10 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * font.c (font_parse_fcname): Accept GTK-style font names too.
2525
a1562258
SM
25262008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2527
928b5acc
SM
2528 * dired.c (file_name_completion): Don't return t if the match is exact
2529 but with different capitalization.
2530 * minibuf.c (Ftry_completion): Simplify.
2531
a1562258
SM
2532 * window.c (Vwindow_point_insertion_type): New var.
2533 (set_window_buffer): Use it.
2534 (syms_of_window): Init and export it to Lisp.
2535
9552dbd1
KH
25362008-06-10 Kenichi Handa <handa@m17n.org>
2537
2538 * font.h (font_intern_prop): Prototype adjusted.
2539
2540 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
2541 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
2542 Adjust for the change of font_intern_prop.
9552dbd1 2543
a1562258
SM
2544 * ftfont.c (ftfont_pattern_entity):
2545 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
2546 (w32_registry):
2547 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
2548 the change of font_intern_prop.
2549
8993ad2e
JB
25502008-06-09 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * w32menu.c (digest_single_submenu): Declare extern.
2553
0c2258fc
JR
25542008-06-09 Jason Rumney <jasonr@gnu.org>
2555
a1562258 2556 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 2557
a1562258
SM
2558 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
2559 (parse_single_submenu): Remove.
2560 (digest_single_submenu): Remove.
2561 (syms_of_w32menu): Don't initialise variables that have moved
2562 to menu.c.
2563 (set_frame_menubar): Sync with version in xmenu.c.
2564 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 2565
8993ad2e
JB
2566 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
2567 Make static again.
0c2258fc 2568
02246cb8
JR
25692008-06-09 Jason Rumney <jasonr@gnu.org>
2570
8993ad2e
JB
2571 Changes to w32 files related to the move of common menu code
2572 to menu.c on 2008-06-08 by Chong Yidong.
2573
2574 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
2575 defs to w32gui.h.
2576 (single_keymap_panes, push_menu_item, push_menu_pane):
2577 Make globally visible.
2578
d434fef5
JB
2579 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
2580 (local_free, malloc_widget_value, free_widget_value)
2581 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
2582 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
2583 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 2584 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 2585 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
2586 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
2587 (init_menu_items, finish_menu_items, discard_menu_items)
2588 (grow_menu_items, push_submenu_start, push_submenu_end)
2589 (push_left_right_boundary, push_menu_pane, push_menu_item)
2590 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 2591 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
2592 (update_submenu_strings): Remove functions.
2593 (xmalloc_widget_value): Remove and declare extern.
2594
2595 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
2596 (OBJ1): Build it.
2597
2598 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
2599 (local_heap, local_alloc, local_free, malloc_widget_value)
2600 (free_widget_value): Define here.
02246cb8 2601
9e1bb909
KH
26022008-06-09 Kenichi Handa <handa@m17n.org>
2603
366664ad
KH
2604 * font.h (Qascii_0): Extern it.
2605
9e1bb909
KH
2606 * font.c (Qascii_0): New variable.
2607 (syms_of_font): DEFSYM it.
2608 (font_open_by_name): If the registry "iso8859-1" fails, try also
2609 "ascii-0".
2610
2611 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
2612
b2ee479e
KH
26132008-06-08 Kenichi Handa <handa@m17n.org>
2614
8f440b79 2615 * .gdbinit (xfont): New command.
b2ee479e 2616
01ef9d36
AS
26172008-06-08 Andreas Schwab <schwab@suse.de>
2618
a4240420
AS
2619 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
2620 * Makefile.in (menu.o): Update dependencies.
2621
0181bf66 2622 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
2623 * emacs.c (main): Always call syms_of_menu.
2624 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
2625
c07cbae6
CY
26262008-06-08 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * Makefile.in: Compile menu.c.
2629
2630 * lisp.h: Declare syms_of_menu.
2631
2632 * emacs.c (main): Call syms_of_menu.
2633
2634 * keyboard.h: Relocate platform-independent menu definitions from
2635 xmenu.c.
2636
2637 * menu.c: New file. Relocate platform-independent menu
904d8c69 2638 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
2639
2640 * xmenu.c: Remove platform-independent menu definitions.
2641 (menu_items menu_items_inuse, menu_items_allocated)
2642 (menu_items_used, menu_items_n_panes)
2643 (menu_items_submenu_depth): Move to keyboard.h.
2644 (init_menu_items, finish_menu_items, unuse_menu_items)
2645 (discard_menu_items, restore_menu_items, save_menu_items)
2646 (grow_menu_items, push_submenu_start, push_submenu_end)
2647 (push_left_right_boundary, push_menu_pane, push_menu_item)
2648 (keymap_panes, single_keymap_panes, single_menu_item)
2649 (list_of_panes, list_of_items, find_and_call_menu_selection)
2650 (xmalloc_widget_value, free_menubar_widget_value_tree)
2651 (parse_single_submenu, digest_single_submenu)
2652 (update_submenu_strings): Move to menu.c.
2653
4958ed94
SM
26542008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
2657
408b8ab4
MB
26582008-06-06 Miles Bader <miles@gnu.org>
2659
2660 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
2661 face, not frame default.
2662
87478b52
SM
26632008-06-05 Martin Rudalics <rudalics@gmx.at>
2664
2665 * window.c (pop_up_windows, pop_up_frames)
2666 (display_buffer_reuse_frames, Vpop_up_frame_function)
2667 (Vdisplay_buffer_function, Veven_window_heights)
2668 (Vspecial_display_buffer_names, Vspecial_display_regexps)
2669 (Vspecial_display_function, Vsame_window_buffer_names)
2670 (Vsame_window_regexps, split_height_threshold)
2671 (Vsplit_window_preferred_function): Move those vars to window.el.
2672 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
2673 (Fdisplay_buffer): Move those functions to window.el.
2674 (syms_of_window): Remove corresponding declarations.
2675 (display_buffer): New function.
2676 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
2677 * dispnew.c (Flast_nonminibuf_frame): New function.
2678 * buffer.c (Fpop_to_buffer): Move to window.el.
2679
9e0e0d77
SM
26802008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
2683
4a485df8
KH
26842008-06-05 Kenichi Handa <handa@m17n.org>
2685
2686 * coding.c (detect_coding): Fix previous change.
2687 (detect_coding_system): Likewise.
2688
8ba31f36
SM
26892008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2690
c0dc8f64
SM
2691 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
2692
8ba31f36
SM
2693 * keymap.c (Vminibuffer_local_filename_must_match_map):
2694 Rename from Vminibuffer_local_must_match_filename_map.
2695 (syms_of_keymap):
2696 * minibuf.c (Fcompleting_read): Adjust accordingly.
2697 * commands.h: Rename declaration as well.
2698
7740d2c7
KH
26992008-06-05 Kenichi Handa <handa@m17n.org>
2700
e7438ece
KH
2701 * font.c (Ffont_spec): Don't use font_parse_family_registry for
2702 family name.
2703 (Ffont_put): Likewise.
2704
2705 * fontset.c (fontset_find_font): Call font_open_for_lface with the
2706 current font-spec.
2707
7740d2c7
KH
2708 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
2709 is unspecified.
2710
2711 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
2712 are the same as those of default face, realize a new fontset from
2713 default->fontset.
9e0e0d77 2714 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 2715
c876b227
SM
27162008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
2719 (move_it_in_display_line): New wrapper.
2720
2721 * window.c (window_scroll_pixel_based_preserve_x)
2722 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
2723 (window_scroll_pixel_based, window_scroll_line_based):
2724 Use them to preserve column positions.
2725 (syms_of_window): Initialize them.
2726
2727 * indent.c (Fvertical_motion): Extend first arg to allow passing an
2728 (HPOS . VPOS) pair.
2729
2730 * dispextern.h (move_it_in_display_line): Declare.
2731
927abf37
JB
27322008-06-05 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
2735 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
2736 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
2737
9d14503e
JB
27382008-06-04 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * window.c (Fset_window_parameter): Doc fix.
2741 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2742
e6841c3b
JB
27432008-06-04 Joakim Verona <joakim@verona.se>
2744
2745 * window.h (struct window): Add new member window_parameters.
2746
2747 * window.c (Fwindow_parameters, Fwindow_parameter)
2748 (Fset_window_parameter): New defuns.
2749 (syms_of_window): Defsubr the new defuns.
2750 (make_window): Initialize window_parameters to nil.
2751
4ba50634
JPW
27522008-06-04 John Paul Wallington <jpw@pobox.com>
2753
2754 * eval.c (Fdefmacro): Doc fix.
2755
c0e16b14
KH
27562008-06-04 Kenichi Handa <handa@m17n.org>
2757
2758 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 2759 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
2760 (detect_coding_system): Fix handling of coding->head_ascii.
2761
0615d903
AS
27622008-06-03 Andreas Schwab <schwab@suse.de>
2763
2764 * font.c (font_prop_validate_spacing): Fix last change.
2765
8a1816bb
KH
27662008-06-03 Kenichi Handa <handa@m17n.org>
2767
eea9c5c4
KH
2768 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
2769 (font_parse_fcname): Fix handling of unknown key.
2770
2771 * xfont.c (xfont_list): Try an alias.
2772
8a1816bb
KH
2773 * charset.c (char_charset): Return NULL if the arg charset_list is
2774 specified and C doesn't belong to any of them.
2775
2f593f4c 27762008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
2777
2778 * font.c (font_pixel_size): Don't take cdr of an integer.
2779
c2cd06e6
JM
27802008-06-02 Jim Meyering <meyering@redhat.com>
2781
70fdbb46
JM
2782 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2783 * alloc.c (xfree): Return right away for a NULL arg.
2784 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
2785 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
2786 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
2787 (create_apple_event_from_drag_ref, cfstring_create_normalized):
2788 Likewise.
70fdbb46
JM
2789 * doprnt.c (doprnt1): Likewise.
2790 * frame.c (frame): Likewise.
2791 * keyboard.c (wipe_kboard): Likewise.
1f204af3 2792 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
2793 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
2794 * term.c (tty_default_color_capabilities, maybe_fatal)
2795 (delete_tty): Likewise.
2796 * w16select.c (string): Likewise.
2797 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
2798 * w32bdf.c (w32_free_bdf_font): Likewise.
2799 * w32fns.c (w32_unload_font): Likewise.
2800 * w32font.c (w32font_close): Likewise.
2801 * window.c (size_window): Likewise.
2802 * xselect.c (receive_incremental_selection): Likewise.
2803 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
2804 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
2805 * w32.c (stat): Likewise.
2806
2f593f4c 2807 Remove useless if-before-free tests.
70fdbb46
JM
2808 * editfns.c (Fset_time_zone_rule): Likewise.
2809 * lread.c (nosuffix): Likewise.
2810 * ralloc.c (get_bloc): Likewise.
2811 * regex.c (reg_free): Likewise.
2812 * xftfont.c (xftfont_open, xftfont_close): Likewise.
2813 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
2814 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 2815
4fc1984a
KH
28162008-06-02 Kenichi Handa <handa@m17n.org>
2817
1d1e1245
KH
2818 * font.c (font_find_for_lface): Handle float font size.
2819 (font_open_for_lface): Likewise.
2820
4fc1984a
KH
2821 * xfaces.c (x_supports_face_attributes_p): Check face->font before
2822 comparing the properties.
2823
aee986fd
JR
28242008-06-01 Jason Rumney <jasonr@gnu.org>
2825
e6841c3b
JB
2826 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
2827 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
2828 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
2829 Don't add empty script list.
2830 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 2831
60a3d7ee
DN
28322008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2833
aee986fd 2834 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
2835 ".." has been used elsewhere in the file for a long time.
2836 (LIBXT_STATIC): Remove conditional based on unused variable.
2837
f2cec7a9
MB
28382008-06-01 Miles Bader <miles@gnu.org>
2839
2840 * xfaces.c (Vface_remapping_alist): New variable.
2841 (syms_of_xfaces): Initialize it.
2842 (enum named_merge_point_kind): New type.
2843 (struct named_merge_point): Add `named_merge_point_kind' field.
2844 (push_named_merge_point): Make cycle detection respect different
2845 named-merge-point kinds.
c876b227 2846 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
2847 Remove face-name alias resolution.
2848 (lface_from_face_name): New definition using
2849 `lface_from_face_name_no_resolve'.
c876b227 2850 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
2851 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
2852 (get_lface_attributes): New definition that layers face-remapping on
2853 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
2854 (lookup_basic_face): New function.
2855 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
2856 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
2857 `get_lface_attributes'.
2858 (face_at_buffer_position): Use `lookup_basic_face' to lookup
2859 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
2860 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
2861
2862 * xdisp.c (init_iterator): Pass base_face_id through
2863 `lookup_basic_face' when we actually use it as a face-id.
2864 (handle_single_display_prop): Use `lookup_basic_face' to lookup
2865 DEFAULT_FACE_ID.
2866
2867 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
2868 lookup the initial face-id.
2869
2870 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
2871
518c0b83
JB
28722008-06-01 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
2875 (Fremove_text_properties): Fix typos in docstrings.
2876
719b3d63
KH
28772008-05-31 Kenichi Handa <handa@m17n.org>
2878
e4c93315
KH
2879 * font.c (font_list_entities): Fix the car part of data to be
2880 stored in the cache.
2881
719b3d63
KH
2882 * ftfont.c (ftfont_font_format): Don't use strcasestr.
2883
d0827857
SM
28842008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
2887 Add a `test' argument so another predicate than `equal' can be used.
2888 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
2889 (map_char_table): Remove unused vars `c' and `i'.
2890 * lisp.h (Foptimize_char_table): Adjust declaration.
2891 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2892
a266686a
KH
28932008-05-30 Kenichi Handa <handa@m17n.org>
2894
d0827857 2895 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
2896 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
2897 defined.
2898
fd9440c5
SM
28992008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
2902 (Fmake_variable_frame_local): Disallow mixing buffer-local and
2903 frame-local settings for the same variable.
2904
fd2ae9b2
KH
29052008-05-30 Kenichi Handa <handa@m17n.org>
2906
9e0e0d77 2907 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
2908 (syms_of_fontset): Delete defsubr of Sfont_info.
2909
2910 * font.c (font_style_to_value, font_score): Delete casting of the
2911 args to xstcasecmp.
2912 (register_font_driver): Increment num_font_drivers only when
2913 registering the driver globally.
9e0e0d77 2914 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
2915 (syms_of_font): Defsubr Sfont_info.
2916
eaf11618
KH
29172008-05-29 Kenichi Handa <handa@m17n.org>
2918
2919 * coding.h (enum define_coding_utf8_arg_index): New enum.
2920 (enum coding_attr_index): Change coding_attr_utf_16_bom to
2921 coding_attr_utf_bom.
fd9440c5
SM
2922 (enum utf_bom_type): Rename from utf_16_bom_type.
2923 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
2924 (struct coding_system): Add utf_8_bom in `spec' union.
2925
2926 * coding.c (CODING_UTF_8_BOM): New macro.
2927 (enum coding_category): Delete coding_category_utf_8, add
2928 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
2929 coding_category_utf_8_sig.
2930 (CATEGORY_MASK_UTF_8): Delete it.
2931 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
2932 (CATEGORY_MASK_UTF_8_SIG): New macros.
2933 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
2934 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
2935 CATEGORY_MASK_UTF_8_SIG.
2936 (CATEGORY_MASK_UTF_8): New macro.
2937 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
2938 (detect_coding_utf_8): Check BOM.
2939 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 2940 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
2941 (encode_coding_utf_16): Likewise.
2942 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
2943 (detect_coding, detect_coding_system): Handle utf-8-auto.
2944 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
2945 (syms_of_coding): Fix setting up of Vcoding_category_table.
2946
891bd142
SM
29472008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * process.c (Faccept_process_output): If `millisec' is non-nil,
2950 `seconds' default to 0.
2951 (wait_reading_process_output): Also return non-nil if we read output
2952 from a non-running process.
2953
1519d52e
JR
29542008-05-29 Jason Rumney <jasonr@gnu.org>
2955
fd9440c5
SM
2956 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
2957 `raster' specified.
2958 (add_font_entity_to_list): Allow non-opentype truetype fonts back
2959 in the uniscribe backend, but disallow any font that has no
2960 unicode subrange support.
1519d52e 2961
d5ab09cd
JB
29622008-05-29 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
2965 Fix typos in docstrings.
2966
a4eec626
KH
29672008-05-29 Kenichi Handa <handa@m17n.org>
2968
2969 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 2970 (Fx_family_fonts): Set frame correctly.
a4eec626 2971
a6e0b7e5
JR
29722008-05-28 Jason Rumney <jasonr@gnu.org>
2973
d5ab09cd 2974 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 2975
6b3d752c
SM
29762008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
2979 calling build_annotations.
2980
c3f9fba8
JB
29812008-05-28 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * coding.c (Fdecode_coding_region, Fencode_coding_region)
2984 (Fencode_coding_string):
2985 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
2986 <latin-extra-code-table>: Fix typos in docstrings.
2987 (syms_of_coding) <coding-system-alist>: Doc fix.
2988 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
2989
00c670e1
KH
29902008-05-28 Kenichi Handa <handa@m17n.org>
2991
b75d7f28
KH
2992 * fontset.c (Ffont_info): Don't call font_close_object.
2993
2994 * font.c (font_parse_family_registry): Use Ffont_put to validate
2995 foundry and family.
2996 (font_delete_unmatched): Don't check spacing.
2997 (font_list_entities): Add spacing to the spec to list fonts.
2998
2999 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 3000 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 3001
00c670e1
KH
3002 * coding.c (encode_coding_raw_text): Fix previous change.
3003 (encode_coding_object): When the dst_object is a buffer and is
3004 different from src_object, move gap to PT.
3005
45feca91
CY
30062008-05-27 Chong Yidong <cyd@stupidchicken.com>
3007
c3f9fba8 3008 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 3009
5dd5d9eb
SM
30102008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3011
01d45367
SM
3012 * coding.c (encode_coding_raw_text): Set coding->produced_char for
3013 all branches. Compute it differently.
3014
5dd5d9eb
SM
3015 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
3016
9c623c85
JB
30172008-05-27 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
3020 into "else if () ... else ...".
3021
943f2093
JR
30222008-05-27 Jason Rumney <jasonr@gnu.org>
3023
5dd5d9eb
SM
3024 * w32font.c (w32font_open_internal): Determine if glyph indices
3025 are likely to work here.
943f2093 3026
7385fe74
CY
30272008-05-27 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
3030 draw overlap glyphs with appropriate highlighting.
3031
4f64a164
KH
30322008-05-27 Kenichi Handa <handa@m17n.org>
3033
3034 * xfont.c (xfont_open): Fix calculation of font->average_width.
3035
1fb5aad7
SM
30362008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * casefiddle.c (casify_object): Try to guess better whether the
3039 argument is a byte or a char.
3040
f8eb1603
AS
30412008-05-26 Andreas Schwab <schwab@suse.de>
3042
1fb5aad7
SM
3043 * xselect.c (x_reply_selection_request): Properly handle format == 32.
3044 Always send multiples of format size.
5a9c35e5 3045
f8eb1603
AS
3046 * xterm.c (x_set_frame_alpha): Fix type mismatch.
3047
ba93d684
JR
30482008-05-26 Jason Rumney <jasonr@gnu.org>
3049
1fb5aad7
SM
3050 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
3051 (compute_metrics): Don't set failure if we just cleared the cache.
3052 (w32_weight_table): Remove unused variable.
3053 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
3054 backwards compatibility.
ba93d684 3055
505ecc49
KH
30562008-05-25 Kenichi Handa <handa@m17n.org>
3057
1fb5aad7
SM
3058 * w32term.c (x_draw_glyph_string):
3059 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
3060
3061 * xfaces.c: Delete unused function prototypes.
3062 (xstrlwr, font_frame): Delete them.
3063 (clear_face_cache): Delete unused variable.
3064
1fb5aad7
SM
3065 * xftfont.c (xftfont_open): Delete unused variable.
3066 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
3067
3068 * ftxfont.c (ftxfont_open): Delete unused variable.
3069
3070 * fontset.c (face_for_char): Optimize for the case of no charset
3071 property.
3072
3073 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
3074 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
3075 (otf_open, font_otf_capability, generate_otf_features)
3076 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 3077 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
3078 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
3079 (syms_of_font): Codes for accessing above commented out.
3080
f481eb31
EZ
30812008-05-24 Eli Zaretskii <eliz@gnu.org>
3082
3083 * w32proc.c: Include dispextern.h.
3084
3085 * w32.c: Include dispextern.h.
3086
20746fe4
JB
30872008-05-23 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
3090 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
3091 Fix typos in docstrings.
3092
e7150846
JR
30932008-05-23 Jason Rumney <jasonr@gnu.org>
3094
20746fe4 3095 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 3096
dbf46ba6
KH
30972008-05-23 Kenichi Handa <handa@m17n.org>
3098
6c652beb
KH
3099 * charset.c (Qemacs, charset_emacs): New variables.
3100 (char_charset): Fix for non-Unicode characters.
3101 (syms_of_charset): Define charset_emacs.
3102
baf4d3b3 3103 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
3104 s->underline_thickness and s->underline_position. Be sure to draw
3105 underline within the current line area.
baf4d3b3
KH
3106
3107 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 3108 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 3109 underline within the current line area.
baf4d3b3 3110
dbf46ba6
KH
3111 * fontset.c: Delete unused variables and add casting for char *
3112 throughout the file.
3113 (fontset_font): Try the fallback fonts of the current fontset
3114 before consulting the default fontset.
3115
3116 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
3117
9e0e0d77 3118 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 3119
3b780338
JR
31202008-05-22 Jason Rumney <jasonr@gnu.org>
3121
20746fe4 3122 * font.c: Don't include strings.h.
577eba22 3123
9e0e0d77 3124 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 3125
20746fe4
JB
3126 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
3127 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
3128 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
3129 to call xstrcasecmp.
05131107 3130
b1722a46 3131 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 3132
b1722a46 3133 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 3134
b1722a46 3135 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 3136
b1722a46 3137 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 3138
a30e1957
KH
31392008-05-22 Kenichi Handa <handa@m17n.org>
3140
20746fe4 3141 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 3142
20746fe4 3143 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
3144 change of font_style_table.
3145
a30e1957
KH
3146 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
3147 two args.
3148
3149 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
3150 two args.
3151
631248e5
SM
31522008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * minibuf.c (keys_of_minibuf): Delete.
3155 * lisp.h (keys_of_minibuf): Delete.
3156 * emacs.c (main): Don't call keys_of_minibuf.
3157
318548be
KH
31582008-05-22 Kenichi Handa <handa@m17n.org>
3159
631248e5 3160 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
3161 ftfont_list_generic_family. Return a single family for each
3162 generic family.
3163 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
3164 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
3165 Call font_add_log.
318548be
KH
3166 (ftfont_match): Call font_add_log.
3167
3168 * font.h (Ffont_xlfd_name): EXFUN adjusted.
3169 (FONT_DEBUG): Define it.
3170 (font_add_log): Extern it.
631248e5 3171 (font_assert): Rename from xassert.
318548be
KH
3172
3173 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
3174 (xfont_list_family): Call font_add_log.
3175 (xfont_match): Likewise.
631248e5 3176 (memq_no_quit): Delete.
318548be
KH
3177
3178 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
3179 call of Ffont_xlfd_name.
3180
3181 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 3182 (swidth_table): Move to font.c.
318548be
KH
3183
3184 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 3185 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
3186 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
3187 New variables.
631248e5
SM
3188 (struct table_entry): Move from xfaces.c and modified.
3189 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 3190 contents adjusted for the change of struct table_entry.
20746fe4 3191 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 3192 format change of font_style_table.
318548be
KH
3193 (font_parse_family_registry): Don't overwrite existing foundry and
3194 family of font_spec.
3195 (font_score): Fix calculation of diff for sizes.
3196 (font_sort_entites): Call font_add_log.
3197 (font_delete_unmatched): Return a newly created list.
3198 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
3199 (font_matching_entity, font_open_entity, font_close_entity):
3200 Call font_add_log.
318548be 3201 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 3202 (Finternal_set_font_style_table): Delete.
318548be
KH
3203 (BUILD_STYLE_TABLE): New macro.
3204 (build_style_table): New function.
3205 (Vfont_log, font_log_env_checked): New variables.
3206 (font_add_log): New function.
3207 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
3208 Declare Lisp variables "font-weight-table", "font-slant-table",
3209 "font-width-table", and "font-log". Initialize font_style_table.
3210
6aac1c03
DN
32112008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
3212
bcc850aa 3213 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 3214
7950790f
GM
32152008-05-21 Seiji Zenitani <zenitani@mac.com>
3216 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 3217
7950790f 3218 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 3219 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 3220 (x_set_alpha): New function.
a2979e8e 3221
7950790f 3222 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 3223
7950790f
GM
3224 * xfns.c (x-create-frame, Qalpha):
3225 Initialize the frame parameter `alpha'.
b9fb2c45
GM
3226 * xterm.c (OPAQUE, OPACITY): New.
3227 (x_set_frame_alpha): New function.
3228 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 3229
7950790f
GM
3230 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
3231 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 3232
5c2a72d9
JR
32332008-05-20 Jason Rumney <jasonr@gnu.org>
3234
20746fe4
JB
3235 * w32font.c (add_font_entity_to_list): Don't add non-opentype
3236 truetype fonts to opentype list.
5c2a72d9 3237
eb152aa9
JB
32382008-05-20 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * fontset.c (Ffontset_info): Doc fix.
3241 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
3242 <ignore-relative-composition>: Fix typos in docstrings.
3243
3244 * font.c (syms-of-font) <font-encoding-alist>:
3245 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
3246 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
3247 (Ffont_otf_alternates): Doc fixes.
3248
ad00e1a3
KH
32492008-05-20 Kenichi Handa <handa@m17n.org>
3250
3251 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
3252 font.h through out the file.
9e0e0d77 3253 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 3254 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
3255 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
3256
3257 * emacs.c (main): Call syms_of_font unconditionally.
3258
3259 * font.h (find_font_encoding): Extern it.
3260
9e0e0d77 3261 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
3262 fontset.c.
3263 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
3264 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
3265 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
3266 only when HAVE_WINDOW_SYSTEM is defined.
3267 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
3268 when HAVE_WINDOW_SYSTEM is defined.
3269
9e0e0d77
SM
3270 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
3271 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
3272
3273 * xfaces.c: Include font.h unconditionally.
3274 (merge_face_ref, merge_face_vectors)
3275 (Finternal_set_lisp_face_attribute): Cancel the previous change.
3276
40a69fac
SM
32772008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
3280 indirect_variable.
3281 * eval.c (lisp_indirect_variable): New fun.
3282 (Fuser_variable_p): Use it.
3283
8c2dccbf
SM
32842008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3285
ad97b375
SM
3286 * lisp.h (indirect_variable):
3287 * data.c (indirect_variable, let_shadows_buffer_binding_p):
3288 Use Lisp_Symbol pointers rather than Lisp_Object.
3289 Adjust callers.
3290 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
3291 To this end, change calling-convention.
3292
8c2dccbf
SM
3293 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
3294 if some non-hidden buffers are selected by string&pred.
3295
ad97b375
SM
32962008-05-19 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * process.c (wait_reading_process_output): Always check status
3299 when in batch mode.
3300
25b81df4
KH
33012008-05-19 Kenichi Handa <handa@m17n.org>
3302
3303 * font.c (font_list_entities): Fix handling of cache.
3304 (font_matching_entity): Likewise.
3305
8c2dccbf 3306 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 3307 (ft_face_cache): New variable.
1f204af3 3308 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 3309 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
3310 (fc_charset_table): New variable.
3311 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
3312 . FC_CHARSET_IDX) as :font-entity property in the font entity.
3313 Callers changed.
dde8403f 3314 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
3315 (ftfont_spec_pattern): New argument fc_charset_idx.
3316 Check registry more rigidly. Change callers.
a2979e8e 3317 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
3318 change of :font-entity property of the font.
3319
a2979e8e 3320 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
3321 property of the font.
3322
d4a1d553
JB
33232008-05-18 Juanma Barranquero <lekktu@gmail.com>
3324
3325 * coding.c (Fcoding_system_p): Rename argument to match docstring.
3326 (Funencodable_char_position, Fcheck_coding_systems_region)
3327 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
3328 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
3329 (Ffind_operation_coding_system, Fset_coding_system_priority)
3330 (Fcoding_system_eol_type): Doc fixes.
3331
07cfc4e7
GM
33322008-05-17 Glenn Morris <rgm@gnu.org>
3333
3334 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
3335
1cab27d2
EZ
33362008-05-16 Eli Zaretskii <eliz@gnu.org>
3337
3338 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
3339 and st_gid.
3340
dde8403f 3341 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
3342 HAVE_WINDOW_SYSTEM is not defined.
3343
3344 * xfaces.c (merge_face_ref, merge_face_vectors)
3345 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
3346 HAVE_WINDOW_SYSTEM is defined.
3347 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
3348
86b89713
SM
33492008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
3352
6750bd93
YM
33532008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3354
62867b11 3355 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 3356
79f105c9
KH
33572008-05-15 Kenichi Handa <handa@m17n.org>
3358
3359 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
3360 preference.
3361
6b33da9f
GM
33622008-05-15 Glenn Morris <rgm@gnu.org>
3363
3364 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
3365
d0e4433b
CY
33662008-05-15 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * fns.c (init_fns): Don't initialize weak_hash_tables here.
3369 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
3370
3371 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
3372
5f2d79e0
KH
33732008-05-15 Kenichi Handa <handa@m17n.org>
3374
fd8a1cae
KH
3375 * ftfont.c (ftfont_list): Downcase family name to check generic
3376 families.
3377
3378 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
3379 font-spec for QCfont value.
3380
5f2d79e0
KH
3381 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
3382 buffer. Check the return value of it.
3383
e5e29349
JR
33842008-05-14 Jason Rumney <jasonr@gnu.org>
3385
3386 * w32term.c (w32_get_glyph_overhangs): Remove.
3387 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
3388
1f09f444
KH
33892008-05-14 Kenichi Handa <handa@m17n.org>
3390
3391 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
3392 (font_clear_cache): Check if the cached vector of entities is nil
3393 or not.
1f09f444 3394
ecae6af9 33952008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
3396
3397 * emacs.c (main_thread): Conditionalize on
3398 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3399 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
3400
3401 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
3402 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
3403 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3404
c6b278e7
KH
34052008-05-14 Kenichi Handa <handa@m17n.org>
3406
3407 * coding.c (detect_coding_iso_2022): Ignore a coding category that
3408 has no corresponding coding system.
3409
34102008-05-14 Jason Rumney <jasonr@gnu.org>
3411
3412 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
3413
3414 * w32font.h (w32font_open_internal): Update declaration.
3415
3416 * w32font.c (w32font_open_internal): Change last argument from
3417 w32font_info struct to font object. Fill in font object from
3418 font_entity. Get Outline metrics if possible. Use them to
3419 calculate underline position and thickness. Use xlfd name as name
3420 property. Don't set codepage.
3421 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 3422 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
3423 (w32font_draw): Use s->font.
3424 (clear_cached_metrics): Don't clear non-existent blocks.
3425
3426 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
3427 font was not found.
a879ee6f 3428 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
3429
3430 * w32uniscribe.c (uniscribe_open): Pass font_object to
3431 w32font_open_internal.
3432
34332008-05-14 Kenichi Handa <handa@m17n.org>
3434
3435 These changes are to delete all legacy font-handling codes, and
3436 make Emacs use only font-backends.
3437
3438 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
3439 (frame.o, image.o, print.o): Depend on $(FONTSRC).
3440
3441 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
3442
3443 * charset.h (Vcharset_non_preferred_head)
3444 (Vcurrent_iso639_language): Extern them.
3445
3446 * charset.c (Vcharset_non_preferred_head): New variable.
3447 (Vcurrent_iso639_language): New variable.
3448 (syms_of_charset): Declare it as a Lisp variable.
3449 (char_charset): Don't check non preferred charsets. As a last
3450 resort, return charset_unicode.
3451 (Fset_charset_priority): Update Vcharset_non_preferred_head.
3452
3453 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
3454 conditionals. Don't check enable_font_backend. Delete all codes
3455 used only when USE_FONT_BACKEND is not defined.
3456
3457 * dispextern.h (struct glyph_string): Change type of `font' to
3458 `struct font *'.
3459 (struct glyph_string): New member underline_position and
3460 underline_thickness.
3461 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
3462 (struct face): Change type of `font' to `struct font *'. Remove
3463 members `font_name', `font_info_id'.
3464 (per_char_metric, encode_char): Delete externs.
3465 (calc_pixel_width_or_height): Adjust the prototype.
3466
3467 * emacs.c (enable_font_backend): Delete extern.
3468 (main): Don't set enable_font_backend. Don't check the command
3469 line argument "-disable-font-backend".
3470
3471 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
3472 (enum font_property_index): New members FONT_DPI_INDEX,
3473 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
3474 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
3475 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
3476 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
3477 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
3478 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
3479 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
3480 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
3481 (struct font_spec, struct font_entity): New structs.
3482 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
3483 (struct font): Many members from old "struct font_info" moved to
3484 here. Members font and entity deleted.
3485 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
3486 the new font-related objects.
3487 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
3488 (CHECK_FONT_GET_OBJECT): Likewise.
3489 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
3490 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
3491 (struct font_driver): New members case_sensitive anc check. Type
3492 of the member list and open changed.
3493 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
3494 (font_symbolic_width, font_find_object, font_get_spec)
3495 (font_set_lface_from_name): Delete extern.
20746fe4 3496 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
3497
3498 * font.c: Include <strings.h>.
3499 (enable_font_backend): Delete it.
3500 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
3501 (CHECK_VALIDATE_FONT_SPEC): Delete it.
3502 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
3503 (null_string): Delete it.
3504 (null_vector): Make it static.
3505 (font_family_alist): Delete it.
3506 (Qnormal): Extern it.
3507 (QCextra, QClanguage): Delete it.
1f204af3 3508 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
3509 (font_make_spec, font_make_entity, font_make_object)
3510 (font_intern_prop): Renamed from intern_downcase. Don't downcase
3511 the string. Callers changed.
3512 (font_pixel_size): Adjusted for the format change of font-related
3513 objects.
3514 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
3515 (font_style_to_value, font_style_symbolic): New function.
3516 (build_font_family_alist): Delete it.
3517 (font_registry_charsets): Use Fassoc_string instead of
3518 assq_no_quit.
3519 (font_prop_validate_symbol): Don't return null_string.
3520 (font_prop_validate_style): Adjusted for the change of
3521 style-related values in a font vector.
20746fe4 3522 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
3523 QCantialias, add entries for QCavgwidth.
3524 (get_font_prop_index): Delete the 2nd argument FROM.
3525 (font_prop_validate): Arguments changed.
3526 (font_put_extra): Adjusted for the change of font-related objects.
3527 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
3528 (font_parse_fcname, font_unparse_fcname)
3529 (font_prepare_composition): Likewise.
3530 (font_parse_family_registry): Renamed from font_merge_old_spec.
3531 (otf_open): Delete the 1st arg entity.
3532 (font_otf_capability): Adjusted for the above change.
3533 (font_score): New arg alternate_families. Adjusted for the change
3534 of font-related objects.
3535 (font_sort_entites): New arg best_only.
3536 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
3537 Delete them.
3538 (font_match_p): Check alternate families.
3539 (font_find_object): Delete it.
3540 (font_check_object): New function.
c3f9fba8 3541 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
3542 (font_delete_unmatched): New arg.
3543 (font_list_entities): Call font_driver->list with a spec that
3544 doesn't specify style-related properties.
3545 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 3546 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
3547 (font_close_object, font_has_char, font_encode_char)
3548 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
3549 (font_spec_from_name, font_clear_prop, font_update_lface):
3550 New functions.
3551 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
3552 (font_prepare_for_face, font_done_for_face, font_open_by_name)
3553 (font_at): Adjusted for the change of font-related objects.
3554 (font_range): New function.
3555 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 3556 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
3557 (Fcopy_font_spec, Fmerge_font_spec): New function.
3558 (Ffont_family_list): Renamed from list-families.
3559 (Finternal_set_font_style_table): Arguments changed.
3560 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
3561 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
3562 change of font-related objects.
c3f9fba8 3563 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 3564
3554e566 3565 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
3566 struct font.
3567 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
3568 (enum FONT_SPEC_INDEX): Delete it.
3569 (font_info, list_fonts_func, load_font_func, query_font_func)
3570 (set_frame_fontset_func, find_ccl_program_func)
3571 (get_font_repertory_func, new_fontset_from_font_name): Delete
3572 externs.
3573 (fontset_from_font_name): Extern it.
3574 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
3575 (FONT_INFO_FROM_FACE): Deleted.
3576 (face_for_font): Adjust prototype.
3577
3578 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
3579 conditionals. Don't check enable_font_backend. Delete all codes
3580 used only when USE_FONT_BACKEND is not defined.
3581 (get_font_info_func, list_font_func, load_font_func)
3582 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
3583 (get_font_repertory_func): Delete them.
3584 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
3585 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
3586 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
3587 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
3588 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
3589 (fontset_compare_rfontdef): New function.
3590 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
3591 ront-defs by qsort. Adjusted for the change of font-group vector.
3592 (load_font_get_repertory): Deleted.
3593 (fontset_find_font): Use new macros to ref/set elements of
3594 font-def and rfont-def.
3595 (fontset_font): Fix the timing of remembering that no font for C.
3596 (free_face_fontset): Do nothing if the face has no fontset.
3597 (face_suitable_for_char_p): Use new macros to ref/set elements of
3598 rfont-def.
3599 (face_for_char): Likewise. Call face_for_char with font_object.
3600 (fs_load_font): Delete. Delete #pragma surrounding it.
3601 (fs_query_fontset): Use strcasecmp instead of strcmp.
3602 (generate_ascii_font_name): Adjusted for the format change of
3603 font-spec.
3604 (Fset_fontset_font): Likewise. Use new macros to set elements of
3605 font-def.
3606 (Fnew_fontset): Use font_unparse_xlfd to generate
3607 FONTSET_ASCII (fontset).
3608 (new_fontset_from_font_name): Deleted.
3609 (fontset_from_font): Renamed from new_fontset_from_font. Check if
3610 a fontset is already created for the font. FIx updating of
3611 Vfontset_alias_alist.
3612 (fontset_ascii_font): Deleted.
3613 (Ffont_info): Adjusted for the format change of font-spec.
3614 (Finternal_char_font): Likewise.
3615 (Ffontset_info): Likewise.
3616 (syms_of_fontset): Don't check load_font_func.
3617
3618 * fns.c (internal_equal): Handle PREV_FONT.
3619
3620 * frame.h: Delete USE_FONT_BACKEND conditional.
3621
3622 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
3623 conditionals. Don't check enable_font_backend. Delete all codes
3624 used only when USE_FONT_BACKEND is not defined.
3625 (x_set_font): Call x_new_font, not x_new_fontset2.
3626 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
3627 already set for the frame.
3628
3629 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
3630 a font-entity by font_make_entity. Use font_intern_prop instead
3631 of intern_downcase. Use FONT_SET_STYLE to set a style-related
3632 font property. If a font is scalable, set avgwidth property to 0.
3633 Set font-entity property by font_put_extra.
3634 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
3635 (ffont_driver): Adjusted for the change of struct font_driver.
3636 (ftfont_spec_pattern): New function.
3637 (ftfont_list): Return a list, not vector.
3638 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
3639 (ftfont_list_family): Don't downcase names.
3640 (ftfont_free_entity): Deleted.
3641 (ftfont_open): Return a font-ojbect. Adjusted for the change of
3642 struct font. Get underline_thickness and underline_position from
3643 font property. Don't update dpyinfo->smallest_font_height and
3644 dpyinfo->smallest_char_width.
3645 (ftfont_close): Don't free `struct font'.
3646 (ftfont_has_char): Adjusted for the format change of font-entity.
3647 (ftfont_encode_char, ftfont_text_extents): Likewise.
3648
3649 * ftxfont.c (ftxfont_list): Return a list, not vector.
3650 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
3651 struct font. Get underline_thickness and underline_position from
3652 font property. Don't update dpyinfo->smallest_font_height and
3653 dpyinfo->smallest_char_width.
3654 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
3655 (ftxfont_draw): Adjusted for the change of struct font.
3656
3657 * image.c (image_ascent): Don't include "charset.h". Include
3658 "character.h" and "font.h".
3659
3660 * lisp.h (enum pvec_type): New member PREV_FONT.
3661 (Fassoc_string): EXFUN it.
3662
3663 * print.c: Include font.h.
3664 (print_object): Handle font-related objects.
3665
3666 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
3667 conditionals. Don't check enable_font_backend. Delete all codes
3668 used only when USE_FONT_BACKEND is not defined.
3669 (handle_auto_composed_prop): Do nothing if it->f is not on a
3670 window system. Check how many following characters can be
3671 displayed by the same font.
3672 (calc_pixel_width_or_height): Type of the 4th arg is changed to
3673 'struct font *'.
3674 (get_char_face_and_encoding): Assign the whole encoding task to
3675 the `encode-char' method of a font driver.
3676 (fill_composite_glyph_string): Adjusted for the change of `struct
3677 face' and `struct glyph_string'.
3678 (fill_glyph_string): Likewise.
3679 (get_per_char_metric): Arguments changed.
3680 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
3681 and `struct glyph_string'.
3682 (produce_stretch_glyph, calc_line_height_property)
3683 (x_produce_glyphs): Likewise.
3684
3685 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
3686 conditionals. Don't check enable_font_backend. Delete all codes
3687 used only when USE_FONT_BACKEND is not defined. Use
3688 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
3689 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
3690 (Qp): Extern them.
3691 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
3692 Deleted.
3693 (struct font_name): Deleted.
3694 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
3695 (compare_fonts_by_sort_order): New function.
3696 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
3697 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
3698 Deleted.
3699 (Fx_family_fonts): Use font_list_entities, and sort fonts by
3700 compare_fonts_by_sort_order.
3701 (Fx_font_family_list): Call Ffont_family_list.
3702 (face_numeric_value, face_numeric_weight, face_numeric_slant)
3703 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
3704 (face_symbolic_slant, face_symbolic_swidth)
3705 (split_font_name_into_vector, build_font_name_from_vector)
3706 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
3707 (font_rescale_ratio, split_font_name, build_font_name)
3708 (free_font_names, sort_fonts, x_face_list_fonts)
3709 (face_font_available_p, sorted_font_list, cmp_font_names)
3710 (font_list_1, concat_font_list, font_list, remove_duplicates):
3711 Deleted.
3712 (Fx_list_fonts): Use Ffont_list.
3713 (LFACE_AVGWIDTH): Deleted.
3714 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
3715 by FONTP.
3716 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
3717 (set_lface_from_font_name): Delete it.
3718 (set_lface_from_font): Renamed from
3719 set_lface_from_font_and_fontset. Caller changed. Don't set
3720 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
3721 for face.
c3f9fba8
JB
3722 (merge_face_vectors): Copy font-spec if necessary.
3723 Clear properties of the font-spec if necessary.
c6b278e7
KH
3724 (merge_face_ref): Clear properties of the font-spec if necessary.
3725 (Finternal_set_lisp_face_attribute): Likewise.
3726 (set_font_frame_param): Use font_load_for_lface to load a
3727 font-object, and call Fmodify_frame_parameters with it.
3728 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
3729 font name by Ffont_xlfd_name.
3730 (Finternal_lisp_face_attribute_values): Don't check QCweight,
3731 QCslant, and QCwidth.
3732 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
3733 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
3734 Compare fonts by EQ.
3735 (lookup_non_ascii_face): Deleted.
3736 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
3737 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
3738 Check atomic font properties by case insensitive.
c6b278e7
KH
3739 (realize_non_ascii_face): Set face->overstrike correctly.
3740 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
3741 (dump_realized_face): Get font name from
3742 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
3743
3744 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
3745 conditionals. Don't check enable_font_backend. Delete all codes
3746 used only when USE_FONT_BACKEND is not defined.
3747 (xic_create_xfontset): Original code deleted and renamed from
3748 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
3749 (x_make_gc): Don't set GCFont in GCs.
3750 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
3751 opened by "fixed".
3752 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
3753 find_ccl_program_func, query_font_func, set_frame_fontset_func,
3754 get_font_repertory_func.
3755
3756 * xfont.c: Include <stdlib.h> and "ccl.h".
3757 (struct xfont_info): New structure.
3758 (xfont_query_font): Deleted.
3759 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
3760 moved from xterm.c.
3761 (xfont_driver): Adjusted for the change of struct font_driver.
3762 (compare_font_names): New function.
3763 (xfont_list_pattern): Sort font names case insensitively. Make
3764 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
3765 (xfont_list): Return a list, not vector.
3766 (xfont_match): If the font doesn't have QCname property, generate
3767 a name from the other font properties.
3768 (xfont_open): Return a font-ojbect. Adjusted for the change of
3769 struct font. Get underline_thickness and underline_position from
3770 font property. Don't update dpyinfo->smallest_font_height and
3771 dpyinfo->smallest_char_width.
3772 (xfont_close): Don't free struct font.
3773 (xfont_prepare_face): Adjusted for the change of struct font.
3774 (xfont_done_face): Deleted.
3775 (xfont_has_char): Adjusted for the change of struct font.
3776 (xfont_encode_char, xfont_draw): Likewise.
3777 (xfont_check): New function.
3778
3779 * xftfont.c (xftfont_list): Adjusted for the change of `list'
3780 callback function.
3781 (xftfont_match): Adjusted for the fontmat change of font-entity.
3782 (xftfont_open): Adjusted for the format change of font-entity and
3783 font-object. Adjusted for the change of struct font. Return a
3784 font-object. Don't update dpyinfo->smallest_font_height and
3785 dpyinfo->smallest_char_width.
3786 (xftfont_close): Block input while calling XftFontClose.
3787 (xftfont_prepare_face): Don't block input while calling
3788 xftfont_get_colors. Adjusted for the change of struct font.
3789 (xftfont_shape): Return value of error case fixed.
3790
3791 * xrdb.c (x_load_resources): Don't setup a fontset resource.
3792
3793 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
3794 conditionals.
3795 (FONT_WIDTH): Return (f)->max_width.
3796 (struct x_display_info): Delete member `font'.
3797 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
3798 (x_find_ccl_program, x_get_font_repertory): Delete externs.
3799 (struct x_output): Change type of `font' to `struct font *'.
3800
3801 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
3802 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 3803 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
3804 (x_per_char_metric, x_encode_char): Deleted.
3805 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
3806 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 3807 `struct face'.
c6b278e7
KH
3808 (x_draw_glyph_string_foreground)
3809 (x_draw_composite_glyph_string_foreground): Likewise.
3810 (x_draw_glyph_string): Likewise. Use font->underline_position and
3811 font->underline_thickness.
3812 (x_new_font): Renamed from x_new_fontset2.
3813 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
3814 (x_check_font): Call `check' method of a font driver.
3815 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
3816 (x_query_font, x_get_font_repertory): Deleted.
3817 (x_find_ccl_program): Renamed and moved to xfont.c.
3818 (x_redisplay_interface): Adjusted for the change of `struct
3819 redisplay_interface'.
3820
3821 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
3822 conditionals. Don't check enable_font_backend. Delete all codes
3823 used only when USE_FONT_BACKEND is not defined. Surround non-used
3824 code by "#ifdef OLD_FONT" and "endif".
3825 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
3826
3827 * w32font.h (struct w32font_info): New member.
3828 (FONT_COMPAT): New macro.
3829 (w32font_open_internal): Prototype adjusted.
3830
3831 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
3832 OLD_FONT" and "endif".
3833
3834 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
3835 conditionals. Don't check enable_font_backend. Delete all codes
3836 used only when USE_FONT_BACKEND is not defined.
3837 (w32font_open): Return a font-object. Make a font-object by
3838 font_make_object. Adjusted for the change of struct w32font_info.
3839 (w32font_close): Don't free struct font. Adjusted for the change
3840 of struct w32font_info.
3841 (w32font_encode_char, w32font_text_extents, w32font_draw):
3842 Adjusted for the change of struct w32font_info.
3843 (w32font_draw): Likewise.
3844 (w32font_list_internal): Return a list, not vector.
3845 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 3846 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
3847 (add_font_name_to_list): Don't downcase names.
3848 (w32_enumfont_pattern_entity): Make a font-entity by
3849 font_make_entity. Adjusted for the format change of font-entity.
3850 Use FONT_SET_STYLE to set a style-related font property. If a
3851 font is scalable, set avgwidth property to 0. Set font-entity
3852 property by font_put_extra.
c3f9fba8 3853 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
3854 (w32_weight_table, w32_decode_weight): New variables.
3855 (w32_encode_weight): New function.
3856 (fill_in_logfont): Adjusted for the format change of font-spec.
3857 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
3858 weight value.
3859 (w32font_driver): Adjusted for the change of struct font_driver.
3860
3861 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 3862 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
3863 code by "#ifdef OLD_FONT" and "endif".
3864 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
3865 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
3866
3867 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
3868 conditionals. Don't check enable_font_backend. Delete all codes
3869 used only when USE_FONT_BACKEND is not defined. Surround non-used
3870 code by "#ifdef OLD_FONT" and "endif".
3871
3872 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
3873 (uniscribe_open): Return value changed to font-object.
3874 Adjusted for the format change of font-object.
3875 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
3876 (add_opentype_font_name_to_list): Don't downcase names.
3877 (uniscribe_font_driver): Adjusted for the change of struct
3878 font_driver.
3879
f9d4c199
CY
38802008-05-13 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * dispnew.c (update_frame_1): Check if tty output is still valid
3883 before flushing it.
3884
44f249c0
JD
38852008-05-13 Jan Djärv <jan.h.d@swipnet.se>
3886
3887 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
3888 to Gtk+ menus.
3889
01bb4018
SM
38902008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3271a8f5
SM
3892 * dired.c (file_name_completion): Tweak the code so as to always do it
3893 in a single pass. Tighten the scope of some variables.
3894
01bb4018
SM
3895 * dired.c (Qdefault_directory): New var.
3896 (file_name_completion): Use it instead of Fexpand_file_name.
3897 (syms_of_dired): Initialize it.
3898
728bb8e0
SM
38992008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * fileio.c (double_dollars): Remove dead code.
3902
ed4c17bb
EZ
39032008-05-10 Eli Zaretskii <eliz@gnu.org>
3904
6c5665e9
EZ
3905 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
3906 Mention w32-get-true-file-attributes in doc string.
3907
ed4c17bb
EZ
3908 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3909
71e1f69d
GM
39102008-05-09 Glenn Morris <rgm@gnu.org>
3911
3912 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
3913 2008-04-23.
3914
ee7a2e7a
EZ
39152008-05-09 Eli Zaretskii <eliz@gnu.org>
3916
8aaaec6b
EZ
3917 Support for reporting owner and group of each file on MS-Windows:
3918 * dired.c (stat_uname, stat_gname): New functions, with special
3919 implementation for w32.
3920 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
3921
ee7a2e7a
EZ
3922 * w32.c: Rename the_passwd_* to dflt_passwd_*.
3923 (dflt_group_name): New static variable.
728bb8e0 3924 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
3925 (init_user_info): Init dflt_group fields. Get user's group name
3926 from LookupAccountSid.
8aaaec6b
EZ
3927 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
3928 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
3929 New initialization states.
3930 (globals_of_w32): Initialize them to zero. Initialize the default
3931 group name to "None".
3932 (GetFileSecurity_Name): New global var, the name of the function
3933 to call for GetFileSecurity.
3934 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
3935 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
3936 (get_file_security, get_security_descriptor_owner)
3937 (get_security_descriptor_group, is_valid_sid)
3938 (get_file_security_desc, get_rid, get_name_and_id)
3939 (get_file_owner_and_group): New functions.
3940 (stat): Use get_file_security_desc and get_file_owner_and_group to
3941 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
3942 high 32 bits of file's size, now that st_size is 64-bit wide.
3943 Fix test when to get true file attributes.
8aaaec6b
EZ
3944 (init_user_info): Use get_rid instead of equivalent inline code.
3945 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 3946
b199c436
CY
39472008-05-09 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * image.c (png_load): Use correct bit-depth for setting background
3950 color.
3951
86914123
EZ
39522008-05-08 Eli Zaretskii <eliz@gnu.org>
3953
3954 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
3955 epa-hook.elc.
3956
67b5d7de
JB
39572008-05-08 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * font.c (Ffont_match_p): Don't use `iff' in docstring.
3960
1a111394
DN
39612008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3962
3963 * macfns.c (Fx_create_frame): Make a copy of frame parameters
3964 because the original parameters are in pure storage now.
3965 (mac_window): Remove unused params. Update callers.
3966
6d77fa95
SM
39672008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3968
7a3d90dc
SM
3969 * lread.c (substitute_object_recurse): Use lower-level primitives.
3970 Don't signal errors when traversing sub-char-tables.
3971 Don't loop over all the possible characters when traversing char-tables.
3972
6d77fa95
SM
3973 * print.c (print_preprocess): Add sub-char-tables to the print-table,
3974 just like we do in print.c.
3975
140eb764
SM
39762008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * minibuf.c (Ftry_completion): Remove code left over from when we used
3979 scmp instead of Fcompare_strings.
3980
e9184ccb
JB
39812008-05-04 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
3984
0e9378b3
YM
39852008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3986
3987 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
3988 Create bitmap context in native byte order.
3989
f67e15be
MB
3990 * macterm.c (XDrawLine)
3991 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
3992 context in native byte order.
064032d0 3993
f67e15be 39942008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
3995
3996 * config.in: Regenerate.
3997
3998 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
3999 New definitions for Image I/O support.
4000 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4001 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
4002 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4003 (mac_data_provider_release_data, image_load_image_io)
4004 [USE_MAC_IMAGE_IO]: New functions.
4005 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
4006 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
4007 (init_image_func_pointer) [MAC_OSX]: Remove function.
4008 (image_load_quartz2d) [MAC_OSX]: Check availability of
4009 CGImageCreateWithPNGDataProvider at compile time.
4010 Use lowercase `false' for boolean constant.
4011 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
4012 Use image_load_image_io.
4013 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
4014 Don't check MyCGImageCreateWithPNGDataProvider.
4015 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
4016 Don't call init_image_func_pointer.
4017
4018 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
4019
4020 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
4021 Make variable non-static.
4022 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4023 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4024
4025 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
4026 (RED_FROM_ULONG): Mask off higher bits.
4027 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
4028
4029 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
4030 Include AvailabilityMacros.h.
4031 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
4032 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
4033
c6bff69e
SM
40342008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * chartab.c (Fset_char_table_range): If range is t, really set all
4037 chars to that value.
4038
7412d429
EZ
40392008-05-03 Eli Zaretskii <eliz@gnu.org>
4040
4041 * dired.c (Ffile_attributes): Don't allow the device number become
4042 negative.
4043
f83bbfac
DU
40442008-05-02 Daiki Ueno <ueno@unixuser.org>
4045
5a81d3d7 4046 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 4047
2e3148e2
JL
40482008-05-02 Juri Linkov <juri@jurta.org>
4049
4050 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
4051 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
4052 DEFAULT argument as a list of default values in docstrings.
2e3148e2 4053
923fb88c
CY
40542008-05-01 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * puresize.h (BASE_PURESIZE): Increase to 1210000.
4057
047aaeb9
MR
40582008-05-01 Martin Rudalics <rudalics@gmx.at>
4059
4060 * dispnew.c (change_frame_size_1): Preserve small windows when
4061 shrinking frames by calling set_window_height|width with third
4062 arg 2.
4063
4064 * window.h (struct window): Replace field too_small_ok by field
4065 resize_proportionally.
4066
4067 * window.c (make_window): Initialize resize_proportionally.
4068 (enlarge_window): Temporarily set resize_proportionally to make
4069 sure that shrink_windows does scale the window proportionally.
4070 (shrink_windows): When window has resize_proportionally set try
4071 to shrink it proportionally by stealing from other windows.
4072 (struct saved_window, Fset_window_configuration)
4073 (compare_window_configurations): Handle resize_proportionally.
4074 (WINDOW_TOTAL_SIZE): New macro.
4075 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 4076 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
4077 window-min-height|width are handled by window_min_size_2 now.
4078 (size_window, Fsplit_window, enlarge_window)
4079 (adjust_window_trailing_edge, grow_mini_window): Don't call
4080 check_min_window_sizes.
c6bff69e
SM
4081 (window_min_size_2, window_min_size_1, window_min_size):
4082 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 4083 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
4084 (adjust_window_trailing_edge, grow_mini_window):
4085 Adjust arguments of window_min_size... functions.
047aaeb9
MR
4086 (shrink_windows): Argument min_size removed. New argument
4087 safe_p allows shrinking windows to their safe minimum sizes.
4088 Calculate minimum size and decide whether a window shall be
4089 deleted for each window individually.
4090 (size_window): When nodelete_p equals 2, tell shrink_windows to
4091 delete windows only if their new minimum size is no more safe.
4092 (shrink_window_lowest_first): Call window_min_size_1 to make
4093 sure to preserve modeline of bottom-most window when resizing
4094 the minibuffer.
4095 (Fset_window_configuration, Fcurrent_window_configuration)
4096 (compare_window_configurations): Do not handle
4097 window-min-height|width any more.
4098 (syms_of_window): Clarify window-min-height|width doc-strings.
4099
2a54a229
SM
41002008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * dired.c (file_name_completion): Fix up the encoding/decoding issue
4103 some more. Copy some of the code from Ftry_completions.
4104 Remove special case code that dates back to initial revision when the
4105 slash was only added when necessary and that can't trigger nowadays.
4106
384bc634
KH
41072008-04-27 Kenichi Handa <handa@m17n.org>
4108
4109 * font.c (font_prop_validate): Signal `error' instead of `font'.
4110
2c2279c6
JR
41112008-04-29 Jason Rumney <jasonr@gnu.org>
4112
4113 * w32fns.c (Fw32_battery_status): New defun.
4114 (syms_of_w32fns): Defsubr it.
4115
fb4a622a
AS
41162008-04-28 Andreas Schwab <schwab@suse.de>
4117
4118 * dired.c (file_name_completion): Fix another mixing of encoded
4119 and decoded names.
4120
23f250f4
JB
41212008-04-28 Juanma Barranquero <lekktu@gmail.com>
4122
4123 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
4124
d8d30dff
JB
41252008-04-27 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4128
ea6104a8
AS
41292008-04-27 Andreas Schwab <schwab@suse.de>
4130
9c691c00
AS
4131 * dired.c (file_name_completion): Fix inappropriate mixing of
4132 encoded and decoded names.
4133
ec1bf773
AS
4134 * xterm.c (XTread_socket): Fix use of uninitialized variable.
4135
ea6104a8
AS
4136 * puresize.h (BASE_PURESIZE): Increase to 1200000.
4137
01388a3d
EZ
41382008-04-26 Eli Zaretskii <eliz@gnu.org>
4139
4140 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
4141 2008-03-31, it's not needed anymore with `struct stat' definition
4142 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
4143 for the same reasons.
4144
175aea10 41452008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
4146
4147 * m/sparc.h: Additional redefinitions for GNU/Linux.
4148
1289aeb8
YM
41492008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4150
4151 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
4152 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
4153 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
4154 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
4155 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4156 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
4157 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4158 Likewise.
4159
4160 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 4161 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
4162 (mac_ax_number_of_characters): Add externs.
4163 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4164 [USE_MAC_TSM]: Likewise.
4165 (mac_handle_text_input_event) [MAC_OSX]:
4166 Handle kEventTextInputOffsetToPos for no active input area case.
4167 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4168 (mac_handle_document_access_event)
4169 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
4170 (install_application_handler) [MAC_OSX]: Register handlers for
4171 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4172 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4173 Register mac_handle_document_access_event.
4174
4175 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
4176 Make functions non-static.
4177
dbd50d4b
SM
41782008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
4181 (read_file_name_completion_ignore_case, insert_default_directory)
4182 (Qdefault_directory): Move to minibuffer.el.
4183 (Fread_file_name): Call the new `read-file-name' instead.
4184
9ea37b9d 41852008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
4186
4187 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
4188 Make function non-static.
4189 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
4190 Remove function.
4191 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4192 Move to mactoolbox.c.
4193 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
4194
4195 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
4196 (mac_rect_make): New macro.
4197
4198 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
4199 instead of float.
4200 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4201 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
4202 (XSetBackground) [USE_CG_DRAWING]: Likewise.
4203 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
4204 CGRectMake.
4205 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4206 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
4207 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
4208 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4209 instead of WindowRef in argument type.
4210 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
4211 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
4212 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
4213 instead of DISPLAY. All uses changed.
4214 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
4215 (x_calc_absolute_position): Simplify so as not to use
4216 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
4217
4218 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4219 instead of WindowRef in argument type.
4220 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
4221 [TARGET_API_MAC_CARBON]: Remove externs.
4222 (create_apple_event, mac_event_parameters_to_lisp)
4223 [TARGET_API_MAC_CARBON]: Add externs.
4224
d8d30dff 4225 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
4226 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
4227 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
4228 is clicked.
4229 (x_activate_menubar): Remove extern for saved_menu_event_location.
4230 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4231 Move from mac.c.
4232
9ea37b9d 42332008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
4234
4235 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
4236 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
4237
9ea37b9d 42382008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
4239
4240 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
4241 attributes only for local files.
4242
4243 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 4244 default to Qlocal.
bd735631 4245
88970542
JL
42462008-04-22 Juri Linkov <juri@jurta.org>
4247
4248 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
4249 read-buffer-to-switch instead of using the letter "B".
4250
92ec67e3
SM
42512008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * fileio.c (Qdefault_directory): New variable.
4254 (Fread_file_name): Use it to pass `dir' to the completion functions.
4255
a32b2382
CY
42562008-04-20 Chong Yidong <cyd@stupidchicken.com>
4257
2a2e8de7 4258 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 4259
6c8b4f07
SM
42602008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4261
ece5f847
SM
4262 * keyboard.c (Vpre_help_message): Remove.
4263 (show_help_echo): Remove default C code.
4264
6c8b4f07
SM
4265 * dired.c (directory_files_internal, file_name_completion):
4266 Only call ENCODE_FILE if the string is indeed decoded.
4267
73d798d5
SM
42682008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * Makefile.in (TOOLKIT_DEFINES): Remove.
4271 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
4272
d8d30dff 42732008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
4274
4275 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
4276 (mactoolbox.o): New target.
4277
4278 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
4279 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
4280
4281 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
4282 Use mac_set_frame_window_background instead of XSetWindowBackground.
4283 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
4284 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
4285 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
4286 instead of SetWindowTitleWithCFString.
4287 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
4288 Move function to mactoolbox.c.
4289 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
4290 Use mac_set_window_modified instead of SetWindowModified.
4291 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
4292 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
4293 (Fx_focus_frame): Use mac_front_non_floating_window instead of
4294 FrontNonFloatingWindow. Use mac_activate_window instead of
4295 ActivateWindow. Use mac_active_non_floating_window instead of
4296 ActiveNonFloatingWindow.
4297 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
4298 Use mac_show_hourglass and mac_hide_hourglass.
4299 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
4300 instead of GetGlobalMouse.
4301 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
4302 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
4303 Use mac_bring_window_to_front instead of BringToFront.
4304 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
4305 mactoolbox.c.
4306 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
4307 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
4308 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
4309 mactoolbox.c.
4310
4311 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
4312 (XtPointer): Move typedef from macmenu.c.
4313 (enum button_type): Move enum from macmenu.c.
4314 (widget_value): Move typedef from macmenu.c.
4315 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
4316 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4317 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4318 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4319 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4320 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4321 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4322 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
4323 (Selection): Move typedef from macselect.c.
4324 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
4325 macterm.c.
4326 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
4327 (mac_is_window_collapsed, mac_bring_window_to_front)
4328 (mac_send_window_behind, mac_hide_window, mac_show_window)
4329 (mac_collapse_window, mac_front_non_floating_window)
4330 (mac_active_non_floating_window, mac_activate_window)
4331 (mac_move_window_structure, mac_move_window, mac_size_window)
4332 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
4333
4334 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
4335 (enum mac_menu_kind): Move enum to mactoolbox.c.
4336 (min_menu_id): Move variable to mactoolbox.c.
4337 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
4338 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
4339 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
4340 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
4341 [TARGET_API_MAC_CARBON]: Likewise.
4342 (XtPointer): Move typedef to macgui.h.
4343 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
4344 (widget_value): Move typedef to macgui.h.
4345 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4346 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4347 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4348 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4349 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4350 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4351 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
4352 (popup_activated_flag): Make variable non-static.
4353 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
4354 (add_menu_item, fill_menu, dispose_menus):
4355 Move functions to mactoolbox.c.
4356 (restore_show_help_function, menu_target_item_handler)
4357 (install_menu_target_item_handler, mac_handle_dialog_event)
4358 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
4359 [TARGET_API_MAC_CARBON]: Likewise.
4360 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
4361 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4362 (find_and_call_menu_selection, name_is_separator): Make function
4363 non-static.
4364 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
4365 to mactoolbox.c.
4366 (set_frame_menubar): Don't call install_menu_quit_handler.
4367 (menu_item_selection): New variable.
4368 (mac_menu_show): Use create_and_show_popup_menu.
4369 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
4370 selection but set variable menu_item_selection. All uses changed.
4371 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
4372 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 4373
d02fe47d
MB
4374 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
4375 (Selection): Move typedef to macgui.h.
4376 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
4377 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
4378 Make variables non-static.
4379 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4380 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
4381 Make functions non-static.
4382 (Vmac_service_selection) [MAC_OSX]: Likewise.
4383 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
4384 (mac_valid_selection_target_p, mac_clear_selection)
4385 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4386 (mac_put_selection_value, mac_selection_has_target_p)
4387 (mac_get_selection_value, mac_get_selection_target_list)
4388 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
4389 Move functions to mactoolbox.c.
4390 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
4391 Likewise.
4392 (copy_scrap_flavor_data, mac_handle_service_event)
4393 (install_service_handler) [MAC_OSX]: Likewise.
4394 (syms_of_macselect) <Vmac_dnd_known_types>:
4395 Use mac_dnd_default_known_types.
463f55ee 4396
d02fe47d
MB
4397 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
4398 Move to mactoolbox.c.
4399 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
4400 (Fx_selection_owner_p): Add EXFUN.
4401 (install_window_handler, remove_window_handler, XSetWindowBackground):
4402 Remove externs.
4403 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
4404 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
4405 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
4406 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
4407 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
4408 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
4409 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
4410 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
4411 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
4412 (create_and_show_popup_menu, mac_get_selection_from_symbol)
4413 (mac_valid_selection_target_p, mac_clear_selection)
4414 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4415 (mac_put_selection_value, mac_selection_has_target_p)
4416 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
4417 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
4418 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
4419 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4420 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
4421 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4422 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
4423 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
4424 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 4425
d02fe47d 4426 * mactoolbox.c: New file.
af253914 4427
d8d30dff 44282008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 4429
d02fe47d 4430 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 4431
8ee085a4
SM
44322008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4433
73d798d5
SM
4434 * character.c (Fmultibyte_char_to_unibyte):
4435 Return latin1 chars unchanged.
5556875b 4436
8ee085a4
SM
4437 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
4438 relocated if it points to `name'.
4439
5dff5999
KH
44402008-04-17 Kenichi Handa <handa@m17n.org>
4441
4442 * data.c (Faset): Allow setting a multibyte character in an
4443 ASCII-only unibyte string.
4444
4445 * lisp.h (STRING_SET_MULTIBYTE): New macro.
4446
a51f4969
SM
44472008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
4450 done in config.h.
4451
add553ac
JB
44522008-04-16 Juanma Barranquero <lekktu@gmail.com>
4453
4454 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
4455 (Fchar_direction): Add usage in the docstring.
4456
8ad7b280
CY
44572008-04-15 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * keyboard.c (read_key_sequence): Remove always-true checks.
4460
e157d7ba
JR
44612008-04-14 Jason Rumney <jasonr@gnu.org>
4462
4463 * w32font.c (w32font_open_internal): Set max_bounds.descent in
4464 compatibility struct, for better underline positioning.
4465
9ec3aaef 44662008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
4467
4468 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
4469 string.
4470
36c08864
DN
44712008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4472
4473 * m/hp800.h (XUINT, XSET): Remove.
4474
f5acc071
JB
44752008-04-12 Juanma Barranquero <lekktu@gmail.com>
4476
4477 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
4478 previous change.
4479
5b5a2ea1
SM
44802008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
4483 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
4484
492d9fd6
SM
44852008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * keymap.h (map_keymap_canonical): Declare.
4488 * xmenu.c (single_keymap_panes): Use it.
4489
dd60787c
GM
44902008-04-11 Glenn Morris <rgm@gnu.org>
4491
4492 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
4493 set the target's value to that of the alias.
4494
c23b5410
SM
44952008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * term.c (set_tty_color_mode): Left over typo.
4498
e89b536d
MA
44992008-04-10 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 4502 only after check for file name handler functions. Signal, when
e89b536d
MA
4503 native functionality is not supported.
4504 (syms_of_fileio): Declare it unconditionally.
4505
40a339c8
JR
45062008-04-10 Jason Rumney <jasonr@gnu.org>
4507
31403b24
JR
4508 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
4509 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
4510
40a339c8
JR
4511 * w32.c (logon_network_drive): Also logon to remote drives that
4512 are mapped to drive letters.
4513
96a7394f
GM
45142008-04-10 Glenn Morris <rgm@gnu.org>
4515
4516 * xdisp.c (truncate-partial-width-windows): Doc fix.
4517
34b67b0f
SM
45182008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
4521 Move functions to minibuffer.el.
4522 (syms_of_fileio): Don't declare them.
4523
c025fb0a
SM
45242008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4525
ba5ff07b
SM
4526 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
4527 (syms_of_minibuf): Remove its initialization.
4528
c025fb0a
SM
4529 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
4530
7a6a86ad
JB
45312008-04-09 Juanma Barranquero <lekktu@gmail.com>
4532
4533 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
4534
cf907d69
JR
45352008-04-09 Jason Rumney <jasonr@gnu.org>
4536
3dc94c30
JR
4537 * makefile.w32-in (distclean): Delete makefile too.
4538 (maintainer-clean): New target.
4539
8d28646b
JR
4540 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
4541
cf907d69
JR
4542 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
4543 for new font backend and composite cases.
4544
ef5eb925
JD
45452008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4546
4547 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
4548 Most of the code moved to run_timers.
4549 (do_pending_atimers): Call run_timers.
4550 (run_timers): New function.
4551
cf907d69
JR
4552 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
4553 run atimers.
ef5eb925
JD
4554
4555 * process.c (wait_reading_process_output): The same as above.
4556
9b2cd403
SM
45572008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4558
32bae13c
SM
4559 * minibuf.c (last_exact_completion): Remove variable.
4560 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
4561 (complete_and_exit_1, complete_and_exit_2)
4562 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
4563 (Fdisplay_completion_list, display_completion_list_1)
4564 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
4565 (Fexit_minibuffer, Fminibuffer_message): Move functions to
4566 minibuffer.el.
32bae13c
SM
4567 (syms_of_minibuf): Remove corresponding initializations.
4568
5c4cc82a
SM
4569 * keyboard.c (Qdeactivate_mark): New var.
4570 (command_loop_1): Use it to call `deactivate-mark'.
4571 (syms_of_keyboard): Initialize it.
4572
9b2cd403
SM
4573 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
4574 to another frame.
4575 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
4576 Don't call set_tty_color_mode.
4577 (store_frame_param): Reset previous_frame rather than call
4578 set_tty_color_mode.
4579 * term.c (set_tty_color_mode): Rewrite.
4580 * dispextern.h (set_tty_color_mode): New type.
4581 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
4582
84cb7b45
SM
45832008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
4586 for generic chars, which do not exist any more in emacs-unicode.
4587
3ed051d4
MA
45882008-04-08 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * coding.c (detect_coding_emacs_mule)
4591 (Ffind_operation_coding_system): Fix typo.
4592
58c3ea42
JR
45932008-04-08 Jason Rumney <jasonr@gnu.org>
4594
3bf8d230
JR
4595 * w32uniscribe.c (SNAME): Extract only symbol name.
4596
56a70cca
JR
4597 * w32font.h (struct w32_metric_cache): New struct.
4598 (w32font_info): Use it.
4599 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
4600 (CACHE_BLOCKSIZE): New constants.
3ed051d4 4601
58c3ea42
JR
4602 * w32font.c (Qja, Qko, Qzh): New symbols.
4603 (syms_of_w32font): Initialise them.
4604 (font_matches_spec): Use them to filter by language.
4605 (recompute_cached_metrics): Remove function.
4606 (compute_metrics, clear_cached_metrics): New functions.
4607 (w32font_encode_char): Use them to manage metric cache.
4608 (w32font_text_extents): Cache metrics for all glyphs on demand.
4609 Delay converting glyph indices to WORD until needed.
4610 (w32font_open_internal): Initialize metric cache to empty.
4611 (registry_to_w32_charset): Charset should always be a symbol.
4612 (fill_in_logfont, list_all_matching_fonts): Family should
4613 always be a symbol.
4614
0ce24b2d
JR
46152008-04-06 Jason Rumney <jasonr@gnu.org>
4616
4617 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
4618 Give up if glyph indices not supported. Use uniscribe obtained
4619 ABC widths for individual metrics. Map glyph clusters back to
4620 characters using fClusterStart flag. Return number of glyphs
4621 produced, not chars processed.
b7655e0c 4622 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 4623
5bc6ddff 46242008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 4625
fbf57abb
JB
4626 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
4627 Use SetMenuItemHierarchicalMenu.
56613f06 4628
5bc6ddff 46292008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 4630
5bc6ddff
MB
4631 * image.c (pbm_load): Allow color values up to 65535.
4632 Throw an error if max_color_idx is outside the supported range.
4633 Report an error when image size is invalid.
4634 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 4635
5bc6ddff 46362008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 4637
5bc6ddff
MB
4638 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4639 cFileName a file name that includes `?' characters, use the 8+3
4640 alias in cAlternateFileName instead.
5ed6ba5b 4641
5bc6ddff 46422008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 4643
5bc6ddff
MB
4644 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
4645 append "CCL: Quitted" when the CCL program is quitted.
4646 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 4647
5bc6ddff 4648 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 4649
c36e15db
CY
46502008-04-05 Chong Yidong <cyd@stupidchicken.com>
4651
9605d567
CY
4652 * search.c (compile_pattern_1): Treat non-nil and non-string of
4653 search-spaces-regexp as nil.
4654
c36e15db
CY
4655 * minibuf.c (Fassoc_string): Tweak docstring.
4656
40beb147
EZ
46572008-04-05 Eli Zaretskii <eliz@gnu.org>
4658
4659 * dired.c (Ffile_attributes): Support inode numbers wider than 32
4660 bits. Remove ugly WINDOWSNT-specific kludge introduced on
4661 2008-03-14 to force inode be positive.
4662
4663 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
4664 _S_* ones, since we now use our own sys/stat.h.
4665 (stat, fstat): Don't mangle the inode number.
aa08d1ff 4666 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 4667
4591d6cb
SM
46682008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4669
d4417eb0
SM
4670 * frame.h (struct frame): Give one more bit to `visible' since we use
4671 values larger than 1 to indicate obscured frames on ttys.
4672
00f7c5ed
SM
4673 * keymap.c (Qkeymap_canonicalize): New var.
4674 (Fmap_keymap_internal): New fun.
4675 (describe_map): Use keymap-canonicalize.
4676
4591d6cb
SM
4677 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
4678 (Fundo_boundary): Set them.
4679 (syms_of_undo): Initialize them.
4680 (record_point): Use them instead of last_point_position*.
4681 (last_undo_buffer): Change type.
4682
3187540e
JR
46832008-04-04 Jason Rumney <jasonr@gnu.org>
4684
0ce24b2d
JR
4685 * w32font.c (w32font_text_extents): Use font's ascent and descent.
4686 (recompute_cached_metrics): Don't set ascent and descent per char.
4687
3187540e 4688 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 4689 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 4690 Rearrange loop for counting features.
3187540e 4691
f1a6b216
SM
46922008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
4695 buffer with byte-size of source buffer.
4696
1d8dcf63
CY
46972008-04-03 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * callint.c (Fcall_interactively): Handle temporary region even
4700 when shift-select-mode is off.
4701
6b8aa22a
JR
47022008-04-03 Jason Rumney <jasonr@gnu.org>
4703
4704 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
4705
2f3cbb32
KH
47062008-04-03 Kenichi Handa <handa@m17n.org>
4707
4708 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
4709 (CATEGORY_MASK_UTF_16): Likewise.
4710 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
4711 binary file.
4712 (detect_coding): Add null-byte detection for a binary file.
4713 (detect_coding_system): Likewise.
4714
43f4f91c
JR
47152008-04-03 Jason Rumney <jasonr@gnu.org>
4716
0c1b4ae2
JR
4717 * w32uniscribe.c: New file.
4718
4719 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
4720
4721 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
4722
4723 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
4724 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
4725 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
4726 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
4727 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
4728 (Qphonetic): New symbols.
4729 (syms_of_w32font): Initialize them.
4730 (font_supported_scripts): Use them.
4731 (w32font_list_family): List all charsets.
4732 (w32font_text_extents, recompute_cached_metrics): Fix metric
4733 calculations.
4734 (w32_enumfont_pattern_entity): Make full_type a DWORD.
4735 Give opentype fonts their own format.
4736 (font_matches_spec): New arguments backend and logfont.
4737 Handle :otf spec for uniscribe backend.
4738 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
4739 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 4740
0c1b4ae2
JR
4741 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
4742 font backend.
4743 (globals_of_w32fns): Initialize uniscribe font backend.
4744
fbf57abb 4745 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
4746 dependencies.
4747 (w32uniscribe.$(O)): New file to build.
4748 (FONT_OBJ): Include w32uniscribe.$(O).
4749 (LIBS): Add uniscribe libraries.
4750
43f4f91c
JR
4751 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
4752
75043a7d
CY
47532008-04-02 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * callint.c (Vshift_select_mode): New var.
4756 (Finteractive): Document new ^ spec.
4757 (Fcall_interactively): Call handle-shift-selection if the ^ spec
4758 is present.
4759
4760 * keyboard.c (Vthis_command_keys_shift_translated): New var.
4761 (command_loop_1): Avoid running the direct display versions of
4762 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
4763 (read_key_sequence): Set Vthis_command_keys_shift_translated if
4764 shift-translation takes place.
4765
4766 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
4767 avoid clobbering by define-minor-mode.
4768
4769 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
4770 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
4771
4772 * syntax.c (Fforward_word): Add ^ interactive spec.
4773
4774 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
4775 (Fscroll_right): Add ^ interactive spec.
4776
b2b7f29e
SM
47772008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4778
a432c0a6
SM
4779 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
4780
994b75e0
SM
4781 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
4782
b2b7f29e
SM
4783 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
4784
e99c7806
JL
47852008-03-31 Juri Linkov <juri@jurta.org>
4786
4787 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
4788
1c9c1270
JD
47892008-03-30 Jan Djärv <jan.h.d@swipnet.se>
4790
4791 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 4792 (xg_resize_outer_widget): Remove.
1c9c1270
JD
4793 (x_wm_size_hint_off): Fix indentation.
4794 (xg_frame_set_char_size): Call flush_and_sync after
4795 gtk_window_resize.
4796 (x_wm_set_size_hint): Pass NULL as geometry window to
4797 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
4798 Add menu bar and tool bar height to base height.
4799 (xg_update_frame_menubar, free_frame_menubar)
4800 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
4801 (update_frame_tool_bar, free_frame_tool_bar):
4802 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 4803
90b3fc84
MA
48042008-03-30 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
4807 (Fdbus_call_method): New parameter TIMEOUT.
4808 (dbus-send-signal): Optimize UNGCPRO call.
4809
7ae6d1d1
JL
48102008-03-29 Juri Linkov <juri@jurta.org>
4811
4812 * window.c (Fdisplay_buffer): Move call to
4813 Vsplit_window_preferred_function out of conditions that check
4814 if window is eligible for vertical splitting.
4815 When Vsplit_window_preferred_function is non-nil, call it and use
4816 its non-nil return value as window. Otherwise, continue doing
4817 vertical splitting using Fsplit_window with arg horflag=nil.
4818 (syms_of_window) <Vsplit_window_preferred_function>: Change the
4819 default value from `split-window' to nil.
4820
f03f8f2c
JL
48212008-03-29 Juri Linkov <juri@jurta.org>
4822
4823 * callint.c (Fcall_interactively): Revert 2008-03-16 change
4824 for interactive code letters 'b' and 'B'.
4825
6d557778
EZ
48262008-03-29 Eli Zaretskii <eliz@gnu.org>
4827
4828 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
4829 multibyte string.
4830
58555d81
SM
48312008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * keyboard.c (pending_funcalls): New var.
4834 (timer_check): Run it.
4835 (syms_of_keyboard): Initialize it.
4836 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
4837 (Vdelete_terminal_functions): New vars.
4838 (syms_of_terminal): Initialize them.
4839 (Fdelete_terminal): Run delete-terminal-functions.
4840 * xdisp.c (safe_eval): Rewrite.
4841 (safe_call2): New fun.
4842 * frame.c (Qdelete_frame_functions): New var.
4843 (syms_of_frame): Initialize it.
4844 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
4845 * lisp.h (safe_call2, pending_funcalls): Declare.
4846
4c92f429
AS
48472008-03-28 Andreas Schwab <schwab@suse.de>
4848
4849 * indent.c (Fmove_to_column): Move declaration before statements.
4850
a1567c45
SM
48512008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4852
2806a183
SM
4853 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
4854 (struct frame): Use bit fields for boolean vars.
4855
eef60308
SM
4856 * process.c (server_accept_connection): Simplify naming.
4857 (emacs_get_tty_pgrp): Use SDATA.
4858
a1567c45
SM
4859 * coding.c (decode_coding_object): Fix last change.
4860
30076589
JR
48612008-03-27 Jason Rumney <jasonr@gnu.org>
4862
4863 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
4864
880820fe
KH
48652008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4866
4867 * charset.c (Fdefine_charset_internal): Change the way of
4868 registering charsets in Vcharset_order_list.
4869 (syms_of_charset): Make the charset `eight-bit' supplementary.
4870
3cf8cdfb
CY
48712008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
4872
4873 * regex.c (EXTEND_BUFFER): Change order of pointer addition
4874 operations, to avoid having the difference between pointers
4875 overflow.
4876
ef6f5c0e
SM
48772008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4878
80e3db56
SM
4879 * indent.c (check_display_width): New fun.
4880 (scan_for_column): Use it.
4881
c397dc7a
SM
4882 * data.c (syms_of_data): Mark most-positive-fixnum and
4883 most-negative-fixnum as constants.
4884
bf6b4d58
SM
4885 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
4886
ef6f5c0e
SM
4887 * indent.c (scan_for_column): Extract from current_column_1.
4888 Merge with the same code from Fmove_to_column.
4889 (current_column_1, Fmove_to_column): Use it.
4890
72d5003d
SM
48912008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4892
12270607
SM
4893 * keymap.c (map_keymap_internal): New fun.
4894 (map_keymap): Use it.
4895 (Fmap_keymap_internal): New fun.
4896 (Fmap_keymap): Remove left-out test from before make_save_value.
4897
a10cca6c
SM
4898 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
4899
d7b10f4c
SM
4900 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
4901 Use XCAR/XCDR.
4902
5431bd6a
SM
4903 * process.h (struct Lisp_Process): Remove filter_multibyte.
4904 * process.c (QCfilter_multibyte): Remove.
4905 (setup_process_coding_systems): Don't use filter_multibyte.
4906 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
4907 (read_process_output): Don't adjust multibyteness to filter_multibyte.
4908 (Fset_process_filter_multibyte): Change the coding-system to
4909 approximate the previous behavior.
4910 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
4911 coding-system.
4912
72d5003d
SM
4913 * coding.c (decode_coding_object): When not decoding into a buffer,
4914 obey the coding system's preference of (uni|multi)byte.
4915
438eba3c
SM
49162008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
4919 every char is changed and has a different byte-length.
4920 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
4921 Fix int -> EMACS_INT.
4922
9ec3aaef 49232008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 4924
438eba3c 4925 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
4926 strings. Check for NULL `interface' or `member'.
4927
b07103dc
EZ
49282008-03-22 Eli Zaretskii <eliz@gnu.org>
4929
4930 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4931 cFileName a file name that includes `?' characters, use the 8+3
4932 alias in cAlternateFileName instead.
4933
5371d722
SM
49342008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
4937
6ba7f443
SM
49382008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
4941 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
4942 work on current_buffer only instead (that was already the case
4943 for some of the code anyway).
4944 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
4945 (temp_set_point, temp_set_point_both): Use EMACS_INT.
4946 (SET_PT, SET_PT_BOTH): Adjust.
4947 * intervals.h (set_point, temp_set_point, set_point_both)
4948 (temp_set_point_both): Remove redundant declarations.
4949
bf1c0f27
SM
49502008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * fileio.c (Finsert_file_contents):
4953 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
4954 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
4955 when buffer != current_buffer anyway.
4956
acab783e
AS
49572008-03-20 Andreas Schwab <schwab@suse.de>
4958
4959 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
4960 as default.
4961
d148e14d
JR
49622008-03-19 Jason Rumney <jasonr@gnu.org>
4963
4964 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
4965 (syms_of_w32fns): Initialize them.
4966 (HOURGLASS_ID): New constant.
4967 (x_window_to_frame): Don't check hourglass_window.
4968 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
4969 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
4970 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
4971 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
4972 Only change the cursor if hourglass is not active.
4973 (Fx_create_frame): Initialize frame's current_cursor.
4974 (hourglass_atimer): Remove.
4975 (hourglass_started): New function.
4976 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
4977 (show_hourglass): Adapt to w32, changing argument to frame.
4978
4979 * w32term.h (struct w32_output): Remove hourglass_window.
4980 Add current_cursor.
4981
4982 * eval.c (call_debugger, Fsignal):
4983 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
4984 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
4985 (Fexecute_extended_command, cancel_hourglass_unwind):
4986 * minibuf.c (read_minibuf):
4987 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 4988
a5c54077
JB
49892008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * window.c (run_funs): New fun.
4992 (run_window_configuration_change_hook): Use it to run the buffer-local
4993 and the global part of the hook.
4994
4995 * xdisp.c (format_mode_line_unwind_data): Add window argument.
4996 (unwind_format_mode_line): Restore selected window.
4997 (x_consider_frame_title, Fformat_mode_line): Set selected window.
4998
f9f3238f
SM
49992008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5000
253c3c82
SM
5001 * editfns.c (Fchar_equal): Check they are valid characters.
5002
f9f3238f
SM
5003 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
5004
065a118d
AS
50052008-03-17 Andreas Schwab <schwab@suse.de>
5006
0b8be006
AS
5007 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
5008 against a charset.
5009
065a118d
AS
5010 * lisp.h (Fbuffer_list): Declare.
5011
880820fe 50122008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
5013
5014 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
5015 handlebox_widget is != 0.
5016
6206d6c2
JL
50172008-03-16 Juri Linkov <juri@jurta.org>
5018
5019 * callint.c (Fcall_interactively): For interactive code letters
5020 'b' and 'B' put the buffer list into the list of default "future"
5021 values of the minibuffer.
5022
f5020181
AS
50232008-03-16 Andreas Schwab <schwab@suse.de>
5024
a864f6d6
AS
5025 * keyboard.c (read_key_sequence): Fix downcasing of letters with
5026 modifiers.
5027
f5020181
AS
5028 * regex.c (re_match_2_internal): Correct matching of a charset
5029 against latin-1 characters.
5030
03f244e2
KH
50312008-03-16 Kenichi Handa <handa@m17n.org>
5032
5033 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
5034 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
5035 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
5036 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
5037 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
5038 CHAR_STRING_ADVANCE.
5039 (produce_chars): Fix for the case that the source and the
5040 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
5041 instead of CHAR_STRING_ADVANCE.
5042 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
5043 STRING_CHAR_ADVANCE.
5044
0e2501ed
AS
50452008-03-15 Andreas Schwab <schwab@suse.de>
5046
5047 * regex.c (re_match_2_internal): Correct matching of eight bit
5048 characters in unibyte strings.
5049
7723e095
MR
50502008-03-15 Martin Rudalics <rudalics@gmx.at>
5051
5052 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
5053 at end of range when it coincides with the end of the buffer.
5054
f507f365
EZ
50552008-03-14 Eli Zaretskii <eliz@gnu.org>
5056
294f1153
EZ
5057 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
5058
f507f365
EZ
5059 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
5060
64f0809d
JR
50612008-03-14 Jason Rumney <jasonr@gnu.org>
5062
956ae531
JR
5063 * editfns.c (initial_tz): New variable.
5064 (syms_of_editfns): Initialize it.
5065 (Fset_time_zone_rule): Set it when first called.
5066 Use it when TZSTRING is nil.
5067
64f0809d
JR
5068 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
5069 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
5070 (monitor_from_point_fn, get_monitor_info_fn): New globals.
5071 (globals_of_w32fns): Initialize them.
5072 (compute_tip_xy): Use them to position tooltips.
5073
21a4ff8e
GM
50742008-03-14 Glenn Morris <rgm@gnu.org>
5075
5076 * emacs.c (main): Revert previous change.
5077 (standard_args): Revert -internal-script back to -scriptload,
5078 and remove the long-option form.
5079
a09a5b5b
GM
50802008-03-13 Glenn Morris <rgm@gnu.org>
5081
5082 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
5083 Remove option -enable-font-backend.
5084
1c55ebd1
SM
50852008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
5088
880820fe 50892008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
5090
5091 * xterm.c (x_connection_closed): For GTK: If this is the last
5092 terminal just exit without closing the display.
5093
7145be81
JR
50942008-03-11 Jason Rumney <jasonr@gnu.org>
5095
5096 * w32font.c (w32font_full_name): Use floor to round.
5097
e6201af3 50982008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
5099
5100 * sound.c (alsa_configure): Declare vol at beginning of block.
5101
e6201af3 5102 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 5103
390b81fa 51042008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 5105
56388398
MB
5106 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
5107 size of resulting string.
af0ad939 5108
390b81fa 51092008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 5110
56388398 5111 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 5112
390b81fa 51132008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 5114
56388398
MB
5115 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
5116 Don't pretend as if characters with display property haven't been
5117 consumed for string-replacing-string case.
acd37560 5118
223ed6db
KS
51192008-03-08 Kim F. Storm <storm@cua.dk>
5120
5121 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
5122 (get_next_display_element, next_element_from_string)
5123 (next_element_from_ellipsis, next_element_from_buffer): Use it.
5124
28545f7c
AS
51252008-03-08 Andreas Schwab <schwab@suse.de>
5126
5127 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
5128
c960bff8
JR
51292008-03-06 Jason Rumney <jasonr@gnu.org>
5130
290afd83
JB
5131 * w32font.c (w32_registry): Take font_type argument. Use ANSI
5132 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
5133 font_type is truetype.
5134 (w32font_coverage_ok): New function.
5135 (add_font_entity_to_list): Use it to filter unsuitable fonts.
5136
87b8ce92
KH
51372008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5138
5139 * lread.c (Fread_char): Resolve modifiers.
5140 (Fread_char_exclusive): Likewise.
5141
5142 * character.c (char_resolve_modifier_mask): New function.
5143 (char_string): Use char_resolve_modifier_mask.
5144 (Fchar_resolve_modifiers): New function.
5145 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
5146 function.
5147
cefd56f6
JR
51482008-03-04 Jason Rumney <jasonr@gnu.org>
5149
5150 * makefile.w32-in: Always include w32font.c in the build.
5151 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
5152
03bd3c1f
AS
51532008-03-04 Andreas Schwab <schwab@suse.de>
5154
5155 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
5156 (versionclean): Likewise.
5157
6f69e89b
JB
51582008-03-04 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * .cvsignore: Add oo.
5161
f4a3cc44
AS
51622008-03-03 Andreas Schwab <schwab@suse.de>
5163
5164 * coding.c (decode_coding_object): Inhibit gap shrinking while
5165 decoding in place.
5166
73f838ad
DN
51672008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5168
5169 * w32term.c: Remove unused include "gnu.h".
6f69e89b 5170 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
5171
5172 * gnu.h: Rename to ...
5173 * emacs-icon.h: ... this.
5174 * xterm.c: Use emacs-icon.h instead of gnu.h.
5175 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
5176
ce9c1f06
JB
51772008-03-03 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * w32font.c: Include math.h.
5180
34fd2d28
JR
51812008-03-03 Jason Rumney <jasonr@gnu.org>
5182
54efdcd1
JR
5183 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
5184 Compute options separately.
5185 (w32font_open_internal): Set glyph_idx before caching metrics.
5186
ce9c1f06
JB
5187 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
5188 Define if system headers don't.
5189 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
5190 (w32font_encode_char): Don't declare here.
5191
5192 * w32font.c (Quniscribe, QCformat): New symbols.
5193 (syms_of_w32font): Define them.
5194 (w32font_has_char): Indicate uncertainty.
ce9c1f06 5195 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 5196 (recompute_cached_metrics): New function.
ce9c1f06
JB
5197 (w32font_open_internal): Use it. Set font to use glyph points
5198 initially. Set format based on type of font.
34fd2d28 5199 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
5200 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
5201 on it. Set format based on information available here.
34fd2d28
JR
5202 (add_font_entity_to_list): Identify backend based on opentype_only.
5203
14daee73
AS
52042008-03-02 Andreas Schwab <schwab@suse.de>
5205
f907fb2e
AS
5206 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
5207
ce9c1f06
JB
5208 * coding.c (decode_coding_big5, produce_chars):
5209 Fix typos in last change.
14daee73 5210
c9cc6462
DN
52112008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
5212
5213 * gnu.h: New icon.
5214
119852e7
KH
52152008-03-02 Kenichi Handa <handa@m17n.org>
5216
5217 * coding.c (decode_coding_utf_8): When eol-type of CODING is
5218 `dos', don't decode '\r' if that is the last in the source.
5219 (decode_coding_utf_16, decode_coding_emacs_mule)
5220 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5221 (decode_coding_raw_text, decode_coding_charset): Likewise.
5222 (produce_chars): Don't decode EOL here. Use EMACS_INT.
5223
a823468b
JR
52242008-03-01 Jason Rumney <jasonr@gnu.org>
5225
5226 * w32font.c (w32font_full_name): Report point size for scalable fonts.
5227
4ddc7e30
KS
52282008-03-01 Kim F. Storm <storm@cua.dk>
5229
5230 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
5231
67997c79
JR
52322008-03-01 Jason Rumney <jasonr@gnu.org>
5233
5234 * w32font.c (w32font_full_name): New function.
5235 (w32font_open_internal): Use it.
5236
3f4e9c35
KS
52372008-03-01 Kim F. Storm <storm@cua.dk>
5238
5239 * dispnew.c (line_draw_cost): Fix invalid glyph check.
5240
f3b9e479
JR
52412008-03-01 Jason Rumney <jasonr@gnu.org>
5242
5243 * font.c (font_unparse_fcname): Increase len when style is a symbol.
5244
880820fe 52452008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
5246
5247 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
5248 xg_frame_resized when the event is for the edit widget.
5249
5250 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
5251
5252 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
5253 set_char_size.
5254 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
5255 operations on widgets here. Just set frame size if needed.
5256 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
5257 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
5258 (x_wm_set_size_hint): Set size hints on the edit widget only, not
5259 the whole frame.
5260 (xg_create_tool_bar): Move attachement of the tool bar to
5261 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
5262 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
5263
6c8acaa1
JR
52642008-03-01 Jason Rumney <jasonr@gnu.org>
5265
5266 * w32fns.c (w32_msg_pump): Disable debug code.
5267
51fb064b 52682008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 5269
51fb064b 5270 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 5271
60221a33
CY
52722008-02-29 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * xdisp.c (next_overlay_string): Don't set
5275 overlay_strings_at_end_processed_p if we're currently reading from
5276 a display string.
5277
10cbc34f
SM
52782008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * xdisp.c (get_overlay_strings_1): Fix typo.
5281
73c0054e
CY
52822008-02-29 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * xdisp.c (get_overlay_strings_1): Add missing argument type.
5285
ec1c4354
KH
52862008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5287
55082642
KH
5288 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
5289
ec1c4354
KH
5290 * xdisp.c (display_mode_element): Cancel the previous change.
5291 (decode_mode_spec): Likewise.
ee548a94
KH
5292 (handle_auto_composed_prop): Don't make composition if it->string
5293 is a string.
ec1c4354 5294
b6d898a2
KS
52952008-02-27 Kim F. Storm <storm@cua.dk>
5296
5297 * lisp.h (GLYPH): Change type from int to struct with separate char
5298 and face_id members.
5299 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
5300 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
5301 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
5302 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
5303 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
5304 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
5305 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
5306 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
5307 handle new Lisp glyph code encoding, either an integer or a cons.
5308
5309 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
5310 (GLYPH_ALIAS): Delete.
5311 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
5312 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
5313 (GLYPH_FROM_CHAR): Replace macro by ...
5314 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
5315
5316 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
5317 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
5318 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
5319 (GLYPH_INVALID_P): New macro.
5320 (spec_glyph_lookup_face): Update prototype.
5321
5322 * dispnew.c (line_draw_cost): Adapt to new glyph type.
5323 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
5324 new glyph code encoding.
5325 (spec_glyph_lookup_face): No return value; update passed glyph instead.
5326 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
5327
5328 * xdisp.c (get_next_display_element, next_element_from_display_vector):
5329 Adapt to new glyph type and new glyph code encoding.
5330
5331 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
5332
5333 * indent.c (current_column, current_column_1, Fmove_to_column)
5334 (compute_motion): Adapt to new glyph code encoding.
5335
5336 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
5337
af2080a2
CY
53382008-02-27 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * process.c (wait_reading_process_output): Check for window
5341 changes caused by timers.
880820fe 5342 Suggested by Johan Bockgård.
af2080a2 5343
253ed25e
GM
53442008-02-27 Glenn Morris <rgm@gnu.org>
5345
5346 * emacs.c (USAGE1): Add `--disable-font-backend'.
5347
18a9f8d9
SM
53482008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
5351 is made to the buffer.
5352
0f8b27ea
SM
53532008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
5356 (face_at_string_position):
5357 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5358 (face_at_string_position):
5359 * xdisp.c (display_string, next_overlay_change):
5360 * buffer.h (overlays_at):
5361 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
5362 Update callers.
5363
4e7c53ca
CY
53642008-02-26 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * editfns.c (Fformat): Doc fix.
5367
51c01100
JB
53682008-02-26 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
5371 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
5372 (Ffont_otf_alternates, Fquery_font): Doc fixes.
5373
13cda5f9
SM
53742008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * buffer.c (Fbuffer_swap_text): New function.
5377 (syms_of_buffer): Defsubr it.
5378
8018d430
CY
53792008-02-25 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
5382
9bde1a21
JR
53832008-02-25 Jason Rumney <jasonr@gnu.org>
5384
5385 * w32font.c (w32font_draw): Draw one character at a time when padding.
5386
eeca6f6f
SM
53872008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
5390 Handle a nil arg. Use run_window_configuration_change_hook.
5391 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
5392 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
5393 Use run_window_configuration_change_hook.
5394
ec1c4354
KH
53952008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5396
5397 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
5398 1-pixel width.
5399
ae185452
KH
54002008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5401
5402 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
5403 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
5404 if the glyph in the font is zero pixel with.
5405
5406 * dispextern.h (struct glyph_string): New member padding_p.
5407
5408 * w32font.c (w32font_draw): Pay attention to s->padding_p.
5409
5410 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
5411
5412 * xfont.c (xfont_draw): Pay attention to s->padding_p.
5413
5414 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
5415
eeca6f6f 5416 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 5417
ffe832ea 54182008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 5419
ffe832ea 5420 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 5421
06045130
SM
54222008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 Allow fine-grained image-cache flushing.
5425 * dispextern.h (struct image): Add `dependencies' field.
5426 (clear_image_caches): Change arg to Lisp_Object.
5427 * image.c (make_image): Initialize `dependencies' field.
5428 (clear_image_cache): Change arg to allow fine-grained flushing.
5429 Perform the flush even if image-cache-eviction-delay is nil.
5430 (clear_image_caches): Change arg to Lisp_Object.
5431 (Fclear_image_cache): Expand meaning of the argument.
5432 (mark_image): Mark `dependencies' field.
5433 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
5434 (lface_hash): Use XHASH rather than XFASTINT.
5435 (face_at_buffer_position): Fix int -> EMACS_INT position.
5436 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
5437 (select_frame_for_redisplay): Remove code duplication.
5438 (redisplay_internal): Adapt arg to call to clear_image_caches.
5439
9d2818d6
DN
54402008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5441
5442 * s/vms4-0.h:
5443 * s/vms4-2.h:
5444 * s/vms4-4.h:
5445 * s/vms5-5.h: Remove, unused.
5446
5447 * s/irix5-2.h:
5448 * s/irix6-0.h:
5449 * s/riscos5.h:
5450 * s/mach-bsd4-3.h:
2a2e8de7 5451 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
5452
5453 * Makefile.in:
5454 * filelock.c:
5455 * unexmips.c:
5456 * m/hp9000s300.h:
5457 * m/iris4d.h:
5458 * s/aix3-1.h:
5459 * s/hpux.h:
5460 * s/msdos.h:
5461 * s/usg5-0.h:
5462 * s/usg5-2-2.h:
5463 * s/usg5-2.h:
5464 * s/usg5-3.h: Remove references to obsolete variables.
5465
5466 * s/irix5-0.h: Remove, move all the contents ...
5467 * s/irix6-5.h: ... here. Simplify.
5468 * config.in: Regenerate.
5469
2a36efcf
JR
54702008-02-24 Jason Rumney <jasonr@gnu.org>
5471
c5ad7a3d 5472 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
5473 manually when cleartype is in use.
5474 (x_draw_glyph_string_foreground): Draw text transparently when
5475 cleartype is in use.
5476
2a36efcf
JR
5477 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
5478 a font into it unless we have to.
5479
b03f96dc 54802008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 5481
b03f96dc
MB
5482 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
5483 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 5484
b03f96dc 54852008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 5486
b03f96dc 5487 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 5488
b03f96dc 54892008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 5490
b03f96dc 5491 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 5492
b03f96dc 54932008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 5494
b03f96dc 5495 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 5496
d5958163
CY
54972008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
5498
5499 * xterm.c (x_set_offset): Don't change the gravity if
5500 CHANGE_GRAVITY is -1.
5501
9997701e
CY
55022008-02-23 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * fileio.c (auto_save_error_occurred): New var.
5505 (auto_save_error): Set it.
5506 (Fdo_auto_save): Don't overwrite the error message if an auto-save
5507 error occurred.
5508
9d95a291
EZ
55092008-02-23 Eli Zaretskii <eliz@gnu.org>
5510
5511 * w32.c (globals_of_w32): Add initializations for
5512 g_b_init_get_sid_sub_authority and
5513 g_b_init_get_sid_sub_authority_count.
5514
43d1af23
SM
55152008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5516
43a1d19b
SM
5517 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
5518 (font_parse_xlfd): Use them for sanity check.
608c3307 5519 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 5520
354884c4
SM
5521 Consolidate the image_cache to the terminal struct.
5522 * termhooks.h (P_): Remove redundant def.
5523 (struct terminal): New field `image_cache'.
5524 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
5525 of FRAME_X_IMAGE_CACHE.
5526 * xterm.h (struct x_display_info): Remove image_cache field.
5527 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5528 * w32term.h (struct w32_display_info): Remove image_cache field.
5529 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5530 * macterm.h (struct mac_display_info): Remove image_cache field.
5531 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5532 * xterm.c (x_term_init):
5533 * w32term.c (w32_term_init):
5534 * macterm.c (mac_term_init): Set the image_cache in the terminal.
5535 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
5536 Remove declarations.
5537 (clear_image_caches, mark_image_cache): New declarations.
5538 * xfaces.c (clear_face_cache):
5539 * xdisp.c (redisplay_internal): Use clear_image_caches.
5540 * image.c (clear_image_cache): Don't check that a frame is on
5541 a window-system before checking if it shares the same cache.
5542 (clear_image_caches): New function.
5543 (Fclear_image_cache): Use it.
5544 (mark_image): Move from allo.c.
5545 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
5546 * alloc.c (mark_image, mark_image_cache): Move to image.c.
5547 (mark_object): Don't call mark_image_cache for frames.
5548 (mark_terminals): Call mark_image_cache.
5549
c2e42690
SM
5550 * lisp.h (Fdelete_terminal): Declare.
5551
43d1af23
SM
5552 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
5553 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
5554 wrong_type_argument.
5555
cc8d1311
KH
55562008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5557
5558 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 5559 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 5560
6bd92640
SM
55612008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * xterm.c (x_connection_closed): Consolidate identical tests.
5564 (x_delete_terminal): Don't crash if called via x_connection_closed.
5565
a73b5627
KH
55662008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5567
5568 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 5569 (display_mode_element): Adjust for the above change.
a73b5627 5570
1b511542
SM
55712008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * callint.c (Fcall_interactively): Use AREF.
5574
81aefea4
SM
55752008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
5578
880820fe 55792008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
5580
5581 * xfns.c (Fx_show_tip): Set string to " " if empty.
5582
a2b84f35
DN
55832008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5584
5585 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
5586 with Qt.
5587
43c0454d
KH
55882008-02-17 Kenichi Handa <handa@m17n.org>
5589
5590 * ftfont.c (ftfont_shape): Return Lispy number.
5591
5592 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
5593 for GCs.
5594 (Finternal_set_font_selection_order): Call font_update_sort_order
5595 only when enable_font_backend is set.
5596 (realize_x_face): Set face->font_info to that of default face only
5597 when enable_font_backend is set.
5598
5599 * xdisp.c (handle_composition_prop): Set it->c to the fist
5600 characte of the composed region.
5601 (fill_composite_glyph_string): Set base_face->font_info to
5602 s->font_info. Get a face for ascii from base_face->ascii_face.
5603 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
5604 with a face already decided.
5605 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
5606 non-negative.
978bef9a
JB
5607 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
5608 call font_prepare_composition unconditionally.
43c0454d 5609
978bef9a 5610 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
5611
5612 * xterm.h (struct x_display_info): New member font.
5613
5614 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
5615 (x_set_mouse_face_gc, x_new_font): Likewise.
5616 (x_term_init): Setup display_info->font.
5617 (x_delete_terminal): Free display_info->font.
5618
5619 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
5620
5621 * ftxfont.c (ftxfont_default_fid): Delete it.
5622 (ftxfont_open): Set xfont->fid to 0.
978bef9a 5623 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
5624 font-driver.
5625
5626 * xftfont.c (xftfont_default_fid): Delete it.
5627 (xftfont_open): Set xfont->fid to 0.
5628
5629 * fontset.c (FONTSET_OBJLIST): New macro.
5630 (fontset_find_font): Update font-object list of the fontset.
5631 (free_realized_fontset): New function.
5632 (free_face_fontset): Call free_realized_fontset.
5633 (Ffont_info): Call font_close_object only when enable_font_backend
5634 is set.
5635
5636 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
5637 [HAVE_NTGUI]: Include w32term.h.
5638 [MAC_OS]: Include macterm.ch.
5639 (font_otf_ValueRecord): Use make_number.
5640 (font_finish_cache): Fix handling of reference count.
5641 (font_clear_cache): Update num_fonts.
5642 (font_open_entity): Update smallest_char_width and
5643 smallest_font_height of the frame.
5644 (font_close_object): Update num_fonts.
5645 (Fclear_font_cache): Fix finding the target cache data.
5646
be617367
GM
56472008-02-16 Glenn Morris <rgm@gnu.org>
5648
5649 * fontset.c (Finternal_char_font): Fix compilation warning.
5650
2930d117
EZ
56512008-02-16 Eli Zaretskii <eliz@gnu.org>
5652
634d3003
EZ
5653 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
5654 instead of char arrays. Enlarge the size of array passed to
5655 get_token_information.
5656
2930d117
EZ
5657 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
5658 warnings.
5659
79214046
DN
56602008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5661
5662 * .gdbinit: Don't set `args', it breaks gdb --args.
5663
7f5d2c72
SM
56642008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
5667 within a narrowed buffer.
5668
6edacc43
KH
56692008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
5670
b270d6af
JB
5671 * coding.c (decode_coding_object, encode_coding_object):
5672 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 5673
174105f7
SM
56742008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5675
b270d6af
JB
5676 * coding.c (coding_set_destination): Use BEG_BYTE rather than
5677 hardcoding 1.
13818c30
SM
5678 (detect_coding_system):
5679 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
5680 (string_char_to_byte, string_byte_to_char, insert_from_gap):
5681 * insdel.c (insert_from_gap):
5682 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
5683 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
5684 (string_to_multibyte):
5685 * character.c (chars_in_text, multibyte_chars_in_text):
5686 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
5687
f1c99628
SM
5688 * character.h (FETCH_STRING_CHAR_ADVANCE)
5689 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
5690 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
5691 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
5692
7927d8e3
SM
5693 * casefiddle.c (casify_region): Only call after-change and composition
5694 functions on the part of the region that was changed.
5695
adf6a429 5696 * keyboard.c (read_avail_input):
174105f7
SM
5697 * frame.c (Fdelete_frame): Call Fdelete_terminal.
5698
3ee24aec
SM
56992008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5702 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
5703
4ed4b975
JB
57042008-02-11 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * w32menu.c (push_submenu_start, push_submenu_end)
5707 (push_left_right_boundary, push_menu_pane, push_menu_item):
5708 * keyboard.c (read_key_sequence): Don't pass args with side effects
5709 to AREF, it fails when compiling with -DENABLE_CHECKING.
5710
79e3bfb8
KH
57112008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
5712
4ed4b975
JB
5713 * Makefile.in (${lispsource}international/charprop.el):
5714 Delete this target.
6e76043f 5715
79e3bfb8
KH
5716 * search.c (boyer_moore): Fix incorrect synching of the trunk and
5717 emacs-unicode-2.
5718
5b8de9c5
SM
57192008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * terminal.c (Fdelete_terminal): Clean up the `force' path.
5722
eac1939a
SM
57232008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5724
c53956fe
SM
5725 * frame.c (Qnoelisp): New symbol.
5726 (syms_of_frame): Initialize it.
5727 (Fdelete_frame): Use it to distinguish a mere `force' passed from
5728 someharmles Elisp code, from a strong `force' from x_connection_closed.
5729 * frame.h (Qnoelisp): Declare.
5730 * xterm.c (x_connection_closed): Pass `noelisp'.
5731
eac1939a
SM
5732 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
5733 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5734 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
5735 rather than `int' for the type of `type'.
5736
13f6772b
DN
57372008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
5740
5741 * Makefile.in (GNUC): Remove support for gcc-1.x.
5742
e8455367
RS
57432008-02-10 Richard Stallman <rms@gnu.org>
5744
5745 * lisp.h (ASET): Use AREF, not ASLOT.
5746
4b75ffab
SM
57472008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * lisp.h (ASET): Check bounds.
5750
d224e8c2
GM
57512008-02-10 Glenn Morris <rgm@gnu.org>
5752
5753 * buffer.c (mode-name): Doc fix.
5754
4624371d
DN
57552008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5756
290afd83
JB
5757 * Makefile.in:
5758 * emacs.c:
5759 * gmalloc.c:
5760 * keyboard.c:
5761 * lisp.h:
5762 * m/ibm370aix.h:
5763 * process.c:
5764 * regex.c:
5765 * s/hpux.h:
5766 * sysdep.c:
5767 * sysselect.h:
5768 * systty.h:
5769 * unexec.c:
5770 * w32term.c:
5771 * xsmfns.c:
5772 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
5773
5774 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
5775
5776 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
5777 nothing else needs it anymore.
5778
274ec34b
EZ
57792008-02-09 Eli Zaretskii <eliz@gnu.org>
5780
5781 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
5782 instead of unibyte_char_to_multibyte.
5783
deeaffe1
DN
57842008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5785
5786 * s/gnu-linux.h: Remove commented out code.
5787
4ed4b975 5788 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
5789
5790 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 5791 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 5792 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
5793 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
5794 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
5795
68b587a6
SM
57962008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5797
9141ca5e
SM
5798 * keymap.c (Fkey_description): Move side effect outside of macro call.
5799
dfae5f9a 5800 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
5801 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
5802
ff7a2223
SM
5803 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
5804 (syms_of_fontset): Use ASET.
5805
68b587a6
SM
5806 * fns.c (concat): Move side effect outside of macro call.
5807 (hash_clear): Use ASET.
5808
a31787b1
RS
58092008-02-08 Richard Stallman <rms@gnu.org>
5810
5811 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
5812 If FORCE, and frame has a surrogate minibuffer for another frame,
5813 delete the other frame first.
5814
987be29b 58152008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
5816
5817 * xterm.c (x_detect_focus_change): Handle embed client message.
5818 (handle_one_xevent): Ditto.
5819 (handle_one_xevent): If embedded and we get a button press/release,
5820 request focus.
5821 (xembed_set_info, xembed_send_message): New functions.
5822 (x_make_frame_visible): Call xembed_set_info if embedded.
5823 (x_make_frame_invisible): Call xembed_set_info if embedded.
5824 (x_term_init): Initialize Xatom_XEMBED.
5825 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
5826 (x_iconify_frame): Ditto.
5827
5828 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
5829 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
5830 (enum xembed_modifier, enum xembed_accelerator): New.
5831 (xembed_set_info, xembed_send_message): Declare.
5832 (FRAME_X_EMBEDDED_P): New.
5833
5834 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
5835 gtk_plug_new.
5836
5837 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
5838 window ID of a frame.
5839 (x_window): Reparent frame if embedded.
5840 (Fx_create_frame): Don't set border width if embedded.
5841
1f204af3 5842 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
5843 (standard_args): Ditto.
5844
880820fe 58452008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
5846
5847 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
5848
92413ef3
JD
58492008-02-07 Jim Meyering <meyering@redhat.com>
5850
6f69e89b 5851 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
5852 The latter provokes a warning from gcc about the empty else, when
5853 followed by ";". Also, without that trailing semicolon, it would
5854 silently swallow up any following statement.
c3f9fba8 5855 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
5856 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
5857 * buffer.h (DECODE_POSITION): Likewise.
5858 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
5859 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
5860 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
5861 (FETCH_CHAR_ADVANCE): Likewise.
5862 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 5863
03fa5713
GM
58642008-02-07 Jim Meyering <meyering@redhat.com>
5865
5866 * lread.c [lint]: Don't include <sys/inode.h>.
5867
3ae565b3
SM
58682008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * xselect.c (x_handle_dnd_message):
5871 * xmenu.c (digest_single_submenu, xmenu_show):
5872 * xdisp.c (with_echo_area_buffer_unwind_data)
5873 (format_mode_line_unwind_data, unwind_format_mode_line)
5874 (display_menu_bar):
5875 * eval.c (Ffetch_bytecode):
5876 * doc.c (store_function_docstring):
5877 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
5878 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
5879 * buffer.c (add_overlay_mod_hooklist): Use ASET.
5880
146b6e55
KH
58812008-02-07 Kenichi Handa <handa@m17n.org>
5882
5883 * ftxfont.c (ftxfont_open): Don't set
5884 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
5885
5886 * ftfont.c (ftfont_open): Fix previous change.
5887
46a923ac
JR
58882008-02-06 Jason Rumney <jasonr@gnu.org>
5889
5890 * w32font.c (w32font_text_extents): Fill in lbearing metric.
5891 Use cached metrics for ASCII characters.
3ae565b3
SM
5892 (w32font_open_internal): Don't set font's owning_frame.
5893 Cache metrics for ASCII characters.
46a923ac
JR
5894
5895 * w32font.h (struct w32font_info): Add ascii_metrics.
5896 Remove owning_frame.
5897
da7d7c21
KH
58982008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
5899
5900 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
5901 to negative value.
5902
5903 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
5904
3ae565b3 5905 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
5906
5907 * charset.c (syms_of_charset): Set QCtest and Qeq.
5908
c62c8ddb
SM
59092008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5910
ca319910
SM
5911 * process.c (Fstart_process):
5912 * callproc.c (Fcall_process): Handle the case where
5913 Funhandled_file_name_directory returns nil.
5914
76860cbb
SM
5915 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
5916 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
5917 * font.c (check_gstring): Use them and AREF to access the vector before
5918 we know it's really a gstring.
5919 (Ffont_shape_text): Fix typo.
5920 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 5921
15139d67
SM
5922 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
5923 Declare.
5924
c62c8ddb
SM
5925 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
5926
04b65d2b
JR
59272008-02-05 Jason Rumney <jasonr@gnu.org>
5928
5929 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
5930 Set smallest_font_height and smallest_char_width in display info.
5931
fccaebfd
KH
59322008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5933
5934 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
5935
e7d7fd8c
MB
59362008-02-05 Miles Bader <miles@gnu.org>
5937
5938 * xfaces.c (get_lface_attributes, merge_named_face)
5939 (lookup_named_face, lookup_derived_face, realize_named_face):
5940 Revert 2008-02-01 change by cyd@stupidchicken.com.
5941
3d4448a8
KH
59422008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5943
5944 * fontset.c (Ffontset_info): Handle the case of inhibitting the
5945 fallback fonts.
15139d67 5946 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 5947
5ace1ec1
JR
59482008-02-04 Jason Rumney <jasonr@gnu.org>
5949
5950 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
5951 set full_name.
e3a77b22 5952 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 5953
ffe42183
JR
59542008-02-03 Jason Rumney <jasonr@gnu.org>
5955
5956 * makefile.w32-in (OBJ1): Include font.o here.
5957 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
5958
526dc3b3
JR
59592008-02-02 Jason Rumney <jasonr@gnu.org>
5960
a0fece35 5961 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 5962
af805c82
JR
59632008-02-01 Jason Rumney <jasonr@gnu.org>
5964
5965 * s/cygwin.h: Define VIRT_ADDR_VARIES.
5966
5967 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
5968
7f6519c5
AS
59692008-02-01 Andreas Schwab <schwab@suse.de>
5970
1f45f627 5971 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 5972 ../lisp/language/myanmar.el.
7f6519c5 5973
26f8aa27
CY
59742008-02-01 Chong Yidong <cyd@stupidchicken.com>
5975
1f45f627 5976 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
5977 (merge_named_face, lookup_named_face, lookup_derived_face)
5978 (realize_named_face): Call lface_from_face_name directly, and use
5979 the fact that merge_face_vectors does not alter its FROM argument.
5980
73acf815 59812008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5982
5983 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 5984 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 5985
73acf815 59862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5987
5988 * fontset.c (reorder_font_vector): Exclude nil elements from the
5989 font group. Don't try multiple fonts.
15139d67 5990 (fontset_font): Adjust for the above change.
aca7a3d2
MB
5991 (Finternal_char_font): Return nil if the found font doesn't
5992 contain the character ch.
5993
4c4475a8 5994 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 5995
73acf815 59962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5997
5998 * font.h (FONTP): Make it return 1 also for a font-object.
5999
6000 * .gdbinit (xfontset): New function.
6001
6002 * font.c (font_find_for_lface): Check if the character C is
6003 supported or not only for the first font.
6004
6005 * fontset.c (reorder_font_vector): Fix typo.
6006 (fontset_find_font): Don't add a font-spec specifying a script.
6007 Use 0 (not Qt) for the indication of empty font-group. Change the
6008 format of RFONT-DEF. Return Qt if no font in the font-group
6009 support the character.
15139d67 6010 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 6011 found the character, remember that.
15139d67 6012 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
6013 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
6014 no font for the target.
15139d67 6015 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 6016
73acf815 60172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6018
6019 * font.c (font_load_for_face): Handle the case that the font in
6020 face->lface is a string.
6021
73acf815 60222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6023
1f45f627 6024 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 6025
73acf815 60262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6027
6028 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
6029 Fix previous change. If the frame is not on a window system,
6030 signal an error.
6031
73acf815 60322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6033
4c4475a8
GM
6034 * coding.c (decode_coding_object, encode_coding_object): Adjust
6035 marker positions after conversion.
aca7a3d2
MB
6036
6037 * lisp.h (struct Lisp_Marker): New member need_adjustment.
6038
73acf815 60392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6040
6041 * font.c (font_find_for_lface): Fix the handling of the return
6042 value of font_has_char.
6043 (Ffont_shape_text): Fix previous change.
6044
6045 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
6046 (fontset_ref_and_range): Delete it.
6047 (fontset_find_font): Call char_table_ref_and_range instead of
6048 FONTSET_REF_AND_RANGE.
6049 (make_fontset): Don't setup font groups of Latin here.
6050 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
6051 (new_fontset_from_font): Make the specified font the default for
6052 all Latin characters.
6053
73acf815 60542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6055
6056 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
6057 is on a window system before accessing the fontset of the frame.
6058
73acf815 60592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6060
1f45f627 6061 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
6062
6063 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
6064 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
6065
6066 * font.c (Ffont_shape_text): If the font driver doesn't have a
6067 shaper function, make zero-width glyphs to have at least one-pixel
6068 width. Fix setting of `to' field of glyphs.
6069
73acf815 60702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6071
6072 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
6073 glyphs.
6074
1f45f627 6075 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 6076
73acf815 60772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6078
6079 * composite.c (syms_of_composite): Fix docstring of
6080 auto-composition-function.
6081
6082 * font.h (LGLYPH_SIZE): New macro.
6083
6084 * font.c (Ffont_fill_gstring): Stop filling when a character not
6085 supported by the font is found.
6086 (Ffont_shape_text): When a shape callback function returns nil,
6087 try at most two more times with larger gstring.
15139d67 6088 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
6089
6090 * xdisp.c (handle_auto_composed_prop): Change the argument to
6091 auto-composition-function.
6092
6093 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
6094 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
6095 Lispy glyph and store it in the lgstring.
6096
6097 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
6098
6099 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
6100
73acf815 61012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6102
6103 * font.c (Ffont_shape_text): Avoid unnecessary composition.
6104
6105 * fontset.c (Vfont_encoding_charset_alist): New variable.
6106 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
6107 (reorder_font_vector, fontset_find_font): Optimize for the case of
6108 no need of reordering.
aca7a3d2
MB
6109 (face_for_char): Map the charset property by
6110 Vfont_encoding_charset_alist.
6111
73acf815 61122008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6113
6114 * w32font.c (logfonts_match): Don't check adstyle here.
6115 (font_matches_spec): Check here against physical font instead.
6116 (add_font_entity_to_list): Avoid some substitutions.
6117
6118 * font.c (font_parse_fcname): Default weight and slant to normal.
6119 (font_score): Prefer normal fonts if weight or slant unspecified.
6120 (font_score) [WINDOWSNT]: Scale weight difference down to closer
6121 match freetype scores.
6122
73acf815 61232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6124
6125 * w32font.c (w32font_text_extents): Don't use the frame stored in the
6126 font, as it may have been deleted.
6127 (w32_enumfont_pattern_entity): Map generic family to adstyle using
6128 most common hyphenless variation.
6129 (logfonts_match): Check generic family.
6130 (font_matches_spec): Don't check generic family here.
6131 (fill_in_logfont): Set generic family based on adstyle.
6132
6133 * w32font.h (w32font_get_cache): Update declaration.
6134
73acf815 61352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6136
6137 * ftfont.c (ftfont_get_cache): Adjust the argument type.
6138
15139d67 6139 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 6140 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
6141 with the old drivers.
6142
6143 * w32font.c (w32font_get_cache): Adjust the argument type.
6144
6145 * xfont.c (xfont_get_cache): Adjust the argument type.
6146
6147 * font.h (struct font_driver): Change argument type of get_cache.
6148
6149 * xftfont.c (xftfont_start_for_frame): Delete prototype.
6150
6151 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 6152 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 6153 (font_clear_cache): New function.
4c4475a8 6154 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 6155 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
6156
6157 * fontset.c (fontset_find_font): Fix previous change.
6158
73acf815 61592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6160
6161 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
6162 dpyinfo->font_table.
6163 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 6164 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
6165
6166 * font.c (font_at): Handle the case that the arg C is negative.
6167 Handle the unibyte case.
6168 (Ffont_at): Call font_at with the arg C -1.
6169
6170 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
6171 the position here, and call font_at with the arg C -1.
6172 Don't check the range of the existing composition at the point.
aca7a3d2 6173
73acf815 61742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6175
15139d67 6176 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 6177 Change caller.
4c4475a8
GM
6178 (load_font_get_repertory, fontset_find_font): Assume that
6179 font_spec is always a font-spec object.
aca7a3d2
MB
6180 (Fset_fontset_font): Always store a font-spec object in a fontset.
6181
6182 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
6183 instead of get_property_and_range.
6184
73acf815 61852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6186
6187 * xftfont.c (struct xftfont_info): Delete the member ft_face.
6188 (xftfont_open): Don't keep locking face.
6189 (xftfont_close): Don't unlock face.
4c4475a8 6190 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
6191
6192 * fontset.c (fontset_find_font): Don't prefer a font of
6193 supplementary charset.
6194
73acf815 61952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6196
1f45f627
GM
6197 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
6198 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
6199 (OTF_TAG_STR): Terminate by '\0'.
6200 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
6201 listing to the script specified in that property. Fix arg to
6202 OTF_check_features.
6203
73acf815 62042008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6205
6206 * w32font.h: New file.
6207
6208 * w32font.c: Include it.
6209 (struct w32font_info): Add owning_frame field. Move to w32font.h.
6210 (w32font_open): Set owning_frame.
6211 (w32font_text_extents): Use owning_frame.
6212 (struct font_callback_data): Add opentype_only field.
6213 (add_font_entity_to_list): Use it to filter fonts.
6214 Don't check against full name.
6215 (w32font_list_internal): New function.
6216 (w32font_list): Use it.
6217 (w32font_match_internal): New function.
6218 (w32font_match): Use it.
6219 (w32font_open_internal): New function.
6220 (w32font_open): Use it.
6221 (w32font_get_cache, w32font_close, w32font_has_char)
6222 (w32font_encode_char, w32font_text_extents, w32font_draw):
6223 Make non-static.
6224
6225 * makefile.w32-in (w32font.o): Depend on w32font.h.
6226
73acf815 62272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6228
6229 * charset.c (Fdefine_charset_internal): Record a supplementary
6230 charset at the tail of Vcharset_order_list.
6231
6232 * font.c (Ffont_shape_text): Fix the return value.
6233
6234 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
6235
6236 * xdisp.c (handle_auto_composed_prop): Fix previous change.
6237
73acf815 62382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6239
6240 * ftfont.c (struct OpenTypeSpec): New struct.
6241 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
6242 (ftfont_get_open_type_spec): New function.
6243 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
6244
15139d67 6245 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 6246
73acf815 62472008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6248
6249 * w32font.c (add_font_entity_to_list): Compare only the beginning
6250 of full name.
6251
73acf815 62522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6253
15139d67
SM
6254 * xdisp.c (handle_auto_composed_prop): Simplify the code.
6255 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 6256
73acf815 62572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6258
6259 * font.c (font_gstring_produce): Delete it.
6260
15139d67
SM
6261 * composite.h (COMPOSITION_METHOD):
6262 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 6263
73acf815 62642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6265
15139d67 6266 * xfont.c (Qx): Delete.
aca7a3d2
MB
6267 (syms_of_xfont): Don't initialize Qx.
6268
15139d67
SM
6269 * composite.h (enum composition_method):
6270 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 6271
73acf815 62722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6273
6274 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
6275 (choose_face_font): Accept new form of font-spec.
6276
6277 * frame.h (font_driver_list): Declare it unconditionally.
6278 (struct frame): Define members font_driver_list and font_data_list
6279 unconditionally.
6280
6281 * fontset.c: Include "font.h" unconditionally.
15139d67 6282 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
6283 (Fset_fontset_font): Accept a font-spec object.
6284
6285 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
6286 PIXEL_SIZE part a wild card.
6287
6288 * dispextern.h (struct glyph_string): Define members clip and
6289 num_clips unconditionally.
6290 (struct face): Define members font_info and extra unconditionally.
6291
6292 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
6293 ftfont_info only when HAVE_LIBOTF is defined.
6294
73acf815 62952008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6296
6297 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
6298 and end.
6299
73acf815 63002008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6301
6302 * w32font.c (w32font_driver): Add new fields.
6303
73acf815 63042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6305
aca7a3d2
MB
6306 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
6307 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
6308 (LIBES): Add @M17N_FLT_CFLAGS@.
6309
6310 * composite.c (compose_text): Don't treat the new style
6311 composition specially.
6312
6313 * emacs.c (main): Call syms_of_font unconditionally.
6314
6315 * font.h (FONT_ENTITY_NOT_LOADABLE)
6316 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 6317 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 6318 (struct font_driver): New member shape.
1f45f627 6319 (font_registry_charsets): Extern it.
4c4475a8 6320 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
6321 (font_otf_capability, font_drive_otf): Delete their externs.
6322
6323 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
6324 (font_charset_alist, font_registry_charsets): Move from xfont.c
6325 and rename.
aca7a3d2
MB
6326 (font_prop_validate_otf): New function.
6327 (font_property_table): Register it for QCotf.
6328 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 6329 (font_drive_otf): Delete.
1f45f627 6330 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
6331 lispy gstring.
6332 (font_find_for_lface): New arg C.
15139d67 6333 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
6334 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
6335 lispy gstring.
aca7a3d2
MB
6336 (Ffont_shape_text): New function.
6337 (Fopen_font): If the font size is not given, use 12-pixel.
6338 (Ffont_at): New arg STRING.
15139d67
SM
6339 (syms_of_font): Initalize font_charset_alist.
6340 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
6341 conditionally.
6342
6343 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
6344 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
6345 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
6346 Adjust for the change of RFONT-DEF.
15139d67 6347 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
6348
6349 * ftfont.h: New file.
6350
6351 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
6352 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
6353 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6354 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
6355 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 6356 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
6357 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
6358 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
6359 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 6360 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
6361 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
6362 (otf_gstring, gstring, m17n_flt_initialized): New variables.
6363
15139d67
SM
6364 * w32term.c (x_draw_composite_glyph_string_foreground):
6365 Adjust for the change of lispy gstring.
aca7a3d2 6366
15139d67 6367 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 6368 lispy gstring. Call a function for auto-composition with the
15139d67
SM
6369 third arg it->window.
6370 (fill_composite_glyph_string): Adjust for the change of lispy string.
6371 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 6372
15139d67 6373 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
6374 font_find_for_lface.
6375
1f45f627
GM
6376 * xfont.c (x_font_charset_alist): Move to font.c and rename.
6377 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
6378 (syms_of_xfont): Don't handle x_font_charset_alist.
6379
6380 * xftfont.c: Include "ftfont.h".
15139d67 6381 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
6382 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6383 (xftfont_close) [HAVE_LIBOTF]: Close otf.
6384 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
6385 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
6386 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 6387
15139d67 6388 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
6389 the change of lispy gstring.
6390
73acf815 63912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6392
6393 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
6394
73acf815 63952008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6396
6397 * w32font.c (w32font_draw): Fill background manually.
6398
73acf815 63992008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6400
6401 * font.c (Qfontp): Remove unused symbol.
6402 (QCantialias): New symbol.
6403 (syms_of_font): Define it.
6404 (font_property_table): Set a validator for QCantialias.
6405
15139d67
SM
6406 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
6407 Define if not already.
aca7a3d2
MB
6408 (QCfamily): Share with xfaces.c.
6409 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 6410 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
6411 (w32_antialias_type, lispy_antialias_type): New functions.
6412 (w32_enumfont_pattern_entity): New arg requested_font.
6413 Set antialias parameter if non-default was requested.
6414 (fill_in_logfont): Fill in lfQuality if :antialias specified.
6415
73acf815 64162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6417
6418 * lread.c (read1): Undo the previous change.
6419
73acf815 64202008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
6421
6422 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 6423 USE_FONT_BACKEND is defined.
aca7a3d2 6424
73acf815 64252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6426
6427 * font.h (struct font_bitmap): New member bits_per_pixel.
6428 (struct font_driver): New members start_for_frame and end_for_frame.
6429 (struct font_data_list): New struct.
6430 (font_put_frame_data, font_get_frame_data): Extern them.
6431
6432 * frame.h (struct frame): New member font_data_list.
6433
6434 * font.c (font_update_drivers): Call driver->start_for_frame and
6435 driver->end_for_frame at proper timings.
6436 (font_put_frame_data, font_get_frame_data): New functions.
6437 (Ffont_spec): Add usage in the docstring.
6438
6439 * frame.c (make_frame): Initialize f->font_data_list to NULL.
6440 (Fdelete_frame): Call font_update_drivers.
6441
6442 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 6443 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
6444 (xftfont_get_xft_draw): New function.
6445 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
6446 (xftfont_end_for_frame): New function.
6447 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
6448
15139d67 6449 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 6450 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
6451 (struct ftxfont_frame_data): New struct.
6452 (ftxfont_draw_bitmap): New arg gc_fore and flush.
6453 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 6454 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
6455 (ftxfont_end_for_frame): New function.
6456 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
6457
6458 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
6459
73acf815 64602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6461
6462 * xselect.c (Vselection_coding_system)
6463 (Vnext_selection_coding_system): Delete them.
6464 (syms_of_xselect): Don't declare selection-coding-system and
6465 next-selection-coding-system. They are declared in select.el.
6466
73acf815 64672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6468
6469 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
6470
6471 * w32fns.c: Include imm.h.
6472 (get_composition_string_fn, get_ime_context_fn): New optional
6473 system functions.
6474 (globals_of_w32fns): Load them from imm32.dll.
6475 (ignore_ime_char): New flag.
6476 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
6477 WM_IME_ENDCOMPOSITION messages.
6478
6479 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
6480 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
6481
73acf815 64822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6483
6484 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
6485 (READCHAR_REPORT_MULTIBYTE): New macro.
6486 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
6487 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
6488 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
6489 source.
6490
73acf815 64912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6492
6493 * xfaces.c (face_for_overlay_string): Call lookup_face with
6494 correct arguments (fix of synching with the trunk).
6495
73acf815 64962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6497
4c4475a8
GM
6498 * font.c (font_prop_validate_symbol, font_prop_validate_style)
6499 (font_prop_validate_non_neg, font_prop_validate_spacing):
6500 Delete argument prop_index.
15139d67
SM
6501 (font_property_table): Change arguments to validater. Change Callers.
6502 (font_lispy_object): Delete.
aca7a3d2
MB
6503 (font_at): Use font_find_object instead fo font_lispy_object.
6504
73acf815 65052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6506
6507 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
6508 and file names.
6509
73acf815 65102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6511
6512 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
6513 (font_matches_spec): Remove debug output.
6514 (add_font_entity_to_list): Avoid using substituted fonts.
6515
73acf815 65162008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6517
6518 * doc.c (Fsnarf_documentation):
6519 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
6520
73acf815 65212008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 6522
290afd83 6523 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
6524 HAVE_WINDOW_SYSTEM is defined.
6525
73acf815 65262008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6527
6528 Fix up multi-tty merge.
6529
6530 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
6531 and indentation.
6532
6533 * xfaces.c (free_realized_face, clear_face_gcs):
6534 Include font_done_for_face in the input_blocked section, just in case.
6535
6536 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
6537 (get_char_face_and_encoding): Undo last change and remove the *other*
6538 duplicate definition (i.e. keep the one that's better scoped and that
6539 includes code for the font-backend).
6540
6541 * terminal.c (create_terminal): Default keyboard_coding to
6542 `no-conversion' and terminal_coding to `undecided'.
6543
6544 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
6545
6546 * fontset.c (free_realized_fontsets): Check that the table entry does
6547 contain a fontset before trying to compare it to `base'.
6548
6549 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
6550 syms_of_charset, and syms_of_coding earlier because init_window_once
6551 now needs Vcoding_system_hash_table to be setup.
6552
6553 * coding.h (default_buffer_file_coding): Remove.
6554
6555 * coding.c (default_buffer_file_coding): Remove.
6556 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
6557 than ->symbol, and use the terminal-local coding system.
6558 (syms_of_coding): Don't setup the coding-systems that are not
6559 terminal-local.
6560 (Fdefine_coding_system_internal): Use XCAR/XCDR.
6561
6562 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
6563 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
6564
6565 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
6566 in chartab.c and were re-added here by mistake.
6567 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
6568
6569 * doc.c (Fsnarf_documentation):
6570 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
6571 src to etc.
6572
6573 * ChangeLog.10: Add mistakenly removed entry.
6574
73acf815 65752008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
6576
6577 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
6578
73acf815 65792008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6580
6581 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
6582 Add extra args to FACE_FOR_CHAR.
6583
73acf815 65842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6585
6586 * keymap.c (where_is_internal_1): If key is a cons, store the copy
6587 in sequence.
6588
4c4475a8
GM
6589 * chartab.c (map_sub_char_table, map_char_table): If the range
6590 contains just one character, call the function with that character
6591 even if the depth is not 3.
aca7a3d2 6592
73acf815 65932008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6594
6595 * w32font.c (w32font_text_extents): Calculate metrics for the
6596 whole string.
6597
73acf815 65982008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6599
6600 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
6601
73acf815 66022008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6603
6604 * w32term.c (x_set_glyph_string_clipping): Use
6605 get_glyph_string_clip_rects.
4c4475a8
GM
6606 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6607 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6608
6609 * w32font.c (w32font_draw): Do clipping here.
6610
73acf815 66112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6612
1f45f627 6613 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
6614 glyph_string.
6615
6616 * xterm.c (x_set_glyph_string_clipping): Use
6617 get_glyph_string_clip_rects.
4c4475a8
GM
6618 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6619 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6620
6621 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
6622 the resulting clip(s}.
1f45f627 6623 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
6624 row->clip temporarily.
6625 (expose_window): Redraw rows overlapping the exposed area.
6626
6627 * dispextern.h (struct glyph_row): New member clip.
6628 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
6629 clip_height, new member clip, and num_clips.
6630
73acf815 66312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6632
6633 * data.c (Fchar_or_string_p): Fix docstring.
6634
73acf815 66352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6636
6637 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
6638 create a temporal XftDraw object.
6639
73acf815 66402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6641
6642 * font.c (Ffontp): Fix docstring.
6643
6644 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
6645 strong evidence of ISO-2022.
6646
73acf815 66472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6648
6649 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
6650 SYNTAX_ENTRY_FOLLOW_PARENT.
6651
73acf815 66522008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6653
6654 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
6655 its type.
6656 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
6657 Update to the new type of weak_hash_tables and next_weak.
6658
6659 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
6660 a plain C pointer to Lisp_Hash_Table.
6661
6662 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
6663 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
6664 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
6665 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
6666 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
6667 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
6668 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
6669 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
6670 (GC_EQ): Remove since they've been identical to their non-GC_
6671 alter-egos ever since the markbit was eradicated.
6672
290afd83
JB
6673 * alloc.c:
6674 * buffer.c:
6675 * buffer.h:
6676 * data.c:
6677 * fileio.c:
6678 * filelock.c:
6679 * fns.c:
6680 * frame.h:
6681 * lisp.h:
6682 * macterm.c:
6683 * print.c:
6684 * process.c:
6685 * w32fns.c:
6686 * w32menu.c:
6687 * w32term.c:
6688 * xfns.c:
6689 * xmenu.c:
6690 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 6691
73acf815 66922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6693
6694 * chartab.c (map_sub_char_table): Make it work for the top-level
6695 char-table. Fix handling of parent char-table.
c5ad7a3d 6696 (map_char_table): Adjust for the above change.
aca7a3d2 6697
73acf815 66982008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6699
6700 * w32font.c (Qgdi): Rename from Qw32.
6701
73acf815 67022008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6703
6704 * w32bdf.c (get_quoted_string): Make function static.
6705
73acf815 67062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6707
6708 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
6709 bigger ascent and descent than those of the font, use them as
6710 font's ascent and descent.
6711
73acf815 67122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6713
6714 * Makefile.in (${lispsource}international/charprop.el): Move this
6715 target within "#ifdef HAVE_UNIDATA" and "#endif".
6716
73acf815 67172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6718
6719 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
6720 (shortlisp): Add ../lisp/language/tai-viet.el.
6721
1f45f627 67222008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
6723
6724 * Makefile.in (${lispsource}international/charprop.el): Depend on
6725 temacs${EXEEXT}.
6726
73acf815 67272008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6728
6729 * w32font.c (w32font_close): Delete the GDI font object.
6730
6f69e89b 6731 * w32menu.c: Include character.h.
aca7a3d2
MB
6732
6733 * w32proc.c: Likewise.
6734
6735 * w32select.c: Likewise.
6736
6f69e89b 6737 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 6738
73acf815 67392008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6740
6741 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
6742
6743 * w32menu.c (syms_of_w32menu): Likewise.
6744
6745 * w32proc.c (syms_of_ntproc): Likewise.
6746
6747 * w32select.c (syms_of_w32select): Likewise.
6748
6749 * w32term.c (syms_of_w32term): Likewise.
6750
73acf815 67512008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6752
6753 * w32font.c (w32font_draw): Delete brush after using it.
6754
73acf815 67552008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6756
6757 * w32font.c (w32font_open): Don't set font_idx.
6758 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
6759 to font settings.
6760 (w32font_draw): Fill background explicitly.
6761
73acf815 67622008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6763
6764 * w32term.c (w32_initialize): Don't call w32font_initialize.
6765
6766 * w32font.c (w32font_info): Remove subranges.
6767 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
6768 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
6769 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
6770 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
6771 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
6772 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
6773 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
6774 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
6775 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
6776 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
6777 New symbols.
6778 (font_callback_data): New struct.
6779 (w32font_list, w32font_match): Use it.
6780 (w32font_open): Don't populate subranges.
6781 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
6782 (w32font_encode_char): Always return unicode code-point as-is.
6783 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
6784 GetGlyphOutline. Never look up by glyph index. Avoid looping
6785 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 6786 glyph index version.
1f204af3 6787 (set_fonts_frame): Remove.
aca7a3d2 6788 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
6789 set frame parameter. Use backward compatible fake foundries.
6790 Save generic family in extra slot under QCfamily. Make width slot
6791 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
6792 binary subranges.
6793 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 6794 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
6795 unwanted fonts.
6796 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
6797 (w32_registry): Default to iso10646_1.
6798 (fill_in_logfont): Use dpi from extra slot. Don't bother with
6799 string font registries. Don't fill in font name if it is a generic
6800 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
6801 extra info to fill pitch, family and charset fields.
6802 (list_all_matching_fonts): Use font_callback_data struct.
6803 (unicode_range_for_char): Remove.
6804 (font_supported_scripts): New function.
6805 (w32font_initialize): Remove.
6806 (syms_of_w32font): Update which symbols are defined.
6807
73acf815 68082008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6809
6810 * font.c (font_pixel_size): Reverse assq_no_quit args.
6811
6812 * w32term.h (FONT_WIDTH): Report max width, not average.
6813 (FONT_MAX_WIDTH): Remove.
6814 (FONT_AVG_WIDTH): New macro.
6815
6816 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
6817 redefinition of FONT_WIDTH.
6818
6819 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
6820 (w32_cache_char_metrics): Use FONT_WIDTH.
6821
6822 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
6823
73acf815 68242008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6825
6826 * w32font.c (w32font_open): Make lfHeight negative.
6827
6828 * w32fns.c (x_default_font_parameter): Use new style font name.
6829 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
6830
73acf815 68312008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6832
6833 * w32font.c (QCsubranges): New symbol.
6834 (w32font_open, w32font_has_char): Get subranges from subproperty
6835 of extra.
6836 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
6837 (syms_of_w32font): Define :subranges symbol.
6838
6839 * font.c (font_put_extra): Expose externally.
6840
1f45f627 6841 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
6842
6843 * font.c (Ffont_get): Use font driver to determine otf capability.
6844 (adjust_anchor): Check if driver defines anchor_point before using.
6845
6846 * w32font.c (w32font_open): Handle size, height and pixel_size better.
6847 (w32font_draw): Use options.
6848 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
6849 Fix detection of truetype fonts.
6850 (registry_to_w32_charset): Handle charsets other than iso8859-1
6851 expressed as lisp symbols.
6852 (w32_registry): Express charset as lisp symbol.
6853 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 6854 Don't set width here. Set quality to default.
aca7a3d2
MB
6855
6856 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
6857 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
6858
6859 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6860 Remove redundant loop and allocation.
6861
6862 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 6863 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
6864 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
6865
6866 * xdisp.c (fill_composite_glyph_string): Make the first arg to
6867 STORE_XCHARB a valid l-value.
6868
6869 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
6870 calculations for non-Truetype fonts.
6871 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
6872 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6873 Remove redundant code.
aca7a3d2
MB
6874 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
6875
6876 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
6877 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
6878
6879 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
6880 (x_to_w32_charset, w32_to_x_charset): Expose externally.
6881
6882 * w32font.c: New file for w32 font backend.
6883
73acf815 68842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6885
6886 * term.c: Don't include "buffer.h" twice.
6887
73acf815 68882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6889
6890 * character.c (Funibyte_string): New function.
6891 (syms_of_character): Defsubr it.
6892
73acf815 68932008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6894
6895 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
6896 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
6897 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
6898 (x_draw_glyph_string, x_draw_glyph_string_foreground)
6899 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
6900 (x_free_frame_resources): Sync with xterm.c.
6901
73acf815 69022008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6903
6904 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
6905 char-table size.
6906
73acf815 69072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6908
c3f9fba8 6909 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 6910
73acf815 69112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6912
6913 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
6914 font_otf_gpos, add font_drive_otf.
6915
6916 * fontset.c (fontset_find_font): Pay attention to font size
6917 specified for a font.
6918 (reorder_font_vector): Check contents of font_def.
6919
6920 * font.c (struct otf_list): Delete it.
6f69e89b 6921 (otf_list): Make it a lisp variable.
aca7a3d2 6922 (otf_open): Use lispy otf_list.
1f45f627 6923 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 6924 (check_otf_features): New function.
c3f9fba8
JB
6925 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6926 New functions.
aca7a3d2
MB
6927 (font_drive_otf): New function merging font_otf_gsub and
6928 font_otf_gpos.
6929 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 6930 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
6931 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
6932 Ffont_otf_gpos.
6933 (syms_of_font): Staticpro otf_list. Delete defsubr of
6934 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
6935
1f45f627 6936 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
6937 font_open_for_lface.
6938
6939 * font.h (font_open_for_lface): Adjust prototype.
6940 (struct font_driver): Delete members otf_gsub and otf_gpos, add
6941 member otf_drive.
6942 (font_otf_gsub, font_otf_gpos): Delete externs.
6943 (font_drive_otf): Extern it.
6944
73acf815 69452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6946
6947 * font.c (font_at): If the window W is not on a window system,
6948 return Qnil.
6949
4c4475a8
GM
6950 * coding.c (produce_chars, encode_coding): Don't call
6951 insert_from_gap if no characters to produce.
aca7a3d2 6952
73acf815 69532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6954
6955 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
6956 Fclear_face_cache.
6957
6958 * xfaces.c (face_for_font): Check also face->font==font->font.font.
6959
73acf815 69602008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6961
6962 * emacs.c (main): Change default value of `enable_font_backend' to 1.
6963 Parse "--disable-font-backend" option.
6964 (standard_args): Add "--disable-font-backend" option.
6965
73acf815 69662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6967
6968 * fontset.c (fontset_find_font): New function.
6969 (fontset_font): Use fontset_find_font.
6970 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
6971 Register the specified font for all Latin characters.
6972 (new_fontset_from_font): Register the specified font for all Latin
6973 characters.
6974 (dump_fontset): For a realized fontset, include the base fontset
6975 name in the returned vector.
6976
73acf815 69772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6978
6979 * character.h (CHAR_STRING): Cast C to unsigned on calling
6980 char_string.
6981
6982 * character.c (char_string): Type of arg C changed to unsigned.
6983 Signal an error if C is an invalid character code.
6984
4c4475a8
GM
6985 * editfns.c (general_insert_function, Fchar_to_string):
6986 Use CHARACTERP, not INTEGERP.
aca7a3d2 6987
73acf815 69882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6989
6990 * character.h (MIN_MULTIBYTE_LEADING_CODE)
6991 (MAX_MULTIBYTE_LEADING_CODE): New macros.
6992
6993 * regex.c (analyse_first): Fix for multibyte characters in "case
6994 charset:" and "case categoryspec:".
6995
73acf815 69962008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6997
6998 * Makefile.in (LIBES): Move standard libraries to the end.
6999
73acf815 70002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7001
7002 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
7003 nonzero, don't shrink the buffer nextb.
7004
7005 * buffer.h (struct buffer_text): New member inhibit_shrinking.
7006
7007 * coding.c (coding_alloc_by_making_gap): New arg offset.
7008 (alloc_destination): Call coding_alloc_by_making_gap with the arg
7009 offset.
7010 (decode_coding_iso_2022): Update coding->safe_charsets.
7011 (decode_coding_gap): Temporarily set
7012 current_buffer->text->inhibit_shrinking to 1.
7013
73acf815 70142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7015
7016 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
7017 indexing into elements of s->cmp and s->char2b.
7018
73acf815 70192008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
7020
7021 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
7022
73acf815 70232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7024
7025 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
7026 target_multibyte instead of multibyte.
7027 (re_match_2_internal): Call bcmp_translate with target_multibyte.
7028 (bcmp_translate): Change the argument name from multibyte to
7029 target_multibyte.
7030
73acf815 70312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7032
7033 These changes are to compile a regexp into a pattern that can be
7034 used both for multibyte and unibyte targets.
7035
7036 * Makefile.in (search.o): Depend on charset.h.
7037
7038 * character.c (multibyte_char_to_unibyte_safe): New function.
7039
7040 * search.c: Include "charset.h".
7041 (compile_pattern_1): Delete argument multibyte. Don't set
7042 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
7043 (compile_pattern): Don't compare cp->buf.target_multibyte.
7044 Compare cp->buf.charset_unibyte.
7045 (compile_pattern): Set cp->buf.target_multibyte.
7046
7047 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
7048
7049 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
7050
7051 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 7052 multibyte. Change callers.
aca7a3d2 7053 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
7054 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
7055 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
7056 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
7057 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
7058 (regex_compile): Make the compiled pattern usable both for
7059 multibyte and unibyte targets.
7060 (analyse_first): Make the fastmap usable both for multibyte and
7061 unibyte targets.
1f45f627 7062 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
7063 (re_match_2_internal): Pay attention to the case that the
7064 multibyteness of bufp and target may be different.
7065
73acf815 70662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7067
7068 * xdisp.c (x_produce_glyphs): When a font is not found, make the
7069 empty box occupy at least one column width.
7070
73acf815 70712008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7072
7073 * Makefile.in: Remove redundant HAVE_XFT clause.
7074
73acf815 70752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7076
7077 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
7078
73acf815 70792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7080
7081 * fontset.c (Finternal_char_font): Fix for the case of POSITION
7082 being nil.
7083
73acf815 70842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7085
7086 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
7087
73acf815 70882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7089
7090 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
7091
73acf815 70922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7093
7094 * search.c (simple_search): Fix previous change.
7095
73acf815 70962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7097
7098 * xftfont.c (ftfont_font_format): Extern declaration.
7099
7100 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
7101
7102 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
7103 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
7104
7105 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
7106 (ftfont_font_format): Fix previous change.
7107
7108 * font.h (Ffont_xlfd_name): EXFUN it.
7109
7110 * font.c (font_parse_xlfd): Fix the array size of `f'.
7111 (register_font_driver): Use EQ to compare driver->type.
7112
7113 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
7114 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
7115 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
7116
73acf815 71172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7118
4c4475a8
GM
7119 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
7120 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 7121
73acf815 71222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7123
7124 * xfont.c (xfont_open): Set font->format.
7125
7126 * xftfont.c (xftfont_open): Set font->format.
7127
7128 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
7129 (ftfont_list): Include FC_FONTFORMAT in FcObject.
7130 (ftfont_open): Set font->format.
7131 (ftfont_font_format): New function.
7132
7133 * font.h (struct font): New memeber format.
7134
7135 * font.c (Qopentype): New variable.
7136 (syms_of_font): Defsym it.
7137 (Fquery_font): Change the format of the last element of the return
7138 value.
7139
73acf815 71402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7141
7142 * xfns.c (xic_create_xfontset): Try the default fontset name as a
7143 last resort.
7144
73acf815 71452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7146
7147 * coding.c (detect_coding_charset): Fix detection of multi-byte
7148 charset.
7149
73acf815 71502008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
7151
7152 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
7153
73acf815 71542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7155
7156 * xdisp.c (get_next_display_element): Set it->face_id for the
7157 first component of a composition.
1f45f627 7158 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 7159
73acf815 71602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7161
7162 * fontset.c (Qlatin): New variable.
7163 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 7164 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 7165
73acf815 71662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7167
7168 * font.c (font_unparse_fcname): Pay attention to the case that
7169 some of font property is a null string.
7170
73acf815 71712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7172
7173 * term.c: Include "composite.h".
7174 (encode_terminal_code): Output all components of composition.
7175 Check the size of encode_terminal_src.
424c157f 7176 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
7177 (append_composite_glyph, produce_composite_glyph): New functions.
7178
7179 * xdisp.c (x_produce_glyphs): In handling composition, if a font
7180 is not found, get font_info from the current ascii face.
7181
73acf815 71822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7183
7184 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
7185 buffer-file-name to Qnil before calling insert_from_buffer.
7186
7187 * font.c (font_unparse_fcname): Pay attention to the case that
7188 foundry is a null string.
7189
73acf815 71902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7191
7192 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
7193
7194 * font.c (Qunicode_sip): New variable.
7195 (syms_of_font): Declare it as a Lisp symbol.
7196
7197 * font.h (Qunicode_sip): Extern it.
7198
73acf815 71992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7200
1f45f627 7201 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
7202
7203 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 7204 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
7205 the first elememnt of allocated memory.
7206
1f45f627 7207 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
7208
7209 * xdisp.c (handle_composition_prop): Set it->c to the first
7210 non-TAB component.
1f45f627
GM
7211 (fill_composite_glyph_string): Change argument.
7212 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
7213 (x_produce_glyphs): Fix handling of left/right padding.
7214
73acf815 72152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7216
7217 * coding.c (detect_coding_system): Fix for handling off
7218 inhibit_iso_escape_detection. Fix for the case that no coding
7219 system is defined for a specific coding category.
7220
73acf815 72212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7222
1f45f627 7223 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
7224
7225 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
7226 opening a font.
7227
7228 * fileio.c (Finsert_file_contents): On recovering a file, assume
7229 Unix-like eol.
7230 (choose_write_coding_system): On auto-saving a file, force
7231 Unix-like eol.
7232
7233 * coding.c (setup_coding_system): Fix setting of
7234 coding->common_flags based on eol_type.
7235 (coding_inherit_eol_type): If PARENT is not nil, be sure to
7236 inherit from it.
7237
73acf815 72382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7239
1f45f627 7240 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 7241
73acf815 72422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7243
1f45f627 7244 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
7245 (ftfont_list): Don't check :name property.
7246 (ftfont_match): New function.
7247 (ftfont_pattern_entity): If the pattern doesn't contain
7248 FC_SPACING, don't assuce FC_MONO.
7249
7250 * font.h (struct font_driver): New member `match'.
1f45f627 7251 (font_update_drivers): Adjust prototype.
aca7a3d2 7252
4c4475a8
GM
7253 * font.c (font_parse_fcname, font_parse_name): Don't change :name
7254 property of FONT.
aca7a3d2
MB
7255 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
7256 them unconditionally.
7257 (font_matching_entity): New function.
7258 (font_open_by_name): Try font_matching_entity if exact match is
7259 not found.
7260 (font_update_drivers): Delete the arg FONT. Return a list of
7261 actually used backends. Don't free faces, font caches here.
7262 Don't store data in frame parameters. Don't call x_set_font.
7263 (Ffont_spec): Store :name property as is.
7264 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
7265 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
7266 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
7267 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
7268 Call font->driver->otf_gsub instead of font_otf_gsub.
7269
7270 * frame.c (x_set_font_backend): Do more works that were done in
7271 font_update_drivers before.
7272
7273 * xfont.c (xfont_match): New function.
7274 (xfont_driver): Set xfont_driver.match to xfont_match.
7275 (xfont_draw): Set font in GC if necessary.
7276
7277 * ftxfont.c (ftxfont_match): New function.
7278 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
7279
7280 * xftfont.c (xftfont_match): New function.
7281 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
7282
73acf815 72832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7284
7285 * font.h (struct font): New member scalable.
7286 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 7287 (font_otf_gsub): Adjust prototype.
aca7a3d2 7288
1f45f627
GM
7289 * font.c (font_otf_capability): Fix handling of the default langsys.
7290 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
7291 Check the contents of SPEC.
7292 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
7293 (check_gstring): New function.
7294 (REPLACEMENT_CHARACTER): New macro.
7295 (font_otf_gsub): New arg alternate_subst. Be sure to set all
7296 glyph codes of GSTRING.
7297 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
7298 (font_prepare_composition): Set cmp->glyph_len.
7299 (font_open_entity): Set font->scalable.
7300 (Ffont_get): Handle :otf property.
7301 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
7302 functions.
7303 (Fquery_font): Use font->font.full_name.
7304 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
7305 Sfont_otf_alternates.
7306
7307 * ftfont.c (ftfont_open): Set font->font.full_name and
7308 font->font.name properly. Fix calculation of font->font.height
7309 and font->min_width.
7310
7311 * ftxfont.c (ftxfont_create_gcs): New function.
7312 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
7313 (ftxfont_draw_backgrond): Fix filling region.
7314 (ftxfont_default_fid): New function.
7315 (ftxfont_open): Set xfotn->fid to the return value of
7316 ftxfont_default_fid.
7317 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
7318 (ftxfont_done_face): Free only GCs that are created by
7319 ftxfont_create_gcs.
7320 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
7321
7322 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
7323 Clip to src->width, etc (not src->clip_XXX).
7324
7325 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
7326 FontBackend frame parameter.
7327
73acf815 73282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7329
7330 * font.h (struct font_driver_list): New member `on'.
7331 (Fclear_font_cache): EXFUN it.
7332 (font_update_drivers): Extern it.
7333
7334 * font.c (font_unparse_fcname): Fix typo (swidth->width).
7335 (font_list_entities): Check driver_list->on.
7336 (register_font_driver): Initalize `on' member to 0.
7337 (font_update_drivers): New function.
7338 (Fclear_font_cache): Check driver_list->on.
7339
7340 * frame.h (Qfont_backend): Extern it.
7341 (x_set_font_backend): Extern it.
7342
7343 * frame.c (Qfont_backend): New variable.
7344 (frame_parms): New element for font-backend.
7345 (x_set_font_backend): New function.
7346
7347 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
7348 FontBackend frame parameter.
7349 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
7350 x_set_font_backend.
7351
7352 * xfont.c (xfont_list): Don't try listing by :name property if the
7353 name is not for XLFD.
7354
73acf815 73552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7356
7357 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
7358 (LGLYPH_SET_TO): New macros.
7359 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
7360 element of G is vector or not.
7361 (font_at): Extern it.
7362
7363 * font.c: Include window.h.
7364 (font_lispy_object): New function.
7365 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
7366 end of valid glyph.
7367 (font_close_object): Fix getting (struct font *).
7368 (font_at): New function.
7369 (Ffont_get): If FONT is a font-object, get entity from it.
7370 (Ffont_make_gstring): Initialize elements of glyphs with nil.
7371 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
7372 range check.
7373 (Ffont_at): New function.
7374 (syms_of_font): Defsubr Sfont_at.
7375
7376 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 7377 before the entry for Qcomposition.
1f45f627 7378 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
7379 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
7380 the font in gstring.
7381 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
7382 LGLYPH_FORM (g) to detect the end of valid glyph.
7383 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
7384 we are composing with gstring.
7385
7386 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
7387 Check if adjustment is vector or not.
7388
7389 * Makefile.in (font.o): Make it depends on window.h.
7390
73acf815 73912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7392
7393 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
7394 adjustment is vector or not.
7395
73acf815 73962008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7397
7398 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
7399
73acf815 74002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7401
7402 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
7403 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
7404 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
7405
1f45f627 7406 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 7407 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
7408 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
7409 LGLYPH format.
aca7a3d2 7410
1f45f627 7411 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
7412 the change of LGLYPH format.
7413
73acf815 74142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7415
7416 * ftfont.c (ftfont_list): Fix typo.
1f45f627 7417 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 7418
880820fe 74192008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
7420
7421 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
7422
7423 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
7424 xftface_info is non-NULL.
7425
880820fe 74262008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 7427
1f45f627 7428 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 7429
73acf815 74302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7431
7432 * ftfont.c (ftfont_list): Pay attention to the case that
7433 FC_CAPABILITY is not defined.
7434
73acf815 74352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7436
7437 * xftfont.c (xftfont_open): Set charset related members to -1.
7438
1f45f627
GM
7439 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
7440 QCname.
aca7a3d2
MB
7441 (ftfont_open): Set charset related members to -1.
7442
7443 * fontset.c (Votf_script_alist): New variable.
7444 (syms_of_fontset): Initialize it.
7445 (fontset_font): Delete unused variable.
7446
7447 * fontset.h (Votf_script_alist): Extern it.
7448
1f45f627 7449 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
7450
7451 * font.h (font_close_object, font_merge_old_spec): Extern them.
7452
73acf815 74532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7454
7455 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
7456 (syms_of_font): Initialize them.
7457 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
7458 (font_prop_validate_type): Delete.
7459 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
7460 Change caller.
7461 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
7462 (font_prop_validate_extra): Delete.
aca7a3d2
MB
7463 (font_prop_validate_spacing): New function.
7464 (font_property_table): Add elements for all known properties.
1f45f627
GM
7465 (get_font_prop_index): Rename from check_font_prop_name. New
7466 argument FROM. Change caller.
aca7a3d2 7467 (font_prop_validate): Validate all known properties.
1f45f627 7468 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
7469 (font_expand_wildcards): Make it static. Fix the way of shrinking
7470 the possible range.
1f45f627 7471 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 7472 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 7473 Change caller.
aca7a3d2 7474 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
7475 (font_parse_fcname): Delete argument merge. Fix parsing of point
7476 size. Don't validate properties values here. Change caller.
7477 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
7478 (font_open_by_name): Delete unused variable.
7479 (Ffont_spec): Likewise. Validate property values.
7480 (Ffont_match_p): New function.
7481
7482 * font.h (QCscalable): Extern it.
1f45f627 7483 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 7484
1f45f627 7485 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 7486
1f45f627 7487 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
7488 (xfont_list_pattern): New function.
7489 (xfont_list): Use xfont_list_pattern.
7490
73acf815 74912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7492
7493 * font.h (Flist_fonts): EXFUN it.
7494
73acf815 74952008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7496
7497 * w32term.c (w32_initialize): Add back smoothing_type and
7498 smoothing_enabled definitions.
7499
73acf815 75002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7501
7502 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
7503 s->face->font on determining underline position.
7504
73acf815 75052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7506
7507 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
7508 (font_has_char): Accept font-object too.
7509 (font_find_for_lface): Try at first with a size specified in face.
7510
73acf815 75112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7512
7513 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
7514 font_open_by_name.
7515
73acf815 75162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7517
7518 * font.h (QCspacing, QCdpi): Extern them.
7519 (enum font_spacing): New enum.
7520 (FONT_PIXEL_SIZE_QUANTUM): New macro.
7521
7522 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
7523 (QCspacing, QCdpi): New variables.
7524 (syms_of_font): Initialize them.
7525 (font_pixel_size): New function.
7526 (font_put_extra): New function.
7527 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
7528 in FONT_EXTRA.
e9184ccb
JB
7529 (font_parse_fcname): Handle enumenrated values (e.g. bold).
7530 Fix handling font size. Add QCname property that contains only
aca7a3d2 7531 unknown properties.
1f45f627 7532 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 7533 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
7534 (font_sort_entites, font_list_entities, font_find_for_lface)
7535 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 7536 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
7537
7538 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
7539 include weight in listing pattern, instead check weight of each
7540 listed font. Don't include scalable in pattern. Pay attention to
7541 FONT_PIXEL_SIZE_QUANTUM.
7542
73acf815 75432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7544
aca7a3d2 7545 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 7546 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
7547 (font_list_entities): Handle float size correctly.
7548 (font_open_by_name): Prefer `normal' property values if the name
7549 doesn't specify them.
7550
7551 * fontset.c (Finternal_char_font): Use font_get_name, not
7552 Ffont_xlfd_name.
7553
7554 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
7555 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
7556 pattern. Don't force scalable.
7557
7558 * xftfont.c (xftfont_open): For generating a name, start from
7559 96-byte buffer.
7560
880820fe 75612008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
7562
7563 * frame.h (x_new_fontset2): Fix prototype.
7564
73acf815 75652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7566
1f45f627 7567 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
7568 (font_match_p, font_get_spec, font_parse_fcname)
7569 (font_unparse_fcname): Extern them.
1f45f627 7570 (font_get_name): Adjust prototype.
aca7a3d2
MB
7571
7572 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
7573 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
7574 (font_expand_wildcards): Fix handling ENCODING field. Avoid
7575 unnecessary checks for weight, slant, and swidth.
7576 (font_parse_fcname): New function.
7577 (font_unparse_fcname): New function.
7578 (font_parse_name): New function.
7579 (font_match_p): New function.
1f45f627 7580 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
7581 (font_get_spec): New function.
7582 (Qunspecified, Qignore_defface): Don't extern them.
7583 (font_find_for_lface): Assume that LFACE is fully specified.
7584 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
7585 object, use it for FACE.
7586 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
7587 driver->parse_name.
7588 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
7589
1f45f627
GM
7590 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
7591 prototype.
aca7a3d2 7592
1f45f627
GM
7593 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
7594 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
7595 make_fontset.
7596
1f45f627 7597 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 7598
1f45f627 7599 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
7600 of x_new_fontset2.
7601
7602 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
7603 (Qsans__serif): New variables.
7604 (ftfont_generic_family_list): New variable.
7605 (syms_of_ftfont): Initialize the above variables.
1f45f627 7606 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
7607 (ftfont_list_generic_family): New function.
7608 (ftfont_parse_name): Delete this function.
1f45f627 7609 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
7610 (ftfont_list_family): Fix args to FcObjectSetBuild.
7611
7612 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
7613 object in attrs[LFACE_FONT_INDEX].
7614 (set_lface_from_font_name): Cancel all changes for font-backend.
7615 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
7616 function.
7617 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
7618 font object in QCfont attribute.
7619 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
7620 (realize_default_face) [USE_FONT_BACKEND]: Call
7621 set_lface_from_font_and_fontset.
7622
7623 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
7624 "fixed", and signal error here if no suitable font was found.
7625
7626 * xfont.c (xfont_parse_name): Delete this function.
7627
7628 * xftfont.c (xftfont_open): Change coding style of error
7629 handling. Generate fontconfig's fontname pattern.
7630
7631 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
7632 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
7633
7634 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
7635 Both args FONTSET and FONT_OBJECT must be existing ones.
7636
73acf815 76372008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7638
7639 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
7640
73acf815 76412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7642
7643 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
7644
7645 * font.h (struct font): Fix typo.
7646
7647 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
7648 XLFD_XXX_INDEX.
7649 (enum xlfd_field_mask): New enum.
1f45f627 7650 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
7651 are followed by non-digits, return a symbol.
7652 (font_expand_wildcards): New function.
7653 (font_parse_xlfd): Fix wildcard handling.
7654 (Ffont_spec): If :name is specified, reflect the info in the other
7655 properties.
7656
7657 * ftfont.c (ftfont_pattern_entity): Fix typo.
7658 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
7659 locale.
7660
73acf815 76612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7662
7663 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
7664
1f45f627 7665 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
7666 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
7667 registry doesn't specify encoding part.
7668 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
7669 (font_open_by_name): At first try parsing the name.
7670 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
7671 as Lisp symbols.
7672
7673 * fontset.c (reorder_font_vector): Pay attention to the case that
7674 the 3rd element of font_def is nil.
7675 (fontset_font): For the default fontset, append one more fontset
7676 elements for a script-based font specification. Don't add script
7677 attribute on finding a font.
7678 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
7679 font name.
7680 (fontset_ascii_font): If a font can't be opened, return nil.
7681
1f45f627 7682 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
7683 (ftfont_pattern_entity): New function.
7684 (ftfont_get_cache): Assume that freetype_font_cache is already
7685 initialized.
7686 (ftfont_list): Handle the case that a file is specified in font
7687 name. Use ftfont_pattern_entity to generate entities.
7688 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
7689 (syms_of_ftfont): Initialize freetype_font_cache.
7690
7691 * xftfont.c (xftfont_open): Make the font name fontconfig's
7692 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
7693 (xftfont_close): Free font->font.name if not NULL.
7694
7695 * xfont.c (xfont_list): If script is specified for a font, return
7696 null_vector.
7697 (xfont_list_family): Declare argument type.
7698
7699 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
7700 name, set LFACE_FONT (lface) to nil.
7701
7702 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
7703 return Qnil.
7704
73acf815 77052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7706
1f45f627 7707 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
7708 (standard_args): Add "-enable-font-backend".
7709
73acf815 77102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7711
7712 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
7713 (struct xftdraw_list, xftdraw_list): Delete them.
7714 (register_xftdraw, check_xftdraw): Delete them.
7715 (xftfont_prepare_face): Don't call register_xftdraw.
7716 (xftfont_done_face): Don't call check_xftdraw.
7717 (xftfont_draw): Get backroudn color only when with_background is
7718 nonzero.
7719
7720 * xfont.c (xfont_encode_char): Fix calculation of char2b.
7721
73acf815 77222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7723
7724 These changes are for the new font handling codes.
7725
7726 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
7727 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
7728 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
7729 (FONTSRC, FONTOBJ): New variables.
7730 (obj): Add $(FONTOBJ).
7731 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
7732 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
7733 @LIBOTF_LIBS@.
7734 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 7735 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 7736
1f45f627 7737 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
7738
7739 * character.h (Vscript_representative_chars): Extern it.
7740
7741 * character.c (Vscript_representative_chars): New variable.
7742 (syms_of_character): Declare it as a Lisp variable.
7743
7744 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
7745 enable_font_backend is nonzero, accept the composition method
7746 COMPOSITION_WITH_GLYPH_STRING.
7747
7748 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
7749 enumeration COMPOSITION_WITH_GLYPH_STRING.
7750
aca7a3d2
MB
7751 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
7752 members clip_x, clip_y, clip_width, and clip_height.
7753 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
7754
7755 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
7756 --enable-font-backend. Call syms_of_font.
7757
7758 * fns.c (assoc_no_quit): New function.
7759
7760 * fontset.h (FONT_INFO_FROM_FACE): New macro.
7761 (face_for_font, new_fontset_from_font)
7762 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
7763
7764 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
7765 (fontset_font, fontset_ascii, face_for_char)
7766 (make_fontset_for_ascii_face, Ffont_info)
7767 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
7768 is nonzero, use font-backend mechanism.
7769 (find_font_encoding): Make it non-static.
7770 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
7771 New functions.
7772
7773 * frame.h (struct frame): New members resx and resy.
7774 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
7775 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
7776
7777 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 7778 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
7779
7780 * lisp.h (assoc_no_quit): Extern it.
7781
7782 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
7783 Through out the file, use FONT_INFO_FROM_FACE instead of
7784 FONT_INFO_FROM_ID, use get_per_char_metric instead of
7785 rif->per_char_metric.
7786 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
7787 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
7788 (get_glyph_face_and_encoding, fill_composite_glyph_string)
7789 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7790 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
7791 nonzero, use font-backend mechanism.
7792 (get_per_char_metric): New function.
7793
7794 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
7795 (set_lface_from_font_name)
7796 (set_font_frame_param, free_realized_face)
7797 (prepare_face_for_display, clear_face_gcs)
7798 (Finternal_set_font_selection_order, realize_x_face)
7799 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
7800 font-backend mechanism.
1f45f627 7801 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
7802 (load_face_font) [USE_FONT_BACKEND]: Abort.
7803 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 7804 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
7805
7806 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
7807 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
7808 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
7809 nonzero, register all available font drivers. Call
7810 x_default_font_parameter for deciding a font.
7811 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
7812
7813 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
7814 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
7815 (x_set_glyph_string_clipping_exactly)
7816 (x_compute_glyph_string_overhangs)
7817 (x_draw_glyph_string_foreground)
7818 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
7819 (x_free_frame_resources) [USE_FONT_BACKEND]: If
7820 enable_font_backend is nonzero, use font-backend mechanism.
7821 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
7822
73acf815 78232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7824
fcb314b2 7825 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
7826 system_eol_type.
7827 (syms_of_coding): Initialize system_eol_type.
7828
fcb314b2
GM
7829 * process.c (Fset_process_coding_system): Inherit system's eol
7830 format if necessary.
aca7a3d2 7831
73acf815 78322008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7833
7834 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
7835
73acf815 78362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7837
7838 * coding.c (decode_eol): Pay attention to buffer relocation in
7839 del_range_2.
7840 (decode_coding): Call decode_eol before restoring undo_list.
7841
73acf815 78422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7843
7844 * charset.c (Fdefine_charset_internal): Fix setting of
7845 emacs_mule_bytes.
7846
73acf815 78472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7848
7849 * keyboard.c (read_char): Check if C is a character or not before
7850 looking up Vkeyboard_translate_table.
7851
73acf815 78522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7853
7854 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
7855 condition to terminate the loop.
7856
73acf815 78572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7858
7859 * coding.c (produce_composition): Compare charbuf[i] instead of
7860 args[i] against 0.
7861 (Fterminal_coding_system): Use EQ to compare Lisp objects.
7862
73acf815 78632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7864
7865 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
7866 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
7867 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
7868 detect_coding.
7869 (emacs_mule_char): Handle old style (Emacs 20) component character
7870 of a composition.
4c4475a8
GM
7871 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
7872 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
7873 composition rule.
aca7a3d2
MB
7874 (decode_coding_emacs_mule): Handle invalid bytes correctly.
7875
73acf815 78762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7877
7878 * coding.c (encode_coding_ccl): Allocate destination dynamically
7879 when necessary.
7880
73acf815 78812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7882
7883 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
7884 the loop. When quitted, show a proper error message.
7885
73acf815 78862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7887
aca7a3d2
MB
7888 * xterm.c (x_set_glyph_string_clipping_exactly): Set
7889 src->clip_head and src->clip_tail temporarily instead of src->hl.
7890
7891 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
7892 character sequence.
7893 (Fccl_execute_on_string): Use ASET, not XSET.
7894
73acf815 78952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7896
1f45f627 7897 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 7898
73acf815 78992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7900
7901 * coding.c (decode_coding): Fix the condition of terminating the
7902 decoding loop.
7903
73acf815 79042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7905
7906 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 7907 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 7908
73acf815 79092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7910
7911 * charset.c (map_charset_chars): Fix for ascii-compatible charset
7912 made by a mapping table.
7913
73acf815 79142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7915
7916 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
7917 not.
7918 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
7919 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
7920
7921 * xterm.c (x_draw_composite_glyph_string_foreground): Check
7922 s->face is NULL or not.
7923
73acf815 79242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7925
7926 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
7927 (x_draw_glyph_string): Fix drawing of right_overhang and
7928 left_overhang around/on cursor.
7929
1f45f627 7930 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 7931
73acf815 79322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7933
7934 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
7935
73acf815 79362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7937
4c4475a8
GM
7938 * coding.c (Fdefine_coding_system_internal)
7939 (Fdefine_coding_system_alias): Avoid a duplicated element in
7940 Vcoding_system_alist.
aca7a3d2 7941
73acf815 79422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7943
7944 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7945
fcb314b2 7946 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
7947 (syms_of_coding): Intern and staticpro it.
7948 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 7949 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
7950
7951 * coding.h (CODING_SYSTEM_P): If ID is not available, call
7952 Fcoding_system_p.
7953 (CHECK_CODING_SYSTEM): If ID is not available, call
7954 Fcheck_coding_system.
4c4475a8
GM
7955 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
7956 Try also Fcheck_coding_system.
aca7a3d2 7957
73acf815 79582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7959
aca7a3d2
MB
7960 * coding.c (code_conversion_restore): GCPRO arg.
7961
73acf815 79622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7963
7964 * character.c (lisp_string_width): Check multibyteness of STRING.
7965
73acf815 79662008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7967
7968 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
7969 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
7970 (decode_mac_font_name): Use decode_coding_c_string instead of
7971 decode_coding.
7972 (x_load_font): Initialize fontp->fontset to -1. Set
7973 fontp->encoding_type.
7974
73acf815 79752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7976
7977 * search.c (search_buffer): Give up BM search on case-fold-search
7978 if one of a target character has a case-equivalence of different
7979 byte length even if that target charcter is an ASCII.
1f45f627
GM
7980 (simple_search): Fix calculation of byte length of matched text.
7981 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 7982
73acf815 79832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7984
7985 * coding.c (decode_coding): Fix handling of invalid bytes.
7986
73acf815 79872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7988
7989 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
7990 Unicode characters.
7991
73acf815 79922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7993
7994 * coding.c (encode_coding_object): If a pre-write-conversion
7995 function makes a new buffer, kill it.
7996
73acf815 79972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7998
7999 * coding.c (QCascii_compatible_p): New variable.
8000 (syms_of_coding): Initialize it.
4c4475a8
GM
8001 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
8002 calling string_char.
aca7a3d2
MB
8003 (record_conversion_result): Add `default:' case.
8004 (coding_charset_list): Delete unused variable `coding_type'.
8005 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
8006 property in the plist of the coding system.
8007 (Fcoding_system_put): Check QCascii_compatible_p.
8008
73acf815 80092008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8010
8011 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
8012 removed calculation of frame `f', as it's now used.
8013
73acf815 80142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8015
1f45f627 8016 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
8017 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
8018 (UNIDATA): New variable.
8019 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8020 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
8021 $(RUN_TEMACS) unconditionally.
8022
73acf815 80232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8024
1f45f627 8025 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
8026 (admindir): New variable.
8027 ($(lispsource)international/charprop.el): New target.
8028
73acf815 80292008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 8030
1f45f627 8031 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
8032 (syms_of_character): Remove its initialization.
8033
73acf815 80342008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
8035
8036 * w32select.c (validate_coding_system)
8037 (setup_windows_coding_system): New functions.
8038 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
8039 setup_windows_coding_system.
8040 (setup_config, Fw32_get_clipboard_data): Use
8041 validate_coding_system.
8042 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 8043 where signals are allowed.
aca7a3d2
MB
8044
8045 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
8046 (Fcheck_coding_system): Add declarations.
8047
73acf815 80482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8049
1f45f627 8050 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 8051
73acf815 80522008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8053
8054 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
8055 string as the second argument for x_new_fontset.
8056
73acf815 80572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8058
8059 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
8060 (encode_coding_object): Use safe_call instead of call2.
8061
73acf815 80622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8063
1f45f627 8064 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
8065
8066 * Makefile.in (lisp): Include charprop.el.
8067
73acf815 80682008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8069
8070 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
8071 Not sure if it's unnecessary.
8072
73acf815 80732008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
8074
8075 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
8076 some possibly unnecessary fontset checking code that crashed
1f45f627 8077 when creating a new frame.
aca7a3d2 8078
73acf815 80792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8080
8081 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
8082 lookup_face.
8083
8084 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
8085
1f45f627 8086 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 8087
73acf815 80882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8089
73acf815 8090 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
8091 (coding_charset_list): New function.
8092
8093 * coding.h (coding_charset_list): Extern it.
8094
73acf815 80952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8096
8097 * fontset.c (Fset_fontset_font): Call find_font_encoding with
8098 concatenation of family and registry.
8099
73acf815 81002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8101
8102 * character.h (BYTE8_STRING): Fix typo.
8103
8104 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
8105 string to multibyte (sync to HEAD).
8106
8107 * casefiddle.c (casify_region): Handle changes in byte-length
8108 using replace_range_2 (sync to HEAD).
8109
73acf815 81102008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
8111
8112 * chartab.c (map_char_table): GCPRO table and arg.
8113
73acf815 81142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8115
8116 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
8117 already at limit.
8118
73acf815 81192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8120
8121 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
8122 instead of fast_c_string_match_ignore_case.
1f45f627 8123 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 8124 fast_string_match_ignore_case instead of
1f45f627 8125 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 8126
73acf815 81272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8128
8129 * xdisp.c (get_next_display_element): In unibyte case, decide to
8130 display in octal form by checking a chacter by
8131 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
8132
1f45f627 8133 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
8134
8135 * character.c (unibyte_has_multibyte_table): New variable.
8136
8137 * character.h (unibyte_has_multibyte_table): Extern it.
8138 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
8139
73acf815 81402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8141
8142 * coding.c (encode_coding_iso_2022): Fix handling of charset
8143 annotation.
8144
73acf815 81452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8146
8147 * coding.c (setup_coding_system): If coding_system is nil, use
8148 Qundecided.
8149 (Fterminal_coding_system): Return nil if terminal coding system is
8150 `undecided'.
8151 (syms_of_coding): Define coding-system `undecided' here. Setup
8152 terminal_coding as `undecided'.
8153
73acf815 81542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8155
8156 * xdisp.c (message_dolog, set_message_1): Call
8157 unibyte_char_to_multibyte with arg type int.
8158
aca7a3d2
MB
8159 * lread.c (read1): Fix reading of a char-table.
8160
8161 * print.c (print_object): Include sub char-table in cicularities
8162 detection.
8163
73acf815 81642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8165
8166 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 8167 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 8168
73acf815 81692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8170
8171 * fileio.c (report_file_error): Make a unibyte string from
8172 strerror (errorno).
8173 (Fsubstitute_in_file_name): Fix the arg to
8174 unibyte_char_to_multibyte. It is evaluated twice.
8175
73acf815 81762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8177
8178 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
8179
73acf815 81802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8181
8182 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
8183 BOM is not found.
4c4475a8
GM
8184 (detect_coding, detect_coding_system): Optimization for ISO-2022
8185 when no 8-bit data is found.
aca7a3d2 8186
73acf815 81872008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8188
8189 * w32fns.c (x_to_w32_font): Update to use new coding struct.
8190
73acf815 81912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8192
4c4475a8
GM
8193 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
8194 CHARS.
aca7a3d2 8195
73acf815 81962008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
8197
8198 * macterm.c (mac_encode_char): Add charset argument and update
8199 to use encoding_type.
2a2e8de7 8200 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
8201 switch to pure fontset.
8202 (decode_mac_font_name): Temporarily remove decoding.
8203 (x_font_name_to_mac_font_name): Temporarily remove encoding.
8204 (x_load_font): Temporarily remove encoding.
aca7a3d2 8205
73acf815 82062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8207
8208 * xfaces.c (Fface_font): If frame is not on a window system,
8209 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
8210 refer to face->font.
8211 (split_font_name_into_vector, build_font_name_from_vector)
8212 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
8213 whne HAVE_WINDOW_SYSTEM is defined.
8214
73acf815 82152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8216
8217 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
8218 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 8219 cmp->glyph_len is zero.
aca7a3d2 8220
1f45f627 8221 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
8222 (Ffontset_info): Make it backward compatible. New arg ALL.
8223
73acf815 82242008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
8225
8226 * process.c (read_process_output): Grow decoding_buf when needed;
8227 this could cause a crash in allocate_string and compact_small_strings.
8228
73acf815 82292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8230
1f45f627 8231 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 8232
73acf815 82332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8234
8235 * coding.c (setup_coding_system): Set coding->common_flags
8236 correctly for raw-text.
8237 (consume_chars): On encoding unibyte text by raw-text, don't check
8238 multibyte form.
1f45f627 8239 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
8240
8241 * fileio.c (e_write): Short cut for the case of no encoding.
8242
73acf815 82432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8244
4c4475a8
GM
8245 * coding.c (detect_coding, detect_coding_system): Delete unused
8246 variables.
aca7a3d2 8247
73acf815 82482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8249
8250 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
8251 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
8252
73acf815 82532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8254
8255 * coding.c (Ffind_coding_systems_region_internal): Include
8256 raw-text and no-conversion in the result.
8257
73acf815 82582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8259
1f45f627 8260 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
8261 (load_font_get_repertory): Delete unnecessary check of ENCODING of
8262 FONT_DEF.
8263 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 8264 (set_fontset_font): Change argument.
aca7a3d2
MB
8265 (Fset_fontset_font): Fix for the case that TARGET is a script
8266 name and charset name.
8267 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
8268
73acf815 82692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8270
1f45f627
GM
8271 * fontset.c (fontset_font): Rename from fontset_face. Change return
8272 value.
4c4475a8
GM
8273 (face_suitable_for_char_p, face_for_char): Adjust for the change
8274 of fontset_font.
aca7a3d2
MB
8275 (make_fontset_for_ascii_face): Fix setting of the fontset element
8276 for ASCII.
8277 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
8278 to get a font name.
1f45f627 8279 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 8280
fcb314b2 8281 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
8282
8283 * character.h (LEADING_CODE_LATIN_1_MIN)
8284 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
8285
73acf815 82862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8287
fcb314b2 8288 * editfns.c (check_translation): New function.
aca7a3d2
MB
8289 (Ftranslate_region_internal): Handle M:N mapping.
8290
73acf815 82912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8292
8293 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
8294
73acf815 82952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8296
8297 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
8298 goto invalid_code.
8299 (decode_coding_iso_2022): Fix handling of invalid designation.
8300
8301 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
8302 after calling code_conversion_save.
8303
73acf815 83042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8305
8306 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
8307
8308 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
8309
8310 * fontset.c: Include "intervals.h".
8311 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
8312 (free_face_fontset, new_fontset_from_font_name): Fix
8313 Lisp_Object/int mixup.
aca7a3d2
MB
8314
8315 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
8316
8317 * coding.c: Add many prototypes for static functions.
8318 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 8319 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
8320 (Funencodable_char_position, Fcheck_coding_systems_region): Call
8321 get_translation_table with max_lookup NULL.
aca7a3d2 8322
73acf815 83232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8324
8325 * coding.c (get_translation_table): Declare it as Lisp_Object.
8326 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
8327 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
8328 instead of CHAR_TABLE_REF.
aca7a3d2 8329
73acf815 83302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8331
1f45f627 8332 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
8333 annotation data format.
8334 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 8335 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 8336 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 8337 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
8338 (decode_coding_ccl, decode_coding_charset): Pay attention to
8339 coding->charbuf_used.
aca7a3d2
MB
8340 (get_translation): New function.
8341 (produce_chars): New arguments translation_table and last_block.
8342 Translate characters here. Return number of carryover chars.
1f45f627
GM
8343 Change caller.
8344 (produce_composition): New argument pos. Change caller.
8345 Adjust for the change of annotation data format.
aca7a3d2
MB
8346 (produce_charset, produce_annotation): Likewise.
8347 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
8348 (consume_chars): New arg translation_table. Change caller.
8349 (translate_chars): Delete.
8350 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 8351
73acf815 83522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8353
8354 * search.c (simple_search): Fix setting this_pos_byte in backward
8355 search.
8356
8357 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
8358 byte sequence.
8359 (detect_coding_ccl): Fix setting of the variable valids.
8360
73acf815 83612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8362
8363 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
8364
8365 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
8366
1f45f627 8367 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
8368 Ftranslate_region. Accept a char-table in TABLE.
8369 (syms_of_editfns): Defsubr Stranslate_region_internal.
8370
8371 * xfaces.c (set_lface_from_font_name): If a font is specified for
8372 a frame, generate a fontset from the font.
8373 (build_scalable_font_name): If the scalable font is requested for
8374 a specific size, don't change that size.
8375 (try_font_list): Try a scalable font also in the case that a
1f45f627 8376 pattern string is specified.
aca7a3d2 8377
73acf815 83782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8379
8380 * xfaces.c (Fface_font): New optional arg CHARACTER.
8381
73acf815 83822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8383
8384 * charset.h (CHARSET_OFFSET): New macro.
8385
73acf815 83862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8387
8388 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
8389
8390 * fontset.c (fontset_face): Handle the case that repertory is a
8391 char-table.
8392 (find_font_encoding): Return nil for unknown encoding.
8393 (Fset_fontset_font): Ignore a font of unknown encoding.
8394
73acf815 83952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8396
1f45f627 8397 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
8398
8399 * fontset.c (fontset_face): Handle fallback fonts correctly.
8400 (Ffontset_info): Return infomation about fallback fonts.
8401
73acf815 84022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8403
8404 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 8405 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
8406 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
8407 the case that it is nil.
8408 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 8409 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
8410
8411 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
8412 subset or superset.
8413
73acf815 84142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8415
8416 * emacs.c (main): Call init_charset after syms_of_XXX.
8417
1f45f627 8418 * charset.c (Vcharset_map_directory): Delete.
1f204af3 8419 (Vcharset_map_path): New variable.
aca7a3d2
MB
8420 (load_charset_map_from_file): Use Vcharset_map_path instead.
8421 (init_charset): Initialize Vcharset_map_path.
8422 (syms_of_charset): Delete declaration of "charset-map-directory",
8423 add declaration of "charset-map-path".
8424
73acf815 84252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8426
4c4475a8
GM
8427 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
8428 ASCII only string.
aca7a3d2
MB
8429
8430 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
8431
8432 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 8433 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 8434
73acf815 84352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8436
8437 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
8438
8439 * coding.c (QCmnemonic, QCdefalut_char)
8440 (QCdecode_translation_table, QCencode_translation_table)
8441 (QCpost_read_conversion, QCpre_write_conversion): New variables.
8442 (get_translation_table): Return a list of translation tables if
8443 necessary.
8444 (decode_coding): Call get_translation_table with ENCODEP 0.
8445 (char_encodable_p): If translation_table is non-nil, always call
8446 translate_char.
8447 (Fdefine_coding_system_internal): Accept list of translation
8448 tables as :encode-translation-table and :decode-translation-table.
8449 (Fcoding_system_put): New function.
8450 (syms_of_coding): Declare new symbols. Defsubr
8451 Scoding_system_put.
4c4475a8
GM
8452 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
8453 typically JISX0212.
aca7a3d2
MB
8454
8455 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
8456 when the charset is superset type.
8457
8458 * character.c (translate_char): Accept list of translation tables.
8459
73acf815 84602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8461
1f45f627 8462 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
8463 (CODING_ATTR_TRANS_TBL): New macro.
8464
8465 * coding.c (get_translation_table): New function.
8466 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
8467 (decode_coding, encode_coding): Utilize get_translation_table.
8468 (char_encodable_p, Funencodable_char_position): Translate char if
8469 necessary.
8470 (Ffind_coding_systems_region_internal)
8471 (Fcheck_coding_systems_region): Setup translation table for encode
8472 in a coding system attribute vector in advance.
aca7a3d2
MB
8473 (Fdefine_coding_system_internal): Allow a symbol as translation
8474 table. For shift-jis type coding system, allow 4th charset.
8475
73acf815 84762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8477
8478 * coding.c (decode_coding_sjis): Check the first byte rigidly.
8479
8480 * xdisp.c (get_next_display_element): Pass -1 as POS to
8481 FACE_FOR_CHAR if displaying a C-string.
8482
73acf815 84832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8484
8485 * composite.c (get_composition_id): Handle xoff and yoff in a
8486 composition rule.
8487
8488 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
8489 (struct composition): New member lbearing and rbearing.
8490
8491 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
8492 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 8493 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
8494
8495 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
8496 composition glyph.
8497
73acf815 84982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8499
8500 * print.c: Include charset.h.
8501 (Vprint_charset_text_property): New variable.
8502 (Qdefault): Extern it.
8503 (PRINT_STRING_NON_CHARSET_FOUND)
8504 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
8505 (print_check_string_result): New variable.
8506 (print_check_string_charset_prop): New function.
8507 (print_prune_charset_plist): New variable.
8508 (print_prune_string_charset): New function.
8509 (print_object): Call print_prune_string_charset if
8510 Vprint_charset_text_property is not t.
8511 (print_interval): Print nothing if itnerval->plist is nil.
8512 (syms_of_print): Declare Vprint_charset_text_property as a lisp
8513 variable. Init and staticpro print_prune_charset_plist.
8514
73acf815 85152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8516
8517 * fontset.c (new_fontset_from_font_name): Use the specified font
8518 for all characters in the new fontset.
8519
8520 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8521 OBJECT args.
8522
8523 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
8524 OBJECT args for composition too.
8525
8526 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8527 OBJECT args.
8528
73acf815 85292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8530
8531 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
8532
1f45f627 8533 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 8534 FONT_DEF format.
1f45f627 8535 (fontset_face): New arg id. Change caller.
aca7a3d2 8536 (face_for_char): New args pos and object.
1f204af3 8537 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
8538 (fs_query_fontset): Check NAME by Fassoc too.
8539 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 8540 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 8541
1f45f627 8542 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 8543
4c4475a8
GM
8544 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
8545 (append_space, extend_face_to_end_of_line)
8546 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8547 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
8548
8549 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
8550 POS and OBJECT args.
8551
8552 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
8553 POS and OBJECT args.
8554
73acf815 85552008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8556
8557 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
8558 of GlobalAlloc'ed memory.
8559
73acf815 85602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8561
8562 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
8563
8564 * charset.h (charset_table_used): Delete extern.
8565
8566 * charset.c (charset_table_used): Make it static.
8567 (map_charset_chars): Fix args to c_function with.
8568
8569 * chartab.c (map_sub_char_table_for_charset): Fix args to
8570 c_function with.
8571
8572 * coding.h (enum coding_result_code): Delete
8573 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
8574
8575 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 8576 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
8577 (Vlast_code_conversion_error): New variables.
8578 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
8579 (ONE_MORE_BYTE): Record error if any instead of signaling an
8580 error. If non-ASCII multibyte char is found, return the negative
8581 value of the code. All callers changed to check it.
8582 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
8583 (record_conversion_result): New function. Change all codes setting
8584 coding->result to call this function.
4c4475a8
GM
8585 (detect_coding_utf_8, decode_coding_utf_8)
8586 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
8587 Don't use the local variable incomplete.
aca7a3d2 8588 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
8589 (decode_coding): Fix of flushing out unprocessed data.
8590 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 8591 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
8592
8593 * fontset.c (set_fontset_font): Fix args.
8594
8595 * lisp.h (CHARACTERBITS): Define as 22.
8596
8597 * process.c (send_process): Be sure to set coding->src_multibyte.
8598
8599 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
8600
73acf815 86012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8602
8603 * xdisp.c (handle_auto_composed_prop): Give limit to
8604 Fnext_single_char_property_change.
8605
73acf815 86062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8607
424c157f 8608 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 8609 table weak.
aca7a3d2
MB
8610
8611 * fontset.c (Fset_fontset_font): Fix docstring.
8612
8613 * lisp.h (detect_coding_system): Adjust prototype.
8614
8615 * fileio.c (kill_workbuf_unwind): Delete this function.
8616 (Finsert_file_contents): Adjust the call of detect_coding_system.
8617 Get conversion_buffer by code_conversion_save. Use the macor
8618 CODING_MAY_REQUIRE_DECODING. After decoding, update
8619 coding_system.
8620
8621 * coding.h (make_conversion_work_buffer): Delete extern.
8622 (code_conversion_save): Extern it.
8623
8624 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 8625 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
8626 (decode_coding_utf_8): Don't do eol converion.
8627 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 8628 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
8629 (decode_coding_emacs_mule, decode_coding_iso_2022)
8630 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8631 Don't do eol converion.
aca7a3d2
MB
8632 (adjust_coding_eol_type): Return a new coding system.
8633 (detect_coding): Don't detect eol. Fix for utf-16 detection.
8634 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
8635 each change.
8636 (decode_coding): Pay attention to undo_list. Do eol convesion for
8637 all types of coding-systems (if necessary).
8638 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 8639 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
8640 Vcode_conversion_reused_work_buf.
8641 (Vcode_conversion_workbuf_name): New variable.
8642 (reused_workbuf_in_use): New variable.
8643 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 8644 (code_conversion_restore): Change argument to cons.
1f45f627
GM
8645 (code_conversion_save): Delete the argument BUFFER. Change callers.
8646 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
8647 Fix for utf-16 detection.
8648 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 8649 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
8650 reused_workbuf_in_use.
8651
73acf815 86522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8653
8654 * keymap.c (store_in_keymap): Pay attention to the case that idx
8655 is a cons specifying a character range.
8656
73acf815 86572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8658
8659 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
8660 HANDLED_RECOMPUTE_PROPS.
8661
8662 * coding.c (Fdefine_coding_system_internal): Fix checking of
8663 ascii compatibility.
8664
73acf815 86652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8666
1f45f627 8667 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
8668 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
8669
8670 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
8671 Resync charset_list to Vemacs_mule_charset_list.
8672
8673 * keymap.c (store_in_keymap): Pay attention to the case that idx
8674 is a cons specifying a character range.
8675
73acf815 86762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8677
8678 * composite.c (update_compositions): Bind inhibit-read-only, etc
8679 to t before calling remove-list-of-text-properties.
8680
8681 * print.c (print_object): Always print ASCII chars as is.
8682
73acf815 86832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8684
1f45f627 8685 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 8686
4c4475a8
GM
8687 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
8688 is a char table.
aca7a3d2 8689
73acf815 86902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8691
1f45f627 8692 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 8693
73acf815 86942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8695
8696 * xfaces.c (set_lface_from_font_name): Fix for the case that
8697 FONTNAME is not fontset name.
8698
73acf815 86992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8700
8701 * fns.c (base64_encode_1): Fix previous change.
8702
73acf815 87032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8704
8705 * fontset.c (set_fontset_font): New function.
8706 (Fset_fontset_font): If a font is specified for a charset, use
8707 map_charset_chars to store the font spec in a fontset.
8708
73acf815 87092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8710
1f204af3 8711 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
8712 (make_fontset): Don't create a fallback fontset here.
8713 (free_face_fontset): Free a fallback fontset (if any) too.
8714 (n_auto_fontsets): Delete this variable.
8715 (auto_fontset_alist): New variable.
8716 (new_fontset_from_font_name): Check auto_fontset_alist.
8717 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
8718 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
8719 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
8720 Defsubr Sfontset_list_all.
8721
73acf815 87222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8723
8724 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8725
73acf815 87262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8727
8728 * fontset.c (Fnew_fontset): Check NAME more rigidly.
8729
73acf815 87302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8731
8732 * editfns.c (Fgoto_char): Fix docstring.
8733
73acf815 87342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8735
8736 * insdel.c (insert_from_gap): Adjust intervals correctly.
8737
73acf815 87382008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8739
8740 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
8741 (pfnGetFontUnicodeRanges): New dynamically loaded function.
8742 (w32_initialize): Try to load it.
8743 (x_get_font_repertory): Use it if available.
8744 (w32_encode_char): Add shortcut for unicode output.
8745
8746 * w32fns.c (w32_load_system_font): Default charset to -1.
8747 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 8748 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
8749 or wildcard charsets.
8750 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
8751 (w32_codepage_for_font): Return CP_UNICODE for unicode.
8752 (w32_to_x_font): Match charset to real charset.
8753 (enum_font_cb2): Always list unicode versions.
8754
8755 * makefile.w32-in (temacs): Increase EMHEAP.
8756
73acf815 87572008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8758
8759 * w32term.c (w32_encode_char): New charset parameter.
8760 font_info.encoding becomes encoding_type.
1f45f627 8761 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
8762 (x_new_font): Return quickly if font already set.
8763 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
8764 Use new fs_query_fontset. Try new_fontset_from_font_name.
8765 Use fontset_name for return value.
aca7a3d2
MB
8766
8767 * w32term.h: Declare x_get_font_repertory.
8768
8769 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 8770 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
8771 of encode_coding.
8772 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
8773 decode_coding.
8774
8775 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
8776 of x_new_fontset.
8777 (w32_load_system_font): Initialize charset as unicode.
8778 font_info.encoding becomes encoding_type.
1f45f627
GM
8779 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
8780 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
8781 (syms_of_w32fns): Set get_font_repertory_func.
8782
1f45f627 8783 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 8784 from term.c.
1f45f627 8785 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
8786 encode_coding_object in place of encode_coding.
8787
8788 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
8789 encoding becomes encoding_type.
8790
8791 * term.c (terminal_encode_buffer): Make externally visible.
8792
8793 * makefile.w32-in: Add character.h dependancies.
8794 (character.o, chartab.o): New targets.
8795
73acf815 87962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8797
8798 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 8799 CODING_ID_EOL_TYPE.
aca7a3d2 8800
73acf815 88012008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
8802
8803 * coding.c (produce_chars): Revert last change.
8804
73acf815 88052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8806
8807 * charset.h (charset_unicode): Extern it.
8808
8809 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 8810 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 8811 arg MULTIBYTE.
1f45f627 8812 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
8813 change of find_charsets_in_text.
8814 (Fsplit_char): Fix doc. Never return unknown.
8815
8816 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
8817
8818 * coding.c (Fdefine_coding_system_alias): Update
8819 Vcoding_system_list.
8820
8821 * fontset.c (load_font_get_repertory): Pay attention to the case
8822 that ENCODING of a font is specified by a char-table.
8823
8824 * xterm.c (x_get_font_repertory): Handle the case that the
8825 encoding of font is other than Unicode.
8826
73acf815 88272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8828
8829 * term.c (encode_terminal_code): Don't handle glyph-table. Check
8830 if a character is encodable by the terminal coding system. If
8831 not, produces proper number of `?'s. Update
8832 terminal_encode_buffer and terminal_encode_buf_size if necessary.
8833 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
8834
73acf815 88352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8836
8837 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
8838 variables.
1f45f627 8839 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
8840 characters at once. Store the result of encoding in
8841 terminal_encode_buffer.
4c4475a8
GM
8842 (write_glyphs, insert_glyphs): Adjust for the change of
8843 encode_terminal_code.
aca7a3d2
MB
8844 (term_init): Initialize terminal_encode_buffer and
8845 terminal_encode_buf_size.
8846
8847 * coding.c (consume_chars): If coding->src_object is nil, don't
8848 check annotation.
8849
73acf815 88502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8851
8852 * character.c (char_string): Use ASCII_CHAR_P instead of
8853 SINGLE_BYTE_CHAR_P.
8854
73acf815 88552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8856
8857 * xdisp.c (handle_auto_composed_prop): Check if the last
8858 characters of auto-composed region is newly composed with the
8859 following characters.
8860 (handle_composition_prop): Fix checking of point being inside
8861 composition.
8862
73acf815 88632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8864
8865 * fns.c (concat): Don't change multibyteness of the result by
8866 concatenating an 8-bit character.
8867
8868 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
8869 multibyteness of the result when newelt is an 8-bit character.
8870
73acf815 88712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8872
8873 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
8874 EMACS_INT.
8875
8876 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
8877
8878 * xfaces.c (face_numeric_value): Declare dim size_t.
8879 (Finternal_lisp_face_equal_p): Remove unused f.
8880
8881 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
8882 (MATRIX_ROW): Remove unused vars.
8883 (draw_glyphs, x_insert_glyphs, fast_find_position)
8884 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
8885 byte/char counts.
8886
8887 * regex.c (regex_compile): Remove unused var.
8888
8889 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8890
8891 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8892 (Faccessible_keymaps, where_is_internal): Remove unused vars.
8893
8894 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
8895
8896 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
8897
8898 * fileio.c (Fwrite_region): Remove unused var.
8899
8900 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
8901 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
8902
8903 * composite.c (Fremove_list_of_text_properties): Declare.
8904
1f45f627
GM
8905 * coding.c (inhibit_pre_post_conversion): Remove (unused).
8906 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
8907 (coding_inherit_eol_type): Remove unused attrs.
8908 (detect_coding): Cast arg of detect_eol.
8909
8910 * charset.c (syms_of_charset): Remove unused var p.
8911 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
8912 byte/char counts.
8913
8914 * casetab.c (set_case_table): Remove unused var.
8915
8916 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 8917 unused vars.
aca7a3d2 8918
73acf815 89192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8920
8921 * xterm.c (x_bitmap_mask): Declare.
8922
73acf815 89232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8924
8925 * xterm.c (x_term_init): Fix type error.
8926
8927 * lisp.h: Add Funibyte_char_to_multibyte.
8928
8929 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
8930 (Fset_coding_system_priority): Doc fix.
8931
aca7a3d2
MB
8932 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
8933
8934 * indent.c (check_composition): Make start and end EMACS_INT.
8935
8936 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
8937
8938 * xdisp.c (handle_composition_prop, check_point_in_composition):
8939 Make buffer positions EMACS_INT.
8940
8941 * composite.c (find_composition, run_composition_function)
8942 (update_compositions, Ffind_composition_internal): Make buffer
8943 positions EMACS_INT.
8944
8945 * composite.h (find_composition, update_compositions): Make
8946 position args EMACS_INT.
8947
1f45f627 8948 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
8949
8950 * intervals.c (get_property_and_range):
8951 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
8952
8953 * unexalpha.c: Don't include varargs.h.
8954
73acf815 89552008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8956
8957 * coding.h (ENCODE_UTF_8): New.
8958
8959 * Makefile.in (gtkutil.o): Depend on coding.h.
8960
8961 * coding.c (Fset_coding_system_priority): Doc fix.
8962
73acf815 89632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8964
8965 * fileio.c (Finsert_file_contents): Call setup_coding_system in
8966 the case of auto saving.
8967
73acf815 89682008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 8969
4c4475a8
GM
8970 * chartab.c (map_char_table, map_char_table_for_charset): Protect
8971 `range' from GC.
aca7a3d2 8972
73acf815 89732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8974
8975 * coding.c (decode_coding_sjis): Check bytes more rigidly.
8976
73acf815 89772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8978
1f45f627 8979 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
8980 (Fwrite_region): Set Vlast_coding_system_used to the return value
8981 of choose_write_coding_system.
8982
73acf815 89832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8984
8985 * charset.c (Fset_charset_priority): Pay attention to duplicated
8986 arguments.
8987
8988 * coding.c (QCcategory): New variable.
8989 (syms_of_coding): Defsym it. Set all elements of
8990 Vcoding_category_table and their symbol values.
8991 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
8992 coding-category-XXX, and coding-category-list.
8993 (Fdefine_coding_system_internal): Add category in the plist.
8994
73acf815 89952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8996
8997 * callproc.c (Fcall_process): Handle carryover correctly.
8998
1f45f627 8999 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
9000 (raw_text_coding_system): Check NILP (coding_system).
9001 (coding_inherit_eol_type): Check NILP (coding_system) and
9002 NILP (parent).
9003 (consume_chars): Fix for the case of raw-text.
9004
9005 * process.c (read_process_output): Handle carryover correctly.
9006
73acf815 90072008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9008
9009 * regex.c (re_search_2): Fix last change.
9010
73acf815 90112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9012
9013 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
9014 target_multibyte. Even in a unibyte case, return a converted
9015 multibyte char.
9016 (GET_CHAR_AFTER): New macro.
9017 (PATFETCH): Translate via multibyte char.
9018 (HANDLE_UNIBYTE_RANGE): Delete this macro.
9019 (SETUP_MULTIBYTE_RANGE): New macro.
9020 (regex_compile): Setup compiled code so that its multibyteness
9021 matches that of a target. Fix the handling of "[X-YZ]" using
9022 SETUP_MULTIBYTE_RANGE.
9023 (analyse_first) <charset>: For filling fastmap for all multibyte
9024 characters, don't check by BASE_LEADING_CODE_P.
9025 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
9026 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 9027 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
9028 (TARGET_CHAR_AND_LENGTH): Delete this macro.
9029 (TRANSLATE_VIA_MULTIBYTE): New macro.
9030 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
9031 It is the same as RE_MULTIBYTE_P (bufp) now.
9032 <exactn>: Translate via multibyte.
9033 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
9034 translate it.
9035 <charset, charset_not>: Fetch a character by
9036 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
9037 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
9038 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
9039 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
9040 by GET_CHAR_AFTER.
c5ad7a3d 9041 (bcmp_translate): Likewise.
aca7a3d2
MB
9042
9043 * search.c (compile_pattern): Check the member target_multibyte,
9044 not the member multibyte of buf.
9045
9046 * lread.c (read1): While reading a string, set force_singlebyte
9047 and force_multibyte correctly.
9048
4c4475a8
GM
9049 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
9050 up of unibyte_to_multibyte_table.
aca7a3d2 9051
73acf815 90522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9053
9054 * coding.c (setup_coding_system): If coding has
9055 post-read-conversion or pre-write-conversion, set
9056 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
9057 respectively.
9058 (decode_coding_gap): Run post-read-conversion if any.
9059
9060 * fileio.c (Finsert_file_contents): Even if we read into a
9061 unibyte buffer, check if we must decode the result or not.
9062
73acf815 90632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9064
9065 * coding.c (make_conversion_work_buffer): Change the work buffer
9066 name to the same one as that of Emacs 21.
9067
73acf815 90682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9069
1f45f627 9070 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
9071 (code_conversion_restore): Don't extern it.
9072
9073 * coding.c (detected_mask): Delete unused variable.
9074 (decode_coding_iso_2022): Pay attention to the byte sequence of
9075 CTEXT extended segment, and retain those bytes as is.
9076 (decode_coding_ccl): Delete unused variable `valids'.
9077 (setup_coding_system): Delete unused variable `category'.
9078 (consume_chars): Delete unused variable `category'. Make it work
9079 for non-multibyte case.
1f45f627 9080 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
9081 (saved_coding): Delete unused variable.
9082 (code_conversion_restore): Don't check saved_coding->destination.
9083 (code_conversion_save): New function.
9084 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
9085 instead of record_unwind_protect.
1f45f627 9086 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 9087 (detect_coding_system): Delete unused variable `mask'.
1f45f627 9088 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
9089
9090 * fileio.c (kill_workbuf_unwind): New function.
9091 (Finsert_file_contents): On replacing, call
9092 make_conversion_work_buffer with correct args, and call
9093 record_unwind_protect with the first arg kill_workbuf_unwind.
9094
9095 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
9096
73acf815 90972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9098
1f45f627 9099 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
9100 (fontset_add): Fix for the case that TO is less than TO1.
9101 (Ffontset_info): Don't use fallback fontset on checking the
9102 default fontset.
9103 (dump_fontset): New function for debugging.
9104
9105 * coding.c (Fdefine_coding_system_internal): Fix for the case that
9106 coding_type is Qcharset.
9107
73acf815 91082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9109
9110 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
9111 (map_char_table): Don't inherit the value from the parent on
1f45f627 9112 initializing VAL. Adjust for the above change.
aca7a3d2 9113
73acf815 91142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9115
9116 * coding.c (Qsignature, Qendian): Delete these variables.
9117 (syms_of_coding): Don't initialize them.
9118 (CATEGORY_MASK_UTF_16_AUTO): New macro.
9119 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
9120 detect_info->found.
9121 (decode_coding_utf_16): Don't detect BOM here.
9122 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
9123 is NOT utf_16_without_bom.
9124 (setup_coding_system): For a coding system of type utf-16, check
9125 if the attribute :endian is Qbig or not (not nil or not), and set
9126 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
9127 (detect_coding): If coding type is utf-16 and BOM detection is
9128 required, detect it.
9129 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 9130 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 9131
73acf815 91322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9133
9134 * coding.c (coding_set_source): Fix for the case that the current
9135 buffer is different from coding->src_object.
9136 (decode_coding_object): Don't use the conversion work buffer if
9137 DST_OBJECT is a buffer.
9138
73acf815 91392008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9140
9141 * lread.c (read_emacs_mule_char) [len==2]: Index
9142 emacs_mule_charset correctly.
9143
73acf815 91442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9145
9146 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
9147 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 9148 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
9149 treated specially.)
9150 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
9151 (detected_mask): Remove Big5 bits.
9152
73acf815 91532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9154
9155 The following changes are to make the font rescaling facility
9156 compatible with Emacs 21.
9157
1f45f627 9158 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
9159 Vface_resizing_fonts.
9160 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 9161 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
9162 (split_font_name): Set font->rescale_ratio.
9163 (better_font_p): Pay attention to font->rescale_ratio.
9164 (build_scalable_font_name): Likewise. Change RESX, and RESY
9165 fields.
1f45f627 9166 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 9167
73acf815 91682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9169
9170 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
9171 (Qutf_16_le): Remove these variables.
9172 (syms_of_coding): Don't DEFSYM them.
9173 (decode_coding_utf_16): Fix handling of BOM.
9174 (encode_coding_utf_16): Fix handling of BOM.
9175
73acf815 91762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9177
9178 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 9179 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 9180
73acf815 91812008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9182
9183 * coding.c (Fcheck_coding_systems_region): Fix type errors.
9184
73acf815 91852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9186
9187 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9188 and fix C types.
9189
73acf815 91902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9191
9192 * xdisp.c (SKIP_GLYPHS): New macro.
9193 (set_cursor_from_row): Pay attention to string display properties.
9194
9195 * category.c (copy_category_entry): Fix for the case that RANGE
9196 is an integer.
9197
9198 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
9199
1f45f627 9200 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 9201
73acf815 92022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9203
9204 * charset.c (Fcharset_id_internal): New function.
9205 (syms_of_charset): Defsubr it.
9206
9207 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
9208 with the last arg charset_list acquired from coding.
9209 (Fdefine_coding_system_internal): For ccl-based coding system, fix
9210 the attribute coding_attr_ccl_valids.
9211
9212 * coding.h (enum define_coding_ccl_arg_index): Set the first
9213 member coding_arg_ccl_decoder to coding_arg_max.
9214
1f45f627 9215 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
9216
9217 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
9218 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
9219 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
9220 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
9221 last arg Qnil.
aca7a3d2 9222
73acf815 92232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9224
9225 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
9226 call encode_char.
9227
1f45f627 9228 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 9229
73acf815 92302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9231
1f45f627 9232 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 9233
73acf815 92342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9235
9236 * dispextern.h (check_face_attributes, generate_ascii_font_name)
9237 (font_name_registry): Don't extern them.
1f45f627 9238 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
9239
9240 * fontset.h (Qfontset): Don't extern it.
9241 (new_fontset_from_font_name): Extern it.
9242
9243 * fontset.c: Give 8 extra slots to fontset objects.
9244 (Qfontset_info): New variable.
9245 (syms_of_fontset): Defsym it.
9246 (FONTSET_FALLBACK): New macro.
9247 (fontset_face): Try also the default fontset.
1f45f627
GM
9248 (make_fontset): Realize a fallback fontset from the default fontset.
9249 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
9250 using split_font_name_into_vector and build_font_name_from_vector.
9251 (Fset_fontset_font): Access the elements of font_spec by enum
9252 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
9253 name by using split_font_name_into_vector.
9254 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
9255 generate a proper font name from the fontset name. Update
9256 Vfontset_alias_alist.
9257 (n_auto_fontsets): New variable.
9258 (new_fontset_from_font_name): New function.
9259 (Ffont_info): Store the information about fonts generated from the
1f45f627 9260 default fontset in the first extra slot of the returned char-table.
aca7a3d2 9261
1f45f627
GM
9262 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
9263 (font_name_registry): Delete function.
aca7a3d2
MB
9264 (split_font_name_into_vector): New function.
9265 (build_font_name_from_vector): New function.
1f45f627 9266 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
9267 (choose_face_font): If we are choosing an ASCII font, and ATTRS
9268 specifies an explicit font name, return the name as is. Make a
9269 list of registy names.
9270
1f45f627 9271 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
9272 of x_new_fontset.
9273 (Fx_create_frame): Don't call x_new_fontset here. Just use
9274 x_list_fonts to check the existence of fonts.
9275
1f45f627 9276 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
9277
9278 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
9279 string. Use new_fontset_from_font_name to create a fontset from a
9280 font name.
9281
1c8658b9
GM
92822008-02-01 Kenichi Handa <handa@m17n.org>
9283
9284 * syntax.c (Vfind_word_boundary_function_table): New name for
9285 Vnext_word_boundary_function_table.
9286 (find-word-boundary-function-table): New name for
9287 next-word-boundary-function-table.
9288
73acf815 92892008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9290
9291 * Makefile.in: Fix some dependencies.
9292
9293 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
9294 set it to nil before returning.
9295
9296 * composite.c (update_compositions): Fix type error.
9297
9298 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
9299
73acf815 93002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9301
9302 * xterm.c (x_new_font): Optimize for the case that the font is
9303 already set for the frame.
9304
73acf815 93052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9306
9307 * chartab.c (char_table_ascii): Check if the char table contents
9308 is sub-char-table or not.
4c4475a8
GM
9309 (char_table_set, char_table_set_range): Fix argument to
9310 char_table_ascii.
aca7a3d2
MB
9311
9312 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
9313 (detect_coding_utf_8, detect_coding_utf_16)
9314 (detect_coding_emacs_mule, detect_coding_iso_2022)
9315 (detect_coding_sjis, detect_coding_big5)
9316 (detect_coding_ccl, detect_coding_charset): Change argument MASK
9317 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 9318 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
9319 (MAX_ANNOTATION_LENGTH): New macro.
9320 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
9321 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
9322 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 9323 (ADD_CHARSET_DATA): New macro.
1f45f627 9324 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
9325 (decode_coding_emacs_mule, decode_coding_iso_2022)
9326 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9327 Produce charset annotation data in coding->charbuf.
9328 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
9329 to charset annotation data in coding->charbuf.
9330 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
9331 coding->common_flags if the coding system is iso-2022 based and
9332 uses designation.
1f45f627 9333 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
9334 (produce_charset): New function.
9335 (produce_annotation): Handle charset annotation.
9336 (handle_composition_annotation, handle_charset_annotation): New
9337 functions.
9338 (consume_chars): Handle charset annotation. Utilize the above two
9339 functions.
9340 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
9341 buffer, get the deleted text as a string and set
9342 coding->src_object to that string.
9343 (detect_coding, detect_coding_system): Use the new struct
9344 coding_detection_info.
9345
9346 * coding.h (struct coding_detection_info): New structure.
1f45f627 9347 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
9348 (CODING_ANNOTATE_CHARSET_MASK): New macro.
9349
73acf815 93502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9351
9352 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
9353
73acf815 93542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9355
1f45f627 9356 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
9357 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
9358 to new local and nullify apropos_accumulate before returning.
9359 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
9360
73acf815 93612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9362
9363 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
9364 correctly.
9365
73acf815 93662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9367
9368 * fns.c (Flanginfo): Call synchronize_system_time_locale.
9369
73acf815 93702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9371
9372 The following changes are to make character composition happen
9373 automatically on displaying.
9374
2a2e8de7 9375 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 9376
1f45f627
GM
9377 * composite.h (Qauto_composed, Vauto_composition_function)
9378 (Qauto_composition_function): Extern them.
aca7a3d2 9379
1f45f627
GM
9380 * composite.c (Vcomposition_function_table)
9381 (Qcomposition_function_table): Delete variables.
9382 (Qauto_composed, Vauto_composition_function)
9383 (Qauto_composition_function): New variables.
aca7a3d2
MB
9384 (run_composition_function): Don't call
9385 compose-chars-after-function.
9386 (update_compositions): Clear `auto-composed' text property.
9387 (compose_chars_in_text): Delete this function.
9388 (syms_of_composite): Staticpro Qauto_composed and
9389 Qauto_composition_function. Declare Vauto_composition_function as
9390 a Lisp variable.
9391
9392 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
9393
9394 * xdisp.c (it_props): Add an entry for Qauto_composed.
9395 (handle_auto_composed_prop): New function.
9396
9397 * xselect.c (selection_data_to_lisp_data): Don't call
9398 compose_chars_in_text.
9399
73acf815 94002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9401
9402 * keyboard.c (read_char): Modify checking around use of
9403 Vkeyboard_translate_table.
9404
9405 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9406 and fix C types.
9407
73acf815 94082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9409
4c4475a8
GM
9410 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
9411 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9412 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 9413 the case that the last byte is '\r' correctly.
1f45f627
GM
9414 (decode_coding): Flush out the unprocessed data correctly.
9415 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 9416
73acf815 94172008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9418
f245f2c6
JB
9419 * xterm.c (XTread_socket): Fix changes for defined keysyms.
9420 Add XK_ISO... case.
aca7a3d2
MB
9421 (xaw_scroll_callback): Revert last change.
9422
73acf815 94232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9424
1f45f627 9425 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 9426
73acf815 94272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9428
9429 * xfaces.c (Vface_resizing_fonts): New variable.
9430 (struct font_name): New member `resizing_ratio'.
9431 (font_resizing_ratio): New function.
9432 (split_font_name): Set font->resizing_ratio.
9433 (better_font_p): Pay attention to font->resizing_ratio.
9434 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
9435 RESX, and RESY fields.
9436 (try_alternative_families): Try scalable fonts if
9437 Vscalable_fonts_allowed is not Qt.
9438 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
9439
73acf815 94402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9441
9442 * xterm.c (xaw_scroll_callback): Cast correctly.
9443
73acf815 94442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9445
9446 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
9447 (lispy_kana_keys): Comment out.
9448 (make_lispy_event) [XK_kana_A]: Comment out.
9449
9450 * xterm.c (xaw_scroll_callback): Cast call_data.
9451 (XTread_socket): Deal with ASCII keysyms.
9452 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
9453
73acf815 94542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9455
9456 * xterm.c (Vx_keysym_table): New.
9457 (syms_of_xterm): Initialize it.
9458 (XTread_socket): Use it.
9459 From head: Eliminate incorrect optimization that tried to avoid
9460 decoding the output of X*LookupString.
9461 (x_get_font_repertory): Delete charset declaration.
9462
73acf815 94632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9464
1f45f627
GM
9465 * coding.c (detect_coding_charset): If only ASCII bytes are found,
9466 return 0.
aca7a3d2
MB
9467 (Fdefine_coding_system_internal): Setup
9468 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
9469
73acf815 94702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9471
9472 * coding.c (Fcheck_coding_system): Doc fix.
9473
9474 * editfns.c (Finsert_byte): Return a proper value.
9475
73acf815 94762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9477
9478 * coding.c (decode_coding): Fix args to translate_chars. Pay
9479 attention to Vstandard_translation_table_for_decode.
9480 (encode_coding): Fix args to translate_chars. Pay attention to
9481 Vstandard_translation_table_for_encode.
9482
9483 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
9484 SINGLE_BYTE_CHAR_P.
9485
9486 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
9487 not by SINGLE_BYTE_CHAR_P.
9488
9489 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
9490 SINGLE_BYTE_CHAR_P.
9491
9492 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
9493 SINGLE_BYTE_CHAR_P.
9494
9495 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
9496 by SINGLE_BYTE_CHAR_P.
9497
9498 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
9499 SINGLE_BYTE_CHAR_P.
9500
73acf815 95012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9502
9503 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
9504
73acf815 95052008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9506
9507 * fns.c (Flanginfo): Fix typo.
9508
9509 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
9510
73acf815 95112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9512
4c4475a8
GM
9513 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
9514 (detect_coding_emacs_mule, detect_coding_iso_2022)
9515 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
9516 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 9517 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 9518 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 9519 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 9520
73acf815 95212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9522
1f45f627
GM
9523 * character.c (char_string): Rename from
9524 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
9525 (string_char): Rename from string_char.
aca7a3d2 9526
4c4475a8
GM
9527 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
9528 if C is greater than MAX_3_BYTE_CHAR.
9529 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
9530 string_char instead of string_char_with_unification.
aca7a3d2 9531
73acf815 95322008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9533
9534 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
9535
73acf815 95362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9537
1f45f627 9538 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
9539
9540 * regex.c (re_search_2): Fix for the case of unibyte buffer.
9541
73acf815 95422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9543
9544 * charset.c (define_charset_internal): Rename `supprementary'.
9545
9546 * Makefile.in (lisp, shortlisp): Remove latin-N.
9547
73acf815 95482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9549
9550 * xfns.c (x_window, x_window): Use use_xim.
9551
9552 * xterm.c (use_xim): Initialize.
9553 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
9554 (x_term_init): Maybe set use_xim.
9555
9556 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
9557
73acf815 95582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9559
9560 * search.c (search_buffer): Fix case-fold-search of multibyte
9561 characters.
9562 (boyer_moore): Rename the last argument to char_high_bits.
9563
73acf815 95642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9565
9566 * xdisp.c (display_string): Fix for the case of zero width glyph.
9567
9568 * xfns.c (x_set_font): Change the error message of the case that
9569 x_new_fontset returns Qt.
9570
9571 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
9572 (Finternal_set_lisp_face_attribute): Use signal_error for the
9573 error of invalid fontset.
9574
9575 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
9576 fontset, return Qt.
9577
73acf815 95782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9579
aca7a3d2
MB
9580 * unexelf.c (unexec): Make .got handling not SGI-specific.
9581
9582 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
9583
9584 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
9585
9586 * keyboard.c (read_key_sequence): Fix type error.
9587
9588 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
9589 type error.
9590
9591 * fontset.c (fontset_add): Return Lisp_Object.
9592
73acf815 95932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9594
9595 * charset.h (charset_ordered_list_tick): Declare extern.
9596
73acf815 95972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9598
73acf815 9599 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
9600 for handling syntax, category, and case conversion for unibyte
9601 characters by converting them to multibyte on the fly. With these
9602 changes, we don't have to setup syntax and case tables for unibyte
9603 characters in each language environment.
9604
9605 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
9606 multibyte if necessary.
9607
9608 * bytecode.c (Fbyte_code): Likewise.
9609
9610 * character.h (LEADING_CODE_LATIN_1_MIN)
9611 (LEADING_CODE_LATIN_1_MAX): New macros.
9612 (unibyte_to_multibyte_table): Extern it.
9613 (unibyte_char_to_multibyte): New macro.
9614 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
9615 (CHAR_LEADING_CODE): New macro.
9616 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
9617
9618 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 9619 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
9620 (multibyte_char_to_unibyte): If C is an eight-bit character,
9621 convert it to the corresponding byte value.
9622
9623 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
9624 not 1, singals an error. Update the elements of
9625 unibyte_to_multibyte_table.
9626 (init_charset_once): Initialize unibyte_to_multibyte_table.
9627 (syms_of_charset): Define the charset `iso-8859-1'.
9628
aca7a3d2
MB
9629 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
9630 as is without converting it to unibyte. In a unibyte buffer,
9631 convert C to multibyte before checking the syntax.
9632
1f45f627 9633 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
9634
9635 * minibuf.c (Fminibuffer_complete_word): Use the macro
9636 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
9637
9638 * regex.h (struct re_pattern_buffer): New member target_multibyte.
9639
9640 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
9641 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
9642 that is zero, convert an eight-bit char to multibyte.
9643 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
9644 non-emacs case.
9645 (PATFETCH): Convert an eight-bit char to multibyte.
9646 (HANDLE_UNIBYTE_RANGE): New macro.
9647 (regex_compile): Setup the compiled pattern for multibyte chars
9648 even if the given regex string is unibyte. Use PATFETCH_RAW
9649 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 9650 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 9651 only for ASCII chars.
1f45f627 9652 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
9653 is multibyte.
9654 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
9655 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 9656 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
9657 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
9658 multibyte always 1.
9659 (re_search_2): In emacs, set the locale variable multibyte to 1,
9660 otherwise to 0. New local variable target_multibyte. Check it
9661 to decide the multibyteness of STR1 and STR2. If
9662 target_multibyte is zero, convert unibyte chars to multibyte
9663 before translating and checking fastmap.
9664 (TARGET_CHAR_AND_LENGTH): New macro.
9665 (re_match_2_internal): In emacs, set the locale variable multibyte
9666 to 1, otherwise to 0. New local variable target_multibyte. Check
9667 it to decide the multibyteness of STR1 and STR2. Use
9668 TARGET_CHAR_AND_LENGTH to fetch a character from D.
9669 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 9670 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
9671 target_multibyte, not with multibyte.
9672 <begline>: Declare the local variable C as `unsigned'.
9673 (bcmp_translate): Change the last arg name to target_multibyte.
9674
9675 * search.c (compile_pattern_1): Don't adjust the multibyteness of
9676 the regexp pattern and the matching target. Set cp->buf.multibyte
9677 to the multibyteness of the regexp pattern. Set
1f45f627 9678 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
9679 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
9680 FETCH_STRING_CHAR_ADVANCE.
9681 (Freplace_match): Convert unibyte chars to multibyte.
9682
4c4475a8
GM
9683 * syntax.c (char_quoted, back_comment, scan_words)
9684 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
9685 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 9686 unibyte chars to multibyte.
1f45f627
GM
9687 (skip_chars): Delete the arg syntaxp, and move the code for
9688 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
9689 Fix the case that the multibyteness of STRING and the current
9690 buffer doesn't match.
9691 (skip_syntaxes): New function.
9692 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
9693 SINGLE_BYTE_CHAR_P.
aca7a3d2 9694
73acf815 96952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9696
9697 * xfaces.c (QCfontset): New variable.
9698 (LFACE_FONTSET): New macro.
9699 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
9700 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
9701 (Finternal_set_lisp_face_attribute)
9702 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
9703 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
9704 check also LFACE_FONTSET_INDEX.
9705 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
9706 attrs[LFACE_FONT_INDEX].
9707 (syms_of_xfaces): Intern and staticpro QCfontset.
9708
9709 * dispextern.h (enum lface_attribute_index): New member
9710 LFACE_FONTSET_INDEX.
9711
9712 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
9713
73acf815 97142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9715
9716 * coding.c (coding_set_destination): Fix coding->destination for
9717 the case converting a region.
9718 (encode_coding_utf_8): Encode eight-bit chars as single byte.
9719 (encode_coding_object): Fix coding->dst_pos and
9720 coding->dst_pos_byte for the case converting a region.
9721
9722 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
9723
9724 * character.h (BYTE8_STRING): New macro.
9725
9726 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
9727
73acf815 97282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9729
9730 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
9731 characters by octal form.
9732
9733 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9734
1f45f627 9735 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
9736 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
9737 _fetch_multibyte_char_len.
aca7a3d2
MB
9738 (FETCH_CHAR_AS_MULTIBYTE): New macro.
9739
1f45f627 9740 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 9741
1f45f627 9742 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 9743 the case conversion change the byte length.
1f45f627 9744 (casify_region): Likewise.
aca7a3d2 9745
1f45f627 9746 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 9747
1f45f627 9748 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
9749 (syms_of_character): Setup Vprintable_chars.
9750
9751 * editfns.c (Fchar_equal): Fix for the unibyte case.
9752 (Finsert_byte): New function.
9753 (syms_of_editfns): Defsubr it.
9754
9755 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
9756 of direct code 0x3ffff.
9757
9758 * search.c (Freplace_match): Fix for the unibyte case.
9759
73acf815 97602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9761
9762 * lread.c (safe_to_load_p): Fix the logic.
9763
9764 * syntax.c (scan_words): Don't treat characters belonging to
9765 different scripts as constituting a word.
9766
9767 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9768
1f45f627 9769 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
9770
9771 * emacs.c (main): In the case of --unibyte, instead of aborting on
9772 finding non-empty buffer, make it unibyte.
9773
73acf815 97742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9775
9776 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9777 to create a fontset.
9778
73acf815 97792008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9780
9781 * character.c (Funibyte_char_to_multibyte): Doc fix.
9782
9783 * xfns.c [HAVE_STDLIB_H]: Fix last change.
9784
73acf815 97852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9786
9787 * fontset.c (fontset_add): Make the type `int'.
9788 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
9789
4c4475a8
GM
9790 * character.c (unibyte_char_to_multibyte)
9791 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 9792 charset_unibyte, not charset_primary.
aca7a3d2 9793
1f45f627 9794 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 9795
1f45f627
GM
9796 * charset.c (charset_unibyte): Rename from charset_primary.
9797 (Funibyte_charset): Rename from Fprimary_charset.
9798 (Fset_unibyte_charset): Rename from Fset_primary_charset.
9799 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
9800
9801 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9802 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
9803 it->multibyte_p is zero.
9804
9805 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 9806 Delete extern.
aca7a3d2 9807
73acf815 98082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9809
9810 * coding.c (Fdefine_coding_system_internal): Fix category setting
9811 for a coding system of type iso-2022.
9812
73acf815 98132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9814
1f45f627 9815 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 9816
73acf815 98172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9818
9819 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
9820 (next-word-boundary-function-table): Declare it as a Lisp variable
9821 in syms_of_syntax.
aca7a3d2
MB
9822 (scan_words): Call functions in Vnext_word_boundary_function_table
9823 if any.
9824
9825 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
9826
9827 * fontset.c (fs_load_font): If fontp->charset is not negative,
9828 return fontp without setting its members.
9829
73acf815 98302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9831
aca7a3d2
MB
9832 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
9833
9834 * m/sparc.h (HAVE_ALLOCA): Delete.
9835
9836 * s/irix6-5.h: Don't include strings.h.
9837 (bcopy, bzero, bcmp): Don't undef.
9838
9839 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
9840
9841 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
9842 (TIOCSIGSEND): Don't test IRIX6.
9843 (bcopy, bzero, bcmp): Define conditionally.
9844
73acf815 98452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9846
9847 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 9848 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
9849 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
9850
9851 * callproc.c (Fcall_process): Don't call insert_1_both directly if
9852 we are inserting a process output into a multibyte buffer.
9853
9854 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
9855 multibyte_char_to_unibyte.
9856
9857 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
9858 by the primary charset, make it eight-bit char.
9859 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
9860
1f45f627
GM
9861 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
9862 (charset_8_bit__control, charset_8_bit_graphic)
9863 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
9864 (define_charset_internal): New function.
9865 (syms_of_charset): Call define_charset_internal for pre-defined
9866 charsets.
9867
9868 * charset.h (charset_8_bit): Extern it.
9869
1f45f627 9870 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
9871 of Fset_buffer_multibyte.
9872 (encode_coding_raw_text): Increment p0 in the loop.
9873
1f45f627 9874 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 9875
1f45f627 9876 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
9877 for the change of Fset_buffer_multibyte.
9878
9879 * fns.c (Fstring_to_multibyte): New function.
9880 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
9881
73acf815 98822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9883
9884 * xfns.c (x_put_x_image): Declare args.
9885
1f45f627 9886 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
9887 (try_font_list): Declare an arg.
9888
9889 * xdisp.c (message2_nolog, set_message): Declare an arg.
9890
9891 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
9892
9893 * syntax.c (scan_sexps_forward): Declare an arg.
9894
9895 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
9896 Declare an arg.
9897
9898 * lisp.h (Fnew_fontset): Declare.
9899
9900 * keymap.c (push_key_description): Call CHARACTERP correctly.
9901
1f45f627 9902 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
9903 (face_for_char): Delete unused vars.
9904 (Fset_fontset_font): Doc fix. Delete unused vars.
9905
9906 * doc.c (Fsubstitute_command_keys): Delete unused vars.
9907
9908 * composite.c (update_compositions): Declare arg.
9909
9910 * cm.c (calccost, cmgoto): Declare args.
9911
9912 * charset.c: Remove `emacs' conditional. Doc fixes.
9913 (map_char_table_for_charset): Declare.
9914
1f45f627 9915 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 9916
1f45f627 9917 * ccl.c: Remove `emacs' conditional.
aca7a3d2 9918
73acf815 99192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9920
9921 The following changes are to allow specifying multiple font
9922 patterns for a character range (specified by script or charset).
9923
9924 * Makefile.in (abbrev.o): Depend on syntax.h.
9925 (xfaces.o): Depend on charset.h.
9926
9927 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
9928 SINGLE_BYTE_CHAR_P.
9929
9930 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
9931
9932 * character.h (Vchar_script_table): Extern it.
9933
1f45f627 9934 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
9935 (Vchar_script_table, Qchar_script_table): New variable.
9936 (syms_of_character): Declare Vchar_script_table as a lisp variable
9937 and initialize it.
9938
1f45f627 9939 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
9940 have property char-table-extra-slots, make no extra slot.
9941
1f45f627 9942 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
9943 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
9944 SINGLE_BYTE_CHAR_P.
1f45f627
GM
9945 (choose_face_font, lookup_non_ascii_face, font_name_registry):
9946 Add prototypes.
9947 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
9948 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
9949
9950 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 9951 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
9952 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
9953
9954 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 9955 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
9956 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
9957 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
9958 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
9959 (fontset_ref_and_range, fontset_add, reorder_font_vector)
9960 (load_font_get_repertory): New functions.
1f45f627 9961 (fontset_set): Delete.
aca7a3d2 9962 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 9963 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
9964 (free_face_fontset): Use ASET istead of AREF (X) = Y.
9965 (face_for_char): Don't call lookup_face.
9966 (make_fontset_for_ascii_face): New arg FACE.
9967 (fs_load_font): New arg CHARSET_ID. Don't check
9968 Vfont_encoding_alist here.
9969 (find_font_encoding): New function.
9970 (list_fontsets): Use STRINGP, not ! NILP.
9971 (accumulate_script_ranges): New function.
9972 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
9973 re-written to handle new fontset structure.
9974 (Ffontset_font): Return a copy of element.
9975 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
9976 docstring of font-encoding-alist.
9977
9978 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
9979 (Fset_fotset_font): Fix arguments to 5.
9980
1f45f627 9981 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
9982
9983 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
9984 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 9985 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
9986 lookup_named_face.
9987
9988 * xfaces.c: Include charset.h.
1f45f627
GM
9989 (load_face_font): Delete argument C. Change caller.
9990 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
9991 (font_name_registry): New function.
9992 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 9993 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
9994 Lookup only ascii faces.
9995 (lookup_non_ascii_face): New function.
1f45f627
GM
9996 (lookup_named_face): Delete argument C. Change caller.
9997 (lookup_derived_face): Delete argument C. Change caller.
9998 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 9999 a string, just call font_list with it.
1f45f627
GM
10000 (choose_face_font): Delete arguments FACE and C. New arg
10001 FONT_SPEC. Change caller.
4c4475a8
GM
10002 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
10003 Change caller.
aca7a3d2
MB
10004 (realize_non_ascii_face): New function.
10005 (realize_x_face): Call load_face_font here.
1f45f627 10006 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
10007 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
10008 get a face ID.
10009 (dump_realized_face): Don't print charset of FACE.
10010
10011 * xfns.c (x_set_font): Always call x_new_fontset and
10012 store_frame_parameter.
10013 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 10014 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
10015
10016 * xterm.h (x_get_font_repertory): Extern it.
10017
10018 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10019 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10020 it->multibyte_p is zero.
10021 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10022 (x_new_fontset): If FONTSETNAME doesn't match any existing
10023 fontsets, create a new one.
10024 (x_get_font_repertory): New function.
10025
73acf815 100262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10027
10028 * coding.c (Ffind_coding_systems_region_internal): Detect an
10029 ASCII only string correctly.
10030
10031 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
10032 version is 0.
10033
73acf815 100342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10035
10036 * lread.c: Include "coding.h".
1f45f627
GM
10037 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
10038 (load_each_byte, unread_char): New variables.
10039 (readchar_backlog): Delete.
aca7a3d2
MB
10040 (readchar): Return a character unless load_each_byte is nonzero.
10041 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
10042 cons. If unread_char is not -1, simply return it.
10043 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
10044 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
10045 (read_multibyte): Delete.
aca7a3d2
MB
10046 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
10047 (read_emacs_mule_char): New functions.
10048 (Fload): Even if the file doesn't have the extention ".elc", if
10049 safe_to_load_p returns a positive version number, assume that the
10050 file contains bytecompiled code. If the version is less than 22,
10051 load the file while decoding multibyte sequences by emacs-mule.
10052 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
10053 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
10054 (Fread_from_string): Pay attention to the case that STREAM is a cons.
10055 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
10056 (read1): Set load_each_byte to 1 temporarily while handling
10057 #@NUMBER. Don't call read_multibyte.
10058 (read_vector): Call Fread with a cons. If readcharfun is
10059 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 10060 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
10061 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
10062 and Qload_force_doc_strings.
10063
73acf815 100642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10065
10066 * xdisp.c (face_before_or_after_it_pos): Call
10067 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10068
73acf815 100692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10070
10071 * character.h (TRAILING_CODE_P): New macro.
1f45f627 10072 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
10073 (string_char_with_unification): Fix prototype.
10074 (Vscript_alist): Extern it.
10075
10076 * character.c (Vscript_alist): New variable.
4c4475a8
GM
10077 (string_char_with_unification, str_as_unibyte)
10078 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
10079 (syms_of_character): Declare script-alist as a Lisp variable.
10080
10081 * charset.h (Vcharset_ordered_list): Extern it.
10082 (charset_ordered_list_tick): Extern it.
10083 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
10084 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
10085 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 10086 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 10087 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
10088
10089 * charset.c (charset_ordered_list_tick): New variable.
10090 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
10091 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
10092 deunify intead of unify a charset.
10093 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
10094 (find_charsets_in_text): Add `const' to arguemnts and local variables.
10095 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
10096 detecting of invalid code.
10097 (Fset_charset_priority): Increment charset_ordered_list_tick.
10098 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
10099 and TO_CODE.
10100
10101 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
10102 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
10103 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
10104 (decode_coding_ccl, consume_chars)
10105 (Ffind_coding_systems_region_internal)
10106 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
10107
10108 * print.c (print_object): Use octal form for printing the
10109 contents of a bool vector.
10110
73acf815 101112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10112
10113 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
10114 <version == 20>: Refuse to load.
10115
73acf815 101162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10117
10118 * fns.c: Move coding.h.
10119 (Qcodeset, Qdays, Qmonths): New.
10120 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 10121 (Flocale_codeset): Delete.
aca7a3d2 10122 (Flanginfo): New function.
1f45f627 10123 (syms_of_fns): Change accordingly.
aca7a3d2
MB
10124
10125 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
10126
73acf815 101272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10128
10129 * casetab.c (init_casetab_once, init_casetab_once): Fix
10130 CHAR_TABLE_SET call.
10131
10132 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
10133
10134 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
10135
10136 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
10137 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
10138 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
10139
10140 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
10141
10142 * coding.c (ENCODE_DESIGNATION, decode_eol)
10143 (make_conversion_work_buffer, code_conversion_restore)
10144 (Fdefine_coding_system_internal): Convert Lisp types.
10145 (code_conversion_restore): Use EQ, not ==.
10146 (Fencode_coding_string): Fix code_convert_string call.
10147
10148 * coding.h (code_convert_region): Fix prototype.
10149
1f45f627 10150 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
10151
10152 * fontset.c (fontset_ref, fontset_set, fs_load_font)
10153 (Ffontset_info): Convert Lisp types.
10154
10155 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
10156
10157 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
10158
10159 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
10160
10161 * chartab.c: Include "...h", not <...h> in some cases.
10162
10163 * callproc.c (Fcall_process): Remove unused variables.
10164
73acf815 101652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10166
10167 * coding.c (Fset_coding_system_priority): Allow null arg list.
10168
73acf815 101692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10170
10171 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
10172 (Fself_insert_and_exit): Use CHARACTERP.
10173
10174 * callproc.c (Fcall_process): Remove unused vars.
10175
10176 * xterm.c (XTread_socket): Add extra dead keysyms.
10177
10178 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
10179
10180 * dispextern.h: Remove prototypes for redraw_frame,
10181 redraw_garbaged_frames.
10182
10183 * cmds.c (Fself_insert_command): Use CHARACTERP.
10184
10185 * chartab.c (make_sub_char_table): Remove unused var.
10186 (Fset_char_table_default, Fmap_char_table): Doc fix.
10187
10188 * keymap.c (access_keymap): Remove generic char code.
10189 (push_key_description): Use CHARACTERP.
10190
73acf815 101912008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10192
10193 * charset.c: Doc fixes.
10194 (Funify_charset): Extra checking.
10195
73acf815 101962008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10197
10198 * lread.c: Remove some unused variables.
10199 (safe_to_load_p): If safe, return the magic number version byte.
10200 (Fload): Maybe use load-with-code-conversion.
10201
73acf815 102022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10203
10204 * category.c (Fmodify_category_entry): Don't modify the contents
10205 of category_set for characters out of the range. Avoid
10206 unnecessary modification.
10207
1f45f627 10208 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
10209 Vchar_unify_table. The default value of the table is now nil.
10210
10211 * character.c (syms_of_character): Setup Vchar_width_table for
10212 eight-bit-control and raw-byte chars.
10213
10214 * charset.h (enum define_charset_arg_index): Delete
10215 charset_arg_parents and add charset_arg_subset and
10216 charset_arg_superset.
10217 (enum charset_attr_index): Delete charset_parents and add
10218 charset_subset and charset_superset.
10219 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
10220 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 10221 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
10222 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
10223 (CHARSET_SUPERSET): New macros.
10224 (charset_work): Extern it.
10225 (ENCODE_CHAR): Use charset_work.
1f45f627 10226 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
10227 (map_charset_chars): Extern it.
10228
10229 * charset.c (load_charset_map): Set the default value of encoder
10230 and deunifier char-tables to nil.
1f45f627 10231 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
10232 map_char_table_for_charset instead of map_char_table.
10233 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 10234 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
10235 `define-charset' (:parents -> :subset or :superset).
10236 (charset_work): New variable.
4c4475a8
GM
10237 (encode_char, syms_of_charset): Adjust for the change of
10238 Fdefine_charset_internal.
aca7a3d2
MB
10239 (Ffind_charset_string): Setup the vector `charsets' correctly.
10240
1f45f627 10241 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 10242 the previous change.
1f45f627 10243 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
10244 (map_sub_char_table_for_charset): New function.
10245 (map_char_table_for_charset): New function.
10246
10247 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 10248 (describe_char_table): Delete.
aca7a3d2 10249
1f45f627 10250 * lisp.h (map_charset_chars): Delete.
aca7a3d2 10251
73acf815 102522008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10253
10254 * fns.c (count_combining): Comment out (unused).
10255 (Flocale_codeset): New.
10256 (syms_of_fns): Defsubr it.
10257
10258 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 10259 (size_t): Remove.
aca7a3d2 10260
73acf815 102612008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10262
6f69e89b 10263 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 10264
73acf815 102652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10266
10267 * character.c (syms_of_character): Set the default value of
10268 Vprintable_chars to Qnil.
10269
73acf815 102702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10271
10272 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
10273
73acf815 102742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10275
10276 * charset.c (load_charset_map): Handle the case that from < to
10277 correctly.
10278
4c4475a8
GM
10279 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
10280 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
10281 Pay attention to raw-8-bit chars.
aca7a3d2 10282
73acf815 102832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10284
4c4475a8
GM
10285 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
10286 It is not bytecompiled now.
aca7a3d2
MB
10287
10288 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
10289 (charset_jisx0208): New variables.
10290 (Fdefine_charset_internal): Setup them if appropriate.
10291 (init_charset_once): Initialize them to -1.
10292
1f45f627
GM
10293 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
10294 (charset_jisx0208): Extern them.
aca7a3d2 10295
1f204af3 10296 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 10297 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
10298 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
10299 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
10300 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
10301 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
10302 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
10303 (encode_coding_iso_2022): Change the 1st arg to
10304 ENCODE_ISO_CHARACTER to a variable.
10305
73acf815 103062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10307
10308 * charset.h (enum define_charset_arg_index): New enums
10309 charset_arg_min_code and charset_arg_max_code.
10310 (struct charset): New member char_index_offset.
10311
4c4475a8
GM
10312 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
10313 Take charset->char_index_offset into account.
aca7a3d2
MB
10314 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
10315 args[charset_arg_max_code]. Setup charset.char_index_offset.
10316 (syms_of_charset): Fix args to Fdefine_charset_internal.
10317
73acf815 103182008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10319
10320 * coding.c (decode_coding_utf_8): Reject overlong sequences.
10321
73acf815 103222008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10323
10324 * coding.c: Doc fixes.
10325 (Fcoding_system_aliases): Fix return value.
10326 (Qmac): Remove (duplicated) definition.
10327
73acf815 103282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10329
10330 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
10331 functions.
10332
10333 * character.c (Fstring): Doc fix.
10334
10335 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
10336
10337 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
10338 ids.
10339 (font-encoding-alist): Doc fix.
10340
73acf815 103412008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10342
10343 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 10344 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
10345
10346 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
10347 for K&R.
10348
10349 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
10350
10351 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 10352 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 10353
1f45f627 10354 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
10355
10356 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
10357
73acf815 103582008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10359
10360 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
10361
1f45f627 10362 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 10363
2a2e8de7 103642008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
10365
10366 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
10367
1f45f627 10368 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 10369
73acf815 103702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10371
4c4475a8 10372 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 10373 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 10374
73acf815 103752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10376
1f45f627 10377 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
10378 Fdefine_coding_system_internal.
10379 (Fdefine_coding_system_internal): For a coding system of
10380 `charset' type, store a list of charset IDs in
10381 `charset_attr_charset_valids' element of coding attributes.
10382
73acf815 103832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10384
10385 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
10386 (emacs_mule_char): New arg src. Delete arg `composition'. Change
10387 caller. Handle 2-byte and 3-byte charsets correctly.
10388 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
10389 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
10390 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
10391 (DECODE_EMACS_MULE_21_COMPOSITION): Call
10392 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
10393 sequence.
10394 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 10395 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
10396 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
10397 and alt&rule composition.
10398 (decode_coding_iso_2022): Handle composition correctly.
10399 (init_coding_once): Setup emacs_mule_bytes for private charsets.
10400
10401 * charset.c (Fdefine_charset_internal): Fix bug for the case of
10402 re-defining a charset. If the charset has :emacs-mule-id, setup
10403 emacs_mule_bytes.
1f45f627 10404 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 10405
73acf815 104062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10407
4c4475a8
GM
10408 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
10409 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
10410 encoding, produce a character specified by
10411 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 10412
73acf815 104132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10414
10415 * xterm.c (XSetIMValues): Declare.
10416
10417 * process.c: Conditionally include sys/wait.h, pty.h.
10418
1f45f627 10419 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 10420
1f45f627 10421 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
10422
10423 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
10424
10425 * fontset.c (Fclear_face_cache): Declare.
1f45f627 10426 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
10427 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
10428 variables.
10429
10430 * character.h (string_escape_byte8): Declare.
10431
10432 * charset.c (load_charset_map, load_charset_map_from_file): Remove
10433 unused vars.
10434 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
10435 (Fmap_charset_chars): Doc fix.
10436
1f45f627 10437 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
10438 (Fset_coding_system_priority, Fset_coding_system_priority)
10439 (Fdefine_coding_system_internal): Doc fix.
10440
73acf815 104412008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10442
10443 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
10444
73acf815 104452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10446
10447 * character.c (string_escape_byte8): Make multibyte string with
10448 correct size.
10449
10450 * charset.c (Fmake_char): Delete unnecessary code.
10451
73acf815 104522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10453
10454 * xfns.c (x_encode_text): Allocate coding.destination here, and
10455 call encode_coding_object with dst_object Qnil.
10456
10457 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
10458 multibyte form correctly.
10459
10460 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
10461 against Vfont_encoding_alist.
10462
10463 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
10464 handling of charset list.
10465 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
10466 (decode_coding_object): Move point to coding->dst_pos before
10467 calling post-read-conversion function.
10468 (encode_coding_object): Give correct arguments to
10469 pre-write-conversion. Ignore the return value of
10470 pre-write-conversion function. Pay attention to the case that
10471 pre-write-conversion changes the current buffer. If dst_object is
10472 Qt, even if coding->src_bytes is zero, allocate at least one byte
10473 to coding->destination.
10474
10475 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
10476
10477 * charset.c (Fmake_char): Make it more backward compatible.
10478 (Fmap_charset_chars): Fix docstring.
10479
73acf815 104802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10481
10482 * coding.c: Doc fixes.
10483 (Fdefine_coding_system_alias): Use names, not symbols, in
10484 coding-system-alist.
10485
73acf815 104862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10487
10488 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
10489 of calling free_realized_face.
10490
2a2e8de7 104912008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 10492
1f45f627
GM
10493 * charset.c (read_hex): Don't treat SPC as a comment starter.
10494 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
10495 (Fdecode_char): Fix typo.
10496
73acf815 104972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10498
10499 * charset.h (struct charset): New member `code_space_mask'.
10500
1f45f627 10501 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
10502 (encode_coding_charset, Fdefine_coding_system_internal):
10503 Delete the local variable charset.
aca7a3d2
MB
10504 (Fdefine_coding_system_internal): Setup
10505 attrs[coding_attr_charset_valids] correctly.
10506
10507 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
10508 member to check if CODE is valid or not.
10509 (Fdefine_charset_internal): Initialize `code_space_mask' member.
10510 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
10511 is within the range of charset->min_code and carset->max_code.
10512
73acf815 105132008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10514
10515 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
10516
10517 * dispextern.h (generate_ascii_font): Fix return type.
10518
10519 * xfaces.c (generate_ascii_font): Fix arg declaration.
10520
10521 * coding.c (coding_inherit_eol_type)
10522 (Fset_terminal_coding_system_internal)
10523 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
10524
73acf815 105252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10526
10527 * coding.c (decode_coding_charset, encode_coding_charset): Handle
10528 multiple charsets correctly.
10529
73acf815 105302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10531
10532 * search.c (boyer_moore): Fix handling of mulitbyte character
10533 translation.
10534
10535 * xdisp.c (display_mode_element): When the variable `elt' is
10536 changed, update `this' and `lisp_string'.
10537
73acf815 105382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10539
10540 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
10541
10542 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 10543 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
10544
10545 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
10546 (load_charset_map): Rename from parse_charset_map. New args
10547 entries and n_entries. Change caller.
10548 (load_charset_map_from_file): Rename from load_charset_map.
10549 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
10550 the tail.
10551 (load_charset_map_from_vector): New function.
10552 (Fdefine_charset_internal): Setup charset.compact_codes_p.
10553 (encode_char): If the charset is compact, change a character index
10554 to a code point.
10555
10556 * coding.c (coding_alloc_by_making_gap): Check the case that the
10557 source and destination are the same correctly.
10558 (decode_coding_raw_text): Set coding->consumed_char and
10559 coding->consumed to 0.
10560 (produce_chars): If coding->chars_at_source is nonzero, update
10561 coding->consumed_char and coding->consumed before calling
10562 alloc_destination.
10563 (Fdefine_coding_system_alias): Register ALIAS in
10564 Vcoding_system_alist.
10565 (syms_of_coding): Define `no-convesion' coding system at the tail.
10566
10567 * fileio.c (Finsert_file_contents): Set coding_system instead of
10568 val. If the current buffer is multibyte, always call
10569 decode_coding_gap.
10570
10571 * xfaces.c (try_font_list): Give higher priority to fontset's
10572 family than face's family.
10573
73acf815 105742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10575
10576 * callproc.c (Fcall_process): Be sure to give the current buffer
10577 to decode_coding_c_string.
10578
10579 * xfaces.c (try_font_list): Give a family specified in a fontset
10580 higher priority than a family specified in a face.
10581
73acf815 105822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10583
10584 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
10585 Fix arguments to insert_from_buffer.
10586
10587 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
10588
73acf815 105892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10590
10591 * coding.c (produce_chars): Set the variable `multibytep' correctly.
10592 (decode_coding_gap): Set coding->dst_multibyte correctly.
10593
73acf815 105942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10595
10596 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 10597 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
10598 (encode_coding_utf_16): Substitute coding->default_char for
10599 non-Unicode characters.
10600 (decode_coding): Don't call record_insert here.
10601 (setup_coding_system): Initialize `surrogate' of
10602 coding->spec.utf_16 to 0.
10603 (EMIT_ONE_BYTE): Fix for multibyte case.
10604
10605 * insdel.c (insert_from_gap): Call record_insert.
10606
73acf815 106072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10608
10609 * casefiddle.c (casify_region): Fix multibyte case.
10610
10611 * character.c (c_string_width): Add return type `int'.
1f45f627 10612 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
10613
10614 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 10615 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
10616 (CHAR_STRING_ADVANCE): Make it do-while statement.
10617
1f45f627 10618 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
10619 DEPTH == 3. Add workaround code for a GCC optimization bug.
10620
10621 * charset.c (parse_charset_map): Remove an unused variable.
10622
10623 * coding.c: Delete unused variables.
10624
10625 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
10626 earlier. If inserted is zero and the coding system doesn't
10627 require flushing, don't call decode_coding_gap.
10628
10629 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
10630
73acf815 106312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10632
10633 The following changes are for using Unicode as an internal
10634 character model, and use UTF-8 format for buffer/string
10635 representation.
10636
1f45f627 10637 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
10638 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
10639
10640 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 10641 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
10642 (*.o): For many files, change dependency on charset.h to
10643 character.h, and add dependency on character.h.
10644 (character.o, chartab.o): New targets.
10645
1f45f627
GM
10646 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
10647 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
10648 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
10649 of "charset.h".
10650
10651 * dired.c, filelock.c: Include "character.h".
10652
10653 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 10654 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10655 (syms_of_alloc): Remove defsubr for Smake_char_table.
10656
10657 * buffer.c: Include "character.h" instead of "charset.h", don't
10658 include "coding.h".
1f45f627 10659 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
10660
10661 * buffer.h: EXFUN Fbuffer_live_p.
10662
10663 * callproc.c: Include "character.h" instead of "charset.h".
10664 (Fcall_process): Big change for the new code-conversion APIs.
10665
10666 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 10667 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
10668 map_char_table spec.
10669 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
10670 accessing the char table structure.
10671
10672 * chartab.c: New file that implements char table.
10673
10674 * category.c: Include "character.h".
10675 (copy_category_entry): New function.
10676 (copy_category_table): Call map_char_table and copy_category_entry.
10677 (Fmake_category_table): Initialize all top-vel slots.
10678 (char_category_set): New function.
1f45f627 10679 (modify_lower_category_set): Delete.
aca7a3d2
MB
10680 (Fmodify_category_entry): Call char_table_ref_and_range.
10681
10682 * category.h (CATEGORY_SET): Just call char_category_set.
10683
10684 * ccl.c: Include "character.h".
10685 (Qccl, Qcclp): New variables.
10686 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
10687 it's less than 256.
1f45f627
GM
10688 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
10689 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 10690 and DST type.
1f45f627
GM
10691 (ccl_driver): Change types of argument, adjust code accordingly.
10692 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
10693 ccl_driver.
10694 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
10695
1f45f627
GM
10696 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
10697 New members src_multibyte, dst_multibyte, consumed, and produced.
10698 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 10699 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 10700 (ccl_driver): Update prototype.
aca7a3d2
MB
10701 (Qccl, Qcclp, Fccl_program_p): Extern them.
10702 (CHECK_CCL_PROGRAM): New macro.
10703
10704 * character.c, character.h, chartab.c: New files.
10705
1f45f627
GM
10706 * charset.c: Mostly re-written. Move character and multibyte sequence
10707 handling codes to character.c.
aca7a3d2 10708
1f45f627
GM
10709 * charset.h: Mostly re-written. Move character and multibyte sequence
10710 handling codes to character.h.
aca7a3d2
MB
10711
10712 * coding.c, coding.h: Mostly re-written.
10713
10714 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
10715 (CHAR_WIDTH): Move to character.h.
10716 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 10717
1f45f627
GM
10718 * composite.h (enum composition_method): Change order of enumeration
10719 symbols.
aca7a3d2
MB
10720
10721 * data.c: Include "character.h" instead of "charset.h".
10722 (Faref): Call CHAR_TABLE_REF for a char table.
10723 (Faset): Call CHAR_TABLE_SET for a char table.
10724
1f45f627
GM
10725 * dispextern.h (free_realized_face, check_face_attribytes)
10726 (generate_ascii_font): Extern them.
10727 (free_realized_multibyte_face): Delete extern.
aca7a3d2 10728
1f45f627 10729 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
10730 table structure.
10731
10732 * editfns.c: Include "character.h" instead of "charset.h".
10733 (Fchar_to_string): Always call CHAR_STRING.
10734
10735 * emacs.c (main): Call init_charset_once, init_charset,
10736 syms_of_chartab, and syms_of_character.
10737
10738 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 10739 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 10740 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 10741 (build_annotations_2): Delete.
aca7a3d2
MB
10742 (e_write): Big change for the new code-conversion API.
10743
10744 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 10745 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10746 (Fcopy_sequence): Call copy_char_table for a char table.
10747 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
10748 (string_char_to_byte, string_byte_to_char): Adjust for the new
10749 multibyte form.
1f45f627
GM
10750 (internal_equal): Adjust for the change of char table structure.
10751 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
10752 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
10753 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
10754 (char_table_translate, optimize_sub_char_table)
10755 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 10756 chartab.c.
1f45f627
GM
10757 (char_table_ref_and_index): Delete.
10758 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 10759 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
10760 Vcoding_category_list. Adjust for the new code-conversion API.
10761 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
10762 chartab.c.
10763
10764 * fontset.c: Mostly re-written.
10765
1f45f627 10766 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 10767 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
10768 (fontset_font_pattern, fs_load_font): Update prototype.
10769 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
10770
10771 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 10772 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
10773
10774 * insdel.c: Include "character.h" instead of "charset.h".
10775 (copy_text): Don't refer to Vnonascii_translation_table.
10776 (insert_from_gap): New function.
10777
10778 * keyboard.c: Include "character.h" instead of "charset.h".
10779 (command_loop_1): Never call direct_output_forward_char before
10780 a non-ASCII character.
10781 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 10782 translate a character.
aca7a3d2
MB
10783
10784 * keymap.c: Include "character.h".
10785 (store_in_keymap): Handle the case that IDX is a cons.
10786 (Fdefine_key): Handle the case that KEY is a cons and the car part
10787 is also a cons (range).
1f45f627 10788 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
10789 (describe_vector): Call describe_char_table for a char table.
10790 (describe_char_table): New function.
10791
10792 * keymap.h (describe_char_table): Extern it.
10793
10794 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
10795 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
10796 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
10797 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
10798 Delete.
10799 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
10800 structure.
10801 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
10802 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
10803 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 10804 (chartab_size): Extern it.
1f45f627 10805 (struct Lisp_Char_Table): Re-design.
aca7a3d2 10806 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
10807 (HASH_KEY, HASH_VALUE): Move from fns.c.
10808 (CHARACTERBITS): Define as 22.
10809 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
10810 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
10811 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
10812 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
10813 (code_convert_string_norecord): Deleted extern.
10814 (init_character_once, syms_of_character, init_charset)
10815 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
10816
10817 * lread.c: Include "character.h".
10818 (read_multibyte): New arg NBYTES.
1f45f627
GM
10819 (read_escape): Change the meaning of returned *BYTEREP.
10820 (to_multibyte): Delete.
10821 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
10822
10823 * print.c: Include "character.h" instead of "charset.h".
10824 (print_string): Convert 8-bit raw bytes to octal form by
10825 string_escape_byte8.
1f45f627 10826 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
10827 raw bytes always in octal form. Handle sub char table correctly.
10828
10829 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
10830 (read_process_output, send_process): Adjust for the new
10831 code-conversion API.
aca7a3d2 10832
1f45f627 10833 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
10834
10835 * regex.c: Include "character.h" instead of "charset.h".
10836 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
10837 (regex_compile): Accept a range whose starting and ending
10838 character have different leading bytes.
1f45f627 10839 (analyse_first): Adjust for the above change.
aca7a3d2
MB
10840
10841 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
10842 (search_buffer, boyer_moore): Adjust for the new multibyte form.
10843 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
10844
10845 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 10846 (syntax_parent_lookup): Delete.
aca7a3d2 10847 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 10848 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
10849 (init_syntax_once): Call char_table_set_range instead of directly
10850 accessing the structure of a char table.
10851
10852 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 10853 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
10854 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
10855 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
10856
10857 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
10858 (encode_terminal_code, write_glyphs): Adjust for the new
10859 code-conversion API.
aca7a3d2
MB
10860 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
10861
1f45f627 10862 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
10863
10864 * xdisp.c: Include "character.h".
1f45f627
GM
10865 (get_next_display_element): Adjust for the new multibyte form.
10866 (disp_char_vector): Adjust for the new char table structure.
10867 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 10868 coding system.
1f45f627 10869 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
10870
10871 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 10872 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
10873 FS_LOAD_FONT.
10874 (generate_ascii_font): New function.
1f45f627
GM
10875 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
10876 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 10877 (free_realized_face): Make it public.
1f45f627 10878 (free_realized_faces_for_fontset): Rename from
aca7a3d2 10879 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 10880 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
10881 fontset_font_pattern and FS_LOAD_FONT.
10882
10883 * xfns.c: Include "character.h".
1f45f627 10884 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
10885
10886 * xselect.c: Don't include "charset.h".
1f45f627 10887 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
10888
10889 * xterm.c: Include "character.h".
1f45f627 10890 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
10891 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
10892 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
10893 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
10894 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
10895 (XTread_socket): Adjust for the new code-conversion API.
10896 (x_new_font): Adjust for the change of FS_LOAD_FONT.
10897 (x_load_font): Adjust for the change of struct font.
aca7a3d2 10898
d6abfc14
SM
108992008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * xfaces.c (face_at_buffer_position): Remove unused vars.
10902
0acdaf8d
KH
109032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10904
4c4475a8
GM
10905 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
10906 Fix overflow checking.
0acdaf8d 10907
6c8a0ebf
GM
109082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10909
10910 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
10911 Cancel previous change.
10912
109132008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10914
10915 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
10916 ccl->eight_bit_control. Fix check for buffer overflow.
10917 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
10918 (ccl_driver): Initialize extra_bytes to 0.
10919
a32aad64
KH
109202008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10921
10922 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
10923 return it ORed with ctrl_modifier.
10924
8b329dba
MB
109252008-01-29 Miles Bader <miles@gnu.org>
10926
10927 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
10928
548667aa
JR
109292008-01-28 Jason Rumney <jasonr@gnu.org>
10930
10931 * w32.c (stat): Don't double check for networked drive.
10932
0975aa24
SM
109332008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10934
ef264c42
SM
10935 * window.c (run_window_configuration_change_hook): New function.
10936 Code extracted from set_window_buffer. Set the selected frame.
10937 (set_window_buffer): Use it.
10938 * window.h (run_window_configuration_change_hook): Declare.
10939 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
10940
0975aa24
SM
10941 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
10942
9c28b587
DN
109432008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 * Makefile.in: Remove references to unused macros.
10946
c617afce
EZ
109472008-01-26 Eli Zaretskii <eliz@gnu.org>
10948
10949 * w32.c (g_b_init_get_sid_sub_authority)
10950 (g_b_init_get_sid_sub_authority_count): New static variables.
10951 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
10952 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
10953 (init_user_info): Use them to retrieve uid and gid.
10954 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
10955 (fstat): Use pw_uid and pw_gid from the_passwd structure for
10956 st_uid and st_gid of the file.
c617afce 10957
302d7d54
JR
109582008-01-26 Jason Rumney <jasonr@gnu.org>
10959
10960 * w32.c (logon_network_drive): New function.
10961 (stat): Use it.
10962
3ac7a21e
CY
109632008-01-26 Chong Yidong <cyd@stupidchicken.com>
10964
10965 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
10966 invisible text covered with an ellipsis.
10967
bbb9fc1f
RS
109682008-01-25 Richard Stallman <rms@gnu.org>
10969
10970 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
10971 jump back to beginning. Move some other initializations after that.
10972 (Qwindow_text_change_functions, Vwindow_text_change_functions):
10973 New variables.
10974 (syms_of_xdisp): Init them.
10975
10976 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
10977
0975aa24
SM
10978 * buffer.c (reset_buffer_local_variables):
10979 Implement `permanent-local-hook'.
bbb9fc1f 10980 (Qpermanent_local_hook): New variable.
0975aa24 10981 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 10982
79235cbe
MA
109832008-01-25 Michael Albinus <michael.albinus@gmx.de>
10984
10985 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
10986
ccd8f7fe
TTN
109872008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
10988
10989 * fns.c (Fclrhash): Return TABLE.
10990
dfbe40f2 109912008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
10992
10993 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
10994 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
10995 is set even without positional changes.
10996 (x_scroll_bar_clear): Set bar->redraw_needed_p.
10997
10998 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
10999
dfbe40f2 110002008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 11001
d6169680
JR
11002 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
11003
602e142f
JR
11004 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
11005 the unicode range available in MULE by locale-coding-system.
c041e2d1 11006 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
11007 earlier.
11008
dfbe40f2 110092008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
11010
11011 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
11012 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 11013 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
11014 when used on child processes.
11015
8c7a4ac5
MA
110162008-01-21 Michael Albinus <michael.albinus@gmx.de>
11017
e0df1b73 11018 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 11019 Fdbus_method_return.
e0df1b73 11020 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 11021 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 11022 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 11023
8abe0f97
MR
110242008-01-20 Martin Rudalics <rudalics@gmx.at>
11025
11026 * undo.c (undo_inhibit_record_point): New variable.
11027 (syms_of_undo): Initialize it.
11028 (record_point): Don't record point when undo_inhibit_record_point
11029 is set.
11030
c3b232e4
SM
110312008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11032
e69c4cae
SM
11033 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
11034
823e0ebb
SM
11035 * xdisp.c (Qauto_hscroll_mode): New var.
11036 (syms_of_xdisp): Initialize it.
11037 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
11038 window's buffer.
11039 (hscroll_windows): Don't check automatic_hscrolling_p here.
11040
c3b232e4
SM
11041 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
11042 vscroll if we're setting window-buffer to the value it already has.
11043
76ed5e01
DN
110442008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11045
11046 * m/intel386.h: Remove references to XENIX.
11047
55e6d9b2
AS
110482008-01-17 Andreas Schwab <schwab@suse.de>
11049
11050 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
11051 instead of HAVE_X86_64_LIB64_DIR.
11052 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
11053
b16ed52d
GM
110542008-01-17 Glenn Morris <rgm@gnu.org>
11055
11056 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
11057 to HAVE_X86_64_LIB64_DIR.
11058
6bed5c4a
DN
110592008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * s/irix3-3.h:
11062 * s/irix4-0.h:
11063 * s/386-ix.h:
11064 * s/domain.h:
11065 * s/hpux9-x11r4.h:
11066 * s/hpux9shxr4.h: Remove files for systems no longer supported.
11067
11068 * sysdep.c: Remove code containing references to symbols defined
11069 by unsupported systems.
11070
fdecf907
GM
110712008-01-16 Glenn Morris <rgm@gnu.org>
11072
11073 * coding.c (select-safe-coding-system-function): Doc fix.
11074
9292328f
GM
110752008-01-15 Glenn Morris <rgm@gnu.org>
11076
11077 * config.in: Revert 2008-01-13 change: this is a generated file.
11078
944df511
MO
110792008-01-13 Tom Tromey <tromey@redhat.com>
11080
11081 * lisp.h: Fix typo.
11082
8111ec05
DN
110832008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11084
f40f5dc3
DN
11085 * m/sequent-ptx.h:
11086 * m/sequent.h:
11087 * s/ptx.h:
11088 * s/ptx4-2.h:
11089 * s/ptx4.h: Remove files for systems no longer supported.
11090
ce20b664 11091 * callproc.c (Fcall_process): Fix previous change.
8111ec05 11092
e39a993c
DN
110932008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11094
052e457f 11095 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 11096
290afd83
JB
11097 * m/mips.h:
11098 * m/intel386.h:
e39a993c
DN
11099 * callproc.c:
11100 * config.in:
11101 * ecrt0.c:
11102 * emacs.c:
11103 * fileio.c:
11104 * frame.c:
11105 * getpagesize.h:
11106 * keyboard.c:
11107 * lread.c:
11108 * process.c:
11109 * puresize.h:
11110 * sysdep.c:
11111 * systty.h:
11112 * syswait.h:
11113 * unexec.c:
11114 * xdisp.c:
11115 * alloc.c: Remove code containing references to symbols defined by
11116 unsupported systems.
11117
81cd7687
KH
111182008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
11119
11120 * coding.c (detect_coding_mask): Fix previous change.
11121
218b3b76
KH
111222008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
11123
11124 * coding.c (detect_coding_iso2022): New arg
11125 latin_extra_code_state. Allow Latin extra codes only
11126 when *latin_extra_code_state is nonzero.
11127 (detect_coding_mask): If there is a NULL byte, detect the encoding
11128 as UTF-16 or binary. If Latin extra codes exist, detect the
11129 encoding as ISO-2022 only when there's no other proper encoding is
11130 found.
11131
59ce725a 111322008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 11133
59ce725a
MB
11134 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
11135 #ifdef MAC_OS.
048addec 11136
59ce725a 111372008-01-08 Richard Stallman <rms@gnu.org>
048addec 11138
59ce725a 11139 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 11140
8290574e
NR
111412008-01-06 Nick Roberts <nickrob@snap.net.nz>
11142
a0a3805c 11143 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
11144 menu bar in parentheses.
11145
f3041af1
DN
111462008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11147
11148 * m/7300.h:
11149 * m/acorn.h:
11150 * m/alliant-2800.h:
11151 * m/alliant.h:
11152 * m/alliant1.h:
11153 * m/alliant4.h:
11154 * m/altos.h:
11155 * m/amdahl.h:
11156 * m/apollo.h:
11157 * m/att3b.h:
11158 * m/aviion-intel.h:
11159 * m/aviion.h:
11160 * m/celerity.h:
11161 * m/clipper.h:
11162 * m/cnvrgnt.h:
11163 * m/convex.h:
11164 * m/cydra5.h:
11165 * m/delta88k.h:
11166 * m/dpx2.h:
11167 * m/dual.h:
11168 * m/elxsi.h:
11169 * m/f301.h:
11170 * m/gould-np1.h:
11171 * m/gould.h:
11172 * m/i860.h:
11173 * m/ibmps2-aix.h:
11174 * m/ibmrt-aix.h:
11175 * m/ibmrt.h:
11176 * m/irist.h:
11177 * m/is386.h:
11178 * m/isi-ov.h:
11179 * m/mega68.h:
11180 * m/mg1.h:
11181 * m/news-r6.h:
11182 * m/news-risc.h:
11183 * m/news.h:
11184 * m/nh3000.h:
11185 * m/nh4000.h:
11186 * m/ns16000.h:
11187 * m/ns32000.h:
11188 * m/nu.h:
11189 * m/orion.h:
11190 * m/orion105.h:
11191 * m/paragon.h:
11192 * m/pfa50.h:
11193 * m/plexus.h:
11194 * m/pyramid.h:
11195 * m/pyrmips.h:
11196 * m/sh3el.h:
11197 * m/sps7.h:
11198 * m/sr2k.h:
11199 * m/stride.h:
11200 * m/sun1.h:
11201 * m/sun2.h:
11202 * m/sun3-68881.h:
11203 * m/sun3-fpa.h:
11204 * m/sun3-soft.h:
11205 * m/sun3.h:
11206 * m/sun386.h:
11207 * m/symmetry.h:
11208 * m/tad68k.h:
11209 * m/tahoe.h:
11210 * m/targon31.h:
11211 * m/tek4300.h:
11212 * m/tekxd88.h:
11213 * m/tower32.h:
11214 * m/tower32v3.h:
11215 * m/ustation.h:
11216 * m/wicat.h:
11217 * m/xps100.h:
11218 * s/cxux.h:
11219 * s/cxux7.h:
11220 * s/dgux.h:
11221 * s/dgux4.h:
11222 * s/dgux5-4-3.h:
11223 * s/dgux5-4r2.h:
11224 * s/esix.h:
11225 * s/esix5r4.h:
11226 * s/hiuxmpp.h:
11227 * s/hiuxwe2.h:
11228 * s/iris3-5.h:
11229 * s/iris3-6.h:
11230 * s/isc2-2.h:
11231 * s/isc3-0.h:
11232 * s/isc4-0.h:
11233 * s/isc4-1.h:
11234 * s/newsos5.h:
11235 * s/newsos6.h:
11236 * s/osf1.h:
11237 * s/osf5-0.h:
11238 * s/riscix1-1.h:
11239 * s/riscix12.h:
11240 * s/sco4.h:
11241 * s/sco5.h:
11242 * s/sunos4-0.h:
11243 * s/sunos4-1.h:
11244 * s/sunos413.h:
11245 * s/sunos4shr.h:
11246 * s/umax.h:
11247 * s/unipl5-2.h:
11248 * s/xenix.h:
11249 * cxux-crt0.s:
11250 * unexapollo.c:
11251 * unexconvex.c:
11252 * unexenix.c:
11253 * unexsni.c: Remove files for systems no longer supported.
11254
11255 * m/intel386.h: Remove references to unsupported systems.
11256
11257 * w32.c (get_emacs_configuration): Remove reference to i860.
11258
11259 * sysdep.c: Remove dead code.
11260
d35e1cd7
DN
112612008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11262
11263 * s/rtu.h:
a0a3805c 11264 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 11265
abe136ee
MA
112662008-01-04 Michael Albinus <michael.albinus@gmx.de>
11267
11268 * dbusbind.c (Fdbus_method_return): New function.
11269 (xd_read_message): Add the serial number to the event.
11270 (Fdbus_register_method): Activate the function.
11271
87df3c32
SM
112722008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11273
11274 * keyboard.c (read_key_sequence): Fix typo.
11275
5125905e
MA
112762008-01-03 Michael Albinus <michael.albinus@gmx.de>
11277
11278 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
11279 (xd_signature, xd_append_arg): Handle element type detection for
11280 empty arrays.
11281 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
11282 SDATA () calls; this must be solved more general.
11283 (Fdbus_register_signal): Use SBYTES instead of strlen.
11284
8bba1b5c
MH
112852008-01-03 Magnus Henoch <magnus@zemdatav>
11286
11287 * dbusbind.c (xd_append_arg): Use unsigned char instead of
11288 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 11289 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 11290
a0a3805c 112912007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
11292
11293 * dbusbind.c (xd_read_message): Use non-static input_event struct.
11294
a271e124
MH
112952007-12-31 Magnus Henoch <mange@freemail.hu>
11296
11297 * dbusbind.c (xd_signature): Signature of variant is just "v".
11298
17bc8f94
MA
112992007-12-30 Michael Albinus <michael.albinus@gmx.de>
11300
87df3c32 11301 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 11302 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
11303 (XD_ERROR, XD_DEBUG_MESSAGE)
11304 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
11305 (xd_append_arg): Part for basic D-Bus types rewitten.
11306 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
11307 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
11308 appropriate.
11309 (xd_read_message): Return Qnil. Don't signal an error; it is not
11310 useful during event reading.
11311 (Fdbus_register_signal): Signal an error if the check for
11312 FUNCTIONP fails.
11313 (Fdbus_register_method): New function. The implementation is not
11314 complete, the call of the function signals an error therefore.
11315 (Fdbus_unregister_object): New function, renamed from
11316 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 11317 the object is not well formed.
17bc8f94 11318
dd6f2802
RS
113192007-12-30 Richard Stallman <rms@gnu.org>
11320
11321 * textprop.c (get_char_property_and_overlay):
11322 Signal error if POSITION is out of range in a buffer.
11323
1da8a031
MR
113242007-12-29 Martin Rudalics <rudalics@gmx.at>
11325
11326 * w32fns.c (Fx_create_frame): Make copy of frame parameters
11327 because the original parameters are in pure storage now.
11328
5742be86
YM
113292007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11330
11331 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
11332
b014713c
EZ
113332007-12-22 Eli Zaretskii <eliz@gnu.org>
11334
b17f53ab
MB
11335 * callint.c (syms_of_callint) <command-history>: Add reference to
11336 history-length in the doc string.
048addec 11337
b17f53ab 113382007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 11339
b17f53ab
MB
11340 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
11341 before passing as wParam.
048addec 11342
9af5078b
MA
113432007-12-22 Michael Albinus <michael.albinus@gmx.de>
11344
11345 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
11346 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
11347 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
11348 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
11349 as number.
11350 (Fdbus_call_method): Fix docstring.
11351
87cf1a39
MA
113522007-12-21 Michael Albinus <michael.albinus@gmx.de>
11353
11354 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
11355 New macros.
87df3c32 11356 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
11357 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
11358 Simplify.
87cf1a39
MA
11359 (xd_signature): New function.
11360 (xd_append_arg): Compute also signatures. Major rewrite.
11361 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
11362 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
11363 Check for signatures of arguments.
87cf1a39 11364
54371585
MA
113652007-12-19 Michael Albinus <michael.albinus@gmx.de>
11366
11367 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
11368 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
11369 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
11370 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
11371 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 11372 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
11373 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
11374 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 11375 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
11376 (xd_append_arg): New function.
11377 (Fdbus_call_method, Fdbus_send_signal): Apply it.
11378
f5306ca3
MA
113792007-12-16 Michael Albinus <michael.albinus@gmx.de>
11380
11381 * dbusbind.c (top): Include <stdio.h>.
11382 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
11383 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
11384 (Fdbus_register_signal): Rename unique_name to uname.
11385 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
11386 non-existing unique name. Fix typos in matching rule. Return an
11387 object which is useful in Fdbus_unregister_signal.
11388 (Fdbus_unregister_signal): Reimplementation, in order to remove
11389 only the corresponding entry.
11390 (Vdbus_registered_functions_table): Change the order of entries.
11391 Apply these changes in xd_read_message and Fdbus_register_signal.
11392
77a28bbf
AS
113932007-12-16 Andreas Schwab <schwab@suse.de>
11394
11395 * fileio.c (Finsert_file_contents): Fix overflow check to not
11396 depend on undefined integer overflow.
11397
2e3566d8
JR
113982007-12-14 Jason Rumney <jasonr@gnu.org>
11399
11400 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
11401 for characters above 127.
11402
bf254037
JR
114032007-12-13 Jason Rumney <jasonr@gnu.org>
11404
11405 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
11406 before dereferencing array.
11407 (lookup_vk_code): Remove zero comparison.
11408
eb7c7bf5
MA
114092007-12-14 Michael Albinus <michael.albinus@gmx.de>
11410
11411 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
11412 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
11413 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
11414 (xd_read_message, Fdbus_register_signal): Split expressions into
11415 multiple lines before operators "&&" and "||", according to the
11416 GNU Coding Standards.
11417
34fb0fc9
EZ
114182007-12-14 Eli Zaretskii <eliz@gnu.org>
11419
11420 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
11421
c7d97628
JL
114222007-12-12 Juri Linkov <juri@jurta.org>
11423
11424 * buffer.c (Frename_buffer): In interactive spec replace
11425 `read-buffer' with `read-string' that uses `buffer-name-history'
11426 as history, and the current buffer's name as default.
11427
3709505e
SM
114282007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
11431 manipulating the backtrace manually.
11432 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
11433 (struct backtrace, backtrace_list): Remove.
11434 (command_loop_1): Remove dead var `no_direct'.
11435
11436 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
11437 preserve non-built-in buffer-local variables.
11438 (Fkill_all_local_variables): Don't re-create&re-set permanent
11439 buffer-local variables.
11440
e2bec886
JL
114412007-12-09 Juri Linkov <juri@jurta.org>
11442
11443 * buffer.c (Frename_buffer): Change interactive spec from "s" to
11444 Lisp code that uses `read-buffer' with current buffer as default.
11445
a31d47c7
MA
114462007-12-08 Michael Albinus <michael.albinus@gmx.de>
11447
11448 * dbusbind.c (xd_read_message): Generate an event for every
11449 registered handler. There might be several handlers registered
11450 for the same signal.
11451 (Fdbus_register_signal): Don't overwrite a registration for the
11452 same signal. Add a new registration if handlers are different.
11453 (Vdbus_registered_functions_table): Rework doc string.
11454
52da95fa
MA
114552007-12-07 Michael Albinus <michael.albinus@gmx.de>
11456
11457 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
11458 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
11459 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
11460 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
11461 Unify argument lists.
a0a3805c 11462 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
11463 arguments and hash table keys. Use unique name for service.
11464 (Fdbus_unregister_signal): Remove checks.
11465 (Vdbus_registered_functions_table): Fix doc string.
11466
e5e76c04 114672007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
11468
11469 * process.c (make_process): Initialize pty_flag to 0.
11470
e5e76c04 114712007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
11472
11473 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
11474 specified XBMs.
11475
e5e76c04 114762007-12-05 Richard Stallman <rms@gnu.org>
048addec 11477
e5e76c04 11478 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 11479
e5e76c04 114802007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11481
e5e76c04
MB
11482 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
11483 New variable.
11484 (mac_try_close_socket) [MAC_OSX]: New function.
11485 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
11486 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 11487
e5e76c04
MB
11488 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
11489 Use mac_try_close_socket.
048addec 11490
e5e76c04 114912007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11492
e5e76c04
MB
11493 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
11494 reloc_base.
11495 (copy_dysymtab): Compute relocation base here.
11496 (rebase_reloc_address) [__ppc64__]: New function.
11497 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
11498 changed.
048addec 11499
e5e76c04 115002007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 11501
e5e76c04 11502 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 11503
e5e76c04 115042007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11505
e5e76c04
MB
11506 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
11507 __objc_* sections.
11508 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 11509
96faeb40
MA
115102007-12-05 Michael Albinus <michael.albinus@gmx.de>
11511
11512 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
11513 Move check for Vdbus_registered_functions_table to
11514 xd_read_queued_messages.
11515 (xd_read_queued_messages): Protect xd_read_message calls by
11516 internal_condition_case_1.
11517
39abdd4a
MA
115182007-12-04 Michael Albinus <michael.albinus@gmx.de>
11519
87df3c32 11520 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 11521 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 11522 (Vdbus_intern_symbols): Remove.
39abdd4a 11523 (Vdbus_registered_functions_table): New hash table.
87df3c32 11524 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 11525 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 11526 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
11527 Vdbus_registered_functions_table.
11528
880820fe 115292007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
11530
11531 * xterm.c: Update URL to Window Manager Specification in comment.
11532
033b73e2
MA
115332007-12-02 Michael Albinus <michael.albinus@gmx.de>
11534
11535 * config.in (HAVE_DBUS): Add.
11536
a0a3805c 11537 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
11538 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
11539 (obj): Add $(DBUS_OBJ).
11540 (LIBES): Add $(DBUS_LIBS).
11541 (dbusbind.o): New target.
11542
11543 * dbusbind.c: New file.
11544
11545 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
11546
11547 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 11548 (Qdbus_event): New Lisp symbol.
033b73e2 11549 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 11550 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
11551 (keys_of_keyboard ): Define dbus-event.
11552
11553 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
11554
39d0bf74
RS
115552007-12-01 Richard Stallman <rms@gnu.org>
11556
11557 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
11558
f3157c65
JR
115592007-11-30 Jason Rumney <jasonr@gnu.org>
11560
11561 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
11562 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
11563 (w32_face_attributes): Don't use color indexes that are out of range.
11564 Only reverse the default colors.
f3157c65
JR
11565
11566 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
11567 WINDOWSNT.
11568
11569 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
11570
b510360c
JR
115712007-11-29 Jason Rumney <jasonr@gnu.org>
11572
11573 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
11574 (w32_face_attributes): Use Vtty_defined_color_alist to determine
11575 if the terminal colors are initialized.
11576 (unspecified_fg, unspecified_bg): Remove unused declarations.
11577
4b7ab1c4
AS
115782007-11-29 Andreas Schwab <schwab@suse.de>
11579
11580 * keyboard.c (apply_modifiers): Fix typo.
11581
4bb6c266
RS
115822007-11-29 Richard Stallman <rms@gnu.org>
11583
11584 * keymap.c (Fcurrent_local_map): Doc fix.
11585
aa44cd84
GM
115862007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
11587
11588 * s/gnu-kfreebsd.h: New file.
11589
21ec2c43
SM
115902007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11591
cc648cef
SM
11592 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11593 Don't cast redundantly.
11594
21ec2c43
SM
11595 * keyboard.c (KEY_TO_CHAR): New macro.
11596 (parse_modifiers, apply_modifiers): Accept integer arguments.
11597 (read_key_sequence): Use them to unify the "shift->unshift" mapping
11598 for chars and symbol keys.
11599 After doing such remapping, apply function-key-map again.
11600
73e72da4
DN
116012007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
11602
11603 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
11604 compiled anymore.
11605
254693ff
AS
116062007-11-26 Andreas Schwab <schwab@suse.de>
11607
11608 * process.c (list_processes_1): Fix indentation level of the
11609 command column.
11610
ff6e6ac8
AS
116112007-11-23 Andreas Schwab <schwab@suse.de>
11612
11613 * editfns.c (Fformat): Handle %c specially since it requires the
11614 argument to be of type int.
11615
f7cf8b20
SM
116162007-11-23 Markus Triska <markus.triska@gmx.at>
11617
11618 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 11619 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 11620
569c11e3
SM
116212007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11622
8787dd73
SM
11623 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
11624 (find_symbol_value): Use do_symval_forwarding.
11625
569c11e3
SM
11626 * data.c (set_internal): Set the value in the `cons-cell' (for
11627 Buffer_Local_values) not only for frame-local variables.
11628
6af1696d
AS
116292007-11-22 Andreas Schwab <schwab@suse.de>
11630
11631 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
11632 values to sprintf.
11633 * keymap.c (Fsingle_key_description): Likewise.
11634 * print.c (print_object): Likewise.
11635
880820fe 116362007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
11637
11638 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
11639 file for image is nil.
11640
7c401d15
DN
116412007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
11642
11643 * term.c: Include stdarg.h.
569c11e3 11644 (fatal): Implement using varargs.
a0a3805c 11645 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 11646
64e16c3c
SM
116472007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
11650 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
11651 Update call to buffer_slot_type_mismatch.
11652 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
11653 (buffer_slot_type_mismatch): Update.
11654 * buffer.c (buffer_local_types): Remove.
11655 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
11656 (defvar_per_buffer): Set the type in the buffer_objfwd.
11657
d4aa48db 116582007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 11659
64e16c3c
SM
11660 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
11661 CreateFileMapping returns NULL on failure.
5f42a7eb 11662
d4aa48db 116632007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 11664
d4aa48db
MB
11665 * search.c (Fset_match_data): Remove the `evaporate' feature.
11666 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 11667
bdae0540
JR
116682007-11-21 Jason Rumney <jasonr@gnu.org>
11669
11670 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
11671
11672 * w32console.c (w32con_write_glyphs): Remove unused variables.
11673
202c09a8
DN
116742007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11675
b951420f
DN
11676 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
11677
202c09a8
DN
11678 * s/darwin.h (MULTI_KBOARD): Remove.
11679
11680 * macfns.c (x_create_tip_frame, Fx_create_frame)
11681 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
11682
bae72c12
SM
116832007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11684
e7c10f83
SM
11685 * buffer.c (Fbuffer_local_value): Remove redundant test.
11686 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
11687 than in `current-buffer' to match the comment.
11688 Do the swap using swap_in_global_binding.
11689
136eb6ed
SM
11690 * data.c (store_symval_forwarding, set_internal):
11691 * eval.c (specbind): Remove dead code.
11692
bae72c12
SM
11693 * coding.c (detect_coding, Fupdate_coding_systems_internal):
11694 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
11695 Since we do not want to see internal Lisp_*fwd objects here.
11696
880820fe 116972007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 11698
3d66b985
JD
11699 * sysdep.c (init_system_name): Use getaddrinfo if available.
11700
95fbaefc
JD
11701 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
11702 (x_scroll_bar_note_movement): start, end, with, height in struct
11703 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
11704
6c1d8cb6
DN
117052007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
11706
11707 * puresize.h (BASE_PURESIZE): Increase to 1190000.
11708
30f95089
SM
117092007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11710
66b04bd4
SM
11711 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
11712 This undoes Richard's change of 14-Oct-2002.
11713
6d3f2bb2
SM
11714 * alloc.c (allocate_other_vector):
11715 * lisp.h (allocate_other_vector): Remove.
11716
b05b4e27
SM
11717 * window.c (struct save_window_data): Move non-lisp data to the end
11718 and make it `int' rather than Lisp_Object.
11719 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
11720 Done wrap/unwrap integer values.
11721 (Fset_window_configuration, compare_window_configurations):
11722 Update use of fields to their new types.
11723
056ce195
SM
11724 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
11725 Turn integer fields into `int'. Merge x_window_low and x_window_high.
11726 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
11727 (SET_SCROLL_BAR_X_WINDOW): Remove.
11728 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
11729 Access the new x_window field directly.
11730 * xterm.c (x_scroll_bar_create): Use a pseudovector.
11731 Don't wrap/unwrap integers into Lisp_Objects.
11732 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
11733 (x_scroll_bar_report_motion):
11734 Don't wrap/unwrap integers into Lisp_Objects.
11735 (x_term_init): Use SDATA.
11736 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
11737 (x_scroll_bar_set_handle, x_scroll_bar_remove)
11738 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
11739 (x_scroll_bar_report_motion, x_scroll_bar_clear):
11740 * xfns.c (x_set_background_color):
11741 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
11742 Access the new x_window field directly.
11743
30f95089
SM
11744 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
11745 (allocate_pseudovector): Make non-static.
6d3f2bb2 11746
30f95089
SM
11747 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
11748 (allocate_pseudovector): Declare.
6f69e89b 11749 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 11750
9b6112e8
AS
117512007-11-15 Andreas Schwab <schwab@suse.de>
11752
30f95089
SM
11753 * editfns.c (Fformat): Correctly format EMACS_INT values.
11754 Also take precision into account when formatting an integer.
0f860bd7 11755
9b6112e8
AS
11756 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
11757
262fcd41
SM
117582007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11759
58da34c7
SM
11760 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
11761 (syms_of_keyboard): Defsubr it.
11762
262fcd41
SM
11763 * data.c (swap_in_global_binding): Fix longstanding bug where
11764 store_symval_forwarding was not called with the right second argument,
11765 thus causing objfwd-ing from being dropped.
11766
d29a9848
JB
117672007-11-14 Juanma Barranquero <lekktu@gmail.com>
11768
11769 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
11770 (Fx_display_pixel_height, Fx_display_planes)
11771 (Fx_display_color_cells, Fx_server_max_request_size)
11772 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11773 (Fx_display_visual_class, Fx_display_save_under):
11774 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
11775 (Fx_display_pixel_height, Fx_display_planes)
11776 (Fx_display_color_cells, Fx_server_max_request_size)
11777 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11778 (Fx_display_mm_height, Fx_display_mm_width)
11779 (Fx_display_backing_store, Fx_display_visual_class)
11780 (Fw32_select_font, Fx_display_save_under):
11781 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
11782 (Fx_display_pixel_height, Fx_display_planes)
11783 (Fx_display_color_cells, Fx_server_max_request_size)
11784 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11785 (Fx_display_save_under): Fix typos in docstrings.
11786
74084731
JB
117872007-11-14 Juanma Barranquero <lekktu@gmail.com>
11788
11789 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
11790 corresponding to deleted entries; they are an implementation detail.
11791 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
11792 Remove variables.
11793 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
11794 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
11795 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
11796 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11797 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 11798 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 11799 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
11800 Fix typos in docstrings.
11801 (Fx_server_version): Reflow docstring.
11802 (Fw32_shell_execute): Doc fixes.
74084731 11803
fb053a1f
JB
118042007-11-13 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
11807 if w32_parse_hot_key returned nil.
11808
a457417e 118092007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 11810
a457417e 11811 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 11812
4b219faa
JR
118132007-11-09 Jason Rumney <jasonr@gnu.org>
11814
11815 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
11816
11817 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
11818
11819 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
11820 Remove W32_SCROLL_BAR_CLICK_EVENT.
11821
11822 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
11823 Add MULTIMEDIA_KEY_EVENT.
11824
11825 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
11826 (lispy_multimedia_keys) [WINDOWSNT]: New array.
11827 (make_lispy_event) [WINDOWSNT]: Use it to translate
11828 MULTIMEDIA_KEY_EVENT.
11829
11830 * w32term.h (WM_APPCOMMAND): Define if not already.
11831 (GET_APPCOMMAND_LPARAM): Likewise.
11832
11833 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
11834 WM_APPCOMMAND.
11835
11836 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
11837 (syms_of_w32fns): Export and initialize it.
11838 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
11839
c12ecb0a 118402007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
11841
11842 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
11843 twice.
11844
11845 * xdisp.c (handle_face_prop): Fix last change.
11846
c12ecb0a 118472007-11-09 Richard Stallman <rms@gnu.org>
048addec 11848
c12ecb0a
MB
11849 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
11850 not just for after-strings and before-strings.
11851 Call face_for_overlay_string and pass the overlay to it.
11852 (handle_display_prop): Determine whether property came from an overlay.
11853 Pass OVERLAY arg to handle_single_display_spec.
11854 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
11855 (load_overlay_strings): Fill in it->string_overlays.
11856 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 11857
c12ecb0a
MB
11858 * xfaces.c (face_for_overlay_string): Function renamed from
11859 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 11860
c12ecb0a
MB
11861 * dispextern.h (struct it): New elt string_overlays.
11862 New elt from_overlay, also in stack.
11863 Rearrange a few elements.
11864 (face_for_overlay_string): Decl renamed from
11865 face_at_buffer_position_no_overlays, and add argument.
15fff01d 11866
c12ecb0a 118672007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 11868
c12ecb0a
MB
11869 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
11870 to get the base face for an overlay string.
0d8466cc 11871
c12ecb0a 11872 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 11873
c12ecb0a 11874 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 11875
c12ecb0a 11876 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 11877
c12ecb0a 118782007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 11879
c12ecb0a
MB
11880 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
11881 Fix conversion from Lisp object to ATSUFontID.
07025a55 11882
c12ecb0a 118832007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 11884
c12ecb0a 11885 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 11886
c12ecb0a 118872007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 11888
c12ecb0a
MB
11889 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
11890 Don't assume regions are aligned to page boundary.
11891 (print_load_command_name): Add LC_UUID if defined.
3a232704 11892
c12ecb0a 118932007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 11894
c12ecb0a 11895 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 11896
b8ddfbcc
JR
118972007-11-07 Jason Rumney <jasonr@gnu.org>
11898
11899 * s/windows95.h: Remove.
11900
880820fe 119012007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
11902
11903 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
11904 abort with a message on unhandled store_type values.
11905
880820fe 119062007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
11907
11908 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
11909 Remove HAVE_X11R5 and HAVE_X11R4.
11910
04a697fe
DN
119112007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11912
11913 * Makefile.in: Remove references to sunfns.c and sunfns.o.
11914
880820fe 119152007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
11916
11917 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 11918 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
11919 x_set_glyph_string_gc from x_draw_glyph_string.
11920
07e5c0b0
DN
119212007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11922
2a2e8de7 11923 * sunfns.c: Remove file.
07e5c0b0
DN
11924
11925 * m/sun386.h:
11926 * m/sun2.h:
11927 * m/sparc.h: Remove Sun windows code.
11928
1bc973c2
SM
119292007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
11932 (init_keyboard): Set current_kboard's window-system to nil.
11933 (tty_read_avail_input): Typo.
11934 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
11935
c22140f6
DN
119362007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11937
11938 * s/usg5-4.h:
11939 * s/usg5-3.h:
11940 * s/ptx.h:
11941 * m/is386.h:
11942 * m/ibmps2-aix.h:
2a2e8de7 11943 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
11944
11945 * dispnew.c (syms_of_display): Don't mention version 10.
11946
660a8219
JB
119472007-10-28 Juanma Barranquero <lekktu@gmail.com>
11948
11949 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
11950 ($(BLD)/abbrev.$(O)): Remove.
11951
e047f448
SM
119522007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 Rewrite abbrev.c in Elisp.
11955 * image.c (Qcount): Don't declare as extern.
11956 (syms_of_image): Initialize and staticpro `Qcount'.
11957 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
11958 * emacs.c (main): Don't call syms_of_abbrev.
11959 * Makefile.in (obj): Remove abbrev.o.
11960 (abbrev.o): Remove.
11961 * abbrev.c: Remove.
11962
67b73e3a
MR
119632007-10-26 Martin Rudalics <rudalics@gmx.at>
11964
11965 * window.c (window_min_size_2): Don't count header-line.
11966
e3d7bd83
DN
119672007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11968
11969 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 11970 field to take advantage of the available space. Group all the
e3d7bd83
DN
11971 chars together to reduce wasted space due to padding.
11972
a3547743
JB
119732007-10-26 Juanma Barranquero <lekktu@gmail.com>
11974
e298936f
JB
11975 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
11976
d3d47262
JB
11977 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
11978 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
11979 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
11980 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
11981 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
11982 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
11983 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
11984 (last_marked, mark_object_loop_halt): Make static.
11985
a3547743
JB
11986 * frame.c (syms_of_frame) <delete-frame-functions>:
11987 Fix typo in docstring.
11988
14c71d8b
JB
119892007-10-25 Juanma Barranquero <lekktu@gmail.com>
11990
11991 * w32.c (init_environment): Fix tiny memory leak.
66199f74 11992 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 11993
70b8d0a4
SM
119942007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 Make `window-system' into a keyboard-local variable (rather than
11997 frame-local as done originally by multi-tty).
11998
11999 * keyboard.h (struct kboard): Add Vwindow_system.
12000 * keyboard.c (init_kboard): Set a default for Vwindow_system.
12001 (mark_kboards): Mark Vwindow_system.
12002
12003 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
12004 (init_display): Don't set the obsolete `window-system' frame-param.
12005
12006 * xterm.c (x_term_init):
12007 * w32term.c (w32_create_terminal):
12008 * term.c (init_tty): Set Vwindow_system.
12009 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
12010 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
12011
12012 * xfns.c (Fx_create_frame, x_create_tip_frame):
12013 * w32fns.c (Fx_create_frame, x_create_tip_frame):
12014 * macfns.c (Fx_create_frame):
12015 Don't set the obsolete `window-system' frame-param.
12016
12017 * frame.h (Qwindow_system): Remove.
12018 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
12019 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
12020
fdc90613 120212007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 12022
fdc90613
MB
12023 * frame.c (x_figure_window_size): For fullscreen case,
12024 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 12025
fdc90613 12026 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 12027
fdc90613 12028 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 12029
7357cb04
SM
120302007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12031
98228e72
SM
12032 * process.c (unwind_request_sigio): Only define if __ultrix__.
12033
1baf6db9
SM
12034 * callproc.c (child_setup): Remove spurious *.
12035
4d0ac3d7
SM
12036 * lisp.h (Fget_text_property): Declare.
12037 (have_menus_p): Declare it here rather than in sys-dep header files.
12038 * macterm.h (have_menus_p):
12039 * msdos.h (have_menus_p):
12040 * xterm.h (have_menus_p): Remove.
12041
7357cb04
SM
12042 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12043 (Fmake_variable_frame_local): Just check the variable's const-ness
12044 rather than checking nil or t.
12045
866e6dd6
JR
120462007-10-22 Jason Rumney <jasonr@gnu.org>
12047
b00afeae
JR
12048 * w32fns.c: Include math.h.
12049 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 12050
c8f7c76b
JR
12051 * s/ms-w32.h (HAVE_STDLIB_H): Define.
12052 (abort): Redefinition moved to nt/config.nt.
12053
866e6dd6
JR
12054 * m/windowsnt.h: Remove.
12055
e79beb56
JB
120562007-10-22 Juanma Barranquero <lekktu@gmail.com>
12057
12058 * emacs.c (Fdump_emacs): Fix typo in message.
12059 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
12060 <installation-directory>: Reflow docstring.
12061
fb30dfd2
JL
120622007-10-22 Juri Linkov <juri@jurta.org>
12063
12064 * minibuf.c: Allow minibuffer default to be a list of default values.
12065 With empty input use the first element of this list as returned default.
e79beb56 12066 (string_to_object)
0f7f11b7 12067 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
12068 (read_minibuf): If defalt is cons, set histstring to its car.
12069 (Fread_string): If default_value is cons, set val to its car.
12070 (Fread_buffer): If def is cons, use its car.
12071 (Fcompleting_read): If defalt is cons, set val to its car.
12072
1f163f28
MA
120732007-10-21 Michael Albinus <michael.albinus@gmx.de>
12074
12075 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
12076
db3534c3
JB
120772007-10-20 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * doc.c (Fdocumentation): Check for advice in all cases.
12080
c6f18a07
CY
120812007-10-19 Chong Yidong <cyd@stupidchicken.com>
12082
12083 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
12084
2a1534d3
RS
120852007-10-19 Richard Stallman <rms@gnu.org>
12086
12087 * doc.c (Fdocumentation): Check for and handle an advised function.
12088
7b82c3b6
JB
120892007-10-19 Juanma Barranquero <lekktu@gmail.com>
12090
12091 * process.c (Fset_process_filter): Doc fix.
12092
3278f20e
SM
120932007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
12096 which caused key-translation-map to applied repeatedly (thus breaking
12097 double-mode).
12098
99784d63
SM
120992007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * xselect.c (x_own_selection, x_handle_selection_clear)
12102 (x_clear_frame_selections):
12103 * w32menu.c (list_of_panes, list_of_items):
12104 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
12105 * textprop.c (validate_plist, interval_has_all_properties)
12106 (interval_has_some_properties, interval_has_some_properties_list)
12107 (add_properties, text_property_list):
12108 * process.c (Fget_buffer_process, list_processes_1, status_notify):
12109 * minibuf.c (Fassoc_string):
12110 * macselect.c (x_own_selection, x_clear_frame_selections)
12111 (Fx_disown_selection_internal):
12112 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
12113 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
12114
44bb704d
CY
121152007-10-17 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * process.c: Link to libs for calling res_init() if available.
12118 (Fmake_network_process): Call res_init() before getaddrinfo or
12119 gethostbyname, if possible.
12120
d314756e
SM
121212007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12122
2504022a
SM
12123 * lread.c (read1): Set pvectype for char_tables.
12124
19fa82b9
SM
12125 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
12126 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
12127 Add type checks.
12128 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
12129
d314756e
SM
12130 * alloc.c (free_misc): Use XMISCTYPE.
12131 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
12132
94b9aaa2
GM
121332007-10-17 Glenn Morris <rgm@gnu.org>
12134
12135 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
12136 (syms_of_minibuf): Add Qcompletion_ignore_case.
12137 * dired.c (Qcompletion_ignore_case): Change to external.
12138 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
12139 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
12140 (Fread_file_name): Use it rather than intern'ing.
12141
12142 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
12143 (Fread_coding_system): Ignore case of user input.
12144
da6658e8
YM
121452007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12146
12147 * xdisp.c (handle_display_prop): Ignore display specs after
12148 replacing one when string text is being replaced.
12149 (handle_single_display_spec): Pretend as if characters with display
12150 property haven't been consumed only when buffer text is being replaced.
12151
11fb4bdb
SM
121522007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12153
9beb8baa
SM
12154 * xfns.c (Fx_create_frame, Fx_display_list):
12155 * window.c (window_fixed_size_p, enlarge_window)
12156 (shrink_window_lowest_first):
12157 * macterm.c (init_font_name_table):
12158 * macfns.c (Fx_create_frame, Fx_display_list):
12159 * lread.c (close_load_descs):
12160 * keyboard.c (read_char_x_menu_prompt):
12161 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
12162 * coding.c (code_convert_region_unwind): Test the type of an object
12163 rather than just !NILP before extracting data from it.
12164
d3f41ff5
SM
12165 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
12166
67ee9f6e
SM
12167 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
12168 (XMISCANY): New macro.
12169 (XMISCTYPE): Use it.
12170 (struct Lisp_Misc_Any): New type.
12171 (union Lisp_Misc): Use it.
12172 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
12173 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
12174 (find_symbol_value, set_internal, default_value, Fset_default)
12175 (Fmake_variable_buffer_local, Fmake_local_variable)
12176 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
12177 (Flocal_variable_if_set_p, Fvariable_binding_locus):
12178 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
12179 * alloc.c (allocate_buffer): Set the size and tag.
12180 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
12181 Use XMISCANY.
12182 (die): Follow the GNU convention for error messages.
12183 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
12184 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
12185 tag any more.
12186 (set_buffer_internal_1):
12187 * frame.c (store_frame_param):
12188 * eval.c (specbind):
12189 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
12190
11fb4bdb
SM
12191 * doc.c (Fsnarf_documentation): Simplify.
12192
decb374a
JB
121932007-10-14 Juanma Barranquero <lekktu@gmail.com>
12194
12195 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
12196 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
12197
b5a40ee7
SM
121982007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
12201
35277b03
JB
122022007-10-14 Juanma Barranquero <lekktu@gmail.com>
12203
12204 * eval.c (do_autoload): Don't save autoloads.
12205
12206 * data.c (Ffset): Save autoload of the function being set.
12207
35fdaa62
GM
122082007-10-07 John Paul Wallington <jpw@pobox.com>
12209
12210 * xfns.c (x_create_tip_frame): Set the `display-type' frame
12211 parameter before setting up faces.
12212
1ea40aa2
EZ
122132007-10-13 Eli Zaretskii <eliz@gnu.org>
12214
35fdaa62 12215 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
12216 * keyboard.c (append_tool_bar_item): Reformat last change.
12217
1ea40aa2
EZ
12218 * lisp.h (eabs): Rename from `abs'. All callers changed.
12219
35277b03 122202007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
12221
12222 * buffer.c (add_overlay_mod_hooklist):
12223 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
12224 * fontset.c (make_fontset):
12225 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
12226 (append_tool_bar_item):
12227 * macmenu.c (grow_menu_items):
35fdaa62 12228 * w32menu.c (grow_menu_items):
71d00ce4 12229 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 12230
bc82f120
EZ
122312007-10-13 Eli Zaretskii <eliz@gnu.org>
12232
12233 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
12234 selected frame'' on MSDOS).
12235
d57d5a78
MR
122362007-10-12 Martin Rudalics <rudalics@gmx.at>
12237
12238 * frame.c (Qexplicit_name): New variable.
12239 (x_report_frame_params): Report it in parameter alist.
12240 (syms_of_frame): Intern and staticpro it.
12241
35277b03 122422007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
12243
12244 * macfns.c (x_create_tip_frame): Set terminal for frame.
12245
c7a4b95b
SM
122462007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12247
26f9c7b7
SM
12248 * frame.c (Qenvironment): Remove.
12249 (syms_of_frame) <Qenvironment>: Don't initialize.
12250 (Fdelete_frame): Don't treat the `environment' param specially.
12251 * frame.h (Qenvironment): Don't declare.
12252 * callproc.c (set_initial_environment): Don't set unused frame param.
12253
c7a4b95b
SM
12254 * frame.c (Fframe_with_environment): Remove.
12255 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 12256
c7a4b95b
SM
12257 * lisp.h (Fframe_with_environment): Don't declare.
12258
c86f7377
JB
122592007-10-10 Juanma Barranquero <lekktu@gmail.com>
12260
12261 * indent.c (indent_tabs_mode, last_known_column)
12262 (last_known_column_modified): Make static.
12263 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
12264
d1b3a122
KY
122652007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
12266
12267 * puresize.h (BASE_PURESIZE): Increase to 1170000.
12268
d57d5a78
MR
122692007-10-09 Jason Rumney <jasonr@gnu.org>
12270
12271 * w32term.c (x_set_window_size): Disable code that attempts to tell
12272 Lisp code about a size change before it actually happens.
12273
81d3d428 122742007-10-09 Richard Stallman <rms@gnu.org>
91175673 12275
81d3d428
MB
12276 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
12277 return HANDLED_RETURN.
91175673 12278
1af74d06 122792007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 12280
1af74d06
MB
12281 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
12282 when there's an unread command event.
e0fead5d 12283
c7a4b95b 12284 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
12285 window autoselection act appropriately when leaving selected frame.
12286 (syms_of_frame): Initialize focus_follows_mouse.
12287 * frame.h (focus_follows_mouse): Extern it.
12288 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 12289 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
12290 * msdos.c (dos_rawgetc): Likewise.
12291 * w32term.c (w32_read_socket): Likewise.
12292 * xterm.c (handle_one_xevent): Likewise.
12293 * xdisp.c (syms_of_xdisp): In doc-string of
12294 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 12295
1af74d06 122962007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 12297
1af74d06
MB
12298 * macterm.c (mac_load_query_font): Fix missing return value.
12299 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
12300 Add BLOCK_INPUT.
c186cdb3 12301
1af74d06 123022007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 12303
1af74d06
MB
12304 * xdisp.c (get_window_cursor_type): Implement documented behavior
12305 for cursor-in-non-selected-windows = t.
c186cdb3 12306
1af74d06 123072007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 12308
1af74d06 12309 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 12310
1af74d06 123112007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 12312
1af74d06 12313 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 12314
1af74d06 12315 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 12316
1af74d06 123172007-10-08 Richard Stallman <rms@gnu.org>
a3c83618 12318
c7a4b95b 12319 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 12320
1af74d06 123212007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 12322
1af74d06 12323 * buffer.c (Foverlays_at): Doc fix.
036e218d 12324
1af74d06 123252007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 12326
1af74d06 12327 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 12328
1af74d06 123292007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 12330
1af74d06 12331 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 12332
1af74d06 12333 * frame.h (enum): Remove trailing comma.
90647b07 12334
8993ad2e 123352007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 12336
1af74d06 12337 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 12338
1af74d06 123392007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 12340
1af74d06 12341 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 12342
1af74d06
MB
12343 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
12344 last-repeatable-command.
12345 (init_kboard): Initialize Vlast_repeatable_command.
12346 (command_loop_1): Set it to real_this_command unless that was
12347 bound to an input event.
12348 (mark_kboards): Mark it.
9fbc32aa 12349
1af74d06 123502007-10-08 Richard Stallman <rms@gnu.org>
036e218d 12351
1af74d06 12352 * eval.c (condition-case): Doc fix.
9fbc32aa 12353
1af74d06 123542007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 12355
1af74d06
MB
12356 * xfaces.c (tty_supports_face_attributes_p): Fix code
12357 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
12358 was copied and not edited.
9fbc32aa 12359
beb9f745
SM
123602007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12361
c86f7377 12362 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
12363 escape sequences.
12364 * keyboard.h (struct kboard): Add Vinput_decode_map.
12365 Remove Vlocal_key_translation_map.
12366 * keyboard.c (read_key_sequence): Add support for input-decode-map.
12367 (init_kboard): Init input-decode-map.
12368 Replace local-key-translation-map back with key-translation-map.
12369 (syms_of_keyboard): Declare input-decode-map.
12370 Remove local-key-translation-map. Update docstrings.
12371 (mark_kboards): Mark Vinput_decode_map.
12372 Don't mark Vlocal_key_translation_map.
12373 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
12374 Replace local-key-translation-map back with key-translation-map.
12375 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
12376 Bind in input-decode-map rather than function-key-map.
12377
beb9f745
SM
12378 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
12379 This was made redundant by the previous introduction of XSETPVECTYPE.
12380
65342ae3
RS
123812007-10-09 Richard Stallman <rms@gnu.org>
12382
beb9f745 12383 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
12384
123852007-09-29 Richard Stallman <rms@gnu.org>
12386
12387 * eval.c (internal_condition_case_2, internal_condition_case_1)
12388 (internal_condition_case): Reenable abort if x_catching_errors ()
12389 to see if that really happens and why.
12390
6cff77fd
AS
123912007-10-06 Andreas Schwab <schwab@suse.de>
12392
12393 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
12394
bbe6f2aa
JB
123952007-10-04 Juanma Barranquero <lekktu@gmail.com>
12396
12397 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
12398
a390930c
SM
123992007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
12402
d6aa1876
SM
124032007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12404
d0fdb6da
SM
12405 * window.h (struct window):
12406 * window.c (struct save_window_data, struct saved_window):
12407 * termhooks.h (struct terminal):
12408 * process.h (struct Lisp_Process):
12409 * frame.h (struct frame):
12410 * buffer.h (struct buffer):
12411 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
12412 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
12413 The size field of (pseudo)vectors is now unsigned.
12414 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
12415
878f97ff
SM
12416 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
12417 Turn `count' into an integer.
d0fdb6da 12418
878f97ff
SM
12419 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
12420 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
12421 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
12422 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
12423 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
12424
d2029e5b
SM
12425 * alloc.c (allocate_pseudovector): New fun.
12426 (ALLOCATE_PSEUDOVECTOR): New macro.
12427 (allocate_window, allocate_terminal, allocate_frame)
12428 (allocate_process): Use it.
12429 (mark_vectorlike): New function.
12430 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
12431 (mark_terminals): Use it.
12432 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
12433 (Fmake_byte_code): Use XSETPVECTYPE.
12434
12435 * frame.c (Fframe_parameters): Minor simplification.
12436
12437 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
12438
12439 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
12440
12441 * buffer.c (Fget_buffer_create, init_buffer_once):
12442 * lread.c (defsubr):
12443 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
12444
12445 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
12446 defined differently in the m/*.h files.
12447 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
12448 (XSETPVECTYPE): New macro.
12449 (XSETPSEUDOVECTOR): Use it.
12450
d6aa1876
SM
12451 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
12452 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 12453
d6aa1876
SM
12454 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
12455 * lread.c (defvar_per_buffer):
12456 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
12457
12458 * window.c (candidate_window_p): Only consider as visible frames that
12459 are on the same terminal.
12460
12461 * m/ibms390x.h (MARKBIT): Remove unused macro.
12462
88852d45
JB
124632007-10-01 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * lread.c (Fload): Fix typo in docstring.
12466
880820fe 124672007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
12468
12469 * floatfns.c (Fexpt): Manually check for overflows, so that a power
12470 of a non-zero value can't yield zero.
12471
ed0c79c6
SM
124722007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12473
b870aa61
SM
12474 * term.c (term_clear_mouse_face, term_mouse_highlight)
12475 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
12476
4c37a414
SM
12477 * print.c (safe_debug_print): Use XHASH.
12478
b9466edb
SM
12479 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
12480 Lisp elements such as tags.
12481 (XHASH): New macro.
12482 (EQ): Use it.
12483 (SREF, SSET, STRING_COPYIN): Use SDATA.
12484 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
12485
9c545a55
SM
12486 * alloc.c (mark_terminal): Remove left-over declaration.
12487 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
12488 (allocate_vectorlike): Remove type argument. Adjust callers.
12489 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
12490 Only handle the one remaining MEM_TYPE_VECTORLIKE.
12491
dafc79fa
SM
12492 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
12493 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
12494 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
12495 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
12496 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
12497 Use them.
12498
ed0c79c6
SM
12499 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
12500 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
12501 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
12502
3c81afd4
DN
125032007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12504
12505 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
12506 loaded by default.
12507
6178ce5e
SM
125082007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12509
4ce5ab77
SM
12510 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
12511 on this tty.
12512 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
12513
6178ce5e
SM
12514 * term.c (mouse_face_window): Rename from Qmouse_face_window.
12515 Update all users.
12516 (handle_one_term_event): Use Gpm_DrawPointer.
12517 (Fgpm_mouse_start): Rename from Fterm_open_connection.
12518 Signal errors instead of returning nil. Always return nil.
12519 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
12520 Make it a noop if gpm-mouse was not activated.
12521 (syms_of_term): Update names.
12522
bdf5f8ef
SM
125232007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12524
75a8734b
SM
12525 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
12526 (init_sys_modes): Check that gpm_tty is the current tty.
12527
13559ee0
SM
12528 * alloc.c (allocate_terminal): Set the vector size to only count the
12529 lisp fields. Initialize those to nil.
12530 (mark_object): Don't treat terminals specially.
12531 (mark_terminal): Remove.
12532 (mark_terminals): Use mark_object instead.
12533
ff16b875
SM
12534 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
12535 the GC to the beginning.
12536
83155776
SM
12537 * indent.h:
12538 * indent.c: Use EMACS_INT for ints coming from Elisp data.
12539
bdf5f8ef
SM
12540 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
12541
ec8705b6
JR
125422007-09-25 Jason Rumney <jasonr@gnu.org>
12543
12544 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
12545
12546 * w32console.c (create_w32cons_output): Remove.
12547
12548 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
12549
12550 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
12551 (reset_sys_modes): Use reset_terminal_modes_hook.
12552
7351b242
SM
125532007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * eval.c (do_autoload): Don't output any message.
12556
16706228
JL
125572007-09-24 Juri Linkov <juri@jurta.org>
12558
12559 * emacs.c (standard_args): Change priority of "--no-splash"
12560 from 40 to 3. Add "--no-desktop" with the same priority.
12561
3ae2e3a3
RS
125622007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
12563
12564 * alloc.c (gc_sweep): Check cons cell mark bits word by word
12565 and optimize the case where they are all 1.
12566
7a58fb43
GM
125672007-09-23 Johannes Weiner <hannes@saeurebad.de>
12568
3ae2e3a3
RS
12569 * lisp.h (abs): Define if not defined.
12570 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
12571 Don't define `abs', since it's defined in lisp.h.
7a58fb43 12572
78048085
EZ
125732007-09-22 Eli Zaretskii <eliz@gnu.org>
12574
c7a4b95b 12575 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
12576 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
12577 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
12578 (init_tty): Use DEV_TTY instead of "/dev/tty".
12579 [WINDOWSNT]: No need to protect from NAME arg being null.
12580
23d4cba5
DN
125812007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
12584 up the tty state.
12585
71f44e7a
SM
125862007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
12589 (gpm_tty): Change its type.
12590 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
12591 (gpm_tty): Change its type and initialize it.
12592 (Fterm_open_connection): Check the frame is indeed a tty.
12593 Use the new gpm_tty.
12594 (Fterm_close_connection): Use the new gpm_tty.
12595 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
12596 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
12597
def7fa34
JB
125982007-09-21 Juanma Barranquero <lekktu@gmail.com>
12599
12600 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
12601 underline_color, to draw strike-through.
12602
d2bb6598
SM
126032007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12604
273f164c
SM
12605 * lisp.h (allocate_terminal): Declare.
12606
ca2d5566
SM
12607 * window.c (candidate_window_p): Consider frames that are being placed
12608 by the user as somewhere between visible and iconified.
12609 (window_loop): Prefer windows on the current frame.
12610 (Fselect_window): Move the use of select-frame to the beginning so we
12611 can just delegate all the work (it'll call us back anyway).
12612
6168122d
SM
12613 * frame.c (Qdisplay_environment_variable):
12614 * frame.h (Qdisplay_environment_variable): Delete.
12615
c51842ec
SM
12616 * .gdbinit (xbacktrace): Print the arg's address rather than the value
12617 of the first arg, since that value may be a union.
12618
d2bb6598
SM
12619 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
12620 parameter rather than Qdisplay_environment_variable. If all else
12621 fails, look for DISPLAY in initial-environment.
12622
6f022c19
GM
126232007-09-21 Glenn Morris <rgm@gnu.org>
12624
12625 * Makefile.in (emacstool): Remove target.
f466320b 12626 (lisp, shortlisp): Remove termdev.elc.
6f022c19 12627
ea1bf8c7
GM
126282007-09-21 Markus Triska <markus.triska@gmx.at>
12629
d2bb6598 12630 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 12631
d30a25b3
SM
126322007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12633
db699fc6
SM
12634 * callproc.c (getenv_internal_1): New function.
12635 (getenv_internal): Use it.
12636 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
12637
d2bb6598 12638 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
12639 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
12640 (Fset_terminal_parameter): Work with dead terminals as well.
12641 (Fmodify_terminal_parameters): Remove.
12642
d30a25b3
SM
12643 * terminal.c (get_terminal): Handle terminals.
12644 Make sure the terminal returned is live.
12645 (create_terminal): Use allocate_terminal.
12646 (mark_terminals): Move to alloc.c.
12647 (delete_terminal): Use terminal->name as liveness status.
12648 NULL out fields after freeing their contents.
12649 Don't deallocate the object.
12650 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
12651 rather than an int.
12652 (Fterminal_live_p): Accept non-integer arguments.
12653 (Fterminal_list): Return terminal objects rather than an ints.
12654
12655 * alloc.c (enum mem_type): New member for `terminal' objects.
12656 (allocate_terminal): New function.
d2bb6598
SM
12657 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
12658 Handle terminals.
d30a25b3
SM
12659 (mark_terminal): New fun.
12660 (mark_terminals): Move from terminal.c.
12661
12662 * term.c (get_tty_terminal): Don't treat output_initial specially.
12663 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
12664 (delete_tty): Use terminal->name as liveness status.
12665
12666 * termhooks.h (struct terminal): Make it into a pseudovector.
12667 Remove `deleted' replaced by checking `name's nullness.
12668
12669 * print.c (print_object): Handle terminals.
12670
12671 * lisp.h (enum pvec_type): New `terminal' pseudovector.
12672 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
12673
12674 * frame.c (make_terminal_frame):
12675 * keyboard.c (tty_read_avail_input):
12676 * w32term.c (x_delete_terminal):
12677 * xfns.c (Fx_create_frame, x_create_tip_frame):
12678 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
12679
eba25e7c
GM
126802007-09-20 Glenn Morris <rgm@gnu.org>
12681
12682 * process.c (Fmake_network_process): Doc fix.
12683
2a29c3c1
JR
126842007-09-19 Jason Rumney <jasonr@gnu.org>
12685
12686 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
12687
880820fe 126882007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
12689
12690 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
12691 Fix a C warning regarding variable constness.
12692
12693 * xterm.c (handle_one_xevent): Fix a C warning.
12694
334a1195
JR
126952007-09-18 Jason Rumney <jasonr@gnu.org>
12696
12697 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
12698
880820fe 126992007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
12700
12701 * gtkutil.c (gdpy_def): New variable.
12702 (xg_initialize): Initialize gdpy_def.
12703 (xg_display_close): If no other display exists, set gdpy_def to a
12704 new connection.
12705
880820fe 127062007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
12707
12708 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
12709 when we have no file name for the icon.
12710 (xg_tool_bar_expose_callback): Remove.
12711 (xg_create_tool_bar): Don't connect expose signal to
12712 xg_tool_bar_expose_callback.
12713 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
12714
4d580af2
AS
127152007-09-16 Andreas Schwab <schwab@suse.de>
12716
12717 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
12718 values instead of zapping them.
12719
aca946f3
GM
127202007-09-14 Glenn Morris <rgm@gnu.org>
12721
12722 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
12723 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
12724 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
12725 scope and rename to omfib_buffer for clarity.
12726 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
12727
25c460e5
KH
127282007-09-14 Kenichi Handa <handa@m17n.org>
12729
12730 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
12731
09b69f01
JR
127322007-09-13 Jason Rumney <jasonr@gnu.org>
12733
12734 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
12735
12736 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
12737
12738 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
12739 (mac_term_init): Call here instead, passing rif.
12740
442218db
GM
127412007-09-13 Glenn Morris <rgm@gnu.org>
12742
12743 * s/hpux.h: No longer define `static' as nothing.
12744
880820fe 127452007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
12746
12747 * callint.c (Fcall_interactively): Remove unused var `fun'.
12748
1971a872
RF
127492007-09-12 Romain Francoise <romain@orebokech.com>
12750
12751 * window.c (prefer_window_split_horizontally, display_buffer):
12752 Revert 2007-09-08 change.
12753
2d33f506
GM
127542007-09-12 Glenn Morris <rgm@gnu.org>
12755
585474ae 12756 * alloca.c: Remove file.
ca7af97a
GM
12757 * Makefile.in (alloca): Do not undef.
12758 (allocaobj, alloca.o): Remove.
12759 (otherobj): Remove allocaobj.
12760 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
12761 * regex.c (C_ALLOCA): Remove all references and code that was only
12762 used when this was defined.
12763 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
12764 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
12765 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
12766
2d33f506 12767 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
12768
12769 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
12770 (menu_grab_callback): All uses changed.
12771
12772 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
12773 (x_reply_selection_request): All uses changed.
2d33f506 12774
18a4a65e
SM
127752007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * lread.c (load_warn_old_style_backquotes): Change message to look
12778 better when it appears in the middle of byte-compiler messages.
12779
47cc8819
DN
127802007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
12781
b7ea0894
DN
12782 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
12783
47cc8819
DN
12784 * xterm.c (x_create_terminal): Add comment.
12785
12786 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
12787
5632bd0f
RS
127882007-09-10 Richard Stallman <rms@gnu.org>
12789
12790 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
12791
880820fe 127922007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 12793
4bca9161
MC
12794 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
12795 (DEFUN): Document `intspec', use it instead of `prompt'.
12796
04724b69
MC
12797 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
12798
8a6d230a
MC
12799 * data.c (Finteractive_form): If the interactive specification starts
12800 with a `(', use it as a Lisp form.
12801
09fbdf6c
MC
12802 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
12803 name and file modes.
12804
ccb5c14f
MC
12805 * callint.c (Fcall_interactively): Comment fixes.
12806
023accd6
SM
128072007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
12810 and compiled functions.
12811
f26b9544
EZ
128122007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
12813
12814 * window.c (prefer_window_split_horizontally): New variable.
12815 (display_buffer): Consider splitting window horizontally depending
12816 on prefer_window_split_horizontally.
12817
4d395425
EZ
128182007-09-08 Eli Zaretskii <eliz@gnu.org>
12819
97ddc760 12820 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 12821
08c1d235
SM
128222007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12823
179cef48
SM
12824 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
12825
08c1d235
SM
12826 * frame.c (x_set_frame_parameters): Check number is positive before
12827 using XFASTINT.
12828
12829 * window.c (freeze_window_start): Don't presume selected_window holds
12830 a window object.
92f94a12 12831 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 12832
97ddc760 128332007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
12834
12835 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
12836
90ab5c62
SM
128372007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * window.c (Vsplit_window_preferred_function): New var.
12840 (Fdisplay_buffer): Use it.
12841 (syms_of_window): Export, and initialize it.
12842
1ab2cd43
TTN
128432007-09-06 Pixel <pixel@mandriva.com> (tiny change)
12844
12845 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
12846
0b0515bc
GM
128472007-09-06 Glenn Morris <rgm@gnu.org>
12848
57fd5c55 12849 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
12850 * xselect.c (x_reply_selection_request) <cnt>: Move static
12851 variable to file scope.
12852
98594580
SM
128532007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
12856 consistent values of selected_frame and selected_window.
12857
0f4c7aef
JR
128582007-09-04 Jason Rumney <jasonr@gnu.org>
12859
12860 * w32console.c (initialize_w32_display): Zero unused hooks.
12861
e4019195
DN
128622007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12863
12864 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
12865 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
12866
bce179b5
JR
128672007-09-04 Jason Rumney <jasonr@gnu.org>
12868
a0236551
JR
12869 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
12870 in w32console.c. Set up input. Remove XXX comments that have been
12871 confirmed as correct.
12872
a4926668
JR
12873 * s/ms-w32.h (MULTI_KBOARD): Define.
12874
953bf0dc
JR
12875 * w32console.c (one_and_only_w32cons): Remove.
12876 (initialize_w32_display): Take terminal argument.
12877
12878 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
12879 initialize_w32_display.
12880 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
12881
bce179b5
JR
12882 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
12883
12884 * keyboard.c (discard_mouse_events): Discard it.
12885 (make_lispy_event): Translate it to a lisp event.
12886 (lispy_wheel_names): Add wheel-left and right events.
12887 (syms_of_keyboard): Enlarge wheel_syms.
12888
12889 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
12890 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
12891
12892 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
12893
12894 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
12895 from WM_MOUSEHWHEEL.
12896 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
12897
12898 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
12899 terminal.
12900
12901 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
12902 keyboard for the terminal.
12903
92cd6a7c
DN
129042007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12905
12906 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
12907 (Vresume_tty_hook): Rename from Vresume_tty_functions.
12908 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
12909 and resume-tty-function to resume-tty-hook.
12910 (Fsuspend_tty, Fresume_tty): Use new names.
12911
880820fe 129122007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
12913
12914 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
12915 if it starts with "n:".
12916
880820fe 129172007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
12918
12919 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
12920
6b8e474c
SM
129212007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12922
92d9c1d4
SM
12923 * frame.h:
12924 * frame.c (Qterm_environment_variable): Remove.
12925 (syms_of_frame): Don't init and staticpro it.
12926
92d9c1d4
SM
12927 * callproc.c (getenv_internal): Remove special case for $TERM.
12928
6b8e474c
SM
12929 * callproc.c (Vinitial_environment): New variable.
12930 (set_initial_environment): Initialize it.
12931 (syms_of_callproc): Declare it.
12932 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
12933 TERM under which a process runs is never related to the TERM in which
12934 Emacs is running.
12935
0f1444e1
DN
129362007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12937
12938 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
12939 * s/darwin.h: ... do it here.
12940
b8866860
SM
129412007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * lisp.h (set_initial_environment): Rename from set_global_environment.
12944
12945 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
12946 removed by mistake on the multi-tty branch.
12947
12948 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
12949 (Fmodify_frame_parameters): Return a value.
12950
12951 * image.c (png_load): Comment-out var only used in commented-out code.
12952
12953 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
12954 before passing it to mark_object.
12955
12956 * xfaces.c (internal_resolve_face_name): Return a value.
12957 (internal_resolve_face_name, resolve_face_name_error): Comment out.
12958
12959 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
12960 (x_icon): Comment-out var only used in commented-out code.
12961
0a42be6d
RF
129622007-08-29 Romain Francoise <romain@orebokech.com>
12963
12964 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
12965 QUIT hasn't been provided.
12966
8d9cc0b7
MB
129672007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12968
12969 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 12970 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
12971 (set_initial_environment): Initialise Vprocess_environment.
12972
12973 * config.in: Disable multi-keyboard support on a mac.
12974
12975 * frame.c (Qterm_environment_variable)
12976 (Qdisplay_environment_variable): New variables.
12977 (syms_of_frame): Intern and staticpro them.
12978 (Fmake_terminal_frame): Disable output method test.
12979
12980 * frame.h: Declare them here.
12981
12982 * macfns.c (x_set_mouse_color): Get rif from the frame.
12983 (x_set_tool_bar_lines): Don't use updating_frame.
12984 (mac_window): Add 2 new parameters for consistency with other systems.
12985 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
12986 frame parameters following what is done in X11 and w32. Don't use
12987 FRAME_MAC_DISPLAY_INFO.
12988 (Fx_open_connection, start_hourglass): Remove window-system check.
12989 (x_create_tip_frame): Get the keyboard from the terminal.
12990
12991 * macmenu.c: Reorder includes.
12992 (Fx_popup_menu): Use terminal specific mouse_position_hook.
12993
12994 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
12995 terminal parameter.
12996 (x_clear_frame): Add a frame parameter.
12997 (note_mouse_movement): Get rif from the frame.
12998 (mac_term_init): Initialize the terminal.
12999 (mac_initialize): Make static and move terminal initialization ...
13000 (mac_create_terminal): ... to this new function.
13001
13002 * macterm.h (struct mac_display_info): Add terminal.
7196c970 13003 (mac_initialize): Delete declaration.
8d9cc0b7 13004
381864b2 13005 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
13006
13007 * sysdep.c: Comment out text after #endif.
13008
13009 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
13010 is defined. Better initialize ttys in windows. Use terminal
13011 specific mouse_position_hook.
13012
13013 * termhooks.h (union display_info): Add mac_display_info.
13014
b8866860
SM
13015 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
13016 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
13017 frame parameters following what is done in X11.
13018
13019 * w32term.c (w32_initialize): Make static.
13020
13021 * xselect.c (x_handle_selection_clear): Only access
13022 terminal->kboard when MULTI_KBOARD is defined.
13023
13024 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
13025 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
13026
130272007-08-29 Jason Rumney <jasonr@gnu.org>
13028
13029 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
13030 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
13031
13032 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
13033 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
13034
13035 * keyboard.c (restore_kboard_configuration): Only define when
13036 MULTI_KBOARD defined.
13037
35277b03 13038 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
13039 (OBJ1): Add terminal.$(O)
13040
b8866860
SM
13041 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
13042 Don't define function body.
8d9cc0b7
MB
13043 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
13044
13045 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
13046
13047 * w32.c (request_sigio, unrequest_sigio): Remove.
13048
13049 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
13050 (w32con_clear_frame, w32con_clear_end_of_line)
13051 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
13052 (w32con_delete_glyphs, w32con_set_terminal_window)
13053 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
13054 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
13055 Add terminal arg.
8d9cc0b7
MB
13056 (PICK_FRAME): Remove.
13057 (w32con_write_glyphs): Use frame specific terminal coding.
13058 (one_and_only_w32cons): New global variable.
13059 (initialize_w32_display): Use it for storing hooks.
13060 (create_w32cons_output): New function.
13061
13062 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
13063 arg a frame.
13064
b8866860
SM
13065 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
13066 Set window_system.
8d9cc0b7
MB
13067 (x_set_tool_bar_lines): Don't use updating_frame.
13068 (Fx_create_frame): Set terminal and ref count.
13069 (Fx_open_connection): Remove window-system check.
13070
13071 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
13072
13073 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
13074 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
13075 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
13076 Add frame arg.
13077 (x_delete_terminal, w32_create_terminal): New functions.
13078 (w32_term_init): Create a terminal.
13079 (w32_initialize): Move terminal specific initialization to
13080 w32_create_terminal.
13081
b8866860 13082 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
13083 (w32_clear_rect, w32_clear_area): Use background from frame.
13084 (w32_display_info): Add terminal.
13085 (w32_sys_ring_bell, x_delete_display): Declare here.
13086
13087 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
13088
13089 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
13090
130912007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
13092
13093 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
13094 Fix get_named_tty calls for the controlling tty.
13095
130962007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13097
13098 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
13099
131002007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
13101
13102 * term.c (tty_insert_glyphs): Add missing first parameter.
13103
880820fe 131042007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 13105
b8866860
SM
13106 * buffer.c (Fbuffer_list, Fbury_buffer):
13107 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
13108
13109 * cm.c (current_tty): New variable, for cmputc().
13110 (cmputc): Use it.
13111 (cmcheckmagic): Add tty parameter, look up terminal streams there.
13112 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
13113 (cmgoto): Add tty parameter. Pass it on to calccost().
13114 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
13115
13116 * cm.h (emacs_tputs): New macro to set current_tty, and then call
13117 tputs().
13118 (current_tty): New variable, for cmputc().
13119 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
13120
13121 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
13122 (internal_condition_case, internal_condition_case_1)
13123 (internal_condition_case_2): Don't abort when x_catching_errors.
13124
13125 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
13126 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
13127 prevent crashes caused by bogus longjmps in read_char.
13128
13129 * keymap.h (Fset_keymap_parent): Add EXFUN.
13130
13131 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
13132 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13133 Remove redundant definition.
13134
b8866860
SM
13135 * macfns.c (x_set_mouse_color, x_make_gc):
13136 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 13137
b8866860
SM
13138 * w32term.c (x_free_frame_resources):
13139 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13140 (w32_initialize): Use the accessor macros for terminal characteristics.
13141
13142 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
13143 Use the accessor macros for terminal characteristics.
13144 * msdos.c (internal_terminal_init): Use the accessor macros for
13145 terminal characteristics.
b8866860
SM
13146 (ScreenVisualBell, internal_terminal_init):
13147 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13148
13149 * termopts.h (no_redraw_on_reenter): Declare.
13150
13151 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 13152 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 13153 (Fgarbage_collect): Call them.
03f06e5c 13154 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
13155
13156 * prefix-args.c: Include stdlib.h for exit.
13157
13158 * syssignal.h: Add comment.
13159
13160 * indent.c: Include stdio.h.
13161
13162 * window.h (Vinitial_window_system): Declare.
13163 (Vwindow_system): Delete declaration.
13164
13165 * fontset.c (Finternal_char_font): Use FRAME_RIF.
13166
13167 * image.c (lookup_image): Don't initialize `c' until the xasserts
13168 have been run.
13169
13170 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
13171 FRAME_FOREGROUND_PIXEL.
13172
13173 * print.c (print_preprocess): Don't lose print_depth levels while
13174 iterating.
13175
b8866860
SM
13176 * widget.c (update_from_various_frame_slots):
13177 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13178
13179 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
13180 frames.
13181 (window_internal_height): Remove bogus make_number call.
b8866860 13182 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
13183
13184 * fileio.c (Fread_file_name): Update comment.
13185
b8866860
SM
13186 * callint.c (Fcall_interactively):
13187 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
13188 Make sure it is correctly unwound.
13189
13190 * xsmfns.c (x_session_close): New function.
13191
03f06e5c 13192 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
13193 Delete declarations.
13194
13195 * xterm.h: Remove declaration for x_fully_uncatch_errors.
13196 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 13197 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 13198 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
13199
13200 * lread.c: Include setjmp.h. Update declaration of `read_char'.
13201 (read_filtered_event): Call `read_char' with a local
13202 `wrong_kboard_jmpbuf'.
13203
b8866860
SM
13204 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
13205 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
13206
13207 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
13208 systems.
13209
b8866860 13210 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 13211 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 13212 (Fset_quit_char): EXFUN.
03f06e5c 13213 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
13214 (init_sys_modes, reset_sys_modes): Update prototypes.
13215 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
13216
b8866860
SM
13217 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
13218 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 13219 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 13220 Delete declarations.
03f06e5c
JB
13221 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
13222 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
13223 New declarations.
13224
13225 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
13226 already does that during init_display(). Call syms_of_keymap
b8866860
SM
13227 before syms_of_keyboard. Call `syms_of_terminal'.
13228 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
13229 (shut_down_emacs): Call reset_all_sys_modes() instead of
13230 reset_sys_modes().
13231
13232 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
13233 (internal_resolve_face_name, resolve_face_name_error): New functions.
13234 (resolve_face_name): Protect against loops and errors thrown by Fget.
13235 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
13236 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
13237
13238 * scroll.c: Replace CURTTY() with local variables throughout the
13239 file (where applicable).
13240 (calculate_scrolling, calculate_direct_scrolling)
13241 (scrolling_1, scroll_cost): Use the accessor macros for terminal
13242 characteristics.
13243
13244 * keymap.c (Vfunction_key_map): Remove.
b8866860 13245 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
13246 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
13247 (Vkey_translation_map): Remove.
13248 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 13249 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
13250 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
13251 Update for terminal-local key-translation-map.
13252
13253 * Makefile.in (callproc.o): Update dependencies.
13254 (lisp, shortlisp): Add termdev.elc.
13255 (obj): Add terminal.o.
13256 (terminal.o): Add dependencies.
13257 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
13258 (data.o, fns.o): Add termhooks.h dependency.
13259 (SOME_MACHINE_LISP): Add dnd.elc.
13260 (minibuf.o): Fix typo.
13261 Update dependencies.
13262
13263 * data.c (do_symval_forwarding, store_symval_forwarding)
13264 (find_symbol_value): Use the selected frame's keyboard, not
13265 current_kboard.
13266
13267 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
13268 Vwindow_system.
13269
13270 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
13271 Fmenu_bar_open.
13272 (syms_of_xmenu): Update defsubr.
13273 (mouse_position_for_popup, Fx_popup_menu)
13274 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
13275 (set_frame_menubar, free_frame_menubar)
13276 (create_and_show_popup_menu, xmenu_show, )
13277 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
13278 an X frame.
13279
13280 * xselect.c (x_own_selection): Abort if not an X frame.
13281 (some_frame_on_display): Check if it is an X frame.
13282 (x_handle_selection_clear): Deal with MULTI_KBOARD.
13283
13284 * coding.c: Include frame.h and termhooks.h.
03f06e5c 13285 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
13286 (Fset_terminal_coding_system_internal)
13287 (Fset_keyboard_coding_system_internal)
13288 (Fkeyboard_coding_system)
03f06e5c
JB
13289 (Fterminal_coding_system): Add a terminal parameter.
13290 Get terminal_coding from the terminal.
8d9cc0b7
MB
13291 (init_coding_once): Don't call setup_coding_system here.
13292
13293 * dispextern.h (set_scroll_region, turn_off_insert)
13294 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
13295 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 13296 (delete_tty, updating_frame)
8d9cc0b7
MB
13297 (produce_special_glyphs, produce_glyphs, write_glyphs)
13298 (insert_glyphs): Remove.
13299 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 13300 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 13301 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
13302
13303 * frame.h (enum output_method): Add output_initial.
13304 (struct x_output): Delete.
b8866860
SM
13305 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13306 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
13307 (tty_display): Delete.
13308 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 13309 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
13310 (union output_data): Add tty.
13311 (FRAME_KBOARD): Get the kboard from the terminal.
13312 (FRAME_INITIAL_P): New macro.
13313 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
13314 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
13315 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
13316 New declarations.
8d9cc0b7
MB
13317
13318 * termchar.h (tty_output, tty_display_info): New structures.
13319 (tty_list): Declare.
13320 (FRAME_TTY, CURTTY): New macros.
13321 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
13322 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
13323 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
13324 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
13325
13326 * callproc.c: Include frame.h and termhooks.h, for terminal
13327 parameters.
13328 (add_env): New function.
13329 (child_setup): Use it.
b8866860 13330 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
13331 (getenv_internal): Fix get_terminal_param call.
13332 (Fgetenv_internal, egetenv): Update doc.
13333 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 13334 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
13335 strings.
13336 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
13337 (getenv_internal): Add terminal parameter.
13338 Handle Vlocal_environment_variables.
8d9cc0b7
MB
13339 (Fgetenv_internal): Add terminal parameter.
13340 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 13341 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
13342 (set_initial_environment): Rename from set_global_environment.
13343 Store Emacs environment in initial frame parameter.
13344
13345 * xdisp.c (redisplay_internal): Update references to
13346 `previous_terminal_frame'.
13347 (display_mode_line, Fformat_mode_line): Replace calls to
13348 `push_frame_kboard' with `push_kboard'.
13349 (get_glyph_string_clip_rects): Add extra parentheses and
13350 braces to prevent compiler warnings.
13351 (calc_pixel_width_or_height): Add xassert to check that the
13352 frame is alive. Don't call `lookup_image' on a termcap frame.
13353 (message2_nolog, message3_nolog, redisplay_internal)
13354 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
13355 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
13356 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
13357 (Fx_display_pixel_width, Fx_display_pixel_height)
13358 (Fx_display_planes, Fx_display_color_cells)
13359 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
13360 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
13361 (Fx_display_backing_store, Fx_display_visual_class)
13362 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 13363 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
13364
13365 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
13366 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
13367 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13368 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
13369 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
13370 terminal that is being deleted.
13371 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 13372 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
13373 (Fx_close_connection, Fx_synchronize): Unify argument names with
13374 the rest of the DEFUNs.
13375
13376 * dispnew.c (Fsend_string_to_terminal): Update call to
13377 `get_tty_terminal'.
13378 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 13379 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
13380 FRAME_TERMCAP_P and FRAME_TTY.
13381 (window_change_signal): Don't believe width/height values that are
13382 impossibly small.
13383 (Vinitial_window_system): Rename from Vwindow_system.
13384 (termscript, Wcm, rif): Delete.
13385
13386 * termhooks.h (struct terminal): New struct containing the
13387 previously global text display hooks and new members NAME,
13388 DELETED and PARAM_ALIST.
13389 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
13390 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
13391 (FRAME_RIF): New macros.
13392 (get_terminal_param, get_device): New declarations.
13393 (termscript): Delete declaration.
13394
13395 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
13396 (XTflash, x_free_frame_resources, x_scroll_bar_create)
13397 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
13398 FRAME_FOREGROUND_PIXEL.
13399 (x_fully_uncatch_errors): Disable definition.
13400 (x_scroll_bar_expose): Fix reference to foreground pixel.
13401 (XTread_socket): Disable loop on all X displays.
13402 (x_delete_terminal): Don't set terminal->deleted and let
13403 delete_terminal delete the frames on the terminal.
13404 (x_delete_display): Doc update to reflect changes in
13405 delete_terminal.
13406 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
13407 (deleting_tty): Remove old variable.
13408 (Fsuspend_tty): Call clear_tty_hooks.
13409 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
13410 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
13411 errors on X frames.
13412 (x_catch_errors_unwind): Abort if x_error_message is NULL.
13413 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 13414 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
13415 (XTset_terminal_modes, XTreset_terminal_modes)
13416 (XTread_socket, x_connection_closed, x_term_init)
13417 (x_term_init, x_delete_display): Add terminal parameter.
13418 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
13419 X connections.
13420
bf380f53
GM
13421 * frame.c: Include termchar.h.
13422 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
13423 (Qwindow_system, Qenvironment, Qterm_environment_variable)
13424 (Qdisplay_environment_variable): New vars.
13425 (Fframep): Deal with output_initial.
13426 (Fframe-live-p): Doc fix.
13427 (Fwindow-system): New function.
8d9cc0b7
MB
13428 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
13429 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 13430 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 13431 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
13432 (Fmake_terminal_frame): Handle NULL tty names correctly.
13433 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
13434 (Fdelete_frame): Remove unused variable `count'. Don't allow other
13435 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 13436 (Fframe_with_environment): New function.
b8866860 13437 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
13438 (get_future_frame_param): New function.
13439 (Fmake_terminal_frame): Use it.
2d33f506 13440 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
13441
13442 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
13443 * sysdep.c (reset_sys_modes): Update for renames.
13444
13445 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 13446 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
13447 (syms_of_keyboard): Defsubr them.
13448 (Fset_input_meta_mode, Fset_quit_char): New functions.
13449 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
13450 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
13451 parameter. Use it in call to `read_char'.
b8866860
SM
13452 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
13453 Set wrong_kboard_jmpbuf correctly in recursive calls.
13454 Use current_kboard to access Vkeyboard_translate_table.
13455 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
13456 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
13457 Update longjmp invocations. Remember the original current_kboard,
13458 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
13459 changes it. Comment out unnecessary calls to
13460 `record_single_kboard_state' and `any_kboard_state'.
13461 Update recursive calls.
8d9cc0b7
MB
13462 (wrong_kboard_jmpbuf): Remove global variable.
13463 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
13464 Handle deleted interrupted_kboards correctly; that is a legal
13465 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 13466 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
13467 (any_kboard_state, single_kboard_state)
13468 (push_frame_kboard): Remove function.
13469 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
13470 been deleted. Remove unused variable. Help debugging by not
13471 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
13472 kboard of the selected frame when the stored kboard object has
13473 been deleted before pop_kboard.
13474 (temporarily_switch_to_single_kboard): Change first parameter to a
13475 frame pointer. Throw an error when caller wants to change kboards
13476 while in single_kboard mode. Don't push_kboard if we weren't in
13477 single kboard state. Don't pop_kboard if we popped into any
13478 kboard state.
13479 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 13480 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
13481 up single_kboard mode.
13482 (Frecursive_edit): Switch to single_kboard mode only in nested
13483 command loops.
b8866860
SM
13484 (cmd_error, command_loop, command_loop_1, timer_check):
13485 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
13486 `record_single_kboard_state'.
13487 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 13488 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
13489 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
13490 `fatal_error_signal'.
13491 (record_single_kboard_state): Don't push_kboard if we weren't in
13492 single kboard state. Don't pop_kboard if we popped into any
13493 kboard state.
13494 (push_frame_kboard): Rename to push_kboard.
13495 (kbd_buffer_get_event): Use FRAME_TERMINAL.
13496 (read_avail_input): Read input from all terminals.
13497 (mark_kboards): Also mark Vkeyboard_translate_table.
13498 (kbd_buffer_store_event_hold): Simplify condition.
13499 (read_key_sequence): Reinitialize fkey and keytran at each replay.
13500 (Vkeyboard_translate_table): Move to struct kboard.
13501 (init_kboard): Initialize Vkeyboard_translate_table.
13502 (syms_of_keyboard): Use DEFVAR_KBOARD to define
13503 Vkeyboard_translate_table. Update doc strings. Update docs of
13504 local-function-key-map and function-key-map.
13505
13506 * terminal.c: New file.
13507
13508 * term.c: Include errno.h.
13509 (Vring_bell_function, device_list, initial_device)
13510 (next_device_id, ring_bell, update_begin, update_end)
13511 (set_terminal_window, cursor_to, raw_cursor_to)
13512 (clear_to_end, clear_frame, clear_end_of_line)
13513 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
13514 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
13515 (syms_of_term): Move their initialization to terminal.c.
13516 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
13517 (Ftty_display_color_cells)
13518 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 13519 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
13520 (init_tty, maybe_fatal): New functions.
13521 (Ftty_type): Return nil if terminal is not on a tty instead of
13522 throwing an error. Doc update.
13523 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 13524 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
13525 (delete_tty): Use terminal->deleted.
13526 (tty_set_terminal_modes): Rename from set_terminal_modes.
13527 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
13528 (set_scroll_region): Rename to `tty_set_scroll_region'.
13529 (turn_on_insert): Rename to `tty_turn_on_insert'.
13530 (turn_off_insert): Rename to `tty_turn_off_insert'.
13531 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
13532 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
13533 (toggle_highligh): Rename to `tty_toggle_highlight'.
13534 (background_highlight): Rename to `tty_background_highlight'.
13535 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
13536 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
13537 (tty_set_scroll_region, tty_background_highlight)
13538 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
13539 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
13540 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
13541 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
13542 Add static modifier.
13543 (tty_reset_terminal_modes, tty_set_terminal_window)
13544 (tty_set_scroll_region, tty_background_highlight)
13545 (tty_highlight_if_desired, tty_cursor_to)
13546 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
13547 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
13548 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
13549 renames.
13550
880820fe 135512007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
13552
13553 * keyboard.c: Qrtl is new.
13554 (parse_tool_bar_item): Handle :rtl keyword.
13555 (syms_of_keyboard): Intern :rtl keyword.
13556
13557 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
13558
13559 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
13560 so no Lisp code is executed.
13561 (file_for_image, find_rtl_image): New functions.
1f204af3 13562 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
13563 (update_frame_tool_bar): If direction is RTL, use RTL image if
13564 defined. Use Gtk stock images if defined.
13565
83cc8d35
YM
135662007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13567
13568 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
13569 for nonexistent or zero-width glyph in composition glyph.
13570
e60c4e15
SM
135712007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13572
d7e2a28f
SM
13573 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
13574
e60c4e15
SM
13575 * xdisp.c (Finvisible_p): New function.
13576 (syms_of_xdisp): defsubr it.
13577
ee163e6d
JB
135782007-08-24 Juanma Barranquero <lekktu@gmail.com>
13579
13580 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
13581 Doc fixes.
13582
90fa408d
YM
135832007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13584
35277b03 13585 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 13586
cac4219c
MR
135872007-08-24 Martin Rudalics <rudalics@gmx.at>
13588
13589 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
13590 whether decoding has modified buffer contents.
13591
5fc9fdeb
JR
135922007-08-24 Jason Rumney <jasonr@gnu.org>
13593
13594 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
13595 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
13596 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
13597 (init_svg_functions) [HAVE_NTGUI]: New function.
13598 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
13599 (svg_load_image): Use them.
13600 (svg_load_image) [HAVE_NTGUI]: Implement background.
13601
93b23406
YM
136022007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13603
13604 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
13605 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
13606 (LIBX): Remove @RSVG_LIBS@.
13607 (LIBES): Add $(RSVG_LIBS).
13608
13609 * image.c (svg_load_image): Blend with specified background if exists.
13610 Use IMAGE_BACKGROUND. Add Mac OS Support.
13611
13612 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
13613 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
13614 Remove macros.
13615 [MAC_OSX] (socket_callback): Do nothing.
13616 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
13617 ReceiveNextEvent.
13618 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
13619 socket_callback.
13620 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
13621
2467875c
GM
136222007-08-22 Glenn Morris <rgm@gnu.org>
13623
ff8da443 13624 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 13625
4ab27a43
GM
136262007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
13627
13628 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 13629
666e0eda
GM
13630 * image.c: Add support for SVG images. Some additional comments
13631 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
13632 (svg_image_p): New function to test for SVG image.
13633 (svg_load): New function to load SVG image.
13634 (svg_load_image): New function, helper for svg_load.
13635 (Qsvg): New Lisp_object.
13636 (svg_keyword_index): New enum.
13637 (svg_format): New static `image_keyword' struct.
13638 (svg_type): New static `image_type' struct.
13639 (librsvg/rsvg.h): Include it.
4ab27a43 13640
b636b4c1
SM
136412007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
13644
9ecb827b
SM
136452007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13646
1d064697
SM
13647 * lread.c (Qold_style_backquotes): New var.
13648 (syms_of_lread): Init and staticpro it.
13649 (load_warn_old_style_backquotes): New fun.
13650 (Fload): Use them to warn about old style backquotes.
13651 (end_of_file_error, Fload): Remove unused vars.
13652
5772ed4b
SM
13653 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
13654
9ecb827b 13655 * lread.c (Vold_style_backquotes): New var.
5aa273b0 13656 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
13657 (read1): Set it when we find an old-style (back)quote.
13658
32e1c7b1
JR
136592007-08-22 Jason Rumney <jasonr@gnu.org>
13660
13661 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
13662
b8fa755b
KY
136632007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13664
13665 * puresize.h (BASE_PURESIZE): Increase to 1140000.
13666
1283140e
RS
136672007-08-19 Richard Stallman <rms@gnu.org>
13668
13669 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
13670
2c4685ee
AS
136712007-08-19 Andreas Schwab <schwab@suse.de>
13672
13673 * alloc.c (pure): Round PURESIZE up.
13674
880820fe 136752007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
13676
13677 * xterm.c (handle_one_xevent): Remove check that mouse click is in
13678 active frame.
13679
6e33efc4
RS
136802007-08-16 Richard Stallman <rms@gnu.org>
13681
13682 * eval.c (Fcommandp): Add parens to clarify.
13683
13684 * minibuf.c (Fall_completions): Use enum for type of table.
13685
13686 * emacs.c (USAGE2): Improve text.
13687
fcf8ff2e
GM
136882007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
13689
5205ee62
GM
13690 * term.c (tty_default_color_capabilities): Declare static
13691 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 13692
880820fe 136932007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
13694
13695 * gtkutil.c (update_frame_tool_bar): Use -1 as index
13696 to gtk_toolbar_insert.
13697
4a181359
SM
136982007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
13699
1bc99c9c
SM
13700 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
13701
4a181359
SM
13702 * insdel.c (reset_var_on_error): New fun.
13703 (signal_before_change, signal_after_change):
13704 Use it to reset (after|before)-change-functions to nil in case of error.
13705 Bind inhibit-modification-hooks to t.
13706 Don't bind (after|before)-change-functions to nil while they run.
13707
6c28435c
YM
137082007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13709
13710 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
13711 filling pixmap with stippled background.
13712
ad3b3e02
YM
137132007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13714
13715 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
13716 Don't use invisible frame as parent window for repositioning.
13717
a22dec27
SM
137182007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13719
13720 * print.c (new_backquote_output): Rename from old_backquote_output.
13721 (print): Inverse its logic (according to its name) so as to match the
13722 behavior of new_backquote_flag in lread.c.
13723
7b7d07bb
YM
137242007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13725
13726 * gmalloc.c (posix_memalign): New function.
13727
13728 * macterm.c (frame_highlight, frame_unhighlight): Don't call
13729 ActivateControl/DeactivateControl here.
13730 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
13731 frame-notice-user-settings is non-nil.
13732 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
13733 for kEventParamFMFontStyle.
13734 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
13735 mac_pass_command_to_system and mac_pass_control_to_system here.
13736 (XTread_socket): Call ActivateControl/DeactivateControl here.
13737 (XTread_socket) [TARGET_API_MAC_CARBON]:
13738 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
13739 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
13740 for window repositioning.
7b7d07bb 13741
22e9fe24
GM
137422007-08-08 Glenn Morris <rgm@gnu.org>
13743
13744 * Replace `iff' in doc-strings and comments.
13745
ae494350
CY
137462007-08-07 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
13749
6f2528d8
MR
137502007-08-07 Martin Rudalics <rudalics@gmx.at>
13751
13752 * fileio.c (Finsert_file_contents): Run format-decode and
13753 after_insert_file_functions on entire buffer when REPLACE is
13754 non-nil and inhibit modification_hooks and point_motion_hooks.
13755 For consistency, run after_insert_file_functions iff something
13756 got inserted. Move signal_after_change and update_compositions
13757 after code running after_insert_file_functions. Make sure that
6b8e474c 13758 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 13759
3ceeb306
YM
137602007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13761
13762 * emacs.c (main)
13763 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
13764 Call malloc_enable_thread on interactive startup.
13765
13766 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
13767 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
13768 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
13769 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13770 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
13771 New functions.
13772
ca5e6fd5
CY
137732007-08-06 Chong Yidong <cyd@stupidchicken.com>
13774
32bfce5d
CY
13775 * xdisp.c (redisplay_window): When restoring original buffer
13776 position, make sure it is still valid.
13777
ca5e6fd5
CY
13778 * image.c (png_load): Ignore png-supplied background color.
13779
a5b11587
YM
137802007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13781
13782 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
13783 Use kCFAbsoluteTimeIntervalSince1970.
13784
13785 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
13786 New variable.
13787 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
13788 event loop should be quit.
13789 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
13790 Quit dialog event loop if quit_dialog_event_loop is set.
13791
13792 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
13793 (Selection): New typedef. Use instead of ScrapRef.
13794 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
13795 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
13796 (mac_clear_selection): Rename from clear_scrap.
13797 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 13798 scrap_has_target_type. All uses changed.
a5b11587
YM
13799 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13800 (mac_selection_has_target_p): New functions.
13801 (mac_put_selection_value): Rename from put_scrap_string.
13802 (mac_get_selection_value): Rename from get_scrap_string.
13803 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
13804 (put_scrap_private_timestamp, scrap_has_target_type)
13805 (get_scrap_private_timestamp): Remove functions.
13806 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
13807 (x_own_selection, x_get_local_selection):
13808 Use mac_valid_selection_value_p.
13809 (x_own_selection): Don't use put_scrap_private_timestamp.
13810 Record OWNERSHIP-INFO into Vselection_alist instead.
13811 (x_get_local_selection): Don't check type if request is local.
13812 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
13813 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
13814
880820fe 138152007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
13816
13817 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
13818 add comment explaining why.
13819
73ff9d42
RS
138202007-08-03 Richard Stallman <rms@gnu.org>
13821
13822 * fileio.c (Fvisited_file_modtime): Use make_time.
13823
54ed9a2d 138242007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
13825
13826 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
13827 build.
13828
65a9c8e2
SM
138292007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
13832
c5925799
KY
138332007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13834
13835 * puresize.h (BASE_PURESIZE): Increase to 1130000.
13836
adef3de7
RS
138372007-07-30 Richard Stallman <rms@gnu.org>
13838
13839 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
13840
880820fe 138412007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
13842
13843 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
13844
a10421a1
NR
138452007-07-28 Nick Roberts <nickrob@snap.net.nz>
13846
13847 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
13848 remote default-directory.
13849
13850 * buffer.c (mode-line-format): Update doc string.
13851
0cb1ae20
YM
138522007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13853
13854 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
13855 scroll bar gap.
13856 (x_scroll_bar_create): Set bar->fringe_extended_p.
13857 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
13858 on frame edge. Check fringe background extension. Don't clear
13859 extended fringe background area.
13860
13861 * w32term.h (struct scroll_bar): New member fringe_extended_p.
13862 (w32_fill_area): Enclose multiple statements with do ... while (0).
13863
13864 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13865 Extend fringe background to scroll bar gap.
13866 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
13867 Set bar->fringe_extended_p.
13868 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13869 Put leftmost/rightmost scroll bars on frame edge. Check fringe
13870 background extension. Don't clear extended fringe background area.
13871
13872 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13873 New member fringe_extended_p.
13874
cacc7b51
GM
138752007-07-25 Glenn Morris <rgm@gnu.org>
13876
13877 * Relicense all FSF files to GPLv3 or later.
13878
13879 * COPYING: Switch to GPLv3.
13880
89835619
SM
138812007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
13882
c4f46926
SM
13883 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
13884
13885 * data.c (Finteractive_form): Check for the presence of an
13886 `interactive-form' symbol property more thoroughly.
13887
13888 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
13889 present, analogous to the function-documentation property.
13890
ee04257d
JR
138912007-07-24 Jason Rumney <jasonr@gnu.org>
13892
13893 * w32fns.c (x_real_positions): Get real position from OS instead of
13894 calculating it.
13895
50624218
JR
138962007-07-23 Jason Rumney <jasonr@gnu.org>
13897
13898 * filelock.c (current_lock_owner): Allow for @ sign in username.
13899
3650f60e
NR
139002007-07-22 Nick Roberts <nickrob@snap.net.nz>
13901
13902 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
13903 remote default-directory.
13904
13905 * buffer.c (mode-line-format): Describe above case in doc string.
13906
1e899515 139072007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 13908
75be5258
EZ
13909 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
13910 Define if not defined.
13911
2b6e2f4d
JR
139122007-07-18 Jason Rumney <jasonr@gnu.org>
13913
13914 * w32proc.c (w32_executable_type): Handle 64 bit executables.
13915
23dacf80
JB
139162007-07-18 Richard Stallman <rms@gnu.org>
13917
13918 * data.c (Fsetq_default): Doc fix.
13919
13920 * eval.c (Fsetq): Doc fix.
13921
139222007-07-18 Juanma Barranquero <lekktu@gmail.com>
13923
13924 * coding.c (Ffind_operation_coding_system):
13925 * eval.c (For, Fand): Doc fixes.
880820fe 13926 Reported by Johan Bockgård.
23dacf80 13927
880820fe 139282007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 13929
23dacf80 13930 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 13931
23dacf80 13932 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
13933
13934 * xterm.c (x_ewmh_activate_frame): New function.
13935 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
13936
71ec17e6
MR
139372007-07-17 Martin Rudalics <rudalics@gmx.at>
13938
13939 * window.c (Fdisplay_buffer): If largest or LRU window is the
13940 only window, split it even if it is not eligible for splitting.
13941 This restores the original behavior broken by the 2007-07-15
13942 change.
13943
e9818042
GM
139442007-07-17 Glenn Morris <rgm@gnu.org>
13945
13946 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
13947 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
13948 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
13949 constituents. Doc fix.
13950
e6fca843
SM
139512007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13952
13953 * process.c (Fstart_process, Fmake_network_process)
13954 (read_process_output): Fix up last changes.
13955
b5d2b4ab
EZ
139562007-07-16 Eli Zaretskii <eliz@gnu.org>
13957
13958 * makefile.w32-in (clean): Don't delete *~.
13959
413a79ad
AS
139602007-07-16 Andreas Schwab <schwab@suse.de>
13961
13962 * window.c (Fdisplay_buffer): Use NILP.
13963 (Fset_window_scroll_bars): Likewise.
13964
f1de8c77
MR
139652007-07-15 Martin Rudalics <rudalics@gmx.at>
13966
13967 * window.c (window_min_size_2): New function.
13968 (window_min_size_1, size_window, Fdisplay_buffer)
13969 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
13970 windows without mode- or header-lines when window-min-height is
13971 too small.
13972 (size_window): Reset nodelete_p after testing it, following an
13973 earlier note by Kim F. Storm.
13974 (display_buffer): Do not set split_height_threshold to twice the
13975 value of window_min_height to avoid changing the value of a
13976 customizable variable. Rather explicitly check whether the
13977 height of the window that shall be splitted is at least as large
13978 as split_height_threshold.
1af74d06
MB
13979 (Fwindow_full_width_p): New defun.
13980 (syms_of_window): Defsubr it.
d31053f9 13981
1af74d06 13982 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 13983
5e1ab613
JR
139842007-07-14 Jason Rumney <jasonr@gnu.org>
13985
13986 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
13987
f01cbfdd
RS
139882007-07-14 Richard Stallman <rms@gnu.org>
13989
13990 * eval.c (maybe_call_debugger): New function.
13991 (find_handler_clause): Use maybe_call_debugger.
13992 Call it when the handler says `debug'.
13993 Eliminate DEBUGGER_VALUE_PTR.
13994 (Fsignal): Eliminate debugger_value.
13995 (Qdebug): New variable.
13996 (syms_of_eval): Initialize it.
13997
1bab435a
JB
139982007-07-14 Juanma Barranquero <lekktu@gmail.com>
13999
14000 * eval.c (Fprogn):
14001 * keyboard.c (Ftrack_mouse):
14002 * print.c (Fwith_output_to_temp_buffer):
14003 * window.c (Fsave_window_excursion): Doc fix.
14004
be436d23
SM
140052007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
14008
60f0fb11
SM
140092007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * process.h (struct Lisp_Process): Turn slots infd, outfd,
14012 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
14013 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
14014 read_output_delay, and read_output_skip from Lisp_Objects to ints.
14015 Remove unused encoding_carryover.
14016 * process.c: Adjust all functions accordingly.
14017
d8b18043
RS
140182007-07-12 Richard Stallman <rms@gnu.org>
14019
14020 * term.c: Include unistd.h only if HAVE_UNISTD_H.
14021
d5781bb6
JR
140222007-07-11 Jason Rumney <jasonr@gnu.org>
14023
14024 * makefile.w32-in (LIBS): Include OLE32.
14025
14026 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
14027 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
14028
5bb7dfee
SM
140292007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
14030
14031 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
14032 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
14033 from a Lisp_Object into a bare pointer.
14034 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14035 Adjust the code correspondingly.
14036
14037 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
14038
14039 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
14040 (term_show_mouse_face): Remove unused var `j'.
14041 (handle_one_term_event): Remove unused vars `i' and `j'.
14042 Don't cast return value of ttyname since it's not necessary.
14043
a1be1ce8
SM
140442007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
14045
5045e68e
SM
14046 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
14047 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14048
8071c00f
SM
14049 * fns.c (map_char_table): Use an array of int for `indices' rather than
14050 an array of Lisp_Objects (which are only ever integers anyway).
14051 (Fmap_char_table): Update caller.
14052 * lisp.h: Update prototype.
14053 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
14054 * fontset.c (Ffontset_info):
14055 * casetab.c (set_case_table): Update callers.
14056
14057 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
14058
fab84e3c
SM
14059 * keymap.c (struct accessible_keymaps_data)
14060 (struct where_is_internal_data): New structures.
14061 (accessible_keymaps_1, where_is_internal_1): Use them to change
14062 interface to adhere to the one used by map_keymap.
14063 (Faccessible_keymaps, where_is_internal): Use map_keymap.
14064 (accessible_keymaps_char_table, where_is_internal_2): Remove.
14065
a1be1ce8
SM
14066 * keymap.h (map_keymap_function_t): More informative prototype.
14067
ef887810
RS
140682007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
14069
14070 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
14071 (looking_at_1): Don't change search_regs and last_thing_searched
14072 if `inhibit-changing-match-data' is non-nil.
14073 (string_match_1, search_buffer, set_search_regs): Likewise.
14074 (syms_of_search): Add Lisp level definition for
14075 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
14076 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
14077 start and end of the match, instead of using values in search_regs.
ef887810 14078
4d02fc25
SM
140792007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * minibuf.c (Fcompleting_read): New value `confirm-only'
14082 for `require-match'.
14083
fe45b81f
SM
140842007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
14087 part of the 2007-06-27 change to syms_of_fileio.
14088
a56dd283
YM
140892007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14090
14091 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
14092 Check WINDOWP before using XWINDOW. Consolidate return statements.
14093
0cf9f5b5
RS
140942007-06-27 Richard Stallman <rms@gnu.org>
14095
14096 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14097
a66f285a
JB
140982007-06-27 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
14101
8d0d84d2
YM
141022007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14103
14104 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
14105 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
14106 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
14107 (_free_internal, memalign): Use them.
14108 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
14109 Initialize to PTHREAD_MUTEX_INITIALIZER.
14110 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
14111 (morecore_nolock): Rename from morecore. All uses changed.
14112 Use only nolock versions of internal allocation functions.
14113 (_malloc_internal_nolock, _realloc_internal_nolock)
14114 (_free_internal_nolock): New functions created from
14115 _malloc_internal, _realloc_internal, and _free_internal.
14116 (_malloc_internal, _realloc_internal, _free_internal): Use them.
14117 Copy hook value to automatic variable before its use.
14118 (memalign): Copy hook value to automatic variable before its use.
14119
5a0bbd9a
KH
141202007-06-26 Kenichi Handa <handa@m17n.org>
14121
14122 * coding.c (Ffind_operation_coding_system): Docstring improved.
14123 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
14124
9a51747b
DK
141252007-06-25 David Kastrup <dak@gnu.org>
14126
14127 * keymap.c (Fcurrent_active_maps): Add `position' argument.
14128 (Fwhere_is_internal): Adjust call to `current-active-maps' to
14129 cater for additional parameter.
14130
14131 * keymap.h: Adjust number of parameters to `current-active-maps'.
14132
14133 * doc.c (Fsubstitute_command_keys): Adjust call of
14134 `current-active-maps'.
14135
e4305426
DK
141362007-06-25 David Kastrup <dak@gnu.org>
14137
14138 * callint.c (Fcall_interactively): Make the parsing of interactive
14139 specs somewhat more readable.
14140
511a18d9
YM
141412007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14142
14143 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
14144 to scroll bar gap also when bitmap fills fringe. Draw only foreground
14145 if extended background has already been filled.
14146
512eb161
YM
141472007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14148
14149 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
14150 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
14151
14152 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
14153 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
14154 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
14155 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
14156 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
14157 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
14158 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
14159 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
14160 Run timers during dialog popup.
14161 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
14162
2386b1f1
JR
141632007-06-21 Jason Rumney <jasonr@gnu.org>
14164
14165 * image.c (convert_mono_to_color_image): Swap fore and background.
14166
fab8b787
JR
141672007-06-20 Jason Rumney <jasonr@gnu.org>
14168
14169 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
14170 (w32_free_bdf_font): Unmap memory not handle.
14171
15bdd7a0 141722007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
14173
14174 * gmalloc.c (__morecore): Fix the declaration to comply with the
14175 definition.
14176
1bb8a291
JB
141772007-06-20 Juanma Barranquero <lekktu@gmail.com>
14178
14179 * w32term.c (w32_delete_display): Remove leftover declaration.
14180 (w32_define_cursor, w32_initialize): Make static.
14181
14182 * w32.c (_wsa_errlist): Fix typo in error message.
14183 (init_environment): Ignore any environment variable from the
14184 registry having a null value.
14185
92648dea
GM
141862007-06-20 Glenn Morris <rgm@gnu.org>
14187
14188 * Makefile.in (LIBGIF): Default to -lgif.
14189
ff25d115
JR
141902007-06-17 Jason Rumney <jasonr@gnu.org>
14191
14192 * w32menu.c (add_menu_item): Don't use multibyte string functions on
14193 unicode strings.
14194
a1a578a5
JB
141952007-06-16 Juanma Barranquero <lekktu@gmail.com>
14196
14197 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
14198 Fix typo in docstring.
14199
af41f8a8
EZ
142002007-06-16 Eli Zaretskii <eliz@gnu.org>
14201
14202 * w32menu.c (add_menu_item): Escape `&' characters in menu items
14203 and their keybindings.
14204
8b29cab9
CY
142052007-06-15 Chong Yidong <cyd@stupidchicken.com>
14206
14207 * composite.c (update_compositions): Fix last fix.
14208
c433c134
JR
142092007-06-14 Jason Rumney <jasonr@gnu.org>
14210
14211 * w32.c (get_process_times_fn): New function pointer.
14212 (globals_of_w32): Intialize it if present in kernel32.dll.
14213 (w32_get_internal_run_time): New function.
14214
14215 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
14216
553d3164
KH
142172007-06-14 Kenichi Handa <handa@etlken.m17n.org>
14218
14219 * composite.c (update_compositions): Check the validness of
14220 compositions.
14221
446ba96f
YM
142222007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14223
14224 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
14225 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
14226
14227 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
14228 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
14229
14230 * macgui.h (USE_MAC_TOOLBAR): New define.
14231
14232 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14233 Return immediately unless popup is activated.
14234
14235 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
14236 background to scroll bar gap.
14237 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
14238 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
14239 scroll bars on frame edge. Check fringe background extension.
14240 Don't clear extended fringe background area.
14241 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
14242 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
14243 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
14244 [USE_MAC_TOOLBAR]: New macros.
14245 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
14246 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
14247 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
14248 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
14249 [USE_MAC_TOOLBAR]: New functions.
14250 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
14251 manually if previous repositioning has failed.
14252 (mac_handle_keyboard_event): Use precomputed event kind.
14253 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
14254 as tool bar item click. Handle mouse movement over tool bar items.
14255
14256 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
14257 toolbar_win_gravity.
14258 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
14259 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
14260 Add externs.
14261
14262 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
14263 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
14264
9720173f
CY
142652007-06-14 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * image.c (search_image_cache): Remove unused variable.
14268
1217dd00
CY
142692007-06-13 Chong Yidong <cyd@stupidchicken.com>
14270
14271 * xfns.c, xmenu.c: Link to xaw3d if available.
14272
c5b8e0ea
YM
142732007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14274
14275 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
14276 frame_foreground and frame_background.
14277
14278 * image.c (lookup_image): Save frame foreground and background colors.
14279 (search_image_cache): Check if saved and current frame colors match.
14280
c69b0314
SM
142812007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * regex.c (regex_compile): Remove the `regnum' counter.
14284 Use bufp->re_nsub instead. Add support for \(?N:RE\).
14285
c9612b8e
SM
142862007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * term.c: Include intervals.h to declare Fget_text_property.
14289
843d2458
JR
142902007-06-10 Jason Rumney <jasonr@gnu.org>
14291
14292 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
14293
1e0d2d60 142942007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
14295
14296 * callint.c (Fcall_interactively):
14297 * editfns.c (Fdelete_and_extract_region):
14298 * fileio.c (Fread_file_name):
14299 * fns.c (Fmapconcat):
14300 * keyboard.c (cmd_error_internal):
14301 * keymap.c (Fkey_description):
14302 * lread.c (openp):
14303 * minibuf.c (read_minibuf):
14304 * search.c (wordify):
14305 * sunfns.c (sel_read):
14306 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
14307 * xfns.c (x_default_scroll_bar_color_parameter):
14308 * xmenu.c (menu_help_callback):
14309 * xselect.c (Fx_get_atom_name):
14310 * xterm.c (x_term_init): Use empty_unibyte_string.
14311
15bdd7a0 143122007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
14313
14314 * alloc.c (init_strings): Initialize canonical empty strings.
14315 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
14316 canonical empty string when the requested size is 0.
14317
14318 * emacs.c (empty_unibyte_string): Rename from empty_string.
14319 (empty_multibyte_string): New canonical empty string.
14320 (syms_of_emacs): Don't initialize empty_string.
14321
14322 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
14323 string, if appropriate.
14324 (empty_unibyte_string, empty_multibyte_string): New externs.
14325 (empty_string): Remove extern.
14326
14327 * lread.c (syms_of_lread): Use empty_unibyte_string.
14328
42c4c67a
JR
143292007-06-07 Jason Rumney <jasonr@gnu.org>
14330
14331 * s/ms-w32.h: Don't define HAVE_TZNAME.
14332
14333 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
14334
aa8280d3
YM
143352007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14336
14337 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
14338
14339 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
14340 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
14341
14342 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14343 Don't call next handler.
14344 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
14345 Remove argument. Install handler to application.
14346 (set_frame_menubar): Don't change deep_p.
1e0d2d60 14347 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
14348 FRAME_OUTER_TO_INNER_DIFF_Y.
14349 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14350 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14351 [HAVE_DIALOGS]: New macros.
14352 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
14353 Use them.
14354 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
14355
14356 * macselect.c [MAC_OSX] (install_service_handler): Rename from
14357 init_service_handler. All callers changed. Return OSStatus value.
14358
14359 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
14360 All callers changed so as not to call SetPortWindowPort.
14361 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
14362 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
14363 mac_draw_string_common.
14364 (mac_draw_image_string_qd): Likewise.
14365 (mac_draw_string_common): Use them. Add INLINE.
14366 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
14367 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
14368 GetGlobalMouse.
14369 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
14370 and FRAME_OUTER_TO_INNER_DIFF_Y.
14371 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
14372 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
14373 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
14374 repositioning window to mac_handle_window_event.
14375 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
14376 saving window location to mac_handle_window_event
14377 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
14378 (install_menu_target_item_handler): Remove argument in extern.
14379 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
14380 Also accept command events.
14381 (do_keystroke): New function created from XTread_socket.
14382 (init_command_handler): Remove functions.
14383 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
14384 and save window location by kEventWindowShowing and kEventWindowHiding
14385 handlers here. Don't call next handler for window state change and
14386 focus events.
14387 (mac_handle_application_event, mac_handle_keyboard_event)
14388 [TARGET_API_MAC_CARBON]: New functions.
14389 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
14390 kEventWindowShowing and kEventWindowHiding events. Move installation
14391 of mouse, font, text input and menu target item handlers to
14392 install_application_handler.
14393 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
14394 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14395 New function.
14396 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14397 Register it.
c9612b8e
SM
14398 (XTread_socket) [TARGET_API_MAC_CARBON]:
14399 Consolidate SendEventToEventTarget calls.
14400 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
14401 Move application activation handler to mac_handle_application_event.
14402 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
14403 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
14404 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
14405 init_command_handler. Call install_application_handler.
14406
14407 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
14408 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
14409
6926c954
GM
144102007-06-07 Glenn Morris <rgm@gnu.org>
14411
14412 * emacs.c (main): Use `emacs-copyright' in --version output.
14413
6fe04c89
CY
144142007-06-06 Chong Yidong <cyd@stupidchicken.com>
14415
c9612b8e 14416 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 14417
7eb0d727
YM
144182007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14419
14420 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
785ce0ac 14421
7eb0d727
YM
14422 * macgui.h: Replace WindowPtr with WindowRef.
14423
14424 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14425 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14426 Replace ControlHandle with ControlRef.
14427 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
14428
14429 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14430 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14431 Replace ControlHandle with ControlRef.
14432 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
14433 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
14434
14435 * macterm.h (struct scroll_bar): Rename member control_handle_low
14436 and control_handle_high to control_ref_low and control_ref_high.
14437 All uses changed.
14438 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
14439 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
14440 respectively. All uses changed.
14441 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
14442 (install_window_handler, remove_window_handler): Replace WindowPtr
14443 with WindowRef in externs.
14444
65fddb74
JB
144452007-06-05 Juanma Barranquero <lekktu@gmail.com>
14446
14447 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
14448
db1213a9
NR
144492007-06-03 Nick Roberts <nickrob@snap.net.nz>
14450
14451 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
14452
65fddb74 14453 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
14454 Condition on HAVE_GPM too.
14455
14456 * term.c (term_mouse_highlight): Remove unused variables.
14457 (Fterm_open_connection): Set gpm_zerobased to 1.
14458 (term_mouse_movement, term_mouse_click, handle_one_term_event):
14459 Use zero based co-ordinates.
14460 (handle_one_term_event): Report a drag as mouse movement too.
14461
14462 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
14463
d94df25b
CY
144642007-06-03 Chong Yidong <cyd@stupidchicken.com>
14465
14466 * image.c (search_image_cache): New function. Require background
14467 color match if background color is unspecified in the image spec.
14468 (uncache_image, lookup_image): Use it.
14469
4797b6d9
JB
144702007-06-01 Juanma Barranquero <lekktu@gmail.com>
14471
14472 * window.c (Fshrink_window): Reflow docstring.
14473
1ffe7343
NR
144742007-06-02 Chong Yidong <cyd@stupidchicken.com>
14475
14476 * Version 22.1 released.
14477
144782007-06-01 Richard Stallman <rms@gnu.org>
14479
14480 * xfns.c (x_encode_text): Add GCPRO.
14481
144822007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14483
14484 * xfns.c (x_set_name_internal): Save encoded name before
14485 x_encode_text in case string data is relocated.
14486
144872007-05-31 Richard Stallman <rms@gnu.org>
14488
14489 * buffer.c (syms_of_buffer): Doc fix.
14490
144912007-05-30 Nick Roberts <nickrob@snap.net.nz>
14492
14493 * sysdep.c (init_sys_modes): Add rather than replace with
14494 O_NONBLOCK.
14495
14496 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
14497 term_mouse_moveto.
14498
14499 * termhooks.h (term_mouse_moveto): New extern.
14500
14501 * term.c (mouse_face_window): Rename...
14502 (Qmouse_face_window): ...to this.
14503 (term_show_mouse_face, term_clear_mouse_face)
14504 (term_mouse_highlight): Use Qmouse_face_window.
14505 (term_mouse_moveto): New function.
14506 (term_mouse_position): Make it work.
14507 (syms_of_term): Uncomment assignment to mouse_position_hook.
14508 Staticpro Qmouse_face_window.
14509
145102007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14511
14512 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
14513 around current_column call.
14514
145152007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
14516
14517 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
14518 * xdisp.c (next_element_from_buffer):
14519 * window.c (delete_window):
14520 * term.c (term_mouse_highlight):
14521 * msdos.c (getdefdir):
14522 * macterm.c (mac_create_bitmap_from_bitmap_data)
14523 (init_font_name_table):
14524 * fns.c (Fsxhash):
14525 * data.c (Fmake_local_variable):
14526 * ccl.c (ccl_driver): Likewise.
14527
145282007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14529
14530 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
14531 Call mac_wakeup_from_rne on window size change.
14532
145332007-05-25 Chong Yidong <cyd@stupidchicken.com>
14534
14535 * image.c (uncache_image): Fix typo.
14536
145372007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
14538
14539 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
14540
145412007-05-22 Richard Stallman <rms@gnu.org>
14542
14543 * xterm.c (x_connection_closed): Remove NO_RETURN.
14544
145452007-05-22 Martin Rudalics <rudalics@gmx.at>
14546
14547 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
14548
145492007-05-21 Chong Yidong <cyd@stupidchicken.com>
14550
14551 * image.c (uncache_image): New function.
14552 (Fimage_refresh): New function.
14553
880820fe 145542007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14555
14556 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
14557
145582007-05-20 Nick Roberts <nickrob@snap.net.nz>
14559
14560 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
14561 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
14562
145632007-05-20 Nick Roberts <nickrob@snap.net.nz>
14564
14565 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
14566 conditional on [HAVE_GPM_H].
14567
145682007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * syntax.c (skip_chars): Update syntax-table only after we checked that
14571 the new location is valid.
14572
145732007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14574
14575 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
14576 mac_get_window_bounds.
14577
145782007-05-20 Nick Roberts <nickrob@snap.net.nz>
14579
14580 * Makefile.in (LIBGPM): Allow it to be set from configure.
14581 If set then link Emacs with it.
14582
14583 * config.in: Regenerate.
14584
14585 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14586 New externs.
14587
14588 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
14589 Include gpm.h.
14590 (handle_one_term_event, term_gpm): New externs.
14591
14592 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
14593 and allow it to be interrupted by SIGIO.
14594
14595 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
14596 (wait_reading_process_output): Wait on gpm_fd too.
14597 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
14598 (add_gpm_wait_descriptor_called_flag): New variable.
14599 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
14600
14601 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
14602 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
14603 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
14604 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
14605 (make_lispy_event): Add case GPM_CLICK_EVENT.
14606 (read_avail_input): Handle mouse input.
14607
14608 * term.c (write_glyphs_with_face): New function.
14609 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
14610 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
14611 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
14612 (mouse_face_face_id, term_gpm, pos_x, pos_y)
14613 (last_mouse_x, last_mouse_y): New variables.
14614 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
14615 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
14616 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
14617 (Fterm_close_connection): New functions.
14618 (term_init): Initialise mouse_face_window.
14619
146202007-05-19 Chong Yidong <cyd@stupidchicken.com>
14621
14622 * xdisp.c (redisplay_window): If first window line is a
14623 continuation line, recompute the new window start instead of
14624 recentering.
14625
146262007-05-18 Glenn Morris <rgm@gnu.org>
14627
14628 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
14629 Suggested by Alfred M. Szmidt <ams@gnu.org>.
14630
146312007-05-17 Glenn Morris <rgm@gnu.org>
14632
14633 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
14634
146352007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14636
14637 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
14638 dead key repeat and up events.
14639
146402007-05-14 Chong Yidong <cyd@stupidchicken.com>
14641
14642 * image.c (pbm_load): Check image size for monochrome pbm.
14643
146442007-05-13 Chong Yidong <cyd@stupidchicken.com>
14645
14646 * xterm.c (XTread_socket): Revert last change.
14647
146482007-05-12 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * image.c (pbm_load): Correctly check image size for greyscale pbm.
14651
14652 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
14653
146542007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
14657 mixup (YAILOM).
14658
146592007-05-07 Andreas Schwab <schwab@suse.de>
14660
14661 * keymap.c (Flookup_key): Fix typo in last change.
14662
146632007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
14666 mapping for unibyte strings.
14667
146682007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14669
14670 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
14671 (Fx_popup_dialog) [MAC_OSX]: Likewise.
14672
146732007-04-29 Richard Stallman <rms@gnu.org>
14674
14675 * insdel.c (replace_range): For undo, record insertion first.
14676
146772007-04-29 Andreas Schwab <schwab@suse.de>
14678
14679 * lisp.h (VECSIZE): Use OFFSETOF.
14680
146812007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14682
14683 * xdisp.c (try_window_reusing_current_matrix): Fix number of
14684 disabled lines.
14685
146862007-04-28 Richard Stallman <rms@gnu.org>
14687
14688 * lread.c (read_escape): In a string, \s is always space.
14689
880820fe 146902007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14691
14692 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
14693
14694 * gtkutil.c (xg_update_menubar, create_menus): Create empty
14695 submenu for menu bar items.
14696
382c648d 14697See ChangeLog.10 for earlier changes.
6922b018
KH
14698
14699;; Local Variables:
880820fe 14700;; coding: utf-8
33462dfa 14701;; add-log-time-zone-rule: t
67e8d28a 14702;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 14703;; End:
2a34a036 14704
59ce725a 14705 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
14706
14707 This file is part of GNU Emacs.
14708
5a1dde61 14709 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 14710 it under the terms of the GNU General Public License as published by
5a1dde61
GM
14711 the Free Software Foundation, either version 3 of the License, or
14712 (at your option) any later version.
7f6d64f8
GM
14713
14714 GNU Emacs is distributed in the hope that it will be useful,
14715 but WITHOUT ANY WARRANTY; without even the implied warranty of
14716 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14717 GNU General Public License for more details.
14718
14719 You should have received a copy of the GNU General Public License
5a1dde61 14720 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 14721
28f60c3d 14722;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40