(run-python): Remove '' from sys.path.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
8a445f76
EZ
12008-08-24 Eli Zaretskii <eliz@gnu.org>
2
3 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
4 estimating available memory.
5
54299c95
DR
62008-08-23 David Reitter <david.reitter@gmail.com>
7
8 * nsterm.m (ns_draw_window_cursor): Don't call
9 NSDisableScreenUpdates and NSEnableScreenUpdates on
10 non-NS_IMPL_COCOA systems.
11
8399d035
AS
122008-08-23 Andreas Schwab <schwab@suse.de>
13
14 * process.c (procfs_system_process_attributes): Fix use of
15 uninitialized variables.
16
293a3986
EZ
172008-08-23 Eli Zaretskii <eliz@gnu.org>
18
19 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
20
21 * dispnew.c (init_display): Remove MS-DOS specific conditions for
22 calling tty-set-up-initial-frame-faces.
23
24 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow
25 MSDOS frames along with X frames.
26
27 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
28 addition to output_termcap.
29
30 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
31
32 * termchar.h (FRAME_TTY): Support output_msdos_raw.
33 (struct tty_display_info) [MSDOS]: Add fields related to mouse
34 highlight.
35
36 * process.c [!subprocesses]: Define QCname.
37 (syms_of_process): Intern and staticpro it.
38
39 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
40 Adjust for changes in encoding/decoding routines. Use
41 encode_coding_object and decode_coding_object instead of
42 encode_coding and decode_coding.
43
44 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as
45 argument.
46
47 * dosfns.c: Include frame.h before termhooks.h.
48 (dos_cleanup): Use CURTTY ()->termscript instead of a global
49 variable termscript.
50
51 * s/msdos.h (USER_FULL_NAME): Define.
52 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
53
54 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
55 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
56 pw->pw_gecos.
57
58 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
59 SELECTED_FRAME as additional (1st) argument.
60 (tty_read_avail_input): Handle output_msdos_raw in
61 addition to output_termcap.
62
63 * msdos.c: Include frame.h before termhooks.h.
64 (mouse_on, mouse_off, mouse_moveto, mouse_init)
65 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
66 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
67 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
68 (IT_set_terminal_modes, IT_reset_terminal_modes)
69 (IT_set_frame_parameters): Use tty->termscript instead of a global
70 variable termscript.
71 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
72 global variable terminal_coding. Don't refer to
73 Vnonascii_translation_table.
74 (internal_terminal_init): Set Vwindow_system in current_kboard.
75 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
76 Announce date and time of session start, if termscript is open.
77 Don't zero out the_only_display_info (it is done in
78 term.c:init_tty). Open termscript only of not already open. Log
79 "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
80 here instead of dos_ttraw. Don't initialize display if this is an
81 initial tty. Don't set FRAME_FONT.
82 (Vwindow_system_version): Bump to 23.
83 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
84 is available, set up mouse_position_hook.
85 (dos_ttraw, IT_set_terminal_modes): If called with initial
86 terminal, do nothing.
87 (IT_set_frame_parameters): Handle the Qtty_type frame
88 parameter by calling internal_terminal_init.
89 (dos_set_window_size, show_mouse_face)
90 (clear_mouse_face, IT_note_mode_line_highlight)
91 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
92 (dos_rawgetc): Use tty_display_info instead of x_display_info.
93 (initialize_msdos_display): New function.
94 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
95 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
96 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
97 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
98 Accept additional argument: a pointer to a frame. All callers
99 changed.
100 (request_sigio, unrequest_sigio): Don't define, now defined on
101 sysdep.c.
102 (IT_write_glyphs): Rewrite to use encode_terminal_code.
103
104 * term.c [MSDOS]: Include msdos.h.
105 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
106 conditional to DOS_NT. Allow only one call to this function in a
107 session. Don't allocate a new struct tty_display_info; instead,
108 reuse the_only_display_info. Call get_tty_size to get screen
109 dimensions. Call init_baud_rate to set bad_rate.
110 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
111 (Fsuspend_tty) [MSDOS]: Don't close input and output.
112 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use
113 stdin/stdout.
114 (get_tty_terminal, get_named_tty, Ftty_type)
115 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
116 output_termcap.
117 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
118 add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
119 only when subprocesses are supported
120
121 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
122 f->output_data.x.
123 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
124 terminal devices.
125
126 * msdos.h Remove definition of struct x_display_info and struct
127 x_output.
128 (FRAME_FONT): Use output_data.tty.
129 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
130 (struct x_display_info): Renamed from display_info. All users in
131 msdos.c changed.
132 (struct x_output): Remove background_pixel and foreground_pixel.
133 (the_only_display_info): Renamed from the_only_x_display.
134 (dos_ttraw): Update prototype.
135
136 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
137 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
138
58279503
JR
1392008-08-23 Jason Rumney <jasonr@gnu.org>
140
141 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
142 (fn_TIFFSetDirectory): New library function used.
143 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
144 (tiff_load): Use :index to select among multiple images. Set count
145 property when multiple images exist.
146 (gif_format): Use :index, not :image.
147
4b7e0869
CY
1482008-08-23 Chong Yidong <cyd@stupidchicken.com>
149
150 * xdisp.c (try_scrolling): Check INT_MAX instead of
151 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
152 to obtain INT_MAX.
153
fe0a6f3b 1542008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
a3c8694a 155
fe0a6f3b 156 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
a3c8694a 157
e0ce7c50
CY
1582008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
159
160 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
161 GNUstep library location.
162
2984624d
CY
1632008-08-21 Chong Yidong <cyd@stupidchicken.com>
164
23888717
CY
165 * xfaces.c (x_update_menu_appearance): Check validity of menu font
166 before using it.
167
2984624d
CY
168 * puresize.h (BASE_PURESIZE): Increase to 1250000.
169
f2f7f42c
AR
1702008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
171
172 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
173 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
174 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
175 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
176 (EmacsApp-cursor_blink_handler): Remove declaration.
177 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
178 match 01 Feb 2008 changes in xterm.c.
179 (ns_read_socket): Add cast to avoid warning.
180 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
181 GNUstep.
182
1eff4ab3
CY
1832008-08-20 Chong Yidong <cyd@stupidchicken.com>
184
185 * xselect.c (x_get_foreign_selection): Return nil if desired
186 selection could not be obtained, instead of signalling an error.
187
fe0a6f3b 1882008-08-20 David Reitter <david.reitter@gmail.com>
b8c63ae9 189
fe0a6f3b 190 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
1eff4ab3
CY
191 * nsterm.m: Remove ns-specific code for cursor blinking.
192 (ns_draw_window_cursor): Clear cursor properly rather than
b8c63ae9 193 redrawing the area. Respect width of bar cursors.
1eff4ab3 194 These changes enable the use of generic blink-cursor-mode and
b8c63ae9
DR
195 generic cursor types in NS and support smooth cursor movements (do
196 not blink off after command).
1eff4ab3
CY
197 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
198 Nextstep, too.
b8c63ae9 199
86d21abc
KH
2002008-08-19 Kenichi Handa <handa@m17n.org>
201
202 * font.c (Vfont_log_deferred): New variable.
203 (font_add_log): Check Vfont_log_deferred.
204 (font_deferred_log): New funciton.
205
206 * font.h (font_deferred_log): Extern it.
207
208 * fontset.c (reorder_font_vector): Use encoding charset of fonts
209 for sorting.
210 (face_for_char): Use deferred log.
211
039d3b16
KH
2122008-08-18 Kenichi Handa <handa@m17n.org>
213
214 * fontset.c (face_for_char): Add font log.
215
216 * font.c (font_add_log): Add the font properties :script, :lang,
217 and :otf in the log.
218
e5ac2419
CY
2192008-08-17 Chong Yidong <cyd@stupidchicken.com>
220
221 * xdisp.c: Remove dead code.
222 (handle_invisible_prop, next_overlay_string): Defer call to
223 setup_for_ellipsis.
224 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
225
c2e9928d
CY
2262008-08-15 Chong Yidong <cyd@stupidchicken.com>
227
ef1fba80
CY
228 * xfaces.c (lookup_derived_face): Properly handle possible zero
229 return value of get_lface_attributes.
230 (merge_faces): Don't tell lookup_derived_face to signal an error
231 if face is not found.
232
1c319327
CY
233 * dired.c (Fdirectory_files): Doc fix.
234
c2e9928d
CY
235 * process.c (make_process): Initialize kill_without_query struct
236 member.
237
b8526f6e
EZ
2382008-08-15 Eli Zaretskii <eliz@gnu.org>
239
235661f6
EZ
240 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
241 Alternative calculation of totphys for Visual Studio 6.
242
8e764ce0
EZ
243 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
244
b8526f6e
EZ
245 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
246 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
247 All users changed.
a644b2e4
EZ
248 (stat): Only root directory passed to GetDriveType. Allow RAM
249 disk as well as local fixed disk when w32-get-true-file-attributes
250 is set to `local'.
f8b35b24
EZ
251 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
252 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
253 (w32_cached_id, w32_add_to_cache): New functions.
254 (get_name_and_id): Look account names in the cache before calling
255 lookup_account_sid.
256 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
257 New initialization flags.
258 (globals_of_w32): Initialize them to zero.
259 (w32_system_process_attributes): Use w32_cached_id and
260 w32_add_to_cache.
b8526f6e 261
f581fad6
CY
2622008-08-14 Lawrence Mitchell <wence@gmx.li>
263
264 * lread.c (Fread_char, Fread_char_exclusive): If no character
265 event is read before timeout is reached, return nil, rather than
266 converting to a number.
267
23c6bdbe
CY
2682008-08-14 Chong Yidong <cyd@stupidchicken.com>
269
6988207c 270 * fns.c (use_dialog_box): Doc fix.
97aec90a 271
23c6bdbe
CY
272 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
273 on OS X.
274
01623ee7
CY
2752008-08-13 Chong Yidong <cyd@stupidchicken.com>
276
277 * frame.c (Qns_parse_geometry): New var.
278 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
279
f00f8cb7
CY
2802008-08-11 Chong Yidong <cyd@stupidchicken.com>
281
282 * xdisp.c (x_produce_glyphs): Handle the case when font has no
283 space character in calculating tabs.
284
11d8ec4a
DN
2852008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
286
287 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
288
27bef0c8
GM
2892008-08-10 Glenn Morris <rgm@gnu.org>
290
291 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
292 silence gcc "limited range of data type" warnings in some
293 make_fixnum_or_float calls.
294
8f8b082a
EZ
2952008-08-09 Eli Zaretskii <eliz@gnu.org>
296
754a2d13
EZ
297 * w32.c (w32_system_process_attributes): If the process does not
298 exist, return nil.
299
8f8b082a
EZ
300 * w32.c: Include thelp32.h, psapi.h and coding.h.
301 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
302 declarations.
303 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
304 (Process32Next_Proc): New typedefs.
305 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
306 (g_b_init_process32_next, g_b_init_open_thread_token)
307 (g_b_init_impersonate_self, g_b_init_revert_to_self)
308 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
309 (g_b_init_get_process_working_set_size)
310 (g_b_init_global_memory_status_ex): New static variables.
311 (globals_of_w32): Initialize them.
312 (create_toolhelp32_snapshot, process32_first, process32_next)
313 (open_thread_token, impersonate_self, revert_to_self)
314 (get_process_memory_info, get_process_working_set_size)
315 (global_memory_status, global_memory_status_ex): New wrapper
316 functions.
317 (w32_list_system_processes, w32_system_process_attributes)
fe0a6f3b
JB
318 (enable_privilege, restore_privilege, ltime, process_times):
319 New functions.
8f8b082a
EZ
320 (convert_time_raw): New function.
321 (convert_time): Remove conversion of FILETIME into time in 100
322 nsec units, call convert_time_raw instead.
323
324 * process.h (w32_list_system_processes, w32_system_process_attributes):
325 Add prototypes.
326 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
327 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
328 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
329 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
330
331 * process.c (Fsystem_process_attributes): Doc fix.
332
97c98587
CY
3332008-08-08 Chong Yidong <cyd@stupidchicken.com>
334
fe0a6f3b
JB
335 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
336 a continued multi-char glyph; if so, advance to the actual glyph.
97c98587 337
48fad8e8
DN
3382008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
339
fe0a6f3b 340 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
48fad8e8
DN
341
342 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
343 (.m.o): Use it.
344 * config.in: Regenerate.
345
709fc721
CY
3462008-08-07 Chong Yidong <cyd@stupidchicken.com>
347
348 * xdisp.c (redisplay_window): Revert last change.
349 (try_window): Check bottom scroll margin too.
350
b330336c
AR
3512008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
352
353 * config.in: Regenerate.
354
355 * Makefile.in (emacs): Remove ndef NS conditional for 'emacs
356 -list-load-path-shadows'.
357 (nsgui.h): Reduce number of things depending on it.
358
b2c5015c
CY
3592008-08-06 Chong Yidong <cyd@stupidchicken.com>
360
361 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
362 instead of window-end which does the wrong thing at eob.
363 (try_cursor_movement): Minor optimization.
364 (redisplay_window): If scroll margin is defined, don't assume
365 window doesn't need scrolling.
366
55737942
AR
3672008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
368
369 * config.in: Regenerate.
370
371 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
372 (mostlyclean): Don't delete *.d under NS.
373
374 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
375
29428bb8
KH
3762008-08-06 Kenichi Handa <handa@m17n.org>
377
fe0a6f3b 378 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
29428bb8 379
5c17fc1d
AS
3802008-08-06 Andreas Schwab <schwab@suse.de>
381
382 * config.in: Regenerate.
383
cd7f53ca
CY
3842008-08-05 Chong Yidong <cyd@stupidchicken.com>
385
012fd6f4
CY
386 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
387 forcing a window start.
388
cd7f53ca
CY
389 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
390 (auto_save_1): Update modtime when auto-save-list-file-name is on.
391
3d0a4431
AR
3922008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
393
95889848 394 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
3d0a4431
AR
395 argument.
396
d765e3a3
JB
3972008-08-05 Juanma Barranquero <lekktu@gmail.com>
398
399 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
400 <scroll-down-aggressively, before-change-functions>:
401 <after-change-functions>: Reflow docstrings.
402
4e622592 4032008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8df8bcc9 404 Ken Raeburn <raeburn@gnu.org>
4e622592
AR
405
406 Dock menu customization, based on a patch by Ken Raeburn, plus some
407 other fixes.
408 * nsmenu.m (dockMenu): New variable.
409 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
410
411 * nsterm.h (dockMenu): Declare.
412
413 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
414 (ns_term_init): Initialize dockMenu.
415 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
416 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
417 left.
418
419 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
420
108a6883
CY
4212008-08-04 Chong Yidong <cyd@stupidchicken.com>
422
423 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
424
425 * config.in: Regenerate.
426
ae10f60c
SZ
4272008-08-04 Seiji Zenitani <zenitani@mac.com>
428
d765e3a3 429 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
ae10f60c 430
b537b75b
CY
4312008-08-04 Chong Yidong <cyd@stupidchicken.com>
432
433 * nsterm.h (find_and_call_menu_selection): Fix prototype.
434
14145fa3
AR
4352008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
436
437 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
438
439 * keyboard.h: Comment an #endif.
440
07b87a10
AR
441 * lisp.h (have_menus_p): Adjust comment.
442
443 * menu.c (find_and_return_menu_selection): Fix comparison with
444 client_data.
445
446 * nsmenu.m (popup_activated_flag): New variable.
447 (popup_activated): New function.
448 (menu-or-popup-active-p): New exported lisp definition.
449 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
450 when popup done.
451 (ns_popup_dialog): Set popup_activated_flag.
452
4e622592 453 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14145fa3
AR
454 version for GNUstep (handled by conditional typedef in nsterm.m).
455 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
456 in rgb.txt).
457
458 * process.c (init_process): Use DARWIN_OS, not DARWIN.
459
460 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
461
07b87a10
AR
462 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
463
464 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
465 shortcircuit if popup_activated like GTK and X toolkit.
466
14145fa3
AR
467 * m/inter386.h: Change DARWIN to DARWIN_OS.
468
469 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
470 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
07b87a10
AR
471 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
472 comment on NO_SOCK_SIGIO.
14145fa3 473
6e09bde1
CY
4742008-08-03 Chong Yidong <cyd@stupidchicken.com>
475
14145fa3 476 * nsterm.m (windowDidResize): Remove stopModal call.
6e09bde1 477
a023b559
AS
4782008-08-03 Andreas Schwab <schwab@suse.de>
479
51757187
AS
480 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
481 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
a023b559 482
a2dec0e5
CY
4832008-08-02 Chong Yidong <cyd@stupidchicken.com>
484
485 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
486 Don't use uninitialized pointer variable when using getrlimit.
487
4ff1bf17
JR
4882008-08-02 Jason Rumney <jasonr@gnu.org>
489
4342f814 490 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4ff1bf17 491
934e2a68
EZ
4922008-08-02 Eli Zaretskii <eliz@gnu.org>
493
0078170f
EZ
494 * alloc.c (NSTATICS): Bump to 0x640.
495
934e2a68
EZ
496 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
497
498 * lisp.h: Add prototype for directory_files_internal.
499
500 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
501 New functions.
502 (syms_of_process): Defsubr them. Add initializations for various
503 Q* symbols used in procfs_system_process_attributes.
504 (procfs_list_system_processes, procfs_system_process_attributes)
505 [HAVE_PROCFS]: New functions.
506 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
507 (procfs_get_total_memory): New functions.
508
dee8cd43
JB
5092008-08-01 Juanma Barranquero <lekktu@gmail.com>
510
511 * xfaces.c (Fx_load_color_file): Fix previous change;
512 it is #ifdef WINDOWSNT, not WINDOWS_NT.
513
367ea173
MA
5142008-08-01 Michael Albinus <michael.albinus@gmx.de>
515
516 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
517
04f33e11
AR
5182008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
519
520 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
521
73592876
CY
5222008-08-01 Chong Yidong <cyd@stupidchicken.com>
523
dee8cd43 524 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6fcb12fd
CY
525
526 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
527 define NSApplicationDelegateReplySuccess.
528 (EmacsView -converstationIdentifier): Use long instead of
529 NSInteger for GNUStep, since it doesn't have NSInteger.
530
61bf63e2
CY
531 * xmenu.c: Revert last change.
532
73592876
CY
533 * keyboard.h: Fix last change.
534
ebadbfa6
AR
5352008-08-01 Juanma Barranquero <lekktu@gmail.com>
536
537 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
538 on Windows.
539
15034960 5402008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
f78c2c97 541
15034960 542 Warning clearing and clean-up in NS port.
dee8cd43
JB
543 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
544 Add prototypes.
15034960
AR
545 * nsgui.h (FACE_DEFAULT): Remove, unused.
546 (XGCValues): Change colors to unsigned long.
547 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
548 nsterm.m.
549 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
550 (ns_list_fonts): Remove, unused.
551 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
552 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
553 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
554 (nsfont_draw): Compare face colors to 0, not nil.
555 * nsmenu.m (struct widget_value): Drop unneeded declaration.
556 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
557 (-addSubmenuWithTitle:): Use NSMenuItem class.
558 (ns_popup_menu): Use NO, not NULL, for enabled setting.
559 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
560 (ns_clip_to_row): Make gc arg a BOOL.
561 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
562 ns_clip_to_row() call.
563 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
564 used). Cast FRAME_FONT assignments.
565 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
566 (ns_string_to_lispmod): Change arg to const char.
567 (ns_term_init): Use NSMenuItem class.
568 (EmacsApp -openFile:): Move to different section of file.
569 (EmacsApp -application:openFiles:): Don't return a value, call
570 -replyToOpenOrPrint:.
571 (EmacsView -keyDown:): Fix up cast.
572 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
573 (EmacsView -menuDown:): Cast tag in call to
574 find_and_call_menu_selection().
575 (ns_list_fonts): Remove, unused.
576 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
577 (ns_fontname_to_xlfd): Make static.
dee8cd43
JB
578 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
579 Remove prototypes (now in keyboard.h).
15034960 580 (next_menubar_widget_id): Remove, unused.
dee8cd43
JB
581 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
582 Remove prototypes (now in keyboard.h).
15034960
AR
583 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
584
27ec92c9
DN
5852008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
586
f78c2c97
DN
587 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
588 (floatfns.o): Depend on syssignal.h.
589 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
590
dee8cd43
JB
591 * systty.h: Fix previous change that removed BSD_TERMIOS.
592 Add comments to #ifdefs.
27ec92c9 593
7ded3383
AR
5942008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
595
596 * w32fns.c (w32-load-color-file): Remove.
597 (x-open-connection): Use renamed Fx_load_color_file.
598 * xfaces.c (x-load-color-file): Add.
599 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
600 Emacs.clr.
7ded3383
AR
601 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
602
13ecc6dc
MA
6032008-07-31 Michael Albinus <michael.albinus@gmx.de>
604
605 * dbusbind.c (Fdbus_call_method_asynchronously)
606 (Fdbus_method_error_internal): New defuns.
607 (xd_read_message): Handle also reply messages.
608 (Vdbus_registered_functions_table): Extend docstring.
609
12063bc5
JB
6102008-07-31 Juanma Barranquero <lekktu@gmail.com>
611
612 * keyboard.c (gobble_input): Fix previous change.
613
7c2fb837
DN
6142008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
615
616 * bitmaps/README:
617 * xfns.c:
618 * termcap.c:
619 * term.c:
620 * syswait.h:
621 * systty.h:
622 * systime.h:
623 * syssignal.h:
624 * sysdep.c:
625 * process.h:
626 * process.c:
627 * print.c:
628 * ndir.h:
629 * lread.c:
630 * keyboard.c:
631 * getpagesize.h:
632 * floatfns.c:
633 * fileio.c:
634 * emacs.c:
635 * doc.c:
636 * dispnew.c:
637 * dired.c:
638 * data.c:
639 * callproc.c:
640 * buffer.c:
641 * README:
642 * Makefile.in:
643 * s/template.h:
644 * s/msdos.h:
645 * m/vax.h: Remove VMS support.
646 * s/vms.h:
647 * vlimit.h:
648 * uaf.h:
649 * temacs.opt:
650 * param.h:
651 * ioctl.h: Remove file.
652
69ab3201
DN
6532008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * s/ms-w32.h (MULTI_KBOARD): Remove.
656 * xterm.c:
657 * xselect.c:
658 * xfns.c:
659 * window.c:
660 * w32term.c:
661 * w32fns.c:
662 * terminal.c:
663 * termhooks.h:
664 * term.c:
665 * sysdep.c:
666 * keyboard.h:
667 * keyboard.c:
668 * frame.h:
669 * frame.c:
d765e3a3 670 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
69ab3201
DN
671 * config.in: Regenerate.
672
bd187c49
JR
6732008-07-30 Jason Rumney <jasonr@gnu.org>
674
12063bc5 675 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
bd187c49 676
12063bc5
JB
677 * w32font.c (w32font_encode_char): Leave as unicode if in range.
678 (w32font_open_internal): Get unicode version of textmetrics.
679 Don't enable or disable glyph indices here.
680 (w32font_open): Disable use of glyph indices.
bd187c49 681
12063bc5 682 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
bd187c49 683
e3072df2
CY
6842008-07-30 Chong Yidong <cyd@stupidchicken.com>
685
39dde873 686 * minibuf.c (Vread_buffer_function): Doc fix.
e3072df2 687
bc850333
CY
6882008-07-30 John Paul Wallington <jpw@pobox.com>
689
690 * minibuf.c (read_buffer_completion_ignore_case): New var.
691 (Fread_buffer): Use it.
692
9d9a7716
DN
6932008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
694
695 * systty.h (sensemode): Remove empty #if. Remove reference to
696 BSD_TERMIOS, unused.
697
698 * sysdep.c: Remove reference to DGUX.
699 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
700
701 * config.in: Regenerate.
702
0c34f98e
JR
7032008-07-30 Jason Rumney <jasonr@gnu.org>
704
12063bc5 705 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
0c34f98e 706
c320e90a
JR
7072008-07-29 Jason Rumney <jasonr@gnu.org>
708
12063bc5
JB
709 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
710 is populated.
711 (uniscribe_encode_char): Always use uniscribe.
712 Avoid using context if cache is populated.
c320e90a 713
3f7ead30
JD
7142008-07-29 Jan Djärv <jan.h.d@swipnet.se>
715
716 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
717 open menu.
718
719 * gtkutil.c (menu_nav_ended): Remove.
720 (create_menus): Remove signal connect for menu_nav_ended.
721
639eebe2
CY
7222008-07-28 Chong Yidong <cyd@stupidchicken.com>
723
724 * xdisp.c (redisplay_window): Check return value of
725 compute_window_start_on_continuation_line before forcing a window
726 start.
727
d1f535d2
JR
7282008-07-28 Jason Rumney <jasonr@gnu.org>
729
0e134ea0 730 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9cac6313 731
0e134ea0
JB
732 * w32term.c (w32_enable_unicode_output, cleartype_active):
733 Remove obsolete display options.
734 (x_draw_glyph_string_background): Don't use old cleartype_active
735 workaround.
736 (w32_initialize): Remove cleartype_active initialization.
737 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
d1f535d2 738
ddaa36e1
AS
7392008-07-28 Andreas Schwab <schwab@suse.de>
740
741 * lisp.h (init_weak_hash_tables, syms_of_font)
742 (xd_read_queued_messages, syms_of_dbusbind): Declare.
743 (remove_hash_entry): Don't declare.
744 * eval.c (maybe_call_debugger): Make static and move before use.
745 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
746 * xdisp.c: Include "gtkutil.h" if USE_GTK.
747 * xterm.h (x_set_frame_alpha): Declare.
748
42ffd097
JD
7492008-07-28 Jan Djärv <jan.h.d@swipnet.se>
750
751 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
752 (create_menus): Connect selection-done to menu_nav_ended.
753
bd6ce2ba
AR
7542008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
755
756 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
757 Set Vx_resource_name to a fallback. Replace read of 'buffered'
758 parameter with read of 'alpha' one.
759 (Qns_frame_parameter): Remove.
760 * nsselection.m (selection-coding-system)
761 (next-selection-coding-system, Vselection_coding_system)
762 (Vnext_selection_coding_system): Drop.
763
583ff3c3
AR
7642008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
765
766 * nsfns.m (do-applescript, do_applescript): Rename to
767 ns-do-applescript, ns_do_applescript, and move within file.
768
9e2a2647
DN
7692008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
770
771 Remove support for Mac Carbon.
772 * mactoolbox.c:
773 * macterm.h:
774 * macterm.c:
775 * macselect.c:
776 * macmenu.c:
777 * macgui.h:
778 * macfns.c:
779 * mac.c: Remove file.
780 * s/darwin.h:
781 * m/intel386.h:
782 * xfaces.c:
783 * xdisp.c:
784 * window.c:
785 * tparam.c:
786 * termhooks.h:
787 * termcap.c:
788 * term.c:
789 * syssignal.h:
790 * sysselect.h:
791 * sysdep.c:
792 * process.c:
793 * lread.c:
794 * lisp.h:
795 * keyboard.c:
796 * image.c:
797 * fringe.c:
798 * frame.h:
799 * frame.c:
800 * fontset.c:
801 * font.h:
802 * font.c:
803 * fns.c:
804 * fileio.c:
805 * emacs.c:
806 * dispnew.c:
807 * dispextern.h:
808 * config.in:
809 * atimer.c:
810 * Makefile.in: Remove code for Carbon
811
7ad8fe5e 8122008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4874e088 813
7ad8fe5e 814 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
69eff41f 815
7ad8fe5e 8162008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
69eff41f 817
7ad8fe5e
MB
818 * macterm.h (kCGBitmapByteOrder32Host): New define for
819 non-universal SDKs.
69eff41f 820
7ad8fe5e
MB
821 * image.c (mac_create_cg_image_from_image, image_load_image_io)
822 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 823
7ad8fe5e
MB
824 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
825 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 826
7ad8fe5e 8272008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
09721b31 828
0e134ea0 829 * w32inevt.c: Include dispextern.h.
09721b31 830
51dc79f8
AS
8312008-07-26 Andreas Schwab <schwab@suse.de>
832
833 * print.c (print_object): Fix off-by-one in last change.
834
dea101f6
JB
8352008-07-25 Juanma Barranquero <lekktu@gmail.com>
836
837 * term.c (syms_of_term): Don't initialize default_orig_pair,
838 default_set_foreground and default_set_background on Windows.
839
11856d4d
JR
8402008-07-25 Jason Rumney <jasonr@gnu.org>
841
0e134ea0
JB
842 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
843 ScriptItemize. Clean up return value checking. Remove unused
844 variables.
845 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
846 shaping engine.
11856d4d 847
0e134ea0
JB
848 * w32font.c (w32font_has_char): Handle the case where we can't
849 determine the script for a character.
11856d4d 850
7bfc0e9e
CY
8512008-07-25 Chong Yidong <cyd@stupidchicken.com>
852
acdadb15
CY
853 * term.c (syms_of_term): Initialize default_orig_pair,
854 default_set_foreground, and default_set_background.
855
5efc6200
CY
856 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
857 clash (bug#86).
858 (getloadavg): Callers changed.
859
7bfc0e9e 860 * image.c (svg_load_image): Fix last change.
c01c4e35
CY
861 (svg_load_image): Use rsvg_handle_get_dimensions to check that
862 image size is valid. Use g_object_unref instead of deprecated
863 rsvg_handle_free to free rsvg handle.
9d7112ed 864 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7bfc0e9e 865
f31cf550
JR
8662008-07-25 Jason Rumney <jasonr@gnu.org>
867
0e134ea0
JB
868 * w32font.c (w32font_encode_char): Encode characters outside BMP as
869 surrogates before looking up glyph index.
870 (w32font_text_extents): Encode as surrogates if falling back to
871 functions that need UTF-16 wide chars.
f31cf550 872
0e134ea0
JB
873 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
874 BMP as surrogates before looking up glyph index.
f31cf550 875
b293d659
CY
8762008-07-25 Chong Yidong <cyd@stupidchicken.com>
877
878 * image.c (svg_load_image): Check for failure in return value of
879 rsvg_handle_get_pixbuf. Free rsvg handle when done.
880
1ada3dab
JR
8812008-07-25 Jason Rumney <jasonr@gnu.org>
882
0e134ea0 883 * w32font.c (Fx_select_font): Reverse sense of second arg.
1ada3dab 884
dbc812e0
SM
8852008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
886
6449674e
SM
887 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
888 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
889
dbc812e0
SM
890 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
891 (PURESIZE): Use it.
892
67725bd8
DN
8932008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
894
340074e9
DN
895 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
896 * m/alpha.h (TEXT_END):
897 * m/ibmrs6000.h (TEXT_END):
898 * m/macppc.h (TEXT_END):
899 * s/darwin.h (TEXT_END):
900 * s/msdos.h (TEXT_END): Remove, unused.
901 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
902 * s/cygwin.h: Remove comment.
903
a11af7f8
DN
904 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
905 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
906 * m/intel386.h (DOT_GLOBAL_START):
907 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
908 (USG): Remove, file not used on USG platforms.
909
67725bd8
DN
910 * Makefile.in (HAVE_X11): Remove empty #else.
911
6420e80c
AS
9122008-07-24 Andreas Schwab <schwab@suse.de>
913
914 * fileio.c (Finsert_file_contents): Properly adjust undo list
915 after format conversion.
916
d1c38b57
JD
9172008-07-24 Jan Djärv <jan.h.d@swipnet.se>
918
919 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
920 (menu_nav_ended): Remove.
921 (create_menus): Remove signal connect for menu_nav_ended.
922 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
923 create_menus.
924 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
925
597634cb
JR
9262008-07-23 Jason Rumney <jasonr@gnu.org>
927
dbc812e0
SM
928 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
929 with opened font.
930 (w32font_open): Set font type to gdi.
4b135503 931
dbc812e0 932 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
597634cb 933
7c799cf5
DN
9342008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
935
7a14f2a0
DN
936 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
937 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
938 defines it.
939 * unexec.c (ADDR_CORRECT): Define unconditionally.
940
941 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
942
f914a6bf
DN
943 * unexec.c: Remove code depending on !COFF and USG, the file is
944 not used for such systems.
945
268b24ee
DN
946 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
947 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
948 (LD_SWITCH_SYSTEM_1): Remove, update users.
949
911109b1
DN
950 * s/darwin.h (DATA_END):
951 * m/intel386.h (DATA_END):
952 * m/ibmrs6000.h (DATA_END):
953 * m/alpha.h (DATA_END): Remove, unused.
911109b1 954
77ccee09
DN
955 * config.in: Regenerate.
956 * s/ms-w32.h (subprocesses): Define unconditionally.
957 * s/template.h (subprocesses): Update comment.
958 * s/vms.h (subprocesses):
959 * s/usg5-4.h (subprocesses):
960 * s/hpux10-20.h (subprocesses):
961 * s/gnu-linux.h (subprocesses):
962 * s/cygwin.h (subprocesses):
963 * s/bsd-common.h (subprocesses):
964 * s/aix4-2.h (subprocesses):
965 * s/darwin.h (subprocesses): Do not define, defined by default now.
966
967 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
968 Remove all references.
969 (temacs): Add GNUStep specific ld flags.
970
7c799cf5
DN
971 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
972 similarly to what X does.
973
712b2de1
AR
9742008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
975
976 * nsfns.m (x-list-fonts): Remove.
977 (syms_of_nsfns): Drop the x-list-fonts declaration.
978 * nsterm.m: Get rid of remaining "//" comments.
979
0d4e1b5f
CY
9802008-07-22 Chong Yidong <cyd@stupidchicken.com>
981
982 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
983
984 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
985 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
986 (Fns_own_selection_internal, Fx_disown_selection_internal)
987 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
988
989 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
990 ... */' style of docstrings. Doc fixes.
991
952913d4
DN
9922008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
993
0ecc3474 994 * terminfo.c (UP, BC, PC): Undo previous change.
0d4e1b5f 995
952913d4
DN
996 * nsfns.m: Rename ns prefixed functions/variables to the
997 corresponding x versions. Update references.
998
02d8b017
SM
9992008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
1002
11b8fe14
DN
10032008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1004
02d8b017
SM
1005 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
1006 Remove forwarding functions.
cc98b6a0
DN
1007 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
1008 non-static.
1009 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
1010 non-static.
1011 (ns_frame_parm_handlers): Use the new names.
1012 (syms_of_nsfns): Move to the end of file.
1013
1baa6236
DN
1014 * nsterm.m (syms_of_nsterm): Move to the end of file.
1015
11b8fe14
DN
1016 * dispnew.c (init_display): Remove code for X10.
1017
8dcaeba2
JR
10182008-07-22 Jason Rumney <jasonr@gnu.org>
1019
02d8b017
SM
1020 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
1021 bare drive.
8dcaeba2 1022
365bac35
AR
10232008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1024
1025 * nsterm.m (syms_of_nsterm): Remove debugging println.
1026
6a0f0f86
DR
10272008-07-22 David Reitter <david.reitter@gmail.com>
1028
a3c83618 1029 * nsfns.m (do_applescript, F_do_applescript): NS version of the
6a0f0f86
DR
1030 Carbon implementation of the same functionality: execute arbitrary
1031 AppleScript code.
1032
51d5ef9f
AR
10332008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1034
a3c83618 1035 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
51d5ef9f
AR
1036 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
1037 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1038 (Fx_display_mm_height, Fx_display_mm_width)
1039 (Fx_display_backing_store, Fx_display_visual_class)
1040 (Fx_display_save_under, Fx_open_connection)
1041 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
1042 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
1043 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1044 (Fx_display_pixel_width, Fx_display_pixel_height)
1045 (Fx_display_usable_bounds, Fx_display_planes)
1046 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
1047 ... */' style of docstrings.
1048
6efac844
DN
10492008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1050
b8ff87cc
DN
1051 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
1052 on this platform.
1053 (mips):
1054 * m/iris4d.h (mips): Do not define.
1055 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
1056
92d1a7a3
DN
1057 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
1058
de08d1be
CY
1059 * image.c:
1060 * nsfns.m:
1061 * nsselect.m:
1062 * nsterm.h:
9e50ff0c
DN
1063 * nsterm.m: Rename ns prefixed functions/variables to the
1064 corresponding x versions. Update references.
1065
ff486501
DN
1066 * m/ibms390x.h (NO_REMAP): Do not undefine.
1067
6efac844
DN
1068 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
1069
ea9de876
CY
10702008-07-21 Chong Yidong <cyd@stupidchicken.com>
1071
1072 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
1073 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
1074 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
1075 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
1076 (Fns_display_mm_height, Fns_display_mm_width)
1077 (Fns_display_backing_store, Fns_display_visual_class)
1078 (Fns_display_save_under, Fns_open_connection)
1079 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
1080 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
1081 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
1082 (Fns_display_pixel_width, Fns_display_pixel_height)
1083 (Fns_display_usable_bounds, Fx_display_planes)
1084 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
1085
b42f4115 10862008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
3965adab
CY
1087
1088 * print.c (print_object): Check print_depth before searching for
1089 circularities.
1090
c0894fb9
MA
10912008-07-21 Michael Albinus <michael.albinus@gmx.de>
1092
1093 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
1094 only sprintf.
1095
d90bfd1c
KH
10962008-07-21 Kenichi Handa <handa@m17n.org>
1097
1098 * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
1099
8e2911c2
AS
11002008-07-20 Andreas Schwab <schwab@suse.de>
1101
1102 * syntax.c (find_start_pos, find_start_value)
1103 (find_start_value_byte, find_start_begv, find_defun_start)
dbc812e0 1104 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8e2911c2 1105
98a01702
DN
11062008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1107
1108 * s/sol2-3.h: Insert contents of s/sol2.h.
1109 (LD_SWITCH_SYSTEM): Remove redundant definition.
1110 * s/sol2.h: Remove, unused.
1111
704a3a2d
AR
11122008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1113
dbc812e0 1114 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
704a3a2d
AR
1115
11162008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
e5e2baab
AR
1117
1118 * Makefile.in (ns_appdir): Fix typo in find command.
1119
89f1e540
DN
11202008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1121
c788afce
DN
1122 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
1123
89f1e540
DN
1124 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
1125 added not supported anymore.
1126
e5e2baab 1127 * s/usg5-4-2.h (LIBS_SYSTEM):
89f1e540
DN
1128 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
1129
1130 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1131 * s/lynxos.h (GETPGRP_NO_ARG):
1132 * s/hpux10-20.h (NO_SIOCTL_H):
1133 * s/gnu.h (GETPGRP_NO_ARG):
1134 * s/gnu-linux.h (NO_SIOCTL_H):
1135 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
1136 * s/cygwin.h (GETPGRP_NO_ARG):
1137 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
1138 (C_DEBUG_SWITCH): Remove duplicate definition.
1139
1140 * m/ibms390.h: Remove boilerplate comments.
1141
1142 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
1143
1144 * process.c (HAVE_SERIAL): Consolidate ifdefs.
1145 (wait_reading_process_output): Remove code for SunOS, platform not
1146 supported anymore. Use SOLARIS2 instead of sun.
1147
ed96cde8
AR
11482008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1149
1150 * font.c (font_open_by_name): Under NS, default lface height to zero.
1151 (font_open_for_lface): Under NS, set size based on frame fontsize.
1152 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
1153 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
1154
11552008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1156
1157 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
1158 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
1159 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
1160 YES/NO.
1161 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
1162 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
1163 * Makefile.in (clean): Clear out build destination dir.
1164
5a2d7ab6
AR
11652008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1166
1167 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
1168 xterm, xselect.
1169 * lisp.h: Remove declaration of hash_remove.
1170 * nsgui.h: Remove redefinitions of hash_remove.
1171 * fns.c (hash_remove): Rename to hash_remove_from_table.
1172
8df8bcc9 11732008-07-19 Seiji Zenitani <zenitani@mac.com>
c0230162
AR
1174
1175 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8df8bcc9 1176 strdup() the family UTF8String before modifying it.
c0230162 1177
45d325c4
AR
11782008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1179
45d325c4
AR
1180 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
1181 NS_FACE_BACKGROUND with 0 instead of nil.
1182 * nsfont.m (nsfont_draw): Same.
1183
8df8bcc9
GM
11842008-07-19 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * nsfns.m (ns_set_background_color): Fix crash.
1187
b83f1cd0
CY
11882008-07-18 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
1191
add4eecc
DN
11922008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1193
1194 * puresize.h (BASE_PURESIZE): Increase to 1240000.
1195
69955d31
YM
11962008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1197
1198 * gtkutil.c: Include <config.h> instead of "config.h".
1199
1200 * lisp.h (Foverlay_buffer): Add EXFUN.
1201
1202 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
1203 child process to complete child_setup. Undo 2005-09-21 change.
1204
1205 * s/darwin.h: Mention setsid after vfork.
1206
08b3caa9 12072008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2d64e9bb
YM
1208
1209 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
1210 Depend on macgui.h.
1211
1212 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
1213 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
1214
1215 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
1216 and f19.
1217 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
1218
1219 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
1220 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
1221 Remove enumerators.
1222
1223 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
1224 Check if FACE_FROM_ID returns NULL.
1225
8d59c5ed
JR
12262008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
1227
ba60bd44
JB
1228 * w32inevt.c (change_frame_size): Remove extern declaration.
1229 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
1230 change_frame_size.
8d59c5ed 1231
ba60bd44 12322008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
db94bf9c
AR
1233
1234 * getloadavg.c: Revert last change (2008-07-15).
1235
ba60bd44 12362008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
1237
1238 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
1239 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
1240 from configure.
1241
2749d28e
DN
12422008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1243
35ad0545
DN
1244 * s/sol2.h:
1245 * s/sol2-4.h: Reorganize conditionals.
1246
2749d28e
DN
1247 * ecrt0.c: Remove code depending on m68000, not used anymore.
1248
1249 * fns.c (hash_remove): Make static.
1250 * lisp.h (hash_remove): Don't prototype.
1251
1252 * m/ibmrs6000.h:
1253 * m/ibms390x.h:
1254 * m/macppc.h: Remove boilerplate comments.
1255
1256 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
1257 Solaris, which does not need them.
1258
1259 * m/vax.h: Remove comments about unsupported systems.
1260
1261 * s/darwin.h: Reorganize ifdefs.
1262
32cc3925
AS
12632008-07-17 Andreas Schwab <schwab@suse.de>
1264
1265 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
1266
facfbbbd
SM
12672008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 Use SDATA. Follow coding convention of placing operators at
1270 beginning of next line rather than end of previous line, and placing
1271 spaces around infix operators.
1272
1273 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
1274 in case it was defined already.
1275 USE @GNUSTEP_MAKEFILES@ rather than envvars.
1276 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
1277 ns_default.
1278 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
1279 Lisp_Objects.
1280 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
1281 (ns_defined_color, ns_color_to_lisp): Declare.
1282 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
1283 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
1284 it's accepted even with USE_LISP_UNION_TYPE.
1285 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
1286 (update_frame_tool_bar): Remove apparently obsolete tests for
1287 non-integerness of f->tool_bar_lines.
1288 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
1289 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
1290 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
1291 (nsfont_open): Don't confuse NULL for Qnil.
1292 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
1293 * menu.h (find_and_call_menu_selection):
1294 * menu.c (find_and_call_menu_selection): Use just int for vector size.
1295 (find_and_return_menu_selection): Always return something.
1296 * frame.h: Include dispextern.h for Display_Info.
1297 (display_x_get_resource): Declare.
1298
ba60bd44 12992008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
1300
1301 * syntax.c: Remove stdio.h include accidentally introduced in
1302 Emacs.app commit.
1303 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1304 NS_IMPL_COCOA.
1305 * keyboard.c (handle_async_input, input_available_signal): Remove
1306 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
1307
0bcfd7d7
SM
13082008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1309
6882361b
SM
1310 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
1311 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
1312 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
1313 Use SDATA.
1314
0bcfd7d7
SM
1315 * keymap.c: Remove all NS-specific code.
1316 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
1317 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
1318 where_is_preferred_modifier, return a different value depending on how
1319 preferred is the binding.
1320 (where_is_internal): Adjust accordingly.
1321 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
1322 Adjust to new preferred_sequence_p.
1323 (syms_of_keymap): Declare `where-is-preferred-modifier'.
1324 * keyboard.c (parse_solitary_modifier): Not static any more.
1325 * keyboard.h (parse_solitary_modifier): Declare.
1326
720f3147
AS
13272008-07-16 Andreas Schwab <schwab@suse.de>
1328
1329 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
1330 of easymenu.
1331
01e19fea
CY
13322008-07-16 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * xdisp.c (move_it_in_display_line): Account for word wrap, so
1335 that we don't move off the line.
1336
4c89a3e0
SM
13372008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * keyboard.c (Qsuper): Remove.
1340 (parse_menu_item): Don't call where_is_internal specially for NS.
1341
586b975c
DN
13422008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1343
3ec8ef33
DN
1344 * s/gnu-linux.h: Remove boilerplate comments.
1345
d4d080b6
DN
1346 * m/alpha.h (__ELF__): Consolidate conditions.
1347
7ab56cc4
DN
1348 * m/m68k.h (linux): Use GNU_LINUX instead.
1349 Remove boilerplate comments.
1350
586b975c 1351 * m/intel386.h: Undo reactoring from previous change.
7ab56cc4
DN
1352 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
1353 too, remove dead code.
1354 (linux): Use GNU_LINUX instead.
586b975c 1355
5cc9d48a
JR
13562008-07-16 Jason Rumney <jasonr@gnu.org>
1357
4c89a3e0 1358 * w32gui.h: Repeat 26 June changes lost by last change.
5cc9d48a 1359
6b0273cd
DN
13602008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1361
132d0475
DN
1362 * systty.h: Remove code for Aix on 386, unsupported platform.
1363
1364 * s/ms-w32.h: Remove boilerplate comments.
1365 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
1366
1367 * s/gnu-linux.h (TERM): Remove support.
1368 (HAVE_SYSVIPC): Remove, unused.
1369 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
1370 for this system.
1371
1372 * process.c: Remove support for IRIS, unused.
1373 Remove support for TERM, not relevant anymore.
1374
1375 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
1376 used with the definition.
1377
1378 * s/aix4-2.h (static): Do not undef.
1379
1380 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
1381 only used on Aix.
1382 (HAVE_SYSVIPC): Remove, unused.
1383
1384 * m/hp800.h (CANNOT_DUMP): Do not undef.
1385
1386 * m/alpha.h: Fix comment.
1387
8111c2d8
DN
1388 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
1389 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
1390 used by this configuration.
1391 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
1392 * unexec.c: Remove code depending on HPUX and
1393 USG_SHARED_LIBRARIES, not used with this file. Remove code
1394 depending on IRIS, unused. Remove if 0-ed code.
1395
e9a57a88
DN
1396 * s/template.h: Remove comments about static.
1397
4c89a3e0
SM
1398 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
1399 Remove if 0-ed code.
c7607b94
DN
1400 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
1401 were the same as the default.
1402 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
1403 Remove boilerplate comments.
1404 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
1405 (HAVE_SYSVIPC): Remove, unused.
1406 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
1407
ff841b30
DN
1408 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1409 Remove boilerplate comments.
1410 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1411 Remove boilerplate comments.
1412 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
1413 Remove boilerplate comments.
1414 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
1415
586b975c
DN
1416 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
1417 USG systems which do not use DATA_SEG_BITS.
1418 Refactor code. Remove boilerplate comments.
1419
dc89925b 1420 * m/ibms390.h:
dc89925b
DN
1421 * m/m68k.h:
1422 * s/bsd-common.h:
1423 * s/cygwin.h:
1424 * s/darwin.h:
1425 * s/freebsd.h:
1426 * s/gnu.h:
1427 * s/msdos.h: Remove boilerplate comments.
1428
96b72211
DN
1429 * m/iris4d.h: Remove boilerplate comments and code for systems that
1430 do not use this file.
1431 (IRIS_4D): Remove, unused.
1432
c3b5f109
DN
1433 * m/mips.h: Remove boilerplate comments and code for systems that
1434 do not use this file.
96b72211 1435 (SIGN_EXTEND_CHAR):
c3b5f109
DN
1436 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
1437 * unexmips.c: Remove file, unused.
1438
6b0273cd
DN
1439 * editfns.c (Fuser_full_name): Replace the only use of
1440 USER_FULL_NAME with its value.
1441 * config.in: Regenerate.
1442
ba60bd44 14432008-07-16 David Reitter <david.reitter@gmail.com>
6fbcfb6f 1444
ba60bd44
JB
1445 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
1446 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
6fbcfb6f 1447
44ac2d3e
GM
14482008-07-16 Glenn Morris <rgm@gnu.org>
1449
1450 * emacs.c (system-type): Doc fix.
1451
0a170079
SM
14522008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
1455 If the cache doesn't work, let's fix it, rather than work around it.
1456
ba60bd44 14572008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
a68fda4a
AR
1458
1459 * Makefile.in: Correct additions for nsfont.o in last commit.
1460 * nsfont.m: New file (forgot last commit).
1461
8df8bcc9
GM
14622008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1463
1464 * callproc.c (set_initial_environment): Initialize
1465 Vprocess_environment under CANNOT_DUMP (fixes crash when
1466 batch-compiling for bootstrap).
1467
14682008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1469 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1470
1471 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1472 fix crash due to different init order.
1473
ba60bd44 14742008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1475
1476 Changes and additions for NeXTstep windowing system (Cocoa and
1477 GNUstep) support.
1478
ba60bd44 1479 * Makefile.in:
edfda783
AR
1480 * config.in: Support defines and build commands for NS port.
1481 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
1482 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
edfda783
AR
1483 * dispextern.h: Include nsgui.h and add needed typedefs under NS
1484 windowing.
1485 (struct face): Add synth_ital field.
1486 * dispnew.c: Include nsterm.h when compiling under NS windowing.
1487 (init_display): Initialize Vinitial_window_system to "ns" when so
1488 compiled.
1489 * emacs.c: Include GSConfig.h when compiling under GNUstep.
1490 (display_arg): Use under NS.
1491 (main): Under NS, allocate autorelease pool and handle command line
1492 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
1493 (standard_args): Add NS-specific args.
1494 (shut_down_emacs): Shut down NS terminal if compiled under NS.
1495 * font.c (DEFAULT_ENCODING): New variable.
1496 (font_find_for_lface): Use it.
1497 (syms_of_font): Load syms_of_nsfont under NS.
1498 * font.h: Declare nsfont_driver when compiled under NS.
1499 * fontset.c: When compiling under NS, include nsterm.h.
1500 (fontset_from_font): Autoconstruct fontset under NS.
1501 * frame.c (various): Under NS, include nsterm.h, add Qns window system
1502 symbol, document and use it.
edfda783
AR
1503 (do_switch_frame): When for_deletion under Cocoa, add
1504 Fraise_frame(Qnil).
1505 (x_set_frame_parameters): Ensure font attribute changes are picked up.
1506 (x_get_arg): Allow "yes" and "no" as boolean values.
1507 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
1508 Qright under Cocoa.
1509 (focus-follows-mouse): Default to 0 under NS.
1510 * frame.h (enum output_method): Add output_ns.
1511 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
1512 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
1513 (FRAME_WINDOW_P): NS-specific definition.
1514 * fringe.c (max_used_fringe_bitmap): Make public.
1515 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
1516 (getloadavg): Use NeXT code under descendant OS's.
1517 * image.c (includes and header section, x_create_bitmap_from_data)
1518 (x_create_bitmap_from_file, free_bitmap_record, image_background)
1519 (image_background_transparent, x_clear_image_1)
1520 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
1521 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
1522 (x_to_xcolors, x_from_xcolors, x_disable_image)
1523 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
1524 other GUIs, including XPM support using code originally written for
1525 Carbon GUI.
0a170079 1526 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
1527 using NS API.
1528 (image_ascent): Use font metrics macros instead of direct struct field
1529 access.
1530 * keyboard.c (includes): Add nsterm.h when compiling under NS.
1531 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
1532 Also, handle NS as GTK for menu bar purposes.
1533 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
1534 toolkit where they differ.
1535 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
1536 use cachelist, still needed under NS.
6ddc6cca 1537 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
1538 (struct widget_value): Define it here for menu.c.
1539 * keymap.c (includes): Include modifier internals.
1540 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
1541 NS.
1542 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
1543 support for preferring sequences using certain modifiers, specified by
1544 the FIRSTONLY argument.
1545 * lisp.h (hash_remove): Rename to avoid name clash when compiling
1546 under NS GNUstep implementation.
1547 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
1548 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
1549 * menu.c: Include nsterm.h under NS.
1550 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
1551 (free_menubar_widget_tree_value, update_submenu_strings)
1552 (find_and_call_menu_selection): Treat NS as X and NT.
1553 (find_and_return_menu_selection): New function, used for popup menus.
ba60bd44
JB
1554 * nsgui.h:
1555 * nsterm.h:
1556 * nsfns.m:
1557 * nsimage.m:
1558 * nsmenu.m:
1559 * nsselect.m:
edfda783
AR
1560 * nsterm.m: New files.
1561 * process.c (wait_reading_process_output): Under NS, call ns_select()
1562 instead of plain select().
1563 * syntax.c (char_quoted): Under NS, avoid a crash when called near
1564 beginning of buffer.
1565 * sysselect.h (init_process): Rename when compiling under Cocoa to
1566 avoid name conflict.
1567 * termhooks.h (display_info): Add ns_display_info to union.
1568 * terminal.c (Fterminal_live_p): Add ns to terminal types.
1569 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
1570 COCOA environment.
1571 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
1572 unexec() signature. (Note, this will dump, but the resulting file
1573 crashes; unexosx is used instead; keeping around for reference and
1574 possible aid in getting dump working under GNUstep.)
1575 * w32gui.h (button_type, widget_value): Remove definitions (now in
1576 keyboard.h).
1577 * window.c: Include nsterm.h when compiling under NS.
1578 * xdisp.c (includes): Include nsterm.h when compiling under NS.
1579 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
1580 other GUI windowing systems.
1581 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
1582 GTK.
1583 (x_consider_frame_title): Under NS, set icon type and frame
1584 modified-state indicator; use ns_set_name_as_filename() when using
1585 formatted title.
1586 (update_window_cursor): Make public when compiling under NS.
1587 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
1588 (hourglass_atimer, Vhourglass_delay
1589 * xfaces.c (header section, init_frame_faces, clear_font_table)
1590 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
1591 (prepare_face_for_display): Add NS support parallel to other GUIs.
1592 Emulate GCs like other non-X GUIs.
edfda783
AR
1593 (split_font_name): Don't lowercase font name under NS.
1594 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
1595 under NS.
1596 * s/darwin.h: Add support for compilation under NS.
1597
1391cd54
JR
15982008-07-15 Jason Rumney <jasonr@gnu.org>
1599
6ddc6cca
SM
1600 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
1601 (w32_show_hourglass): Rename from show_hourglass.
1602 (w32_hide_hourglass): Rename from hide_hourglass.
1603 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
1604 (Vhourglass_delay): Declare extern.
1605 (hourglass_started): Remove.
1391cd54 1606
6ddc6cca
SM
1607 * xdisp.c (Vhourglass_delay): Remove static.
1608 (hourglass_started, start_hourglass, cancel_hourglass):
1609 Don't include these versions on WINDOWSNT.
1391cd54 1610
1885ab29
AR
16112008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1612
6ddc6cca 1613 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 1614 variables (formerly in xfns.c).
1885ab29
AR
1615 (show_hourglass, hide_hourglass): New prototypes (same).
1616 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
1617 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 1618 in xfns.c).
1885ab29
AR
1619 (syms_of_xdisp): Declare/initialize display-hourglass,
1620 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
1621 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 1622 formerly in xfns.c.
1885ab29
AR
1623 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1624 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1625 (start_hourglass, cancel_hourglass): Remove.
1626 (show_hourglass, hide_hourglass): Remove prototypes and static
1627 modifiers.
1628 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
1629 hourglass_atimer, hourglass_shown_p declaration/initialization.
1630 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
1631 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
1632 (start_hourglass, cancel_hourglass): Remove.
1633 (show_hourglass, hide_hourglass): Remove prototypes and static
1634 modifiers.
1635 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
1636 hourglass_atimer, hourglass_shown_p declaration/initialization.
1637 * w32fns.c (display_hourglass_p, Vhourglass_delay)
1638 (DEFAULT_HOURGLASS_DELAY): Remove.
1639 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
1640 hourglass_shown_p declaration/initialization.
1641
3faa984f
JR
16422008-07-14 Jason Rumney <jasonr@gnu.org>
1643
6ddc6cca
SM
1644 * w32fns.c (w32_get_arg): Remove wrapper function.
1645 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
1646 directly.
1647 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 1648
2f73901f
KH
16492008-07-14 Kenichi Handa <handa@m17n.org>
1650
1651 * xfont.c (xfont_open): Add workaround for X's bug.
1652
11da284d
KH
16532008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1654
1655 * fontset.c: Include <stdio.h> unconditionally.
1656
944cc4a8
MA
16572008-07-13 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
1660 for filtering.
1661
bdee2ef3
DN
16622008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1663
1664 * s/vms.h: Use __GNUC__ instead of _GNUC_.
1665
1666 * m/macppc.h:
1667 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
1668
1669 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
1670 (SPECIAL_EMACS_INT):
1671 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
1672 * m/amdx86-64.h (SPECIAL_EMACS_INT):
1673 * s/gnu.h (NLIST_STRUCT):
4342f814 1674 * s/aix4-2.h (X11R5_INHIBIT_I18N):
bdee2ef3
DN
1675 * s/gnu-linux.h (LINUX):
1676 * s/msdos.h (HAVE_FACES):
1677 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
1678
944cc4a8 1679 * systty.h:
bdee2ef3
DN
1680 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
1681 anymore.
1682
bba104c1
DN
16832008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1684
1685 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
1686 always defined as int.
1687
1688 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
1689 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
1690 * s/gnu-linux.h (HAVE_WAIT_HEADER):
1691 * s/freebsd.h (HAVE_WAIT_HEADER):
1692 * s/bsd-common.h (HAVE_UNION_WAIT):
1693 * s/aix4-2.h (HAVE_WAIT_HEADER):
1694 * m/mips.h (HAVE_UNION_WAIT):
1695 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
1696 (COFF, static): Do not define, they are undefined later in the file.
1697
1698 * process.c (update_status): Don't use a union.
1699 (status_convert):
1700 (sigchld_handler): Use int instead of WAITTYPE.
1701
e433031a
CY
17022008-07-12 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * indent.c (Fvertical_motion): Restore hscroll before moving to
1705 goal column.
1706
3bfb4d48
DN
17072008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * lisp.h: Remove left over code.
1710
e7c9048f
AS
17112008-07-11 Andreas Schwab <schwab@suse.de>
1712
7e770c85
AS
1713 * lisp.h: Fix logic in last change.
1714
e7c9048f
AS
1715 * menu.h: New file.
1716 * menu.c: Include it.
1717 * xmenu.c: Likewise.
1718 * Makefile.in: Update dependencies.
1719
38aaf336
KH
17202008-07-11 Kenichi Handa <handa@m17n.org>
1721
1722 * fontset.c (fontset_from_font): Cancel the previous change.
1723
6e5cb96f
DN
17242008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * lisp.h:
1727 * w32heap.c:
1728 * emacs.c:
1729 * alloc.c: Replace all references of NO_UNION_TYPE with
1730 USE_LISP_UNION_TYPE.
1731
1732 * m/xtensa.h (NO_UNION_TYPE):
1733 * m/vax.h (NO_UNION_TYPE):
1734 * m/template.h (NO_UNION_TYPE):
1735 * m/sparc.h (NO_UNION_TYPE):
1736 * m/mips.h (NO_UNION_TYPE):
1737 * m/macppc.h (NO_UNION_TYPE):
1738 * m/m68k.h (NO_UNION_TYPE):
1739 * m/iris4d.h (NO_UNION_TYPE):
1740 * m/intel386.h (NO_UNION_TYPE):
1741 * m/ibms390x.h (NO_UNION_TYPE):
1742 * m/ibms390.h (NO_UNION_TYPE):
1743 * m/ibmrs6000.h (NO_UNION_TYPE):
1744 * m/ia64.h (NO_UNION_TYPE):
1745 * m/hp800.h (NO_UNION_TYPE):
1746 * m/arm.h (NO_UNION_TYPE):
1747 * m/amdx86-64.h (NO_UNION_TYPE):
1748 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
1749 defining it the same.
1750
e0f47a68
CY
17512008-07-10 Chong Yidong <cyd@stupidchicken.com>
1752
ba60bd44 1753 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
e0f47a68 1754
c5e7567d
DN
17552008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1756
4342f814
JB
1757 * fileio.c:
1758 * sysdep.c
1759 * systty.h:
1760 * m/ibmrs6000.h:
1761 * m/iris4d.h:
1762 * s/aix4-2.h:
1763 * s/freebsd.h:
1764 * s/gnu-linux.h:
1765 * s/hpux10-20.h:
1766 * s/hpux11.h:
1767 * s/netbsd.h:
1768 * s/sol2-3.h:
1769 * s/sol2-4.h:
1770 * s/sol2.h:
1771 * s/usg5-4.h:
1772 * s/vms.h: Remove references to unused variables.
c5e7567d 1773
bb658864
AS
17742008-07-10 Andreas Schwab <schwab@suse.de>
1775
1776 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
1777 pattern before matching the generic family.
1778
3d3db608
DN
17792008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1780
a0ce9ab7 1781 * unexec.c:
3460e0b9
DN
1782 * s/vms.h:
1783 * s/usg5-4-2.h:
1784 * s/sol2-5.h:
1785 * s/freebsd.h:
1786 * s/darwin.h: Remove dead code.
1787
ad76189a
DN
1788 * m/template.h:
1789 * m/sparc.h:
1790 * m/mips.h:
1791 * m/m68k.h:
1792 * m/iris4d.h:
1793 * m/intel386.h:
1794 * m/ibms390x.h:
1795 * m/ibms390.h:
1796 * m/ia64.h:
1797 * m/hp800.h:
1798 * m/arm.h:
1799 * m/amdx86-64.h: Remove dead code and references to unused
1800 and compiler defined symbols.
1801
d2b5bbda
DN
1802 * unexmips.c:
1803 * unexelf.c: Remove references to desupported systems.
1804
40dde9d1
DN
1805 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
1806
21133394
DN
1807 * m/powermac.h: Remove boilerplate comments.
1808 (NO_REMAP): Remove unused definition.
1809
3d3db608
DN
1810 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
1811 define them.
1812
c8e0e16d
KH
18132008-07-10 Kenichi Handa <handa@m17n.org>
1814
1815 * xfont.c (xfont_open): Log the reason of failure.
1816
3cba9369
SM
18172008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * fontset.c (fontset_get_font_group):
1820 * font.c (font_check_otf): Specify argument types.
1821
73353585
KH
18222008-07-09 Kenichi Handa <handa@m17n.org>
1823
0e17387a
KH
1824 * coding.c (detect_coding_utf_8): Set detect_info->found only when
1825 non-ASCII char is found.
1826
73353585
KH
1827 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
1828 (reorder_font_vector): Change the arg preferred_family to font.
1829 Prefer the spec matching with font.
1830 (fontset_get_font_group): New function.
1831 (fontset_find_font): Change the format of an element of a realized
1832 fontset. Use fontset_get_font_group.
1833 (fontset_font): Try the current fontset, the default fontset, the
1834 fallbacks of the current fonset, and the fallbacks of the default
1835 fontset in this order.
1836 (face_for_char): Delete the shortcut to use the current font.
1837 (fontset_from_font): Don't set fonts for Latin in the fontset.
1838
1839 * font.h (font_make_object, font_match_p): Adjust prototypes.
1840
1841 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
1842
1843 * font.c (font_make_object): New arg entity and pixelsize.
1844 (font_check_otf_features, font_check_otf): New functions.
1845 (font_match_p): Check :lang, :script, and :otf properties.
1846
1847 * xfont.c (xfont_open): Adjust it for the change of
1848 font_make_object.
e5d05978 1849 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
1850
1851 * ftfont.c (struct ftfont_info): New member index, delete member
1852 fc_charset_idx. Make the member order compatible with struct
1853 xftfont_info.
1854 (fc_charset_table): Change charset names to registry names.
1855 (ftfont_pattern_entity): Delete the args registry and
1856 fc_charset_idx. Change the value of :font-entity property
1857 to (FONTNAME . INDEX). Always set :registry property to
1858 `iso10646-1'.
1859 (struct ftfont_cache_data): New struct.
1860 (ftfont_lookup_cache): New arg for_face.
1861 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
1862 (ftfont_driver): Set the member otf_capability.
1863 (ftfont_get_charset): Adjust it for the change of
1864 fc_charset_table.
1865 (OTF_TAG_SYM): New macro.
1866 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
1867 for the change of fc_charset_table.
1868 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
1869 ftfont_pattern_entity. Add FC_INDEX to objset.
1870 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
1871 and ftfont_pattern_entity.
1872 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
1873 font_make_object, struct ftfont_info.
1874 (ftfont_has_char): Use ftfont_get_fc_charset.
1875 (ftfont_otf_features, ftfont_otf_capability): New functions.
1876 (ftfont_shape): Use ftfont_get_otf.
e5d05978 1877 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
1878
1879 * xftfont.c (struct xftfont_info): New member ft_size. Make the
1880 member order compatible with struct ftfont_info.
1881 (xftfont_open): Add FC_CHARSET to the pattern. Set
1882 xftfont_info->ft_size. Don't unlock the face. Check BDF
1883 properties if appropriate.
1884 (xftfont_close): Unlock the face.
1885 (xftfont_anchor_point, xftfont_shape): Deleted.
1886 (syms_of_xftfont): Don't set members anchor_point and shape of
1887 xftfont_driver.
1888
1889 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
1890 font_make_object.
1891
1892 * w32font.c (w32font_open): Adjust it for the change of
1893 font_make_object.
1894 (w32font_open_internal): Don't set properties of font_object here.
1895
7f000038
CY
18962008-07-08 Chong Yidong <cyd@stupidchicken.com>
1897
830aab93
CY
1898 * macfns.c (x_create_tip_frame):
1899 * w32fns.c (x_create_tip_frame):
1900 * xfns.c (x_create_tip_frame): Pass parameter argument to
1901 face-set-after-frame-default.
1902
7f000038
CY
1903 * xfaces.c (Finternal_merge_in_global_face): Save merged
1904 attributes for the default face back into the face vector.
1905
85cf8992
AS
19062008-07-08 Andreas Schwab <schwab@suse.de>
1907
1908 * fontset.h: Declare fontset_from_font. Don't declare
1909 new_fontset_from_font and fontset_from_font_name.
1910 * xterm.c: Include "fontset.h".
1911 * Makefile.in (xterm.o): Update dependencies.
1912
4a00783e
GM
19132008-07-08 Glenn Morris <rgm@gnu.org>
1914
1915 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
1916 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
1917
4d2d5f5f
CY
19182008-07-07 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
1921 (x_set_frame_parameters): Don't bind it.
1922
dfe66c5b
JB
19232008-07-07 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * w32fns.c (map_w32_filename): Declare extern.
1926
ec7e221c
JR
19272008-07-07 Jason Rumney <jasonr@gnu.org>
1928
dfe66c5b 1929 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 1930
fe5d61c4
CY
19312008-07-06 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * xfaces.c (set_font_frame_param): Don't try to set the font
1934 parameter if it is still unspecified in the lface.
1935
9204cb8b
CY
19362008-07-05 Chong Yidong <cyd@stupidchicken.com>
1937
0a143d3a
CY
1938 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
1939 face if it didn't already exist.
1940
9204cb8b
CY
1941 * xdisp.c (try_window_id): Give up if word-wrapping is on.
1942
6c95e70d
AS
19432008-07-05 Andreas Schwab <schwab@suse.de>
1944
dfe66c5b 1945 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 1946
59230395
CY
19472008-07-05 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
1950 word-wrapping.
1951 (IT_DISPLAYING_WHITESPACE): New macro.
1952 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
1953 when word-wrapping. Simplify word-wrapping logic. Use correct
1954 pixel positions when saving copies of the iterator.
1955 (display_line): Use proper wrap point if the last character on a
1956 line was preceded by whitespace.
1957
d7c664f3
SM
19582008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
1961
9ffc8a3a
KH
19622008-07-04 Kenichi Handa <handa@m17n.org>
1963
1964 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
1965
1966 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
1967
946598bf
JR
19682008-07-02 Jason Rumney <jasonr@gnu.org>
1969
d7c664f3
SM
1970 * xfns.c (syms_of_xfns): Only define x-select-font when both
1971 HAVE_FREETYPE and USE_GTK
946598bf 1972
d7c664f3
SM
1973 * xdisp.c (next_element_from_display_vector): Move assignment out
1974 of if statement.
946598bf 1975
6cf29fe8
JR
19762008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1977
d7c664f3 1978 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 1979
d7c664f3
SM
1980 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
1981 (syms_of_fileio): Initialize and export them.
1982 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 1983
d7c664f3
SM
1984 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
1985 (Fsystem_move_file_to_trash): New function.
1986 (syms_of_w32fns): Export it to lisp.
6cf29fe8 1987
79ca7db1
JR
19882008-07-01 Jason Rumney <jasonr@gnu.org>
1989
d7c664f3
SM
1990 * w32font.c (w32font_text_extents): Don't count overhang as part
1991 of width.
79ca7db1 1992
c2786a3d 19932008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
1994
1995 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
1996 Add `avoid_cursor_p' field.
1997
1998 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
1999 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
2000 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
2001 (append_stretch_glyph): Initialize avoid_cursor_p.
2002 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
2003 (x_produce_glyphs): Use get_it_property.
2004 (handle_line_prefix, push_display_prop): New functions.
2005 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
2006 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
2007 New variables.
c4f4682b
MB
2008 (syms_of_xdisp): Initialize them.
2009
7d7ad10e
KH
20102008-06-30 Kenichi Handa <handa@m17n.org>
2011
2012 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
2013 XftDefaultSubstitute (they are called in XftFontMatch).
2014 (xftfont_open): Fix args to ftfont_font_format.
2015
2016 * ftfont.c (fc_charset_table): New member lang.
2017 (ftfont_resolve_generic_family): New arg pattern.
2018 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
2019 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
2020 (ftfont_open): Fix args to ftfont_font_format.
2021 (ftfont_font_format): New arg filename.
2022
44b754c7
CY
20232008-06-30 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * xfaces.c (Finternal_merge_in_global_face): If default face was
2026 modified, realize it again. Update the font face attribute.
2027
a4521b03
JR
20282008-06-29 Jason Rumney <jasonr@gnu.org>
2029
c2786a3d 2030 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 2031
fe44f009
KH
20322008-06-29 Kenichi Handa <handa@m17n.org>
2033
2034 * fontset.c (Finternal_char_font): Return font-object instead of
2035 font-name.
2036
c2786a3d 2037 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 2038
baed8445
SM
20392008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * indent.c (Fvertical_motion): Properly handle float column arg.
2042
8b61a891
JR
20432008-06-28 Jason Rumney <jasonr@gnu.org>
2044
baed8445
SM
2045 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
2046 (pfnSetLayeredWindowAttributes): New function pointer.
2047 (w32_initialize): Initialize it when supported.
2048 (x_set_frame_alpha): New function.
8b61a891 2049
baed8445
SM
2050 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
2051 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 2052
baed8445 2053 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 2054
57016d37
JR
20552008-06-27 Jason Rumney <jasonr@gnu.org>
2056
baed8445
SM
2057 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2058 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
2059 (w32_to_x_charset, x_to_w32_charset)
2060 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2061 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2062 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2063 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2064 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2065 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2066 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
2067 (Qw32_charset_unicode): Remove.
2068 (syms_of_w32fns): Update for above changes.
2069
2070 * w32font.c (w32_to_x_charset, x_to_w32_charset)
2071 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
2072 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
2073 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
2074 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
2075 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
2076 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
2077 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
2078 (syms_of_w32font): Update for above changes.
57016d37 2079
d6bf1bdb
DN
20802008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2081
2082 * s/usg5-4.h: Fix previous change: keep the correct branch of a
2083 removed #if.
9fa1c445 2084 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 2085
43db14bb
JB
20862008-06-26 Juanma Barranquero <lekktu@gmail.com>
2087 Eli Zaretskii <eliz@gnu.org>
2088
2089 * makefile.w32-in (LOCAL_FLAGS):
2090 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
2091
2092 * sysdep.c (_spawnlp, _getpid):
2093 Declare with explicit _cdecl instead of _CRTAPI1.
2094
2095 * editfns.c (Fget_internal_run_time):
2096 Check for WINDOWSNT with #ifdef, not #if.
2097
c35f9821
JR
20982008-06-26 Jason Rumney <jasonr@gnu.org>
2099
43db14bb 2100 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 2101
57016d37 2102 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
2103 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
2104 Use FONT_HANDLE macro.
2105 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 2106
57016d37 2107 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 2108 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 2109
43db14bb
JB
2110 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
2111 (w32font_text_extents): Use precast w32_font.
2112 (w32font_close): Free cached metrics.
2113 (w32font_open_internal): Allocate space for name on stack.
c35f9821 2114
1f8ad719
CY
21152008-06-26 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * xdisp.c (extend_face_to_end_of_line): Fix last change.
2118
97e71655
JR
21192008-06-26 Jason Rumney <jasonr@gnu.org>
2120
43db14bb
JB
2121 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
2122 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 2123
c9fc02c7
JB
21242008-06-26 Juanma Barranquero <lekktu@gmail.com>
2125
2126 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
2127
1b5defe6
JR
21282008-06-26 Jason Rumney <jasonr@gnu.org>
2129
c9fc02c7 2130 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 2131
c9fc02c7 2132 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 2133
c9fc02c7
JB
2134 * w32gui.h: Don't include w32bdf.h.
2135 (XCharStruct, enum w32_char_font_type, W32FontStruct):
2136 Remove obsolete font support.
1b5defe6 2137
c9fc02c7
JB
2138 * w32font.h (struct w32font_info): Remove compat_w32_font.
2139 Add hfont member.
2140 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 2141
ba60bd44 2142 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
c9fc02c7 2143 (w32font_encode_char, w32font_text_extents): Use new hfont member.
ba60bd44 2144 (w32font_open_internal): Remove compat code. Set new hfont member.
c9fc02c7 2145 (Fx_select_font): Use new hfont member.
1b5defe6 2146
57016d37 2147 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 2148 (uniscribe_encode_char): Use new hfont member.
1b5defe6 2149
57016d37 2150 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
2151 (x_draw_composite_glyph_string_foreground): Use new hfont member.
2152 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 2153
1fc66bca
KH
21542008-06-26 Kenichi Handa <handa@m17n.org>
2155
2156 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
2157
f2a77c3a
DN
21582008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2159
2160 * unexnext.c:
2161 * m/ews4800.h:
2162 * m/hp9000s300.h:
2163 * m/ibm370aix.h:
2164 * m/mips-siemens.h:
2165 * m/ncr386.h:
2166 * m/next.h:
2167 * m/pmax.h:
2168 * m/powerpcle.h:
2169 * m/tandem-s2.h:
2170 * s/386bsd.h:
2171 * s/bsd386.h:
2172 * s/bsd4-1.h:
2173 * s/bsd4-2.h:
2174 * s/bsdos2-1.h:
2175 * s/bsdos2.h:
2176 * s/bsdos3.h:
2177 * s/bsdos4.h:
2178 * s/nextstep.h:
2179 * s/ultrix4-3.h:
2180 * s/usg5-0.h:
2181 * s/usg5-2-2.h:
2182 * s/usg5-2.h:
2183 * s/usg5-4-3.h:
2184 * s/ux4800.h:
2185 * s/uxpds.h:
2186 * s/uxpv.h: Remove support for obsolete systems.
2187 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
4342f814 2188 Remove, insert contents in s/hpux-10.20.h.
f2a77c3a 2189 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
4342f814 2190 Remove, insert contents in s/aix4-2.h.
f2a77c3a 2191 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
4342f814 2192 * s/bsd4-3.h: Rename to ...
f2a77c3a 2193 * s/bsd-common.h: ... this.
4342f814
JB
2194 * data.c:
2195 * doc.c:
2196 * ecrt0.c:
2197 * emacs.c:
2198 * fileio.c:
2199 * floatfns.c:
2200 * keyboard.c:
2201 * mem-limits.h:
2202 * print.c:
2203 * process.c:
2204 * sysdep.c:
2205 * syssignal.h:
2206 * systty.h:
2207 * syswait.h:
2208 * term.c:
2209 * unexec.c:
2210 * unexelf.c:
2211 * unexhp9k800.c:
2212 * m/hp800.h:
2213 * m/ibmrs6000.h:
2214 * m/mips.h:
2215 * m/vax.h:
2216 * s/darwin.h:
2217 * s/freebsd.h:
2218 * s/gnu.h:
2219 * s/ms-w32.h:
2220 * s/msdos.h:
2221 * s/netbsd.h:
2222 * s/template.h: Remove references to obsolete variables.
f2a77c3a
DN
2223
2224 * Makefile.in: Add dependencies for all unexec files.
2225 (admindir): Remove unused variable.
2226 (UNEXEC_SRC): Remove references.
2227
bd02793a
CY
22282008-06-25 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * xfns.c (x_default_font_parameter): If Xft is available, first
2231 try Monospace-12 for the default font.
2232
ccedd259
JR
22332008-06-25 Jason Rumney <jasonr@gnu.org>
2234
c9fc02c7 2235 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 2236
fbe062b7
SM
22372008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2238
603a0937
SM
2239 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
2240
fbe062b7
SM
2241 * buffer.c (syms_of_buffer): Remove default-word-wrap.
2242
69785ad0
JB
22432008-06-25 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
2246 <scroll-conservatively>: Fix typo in docstring.
2247
2248 * xselect.c (Fx_send_client_event): Doc fix.
2249
249e6f76
KH
22502008-06-25 Kenichi Handa <handa@m17n.org>
2251
34e97272
KH
2252 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2253
2254 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
2255 (font_sort_entites): Delete the arg SPEC. Caller changed.
2256 Fix for the case of ! best_only.
34e97272
KH
2257 (font_delete_unmatched): Check DPI and AVGWIDTH too.
2258
249e6f76
KH
2259 * lisp.h (Fstring_to_unibyte): EXFUN it.
2260
69785ad0 2261 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
2262
2263 * character.c (str_to_unibyte): New function.
2264
2265 * fns.c (Fstring_to_unibyte): New function.
2266 (syms_of_fns): Defsubr it.
2267
65c108e4
KH
22682008-06-24 Kenichi Handa <handa@m17n.org>
2269
2270 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
2271 DPI too.
2272 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
2273
4c3f18fe
AS
22742008-06-24 Andreas Schwab <schwab@suse.de>
2275
69785ad0 2276 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 2277 ../lisp/loaddefs.el.
fd13748d
AS
2278 (bootstrap-clean): Do what distclean does but don't remove
2279 Makefile.
2280 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 2281
faa6190f
CY
22822008-06-24 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * buffer.h (struct buffer): New member word_wrap.
2285
2286 * buffer.c (syms_of_buffer): New variables default-word-wrap and
2287 word-wrap.
2288 (init_buffer_once): Initialize them.
2289
2290 * dispextern.h (struct it): Replace bool truncate_lines_p with a
2291 line_wrap enum possessing three possible values.
2292
2293 * termopts.h: Replace truncate_partial_width_windows with
2294 Vtruncate_partial_width_windows.
2295
2296 * dispnew.c (direct_output_for_insert): Avoid direct output when
2297 inserting a space with word wrap on.
2298
2299 * indent.c (compute_motion): Obey integer values of
2300 truncate-partial-width-windows.
2301
2302 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
2303 replacing truncate_partial_width_windows.
2304 (init_iterator): If Vtruncate_partial_width_windows is an integer,
2305 truncate only if the window width is below that integer.
ba60bd44 2306 (start_display, resize_mini_window, produce_stretch_glyph)
faa6190f
CY
2307 (display_string, move_it_in_display_line_to): Use line_wrap.
2308 (back_to_previous_visible_line_start, reseat_1): Reset
2309 string_from_display_prop_p.
2310 (display_line): Extend default face to end of line when wrapping.
2311
23122008-06-24 Kim F. Storm <storm@cua.dk>
2313
2314 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
2315 to wrap continued lines at word boundaries.
2316
c3bb5465
JR
23172008-06-24 Jason Rumney <jasonr@gnu.org>
2318
69785ad0
JB
2319 * font.c (Ffont_face_attributes): Multiply pixel size before point
2320 conversion to avoid multiplying rounding error.
c3bb5465 2321
0b07ad98
JR
23222008-06-23 Jason Rumney <jasonr@gnu.org>
2323
f245f2c6
JB
2324 * w32term.c (x_draw_glyph_string_background)
2325 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 2326
69785ad0 2327 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 2328
22459668
KH
23292008-06-22 Kenichi Handa <handa@m17n.org>
2330
2331 * font.c (font_find_for_lface): Try the adstyle specified in
2332 the property of LFACE_FONT of LFACE (if any).
2333
d925a426 23342008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 2335 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
2336
2337 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
2338
b4945b95
SM
23392008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
2342 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
2343 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
2344 (witness-emacs): Remove.
2345 (lisp, shortlisp): Move loaddefs.el earlier.
2346 (mostlyclean): Forget about witness-emacs.
2347
64124279
GM
23482008-06-22 Glenn Morris <rgm@gnu.org>
2349
2350 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 2351 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 2352
768efd84
SM
23532008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * Makefile.in (PRECOMP): Remove.
2356 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
2357 (witness-emacs): Run `compile-first'.
2358 (.el.elc): Use the new compile-onefile target.
2359
808dd567
KH
23602008-06-21 Kenichi Handa <handa@m17n.org>
2361
2362 * xftfont.c (xftfont_open): Handle QCembolden only when
2363 FC_EMBOLDEN is defined.
2364
0de59eae
AS
23652008-06-21 Andreas Schwab <schwab@suse.de>
2366
2367 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 2368 (.el.elc): Likewise.
0de59eae 2369
fb38e9c9
MB
23702008-06-21 Miles Bader <miles@gnu.org>
2371
2372 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
2373 build dir, not the lisp source dir.
2374
fc46d219
SM
23752008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
2378 (bootstrapclean): Remove.
2379 (.el.elc): New rule.
2380 (PRECOMP): New var.
2381 (../lisp/subdirs.el): Remove.
2382 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
2383 (witness-emacs): New target.
2384 (mostlyclean): Remove witness-emacs as well.
2385 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
2386 Add witness-emacs dependency.
2387
eaf1f6e7
CY
23882008-06-20 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
2391 defined by the font.
2392
49f6eb95
SM
23932008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
2396 (bootstrap-clean): New target that keeps TAGS around.
2397 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
2398 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
2399
4c100a01
JR
24002008-06-20 Jason Rumney <jasonr@gnu.org>
2401
49f6eb95
SM
2402 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
2403 Remove obsolete font code.
db61a7f8 2404
49f6eb95
SM
2405 * w32font.c (font_matches_spec): Use csb bitfield from font signature
2406 to determine language support.
4c100a01 2407
759d3f32
SM
24082008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * sysdep.c (cfsetspeed): New fun extracted from the code.
2411 (cfmakeraw): Move before first use.
2412
25241b4d
SM
24132008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
2414
2415 * sysdep.c (cfmakeraw): Provide fallback implementation.
2416 (serial_configure): Provide fallback implementation of cfsetspeed.
2417
d7afccca
KH
24182008-06-20 Kenichi Handa <handa@m17n.org>
2419
dc2226d0
KH
2420 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
2421 the pattern.
2422
9b9cd864
KH
2423 * fontset.c (fontset_from_font): Copy font_spec before changing
2424 the elements.
2425
d7afccca
KH
2426 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
2427
770e2e6e
SM
24282008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
2431 for explicit `font' parameters.
2432
2433 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
2434
22e64f7c
KH
24352008-06-19 Kenichi Handa <handa@m17n.org>
2436
2437 * frame.c: Include <ctype.h>.
2438 (x_set_font_backend): Allow spacing characters in the X resource
2439 for FontBackend.
2440
27129af9
SM
24412008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * w32fns.c, xfns.c (Qfont_param): New var.
2444 (syms_of_w32fns): Initialize it.
22e64f7c
KH
2445 (x_default_font_parameter): Record explicit `font' into
2446 `font-parameter'.
27129af9 2447
d26424c5
KH
24482008-06-18 Kenichi Handa <handa@m17n.org>
2449
2450 * font.c (font_parse_xlfd): Fix previous change.
2451 (font_parse_fcname): Don't use :fc-unknown-spec.
2452 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
2453 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
2454 (font_add_log): Prepend the driver name to the resulting fonts.
2455
2456 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
2457 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
2458 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
2459
2460 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
2461 (QCembolden): New variables.
2462 (syms_of_xftfont): DEFSYM them.
2463 (xftfont_open): Call XftFontMatch. Don't trust the result of
2464 XftTextExtents8 if the pixel_size is less than 5.
2465
51cf11be
AS
24662008-06-18 Andreas Schwab <schwab@suse.de>
2467
f245f2c6 2468 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
2469 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2470
07d9ba9b
JR
24712008-06-18 Jason Rumney <jasonr@gnu.org>
2472
27129af9 2473 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 2474
4342f814 2475 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 2476
0c36bc4e
CY
24772008-06-17 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
2480 unknown-spec list. For known key symbols, intern using correct
2481 symbol name.
0c36bc4e 2482
70d6ecc6
KH
24832008-06-17 Kenichi Handa <handa@m17n.org>
2484
2485 * xfaces.c (realize_default_face): If the frame is not on window
2486 system, set the fontset of face to nil.
2487
821bc4db
KH
24882008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2489
f245f2c6 2490 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 2491
3554e566
JB
24922008-06-16 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
2495 (build_font_name_from_vector): Delete externs.
2496
2497 * xfaces.c (struct font_name): Don't declare.
2498
93eed26b
SM
24992008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
2502
d756bcd0
CY
25032008-06-16 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
2506
7a18a178
JB
25072008-06-16 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 2510 (Ffont_face_attributes): Doc fix.
7a18a178 2511
6f568955
AS
25122008-06-16 Andreas Schwab <schwab@suse.de>
2513
2514 * font.c (Ffont_face_attributes): Fix definition.
2515
3ef8c1b4
JR
25162008-06-16 Jason Rumney <jasonr@gnu.org>
2517
93eed26b 2518 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 2519
93eed26b
SM
2520 * font.c (font_style_symbolic_from_value): Remove.
2521 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 2522
93eed26b
SM
2523 * w32font.c (w32_to_fc_weight): New function.
2524 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 2525
5e634ec9
KH
25262008-06-16 Kenichi Handa <handa@m17n.org>
2527
2528 * font.c (font_check_object): Delete it.
2529 (font_clear_cache): Check if a font-object is alive.
2530 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
2531 font-object to nil.
2532 (font_close_object): Don't check FONT_CLOSE_OBJECT.
2533 (font_at): Don't call font_check_object.
2babb359 2534 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 2535
6409a955
KY
25362008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * puresize.h (BASE_PURESIZE): Increase to 1230000.
2539
ce4eaddb
CY
25402008-06-16 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
2543
523dbe64
CY
25442008-06-15 Chong Yidong <cyd@stupidchicken.com>
2545
54b2ab27 2546 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
2547 (font_unparse_fcname): Handle data in family and foundry indices
2548 as symbols, not strings.
2549 (font_unparse_gtkname, Ffont_face_attributes): New functions.
2550
54b2ab27 2551 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
2552
2553 * font.h (font_unparse_gtkname): Add prototype.
2554
9f296082
KH
25552008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2556
54b2ab27 2557 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 2558
3306c6dc
AS
25592008-06-15 Andreas Schwab <schwab@suse.de>
2560
2561 * font.c (font_update_drivers): Fix crash when no drivers match.
2562
a099c27a
SM
25632008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
2566 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
2567
a8aa344d
SM
25682008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
2571
a879ee6f
SM
25722008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * process.c (Fserial_process_configure, Fprocess_send_eof):
2575 Use EQ to compare Lisp_Objects.
2576
6fe9826d
JR
25772008-06-13 Jason Rumney <jasonr@gnu.org>
2578
a879ee6f 2579 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 2580
a879ee6f
SM
2581 * w32font.c (logfont_to_fcname): New function.
2582 (Fx_select_font): New font dialog function compatible with
2583 GTK/fontconfig version.
6fe9826d 2584
a879ee6f
SM
2585 * font.c (font_style_symbolic_from_value): New function.
2586 (font_style_symbolic): Use it.
6fe9826d 2587
a879ee6f 2588 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 2589
17ab8f5d
JB
25902008-06-13 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
2593 <font-width-table>: Fix typos in docstrings.
2594
d888760c
GM
25952008-06-13 Daniel Engeler <engeler@gmail.com>
2596
2597 These changes add serial port access.
2598 * process.c: Add HAVE_SERIAL.
2599 (Fdelete_process, Fprocess_status, Fset_process_buffer)
2600 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
2601 (list_processes_1, select_wrapper, Fstop_process)
2602 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
2603 (status_notify): Modify to handle serial processes.
2604 [HAVE_SERIAL] (Fserial_process_configure)
2605 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
2606 New functions.
2607 * process.h (struct Lisp_Process): Add `type'.
2608 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
2609 New functions.
2610 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
2611 serial ports.
2612 (serial_open, serial_configure) New functions.
2613 * w32.h: Add FILE_SERIAL.
2614 (struct _child_process): Add ovl_read, ovl_write.
2615
f4cc0153
KH
26162008-06-13 Kenichi Handa <handa@m17n.org>
2617
2618 * dispextern.h (enum lface_attribute_index): New member
2619 LFACE_FOUNDRY_INDEX.
2620
2621 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 2622 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 2623 style symbols.
7a18e381 2624 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
2625 order of font-driver to scores.
2626 (font_list_entities): Don't check alternate_familes here.
2627 (font_clear_prop): Handle foundry.
2628 (font_update_lface): Don't parse "foundry-family" form here.
2629 Handle FONT_FOUNDRY_INDEX.
2630 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 2631 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 2632 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 2633 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
2634 (free_font_driver_list): Delete it.
2635 (font_update_drivers): Preserve the order of backends.
2636 (syms_of_font): Setting of sort_shift_bits adjusted for the change
2637 of font_score and font_sort_entites.
2638 (font_update_sort_order): Likewise.
2639
2640 * xfaces.c (LFACE_FOUNDRY): New macro.
2641 (check_lface_attrs): Check foundry.
7a18e381 2642 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
2643 (merge_face_vectors): Check foundry.
2644 (merge_face_ref): Likewise.
2645 (Finternal_set_lisp_face_attribute): Likewise.
2646 (x_update_menu_appearance): Likewise.
2647 (Finternal_get_lisp_face_attribute): Likewise.
2648 (lface_hash): Likewise.
2649 (lface_same_font_attributes_p): Likewise.
2650 (x_supports_face_attributes_p): Likewise.
2651 (tty_supports_face_attributes_p): Likewise.
2652 (Finternal_set_alternative_font_family_alist): Intern strings.
2653 (Finternal_set_alternative_font_registry_alist): Downcase strings.
2654 (realize_default_face): Set LFACE_FOUNDRY (lface).
2655
2656 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
2657 font-driver at first.
2658
2659 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
2660
d434fef5 26612008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
2662
2663 * lread.c (Fload): Use xfree, not free on saved_doc_string.
2664
9c5e177e
JM
26652008-06-12 Jim Meyering <meyering@redhat.com>
2666
d434fef5 2667 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
2668 * unexmacosx.c (unexec_free): Ignore a NULL argument.
2669
2afc21f5
SM
26702008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * character.h (CHAR_TO_BYTE_SAFE): New macro.
2673 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
2674 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
2675 (WEAK_ALIAS): Simplify.
2676 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
2677 when searching a unibyte buffer.
2678
76c0de62
CY
26792008-06-12 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * xfns.c (Fx_select_font): Rename from x-font-dialog.
2682
0500dcc9
JB
26832008-06-12 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * w32font.c: Include ctype.h.
2686
f42adef6
JR
26872008-06-11 Jason Rumney <jasonr@gnu.org>
2688
2afc21f5
SM
2689 * w32font.c (w32font_encode_char): Detect missing glyphs that are
2690 misreported as space.
2691 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
2692 as aliases for registry iso10646-1.
f42adef6 2693
4b7cdc0e
SM
26942008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * buffer.c (clone_per_buffer_values): Skip `name'.
2697
cc02ebe1
CY
26982008-06-11 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * font.c (font_parse_fcname): Fix last change; accept decimal
2701 points in font size.
2702
351ccb76
JR
27032008-06-10 Jason Rumney <jasonr@gnu.org>
2704
0500dcc9
JB
2705 * w32uniscribe.c (add_opentype_font_name_to_list):
2706 Skip non unicode fonts.
351ccb76 2707
f473ed6f
CY
27082008-06-10 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * xfns.c (Fx_font_dialog): New function.
2711
5d6333d5 2712 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
2713 xg_file_response_callback.
2714 (pop_down_dialog): Rename from pop_down_file_dialog.
2715 (xg_get_file_name): Callers changed.
2716 (xg_get_font_name): New function.
2717
5d6333d5 2718 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 2719
2a3bd2e1
SM
27202008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
2723 x_underline_minimum_display_offset.
2724 (syms_of_xdisp): Declare it here rather than in xterm.c.
2725 * dispextern.h (underline_minimum_offset): Declare it.
2726 * w32term.c (x_draw_glyph_string): Use it.
2727 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
2728 (syms_of_xterm): Don't declare it any more.
2729 (x_draw_glyph_string): Adjust to the new name.
2730
d5dc6163
SM
27312008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2732
2733 * xterm.c (x_underline_minimum_display_offset): New var.
2734 (x_draw_glyph_string): Use it.
2735 (syms_of_xterm): Declare it.
2736
0abdd197
CY
27372008-06-10 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * font.c (font_parse_fcname): Accept GTK-style font names too.
2740
a1562258
SM
27412008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2742
928b5acc
SM
2743 * dired.c (file_name_completion): Don't return t if the match is exact
2744 but with different capitalization.
2745 * minibuf.c (Ftry_completion): Simplify.
2746
a1562258
SM
2747 * window.c (Vwindow_point_insertion_type): New var.
2748 (set_window_buffer): Use it.
2749 (syms_of_window): Init and export it to Lisp.
2750
9552dbd1
KH
27512008-06-10 Kenichi Handa <handa@m17n.org>
2752
2753 * font.h (font_intern_prop): Prototype adjusted.
2754
2755 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
2756 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
2757 Adjust for the change of font_intern_prop.
9552dbd1 2758
a1562258
SM
2759 * ftfont.c (ftfont_pattern_entity):
2760 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
2761 (w32_registry):
2762 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
2763 the change of font_intern_prop.
2764
8993ad2e
JB
27652008-06-09 Juanma Barranquero <lekktu@gmail.com>
2766
2767 * w32menu.c (digest_single_submenu): Declare extern.
2768
0c2258fc
JR
27692008-06-09 Jason Rumney <jasonr@gnu.org>
2770
a1562258 2771 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 2772
a1562258
SM
2773 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
2774 (parse_single_submenu): Remove.
2775 (digest_single_submenu): Remove.
2776 (syms_of_w32menu): Don't initialise variables that have moved
2777 to menu.c.
2778 (set_frame_menubar): Sync with version in xmenu.c.
2779 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 2780
8993ad2e
JB
2781 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
2782 Make static again.
0c2258fc 2783
02246cb8
JR
27842008-06-09 Jason Rumney <jasonr@gnu.org>
2785
8993ad2e
JB
2786 Changes to w32 files related to the move of common menu code
2787 to menu.c on 2008-06-08 by Chong Yidong.
2788
2789 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
2790 defs to w32gui.h.
2791 (single_keymap_panes, push_menu_item, push_menu_pane):
2792 Make globally visible.
2793
d434fef5
JB
2794 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
2795 (local_free, malloc_widget_value, free_widget_value)
2796 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
2797 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
2798 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 2799 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 2800 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
2801 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
2802 (init_menu_items, finish_menu_items, discard_menu_items)
2803 (grow_menu_items, push_submenu_start, push_submenu_end)
2804 (push_left_right_boundary, push_menu_pane, push_menu_item)
2805 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 2806 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
2807 (update_submenu_strings): Remove functions.
2808 (xmalloc_widget_value): Remove and declare extern.
2809
2810 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
2811 (OBJ1): Build it.
2812
2813 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
2814 (local_heap, local_alloc, local_free, malloc_widget_value)
2815 (free_widget_value): Define here.
02246cb8 2816
9e1bb909
KH
28172008-06-09 Kenichi Handa <handa@m17n.org>
2818
366664ad
KH
2819 * font.h (Qascii_0): Extern it.
2820
9e1bb909
KH
2821 * font.c (Qascii_0): New variable.
2822 (syms_of_font): DEFSYM it.
2823 (font_open_by_name): If the registry "iso8859-1" fails, try also
2824 "ascii-0".
2825
2826 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
2827
b2ee479e
KH
28282008-06-08 Kenichi Handa <handa@m17n.org>
2829
8f440b79 2830 * .gdbinit (xfont): New command.
b2ee479e 2831
01ef9d36
AS
28322008-06-08 Andreas Schwab <schwab@suse.de>
2833
a4240420
AS
2834 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
2835 * Makefile.in (menu.o): Update dependencies.
2836
0181bf66 2837 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
2838 * emacs.c (main): Always call syms_of_menu.
2839 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
2840
c07cbae6
CY
28412008-06-08 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * Makefile.in: Compile menu.c.
2844
2845 * lisp.h: Declare syms_of_menu.
2846
2847 * emacs.c (main): Call syms_of_menu.
2848
2849 * keyboard.h: Relocate platform-independent menu definitions from
2850 xmenu.c.
2851
2852 * menu.c: New file. Relocate platform-independent menu
904d8c69 2853 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
2854
2855 * xmenu.c: Remove platform-independent menu definitions.
2856 (menu_items menu_items_inuse, menu_items_allocated)
2857 (menu_items_used, menu_items_n_panes)
2858 (menu_items_submenu_depth): Move to keyboard.h.
2859 (init_menu_items, finish_menu_items, unuse_menu_items)
2860 (discard_menu_items, restore_menu_items, save_menu_items)
2861 (grow_menu_items, push_submenu_start, push_submenu_end)
2862 (push_left_right_boundary, push_menu_pane, push_menu_item)
2863 (keymap_panes, single_keymap_panes, single_menu_item)
2864 (list_of_panes, list_of_items, find_and_call_menu_selection)
2865 (xmalloc_widget_value, free_menubar_widget_value_tree)
2866 (parse_single_submenu, digest_single_submenu)
2867 (update_submenu_strings): Move to menu.c.
2868
4958ed94
SM
28692008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
2872
408b8ab4
MB
28732008-06-06 Miles Bader <miles@gnu.org>
2874
2875 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
2876 face, not frame default.
2877
87478b52
SM
28782008-06-05 Martin Rudalics <rudalics@gmx.at>
2879
2880 * window.c (pop_up_windows, pop_up_frames)
2881 (display_buffer_reuse_frames, Vpop_up_frame_function)
2882 (Vdisplay_buffer_function, Veven_window_heights)
2883 (Vspecial_display_buffer_names, Vspecial_display_regexps)
2884 (Vspecial_display_function, Vsame_window_buffer_names)
2885 (Vsame_window_regexps, split_height_threshold)
2886 (Vsplit_window_preferred_function): Move those vars to window.el.
2887 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
2888 (Fdisplay_buffer): Move those functions to window.el.
2889 (syms_of_window): Remove corresponding declarations.
2890 (display_buffer): New function.
2891 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
2892 * dispnew.c (Flast_nonminibuf_frame): New function.
2893 * buffer.c (Fpop_to_buffer): Move to window.el.
2894
9e0e0d77
SM
28952008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
2898
4a485df8
KH
28992008-06-05 Kenichi Handa <handa@m17n.org>
2900
2901 * coding.c (detect_coding): Fix previous change.
2902 (detect_coding_system): Likewise.
2903
8ba31f36
SM
29042008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2905
c0dc8f64
SM
2906 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
2907
8ba31f36
SM
2908 * keymap.c (Vminibuffer_local_filename_must_match_map):
2909 Rename from Vminibuffer_local_must_match_filename_map.
2910 (syms_of_keymap):
2911 * minibuf.c (Fcompleting_read): Adjust accordingly.
2912 * commands.h: Rename declaration as well.
2913
7740d2c7
KH
29142008-06-05 Kenichi Handa <handa@m17n.org>
2915
e7438ece
KH
2916 * font.c (Ffont_spec): Don't use font_parse_family_registry for
2917 family name.
2918 (Ffont_put): Likewise.
2919
2920 * fontset.c (fontset_find_font): Call font_open_for_lface with the
2921 current font-spec.
2922
7740d2c7
KH
2923 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
2924 is unspecified.
2925
2926 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
2927 are the same as those of default face, realize a new fontset from
2928 default->fontset.
9e0e0d77 2929 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 2930
c876b227
SM
29312008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
2934 (move_it_in_display_line): New wrapper.
2935
2936 * window.c (window_scroll_pixel_based_preserve_x)
2937 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
2938 (window_scroll_pixel_based, window_scroll_line_based):
2939 Use them to preserve column positions.
2940 (syms_of_window): Initialize them.
2941
2942 * indent.c (Fvertical_motion): Extend first arg to allow passing an
2943 (HPOS . VPOS) pair.
2944
2945 * dispextern.h (move_it_in_display_line): Declare.
2946
927abf37
JB
29472008-06-05 Juanma Barranquero <lekktu@gmail.com>
2948
2949 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
2950 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
2951 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
2952
9d14503e
JB
29532008-06-04 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * window.c (Fset_window_parameter): Doc fix.
2956 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2957
e6841c3b
JB
29582008-06-04 Joakim Verona <joakim@verona.se>
2959
2960 * window.h (struct window): Add new member window_parameters.
2961
2962 * window.c (Fwindow_parameters, Fwindow_parameter)
2963 (Fset_window_parameter): New defuns.
2964 (syms_of_window): Defsubr the new defuns.
2965 (make_window): Initialize window_parameters to nil.
2966
4ba50634
JPW
29672008-06-04 John Paul Wallington <jpw@pobox.com>
2968
2969 * eval.c (Fdefmacro): Doc fix.
2970
c0e16b14
KH
29712008-06-04 Kenichi Handa <handa@m17n.org>
2972
2973 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 2974 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
2975 (detect_coding_system): Fix handling of coding->head_ascii.
2976
0615d903
AS
29772008-06-03 Andreas Schwab <schwab@suse.de>
2978
2979 * font.c (font_prop_validate_spacing): Fix last change.
2980
8a1816bb
KH
29812008-06-03 Kenichi Handa <handa@m17n.org>
2982
eea9c5c4
KH
2983 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
2984 (font_parse_fcname): Fix handling of unknown key.
2985
2986 * xfont.c (xfont_list): Try an alias.
2987
8a1816bb
KH
2988 * charset.c (char_charset): Return NULL if the arg charset_list is
2989 specified and C doesn't belong to any of them.
2990
2f593f4c 29912008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
2992
2993 * font.c (font_pixel_size): Don't take cdr of an integer.
2994
c2cd06e6
JM
29952008-06-02 Jim Meyering <meyering@redhat.com>
2996
70fdbb46
JM
2997 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2998 * alloc.c (xfree): Return right away for a NULL arg.
2999 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
3000 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
3001 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
3002 (create_apple_event_from_drag_ref, cfstring_create_normalized):
3003 Likewise.
70fdbb46
JM
3004 * doprnt.c (doprnt1): Likewise.
3005 * frame.c (frame): Likewise.
3006 * keyboard.c (wipe_kboard): Likewise.
1f204af3 3007 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
3008 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
3009 * term.c (tty_default_color_capabilities, maybe_fatal)
3010 (delete_tty): Likewise.
3011 * w16select.c (string): Likewise.
3012 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
3013 * w32bdf.c (w32_free_bdf_font): Likewise.
3014 * w32fns.c (w32_unload_font): Likewise.
3015 * w32font.c (w32font_close): Likewise.
3016 * window.c (size_window): Likewise.
3017 * xselect.c (receive_incremental_selection): Likewise.
3018 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
3019 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
3020 * w32.c (stat): Likewise.
3021
2f593f4c 3022 Remove useless if-before-free tests.
70fdbb46
JM
3023 * editfns.c (Fset_time_zone_rule): Likewise.
3024 * lread.c (nosuffix): Likewise.
3025 * ralloc.c (get_bloc): Likewise.
3026 * regex.c (reg_free): Likewise.
3027 * xftfont.c (xftfont_open, xftfont_close): Likewise.
3028 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
3029 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 3030
4fc1984a
KH
30312008-06-02 Kenichi Handa <handa@m17n.org>
3032
1d1e1245
KH
3033 * font.c (font_find_for_lface): Handle float font size.
3034 (font_open_for_lface): Likewise.
3035
4fc1984a
KH
3036 * xfaces.c (x_supports_face_attributes_p): Check face->font before
3037 comparing the properties.
3038
aee986fd
JR
30392008-06-01 Jason Rumney <jasonr@gnu.org>
3040
e6841c3b
JB
3041 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
3042 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
3043 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
3044 Don't add empty script list.
3045 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 3046
60a3d7ee
DN
30472008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3048
aee986fd 3049 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
3050 ".." has been used elsewhere in the file for a long time.
3051 (LIBXT_STATIC): Remove conditional based on unused variable.
3052
f2cec7a9
MB
30532008-06-01 Miles Bader <miles@gnu.org>
3054
3055 * xfaces.c (Vface_remapping_alist): New variable.
3056 (syms_of_xfaces): Initialize it.
3057 (enum named_merge_point_kind): New type.
3058 (struct named_merge_point): Add `named_merge_point_kind' field.
3059 (push_named_merge_point): Make cycle detection respect different
3060 named-merge-point kinds.
c876b227 3061 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
3062 Remove face-name alias resolution.
3063 (lface_from_face_name): New definition using
3064 `lface_from_face_name_no_resolve'.
c876b227 3065 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
3066 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
3067 (get_lface_attributes): New definition that layers face-remapping on
3068 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
3069 (lookup_basic_face): New function.
3070 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
3071 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
3072 `get_lface_attributes'.
3073 (face_at_buffer_position): Use `lookup_basic_face' to lookup
3074 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
3075 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
3076
3077 * xdisp.c (init_iterator): Pass base_face_id through
3078 `lookup_basic_face' when we actually use it as a face-id.
3079 (handle_single_display_prop): Use `lookup_basic_face' to lookup
3080 DEFAULT_FACE_ID.
3081
3082 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
3083 lookup the initial face-id.
3084
3085 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
3086
518c0b83
JB
30872008-06-01 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
3090 (Fremove_text_properties): Fix typos in docstrings.
3091
719b3d63
KH
30922008-05-31 Kenichi Handa <handa@m17n.org>
3093
e4c93315
KH
3094 * font.c (font_list_entities): Fix the car part of data to be
3095 stored in the cache.
3096
719b3d63
KH
3097 * ftfont.c (ftfont_font_format): Don't use strcasestr.
3098
d0827857
SM
30992008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
3102 Add a `test' argument so another predicate than `equal' can be used.
3103 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
3104 (map_char_table): Remove unused vars `c' and `i'.
3105 * lisp.h (Foptimize_char_table): Adjust declaration.
3106 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
3107
a266686a
KH
31082008-05-30 Kenichi Handa <handa@m17n.org>
3109
d0827857 3110 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
3111 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
3112 defined.
3113
fd9440c5
SM
31142008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
3117 (Fmake_variable_frame_local): Disallow mixing buffer-local and
3118 frame-local settings for the same variable.
3119
fd2ae9b2
KH
31202008-05-30 Kenichi Handa <handa@m17n.org>
3121
9e0e0d77 3122 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
3123 (syms_of_fontset): Delete defsubr of Sfont_info.
3124
3125 * font.c (font_style_to_value, font_score): Delete casting of the
3126 args to xstcasecmp.
3127 (register_font_driver): Increment num_font_drivers only when
3128 registering the driver globally.
9e0e0d77 3129 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
3130 (syms_of_font): Defsubr Sfont_info.
3131
eaf11618
KH
31322008-05-29 Kenichi Handa <handa@m17n.org>
3133
3134 * coding.h (enum define_coding_utf8_arg_index): New enum.
3135 (enum coding_attr_index): Change coding_attr_utf_16_bom to
3136 coding_attr_utf_bom.
fd9440c5
SM
3137 (enum utf_bom_type): Rename from utf_16_bom_type.
3138 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
3139 (struct coding_system): Add utf_8_bom in `spec' union.
3140
3141 * coding.c (CODING_UTF_8_BOM): New macro.
3142 (enum coding_category): Delete coding_category_utf_8, add
3143 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
3144 coding_category_utf_8_sig.
3145 (CATEGORY_MASK_UTF_8): Delete it.
3146 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
3147 (CATEGORY_MASK_UTF_8_SIG): New macros.
3148 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
3149 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
3150 CATEGORY_MASK_UTF_8_SIG.
3151 (CATEGORY_MASK_UTF_8): New macro.
3152 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
3153 (detect_coding_utf_8): Check BOM.
3154 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 3155 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
3156 (encode_coding_utf_16): Likewise.
3157 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
3158 (detect_coding, detect_coding_system): Handle utf-8-auto.
3159 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
3160 (syms_of_coding): Fix setting up of Vcoding_category_table.
3161
891bd142
SM
31622008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * process.c (Faccept_process_output): If `millisec' is non-nil,
3165 `seconds' default to 0.
3166 (wait_reading_process_output): Also return non-nil if we read output
3167 from a non-running process.
3168
1519d52e
JR
31692008-05-29 Jason Rumney <jasonr@gnu.org>
3170
fd9440c5
SM
3171 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
3172 `raster' specified.
3173 (add_font_entity_to_list): Allow non-opentype truetype fonts back
3174 in the uniscribe backend, but disallow any font that has no
3175 unicode subrange support.
1519d52e 3176
d5ab09cd
JB
31772008-05-29 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
3180 Fix typos in docstrings.
3181
a4eec626
KH
31822008-05-29 Kenichi Handa <handa@m17n.org>
3183
3184 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 3185 (Fx_family_fonts): Set frame correctly.
a4eec626 3186
a6e0b7e5
JR
31872008-05-28 Jason Rumney <jasonr@gnu.org>
3188
d5ab09cd 3189 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 3190
6b3d752c
SM
31912008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
3194 calling build_annotations.
3195
c3f9fba8
JB
31962008-05-28 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * coding.c (Fdecode_coding_region, Fencode_coding_region)
3199 (Fencode_coding_string):
3200 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
3201 <latin-extra-code-table>: Fix typos in docstrings.
3202 (syms_of_coding) <coding-system-alist>: Doc fix.
3203 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
3204
00c670e1
KH
32052008-05-28 Kenichi Handa <handa@m17n.org>
3206
b75d7f28
KH
3207 * fontset.c (Ffont_info): Don't call font_close_object.
3208
3209 * font.c (font_parse_family_registry): Use Ffont_put to validate
3210 foundry and family.
3211 (font_delete_unmatched): Don't check spacing.
3212 (font_list_entities): Add spacing to the spec to list fonts.
3213
3214 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 3215 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 3216
00c670e1
KH
3217 * coding.c (encode_coding_raw_text): Fix previous change.
3218 (encode_coding_object): When the dst_object is a buffer and is
3219 different from src_object, move gap to PT.
3220
45feca91
CY
32212008-05-27 Chong Yidong <cyd@stupidchicken.com>
3222
c3f9fba8 3223 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 3224
5dd5d9eb
SM
32252008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3226
01d45367
SM
3227 * coding.c (encode_coding_raw_text): Set coding->produced_char for
3228 all branches. Compute it differently.
3229
5dd5d9eb
SM
3230 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
3231
9c623c85
JB
32322008-05-27 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
3235 into "else if () ... else ...".
3236
943f2093
JR
32372008-05-27 Jason Rumney <jasonr@gnu.org>
3238
5dd5d9eb
SM
3239 * w32font.c (w32font_open_internal): Determine if glyph indices
3240 are likely to work here.
943f2093 3241
7385fe74
CY
32422008-05-27 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
3245 draw overlap glyphs with appropriate highlighting.
3246
4f64a164
KH
32472008-05-27 Kenichi Handa <handa@m17n.org>
3248
3249 * xfont.c (xfont_open): Fix calculation of font->average_width.
3250
1fb5aad7
SM
32512008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * casefiddle.c (casify_object): Try to guess better whether the
3254 argument is a byte or a char.
3255
f8eb1603
AS
32562008-05-26 Andreas Schwab <schwab@suse.de>
3257
1fb5aad7
SM
3258 * xselect.c (x_reply_selection_request): Properly handle format == 32.
3259 Always send multiples of format size.
5a9c35e5 3260
f8eb1603
AS
3261 * xterm.c (x_set_frame_alpha): Fix type mismatch.
3262
ba93d684
JR
32632008-05-26 Jason Rumney <jasonr@gnu.org>
3264
1fb5aad7
SM
3265 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
3266 (compute_metrics): Don't set failure if we just cleared the cache.
3267 (w32_weight_table): Remove unused variable.
3268 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
3269 backwards compatibility.
ba93d684 3270
505ecc49
KH
32712008-05-25 Kenichi Handa <handa@m17n.org>
3272
1fb5aad7
SM
3273 * w32term.c (x_draw_glyph_string):
3274 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
3275
3276 * xfaces.c: Delete unused function prototypes.
3277 (xstrlwr, font_frame): Delete them.
3278 (clear_face_cache): Delete unused variable.
3279
1fb5aad7
SM
3280 * xftfont.c (xftfont_open): Delete unused variable.
3281 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
3282
3283 * ftxfont.c (ftxfont_open): Delete unused variable.
3284
3285 * fontset.c (face_for_char): Optimize for the case of no charset
3286 property.
3287
3288 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
3289 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
3290 (otf_open, font_otf_capability, generate_otf_features)
3291 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 3292 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
3293 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
3294 (syms_of_font): Codes for accessing above commented out.
3295
f481eb31
EZ
32962008-05-24 Eli Zaretskii <eliz@gnu.org>
3297
3298 * w32proc.c: Include dispextern.h.
3299
3300 * w32.c: Include dispextern.h.
3301
20746fe4
JB
33022008-05-23 Juanma Barranquero <lekktu@gmail.com>
3303
3304 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
3305 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
3306 Fix typos in docstrings.
3307
e7150846
JR
33082008-05-23 Jason Rumney <jasonr@gnu.org>
3309
20746fe4 3310 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 3311
dbf46ba6
KH
33122008-05-23 Kenichi Handa <handa@m17n.org>
3313
6c652beb
KH
3314 * charset.c (Qemacs, charset_emacs): New variables.
3315 (char_charset): Fix for non-Unicode characters.
3316 (syms_of_charset): Define charset_emacs.
3317
baf4d3b3 3318 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
3319 s->underline_thickness and s->underline_position. Be sure to draw
3320 underline within the current line area.
baf4d3b3
KH
3321
3322 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 3323 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 3324 underline within the current line area.
baf4d3b3 3325
dbf46ba6
KH
3326 * fontset.c: Delete unused variables and add casting for char *
3327 throughout the file.
3328 (fontset_font): Try the fallback fonts of the current fontset
3329 before consulting the default fontset.
3330
3331 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
3332
9e0e0d77 3333 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 3334
3b780338
JR
33352008-05-22 Jason Rumney <jasonr@gnu.org>
3336
20746fe4 3337 * font.c: Don't include strings.h.
577eba22 3338
9e0e0d77 3339 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 3340
20746fe4
JB
3341 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
3342 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
3343 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
3344 to call xstrcasecmp.
05131107 3345
b1722a46 3346 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 3347
b1722a46 3348 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 3349
b1722a46 3350 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 3351
b1722a46 3352 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 3353
a30e1957
KH
33542008-05-22 Kenichi Handa <handa@m17n.org>
3355
20746fe4 3356 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 3357
20746fe4 3358 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
3359 change of font_style_table.
3360
a30e1957
KH
3361 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
3362 two args.
3363
3364 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
3365 two args.
3366
631248e5
SM
33672008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * minibuf.c (keys_of_minibuf): Delete.
3370 * lisp.h (keys_of_minibuf): Delete.
3371 * emacs.c (main): Don't call keys_of_minibuf.
3372
318548be
KH
33732008-05-22 Kenichi Handa <handa@m17n.org>
3374
631248e5 3375 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
3376 ftfont_list_generic_family. Return a single family for each
3377 generic family.
3378 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
3379 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
3380 Call font_add_log.
318548be
KH
3381 (ftfont_match): Call font_add_log.
3382
3383 * font.h (Ffont_xlfd_name): EXFUN adjusted.
3384 (FONT_DEBUG): Define it.
3385 (font_add_log): Extern it.
631248e5 3386 (font_assert): Rename from xassert.
318548be
KH
3387
3388 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
3389 (xfont_list_family): Call font_add_log.
3390 (xfont_match): Likewise.
631248e5 3391 (memq_no_quit): Delete.
318548be
KH
3392
3393 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
3394 call of Ffont_xlfd_name.
3395
3396 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 3397 (swidth_table): Move to font.c.
318548be
KH
3398
3399 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 3400 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
3401 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
3402 New variables.
631248e5
SM
3403 (struct table_entry): Move from xfaces.c and modified.
3404 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 3405 contents adjusted for the change of struct table_entry.
20746fe4 3406 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 3407 format change of font_style_table.
318548be
KH
3408 (font_parse_family_registry): Don't overwrite existing foundry and
3409 family of font_spec.
3410 (font_score): Fix calculation of diff for sizes.
3411 (font_sort_entites): Call font_add_log.
3412 (font_delete_unmatched): Return a newly created list.
3413 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
3414 (font_matching_entity, font_open_entity, font_close_entity):
3415 Call font_add_log.
318548be 3416 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 3417 (Finternal_set_font_style_table): Delete.
318548be
KH
3418 (BUILD_STYLE_TABLE): New macro.
3419 (build_style_table): New function.
3420 (Vfont_log, font_log_env_checked): New variables.
3421 (font_add_log): New function.
3422 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
3423 Declare Lisp variables "font-weight-table", "font-slant-table",
3424 "font-width-table", and "font-log". Initialize font_style_table.
3425
6aac1c03
DN
34262008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
3427
bcc850aa 3428 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 3429
7950790f
GM
34302008-05-21 Seiji Zenitani <zenitani@mac.com>
3431 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 3432
7950790f 3433 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 3434 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 3435 (x_set_alpha): New function.
a2979e8e 3436
7950790f 3437 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 3438
7950790f
GM
3439 * xfns.c (x-create-frame, Qalpha):
3440 Initialize the frame parameter `alpha'.
b9fb2c45
GM
3441 * xterm.c (OPAQUE, OPACITY): New.
3442 (x_set_frame_alpha): New function.
3443 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 3444
7950790f
GM
3445 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
3446 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 3447
5c2a72d9
JR
34482008-05-20 Jason Rumney <jasonr@gnu.org>
3449
20746fe4
JB
3450 * w32font.c (add_font_entity_to_list): Don't add non-opentype
3451 truetype fonts to opentype list.
5c2a72d9 3452
eb152aa9
JB
34532008-05-20 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * fontset.c (Ffontset_info): Doc fix.
3456 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
3457 <ignore-relative-composition>: Fix typos in docstrings.
3458
3459 * font.c (syms-of-font) <font-encoding-alist>:
3460 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
3461 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
3462 (Ffont_otf_alternates): Doc fixes.
3463
ad00e1a3
KH
34642008-05-20 Kenichi Handa <handa@m17n.org>
3465
3466 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
3467 font.h through out the file.
9e0e0d77 3468 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 3469 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
3470 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
3471
3472 * emacs.c (main): Call syms_of_font unconditionally.
3473
3474 * font.h (find_font_encoding): Extern it.
3475
9e0e0d77 3476 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
3477 fontset.c.
3478 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
3479 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
3480 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
3481 only when HAVE_WINDOW_SYSTEM is defined.
3482 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
3483 when HAVE_WINDOW_SYSTEM is defined.
3484
9e0e0d77
SM
3485 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
3486 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
3487
3488 * xfaces.c: Include font.h unconditionally.
3489 (merge_face_ref, merge_face_vectors)
3490 (Finternal_set_lisp_face_attribute): Cancel the previous change.
3491
40a69fac
SM
34922008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
3495 indirect_variable.
3496 * eval.c (lisp_indirect_variable): New fun.
3497 (Fuser_variable_p): Use it.
3498
8c2dccbf
SM
34992008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3500
ad97b375
SM
3501 * lisp.h (indirect_variable):
3502 * data.c (indirect_variable, let_shadows_buffer_binding_p):
3503 Use Lisp_Symbol pointers rather than Lisp_Object.
3504 Adjust callers.
3505 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
3506 To this end, change calling-convention.
3507
8c2dccbf
SM
3508 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
3509 if some non-hidden buffers are selected by string&pred.
3510
ad97b375
SM
35112008-05-19 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * process.c (wait_reading_process_output): Always check status
3514 when in batch mode.
3515
25b81df4
KH
35162008-05-19 Kenichi Handa <handa@m17n.org>
3517
3518 * font.c (font_list_entities): Fix handling of cache.
3519 (font_matching_entity): Likewise.
3520
8c2dccbf 3521 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 3522 (ft_face_cache): New variable.
1f204af3 3523 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 3524 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
3525 (fc_charset_table): New variable.
3526 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
3527 . FC_CHARSET_IDX) as :font-entity property in the font entity.
3528 Callers changed.
dde8403f 3529 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
3530 (ftfont_spec_pattern): New argument fc_charset_idx.
3531 Check registry more rigidly. Change callers.
a2979e8e 3532 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
3533 change of :font-entity property of the font.
3534
a2979e8e 3535 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
3536 property of the font.
3537
d4a1d553
JB
35382008-05-18 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * coding.c (Fcoding_system_p): Rename argument to match docstring.
3541 (Funencodable_char_position, Fcheck_coding_systems_region)
3542 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
3543 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
3544 (Ffind_operation_coding_system, Fset_coding_system_priority)
3545 (Fcoding_system_eol_type): Doc fixes.
3546
07cfc4e7
GM
35472008-05-17 Glenn Morris <rgm@gnu.org>
3548
3549 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
3550
1cab27d2
EZ
35512008-05-16 Eli Zaretskii <eliz@gnu.org>
3552
3553 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
3554 and st_gid.
3555
dde8403f 3556 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
3557 HAVE_WINDOW_SYSTEM is not defined.
3558
3559 * xfaces.c (merge_face_ref, merge_face_vectors)
3560 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
3561 HAVE_WINDOW_SYSTEM is defined.
3562 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
3563
86b89713
SM
35642008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
3567
6750bd93
YM
35682008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3569
62867b11 3570 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 3571
79f105c9
KH
35722008-05-15 Kenichi Handa <handa@m17n.org>
3573
3574 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
3575 preference.
3576
6b33da9f
GM
35772008-05-15 Glenn Morris <rgm@gnu.org>
3578
3579 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
3580
d0e4433b
CY
35812008-05-15 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * fns.c (init_fns): Don't initialize weak_hash_tables here.
3584 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
3585
3586 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
3587
5f2d79e0
KH
35882008-05-15 Kenichi Handa <handa@m17n.org>
3589
fd8a1cae
KH
3590 * ftfont.c (ftfont_list): Downcase family name to check generic
3591 families.
3592
3593 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
3594 font-spec for QCfont value.
3595
5f2d79e0
KH
3596 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
3597 buffer. Check the return value of it.
3598
e5e29349
JR
35992008-05-14 Jason Rumney <jasonr@gnu.org>
3600
3601 * w32term.c (w32_get_glyph_overhangs): Remove.
3602 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
3603
1f09f444
KH
36042008-05-14 Kenichi Handa <handa@m17n.org>
3605
3606 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
3607 (font_clear_cache): Check if the cached vector of entities is nil
3608 or not.
1f09f444 3609
ecae6af9 36102008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
3611
3612 * emacs.c (main_thread): Conditionalize on
3613 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3614 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
3615
3616 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
3617 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
3618 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
3619
c6b278e7
KH
36202008-05-14 Kenichi Handa <handa@m17n.org>
3621
3622 * coding.c (detect_coding_iso_2022): Ignore a coding category that
3623 has no corresponding coding system.
3624
36252008-05-14 Jason Rumney <jasonr@gnu.org>
3626
3627 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
3628
3629 * w32font.h (w32font_open_internal): Update declaration.
3630
3631 * w32font.c (w32font_open_internal): Change last argument from
3632 w32font_info struct to font object. Fill in font object from
3633 font_entity. Get Outline metrics if possible. Use them to
3634 calculate underline position and thickness. Use xlfd name as name
3635 property. Don't set codepage.
3636 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 3637 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
3638 (w32font_draw): Use s->font.
3639 (clear_cached_metrics): Don't clear non-existent blocks.
3640
3641 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
3642 font was not found.
a879ee6f 3643 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
3644
3645 * w32uniscribe.c (uniscribe_open): Pass font_object to
3646 w32font_open_internal.
3647
36482008-05-14 Kenichi Handa <handa@m17n.org>
3649
3650 These changes are to delete all legacy font-handling codes, and
3651 make Emacs use only font-backends.
3652
3653 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
3654 (frame.o, image.o, print.o): Depend on $(FONTSRC).
3655
3656 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
3657
3658 * charset.h (Vcharset_non_preferred_head)
3659 (Vcurrent_iso639_language): Extern them.
3660
3661 * charset.c (Vcharset_non_preferred_head): New variable.
3662 (Vcurrent_iso639_language): New variable.
3663 (syms_of_charset): Declare it as a Lisp variable.
3664 (char_charset): Don't check non preferred charsets. As a last
3665 resort, return charset_unicode.
3666 (Fset_charset_priority): Update Vcharset_non_preferred_head.
3667
3668 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
3669 conditionals. Don't check enable_font_backend. Delete all codes
3670 used only when USE_FONT_BACKEND is not defined.
3671
3672 * dispextern.h (struct glyph_string): Change type of `font' to
3673 `struct font *'.
3674 (struct glyph_string): New member underline_position and
3675 underline_thickness.
3676 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
3677 (struct face): Change type of `font' to `struct font *'. Remove
3678 members `font_name', `font_info_id'.
3679 (per_char_metric, encode_char): Delete externs.
3680 (calc_pixel_width_or_height): Adjust the prototype.
3681
3682 * emacs.c (enable_font_backend): Delete extern.
3683 (main): Don't set enable_font_backend. Don't check the command
3684 line argument "-disable-font-backend".
3685
3686 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
3687 (enum font_property_index): New members FONT_DPI_INDEX,
3688 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
3689 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
3690 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
3691 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
3692 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
3693 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
3694 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
3695 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
3696 (struct font_spec, struct font_entity): New structs.
3697 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
3698 (struct font): Many members from old "struct font_info" moved to
3699 here. Members font and entity deleted.
3700 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
3701 the new font-related objects.
3702 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
3703 (CHECK_FONT_GET_OBJECT): Likewise.
3704 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
3705 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
3706 (struct font_driver): New members case_sensitive anc check. Type
3707 of the member list and open changed.
3708 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
3709 (font_symbolic_width, font_find_object, font_get_spec)
3710 (font_set_lface_from_name): Delete extern.
20746fe4 3711 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
3712
3713 * font.c: Include <strings.h>.
3714 (enable_font_backend): Delete it.
3715 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
3716 (CHECK_VALIDATE_FONT_SPEC): Delete it.
3717 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
3718 (null_string): Delete it.
3719 (null_vector): Make it static.
3720 (font_family_alist): Delete it.
3721 (Qnormal): Extern it.
3722 (QCextra, QClanguage): Delete it.
1f204af3 3723 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
3724 (font_make_spec, font_make_entity, font_make_object)
3725 (font_intern_prop): Renamed from intern_downcase. Don't downcase
3726 the string. Callers changed.
3727 (font_pixel_size): Adjusted for the format change of font-related
3728 objects.
3729 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
3730 (font_style_to_value, font_style_symbolic): New function.
3731 (build_font_family_alist): Delete it.
3732 (font_registry_charsets): Use Fassoc_string instead of
3733 assq_no_quit.
3734 (font_prop_validate_symbol): Don't return null_string.
3735 (font_prop_validate_style): Adjusted for the change of
3736 style-related values in a font vector.
20746fe4 3737 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
3738 QCantialias, add entries for QCavgwidth.
3739 (get_font_prop_index): Delete the 2nd argument FROM.
3740 (font_prop_validate): Arguments changed.
3741 (font_put_extra): Adjusted for the change of font-related objects.
3742 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
3743 (font_parse_fcname, font_unparse_fcname)
3744 (font_prepare_composition): Likewise.
3745 (font_parse_family_registry): Renamed from font_merge_old_spec.
3746 (otf_open): Delete the 1st arg entity.
3747 (font_otf_capability): Adjusted for the above change.
3748 (font_score): New arg alternate_families. Adjusted for the change
3749 of font-related objects.
3750 (font_sort_entites): New arg best_only.
3751 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
3752 Delete them.
3753 (font_match_p): Check alternate families.
3754 (font_find_object): Delete it.
3755 (font_check_object): New function.
c3f9fba8 3756 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
3757 (font_delete_unmatched): New arg.
3758 (font_list_entities): Call font_driver->list with a spec that
3759 doesn't specify style-related properties.
3760 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 3761 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
3762 (font_close_object, font_has_char, font_encode_char)
3763 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
3764 (font_spec_from_name, font_clear_prop, font_update_lface):
3765 New functions.
3766 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
3767 (font_prepare_for_face, font_done_for_face, font_open_by_name)
3768 (font_at): Adjusted for the change of font-related objects.
3769 (font_range): New function.
3770 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 3771 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
3772 (Fcopy_font_spec, Fmerge_font_spec): New function.
3773 (Ffont_family_list): Renamed from list-families.
3774 (Finternal_set_font_style_table): Arguments changed.
3775 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
3776 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
3777 change of font-related objects.
c3f9fba8 3778 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 3779
3554e566 3780 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
3781 struct font.
3782 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
3783 (enum FONT_SPEC_INDEX): Delete it.
3784 (font_info, list_fonts_func, load_font_func, query_font_func)
3785 (set_frame_fontset_func, find_ccl_program_func)
3786 (get_font_repertory_func, new_fontset_from_font_name): Delete
3787 externs.
3788 (fontset_from_font_name): Extern it.
3789 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
3790 (FONT_INFO_FROM_FACE): Deleted.
3791 (face_for_font): Adjust prototype.
3792
3793 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
3794 conditionals. Don't check enable_font_backend. Delete all codes
3795 used only when USE_FONT_BACKEND is not defined.
3796 (get_font_info_func, list_font_func, load_font_func)
3797 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
3798 (get_font_repertory_func): Delete them.
3799 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
3800 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
3801 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
3802 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
3803 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
3804 (fontset_compare_rfontdef): New function.
3805 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
3806 ront-defs by qsort. Adjusted for the change of font-group vector.
3807 (load_font_get_repertory): Deleted.
3808 (fontset_find_font): Use new macros to ref/set elements of
3809 font-def and rfont-def.
3810 (fontset_font): Fix the timing of remembering that no font for C.
3811 (free_face_fontset): Do nothing if the face has no fontset.
3812 (face_suitable_for_char_p): Use new macros to ref/set elements of
3813 rfont-def.
3814 (face_for_char): Likewise. Call face_for_char with font_object.
3815 (fs_load_font): Delete. Delete #pragma surrounding it.
3816 (fs_query_fontset): Use strcasecmp instead of strcmp.
3817 (generate_ascii_font_name): Adjusted for the format change of
3818 font-spec.
3819 (Fset_fontset_font): Likewise. Use new macros to set elements of
3820 font-def.
3821 (Fnew_fontset): Use font_unparse_xlfd to generate
3822 FONTSET_ASCII (fontset).
3823 (new_fontset_from_font_name): Deleted.
3824 (fontset_from_font): Renamed from new_fontset_from_font. Check if
3825 a fontset is already created for the font. FIx updating of
3826 Vfontset_alias_alist.
3827 (fontset_ascii_font): Deleted.
3828 (Ffont_info): Adjusted for the format change of font-spec.
3829 (Finternal_char_font): Likewise.
3830 (Ffontset_info): Likewise.
3831 (syms_of_fontset): Don't check load_font_func.
3832
3833 * fns.c (internal_equal): Handle PREV_FONT.
3834
3835 * frame.h: Delete USE_FONT_BACKEND conditional.
3836
3837 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
3838 conditionals. Don't check enable_font_backend. Delete all codes
3839 used only when USE_FONT_BACKEND is not defined.
3840 (x_set_font): Call x_new_font, not x_new_fontset2.
3841 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
3842 already set for the frame.
3843
3844 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
3845 a font-entity by font_make_entity. Use font_intern_prop instead
3846 of intern_downcase. Use FONT_SET_STYLE to set a style-related
3847 font property. If a font is scalable, set avgwidth property to 0.
3848 Set font-entity property by font_put_extra.
3849 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
3850 (ffont_driver): Adjusted for the change of struct font_driver.
3851 (ftfont_spec_pattern): New function.
3852 (ftfont_list): Return a list, not vector.
3853 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
3854 (ftfont_list_family): Don't downcase names.
3855 (ftfont_free_entity): Deleted.
3856 (ftfont_open): Return a font-ojbect. Adjusted for the change of
3857 struct font. Get underline_thickness and underline_position from
3858 font property. Don't update dpyinfo->smallest_font_height and
3859 dpyinfo->smallest_char_width.
3860 (ftfont_close): Don't free `struct font'.
3861 (ftfont_has_char): Adjusted for the format change of font-entity.
3862 (ftfont_encode_char, ftfont_text_extents): Likewise.
3863
3864 * ftxfont.c (ftxfont_list): Return a list, not vector.
3865 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
3866 struct font. Get underline_thickness and underline_position from
3867 font property. Don't update dpyinfo->smallest_font_height and
3868 dpyinfo->smallest_char_width.
3869 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
3870 (ftxfont_draw): Adjusted for the change of struct font.
3871
3872 * image.c (image_ascent): Don't include "charset.h". Include
3873 "character.h" and "font.h".
3874
3875 * lisp.h (enum pvec_type): New member PREV_FONT.
3876 (Fassoc_string): EXFUN it.
3877
3878 * print.c: Include font.h.
3879 (print_object): Handle font-related objects.
3880
3881 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
3882 conditionals. Don't check enable_font_backend. Delete all codes
3883 used only when USE_FONT_BACKEND is not defined.
3884 (handle_auto_composed_prop): Do nothing if it->f is not on a
3885 window system. Check how many following characters can be
3886 displayed by the same font.
3887 (calc_pixel_width_or_height): Type of the 4th arg is changed to
3888 'struct font *'.
3889 (get_char_face_and_encoding): Assign the whole encoding task to
3890 the `encode-char' method of a font driver.
3891 (fill_composite_glyph_string): Adjusted for the change of `struct
3892 face' and `struct glyph_string'.
3893 (fill_glyph_string): Likewise.
3894 (get_per_char_metric): Arguments changed.
3895 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
3896 and `struct glyph_string'.
3897 (produce_stretch_glyph, calc_line_height_property)
3898 (x_produce_glyphs): Likewise.
3899
3900 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
3901 conditionals. Don't check enable_font_backend. Delete all codes
3902 used only when USE_FONT_BACKEND is not defined. Use
3903 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
3904 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
3905 (Qp): Extern them.
3906 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
3907 Deleted.
3908 (struct font_name): Deleted.
3909 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
3910 (compare_fonts_by_sort_order): New function.
3911 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
3912 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
3913 Deleted.
3914 (Fx_family_fonts): Use font_list_entities, and sort fonts by
3915 compare_fonts_by_sort_order.
3916 (Fx_font_family_list): Call Ffont_family_list.
3917 (face_numeric_value, face_numeric_weight, face_numeric_slant)
3918 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
3919 (face_symbolic_slant, face_symbolic_swidth)
3920 (split_font_name_into_vector, build_font_name_from_vector)
3921 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
3922 (font_rescale_ratio, split_font_name, build_font_name)
3923 (free_font_names, sort_fonts, x_face_list_fonts)
3924 (face_font_available_p, sorted_font_list, cmp_font_names)
3925 (font_list_1, concat_font_list, font_list, remove_duplicates):
3926 Deleted.
3927 (Fx_list_fonts): Use Ffont_list.
3928 (LFACE_AVGWIDTH): Deleted.
3929 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
3930 by FONTP.
3931 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
3932 (set_lface_from_font_name): Delete it.
3933 (set_lface_from_font): Renamed from
3934 set_lface_from_font_and_fontset. Caller changed. Don't set
3935 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
3936 for face.
c3f9fba8
JB
3937 (merge_face_vectors): Copy font-spec if necessary.
3938 Clear properties of the font-spec if necessary.
c6b278e7
KH
3939 (merge_face_ref): Clear properties of the font-spec if necessary.
3940 (Finternal_set_lisp_face_attribute): Likewise.
3941 (set_font_frame_param): Use font_load_for_lface to load a
3942 font-object, and call Fmodify_frame_parameters with it.
3943 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
3944 font name by Ffont_xlfd_name.
3945 (Finternal_lisp_face_attribute_values): Don't check QCweight,
3946 QCslant, and QCwidth.
3947 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
3948 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
3949 Compare fonts by EQ.
3950 (lookup_non_ascii_face): Deleted.
3951 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
3952 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
3953 Check atomic font properties by case insensitive.
c6b278e7
KH
3954 (realize_non_ascii_face): Set face->overstrike correctly.
3955 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
3956 (dump_realized_face): Get font name from
3957 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
3958
3959 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
3960 conditionals. Don't check enable_font_backend. Delete all codes
3961 used only when USE_FONT_BACKEND is not defined.
3962 (xic_create_xfontset): Original code deleted and renamed from
3963 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
3964 (x_make_gc): Don't set GCFont in GCs.
3965 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
3966 opened by "fixed".
3967 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
3968 find_ccl_program_func, query_font_func, set_frame_fontset_func,
3969 get_font_repertory_func.
3970
3971 * xfont.c: Include <stdlib.h> and "ccl.h".
3972 (struct xfont_info): New structure.
3973 (xfont_query_font): Deleted.
3974 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
3975 moved from xterm.c.
3976 (xfont_driver): Adjusted for the change of struct font_driver.
3977 (compare_font_names): New function.
3978 (xfont_list_pattern): Sort font names case insensitively. Make
3979 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
3980 (xfont_list): Return a list, not vector.
3981 (xfont_match): If the font doesn't have QCname property, generate
3982 a name from the other font properties.
3983 (xfont_open): Return a font-ojbect. Adjusted for the change of
3984 struct font. Get underline_thickness and underline_position from
3985 font property. Don't update dpyinfo->smallest_font_height and
3986 dpyinfo->smallest_char_width.
3987 (xfont_close): Don't free struct font.
3988 (xfont_prepare_face): Adjusted for the change of struct font.
3989 (xfont_done_face): Deleted.
3990 (xfont_has_char): Adjusted for the change of struct font.
3991 (xfont_encode_char, xfont_draw): Likewise.
3992 (xfont_check): New function.
3993
3994 * xftfont.c (xftfont_list): Adjusted for the change of `list'
3995 callback function.
3996 (xftfont_match): Adjusted for the fontmat change of font-entity.
3997 (xftfont_open): Adjusted for the format change of font-entity and
3998 font-object. Adjusted for the change of struct font. Return a
3999 font-object. Don't update dpyinfo->smallest_font_height and
4000 dpyinfo->smallest_char_width.
4001 (xftfont_close): Block input while calling XftFontClose.
4002 (xftfont_prepare_face): Don't block input while calling
4003 xftfont_get_colors. Adjusted for the change of struct font.
4004 (xftfont_shape): Return value of error case fixed.
4005
4006 * xrdb.c (x_load_resources): Don't setup a fontset resource.
4007
4008 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
4009 conditionals.
4010 (FONT_WIDTH): Return (f)->max_width.
4011 (struct x_display_info): Delete member `font'.
4012 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
4013 (x_find_ccl_program, x_get_font_repertory): Delete externs.
4014 (struct x_output): Change type of `font' to `struct font *'.
4015
4016 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
4017 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 4018 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
4019 (x_per_char_metric, x_encode_char): Deleted.
4020 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
4021 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 4022 `struct face'.
c6b278e7
KH
4023 (x_draw_glyph_string_foreground)
4024 (x_draw_composite_glyph_string_foreground): Likewise.
4025 (x_draw_glyph_string): Likewise. Use font->underline_position and
4026 font->underline_thickness.
4027 (x_new_font): Renamed from x_new_fontset2.
4028 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
4029 (x_check_font): Call `check' method of a font driver.
4030 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
4031 (x_query_font, x_get_font_repertory): Deleted.
4032 (x_find_ccl_program): Renamed and moved to xfont.c.
4033 (x_redisplay_interface): Adjusted for the change of `struct
4034 redisplay_interface'.
4035
4036 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
4037 conditionals. Don't check enable_font_backend. Delete all codes
4038 used only when USE_FONT_BACKEND is not defined. Surround non-used
4039 code by "#ifdef OLD_FONT" and "endif".
4040 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
4041
4042 * w32font.h (struct w32font_info): New member.
4043 (FONT_COMPAT): New macro.
4044 (w32font_open_internal): Prototype adjusted.
4045
4046 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
4047 OLD_FONT" and "endif".
4048
4049 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
4050 conditionals. Don't check enable_font_backend. Delete all codes
4051 used only when USE_FONT_BACKEND is not defined.
4052 (w32font_open): Return a font-object. Make a font-object by
4053 font_make_object. Adjusted for the change of struct w32font_info.
4054 (w32font_close): Don't free struct font. Adjusted for the change
4055 of struct w32font_info.
4056 (w32font_encode_char, w32font_text_extents, w32font_draw):
4057 Adjusted for the change of struct w32font_info.
4058 (w32font_draw): Likewise.
4059 (w32font_list_internal): Return a list, not vector.
4060 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 4061 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
4062 (add_font_name_to_list): Don't downcase names.
4063 (w32_enumfont_pattern_entity): Make a font-entity by
4064 font_make_entity. Adjusted for the format change of font-entity.
4065 Use FONT_SET_STYLE to set a style-related font property. If a
4066 font is scalable, set avgwidth property to 0. Set font-entity
4067 property by font_put_extra.
c3f9fba8 4068 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
4069 (w32_weight_table, w32_decode_weight): New variables.
4070 (w32_encode_weight): New function.
4071 (fill_in_logfont): Adjusted for the format change of font-spec.
4072 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
4073 weight value.
4074 (w32font_driver): Adjusted for the change of struct font_driver.
4075
4076 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 4077 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
4078 code by "#ifdef OLD_FONT" and "endif".
4079 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
4080 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
4081
4082 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
4083 conditionals. Don't check enable_font_backend. Delete all codes
4084 used only when USE_FONT_BACKEND is not defined. Surround non-used
4085 code by "#ifdef OLD_FONT" and "endif".
4086
4087 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
4088 (uniscribe_open): Return value changed to font-object.
4089 Adjusted for the format change of font-object.
4090 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
4091 (add_opentype_font_name_to_list): Don't downcase names.
4092 (uniscribe_font_driver): Adjusted for the change of struct
4093 font_driver.
4094
f9d4c199
CY
40952008-05-13 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * dispnew.c (update_frame_1): Check if tty output is still valid
4098 before flushing it.
4099
44f249c0
JD
41002008-05-13 Jan Djärv <jan.h.d@swipnet.se>
4101
4102 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
4103 to Gtk+ menus.
4104
01bb4018
SM
41052008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4106
3271a8f5
SM
4107 * dired.c (file_name_completion): Tweak the code so as to always do it
4108 in a single pass. Tighten the scope of some variables.
4109
01bb4018
SM
4110 * dired.c (Qdefault_directory): New var.
4111 (file_name_completion): Use it instead of Fexpand_file_name.
4112 (syms_of_dired): Initialize it.
4113
728bb8e0
SM
41142008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * fileio.c (double_dollars): Remove dead code.
4117
ed4c17bb
EZ
41182008-05-10 Eli Zaretskii <eliz@gnu.org>
4119
6c5665e9
EZ
4120 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
4121 Mention w32-get-true-file-attributes in doc string.
4122
ed4c17bb
EZ
4123 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
4124
71e1f69d
GM
41252008-05-09 Glenn Morris <rgm@gnu.org>
4126
4127 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
4128 2008-04-23.
4129
ee7a2e7a
EZ
41302008-05-09 Eli Zaretskii <eliz@gnu.org>
4131
8aaaec6b
EZ
4132 Support for reporting owner and group of each file on MS-Windows:
4133 * dired.c (stat_uname, stat_gname): New functions, with special
4134 implementation for w32.
4135 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
4136
ee7a2e7a
EZ
4137 * w32.c: Rename the_passwd_* to dflt_passwd_*.
4138 (dflt_group_name): New static variable.
728bb8e0 4139 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
4140 (init_user_info): Init dflt_group fields. Get user's group name
4141 from LookupAccountSid.
8aaaec6b
EZ
4142 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
4143 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
4144 New initialization states.
4145 (globals_of_w32): Initialize them to zero. Initialize the default
4146 group name to "None".
4147 (GetFileSecurity_Name): New global var, the name of the function
4148 to call for GetFileSecurity.
4149 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
4150 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
4151 (get_file_security, get_security_descriptor_owner)
4152 (get_security_descriptor_group, is_valid_sid)
4153 (get_file_security_desc, get_rid, get_name_and_id)
4154 (get_file_owner_and_group): New functions.
4155 (stat): Use get_file_security_desc and get_file_owner_and_group to
4156 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
4157 high 32 bits of file's size, now that st_size is 64-bit wide.
4158 Fix test when to get true file attributes.
8aaaec6b
EZ
4159 (init_user_info): Use get_rid instead of equivalent inline code.
4160 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 4161
b199c436
CY
41622008-05-09 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * image.c (png_load): Use correct bit-depth for setting background
4165 color.
4166
86914123
EZ
41672008-05-08 Eli Zaretskii <eliz@gnu.org>
4168
4169 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
4170 epa-hook.elc.
4171
67b5d7de
JB
41722008-05-08 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * font.c (Ffont_match_p): Don't use `iff' in docstring.
4175
1a111394
DN
41762008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * macfns.c (Fx_create_frame): Make a copy of frame parameters
4179 because the original parameters are in pure storage now.
4180 (mac_window): Remove unused params. Update callers.
4181
6d77fa95
SM
41822008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4183
7a3d90dc
SM
4184 * lread.c (substitute_object_recurse): Use lower-level primitives.
4185 Don't signal errors when traversing sub-char-tables.
4186 Don't loop over all the possible characters when traversing char-tables.
4187
6d77fa95
SM
4188 * print.c (print_preprocess): Add sub-char-tables to the print-table,
4189 just like we do in print.c.
4190
140eb764
SM
41912008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * minibuf.c (Ftry_completion): Remove code left over from when we used
4194 scmp instead of Fcompare_strings.
4195
e9184ccb
JB
41962008-05-04 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4199
0e9378b3
YM
42002008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4201
4202 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
4203 Create bitmap context in native byte order.
4204
f67e15be
MB
4205 * macterm.c (XDrawLine)
4206 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
4207 context in native byte order.
064032d0 4208
f67e15be 42092008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
4210
4211 * config.in: Regenerate.
4212
4213 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
4214 New definitions for Image I/O support.
4215 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4216 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
4217 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4218 (mac_data_provider_release_data, image_load_image_io)
4219 [USE_MAC_IMAGE_IO]: New functions.
4220 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
4221 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
4222 (init_image_func_pointer) [MAC_OSX]: Remove function.
4223 (image_load_quartz2d) [MAC_OSX]: Check availability of
4224 CGImageCreateWithPNGDataProvider at compile time.
4225 Use lowercase `false' for boolean constant.
4226 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
4227 Use image_load_image_io.
4228 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
4229 Don't check MyCGImageCreateWithPNGDataProvider.
4230 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
4231 Don't call init_image_func_pointer.
4232
4233 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
4234
4235 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
4236 Make variable non-static.
4237 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4238 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
4239
4240 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
4241 (RED_FROM_ULONG): Mask off higher bits.
4242 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
4243
4244 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
4245 Include AvailabilityMacros.h.
4246 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
4247 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
4248
c6bff69e
SM
42492008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * chartab.c (Fset_char_table_range): If range is t, really set all
4252 chars to that value.
4253
7412d429
EZ
42542008-05-03 Eli Zaretskii <eliz@gnu.org>
4255
4256 * dired.c (Ffile_attributes): Don't allow the device number become
4257 negative.
4258
f83bbfac
DU
42592008-05-02 Daiki Ueno <ueno@unixuser.org>
4260
5a81d3d7 4261 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 4262
2e3148e2
JL
42632008-05-02 Juri Linkov <juri@jurta.org>
4264
4265 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
4266 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
4267 DEFAULT argument as a list of default values in docstrings.
2e3148e2 4268
923fb88c
CY
42692008-05-01 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * puresize.h (BASE_PURESIZE): Increase to 1210000.
4272
047aaeb9
MR
42732008-05-01 Martin Rudalics <rudalics@gmx.at>
4274
4275 * dispnew.c (change_frame_size_1): Preserve small windows when
4276 shrinking frames by calling set_window_height|width with third
4277 arg 2.
4278
4279 * window.h (struct window): Replace field too_small_ok by field
4280 resize_proportionally.
4281
4282 * window.c (make_window): Initialize resize_proportionally.
4283 (enlarge_window): Temporarily set resize_proportionally to make
4284 sure that shrink_windows does scale the window proportionally.
4285 (shrink_windows): When window has resize_proportionally set try
4286 to shrink it proportionally by stealing from other windows.
4287 (struct saved_window, Fset_window_configuration)
4288 (compare_window_configurations): Handle resize_proportionally.
4289 (WINDOW_TOTAL_SIZE): New macro.
4290 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 4291 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
4292 window-min-height|width are handled by window_min_size_2 now.
4293 (size_window, Fsplit_window, enlarge_window)
4294 (adjust_window_trailing_edge, grow_mini_window): Don't call
4295 check_min_window_sizes.
c6bff69e
SM
4296 (window_min_size_2, window_min_size_1, window_min_size):
4297 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 4298 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
4299 (adjust_window_trailing_edge, grow_mini_window):
4300 Adjust arguments of window_min_size... functions.
047aaeb9
MR
4301 (shrink_windows): Argument min_size removed. New argument
4302 safe_p allows shrinking windows to their safe minimum sizes.
4303 Calculate minimum size and decide whether a window shall be
4304 deleted for each window individually.
4305 (size_window): When nodelete_p equals 2, tell shrink_windows to
4306 delete windows only if their new minimum size is no more safe.
4307 (shrink_window_lowest_first): Call window_min_size_1 to make
4308 sure to preserve modeline of bottom-most window when resizing
4309 the minibuffer.
4310 (Fset_window_configuration, Fcurrent_window_configuration)
4311 (compare_window_configurations): Do not handle
4312 window-min-height|width any more.
4313 (syms_of_window): Clarify window-min-height|width doc-strings.
4314
2a54a229
SM
43152008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * dired.c (file_name_completion): Fix up the encoding/decoding issue
4318 some more. Copy some of the code from Ftry_completions.
4319 Remove special case code that dates back to initial revision when the
4320 slash was only added when necessary and that can't trigger nowadays.
4321
384bc634
KH
43222008-04-27 Kenichi Handa <handa@m17n.org>
4323
4324 * font.c (font_prop_validate): Signal `error' instead of `font'.
4325
2c2279c6
JR
43262008-04-29 Jason Rumney <jasonr@gnu.org>
4327
4328 * w32fns.c (Fw32_battery_status): New defun.
4329 (syms_of_w32fns): Defsubr it.
4330
fb4a622a
AS
43312008-04-28 Andreas Schwab <schwab@suse.de>
4332
4333 * dired.c (file_name_completion): Fix another mixing of encoded
4334 and decoded names.
4335
23f250f4
JB
43362008-04-28 Juanma Barranquero <lekktu@gmail.com>
4337
4338 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
4339
d8d30dff
JB
43402008-04-27 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4343
ea6104a8
AS
43442008-04-27 Andreas Schwab <schwab@suse.de>
4345
9c691c00
AS
4346 * dired.c (file_name_completion): Fix inappropriate mixing of
4347 encoded and decoded names.
4348
ec1bf773
AS
4349 * xterm.c (XTread_socket): Fix use of uninitialized variable.
4350
ea6104a8
AS
4351 * puresize.h (BASE_PURESIZE): Increase to 1200000.
4352
01388a3d
EZ
43532008-04-26 Eli Zaretskii <eliz@gnu.org>
4354
4355 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
4356 2008-03-31, it's not needed anymore with `struct stat' definition
4357 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
4358 for the same reasons.
4359
175aea10 43602008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
4361
4362 * m/sparc.h: Additional redefinitions for GNU/Linux.
4363
1289aeb8
YM
43642008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4365
4366 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
4367 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
4368 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
4369 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
4370 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4371 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
4372 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4373 Likewise.
4374
4375 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 4376 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
4377 (mac_ax_number_of_characters): Add externs.
4378 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
4379 [USE_MAC_TSM]: Likewise.
4380 (mac_handle_text_input_event) [MAC_OSX]:
4381 Handle kEventTextInputOffsetToPos for no active input area case.
4382 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4383 (mac_handle_document_access_event)
4384 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
4385 (install_application_handler) [MAC_OSX]: Register handlers for
4386 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
4387 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4388 Register mac_handle_document_access_event.
4389
4390 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
4391 Make functions non-static.
4392
dbd50d4b
SM
43932008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
4396 (read_file_name_completion_ignore_case, insert_default_directory)
4397 (Qdefault_directory): Move to minibuffer.el.
4398 (Fread_file_name): Call the new `read-file-name' instead.
4399
9ea37b9d 44002008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
4401
4402 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
4403 Make function non-static.
4404 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
4405 Remove function.
4406 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4407 Move to mactoolbox.c.
4408 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
4409
4410 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
4411 (mac_rect_make): New macro.
4412
4413 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
4414 instead of float.
4415 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4416 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
4417 (XSetBackground) [USE_CG_DRAWING]: Likewise.
4418 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
4419 CGRectMake.
4420 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
4421 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
4422 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
4423 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4424 instead of WindowRef in argument type.
4425 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
4426 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
4427 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
4428 instead of DISPLAY. All uses changed.
4429 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
4430 (x_calc_absolute_position): Simplify so as not to use
4431 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
4432
4433 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
4434 instead of WindowRef in argument type.
4435 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
4436 [TARGET_API_MAC_CARBON]: Remove externs.
4437 (create_apple_event, mac_event_parameters_to_lisp)
4438 [TARGET_API_MAC_CARBON]: Add externs.
4439
d8d30dff 4440 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
4441 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
4442 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
4443 is clicked.
4444 (x_activate_menubar): Remove extern for saved_menu_event_location.
4445 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
4446 Move from mac.c.
4447
9ea37b9d 44482008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
4449
4450 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
4451 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
4452
9ea37b9d 44532008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
4454
4455 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
4456 attributes only for local files.
4457
4458 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 4459 default to Qlocal.
bd735631 4460
88970542
JL
44612008-04-22 Juri Linkov <juri@jurta.org>
4462
4463 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
4464 read-buffer-to-switch instead of using the letter "B".
4465
92ec67e3
SM
44662008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * fileio.c (Qdefault_directory): New variable.
4469 (Fread_file_name): Use it to pass `dir' to the completion functions.
4470
a32b2382
CY
44712008-04-20 Chong Yidong <cyd@stupidchicken.com>
4472
2a2e8de7 4473 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 4474
6c8b4f07
SM
44752008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4476
ece5f847
SM
4477 * keyboard.c (Vpre_help_message): Remove.
4478 (show_help_echo): Remove default C code.
4479
6c8b4f07
SM
4480 * dired.c (directory_files_internal, file_name_completion):
4481 Only call ENCODE_FILE if the string is indeed decoded.
4482
73d798d5
SM
44832008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * Makefile.in (TOOLKIT_DEFINES): Remove.
4486 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
4487
d8d30dff 44882008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
4489
4490 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
4491 (mactoolbox.o): New target.
4492
4493 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
4494 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
4495
4496 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
4497 Use mac_set_frame_window_background instead of XSetWindowBackground.
4498 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
4499 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
4500 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
4501 instead of SetWindowTitleWithCFString.
4502 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
4503 Move function to mactoolbox.c.
4504 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
4505 Use mac_set_window_modified instead of SetWindowModified.
4506 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
4507 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
4508 (Fx_focus_frame): Use mac_front_non_floating_window instead of
4509 FrontNonFloatingWindow. Use mac_activate_window instead of
4510 ActivateWindow. Use mac_active_non_floating_window instead of
4511 ActiveNonFloatingWindow.
4512 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
4513 Use mac_show_hourglass and mac_hide_hourglass.
4514 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
4515 instead of GetGlobalMouse.
4516 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
4517 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
4518 Use mac_bring_window_to_front instead of BringToFront.
4519 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
4520 mactoolbox.c.
4521 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
4522 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
4523 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
4524 mactoolbox.c.
4525
4526 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
4527 (XtPointer): Move typedef from macmenu.c.
4528 (enum button_type): Move enum from macmenu.c.
4529 (widget_value): Move typedef from macmenu.c.
4530 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
4531 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4532 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4533 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4534 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4535 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4536 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4537 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
4538 (Selection): Move typedef from macselect.c.
4539 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
4540 macterm.c.
4541 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
4542 (mac_is_window_collapsed, mac_bring_window_to_front)
4543 (mac_send_window_behind, mac_hide_window, mac_show_window)
4544 (mac_collapse_window, mac_front_non_floating_window)
4545 (mac_active_non_floating_window, mac_activate_window)
4546 (mac_move_window_structure, mac_move_window, mac_size_window)
4547 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
4548
4549 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
4550 (enum mac_menu_kind): Move enum to mactoolbox.c.
4551 (min_menu_id): Move variable to mactoolbox.c.
4552 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
4553 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
4554 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
4555 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
4556 [TARGET_API_MAC_CARBON]: Likewise.
4557 (XtPointer): Move typedef to macgui.h.
4558 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
4559 (widget_value): Move typedef to macgui.h.
4560 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
4561 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
4562 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
4563 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
4564 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
4565 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
4566 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
4567 (popup_activated_flag): Make variable non-static.
4568 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
4569 (add_menu_item, fill_menu, dispose_menus):
4570 Move functions to mactoolbox.c.
4571 (restore_show_help_function, menu_target_item_handler)
4572 (install_menu_target_item_handler, mac_handle_dialog_event)
4573 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
4574 [TARGET_API_MAC_CARBON]: Likewise.
4575 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
4576 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4577 (find_and_call_menu_selection, name_is_separator): Make function
4578 non-static.
4579 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
4580 to mactoolbox.c.
4581 (set_frame_menubar): Don't call install_menu_quit_handler.
4582 (menu_item_selection): New variable.
4583 (mac_menu_show): Use create_and_show_popup_menu.
4584 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
4585 selection but set variable menu_item_selection. All uses changed.
4586 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
4587 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 4588
d02fe47d
MB
4589 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
4590 (Selection): Move typedef to macgui.h.
4591 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
4592 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
4593 Make variables non-static.
4594 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4595 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
4596 Make functions non-static.
4597 (Vmac_service_selection) [MAC_OSX]: Likewise.
4598 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
4599 (mac_valid_selection_target_p, mac_clear_selection)
4600 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4601 (mac_put_selection_value, mac_selection_has_target_p)
4602 (mac_get_selection_value, mac_get_selection_target_list)
4603 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
4604 Move functions to mactoolbox.c.
4605 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
4606 Likewise.
4607 (copy_scrap_flavor_data, mac_handle_service_event)
4608 (install_service_handler) [MAC_OSX]: Likewise.
4609 (syms_of_macselect) <Vmac_dnd_known_types>:
4610 Use mac_dnd_default_known_types.
463f55ee 4611
d02fe47d
MB
4612 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
4613 Move to mactoolbox.c.
4614 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
4615 (Fx_selection_owner_p): Add EXFUN.
4616 (install_window_handler, remove_window_handler, XSetWindowBackground):
4617 Remove externs.
4618 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
4619 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
4620 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
4621 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
4622 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
4623 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
4624 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
4625 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
4626 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
4627 (create_and_show_popup_menu, mac_get_selection_from_symbol)
4628 (mac_valid_selection_target_p, mac_clear_selection)
4629 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
4630 (mac_put_selection_value, mac_selection_has_target_p)
4631 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
4632 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
4633 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
4634 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
4635 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
4636 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4637 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
4638 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
4639 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 4640
d02fe47d 4641 * mactoolbox.c: New file.
af253914 4642
d8d30dff 46432008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 4644
d02fe47d 4645 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 4646
8ee085a4
SM
46472008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4648
73d798d5
SM
4649 * character.c (Fmultibyte_char_to_unibyte):
4650 Return latin1 chars unchanged.
5556875b 4651
8ee085a4
SM
4652 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
4653 relocated if it points to `name'.
4654
5dff5999
KH
46552008-04-17 Kenichi Handa <handa@m17n.org>
4656
4657 * data.c (Faset): Allow setting a multibyte character in an
4658 ASCII-only unibyte string.
4659
4660 * lisp.h (STRING_SET_MULTIBYTE): New macro.
4661
a51f4969
SM
46622008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
4665 done in config.h.
4666
add553ac
JB
46672008-04-16 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
4670 (Fchar_direction): Add usage in the docstring.
4671
8ad7b280
CY
46722008-04-15 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * keyboard.c (read_key_sequence): Remove always-true checks.
4675
e157d7ba
JR
46762008-04-14 Jason Rumney <jasonr@gnu.org>
4677
4678 * w32font.c (w32font_open_internal): Set max_bounds.descent in
4679 compatibility struct, for better underline positioning.
4680
9ec3aaef 46812008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
4682
4683 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
4684 string.
4685
36c08864
DN
46862008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4687
4688 * m/hp800.h (XUINT, XSET): Remove.
4689
f5acc071
JB
46902008-04-12 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
4693 previous change.
4694
5b5a2ea1
SM
46952008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
4698 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
4699
492d9fd6
SM
47002008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * keymap.h (map_keymap_canonical): Declare.
4703 * xmenu.c (single_keymap_panes): Use it.
4704
dd60787c
GM
47052008-04-11 Glenn Morris <rgm@gnu.org>
4706
4707 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
4708 set the target's value to that of the alias.
4709
c23b5410
SM
47102008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * term.c (set_tty_color_mode): Left over typo.
4713
e89b536d
MA
47142008-04-10 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 4717 only after check for file name handler functions. Signal, when
e89b536d
MA
4718 native functionality is not supported.
4719 (syms_of_fileio): Declare it unconditionally.
4720
40a339c8
JR
47212008-04-10 Jason Rumney <jasonr@gnu.org>
4722
31403b24
JR
4723 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
4724 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
4725
40a339c8
JR
4726 * w32.c (logon_network_drive): Also logon to remote drives that
4727 are mapped to drive letters.
4728
96a7394f
GM
47292008-04-10 Glenn Morris <rgm@gnu.org>
4730
4731 * xdisp.c (truncate-partial-width-windows): Doc fix.
4732
34b67b0f
SM
47332008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
4736 Move functions to minibuffer.el.
4737 (syms_of_fileio): Don't declare them.
4738
c025fb0a
SM
47392008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4740
ba5ff07b
SM
4741 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
4742 (syms_of_minibuf): Remove its initialization.
4743
c025fb0a
SM
4744 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
4745
7a6a86ad
JB
47462008-04-09 Juanma Barranquero <lekktu@gmail.com>
4747
4748 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
4749
cf907d69
JR
47502008-04-09 Jason Rumney <jasonr@gnu.org>
4751
3dc94c30
JR
4752 * makefile.w32-in (distclean): Delete makefile too.
4753 (maintainer-clean): New target.
4754
8d28646b
JR
4755 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
4756
cf907d69
JR
4757 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
4758 for new font backend and composite cases.
4759
ef5eb925
JD
47602008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4761
4762 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
4763 Most of the code moved to run_timers.
4764 (do_pending_atimers): Call run_timers.
4765 (run_timers): New function.
4766
cf907d69
JR
4767 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
4768 run atimers.
ef5eb925
JD
4769
4770 * process.c (wait_reading_process_output): The same as above.
4771
9b2cd403
SM
47722008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4773
32bae13c
SM
4774 * minibuf.c (last_exact_completion): Remove variable.
4775 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
4776 (complete_and_exit_1, complete_and_exit_2)
4777 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
4778 (Fdisplay_completion_list, display_completion_list_1)
4779 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
4780 (Fexit_minibuffer, Fminibuffer_message): Move functions to
4781 minibuffer.el.
32bae13c
SM
4782 (syms_of_minibuf): Remove corresponding initializations.
4783
5c4cc82a
SM
4784 * keyboard.c (Qdeactivate_mark): New var.
4785 (command_loop_1): Use it to call `deactivate-mark'.
4786 (syms_of_keyboard): Initialize it.
4787
9b2cd403
SM
4788 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
4789 to another frame.
4790 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
4791 Don't call set_tty_color_mode.
4792 (store_frame_param): Reset previous_frame rather than call
4793 set_tty_color_mode.
4794 * term.c (set_tty_color_mode): Rewrite.
4795 * dispextern.h (set_tty_color_mode): New type.
4796 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
4797
84cb7b45
SM
47982008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
4801 for generic chars, which do not exist any more in emacs-unicode.
4802
3ed051d4
MA
48032008-04-08 Michael Albinus <michael.albinus@gmx.de>
4804
4805 * coding.c (detect_coding_emacs_mule)
4806 (Ffind_operation_coding_system): Fix typo.
4807
58c3ea42
JR
48082008-04-08 Jason Rumney <jasonr@gnu.org>
4809
3bf8d230
JR
4810 * w32uniscribe.c (SNAME): Extract only symbol name.
4811
56a70cca
JR
4812 * w32font.h (struct w32_metric_cache): New struct.
4813 (w32font_info): Use it.
4814 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
4815 (CACHE_BLOCKSIZE): New constants.
3ed051d4 4816
58c3ea42
JR
4817 * w32font.c (Qja, Qko, Qzh): New symbols.
4818 (syms_of_w32font): Initialise them.
4819 (font_matches_spec): Use them to filter by language.
4820 (recompute_cached_metrics): Remove function.
4821 (compute_metrics, clear_cached_metrics): New functions.
4822 (w32font_encode_char): Use them to manage metric cache.
4823 (w32font_text_extents): Cache metrics for all glyphs on demand.
4824 Delay converting glyph indices to WORD until needed.
4825 (w32font_open_internal): Initialize metric cache to empty.
4826 (registry_to_w32_charset): Charset should always be a symbol.
4827 (fill_in_logfont, list_all_matching_fonts): Family should
4828 always be a symbol.
4829
0ce24b2d
JR
48302008-04-06 Jason Rumney <jasonr@gnu.org>
4831
4832 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
4833 Give up if glyph indices not supported. Use uniscribe obtained
4834 ABC widths for individual metrics. Map glyph clusters back to
4835 characters using fClusterStart flag. Return number of glyphs
4836 produced, not chars processed.
b7655e0c 4837 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 4838
5bc6ddff 48392008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 4840
fbf57abb
JB
4841 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
4842 Use SetMenuItemHierarchicalMenu.
56613f06 4843
5bc6ddff 48442008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 4845
5bc6ddff
MB
4846 * image.c (pbm_load): Allow color values up to 65535.
4847 Throw an error if max_color_idx is outside the supported range.
4848 Report an error when image size is invalid.
4849 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 4850
5bc6ddff 48512008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 4852
5bc6ddff
MB
4853 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4854 cFileName a file name that includes `?' characters, use the 8+3
4855 alias in cAlternateFileName instead.
5ed6ba5b 4856
5bc6ddff 48572008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 4858
5bc6ddff
MB
4859 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
4860 append "CCL: Quitted" when the CCL program is quitted.
4861 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 4862
5bc6ddff 4863 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 4864
c36e15db
CY
48652008-04-05 Chong Yidong <cyd@stupidchicken.com>
4866
9605d567
CY
4867 * search.c (compile_pattern_1): Treat non-nil and non-string of
4868 search-spaces-regexp as nil.
4869
c36e15db
CY
4870 * minibuf.c (Fassoc_string): Tweak docstring.
4871
40beb147
EZ
48722008-04-05 Eli Zaretskii <eliz@gnu.org>
4873
4874 * dired.c (Ffile_attributes): Support inode numbers wider than 32
4875 bits. Remove ugly WINDOWSNT-specific kludge introduced on
4876 2008-03-14 to force inode be positive.
4877
4878 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
4879 _S_* ones, since we now use our own sys/stat.h.
4880 (stat, fstat): Don't mangle the inode number.
aa08d1ff 4881 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 4882
4591d6cb
SM
48832008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4884
d4417eb0
SM
4885 * frame.h (struct frame): Give one more bit to `visible' since we use
4886 values larger than 1 to indicate obscured frames on ttys.
4887
00f7c5ed
SM
4888 * keymap.c (Qkeymap_canonicalize): New var.
4889 (Fmap_keymap_internal): New fun.
4890 (describe_map): Use keymap-canonicalize.
4891
4591d6cb
SM
4892 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
4893 (Fundo_boundary): Set them.
4894 (syms_of_undo): Initialize them.
4895 (record_point): Use them instead of last_point_position*.
4896 (last_undo_buffer): Change type.
4897
3187540e
JR
48982008-04-04 Jason Rumney <jasonr@gnu.org>
4899
0ce24b2d
JR
4900 * w32font.c (w32font_text_extents): Use font's ascent and descent.
4901 (recompute_cached_metrics): Don't set ascent and descent per char.
4902
3187540e 4903 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 4904 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 4905 Rearrange loop for counting features.
3187540e 4906
f1a6b216
SM
49072008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
4910 buffer with byte-size of source buffer.
4911
1d8dcf63
CY
49122008-04-03 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * callint.c (Fcall_interactively): Handle temporary region even
4915 when shift-select-mode is off.
4916
6b8aa22a
JR
49172008-04-03 Jason Rumney <jasonr@gnu.org>
4918
4919 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
4920
2f3cbb32
KH
49212008-04-03 Kenichi Handa <handa@m17n.org>
4922
4923 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
4924 (CATEGORY_MASK_UTF_16): Likewise.
4925 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
4926 binary file.
4927 (detect_coding): Add null-byte detection for a binary file.
4928 (detect_coding_system): Likewise.
4929
43f4f91c
JR
49302008-04-03 Jason Rumney <jasonr@gnu.org>
4931
0c1b4ae2
JR
4932 * w32uniscribe.c: New file.
4933
4934 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
4935
4936 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
4937
4938 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
4939 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
4940 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
4941 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
4942 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
4943 (Qphonetic): New symbols.
4944 (syms_of_w32font): Initialize them.
4945 (font_supported_scripts): Use them.
4946 (w32font_list_family): List all charsets.
4947 (w32font_text_extents, recompute_cached_metrics): Fix metric
4948 calculations.
4949 (w32_enumfont_pattern_entity): Make full_type a DWORD.
4950 Give opentype fonts their own format.
4951 (font_matches_spec): New arguments backend and logfont.
4952 Handle :otf spec for uniscribe backend.
4953 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
4954 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 4955
0c1b4ae2
JR
4956 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
4957 font backend.
4958 (globals_of_w32fns): Initialize uniscribe font backend.
4959
fbf57abb 4960 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
4961 dependencies.
4962 (w32uniscribe.$(O)): New file to build.
4963 (FONT_OBJ): Include w32uniscribe.$(O).
4964 (LIBS): Add uniscribe libraries.
4965
43f4f91c
JR
4966 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
4967
75043a7d
CY
49682008-04-02 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * callint.c (Vshift_select_mode): New var.
4971 (Finteractive): Document new ^ spec.
4972 (Fcall_interactively): Call handle-shift-selection if the ^ spec
4973 is present.
4974
4975 * keyboard.c (Vthis_command_keys_shift_translated): New var.
4976 (command_loop_1): Avoid running the direct display versions of
4977 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
4978 (read_key_sequence): Set Vthis_command_keys_shift_translated if
4979 shift-translation takes place.
4980
4981 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
4982 avoid clobbering by define-minor-mode.
4983
4984 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
4985 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
4986
4987 * syntax.c (Fforward_word): Add ^ interactive spec.
4988
4989 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
4990 (Fscroll_right): Add ^ interactive spec.
4991
b2b7f29e
SM
49922008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4993
a432c0a6
SM
4994 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
4995
994b75e0
SM
4996 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
4997
b2b7f29e
SM
4998 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
4999
e99c7806
JL
50002008-03-31 Juri Linkov <juri@jurta.org>
5001
5002 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
5003
1c9c1270
JD
50042008-03-30 Jan Djärv <jan.h.d@swipnet.se>
5005
5006 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 5007 (xg_resize_outer_widget): Remove.
1c9c1270
JD
5008 (x_wm_size_hint_off): Fix indentation.
5009 (xg_frame_set_char_size): Call flush_and_sync after
5010 gtk_window_resize.
5011 (x_wm_set_size_hint): Pass NULL as geometry window to
5012 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
5013 Add menu bar and tool bar height to base height.
5014 (xg_update_frame_menubar, free_frame_menubar)
5015 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
5016 (update_frame_tool_bar, free_frame_tool_bar):
5017 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 5018
90b3fc84
MA
50192008-03-30 Michael Albinus <michael.albinus@gmx.de>
5020
5021 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
5022 (Fdbus_call_method): New parameter TIMEOUT.
5023 (dbus-send-signal): Optimize UNGCPRO call.
5024
7ae6d1d1
JL
50252008-03-29 Juri Linkov <juri@jurta.org>
5026
5027 * window.c (Fdisplay_buffer): Move call to
5028 Vsplit_window_preferred_function out of conditions that check
5029 if window is eligible for vertical splitting.
5030 When Vsplit_window_preferred_function is non-nil, call it and use
5031 its non-nil return value as window. Otherwise, continue doing
5032 vertical splitting using Fsplit_window with arg horflag=nil.
5033 (syms_of_window) <Vsplit_window_preferred_function>: Change the
5034 default value from `split-window' to nil.
5035
f03f8f2c
JL
50362008-03-29 Juri Linkov <juri@jurta.org>
5037
5038 * callint.c (Fcall_interactively): Revert 2008-03-16 change
5039 for interactive code letters 'b' and 'B'.
5040
6d557778
EZ
50412008-03-29 Eli Zaretskii <eliz@gnu.org>
5042
5043 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
5044 multibyte string.
5045
58555d81
SM
50462008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * keyboard.c (pending_funcalls): New var.
5049 (timer_check): Run it.
5050 (syms_of_keyboard): Initialize it.
5051 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
5052 (Vdelete_terminal_functions): New vars.
5053 (syms_of_terminal): Initialize them.
5054 (Fdelete_terminal): Run delete-terminal-functions.
5055 * xdisp.c (safe_eval): Rewrite.
5056 (safe_call2): New fun.
5057 * frame.c (Qdelete_frame_functions): New var.
5058 (syms_of_frame): Initialize it.
5059 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
5060 * lisp.h (safe_call2, pending_funcalls): Declare.
5061
4c92f429
AS
50622008-03-28 Andreas Schwab <schwab@suse.de>
5063
5064 * indent.c (Fmove_to_column): Move declaration before statements.
5065
a1567c45
SM
50662008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5067
2806a183
SM
5068 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
5069 (struct frame): Use bit fields for boolean vars.
5070
eef60308
SM
5071 * process.c (server_accept_connection): Simplify naming.
5072 (emacs_get_tty_pgrp): Use SDATA.
5073
a1567c45
SM
5074 * coding.c (decode_coding_object): Fix last change.
5075
30076589
JR
50762008-03-27 Jason Rumney <jasonr@gnu.org>
5077
5078 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
5079
880820fe
KH
50802008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
5081
5082 * charset.c (Fdefine_charset_internal): Change the way of
5083 registering charsets in Vcharset_order_list.
5084 (syms_of_charset): Make the charset `eight-bit' supplementary.
5085
3cf8cdfb
CY
50862008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
5087
5088 * regex.c (EXTEND_BUFFER): Change order of pointer addition
5089 operations, to avoid having the difference between pointers
5090 overflow.
5091
ef6f5c0e
SM
50922008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5093
80e3db56
SM
5094 * indent.c (check_display_width): New fun.
5095 (scan_for_column): Use it.
5096
c397dc7a
SM
5097 * data.c (syms_of_data): Mark most-positive-fixnum and
5098 most-negative-fixnum as constants.
5099
bf6b4d58
SM
5100 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
5101
ef6f5c0e
SM
5102 * indent.c (scan_for_column): Extract from current_column_1.
5103 Merge with the same code from Fmove_to_column.
5104 (current_column_1, Fmove_to_column): Use it.
5105
72d5003d
SM
51062008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5107
12270607
SM
5108 * keymap.c (map_keymap_internal): New fun.
5109 (map_keymap): Use it.
5110 (Fmap_keymap_internal): New fun.
5111 (Fmap_keymap): Remove left-out test from before make_save_value.
5112
a10cca6c
SM
5113 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
5114
d7b10f4c
SM
5115 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
5116 Use XCAR/XCDR.
5117
5431bd6a
SM
5118 * process.h (struct Lisp_Process): Remove filter_multibyte.
5119 * process.c (QCfilter_multibyte): Remove.
5120 (setup_process_coding_systems): Don't use filter_multibyte.
5121 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
5122 (read_process_output): Don't adjust multibyteness to filter_multibyte.
5123 (Fset_process_filter_multibyte): Change the coding-system to
5124 approximate the previous behavior.
5125 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
5126 coding-system.
5127
72d5003d
SM
5128 * coding.c (decode_coding_object): When not decoding into a buffer,
5129 obey the coding system's preference of (uni|multi)byte.
5130
438eba3c
SM
51312008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
5134 every char is changed and has a different byte-length.
5135 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
5136 Fix int -> EMACS_INT.
5137
9ec3aaef 51382008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 5139
438eba3c 5140 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
5141 strings. Check for NULL `interface' or `member'.
5142
b07103dc
EZ
51432008-03-22 Eli Zaretskii <eliz@gnu.org>
5144
5145 * w32.c (readdir): If FindFirstFile/FindNextFile return in
5146 cFileName a file name that includes `?' characters, use the 8+3
5147 alias in cAlternateFileName instead.
5148
5371d722
SM
51492008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
5152
6ba7f443
SM
51532008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
5156 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
5157 work on current_buffer only instead (that was already the case
5158 for some of the code anyway).
5159 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
5160 (temp_set_point, temp_set_point_both): Use EMACS_INT.
5161 (SET_PT, SET_PT_BOTH): Adjust.
5162 * intervals.h (set_point, temp_set_point, set_point_both)
5163 (temp_set_point_both): Remove redundant declarations.
5164
bf1c0f27
SM
51652008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * fileio.c (Finsert_file_contents):
5168 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
5169 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
5170 when buffer != current_buffer anyway.
5171
acab783e
AS
51722008-03-20 Andreas Schwab <schwab@suse.de>
5173
5174 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
5175 as default.
5176
d148e14d
JR
51772008-03-19 Jason Rumney <jasonr@gnu.org>
5178
5179 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
5180 (syms_of_w32fns): Initialize them.
5181 (HOURGLASS_ID): New constant.
5182 (x_window_to_frame): Don't check hourglass_window.
5183 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
5184 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
5185 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
5186 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
5187 Only change the cursor if hourglass is not active.
5188 (Fx_create_frame): Initialize frame's current_cursor.
5189 (hourglass_atimer): Remove.
5190 (hourglass_started): New function.
5191 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
5192 (show_hourglass): Adapt to w32, changing argument to frame.
5193
5194 * w32term.h (struct w32_output): Remove hourglass_window.
5195 Add current_cursor.
5196
5197 * eval.c (call_debugger, Fsignal):
5198 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
5199 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
5200 (Fexecute_extended_command, cancel_hourglass_unwind):
5201 * minibuf.c (read_minibuf):
5202 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 5203
a5c54077
JB
52042008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * window.c (run_funs): New fun.
5207 (run_window_configuration_change_hook): Use it to run the buffer-local
5208 and the global part of the hook.
5209
5210 * xdisp.c (format_mode_line_unwind_data): Add window argument.
5211 (unwind_format_mode_line): Restore selected window.
5212 (x_consider_frame_title, Fformat_mode_line): Set selected window.
5213
f9f3238f
SM
52142008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5215
253c3c82
SM
5216 * editfns.c (Fchar_equal): Check they are valid characters.
5217
f9f3238f
SM
5218 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
5219
065a118d
AS
52202008-03-17 Andreas Schwab <schwab@suse.de>
5221
0b8be006
AS
5222 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
5223 against a charset.
5224
065a118d
AS
5225 * lisp.h (Fbuffer_list): Declare.
5226
880820fe 52272008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
5228
5229 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
5230 handlebox_widget is != 0.
5231
6206d6c2
JL
52322008-03-16 Juri Linkov <juri@jurta.org>
5233
5234 * callint.c (Fcall_interactively): For interactive code letters
5235 'b' and 'B' put the buffer list into the list of default "future"
5236 values of the minibuffer.
5237
f5020181
AS
52382008-03-16 Andreas Schwab <schwab@suse.de>
5239
a864f6d6
AS
5240 * keyboard.c (read_key_sequence): Fix downcasing of letters with
5241 modifiers.
5242
f5020181
AS
5243 * regex.c (re_match_2_internal): Correct matching of a charset
5244 against latin-1 characters.
5245
03f244e2
KH
52462008-03-16 Kenichi Handa <handa@m17n.org>
5247
5248 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
5249 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
5250 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
5251 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
5252 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
5253 CHAR_STRING_ADVANCE.
5254 (produce_chars): Fix for the case that the source and the
5255 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
5256 instead of CHAR_STRING_ADVANCE.
5257 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
5258 STRING_CHAR_ADVANCE.
5259
0e2501ed
AS
52602008-03-15 Andreas Schwab <schwab@suse.de>
5261
5262 * regex.c (re_match_2_internal): Correct matching of eight bit
5263 characters in unibyte strings.
5264
7723e095
MR
52652008-03-15 Martin Rudalics <rudalics@gmx.at>
5266
5267 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
5268 at end of range when it coincides with the end of the buffer.
5269
f507f365
EZ
52702008-03-14 Eli Zaretskii <eliz@gnu.org>
5271
294f1153
EZ
5272 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
5273
f507f365
EZ
5274 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
5275
64f0809d
JR
52762008-03-14 Jason Rumney <jasonr@gnu.org>
5277
956ae531
JR
5278 * editfns.c (initial_tz): New variable.
5279 (syms_of_editfns): Initialize it.
5280 (Fset_time_zone_rule): Set it when first called.
5281 Use it when TZSTRING is nil.
5282
64f0809d
JR
5283 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
5284 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
5285 (monitor_from_point_fn, get_monitor_info_fn): New globals.
5286 (globals_of_w32fns): Initialize them.
5287 (compute_tip_xy): Use them to position tooltips.
5288
21a4ff8e
GM
52892008-03-14 Glenn Morris <rgm@gnu.org>
5290
5291 * emacs.c (main): Revert previous change.
5292 (standard_args): Revert -internal-script back to -scriptload,
5293 and remove the long-option form.
5294
a09a5b5b
GM
52952008-03-13 Glenn Morris <rgm@gnu.org>
5296
5297 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
5298 Remove option -enable-font-backend.
5299
1c55ebd1
SM
53002008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
5303
880820fe 53042008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
5305
5306 * xterm.c (x_connection_closed): For GTK: If this is the last
5307 terminal just exit without closing the display.
5308
7145be81
JR
53092008-03-11 Jason Rumney <jasonr@gnu.org>
5310
5311 * w32font.c (w32font_full_name): Use floor to round.
5312
e6201af3 53132008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
5314
5315 * sound.c (alsa_configure): Declare vol at beginning of block.
5316
e6201af3 5317 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 5318
390b81fa 53192008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 5320
56388398
MB
5321 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
5322 size of resulting string.
af0ad939 5323
390b81fa 53242008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 5325
56388398 5326 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 5327
390b81fa 53282008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 5329
56388398
MB
5330 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
5331 Don't pretend as if characters with display property haven't been
5332 consumed for string-replacing-string case.
acd37560 5333
223ed6db
KS
53342008-03-08 Kim F. Storm <storm@cua.dk>
5335
5336 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
5337 (get_next_display_element, next_element_from_string)
5338 (next_element_from_ellipsis, next_element_from_buffer): Use it.
5339
28545f7c
AS
53402008-03-08 Andreas Schwab <schwab@suse.de>
5341
5342 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
5343
c960bff8
JR
53442008-03-06 Jason Rumney <jasonr@gnu.org>
5345
290afd83
JB
5346 * w32font.c (w32_registry): Take font_type argument. Use ANSI
5347 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
5348 font_type is truetype.
5349 (w32font_coverage_ok): New function.
5350 (add_font_entity_to_list): Use it to filter unsuitable fonts.
5351
87b8ce92
KH
53522008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5353
5354 * lread.c (Fread_char): Resolve modifiers.
5355 (Fread_char_exclusive): Likewise.
5356
5357 * character.c (char_resolve_modifier_mask): New function.
5358 (char_string): Use char_resolve_modifier_mask.
5359 (Fchar_resolve_modifiers): New function.
5360 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
5361 function.
5362
cefd56f6
JR
53632008-03-04 Jason Rumney <jasonr@gnu.org>
5364
5365 * makefile.w32-in: Always include w32font.c in the build.
5366 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
5367
03bd3c1f
AS
53682008-03-04 Andreas Schwab <schwab@suse.de>
5369
5370 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
5371 (versionclean): Likewise.
5372
6f69e89b
JB
53732008-03-04 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * .cvsignore: Add oo.
5376
f4a3cc44
AS
53772008-03-03 Andreas Schwab <schwab@suse.de>
5378
5379 * coding.c (decode_coding_object): Inhibit gap shrinking while
5380 decoding in place.
5381
73f838ad
DN
53822008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5383
5384 * w32term.c: Remove unused include "gnu.h".
6f69e89b 5385 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
5386
5387 * gnu.h: Rename to ...
5388 * emacs-icon.h: ... this.
5389 * xterm.c: Use emacs-icon.h instead of gnu.h.
5390 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
5391
ce9c1f06
JB
53922008-03-03 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * w32font.c: Include math.h.
5395
34fd2d28
JR
53962008-03-03 Jason Rumney <jasonr@gnu.org>
5397
54efdcd1
JR
5398 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
5399 Compute options separately.
5400 (w32font_open_internal): Set glyph_idx before caching metrics.
5401
ce9c1f06
JB
5402 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
5403 Define if system headers don't.
5404 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
5405 (w32font_encode_char): Don't declare here.
5406
5407 * w32font.c (Quniscribe, QCformat): New symbols.
5408 (syms_of_w32font): Define them.
5409 (w32font_has_char): Indicate uncertainty.
ce9c1f06 5410 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 5411 (recompute_cached_metrics): New function.
ce9c1f06
JB
5412 (w32font_open_internal): Use it. Set font to use glyph points
5413 initially. Set format based on type of font.
34fd2d28 5414 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
5415 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
5416 on it. Set format based on information available here.
34fd2d28
JR
5417 (add_font_entity_to_list): Identify backend based on opentype_only.
5418
14daee73
AS
54192008-03-02 Andreas Schwab <schwab@suse.de>
5420
f907fb2e
AS
5421 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
5422
ce9c1f06
JB
5423 * coding.c (decode_coding_big5, produce_chars):
5424 Fix typos in last change.
14daee73 5425
c9cc6462
DN
54262008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
5427
5428 * gnu.h: New icon.
5429
119852e7
KH
54302008-03-02 Kenichi Handa <handa@m17n.org>
5431
5432 * coding.c (decode_coding_utf_8): When eol-type of CODING is
5433 `dos', don't decode '\r' if that is the last in the source.
5434 (decode_coding_utf_16, decode_coding_emacs_mule)
5435 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5436 (decode_coding_raw_text, decode_coding_charset): Likewise.
5437 (produce_chars): Don't decode EOL here. Use EMACS_INT.
5438
a823468b
JR
54392008-03-01 Jason Rumney <jasonr@gnu.org>
5440
5441 * w32font.c (w32font_full_name): Report point size for scalable fonts.
5442
4ddc7e30
KS
54432008-03-01 Kim F. Storm <storm@cua.dk>
5444
5445 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
5446
67997c79
JR
54472008-03-01 Jason Rumney <jasonr@gnu.org>
5448
5449 * w32font.c (w32font_full_name): New function.
5450 (w32font_open_internal): Use it.
5451
3f4e9c35
KS
54522008-03-01 Kim F. Storm <storm@cua.dk>
5453
5454 * dispnew.c (line_draw_cost): Fix invalid glyph check.
5455
f3b9e479
JR
54562008-03-01 Jason Rumney <jasonr@gnu.org>
5457
5458 * font.c (font_unparse_fcname): Increase len when style is a symbol.
5459
880820fe 54602008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
5461
5462 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
5463 xg_frame_resized when the event is for the edit widget.
5464
5465 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
5466
5467 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
5468 set_char_size.
5469 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
5470 operations on widgets here. Just set frame size if needed.
5471 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
5472 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
5473 (x_wm_set_size_hint): Set size hints on the edit widget only, not
5474 the whole frame.
5475 (xg_create_tool_bar): Move attachement of the tool bar to
5476 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
5477 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
5478
6c8acaa1
JR
54792008-03-01 Jason Rumney <jasonr@gnu.org>
5480
5481 * w32fns.c (w32_msg_pump): Disable debug code.
5482
51fb064b 54832008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 5484
51fb064b 5485 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 5486
60221a33
CY
54872008-02-29 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * xdisp.c (next_overlay_string): Don't set
5490 overlay_strings_at_end_processed_p if we're currently reading from
5491 a display string.
5492
10cbc34f
SM
54932008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * xdisp.c (get_overlay_strings_1): Fix typo.
5496
73c0054e
CY
54972008-02-29 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * xdisp.c (get_overlay_strings_1): Add missing argument type.
5500
ec1c4354
KH
55012008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5502
55082642
KH
5503 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
5504
ec1c4354
KH
5505 * xdisp.c (display_mode_element): Cancel the previous change.
5506 (decode_mode_spec): Likewise.
ee548a94
KH
5507 (handle_auto_composed_prop): Don't make composition if it->string
5508 is a string.
ec1c4354 5509
b6d898a2
KS
55102008-02-27 Kim F. Storm <storm@cua.dk>
5511
5512 * lisp.h (GLYPH): Change type from int to struct with separate char
5513 and face_id members.
5514 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
5515 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
5516 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
5517 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
5518 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
5519 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
5520 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
5521 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
5522 handle new Lisp glyph code encoding, either an integer or a cons.
5523
5524 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
5525 (GLYPH_ALIAS): Delete.
5526 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
5527 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
5528 (GLYPH_FROM_CHAR): Replace macro by ...
5529 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
5530
5531 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
5532 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
5533 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
5534 (GLYPH_INVALID_P): New macro.
5535 (spec_glyph_lookup_face): Update prototype.
5536
5537 * dispnew.c (line_draw_cost): Adapt to new glyph type.
5538 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
5539 new glyph code encoding.
5540 (spec_glyph_lookup_face): No return value; update passed glyph instead.
5541 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
5542
5543 * xdisp.c (get_next_display_element, next_element_from_display_vector):
5544 Adapt to new glyph type and new glyph code encoding.
5545
5546 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
5547
5548 * indent.c (current_column, current_column_1, Fmove_to_column)
5549 (compute_motion): Adapt to new glyph code encoding.
5550
5551 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
5552
af2080a2
CY
55532008-02-27 Chong Yidong <cyd@stupidchicken.com>
5554
5555 * process.c (wait_reading_process_output): Check for window
5556 changes caused by timers.
880820fe 5557 Suggested by Johan Bockgård.
af2080a2 5558
253ed25e
GM
55592008-02-27 Glenn Morris <rgm@gnu.org>
5560
5561 * emacs.c (USAGE1): Add `--disable-font-backend'.
5562
18a9f8d9
SM
55632008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
5566 is made to the buffer.
5567
0f8b27ea
SM
55682008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
5571 (face_at_string_position):
5572 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5573 (face_at_string_position):
5574 * xdisp.c (display_string, next_overlay_change):
5575 * buffer.h (overlays_at):
5576 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
5577 Update callers.
5578
4e7c53ca
CY
55792008-02-26 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * editfns.c (Fformat): Doc fix.
5582
51c01100
JB
55832008-02-26 Juanma Barranquero <lekktu@gmail.com>
5584
5585 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
5586 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
5587 (Ffont_otf_alternates, Fquery_font): Doc fixes.
5588
13cda5f9
SM
55892008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * buffer.c (Fbuffer_swap_text): New function.
5592 (syms_of_buffer): Defsubr it.
5593
8018d430
CY
55942008-02-25 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
5597
9bde1a21
JR
55982008-02-25 Jason Rumney <jasonr@gnu.org>
5599
5600 * w32font.c (w32font_draw): Draw one character at a time when padding.
5601
eeca6f6f
SM
56022008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
5605 Handle a nil arg. Use run_window_configuration_change_hook.
5606 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
5607 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
5608 Use run_window_configuration_change_hook.
5609
ec1c4354
KH
56102008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5611
5612 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
5613 1-pixel width.
5614
ae185452
KH
56152008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5616
5617 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
5618 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
5619 if the glyph in the font is zero pixel with.
5620
5621 * dispextern.h (struct glyph_string): New member padding_p.
5622
5623 * w32font.c (w32font_draw): Pay attention to s->padding_p.
5624
5625 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
5626
5627 * xfont.c (xfont_draw): Pay attention to s->padding_p.
5628
5629 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
5630
eeca6f6f 5631 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 5632
ffe832ea 56332008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 5634
ffe832ea 5635 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 5636
06045130
SM
56372008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 Allow fine-grained image-cache flushing.
5640 * dispextern.h (struct image): Add `dependencies' field.
5641 (clear_image_caches): Change arg to Lisp_Object.
5642 * image.c (make_image): Initialize `dependencies' field.
5643 (clear_image_cache): Change arg to allow fine-grained flushing.
5644 Perform the flush even if image-cache-eviction-delay is nil.
5645 (clear_image_caches): Change arg to Lisp_Object.
5646 (Fclear_image_cache): Expand meaning of the argument.
5647 (mark_image): Mark `dependencies' field.
5648 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
5649 (lface_hash): Use XHASH rather than XFASTINT.
5650 (face_at_buffer_position): Fix int -> EMACS_INT position.
5651 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
5652 (select_frame_for_redisplay): Remove code duplication.
5653 (redisplay_internal): Adapt arg to call to clear_image_caches.
5654
9d2818d6
DN
56552008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5656
5657 * s/vms4-0.h:
5658 * s/vms4-2.h:
5659 * s/vms4-4.h:
5660 * s/vms5-5.h: Remove, unused.
5661
5662 * s/irix5-2.h:
5663 * s/irix6-0.h:
5664 * s/riscos5.h:
5665 * s/mach-bsd4-3.h:
2a2e8de7 5666 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
5667
5668 * Makefile.in:
5669 * filelock.c:
5670 * unexmips.c:
5671 * m/hp9000s300.h:
5672 * m/iris4d.h:
5673 * s/aix3-1.h:
5674 * s/hpux.h:
5675 * s/msdos.h:
5676 * s/usg5-0.h:
5677 * s/usg5-2-2.h:
5678 * s/usg5-2.h:
5679 * s/usg5-3.h: Remove references to obsolete variables.
5680
5681 * s/irix5-0.h: Remove, move all the contents ...
5682 * s/irix6-5.h: ... here. Simplify.
5683 * config.in: Regenerate.
5684
2a36efcf
JR
56852008-02-24 Jason Rumney <jasonr@gnu.org>
5686
c5ad7a3d 5687 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
5688 manually when cleartype is in use.
5689 (x_draw_glyph_string_foreground): Draw text transparently when
5690 cleartype is in use.
5691
2a36efcf
JR
5692 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
5693 a font into it unless we have to.
5694
b03f96dc 56952008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 5696
b03f96dc
MB
5697 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
5698 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 5699
b03f96dc 57002008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 5701
b03f96dc 5702 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 5703
b03f96dc 57042008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 5705
b03f96dc 5706 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 5707
b03f96dc 57082008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 5709
b03f96dc 5710 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 5711
d5958163
CY
57122008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
5713
5714 * xterm.c (x_set_offset): Don't change the gravity if
5715 CHANGE_GRAVITY is -1.
5716
9997701e
CY
57172008-02-23 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * fileio.c (auto_save_error_occurred): New var.
5720 (auto_save_error): Set it.
5721 (Fdo_auto_save): Don't overwrite the error message if an auto-save
5722 error occurred.
5723
9d95a291
EZ
57242008-02-23 Eli Zaretskii <eliz@gnu.org>
5725
5726 * w32.c (globals_of_w32): Add initializations for
5727 g_b_init_get_sid_sub_authority and
5728 g_b_init_get_sid_sub_authority_count.
5729
43d1af23
SM
57302008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5731
43a1d19b
SM
5732 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
5733 (font_parse_xlfd): Use them for sanity check.
608c3307 5734 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 5735
354884c4
SM
5736 Consolidate the image_cache to the terminal struct.
5737 * termhooks.h (P_): Remove redundant def.
5738 (struct terminal): New field `image_cache'.
5739 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
5740 of FRAME_X_IMAGE_CACHE.
5741 * xterm.h (struct x_display_info): Remove image_cache field.
5742 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5743 * w32term.h (struct w32_display_info): Remove image_cache field.
5744 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5745 * macterm.h (struct mac_display_info): Remove image_cache field.
5746 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5747 * xterm.c (x_term_init):
5748 * w32term.c (w32_term_init):
5749 * macterm.c (mac_term_init): Set the image_cache in the terminal.
5750 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
5751 Remove declarations.
5752 (clear_image_caches, mark_image_cache): New declarations.
5753 * xfaces.c (clear_face_cache):
5754 * xdisp.c (redisplay_internal): Use clear_image_caches.
5755 * image.c (clear_image_cache): Don't check that a frame is on
5756 a window-system before checking if it shares the same cache.
5757 (clear_image_caches): New function.
5758 (Fclear_image_cache): Use it.
5759 (mark_image): Move from allo.c.
5760 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
5761 * alloc.c (mark_image, mark_image_cache): Move to image.c.
5762 (mark_object): Don't call mark_image_cache for frames.
5763 (mark_terminals): Call mark_image_cache.
5764
c2e42690
SM
5765 * lisp.h (Fdelete_terminal): Declare.
5766
43d1af23
SM
5767 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
5768 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
5769 wrong_type_argument.
5770
cc8d1311
KH
57712008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5772
5773 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 5774 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 5775
6bd92640
SM
57762008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * xterm.c (x_connection_closed): Consolidate identical tests.
5779 (x_delete_terminal): Don't crash if called via x_connection_closed.
5780
a73b5627
KH
57812008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5782
5783 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 5784 (display_mode_element): Adjust for the above change.
a73b5627 5785
1b511542
SM
57862008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * callint.c (Fcall_interactively): Use AREF.
5789
81aefea4
SM
57902008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
5793
880820fe 57942008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
5795
5796 * xfns.c (Fx_show_tip): Set string to " " if empty.
5797
a2b84f35
DN
57982008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
5801 with Qt.
5802
43c0454d
KH
58032008-02-17 Kenichi Handa <handa@m17n.org>
5804
5805 * ftfont.c (ftfont_shape): Return Lispy number.
5806
5807 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
5808 for GCs.
5809 (Finternal_set_font_selection_order): Call font_update_sort_order
5810 only when enable_font_backend is set.
5811 (realize_x_face): Set face->font_info to that of default face only
5812 when enable_font_backend is set.
5813
5814 * xdisp.c (handle_composition_prop): Set it->c to the fist
5815 characte of the composed region.
5816 (fill_composite_glyph_string): Set base_face->font_info to
5817 s->font_info. Get a face for ascii from base_face->ascii_face.
5818 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
5819 with a face already decided.
5820 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
5821 non-negative.
978bef9a
JB
5822 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
5823 call font_prepare_composition unconditionally.
43c0454d 5824
978bef9a 5825 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
5826
5827 * xterm.h (struct x_display_info): New member font.
5828
5829 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
5830 (x_set_mouse_face_gc, x_new_font): Likewise.
5831 (x_term_init): Setup display_info->font.
5832 (x_delete_terminal): Free display_info->font.
5833
5834 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
5835
5836 * ftxfont.c (ftxfont_default_fid): Delete it.
5837 (ftxfont_open): Set xfont->fid to 0.
978bef9a 5838 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
5839 font-driver.
5840
5841 * xftfont.c (xftfont_default_fid): Delete it.
5842 (xftfont_open): Set xfont->fid to 0.
5843
5844 * fontset.c (FONTSET_OBJLIST): New macro.
5845 (fontset_find_font): Update font-object list of the fontset.
5846 (free_realized_fontset): New function.
5847 (free_face_fontset): Call free_realized_fontset.
5848 (Ffont_info): Call font_close_object only when enable_font_backend
5849 is set.
5850
5851 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
5852 [HAVE_NTGUI]: Include w32term.h.
5853 [MAC_OS]: Include macterm.ch.
5854 (font_otf_ValueRecord): Use make_number.
5855 (font_finish_cache): Fix handling of reference count.
5856 (font_clear_cache): Update num_fonts.
5857 (font_open_entity): Update smallest_char_width and
5858 smallest_font_height of the frame.
5859 (font_close_object): Update num_fonts.
5860 (Fclear_font_cache): Fix finding the target cache data.
5861
be617367
GM
58622008-02-16 Glenn Morris <rgm@gnu.org>
5863
5864 * fontset.c (Finternal_char_font): Fix compilation warning.
5865
2930d117
EZ
58662008-02-16 Eli Zaretskii <eliz@gnu.org>
5867
634d3003
EZ
5868 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
5869 instead of char arrays. Enlarge the size of array passed to
5870 get_token_information.
5871
2930d117
EZ
5872 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
5873 warnings.
5874
79214046
DN
58752008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * .gdbinit: Don't set `args', it breaks gdb --args.
5878
7f5d2c72
SM
58792008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
5882 within a narrowed buffer.
5883
6edacc43
KH
58842008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
5885
b270d6af
JB
5886 * coding.c (decode_coding_object, encode_coding_object):
5887 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 5888
174105f7
SM
58892008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5890
b270d6af
JB
5891 * coding.c (coding_set_destination): Use BEG_BYTE rather than
5892 hardcoding 1.
13818c30
SM
5893 (detect_coding_system):
5894 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
5895 (string_char_to_byte, string_byte_to_char, insert_from_gap):
5896 * insdel.c (insert_from_gap):
5897 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
5898 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
5899 (string_to_multibyte):
5900 * character.c (chars_in_text, multibyte_chars_in_text):
5901 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
5902
f1c99628
SM
5903 * character.h (FETCH_STRING_CHAR_ADVANCE)
5904 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
5905 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
5906 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
5907
7927d8e3
SM
5908 * casefiddle.c (casify_region): Only call after-change and composition
5909 functions on the part of the region that was changed.
5910
adf6a429 5911 * keyboard.c (read_avail_input):
174105f7
SM
5912 * frame.c (Fdelete_frame): Call Fdelete_terminal.
5913
3ee24aec
SM
59142008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5917 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
5918
4ed4b975
JB
59192008-02-11 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * w32menu.c (push_submenu_start, push_submenu_end)
5922 (push_left_right_boundary, push_menu_pane, push_menu_item):
5923 * keyboard.c (read_key_sequence): Don't pass args with side effects
5924 to AREF, it fails when compiling with -DENABLE_CHECKING.
5925
79e3bfb8
KH
59262008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
5927
4ed4b975
JB
5928 * Makefile.in (${lispsource}international/charprop.el):
5929 Delete this target.
6e76043f 5930
79e3bfb8
KH
5931 * search.c (boyer_moore): Fix incorrect synching of the trunk and
5932 emacs-unicode-2.
5933
5b8de9c5
SM
59342008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * terminal.c (Fdelete_terminal): Clean up the `force' path.
5937
eac1939a
SM
59382008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5939
c53956fe
SM
5940 * frame.c (Qnoelisp): New symbol.
5941 (syms_of_frame): Initialize it.
5942 (Fdelete_frame): Use it to distinguish a mere `force' passed from
5943 someharmles Elisp code, from a strong `force' from x_connection_closed.
5944 * frame.h (Qnoelisp): Declare.
5945 * xterm.c (x_connection_closed): Pass `noelisp'.
5946
eac1939a
SM
5947 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
5948 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5949 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
5950 rather than `int' for the type of `type'.
5951
13f6772b
DN
59522008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
5955
5956 * Makefile.in (GNUC): Remove support for gcc-1.x.
5957
e8455367
RS
59582008-02-10 Richard Stallman <rms@gnu.org>
5959
5960 * lisp.h (ASET): Use AREF, not ASLOT.
5961
4b75ffab
SM
59622008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * lisp.h (ASET): Check bounds.
5965
d224e8c2
GM
59662008-02-10 Glenn Morris <rgm@gnu.org>
5967
5968 * buffer.c (mode-name): Doc fix.
5969
4624371d
DN
59702008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5971
290afd83
JB
5972 * Makefile.in:
5973 * emacs.c:
5974 * gmalloc.c:
5975 * keyboard.c:
5976 * lisp.h:
5977 * m/ibm370aix.h:
5978 * process.c:
5979 * regex.c:
5980 * s/hpux.h:
5981 * sysdep.c:
5982 * sysselect.h:
5983 * systty.h:
5984 * unexec.c:
5985 * w32term.c:
5986 * xsmfns.c:
5987 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
5988
5989 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
5990
5991 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
5992 nothing else needs it anymore.
5993
274ec34b
EZ
59942008-02-09 Eli Zaretskii <eliz@gnu.org>
5995
5996 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
5997 instead of unibyte_char_to_multibyte.
5998
deeaffe1
DN
59992008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6000
6001 * s/gnu-linux.h: Remove commented out code.
6002
4ed4b975 6003 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
6004
6005 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 6006 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 6007 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
6008 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
6009 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
6010
68b587a6
SM
60112008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6012
9141ca5e
SM
6013 * keymap.c (Fkey_description): Move side effect outside of macro call.
6014
dfae5f9a 6015 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
6016 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
6017
ff7a2223
SM
6018 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
6019 (syms_of_fontset): Use ASET.
6020
68b587a6
SM
6021 * fns.c (concat): Move side effect outside of macro call.
6022 (hash_clear): Use ASET.
6023
a31787b1
RS
60242008-02-08 Richard Stallman <rms@gnu.org>
6025
6026 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
6027 If FORCE, and frame has a surrogate minibuffer for another frame,
6028 delete the other frame first.
6029
987be29b 60302008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
6031
6032 * xterm.c (x_detect_focus_change): Handle embed client message.
6033 (handle_one_xevent): Ditto.
6034 (handle_one_xevent): If embedded and we get a button press/release,
6035 request focus.
6036 (xembed_set_info, xembed_send_message): New functions.
6037 (x_make_frame_visible): Call xembed_set_info if embedded.
6038 (x_make_frame_invisible): Call xembed_set_info if embedded.
6039 (x_term_init): Initialize Xatom_XEMBED.
6040 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
6041 (x_iconify_frame): Ditto.
6042
6043 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
6044 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
6045 (enum xembed_modifier, enum xembed_accelerator): New.
6046 (xembed_set_info, xembed_send_message): Declare.
6047 (FRAME_X_EMBEDDED_P): New.
6048
6049 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
6050 gtk_plug_new.
6051
6052 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
6053 window ID of a frame.
6054 (x_window): Reparent frame if embedded.
6055 (Fx_create_frame): Don't set border width if embedded.
6056
1f204af3 6057 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
6058 (standard_args): Ditto.
6059
880820fe 60602008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
6061
6062 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
6063
92413ef3
JD
60642008-02-07 Jim Meyering <meyering@redhat.com>
6065
6f69e89b 6066 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
6067 The latter provokes a warning from gcc about the empty else, when
6068 followed by ";". Also, without that trailing semicolon, it would
6069 silently swallow up any following statement.
c3f9fba8 6070 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
6071 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
6072 * buffer.h (DECODE_POSITION): Likewise.
6073 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
6074 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
6075 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
6076 (FETCH_CHAR_ADVANCE): Likewise.
6077 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 6078
03fa5713
GM
60792008-02-07 Jim Meyering <meyering@redhat.com>
6080
6081 * lread.c [lint]: Don't include <sys/inode.h>.
6082
3ae565b3
SM
60832008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * xselect.c (x_handle_dnd_message):
6086 * xmenu.c (digest_single_submenu, xmenu_show):
6087 * xdisp.c (with_echo_area_buffer_unwind_data)
6088 (format_mode_line_unwind_data, unwind_format_mode_line)
6089 (display_menu_bar):
6090 * eval.c (Ffetch_bytecode):
6091 * doc.c (store_function_docstring):
6092 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
6093 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
6094 * buffer.c (add_overlay_mod_hooklist): Use ASET.
6095
146b6e55
KH
60962008-02-07 Kenichi Handa <handa@m17n.org>
6097
6098 * ftxfont.c (ftxfont_open): Don't set
6099 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
6100
6101 * ftfont.c (ftfont_open): Fix previous change.
6102
46a923ac
JR
61032008-02-06 Jason Rumney <jasonr@gnu.org>
6104
6105 * w32font.c (w32font_text_extents): Fill in lbearing metric.
6106 Use cached metrics for ASCII characters.
3ae565b3
SM
6107 (w32font_open_internal): Don't set font's owning_frame.
6108 Cache metrics for ASCII characters.
46a923ac
JR
6109
6110 * w32font.h (struct w32font_info): Add ascii_metrics.
6111 Remove owning_frame.
6112
da7d7c21
KH
61132008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
6114
6115 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
6116 to negative value.
6117
6118 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
6119
3ae565b3 6120 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
6121
6122 * charset.c (syms_of_charset): Set QCtest and Qeq.
6123
c62c8ddb
SM
61242008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6125
ca319910
SM
6126 * process.c (Fstart_process):
6127 * callproc.c (Fcall_process): Handle the case where
6128 Funhandled_file_name_directory returns nil.
6129
76860cbb
SM
6130 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
6131 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
6132 * font.c (check_gstring): Use them and AREF to access the vector before
6133 we know it's really a gstring.
6134 (Ffont_shape_text): Fix typo.
6135 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 6136
15139d67
SM
6137 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
6138 Declare.
6139
c62c8ddb
SM
6140 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
6141
04b65d2b
JR
61422008-02-05 Jason Rumney <jasonr@gnu.org>
6143
6144 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
6145 Set smallest_font_height and smallest_char_width in display info.
6146
fccaebfd
KH
61472008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6148
6149 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
6150
e7d7fd8c
MB
61512008-02-05 Miles Bader <miles@gnu.org>
6152
6153 * xfaces.c (get_lface_attributes, merge_named_face)
6154 (lookup_named_face, lookup_derived_face, realize_named_face):
6155 Revert 2008-02-01 change by cyd@stupidchicken.com.
6156
3d4448a8
KH
61572008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6158
6159 * fontset.c (Ffontset_info): Handle the case of inhibitting the
6160 fallback fonts.
15139d67 6161 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 6162
5ace1ec1
JR
61632008-02-04 Jason Rumney <jasonr@gnu.org>
6164
6165 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
6166 set full_name.
e3a77b22 6167 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 6168
ffe42183
JR
61692008-02-03 Jason Rumney <jasonr@gnu.org>
6170
6171 * makefile.w32-in (OBJ1): Include font.o here.
6172 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
6173
526dc3b3
JR
61742008-02-02 Jason Rumney <jasonr@gnu.org>
6175
a0fece35 6176 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 6177
af805c82
JR
61782008-02-01 Jason Rumney <jasonr@gnu.org>
6179
6180 * s/cygwin.h: Define VIRT_ADDR_VARIES.
6181
6182 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
6183
7f6519c5
AS
61842008-02-01 Andreas Schwab <schwab@suse.de>
6185
1f45f627 6186 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 6187 ../lisp/language/myanmar.el.
7f6519c5 6188
26f8aa27
CY
61892008-02-01 Chong Yidong <cyd@stupidchicken.com>
6190
1f45f627 6191 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
6192 (merge_named_face, lookup_named_face, lookup_derived_face)
6193 (realize_named_face): Call lface_from_face_name directly, and use
6194 the fact that merge_face_vectors does not alter its FROM argument.
6195
73acf815 61962008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6197
6198 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 6199 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 6200
73acf815 62012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6202
6203 * fontset.c (reorder_font_vector): Exclude nil elements from the
6204 font group. Don't try multiple fonts.
15139d67 6205 (fontset_font): Adjust for the above change.
aca7a3d2
MB
6206 (Finternal_char_font): Return nil if the found font doesn't
6207 contain the character ch.
6208
4c4475a8 6209 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 6210
73acf815 62112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6212
6213 * font.h (FONTP): Make it return 1 also for a font-object.
6214
6215 * .gdbinit (xfontset): New function.
6216
6217 * font.c (font_find_for_lface): Check if the character C is
6218 supported or not only for the first font.
6219
6220 * fontset.c (reorder_font_vector): Fix typo.
6221 (fontset_find_font): Don't add a font-spec specifying a script.
6222 Use 0 (not Qt) for the indication of empty font-group. Change the
6223 format of RFONT-DEF. Return Qt if no font in the font-group
6224 support the character.
15139d67 6225 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 6226 found the character, remember that.
15139d67 6227 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
6228 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
6229 no font for the target.
15139d67 6230 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 6231
73acf815 62322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6233
6234 * font.c (font_load_for_face): Handle the case that the font in
6235 face->lface is a string.
6236
73acf815 62372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6238
1f45f627 6239 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 6240
73acf815 62412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6242
6243 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
6244 Fix previous change. If the frame is not on a window system,
6245 signal an error.
6246
73acf815 62472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6248
4c4475a8
GM
6249 * coding.c (decode_coding_object, encode_coding_object): Adjust
6250 marker positions after conversion.
aca7a3d2
MB
6251
6252 * lisp.h (struct Lisp_Marker): New member need_adjustment.
6253
73acf815 62542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6255
6256 * font.c (font_find_for_lface): Fix the handling of the return
6257 value of font_has_char.
6258 (Ffont_shape_text): Fix previous change.
6259
6260 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
6261 (fontset_ref_and_range): Delete it.
6262 (fontset_find_font): Call char_table_ref_and_range instead of
6263 FONTSET_REF_AND_RANGE.
6264 (make_fontset): Don't setup font groups of Latin here.
6265 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
6266 (new_fontset_from_font): Make the specified font the default for
6267 all Latin characters.
6268
73acf815 62692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6270
6271 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
6272 is on a window system before accessing the fontset of the frame.
6273
73acf815 62742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6275
1f45f627 6276 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
6277
6278 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
6279 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
6280
6281 * font.c (Ffont_shape_text): If the font driver doesn't have a
6282 shaper function, make zero-width glyphs to have at least one-pixel
6283 width. Fix setting of `to' field of glyphs.
6284
73acf815 62852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6286
6287 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
6288 glyphs.
6289
1f45f627 6290 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 6291
73acf815 62922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6293
6294 * composite.c (syms_of_composite): Fix docstring of
6295 auto-composition-function.
6296
6297 * font.h (LGLYPH_SIZE): New macro.
6298
6299 * font.c (Ffont_fill_gstring): Stop filling when a character not
6300 supported by the font is found.
6301 (Ffont_shape_text): When a shape callback function returns nil,
6302 try at most two more times with larger gstring.
15139d67 6303 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
6304
6305 * xdisp.c (handle_auto_composed_prop): Change the argument to
6306 auto-composition-function.
6307
6308 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
6309 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
6310 Lispy glyph and store it in the lgstring.
6311
6312 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
6313
6314 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
6315
73acf815 63162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6317
6318 * font.c (Ffont_shape_text): Avoid unnecessary composition.
6319
6320 * fontset.c (Vfont_encoding_charset_alist): New variable.
6321 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
6322 (reorder_font_vector, fontset_find_font): Optimize for the case of
6323 no need of reordering.
aca7a3d2
MB
6324 (face_for_char): Map the charset property by
6325 Vfont_encoding_charset_alist.
6326
73acf815 63272008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6328
6329 * w32font.c (logfonts_match): Don't check adstyle here.
6330 (font_matches_spec): Check here against physical font instead.
6331 (add_font_entity_to_list): Avoid some substitutions.
6332
6333 * font.c (font_parse_fcname): Default weight and slant to normal.
6334 (font_score): Prefer normal fonts if weight or slant unspecified.
6335 (font_score) [WINDOWSNT]: Scale weight difference down to closer
6336 match freetype scores.
6337
73acf815 63382008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6339
6340 * w32font.c (w32font_text_extents): Don't use the frame stored in the
6341 font, as it may have been deleted.
6342 (w32_enumfont_pattern_entity): Map generic family to adstyle using
6343 most common hyphenless variation.
6344 (logfonts_match): Check generic family.
6345 (font_matches_spec): Don't check generic family here.
6346 (fill_in_logfont): Set generic family based on adstyle.
6347
6348 * w32font.h (w32font_get_cache): Update declaration.
6349
73acf815 63502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6351
6352 * ftfont.c (ftfont_get_cache): Adjust the argument type.
6353
15139d67 6354 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 6355 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
6356 with the old drivers.
6357
6358 * w32font.c (w32font_get_cache): Adjust the argument type.
6359
6360 * xfont.c (xfont_get_cache): Adjust the argument type.
6361
6362 * font.h (struct font_driver): Change argument type of get_cache.
6363
6364 * xftfont.c (xftfont_start_for_frame): Delete prototype.
6365
6366 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 6367 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 6368 (font_clear_cache): New function.
4c4475a8 6369 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 6370 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
6371
6372 * fontset.c (fontset_find_font): Fix previous change.
6373
73acf815 63742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6375
6376 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
6377 dpyinfo->font_table.
6378 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 6379 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
6380
6381 * font.c (font_at): Handle the case that the arg C is negative.
6382 Handle the unibyte case.
6383 (Ffont_at): Call font_at with the arg C -1.
6384
6385 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
6386 the position here, and call font_at with the arg C -1.
6387 Don't check the range of the existing composition at the point.
aca7a3d2 6388
73acf815 63892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6390
15139d67 6391 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 6392 Change caller.
4c4475a8
GM
6393 (load_font_get_repertory, fontset_find_font): Assume that
6394 font_spec is always a font-spec object.
aca7a3d2
MB
6395 (Fset_fontset_font): Always store a font-spec object in a fontset.
6396
6397 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
6398 instead of get_property_and_range.
6399
73acf815 64002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6401
6402 * xftfont.c (struct xftfont_info): Delete the member ft_face.
6403 (xftfont_open): Don't keep locking face.
6404 (xftfont_close): Don't unlock face.
4c4475a8 6405 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
6406
6407 * fontset.c (fontset_find_font): Don't prefer a font of
6408 supplementary charset.
6409
73acf815 64102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6411
1f45f627
GM
6412 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
6413 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
6414 (OTF_TAG_STR): Terminate by '\0'.
6415 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
6416 listing to the script specified in that property. Fix arg to
6417 OTF_check_features.
6418
73acf815 64192008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6420
6421 * w32font.h: New file.
6422
6423 * w32font.c: Include it.
6424 (struct w32font_info): Add owning_frame field. Move to w32font.h.
6425 (w32font_open): Set owning_frame.
6426 (w32font_text_extents): Use owning_frame.
6427 (struct font_callback_data): Add opentype_only field.
6428 (add_font_entity_to_list): Use it to filter fonts.
6429 Don't check against full name.
6430 (w32font_list_internal): New function.
6431 (w32font_list): Use it.
6432 (w32font_match_internal): New function.
6433 (w32font_match): Use it.
6434 (w32font_open_internal): New function.
6435 (w32font_open): Use it.
6436 (w32font_get_cache, w32font_close, w32font_has_char)
6437 (w32font_encode_char, w32font_text_extents, w32font_draw):
6438 Make non-static.
6439
6440 * makefile.w32-in (w32font.o): Depend on w32font.h.
6441
73acf815 64422008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6443
6444 * charset.c (Fdefine_charset_internal): Record a supplementary
6445 charset at the tail of Vcharset_order_list.
6446
6447 * font.c (Ffont_shape_text): Fix the return value.
6448
6449 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
6450
6451 * xdisp.c (handle_auto_composed_prop): Fix previous change.
6452
73acf815 64532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6454
6455 * ftfont.c (struct OpenTypeSpec): New struct.
6456 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
6457 (ftfont_get_open_type_spec): New function.
6458 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
6459
15139d67 6460 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 6461
73acf815 64622008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6463
6464 * w32font.c (add_font_entity_to_list): Compare only the beginning
6465 of full name.
6466
73acf815 64672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6468
15139d67
SM
6469 * xdisp.c (handle_auto_composed_prop): Simplify the code.
6470 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 6471
73acf815 64722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6473
6474 * font.c (font_gstring_produce): Delete it.
6475
15139d67
SM
6476 * composite.h (COMPOSITION_METHOD):
6477 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 6478
73acf815 64792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6480
15139d67 6481 * xfont.c (Qx): Delete.
aca7a3d2
MB
6482 (syms_of_xfont): Don't initialize Qx.
6483
15139d67
SM
6484 * composite.h (enum composition_method):
6485 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 6486
73acf815 64872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6488
6489 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
6490 (choose_face_font): Accept new form of font-spec.
6491
6492 * frame.h (font_driver_list): Declare it unconditionally.
6493 (struct frame): Define members font_driver_list and font_data_list
6494 unconditionally.
6495
6496 * fontset.c: Include "font.h" unconditionally.
15139d67 6497 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
6498 (Fset_fontset_font): Accept a font-spec object.
6499
6500 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
6501 PIXEL_SIZE part a wild card.
6502
6503 * dispextern.h (struct glyph_string): Define members clip and
6504 num_clips unconditionally.
6505 (struct face): Define members font_info and extra unconditionally.
6506
6507 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
6508 ftfont_info only when HAVE_LIBOTF is defined.
6509
73acf815 65102008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6511
6512 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
6513 and end.
6514
73acf815 65152008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6516
6517 * w32font.c (w32font_driver): Add new fields.
6518
73acf815 65192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 6520
aca7a3d2
MB
6521 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
6522 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
6523 (LIBES): Add @M17N_FLT_CFLAGS@.
6524
6525 * composite.c (compose_text): Don't treat the new style
6526 composition specially.
6527
6528 * emacs.c (main): Call syms_of_font unconditionally.
6529
6530 * font.h (FONT_ENTITY_NOT_LOADABLE)
6531 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 6532 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 6533 (struct font_driver): New member shape.
1f45f627 6534 (font_registry_charsets): Extern it.
4c4475a8 6535 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
6536 (font_otf_capability, font_drive_otf): Delete their externs.
6537
6538 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
6539 (font_charset_alist, font_registry_charsets): Move from xfont.c
6540 and rename.
aca7a3d2
MB
6541 (font_prop_validate_otf): New function.
6542 (font_property_table): Register it for QCotf.
6543 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 6544 (font_drive_otf): Delete.
1f45f627 6545 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
6546 lispy gstring.
6547 (font_find_for_lface): New arg C.
15139d67 6548 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
6549 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
6550 lispy gstring.
aca7a3d2
MB
6551 (Ffont_shape_text): New function.
6552 (Fopen_font): If the font size is not given, use 12-pixel.
6553 (Ffont_at): New arg STRING.
15139d67
SM
6554 (syms_of_font): Initalize font_charset_alist.
6555 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
6556 conditionally.
6557
6558 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
6559 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
6560 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
6561 Adjust for the change of RFONT-DEF.
15139d67 6562 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
6563
6564 * ftfont.h: New file.
6565
6566 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
6567 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
6568 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6569 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
6570 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 6571 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
6572 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
6573 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
6574 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 6575 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
6576 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
6577 (otf_gstring, gstring, m17n_flt_initialized): New variables.
6578
15139d67
SM
6579 * w32term.c (x_draw_composite_glyph_string_foreground):
6580 Adjust for the change of lispy gstring.
aca7a3d2 6581
15139d67 6582 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 6583 lispy gstring. Call a function for auto-composition with the
15139d67
SM
6584 third arg it->window.
6585 (fill_composite_glyph_string): Adjust for the change of lispy string.
6586 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 6587
15139d67 6588 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
6589 font_find_for_lface.
6590
1f45f627
GM
6591 * xfont.c (x_font_charset_alist): Move to font.c and rename.
6592 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
6593 (syms_of_xfont): Don't handle x_font_charset_alist.
6594
6595 * xftfont.c: Include "ftfont.h".
15139d67 6596 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
6597 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
6598 (xftfont_close) [HAVE_LIBOTF]: Close otf.
6599 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
6600 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
6601 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 6602
15139d67 6603 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
6604 the change of lispy gstring.
6605
73acf815 66062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6607
6608 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
6609
73acf815 66102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6611
6612 * w32font.c (w32font_draw): Fill background manually.
6613
73acf815 66142008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6615
6616 * font.c (Qfontp): Remove unused symbol.
6617 (QCantialias): New symbol.
6618 (syms_of_font): Define it.
6619 (font_property_table): Set a validator for QCantialias.
6620
15139d67
SM
6621 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
6622 Define if not already.
aca7a3d2
MB
6623 (QCfamily): Share with xfaces.c.
6624 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 6625 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
6626 (w32_antialias_type, lispy_antialias_type): New functions.
6627 (w32_enumfont_pattern_entity): New arg requested_font.
6628 Set antialias parameter if non-default was requested.
6629 (fill_in_logfont): Fill in lfQuality if :antialias specified.
6630
73acf815 66312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6632
6633 * lread.c (read1): Undo the previous change.
6634
73acf815 66352008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
6636
6637 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 6638 USE_FONT_BACKEND is defined.
aca7a3d2 6639
73acf815 66402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6641
6642 * font.h (struct font_bitmap): New member bits_per_pixel.
6643 (struct font_driver): New members start_for_frame and end_for_frame.
6644 (struct font_data_list): New struct.
6645 (font_put_frame_data, font_get_frame_data): Extern them.
6646
6647 * frame.h (struct frame): New member font_data_list.
6648
6649 * font.c (font_update_drivers): Call driver->start_for_frame and
6650 driver->end_for_frame at proper timings.
6651 (font_put_frame_data, font_get_frame_data): New functions.
6652 (Ffont_spec): Add usage in the docstring.
6653
6654 * frame.c (make_frame): Initialize f->font_data_list to NULL.
6655 (Fdelete_frame): Call font_update_drivers.
6656
6657 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 6658 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
6659 (xftfont_get_xft_draw): New function.
6660 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
6661 (xftfont_end_for_frame): New function.
6662 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
6663
15139d67 6664 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 6665 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
6666 (struct ftxfont_frame_data): New struct.
6667 (ftxfont_draw_bitmap): New arg gc_fore and flush.
6668 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 6669 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
6670 (ftxfont_end_for_frame): New function.
6671 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
6672
6673 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
6674
73acf815 66752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6676
6677 * xselect.c (Vselection_coding_system)
6678 (Vnext_selection_coding_system): Delete them.
6679 (syms_of_xselect): Don't declare selection-coding-system and
6680 next-selection-coding-system. They are declared in select.el.
6681
73acf815 66822008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6683
6684 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
6685
6686 * w32fns.c: Include imm.h.
6687 (get_composition_string_fn, get_ime_context_fn): New optional
6688 system functions.
6689 (globals_of_w32fns): Load them from imm32.dll.
6690 (ignore_ime_char): New flag.
6691 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
6692 WM_IME_ENDCOMPOSITION messages.
6693
6694 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
6695 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
6696
73acf815 66972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6698
6699 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
6700 (READCHAR_REPORT_MULTIBYTE): New macro.
6701 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
6702 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
6703 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
6704 source.
6705
73acf815 67062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6707
6708 * xfaces.c (face_for_overlay_string): Call lookup_face with
6709 correct arguments (fix of synching with the trunk).
6710
73acf815 67112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6712
4c4475a8
GM
6713 * font.c (font_prop_validate_symbol, font_prop_validate_style)
6714 (font_prop_validate_non_neg, font_prop_validate_spacing):
6715 Delete argument prop_index.
15139d67
SM
6716 (font_property_table): Change arguments to validater. Change Callers.
6717 (font_lispy_object): Delete.
aca7a3d2
MB
6718 (font_at): Use font_find_object instead fo font_lispy_object.
6719
73acf815 67202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6721
6722 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
6723 and file names.
6724
73acf815 67252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6726
6727 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
6728 (font_matches_spec): Remove debug output.
6729 (add_font_entity_to_list): Avoid using substituted fonts.
6730
73acf815 67312008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6732
6733 * doc.c (Fsnarf_documentation):
6734 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
6735
73acf815 67362008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 6737
290afd83 6738 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
6739 HAVE_WINDOW_SYSTEM is defined.
6740
73acf815 67412008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6742
6743 Fix up multi-tty merge.
6744
6745 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
6746 and indentation.
6747
6748 * xfaces.c (free_realized_face, clear_face_gcs):
6749 Include font_done_for_face in the input_blocked section, just in case.
6750
6751 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
6752 (get_char_face_and_encoding): Undo last change and remove the *other*
6753 duplicate definition (i.e. keep the one that's better scoped and that
6754 includes code for the font-backend).
6755
6756 * terminal.c (create_terminal): Default keyboard_coding to
6757 `no-conversion' and terminal_coding to `undecided'.
6758
6759 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
6760
6761 * fontset.c (free_realized_fontsets): Check that the table entry does
6762 contain a fontset before trying to compare it to `base'.
6763
6764 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
6765 syms_of_charset, and syms_of_coding earlier because init_window_once
6766 now needs Vcoding_system_hash_table to be setup.
6767
6768 * coding.h (default_buffer_file_coding): Remove.
6769
6770 * coding.c (default_buffer_file_coding): Remove.
6771 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
6772 than ->symbol, and use the terminal-local coding system.
6773 (syms_of_coding): Don't setup the coding-systems that are not
6774 terminal-local.
6775 (Fdefine_coding_system_internal): Use XCAR/XCDR.
6776
6777 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
6778 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
6779
6780 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
6781 in chartab.c and were re-added here by mistake.
6782 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
6783
6784 * doc.c (Fsnarf_documentation):
6785 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
6786 src to etc.
6787
6788 * ChangeLog.10: Add mistakenly removed entry.
6789
73acf815 67902008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
6791
6792 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
6793
73acf815 67942008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6795
6796 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
6797 Add extra args to FACE_FOR_CHAR.
6798
73acf815 67992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6800
6801 * keymap.c (where_is_internal_1): If key is a cons, store the copy
6802 in sequence.
6803
4c4475a8
GM
6804 * chartab.c (map_sub_char_table, map_char_table): If the range
6805 contains just one character, call the function with that character
6806 even if the depth is not 3.
aca7a3d2 6807
73acf815 68082008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6809
6810 * w32font.c (w32font_text_extents): Calculate metrics for the
6811 whole string.
6812
73acf815 68132008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6814
6815 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
6816
73acf815 68172008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6818
6819 * w32term.c (x_set_glyph_string_clipping): Use
6820 get_glyph_string_clip_rects.
4c4475a8
GM
6821 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6822 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6823
6824 * w32font.c (w32font_draw): Do clipping here.
6825
73acf815 68262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6827
1f45f627 6828 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
6829 glyph_string.
6830
6831 * xterm.c (x_set_glyph_string_clipping): Use
6832 get_glyph_string_clip_rects.
4c4475a8
GM
6833 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6834 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6835
6836 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
6837 the resulting clip(s}.
1f45f627 6838 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
6839 row->clip temporarily.
6840 (expose_window): Redraw rows overlapping the exposed area.
6841
6842 * dispextern.h (struct glyph_row): New member clip.
6843 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
6844 clip_height, new member clip, and num_clips.
6845
73acf815 68462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6847
6848 * data.c (Fchar_or_string_p): Fix docstring.
6849
73acf815 68502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6851
6852 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
6853 create a temporal XftDraw object.
6854
73acf815 68552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6856
6857 * font.c (Ffontp): Fix docstring.
6858
6859 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
6860 strong evidence of ISO-2022.
6861
73acf815 68622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6863
6864 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
6865 SYNTAX_ENTRY_FOLLOW_PARENT.
6866
73acf815 68672008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6868
6869 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
6870 its type.
6871 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
6872 Update to the new type of weak_hash_tables and next_weak.
6873
6874 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
6875 a plain C pointer to Lisp_Hash_Table.
6876
6877 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
6878 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
6879 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
6880 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
6881 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
6882 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
6883 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
6884 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
6885 (GC_EQ): Remove since they've been identical to their non-GC_
6886 alter-egos ever since the markbit was eradicated.
6887
290afd83
JB
6888 * alloc.c:
6889 * buffer.c:
6890 * buffer.h:
6891 * data.c:
6892 * fileio.c:
6893 * filelock.c:
6894 * fns.c:
6895 * frame.h:
6896 * lisp.h:
6897 * macterm.c:
6898 * print.c:
6899 * process.c:
6900 * w32fns.c:
6901 * w32menu.c:
6902 * w32term.c:
6903 * xfns.c:
6904 * xmenu.c:
6905 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 6906
73acf815 69072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6908
6909 * chartab.c (map_sub_char_table): Make it work for the top-level
6910 char-table. Fix handling of parent char-table.
c5ad7a3d 6911 (map_char_table): Adjust for the above change.
aca7a3d2 6912
73acf815 69132008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6914
6915 * w32font.c (Qgdi): Rename from Qw32.
6916
73acf815 69172008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6918
6919 * w32bdf.c (get_quoted_string): Make function static.
6920
73acf815 69212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6922
6923 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
6924 bigger ascent and descent than those of the font, use them as
6925 font's ascent and descent.
6926
73acf815 69272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6928
6929 * Makefile.in (${lispsource}international/charprop.el): Move this
6930 target within "#ifdef HAVE_UNIDATA" and "#endif".
6931
73acf815 69322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6933
6934 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
6935 (shortlisp): Add ../lisp/language/tai-viet.el.
6936
1f45f627 69372008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
6938
6939 * Makefile.in (${lispsource}international/charprop.el): Depend on
6940 temacs${EXEEXT}.
6941
73acf815 69422008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6943
6944 * w32font.c (w32font_close): Delete the GDI font object.
6945
6f69e89b 6946 * w32menu.c: Include character.h.
aca7a3d2
MB
6947
6948 * w32proc.c: Likewise.
6949
6950 * w32select.c: Likewise.
6951
6f69e89b 6952 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 6953
73acf815 69542008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6955
6956 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
6957
6958 * w32menu.c (syms_of_w32menu): Likewise.
6959
6960 * w32proc.c (syms_of_ntproc): Likewise.
6961
6962 * w32select.c (syms_of_w32select): Likewise.
6963
6964 * w32term.c (syms_of_w32term): Likewise.
6965
73acf815 69662008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6967
6968 * w32font.c (w32font_draw): Delete brush after using it.
6969
73acf815 69702008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6971
6972 * w32font.c (w32font_open): Don't set font_idx.
6973 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
6974 to font settings.
6975 (w32font_draw): Fill background explicitly.
6976
73acf815 69772008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6978
6979 * w32term.c (w32_initialize): Don't call w32font_initialize.
6980
6981 * w32font.c (w32font_info): Remove subranges.
6982 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
6983 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
6984 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
6985 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
6986 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
6987 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
6988 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
6989 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
6990 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
6991 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
6992 New symbols.
6993 (font_callback_data): New struct.
6994 (w32font_list, w32font_match): Use it.
6995 (w32font_open): Don't populate subranges.
6996 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
6997 (w32font_encode_char): Always return unicode code-point as-is.
6998 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
6999 GetGlyphOutline. Never look up by glyph index. Avoid looping
7000 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 7001 glyph index version.
1f204af3 7002 (set_fonts_frame): Remove.
aca7a3d2 7003 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
7004 set frame parameter. Use backward compatible fake foundries.
7005 Save generic family in extra slot under QCfamily. Make width slot
7006 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
7007 binary subranges.
7008 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 7009 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
7010 unwanted fonts.
7011 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
7012 (w32_registry): Default to iso10646_1.
7013 (fill_in_logfont): Use dpi from extra slot. Don't bother with
7014 string font registries. Don't fill in font name if it is a generic
7015 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
7016 extra info to fill pitch, family and charset fields.
7017 (list_all_matching_fonts): Use font_callback_data struct.
7018 (unicode_range_for_char): Remove.
7019 (font_supported_scripts): New function.
7020 (w32font_initialize): Remove.
7021 (syms_of_w32font): Update which symbols are defined.
7022
73acf815 70232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7024
7025 * font.c (font_pixel_size): Reverse assq_no_quit args.
7026
7027 * w32term.h (FONT_WIDTH): Report max width, not average.
7028 (FONT_MAX_WIDTH): Remove.
7029 (FONT_AVG_WIDTH): New macro.
7030
7031 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
7032 redefinition of FONT_WIDTH.
7033
7034 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
7035 (w32_cache_char_metrics): Use FONT_WIDTH.
7036
7037 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
7038
73acf815 70392008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7040
7041 * w32font.c (w32font_open): Make lfHeight negative.
7042
7043 * w32fns.c (x_default_font_parameter): Use new style font name.
7044 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
7045
73acf815 70462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7047
7048 * w32font.c (QCsubranges): New symbol.
7049 (w32font_open, w32font_has_char): Get subranges from subproperty
7050 of extra.
7051 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
7052 (syms_of_w32font): Define :subranges symbol.
7053
7054 * font.c (font_put_extra): Expose externally.
7055
1f45f627 7056 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
7057
7058 * font.c (Ffont_get): Use font driver to determine otf capability.
7059 (adjust_anchor): Check if driver defines anchor_point before using.
7060
7061 * w32font.c (w32font_open): Handle size, height and pixel_size better.
7062 (w32font_draw): Use options.
7063 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
7064 Fix detection of truetype fonts.
7065 (registry_to_w32_charset): Handle charsets other than iso8859-1
7066 expressed as lisp symbols.
7067 (w32_registry): Express charset as lisp symbol.
7068 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 7069 Don't set width here. Set quality to default.
aca7a3d2
MB
7070
7071 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
7072 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
7073
7074 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7075 Remove redundant loop and allocation.
7076
7077 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 7078 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
7079 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
7080
7081 * xdisp.c (fill_composite_glyph_string): Make the first arg to
7082 STORE_XCHARB a valid l-value.
7083
7084 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
7085 calculations for non-Truetype fonts.
7086 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
7087 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
7088 Remove redundant code.
aca7a3d2
MB
7089 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
7090
7091 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
7092 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
7093
7094 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
7095 (x_to_w32_charset, w32_to_x_charset): Expose externally.
7096
7097 * w32font.c: New file for w32 font backend.
7098
73acf815 70992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7100
7101 * term.c: Don't include "buffer.h" twice.
7102
73acf815 71032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7104
7105 * character.c (Funibyte_string): New function.
7106 (syms_of_character): Defsubr it.
7107
73acf815 71082008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7109
7110 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
7111 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
7112 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
7113 (x_draw_glyph_string, x_draw_glyph_string_foreground)
7114 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
7115 (x_free_frame_resources): Sync with xterm.c.
7116
73acf815 71172008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7118
7119 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
7120 char-table size.
7121
73acf815 71222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7123
c3f9fba8 7124 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 7125
73acf815 71262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7127
7128 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
7129 font_otf_gpos, add font_drive_otf.
7130
7131 * fontset.c (fontset_find_font): Pay attention to font size
7132 specified for a font.
7133 (reorder_font_vector): Check contents of font_def.
7134
7135 * font.c (struct otf_list): Delete it.
6f69e89b 7136 (otf_list): Make it a lisp variable.
aca7a3d2 7137 (otf_open): Use lispy otf_list.
1f45f627 7138 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 7139 (check_otf_features): New function.
c3f9fba8
JB
7140 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
7141 New functions.
aca7a3d2
MB
7142 (font_drive_otf): New function merging font_otf_gsub and
7143 font_otf_gpos.
7144 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 7145 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
7146 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
7147 Ffont_otf_gpos.
7148 (syms_of_font): Staticpro otf_list. Delete defsubr of
7149 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
7150
1f45f627 7151 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
7152 font_open_for_lface.
7153
7154 * font.h (font_open_for_lface): Adjust prototype.
7155 (struct font_driver): Delete members otf_gsub and otf_gpos, add
7156 member otf_drive.
7157 (font_otf_gsub, font_otf_gpos): Delete externs.
7158 (font_drive_otf): Extern it.
7159
73acf815 71602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7161
7162 * font.c (font_at): If the window W is not on a window system,
7163 return Qnil.
7164
4c4475a8
GM
7165 * coding.c (produce_chars, encode_coding): Don't call
7166 insert_from_gap if no characters to produce.
aca7a3d2 7167
73acf815 71682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7169
7170 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
7171 Fclear_face_cache.
7172
7173 * xfaces.c (face_for_font): Check also face->font==font->font.font.
7174
73acf815 71752008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7176
7177 * emacs.c (main): Change default value of `enable_font_backend' to 1.
7178 Parse "--disable-font-backend" option.
7179 (standard_args): Add "--disable-font-backend" option.
7180
73acf815 71812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7182
7183 * fontset.c (fontset_find_font): New function.
7184 (fontset_font): Use fontset_find_font.
7185 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
7186 Register the specified font for all Latin characters.
7187 (new_fontset_from_font): Register the specified font for all Latin
7188 characters.
7189 (dump_fontset): For a realized fontset, include the base fontset
7190 name in the returned vector.
7191
73acf815 71922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7193
7194 * character.h (CHAR_STRING): Cast C to unsigned on calling
7195 char_string.
7196
7197 * character.c (char_string): Type of arg C changed to unsigned.
7198 Signal an error if C is an invalid character code.
7199
4c4475a8
GM
7200 * editfns.c (general_insert_function, Fchar_to_string):
7201 Use CHARACTERP, not INTEGERP.
aca7a3d2 7202
73acf815 72032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7204
7205 * character.h (MIN_MULTIBYTE_LEADING_CODE)
7206 (MAX_MULTIBYTE_LEADING_CODE): New macros.
7207
7208 * regex.c (analyse_first): Fix for multibyte characters in "case
7209 charset:" and "case categoryspec:".
7210
73acf815 72112008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7212
7213 * Makefile.in (LIBES): Move standard libraries to the end.
7214
73acf815 72152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7216
7217 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
7218 nonzero, don't shrink the buffer nextb.
7219
7220 * buffer.h (struct buffer_text): New member inhibit_shrinking.
7221
7222 * coding.c (coding_alloc_by_making_gap): New arg offset.
7223 (alloc_destination): Call coding_alloc_by_making_gap with the arg
7224 offset.
7225 (decode_coding_iso_2022): Update coding->safe_charsets.
7226 (decode_coding_gap): Temporarily set
7227 current_buffer->text->inhibit_shrinking to 1.
7228
73acf815 72292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7230
7231 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
7232 indexing into elements of s->cmp and s->char2b.
7233
73acf815 72342008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
7235
7236 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
7237
73acf815 72382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7239
7240 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
7241 target_multibyte instead of multibyte.
7242 (re_match_2_internal): Call bcmp_translate with target_multibyte.
7243 (bcmp_translate): Change the argument name from multibyte to
7244 target_multibyte.
7245
73acf815 72462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7247
7248 These changes are to compile a regexp into a pattern that can be
7249 used both for multibyte and unibyte targets.
7250
7251 * Makefile.in (search.o): Depend on charset.h.
7252
7253 * character.c (multibyte_char_to_unibyte_safe): New function.
7254
7255 * search.c: Include "charset.h".
7256 (compile_pattern_1): Delete argument multibyte. Don't set
7257 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
7258 (compile_pattern): Don't compare cp->buf.target_multibyte.
7259 Compare cp->buf.charset_unibyte.
7260 (compile_pattern): Set cp->buf.target_multibyte.
7261
7262 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
7263
7264 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
7265
7266 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 7267 multibyte. Change callers.
aca7a3d2 7268 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
7269 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
7270 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
7271 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
7272 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
7273 (regex_compile): Make the compiled pattern usable both for
7274 multibyte and unibyte targets.
7275 (analyse_first): Make the fastmap usable both for multibyte and
7276 unibyte targets.
1f45f627 7277 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
7278 (re_match_2_internal): Pay attention to the case that the
7279 multibyteness of bufp and target may be different.
7280
73acf815 72812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7282
7283 * xdisp.c (x_produce_glyphs): When a font is not found, make the
7284 empty box occupy at least one column width.
7285
73acf815 72862008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7287
7288 * Makefile.in: Remove redundant HAVE_XFT clause.
7289
73acf815 72902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7291
7292 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
7293
73acf815 72942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7295
7296 * fontset.c (Finternal_char_font): Fix for the case of POSITION
7297 being nil.
7298
73acf815 72992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7300
7301 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
7302
73acf815 73032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7304
7305 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
7306
73acf815 73072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7308
7309 * search.c (simple_search): Fix previous change.
7310
73acf815 73112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7312
7313 * xftfont.c (ftfont_font_format): Extern declaration.
7314
7315 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
7316
7317 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
7318 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
7319
7320 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
7321 (ftfont_font_format): Fix previous change.
7322
7323 * font.h (Ffont_xlfd_name): EXFUN it.
7324
7325 * font.c (font_parse_xlfd): Fix the array size of `f'.
7326 (register_font_driver): Use EQ to compare driver->type.
7327
7328 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
7329 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
7330 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
7331
73acf815 73322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7333
4c4475a8
GM
7334 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
7335 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 7336
73acf815 73372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7338
7339 * xfont.c (xfont_open): Set font->format.
7340
7341 * xftfont.c (xftfont_open): Set font->format.
7342
7343 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
7344 (ftfont_list): Include FC_FONTFORMAT in FcObject.
7345 (ftfont_open): Set font->format.
7346 (ftfont_font_format): New function.
7347
7348 * font.h (struct font): New memeber format.
7349
7350 * font.c (Qopentype): New variable.
7351 (syms_of_font): Defsym it.
7352 (Fquery_font): Change the format of the last element of the return
7353 value.
7354
73acf815 73552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7356
7357 * xfns.c (xic_create_xfontset): Try the default fontset name as a
7358 last resort.
7359
73acf815 73602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7361
7362 * coding.c (detect_coding_charset): Fix detection of multi-byte
7363 charset.
7364
73acf815 73652008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
7366
7367 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
7368
73acf815 73692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7370
7371 * xdisp.c (get_next_display_element): Set it->face_id for the
7372 first component of a composition.
1f45f627 7373 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 7374
73acf815 73752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7376
7377 * fontset.c (Qlatin): New variable.
7378 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 7379 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 7380
73acf815 73812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7382
7383 * font.c (font_unparse_fcname): Pay attention to the case that
7384 some of font property is a null string.
7385
73acf815 73862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7387
7388 * term.c: Include "composite.h".
7389 (encode_terminal_code): Output all components of composition.
7390 Check the size of encode_terminal_src.
424c157f 7391 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
7392 (append_composite_glyph, produce_composite_glyph): New functions.
7393
7394 * xdisp.c (x_produce_glyphs): In handling composition, if a font
7395 is not found, get font_info from the current ascii face.
7396
73acf815 73972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7398
7399 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
7400 buffer-file-name to Qnil before calling insert_from_buffer.
7401
7402 * font.c (font_unparse_fcname): Pay attention to the case that
7403 foundry is a null string.
7404
73acf815 74052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7406
7407 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
7408
7409 * font.c (Qunicode_sip): New variable.
7410 (syms_of_font): Declare it as a Lisp symbol.
7411
7412 * font.h (Qunicode_sip): Extern it.
7413
73acf815 74142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7415
1f45f627 7416 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
7417
7418 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 7419 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
7420 the first elememnt of allocated memory.
7421
1f45f627 7422 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
7423
7424 * xdisp.c (handle_composition_prop): Set it->c to the first
7425 non-TAB component.
1f45f627
GM
7426 (fill_composite_glyph_string): Change argument.
7427 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
7428 (x_produce_glyphs): Fix handling of left/right padding.
7429
73acf815 74302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7431
7432 * coding.c (detect_coding_system): Fix for handling off
7433 inhibit_iso_escape_detection. Fix for the case that no coding
7434 system is defined for a specific coding category.
7435
73acf815 74362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7437
1f45f627 7438 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
7439
7440 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
7441 opening a font.
7442
7443 * fileio.c (Finsert_file_contents): On recovering a file, assume
7444 Unix-like eol.
7445 (choose_write_coding_system): On auto-saving a file, force
7446 Unix-like eol.
7447
7448 * coding.c (setup_coding_system): Fix setting of
7449 coding->common_flags based on eol_type.
7450 (coding_inherit_eol_type): If PARENT is not nil, be sure to
7451 inherit from it.
7452
73acf815 74532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7454
1f45f627 7455 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 7456
73acf815 74572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7458
1f45f627 7459 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
7460 (ftfont_list): Don't check :name property.
7461 (ftfont_match): New function.
7462 (ftfont_pattern_entity): If the pattern doesn't contain
7463 FC_SPACING, don't assuce FC_MONO.
7464
7465 * font.h (struct font_driver): New member `match'.
1f45f627 7466 (font_update_drivers): Adjust prototype.
aca7a3d2 7467
4c4475a8
GM
7468 * font.c (font_parse_fcname, font_parse_name): Don't change :name
7469 property of FONT.
aca7a3d2
MB
7470 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
7471 them unconditionally.
7472 (font_matching_entity): New function.
7473 (font_open_by_name): Try font_matching_entity if exact match is
7474 not found.
7475 (font_update_drivers): Delete the arg FONT. Return a list of
7476 actually used backends. Don't free faces, font caches here.
7477 Don't store data in frame parameters. Don't call x_set_font.
7478 (Ffont_spec): Store :name property as is.
7479 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
7480 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
7481 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
7482 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
7483 Call font->driver->otf_gsub instead of font_otf_gsub.
7484
7485 * frame.c (x_set_font_backend): Do more works that were done in
7486 font_update_drivers before.
7487
7488 * xfont.c (xfont_match): New function.
7489 (xfont_driver): Set xfont_driver.match to xfont_match.
7490 (xfont_draw): Set font in GC if necessary.
7491
7492 * ftxfont.c (ftxfont_match): New function.
7493 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
7494
7495 * xftfont.c (xftfont_match): New function.
7496 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
7497
73acf815 74982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7499
7500 * font.h (struct font): New member scalable.
7501 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 7502 (font_otf_gsub): Adjust prototype.
aca7a3d2 7503
1f45f627
GM
7504 * font.c (font_otf_capability): Fix handling of the default langsys.
7505 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
7506 Check the contents of SPEC.
7507 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
7508 (check_gstring): New function.
7509 (REPLACEMENT_CHARACTER): New macro.
7510 (font_otf_gsub): New arg alternate_subst. Be sure to set all
7511 glyph codes of GSTRING.
7512 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
7513 (font_prepare_composition): Set cmp->glyph_len.
7514 (font_open_entity): Set font->scalable.
7515 (Ffont_get): Handle :otf property.
7516 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
7517 functions.
7518 (Fquery_font): Use font->font.full_name.
7519 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
7520 Sfont_otf_alternates.
7521
7522 * ftfont.c (ftfont_open): Set font->font.full_name and
7523 font->font.name properly. Fix calculation of font->font.height
7524 and font->min_width.
7525
7526 * ftxfont.c (ftxfont_create_gcs): New function.
7527 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
7528 (ftxfont_draw_backgrond): Fix filling region.
7529 (ftxfont_default_fid): New function.
7530 (ftxfont_open): Set xfotn->fid to the return value of
7531 ftxfont_default_fid.
7532 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
7533 (ftxfont_done_face): Free only GCs that are created by
7534 ftxfont_create_gcs.
7535 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
7536
7537 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
7538 Clip to src->width, etc (not src->clip_XXX).
7539
7540 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
7541 FontBackend frame parameter.
7542
73acf815 75432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7544
7545 * font.h (struct font_driver_list): New member `on'.
7546 (Fclear_font_cache): EXFUN it.
7547 (font_update_drivers): Extern it.
7548
7549 * font.c (font_unparse_fcname): Fix typo (swidth->width).
7550 (font_list_entities): Check driver_list->on.
7551 (register_font_driver): Initalize `on' member to 0.
7552 (font_update_drivers): New function.
7553 (Fclear_font_cache): Check driver_list->on.
7554
7555 * frame.h (Qfont_backend): Extern it.
7556 (x_set_font_backend): Extern it.
7557
7558 * frame.c (Qfont_backend): New variable.
7559 (frame_parms): New element for font-backend.
7560 (x_set_font_backend): New function.
7561
7562 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
7563 FontBackend frame parameter.
7564 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
7565 x_set_font_backend.
7566
7567 * xfont.c (xfont_list): Don't try listing by :name property if the
7568 name is not for XLFD.
7569
73acf815 75702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7571
7572 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
7573 (LGLYPH_SET_TO): New macros.
7574 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
7575 element of G is vector or not.
7576 (font_at): Extern it.
7577
7578 * font.c: Include window.h.
7579 (font_lispy_object): New function.
7580 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
7581 end of valid glyph.
7582 (font_close_object): Fix getting (struct font *).
7583 (font_at): New function.
7584 (Ffont_get): If FONT is a font-object, get entity from it.
7585 (Ffont_make_gstring): Initialize elements of glyphs with nil.
7586 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
7587 range check.
7588 (Ffont_at): New function.
7589 (syms_of_font): Defsubr Sfont_at.
7590
7591 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 7592 before the entry for Qcomposition.
1f45f627 7593 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
7594 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
7595 the font in gstring.
7596 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
7597 LGLYPH_FORM (g) to detect the end of valid glyph.
7598 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
7599 we are composing with gstring.
7600
7601 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
7602 Check if adjustment is vector or not.
7603
7604 * Makefile.in (font.o): Make it depends on window.h.
7605
73acf815 76062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7607
7608 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
7609 adjustment is vector or not.
7610
73acf815 76112008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7612
7613 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
7614
73acf815 76152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7616
7617 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
7618 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
7619 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
7620
1f45f627 7621 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 7622 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
7623 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
7624 LGLYPH format.
aca7a3d2 7625
1f45f627 7626 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
7627 the change of LGLYPH format.
7628
73acf815 76292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7630
7631 * ftfont.c (ftfont_list): Fix typo.
1f45f627 7632 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 7633
880820fe 76342008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
7635
7636 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
7637
7638 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
7639 xftface_info is non-NULL.
7640
880820fe 76412008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 7642
1f45f627 7643 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 7644
73acf815 76452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7646
7647 * ftfont.c (ftfont_list): Pay attention to the case that
7648 FC_CAPABILITY is not defined.
7649
73acf815 76502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7651
7652 * xftfont.c (xftfont_open): Set charset related members to -1.
7653
1f45f627
GM
7654 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
7655 QCname.
aca7a3d2
MB
7656 (ftfont_open): Set charset related members to -1.
7657
7658 * fontset.c (Votf_script_alist): New variable.
7659 (syms_of_fontset): Initialize it.
7660 (fontset_font): Delete unused variable.
7661
7662 * fontset.h (Votf_script_alist): Extern it.
7663
1f45f627 7664 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
7665
7666 * font.h (font_close_object, font_merge_old_spec): Extern them.
7667
73acf815 76682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7669
7670 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
7671 (syms_of_font): Initialize them.
7672 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
7673 (font_prop_validate_type): Delete.
7674 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
7675 Change caller.
7676 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
7677 (font_prop_validate_extra): Delete.
aca7a3d2
MB
7678 (font_prop_validate_spacing): New function.
7679 (font_property_table): Add elements for all known properties.
1f45f627
GM
7680 (get_font_prop_index): Rename from check_font_prop_name. New
7681 argument FROM. Change caller.
aca7a3d2 7682 (font_prop_validate): Validate all known properties.
1f45f627 7683 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
7684 (font_expand_wildcards): Make it static. Fix the way of shrinking
7685 the possible range.
1f45f627 7686 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 7687 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 7688 Change caller.
aca7a3d2 7689 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
7690 (font_parse_fcname): Delete argument merge. Fix parsing of point
7691 size. Don't validate properties values here. Change caller.
7692 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
7693 (font_open_by_name): Delete unused variable.
7694 (Ffont_spec): Likewise. Validate property values.
7695 (Ffont_match_p): New function.
7696
7697 * font.h (QCscalable): Extern it.
1f45f627 7698 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 7699
1f45f627 7700 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 7701
1f45f627 7702 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
7703 (xfont_list_pattern): New function.
7704 (xfont_list): Use xfont_list_pattern.
7705
73acf815 77062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7707
7708 * font.h (Flist_fonts): EXFUN it.
7709
73acf815 77102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7711
7712 * w32term.c (w32_initialize): Add back smoothing_type and
7713 smoothing_enabled definitions.
7714
73acf815 77152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7716
7717 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
7718 s->face->font on determining underline position.
7719
73acf815 77202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7721
7722 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
7723 (font_has_char): Accept font-object too.
7724 (font_find_for_lface): Try at first with a size specified in face.
7725
73acf815 77262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7727
7728 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
7729 font_open_by_name.
7730
73acf815 77312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7732
7733 * font.h (QCspacing, QCdpi): Extern them.
7734 (enum font_spacing): New enum.
7735 (FONT_PIXEL_SIZE_QUANTUM): New macro.
7736
7737 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
7738 (QCspacing, QCdpi): New variables.
7739 (syms_of_font): Initialize them.
7740 (font_pixel_size): New function.
7741 (font_put_extra): New function.
7742 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
7743 in FONT_EXTRA.
e9184ccb
JB
7744 (font_parse_fcname): Handle enumenrated values (e.g. bold).
7745 Fix handling font size. Add QCname property that contains only
aca7a3d2 7746 unknown properties.
1f45f627 7747 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 7748 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
7749 (font_sort_entites, font_list_entities, font_find_for_lface)
7750 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 7751 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
7752
7753 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
7754 include weight in listing pattern, instead check weight of each
7755 listed font. Don't include scalable in pattern. Pay attention to
7756 FONT_PIXEL_SIZE_QUANTUM.
7757
73acf815 77582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7759
aca7a3d2 7760 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 7761 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
7762 (font_list_entities): Handle float size correctly.
7763 (font_open_by_name): Prefer `normal' property values if the name
7764 doesn't specify them.
7765
7766 * fontset.c (Finternal_char_font): Use font_get_name, not
7767 Ffont_xlfd_name.
7768
7769 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
7770 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
7771 pattern. Don't force scalable.
7772
7773 * xftfont.c (xftfont_open): For generating a name, start from
7774 96-byte buffer.
7775
880820fe 77762008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
7777
7778 * frame.h (x_new_fontset2): Fix prototype.
7779
73acf815 77802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7781
1f45f627 7782 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
7783 (font_match_p, font_get_spec, font_parse_fcname)
7784 (font_unparse_fcname): Extern them.
1f45f627 7785 (font_get_name): Adjust prototype.
aca7a3d2
MB
7786
7787 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
7788 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
7789 (font_expand_wildcards): Fix handling ENCODING field. Avoid
7790 unnecessary checks for weight, slant, and swidth.
7791 (font_parse_fcname): New function.
7792 (font_unparse_fcname): New function.
7793 (font_parse_name): New function.
7794 (font_match_p): New function.
1f45f627 7795 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
7796 (font_get_spec): New function.
7797 (Qunspecified, Qignore_defface): Don't extern them.
7798 (font_find_for_lface): Assume that LFACE is fully specified.
7799 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
7800 object, use it for FACE.
7801 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
7802 driver->parse_name.
7803 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
7804
1f45f627
GM
7805 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
7806 prototype.
aca7a3d2 7807
1f45f627
GM
7808 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
7809 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
7810 make_fontset.
7811
1f45f627 7812 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 7813
1f45f627 7814 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
7815 of x_new_fontset2.
7816
7817 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
7818 (Qsans__serif): New variables.
7819 (ftfont_generic_family_list): New variable.
7820 (syms_of_ftfont): Initialize the above variables.
1f45f627 7821 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
7822 (ftfont_list_generic_family): New function.
7823 (ftfont_parse_name): Delete this function.
1f45f627 7824 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
7825 (ftfont_list_family): Fix args to FcObjectSetBuild.
7826
7827 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
7828 object in attrs[LFACE_FONT_INDEX].
7829 (set_lface_from_font_name): Cancel all changes for font-backend.
7830 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
7831 function.
7832 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
7833 font object in QCfont attribute.
7834 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
7835 (realize_default_face) [USE_FONT_BACKEND]: Call
7836 set_lface_from_font_and_fontset.
7837
7838 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
7839 "fixed", and signal error here if no suitable font was found.
7840
7841 * xfont.c (xfont_parse_name): Delete this function.
7842
7843 * xftfont.c (xftfont_open): Change coding style of error
7844 handling. Generate fontconfig's fontname pattern.
7845
7846 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
7847 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
7848
7849 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
7850 Both args FONTSET and FONT_OBJECT must be existing ones.
7851
73acf815 78522008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7853
7854 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
7855
73acf815 78562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7857
7858 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
7859
7860 * font.h (struct font): Fix typo.
7861
7862 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
7863 XLFD_XXX_INDEX.
7864 (enum xlfd_field_mask): New enum.
1f45f627 7865 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
7866 are followed by non-digits, return a symbol.
7867 (font_expand_wildcards): New function.
7868 (font_parse_xlfd): Fix wildcard handling.
7869 (Ffont_spec): If :name is specified, reflect the info in the other
7870 properties.
7871
7872 * ftfont.c (ftfont_pattern_entity): Fix typo.
7873 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
7874 locale.
7875
73acf815 78762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7877
7878 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
7879
1f45f627 7880 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
7881 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
7882 registry doesn't specify encoding part.
7883 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
7884 (font_open_by_name): At first try parsing the name.
7885 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
7886 as Lisp symbols.
7887
7888 * fontset.c (reorder_font_vector): Pay attention to the case that
7889 the 3rd element of font_def is nil.
7890 (fontset_font): For the default fontset, append one more fontset
7891 elements for a script-based font specification. Don't add script
7892 attribute on finding a font.
7893 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
7894 font name.
7895 (fontset_ascii_font): If a font can't be opened, return nil.
7896
1f45f627 7897 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
7898 (ftfont_pattern_entity): New function.
7899 (ftfont_get_cache): Assume that freetype_font_cache is already
7900 initialized.
7901 (ftfont_list): Handle the case that a file is specified in font
7902 name. Use ftfont_pattern_entity to generate entities.
7903 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
7904 (syms_of_ftfont): Initialize freetype_font_cache.
7905
7906 * xftfont.c (xftfont_open): Make the font name fontconfig's
7907 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
7908 (xftfont_close): Free font->font.name if not NULL.
7909
7910 * xfont.c (xfont_list): If script is specified for a font, return
7911 null_vector.
7912 (xfont_list_family): Declare argument type.
7913
7914 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
7915 name, set LFACE_FONT (lface) to nil.
7916
7917 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
7918 return Qnil.
7919
73acf815 79202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7921
1f45f627 7922 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
7923 (standard_args): Add "-enable-font-backend".
7924
73acf815 79252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7926
7927 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
7928 (struct xftdraw_list, xftdraw_list): Delete them.
7929 (register_xftdraw, check_xftdraw): Delete them.
7930 (xftfont_prepare_face): Don't call register_xftdraw.
7931 (xftfont_done_face): Don't call check_xftdraw.
7932 (xftfont_draw): Get backroudn color only when with_background is
7933 nonzero.
7934
7935 * xfont.c (xfont_encode_char): Fix calculation of char2b.
7936
73acf815 79372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7938
7939 These changes are for the new font handling codes.
7940
7941 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
7942 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
7943 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
7944 (FONTSRC, FONTOBJ): New variables.
7945 (obj): Add $(FONTOBJ).
7946 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
7947 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
7948 @LIBOTF_LIBS@.
7949 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 7950 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 7951
1f45f627 7952 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
7953
7954 * character.h (Vscript_representative_chars): Extern it.
7955
7956 * character.c (Vscript_representative_chars): New variable.
7957 (syms_of_character): Declare it as a Lisp variable.
7958
7959 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
7960 enable_font_backend is nonzero, accept the composition method
7961 COMPOSITION_WITH_GLYPH_STRING.
7962
7963 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
7964 enumeration COMPOSITION_WITH_GLYPH_STRING.
7965
aca7a3d2
MB
7966 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
7967 members clip_x, clip_y, clip_width, and clip_height.
7968 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
7969
7970 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
7971 --enable-font-backend. Call syms_of_font.
7972
7973 * fns.c (assoc_no_quit): New function.
7974
7975 * fontset.h (FONT_INFO_FROM_FACE): New macro.
7976 (face_for_font, new_fontset_from_font)
7977 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
7978
7979 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
7980 (fontset_font, fontset_ascii, face_for_char)
7981 (make_fontset_for_ascii_face, Ffont_info)
7982 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
7983 is nonzero, use font-backend mechanism.
7984 (find_font_encoding): Make it non-static.
7985 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
7986 New functions.
7987
7988 * frame.h (struct frame): New members resx and resy.
7989 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
7990 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
7991
7992 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 7993 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
7994
7995 * lisp.h (assoc_no_quit): Extern it.
7996
7997 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
7998 Through out the file, use FONT_INFO_FROM_FACE instead of
7999 FONT_INFO_FROM_ID, use get_per_char_metric instead of
8000 rif->per_char_metric.
8001 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
8002 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
8003 (get_glyph_face_and_encoding, fill_composite_glyph_string)
8004 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8005 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
8006 nonzero, use font-backend mechanism.
8007 (get_per_char_metric): New function.
8008
8009 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
8010 (set_lface_from_font_name)
8011 (set_font_frame_param, free_realized_face)
8012 (prepare_face_for_display, clear_face_gcs)
8013 (Finternal_set_font_selection_order, realize_x_face)
8014 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
8015 font-backend mechanism.
1f45f627 8016 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
8017 (load_face_font) [USE_FONT_BACKEND]: Abort.
8018 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 8019 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
8020
8021 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
8022 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
8023 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
8024 nonzero, register all available font drivers. Call
8025 x_default_font_parameter for deciding a font.
8026 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
8027
8028 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
8029 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
8030 (x_set_glyph_string_clipping_exactly)
8031 (x_compute_glyph_string_overhangs)
8032 (x_draw_glyph_string_foreground)
8033 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
8034 (x_free_frame_resources) [USE_FONT_BACKEND]: If
8035 enable_font_backend is nonzero, use font-backend mechanism.
8036 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
8037
73acf815 80382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8039
fcb314b2 8040 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
8041 system_eol_type.
8042 (syms_of_coding): Initialize system_eol_type.
8043
fcb314b2
GM
8044 * process.c (Fset_process_coding_system): Inherit system's eol
8045 format if necessary.
aca7a3d2 8046
73acf815 80472008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8048
8049 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
8050
73acf815 80512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8052
8053 * coding.c (decode_eol): Pay attention to buffer relocation in
8054 del_range_2.
8055 (decode_coding): Call decode_eol before restoring undo_list.
8056
73acf815 80572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8058
8059 * charset.c (Fdefine_charset_internal): Fix setting of
8060 emacs_mule_bytes.
8061
73acf815 80622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8063
8064 * keyboard.c (read_char): Check if C is a character or not before
8065 looking up Vkeyboard_translate_table.
8066
73acf815 80672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8068
8069 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
8070 condition to terminate the loop.
8071
73acf815 80722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8073
8074 * coding.c (produce_composition): Compare charbuf[i] instead of
8075 args[i] against 0.
8076 (Fterminal_coding_system): Use EQ to compare Lisp objects.
8077
73acf815 80782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8079
8080 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
8081 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
8082 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
8083 detect_coding.
8084 (emacs_mule_char): Handle old style (Emacs 20) component character
8085 of a composition.
4c4475a8
GM
8086 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
8087 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
8088 composition rule.
aca7a3d2
MB
8089 (decode_coding_emacs_mule): Handle invalid bytes correctly.
8090
73acf815 80912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8092
8093 * coding.c (encode_coding_ccl): Allocate destination dynamically
8094 when necessary.
8095
73acf815 80962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8097
8098 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
8099 the loop. When quitted, show a proper error message.
8100
73acf815 81012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8102
aca7a3d2
MB
8103 * xterm.c (x_set_glyph_string_clipping_exactly): Set
8104 src->clip_head and src->clip_tail temporarily instead of src->hl.
8105
8106 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
8107 character sequence.
8108 (Fccl_execute_on_string): Use ASET, not XSET.
8109
73acf815 81102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8111
1f45f627 8112 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 8113
73acf815 81142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8115
8116 * coding.c (decode_coding): Fix the condition of terminating the
8117 decoding loop.
8118
73acf815 81192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8120
8121 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 8122 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 8123
73acf815 81242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8125
8126 * charset.c (map_charset_chars): Fix for ascii-compatible charset
8127 made by a mapping table.
8128
73acf815 81292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8130
8131 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
8132 not.
8133 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
8134 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
8135
8136 * xterm.c (x_draw_composite_glyph_string_foreground): Check
8137 s->face is NULL or not.
8138
73acf815 81392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8140
8141 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
8142 (x_draw_glyph_string): Fix drawing of right_overhang and
8143 left_overhang around/on cursor.
8144
1f45f627 8145 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 8146
73acf815 81472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8148
8149 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
8150
73acf815 81512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8152
4c4475a8
GM
8153 * coding.c (Fdefine_coding_system_internal)
8154 (Fdefine_coding_system_alias): Avoid a duplicated element in
8155 Vcoding_system_alist.
aca7a3d2 8156
73acf815 81572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8158
8159 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
8160
fcb314b2 8161 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
8162 (syms_of_coding): Intern and staticpro it.
8163 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 8164 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
8165
8166 * coding.h (CODING_SYSTEM_P): If ID is not available, call
8167 Fcoding_system_p.
8168 (CHECK_CODING_SYSTEM): If ID is not available, call
8169 Fcheck_coding_system.
4c4475a8
GM
8170 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
8171 Try also Fcheck_coding_system.
aca7a3d2 8172
73acf815 81732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8174
aca7a3d2
MB
8175 * coding.c (code_conversion_restore): GCPRO arg.
8176
73acf815 81772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8178
8179 * character.c (lisp_string_width): Check multibyteness of STRING.
8180
73acf815 81812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8182
8183 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
8184 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
8185 (decode_mac_font_name): Use decode_coding_c_string instead of
8186 decode_coding.
8187 (x_load_font): Initialize fontp->fontset to -1. Set
8188 fontp->encoding_type.
8189
73acf815 81902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8191
8192 * search.c (search_buffer): Give up BM search on case-fold-search
8193 if one of a target character has a case-equivalence of different
8194 byte length even if that target charcter is an ASCII.
1f45f627
GM
8195 (simple_search): Fix calculation of byte length of matched text.
8196 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 8197
73acf815 81982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8199
8200 * coding.c (decode_coding): Fix handling of invalid bytes.
8201
73acf815 82022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8203
8204 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8205 Unicode characters.
8206
73acf815 82072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8208
8209 * coding.c (encode_coding_object): If a pre-write-conversion
8210 function makes a new buffer, kill it.
8211
73acf815 82122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8213
8214 * coding.c (QCascii_compatible_p): New variable.
8215 (syms_of_coding): Initialize it.
4c4475a8
GM
8216 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
8217 calling string_char.
aca7a3d2
MB
8218 (record_conversion_result): Add `default:' case.
8219 (coding_charset_list): Delete unused variable `coding_type'.
8220 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
8221 property in the plist of the coding system.
8222 (Fcoding_system_put): Check QCascii_compatible_p.
8223
73acf815 82242008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8225
8226 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
8227 removed calculation of frame `f', as it's now used.
8228
73acf815 82292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8230
1f45f627 8231 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
8232 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
8233 (UNIDATA): New variable.
8234 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8235 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
8236 $(RUN_TEMACS) unconditionally.
8237
73acf815 82382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8239
1f45f627 8240 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
8241 (admindir): New variable.
8242 ($(lispsource)international/charprop.el): New target.
8243
73acf815 82442008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 8245
1f45f627 8246 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
8247 (syms_of_character): Remove its initialization.
8248
73acf815 82492008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
8250
8251 * w32select.c (validate_coding_system)
8252 (setup_windows_coding_system): New functions.
8253 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
8254 setup_windows_coding_system.
8255 (setup_config, Fw32_get_clipboard_data): Use
8256 validate_coding_system.
8257 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 8258 where signals are allowed.
aca7a3d2
MB
8259
8260 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
8261 (Fcheck_coding_system): Add declarations.
8262
73acf815 82632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8264
1f45f627 8265 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 8266
73acf815 82672008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8268
8269 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
8270 string as the second argument for x_new_fontset.
8271
73acf815 82722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8273
8274 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
8275 (encode_coding_object): Use safe_call instead of call2.
8276
73acf815 82772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8278
1f45f627 8279 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
8280
8281 * Makefile.in (lisp): Include charprop.el.
8282
73acf815 82832008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
8284
8285 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
8286 Not sure if it's unnecessary.
8287
73acf815 82882008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
8289
8290 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
8291 some possibly unnecessary fontset checking code that crashed
1f45f627 8292 when creating a new frame.
aca7a3d2 8293
73acf815 82942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8295
8296 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
8297 lookup_face.
8298
8299 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
8300
1f45f627 8301 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 8302
73acf815 83032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8304
73acf815 8305 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
8306 (coding_charset_list): New function.
8307
8308 * coding.h (coding_charset_list): Extern it.
8309
73acf815 83102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8311
8312 * fontset.c (Fset_fontset_font): Call find_font_encoding with
8313 concatenation of family and registry.
8314
73acf815 83152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8316
8317 * character.h (BYTE8_STRING): Fix typo.
8318
8319 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
8320 string to multibyte (sync to HEAD).
8321
8322 * casefiddle.c (casify_region): Handle changes in byte-length
8323 using replace_range_2 (sync to HEAD).
8324
73acf815 83252008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
8326
8327 * chartab.c (map_char_table): GCPRO table and arg.
8328
73acf815 83292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8330
8331 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
8332 already at limit.
8333
73acf815 83342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8335
8336 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
8337 instead of fast_c_string_match_ignore_case.
1f45f627 8338 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 8339 fast_string_match_ignore_case instead of
1f45f627 8340 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 8341
73acf815 83422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8343
8344 * xdisp.c (get_next_display_element): In unibyte case, decide to
8345 display in octal form by checking a chacter by
8346 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
8347
1f45f627 8348 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
8349
8350 * character.c (unibyte_has_multibyte_table): New variable.
8351
8352 * character.h (unibyte_has_multibyte_table): Extern it.
8353 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
8354
73acf815 83552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8356
8357 * coding.c (encode_coding_iso_2022): Fix handling of charset
8358 annotation.
8359
73acf815 83602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8361
8362 * coding.c (setup_coding_system): If coding_system is nil, use
8363 Qundecided.
8364 (Fterminal_coding_system): Return nil if terminal coding system is
8365 `undecided'.
8366 (syms_of_coding): Define coding-system `undecided' here. Setup
8367 terminal_coding as `undecided'.
8368
73acf815 83692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8370
8371 * xdisp.c (message_dolog, set_message_1): Call
8372 unibyte_char_to_multibyte with arg type int.
8373
aca7a3d2
MB
8374 * lread.c (read1): Fix reading of a char-table.
8375
8376 * print.c (print_object): Include sub char-table in cicularities
8377 detection.
8378
73acf815 83792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8380
8381 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 8382 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 8383
73acf815 83842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8385
8386 * fileio.c (report_file_error): Make a unibyte string from
8387 strerror (errorno).
8388 (Fsubstitute_in_file_name): Fix the arg to
8389 unibyte_char_to_multibyte. It is evaluated twice.
8390
73acf815 83912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8392
8393 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
8394
73acf815 83952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8396
8397 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
8398 BOM is not found.
4c4475a8
GM
8399 (detect_coding, detect_coding_system): Optimization for ISO-2022
8400 when no 8-bit data is found.
aca7a3d2 8401
73acf815 84022008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8403
8404 * w32fns.c (x_to_w32_font): Update to use new coding struct.
8405
73acf815 84062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8407
4c4475a8
GM
8408 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
8409 CHARS.
aca7a3d2 8410
73acf815 84112008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
8412
8413 * macterm.c (mac_encode_char): Add charset argument and update
8414 to use encoding_type.
2a2e8de7 8415 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
8416 switch to pure fontset.
8417 (decode_mac_font_name): Temporarily remove decoding.
8418 (x_font_name_to_mac_font_name): Temporarily remove encoding.
8419 (x_load_font): Temporarily remove encoding.
aca7a3d2 8420
73acf815 84212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8422
8423 * xfaces.c (Fface_font): If frame is not on a window system,
8424 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
8425 refer to face->font.
8426 (split_font_name_into_vector, build_font_name_from_vector)
8427 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
8428 whne HAVE_WINDOW_SYSTEM is defined.
8429
73acf815 84302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8431
8432 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
8433 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 8434 cmp->glyph_len is zero.
aca7a3d2 8435
1f45f627 8436 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
8437 (Ffontset_info): Make it backward compatible. New arg ALL.
8438
73acf815 84392008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
8440
8441 * process.c (read_process_output): Grow decoding_buf when needed;
8442 this could cause a crash in allocate_string and compact_small_strings.
8443
73acf815 84442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8445
1f45f627 8446 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 8447
73acf815 84482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8449
8450 * coding.c (setup_coding_system): Set coding->common_flags
8451 correctly for raw-text.
8452 (consume_chars): On encoding unibyte text by raw-text, don't check
8453 multibyte form.
1f45f627 8454 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
8455
8456 * fileio.c (e_write): Short cut for the case of no encoding.
8457
73acf815 84582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8459
4c4475a8
GM
8460 * coding.c (detect_coding, detect_coding_system): Delete unused
8461 variables.
aca7a3d2 8462
73acf815 84632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8464
8465 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
8466 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
8467
73acf815 84682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8469
8470 * coding.c (Ffind_coding_systems_region_internal): Include
8471 raw-text and no-conversion in the result.
8472
73acf815 84732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8474
1f45f627 8475 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
8476 (load_font_get_repertory): Delete unnecessary check of ENCODING of
8477 FONT_DEF.
8478 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 8479 (set_fontset_font): Change argument.
aca7a3d2
MB
8480 (Fset_fontset_font): Fix for the case that TARGET is a script
8481 name and charset name.
8482 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
8483
73acf815 84842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8485
1f45f627
GM
8486 * fontset.c (fontset_font): Rename from fontset_face. Change return
8487 value.
4c4475a8
GM
8488 (face_suitable_for_char_p, face_for_char): Adjust for the change
8489 of fontset_font.
aca7a3d2
MB
8490 (make_fontset_for_ascii_face): Fix setting of the fontset element
8491 for ASCII.
8492 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
8493 to get a font name.
1f45f627 8494 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 8495
fcb314b2 8496 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
8497
8498 * character.h (LEADING_CODE_LATIN_1_MIN)
8499 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
8500
73acf815 85012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8502
fcb314b2 8503 * editfns.c (check_translation): New function.
aca7a3d2
MB
8504 (Ftranslate_region_internal): Handle M:N mapping.
8505
73acf815 85062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8507
8508 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
8509
73acf815 85102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8511
8512 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
8513 goto invalid_code.
8514 (decode_coding_iso_2022): Fix handling of invalid designation.
8515
8516 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
8517 after calling code_conversion_save.
8518
73acf815 85192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8520
8521 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
8522
8523 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
8524
8525 * fontset.c: Include "intervals.h".
8526 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
8527 (free_face_fontset, new_fontset_from_font_name): Fix
8528 Lisp_Object/int mixup.
aca7a3d2
MB
8529
8530 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
8531
8532 * coding.c: Add many prototypes for static functions.
8533 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 8534 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
8535 (Funencodable_char_position, Fcheck_coding_systems_region): Call
8536 get_translation_table with max_lookup NULL.
aca7a3d2 8537
73acf815 85382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8539
8540 * coding.c (get_translation_table): Declare it as Lisp_Object.
8541 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
8542 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
8543 instead of CHAR_TABLE_REF.
aca7a3d2 8544
73acf815 85452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8546
1f45f627 8547 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
8548 annotation data format.
8549 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 8550 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 8551 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 8552 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
8553 (decode_coding_ccl, decode_coding_charset): Pay attention to
8554 coding->charbuf_used.
aca7a3d2
MB
8555 (get_translation): New function.
8556 (produce_chars): New arguments translation_table and last_block.
8557 Translate characters here. Return number of carryover chars.
1f45f627
GM
8558 Change caller.
8559 (produce_composition): New argument pos. Change caller.
8560 Adjust for the change of annotation data format.
aca7a3d2
MB
8561 (produce_charset, produce_annotation): Likewise.
8562 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
8563 (consume_chars): New arg translation_table. Change caller.
8564 (translate_chars): Delete.
8565 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 8566
73acf815 85672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8568
8569 * search.c (simple_search): Fix setting this_pos_byte in backward
8570 search.
8571
8572 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
8573 byte sequence.
8574 (detect_coding_ccl): Fix setting of the variable valids.
8575
73acf815 85762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8577
8578 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
8579
8580 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
8581
1f45f627 8582 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
8583 Ftranslate_region. Accept a char-table in TABLE.
8584 (syms_of_editfns): Defsubr Stranslate_region_internal.
8585
8586 * xfaces.c (set_lface_from_font_name): If a font is specified for
8587 a frame, generate a fontset from the font.
8588 (build_scalable_font_name): If the scalable font is requested for
8589 a specific size, don't change that size.
8590 (try_font_list): Try a scalable font also in the case that a
1f45f627 8591 pattern string is specified.
aca7a3d2 8592
73acf815 85932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8594
8595 * xfaces.c (Fface_font): New optional arg CHARACTER.
8596
73acf815 85972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8598
8599 * charset.h (CHARSET_OFFSET): New macro.
8600
73acf815 86012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8602
8603 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
8604
8605 * fontset.c (fontset_face): Handle the case that repertory is a
8606 char-table.
8607 (find_font_encoding): Return nil for unknown encoding.
8608 (Fset_fontset_font): Ignore a font of unknown encoding.
8609
73acf815 86102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8611
1f45f627 8612 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
8613
8614 * fontset.c (fontset_face): Handle fallback fonts correctly.
8615 (Ffontset_info): Return infomation about fallback fonts.
8616
73acf815 86172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8618
8619 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 8620 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
8621 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
8622 the case that it is nil.
8623 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 8624 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
8625
8626 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
8627 subset or superset.
8628
73acf815 86292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8630
8631 * emacs.c (main): Call init_charset after syms_of_XXX.
8632
1f45f627 8633 * charset.c (Vcharset_map_directory): Delete.
1f204af3 8634 (Vcharset_map_path): New variable.
aca7a3d2
MB
8635 (load_charset_map_from_file): Use Vcharset_map_path instead.
8636 (init_charset): Initialize Vcharset_map_path.
8637 (syms_of_charset): Delete declaration of "charset-map-directory",
8638 add declaration of "charset-map-path".
8639
73acf815 86402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8641
4c4475a8
GM
8642 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
8643 ASCII only string.
aca7a3d2
MB
8644
8645 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
8646
8647 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 8648 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 8649
73acf815 86502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8651
8652 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
8653
8654 * coding.c (QCmnemonic, QCdefalut_char)
8655 (QCdecode_translation_table, QCencode_translation_table)
8656 (QCpost_read_conversion, QCpre_write_conversion): New variables.
8657 (get_translation_table): Return a list of translation tables if
8658 necessary.
8659 (decode_coding): Call get_translation_table with ENCODEP 0.
8660 (char_encodable_p): If translation_table is non-nil, always call
8661 translate_char.
8662 (Fdefine_coding_system_internal): Accept list of translation
8663 tables as :encode-translation-table and :decode-translation-table.
8664 (Fcoding_system_put): New function.
8665 (syms_of_coding): Declare new symbols. Defsubr
8666 Scoding_system_put.
4c4475a8
GM
8667 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
8668 typically JISX0212.
aca7a3d2
MB
8669
8670 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
8671 when the charset is superset type.
8672
8673 * character.c (translate_char): Accept list of translation tables.
8674
73acf815 86752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8676
1f45f627 8677 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
8678 (CODING_ATTR_TRANS_TBL): New macro.
8679
8680 * coding.c (get_translation_table): New function.
8681 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
8682 (decode_coding, encode_coding): Utilize get_translation_table.
8683 (char_encodable_p, Funencodable_char_position): Translate char if
8684 necessary.
8685 (Ffind_coding_systems_region_internal)
8686 (Fcheck_coding_systems_region): Setup translation table for encode
8687 in a coding system attribute vector in advance.
aca7a3d2
MB
8688 (Fdefine_coding_system_internal): Allow a symbol as translation
8689 table. For shift-jis type coding system, allow 4th charset.
8690
73acf815 86912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8692
8693 * coding.c (decode_coding_sjis): Check the first byte rigidly.
8694
8695 * xdisp.c (get_next_display_element): Pass -1 as POS to
8696 FACE_FOR_CHAR if displaying a C-string.
8697
73acf815 86982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8699
8700 * composite.c (get_composition_id): Handle xoff and yoff in a
8701 composition rule.
8702
8703 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
8704 (struct composition): New member lbearing and rbearing.
8705
8706 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
8707 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 8708 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
8709
8710 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
8711 composition glyph.
8712
73acf815 87132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8714
8715 * print.c: Include charset.h.
8716 (Vprint_charset_text_property): New variable.
8717 (Qdefault): Extern it.
8718 (PRINT_STRING_NON_CHARSET_FOUND)
8719 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
8720 (print_check_string_result): New variable.
8721 (print_check_string_charset_prop): New function.
8722 (print_prune_charset_plist): New variable.
8723 (print_prune_string_charset): New function.
8724 (print_object): Call print_prune_string_charset if
8725 Vprint_charset_text_property is not t.
8726 (print_interval): Print nothing if itnerval->plist is nil.
8727 (syms_of_print): Declare Vprint_charset_text_property as a lisp
8728 variable. Init and staticpro print_prune_charset_plist.
8729
73acf815 87302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8731
8732 * fontset.c (new_fontset_from_font_name): Use the specified font
8733 for all characters in the new fontset.
8734
8735 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8736 OBJECT args.
8737
8738 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
8739 OBJECT args for composition too.
8740
8741 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8742 OBJECT args.
8743
73acf815 87442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8745
8746 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
8747
1f45f627 8748 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 8749 FONT_DEF format.
1f45f627 8750 (fontset_face): New arg id. Change caller.
aca7a3d2 8751 (face_for_char): New args pos and object.
1f204af3 8752 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
8753 (fs_query_fontset): Check NAME by Fassoc too.
8754 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 8755 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 8756
1f45f627 8757 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 8758
4c4475a8
GM
8759 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
8760 (append_space, extend_face_to_end_of_line)
8761 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8762 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
8763
8764 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
8765 POS and OBJECT args.
8766
8767 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
8768 POS and OBJECT args.
8769
73acf815 87702008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8771
8772 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
8773 of GlobalAlloc'ed memory.
8774
73acf815 87752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8776
8777 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
8778
8779 * charset.h (charset_table_used): Delete extern.
8780
8781 * charset.c (charset_table_used): Make it static.
8782 (map_charset_chars): Fix args to c_function with.
8783
8784 * chartab.c (map_sub_char_table_for_charset): Fix args to
8785 c_function with.
8786
8787 * coding.h (enum coding_result_code): Delete
8788 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
8789
8790 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 8791 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
8792 (Vlast_code_conversion_error): New variables.
8793 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
8794 (ONE_MORE_BYTE): Record error if any instead of signaling an
8795 error. If non-ASCII multibyte char is found, return the negative
8796 value of the code. All callers changed to check it.
8797 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
8798 (record_conversion_result): New function. Change all codes setting
8799 coding->result to call this function.
4c4475a8
GM
8800 (detect_coding_utf_8, decode_coding_utf_8)
8801 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
8802 Don't use the local variable incomplete.
aca7a3d2 8803 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
8804 (decode_coding): Fix of flushing out unprocessed data.
8805 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 8806 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
8807
8808 * fontset.c (set_fontset_font): Fix args.
8809
8810 * lisp.h (CHARACTERBITS): Define as 22.
8811
8812 * process.c (send_process): Be sure to set coding->src_multibyte.
8813
8814 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
8815
73acf815 88162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8817
8818 * xdisp.c (handle_auto_composed_prop): Give limit to
8819 Fnext_single_char_property_change.
8820
73acf815 88212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8822
424c157f 8823 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 8824 table weak.
aca7a3d2
MB
8825
8826 * fontset.c (Fset_fontset_font): Fix docstring.
8827
8828 * lisp.h (detect_coding_system): Adjust prototype.
8829
8830 * fileio.c (kill_workbuf_unwind): Delete this function.
8831 (Finsert_file_contents): Adjust the call of detect_coding_system.
8832 Get conversion_buffer by code_conversion_save. Use the macor
8833 CODING_MAY_REQUIRE_DECODING. After decoding, update
8834 coding_system.
8835
8836 * coding.h (make_conversion_work_buffer): Delete extern.
8837 (code_conversion_save): Extern it.
8838
8839 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 8840 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
8841 (decode_coding_utf_8): Don't do eol converion.
8842 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 8843 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
8844 (decode_coding_emacs_mule, decode_coding_iso_2022)
8845 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8846 Don't do eol converion.
aca7a3d2
MB
8847 (adjust_coding_eol_type): Return a new coding system.
8848 (detect_coding): Don't detect eol. Fix for utf-16 detection.
8849 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
8850 each change.
8851 (decode_coding): Pay attention to undo_list. Do eol convesion for
8852 all types of coding-systems (if necessary).
8853 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 8854 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
8855 Vcode_conversion_reused_work_buf.
8856 (Vcode_conversion_workbuf_name): New variable.
8857 (reused_workbuf_in_use): New variable.
8858 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 8859 (code_conversion_restore): Change argument to cons.
1f45f627
GM
8860 (code_conversion_save): Delete the argument BUFFER. Change callers.
8861 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
8862 Fix for utf-16 detection.
8863 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 8864 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
8865 reused_workbuf_in_use.
8866
73acf815 88672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8868
8869 * keymap.c (store_in_keymap): Pay attention to the case that idx
8870 is a cons specifying a character range.
8871
73acf815 88722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8873
8874 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
8875 HANDLED_RECOMPUTE_PROPS.
8876
8877 * coding.c (Fdefine_coding_system_internal): Fix checking of
8878 ascii compatibility.
8879
73acf815 88802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8881
1f45f627 8882 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
8883 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
8884
8885 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
8886 Resync charset_list to Vemacs_mule_charset_list.
8887
8888 * keymap.c (store_in_keymap): Pay attention to the case that idx
8889 is a cons specifying a character range.
8890
73acf815 88912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8892
8893 * composite.c (update_compositions): Bind inhibit-read-only, etc
8894 to t before calling remove-list-of-text-properties.
8895
8896 * print.c (print_object): Always print ASCII chars as is.
8897
73acf815 88982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8899
1f45f627 8900 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 8901
4c4475a8
GM
8902 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
8903 is a char table.
aca7a3d2 8904
73acf815 89052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8906
1f45f627 8907 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 8908
73acf815 89092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8910
8911 * xfaces.c (set_lface_from_font_name): Fix for the case that
8912 FONTNAME is not fontset name.
8913
73acf815 89142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8915
8916 * fns.c (base64_encode_1): Fix previous change.
8917
73acf815 89182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8919
8920 * fontset.c (set_fontset_font): New function.
8921 (Fset_fontset_font): If a font is specified for a charset, use
8922 map_charset_chars to store the font spec in a fontset.
8923
73acf815 89242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8925
1f204af3 8926 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
8927 (make_fontset): Don't create a fallback fontset here.
8928 (free_face_fontset): Free a fallback fontset (if any) too.
8929 (n_auto_fontsets): Delete this variable.
8930 (auto_fontset_alist): New variable.
8931 (new_fontset_from_font_name): Check auto_fontset_alist.
8932 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
8933 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
8934 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
8935 Defsubr Sfontset_list_all.
8936
73acf815 89372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8938
8939 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8940
73acf815 89412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8942
8943 * fontset.c (Fnew_fontset): Check NAME more rigidly.
8944
73acf815 89452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8946
8947 * editfns.c (Fgoto_char): Fix docstring.
8948
73acf815 89492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8950
8951 * insdel.c (insert_from_gap): Adjust intervals correctly.
8952
73acf815 89532008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8954
8955 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
8956 (pfnGetFontUnicodeRanges): New dynamically loaded function.
8957 (w32_initialize): Try to load it.
8958 (x_get_font_repertory): Use it if available.
8959 (w32_encode_char): Add shortcut for unicode output.
8960
8961 * w32fns.c (w32_load_system_font): Default charset to -1.
8962 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 8963 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
8964 or wildcard charsets.
8965 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
8966 (w32_codepage_for_font): Return CP_UNICODE for unicode.
8967 (w32_to_x_font): Match charset to real charset.
8968 (enum_font_cb2): Always list unicode versions.
8969
8970 * makefile.w32-in (temacs): Increase EMHEAP.
8971
73acf815 89722008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8973
8974 * w32term.c (w32_encode_char): New charset parameter.
8975 font_info.encoding becomes encoding_type.
1f45f627 8976 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
8977 (x_new_font): Return quickly if font already set.
8978 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
8979 Use new fs_query_fontset. Try new_fontset_from_font_name.
8980 Use fontset_name for return value.
aca7a3d2
MB
8981
8982 * w32term.h: Declare x_get_font_repertory.
8983
8984 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 8985 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
8986 of encode_coding.
8987 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
8988 decode_coding.
8989
8990 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
8991 of x_new_fontset.
8992 (w32_load_system_font): Initialize charset as unicode.
8993 font_info.encoding becomes encoding_type.
1f45f627
GM
8994 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
8995 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
8996 (syms_of_w32fns): Set get_font_repertory_func.
8997
1f45f627 8998 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 8999 from term.c.
1f45f627 9000 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
9001 encode_coding_object in place of encode_coding.
9002
9003 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
9004 encoding becomes encoding_type.
9005
9006 * term.c (terminal_encode_buffer): Make externally visible.
9007
9008 * makefile.w32-in: Add character.h dependancies.
9009 (character.o, chartab.o): New targets.
9010
73acf815 90112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9012
9013 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 9014 CODING_ID_EOL_TYPE.
aca7a3d2 9015
73acf815 90162008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
9017
9018 * coding.c (produce_chars): Revert last change.
9019
73acf815 90202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9021
9022 * charset.h (charset_unicode): Extern it.
9023
9024 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 9025 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 9026 arg MULTIBYTE.
1f45f627 9027 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
9028 change of find_charsets_in_text.
9029 (Fsplit_char): Fix doc. Never return unknown.
9030
9031 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
9032
9033 * coding.c (Fdefine_coding_system_alias): Update
9034 Vcoding_system_list.
9035
9036 * fontset.c (load_font_get_repertory): Pay attention to the case
9037 that ENCODING of a font is specified by a char-table.
9038
9039 * xterm.c (x_get_font_repertory): Handle the case that the
9040 encoding of font is other than Unicode.
9041
73acf815 90422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9043
9044 * term.c (encode_terminal_code): Don't handle glyph-table. Check
9045 if a character is encodable by the terminal coding system. If
9046 not, produces proper number of `?'s. Update
9047 terminal_encode_buffer and terminal_encode_buf_size if necessary.
9048 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
9049
73acf815 90502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9051
9052 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
9053 variables.
1f45f627 9054 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
9055 characters at once. Store the result of encoding in
9056 terminal_encode_buffer.
4c4475a8
GM
9057 (write_glyphs, insert_glyphs): Adjust for the change of
9058 encode_terminal_code.
aca7a3d2
MB
9059 (term_init): Initialize terminal_encode_buffer and
9060 terminal_encode_buf_size.
9061
9062 * coding.c (consume_chars): If coding->src_object is nil, don't
9063 check annotation.
9064
73acf815 90652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9066
9067 * character.c (char_string): Use ASCII_CHAR_P instead of
9068 SINGLE_BYTE_CHAR_P.
9069
73acf815 90702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9071
9072 * xdisp.c (handle_auto_composed_prop): Check if the last
9073 characters of auto-composed region is newly composed with the
9074 following characters.
9075 (handle_composition_prop): Fix checking of point being inside
9076 composition.
9077
73acf815 90782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9079
9080 * fns.c (concat): Don't change multibyteness of the result by
9081 concatenating an 8-bit character.
9082
9083 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
9084 multibyteness of the result when newelt is an 8-bit character.
9085
73acf815 90862008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9087
9088 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
9089 EMACS_INT.
9090
9091 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
9092
9093 * xfaces.c (face_numeric_value): Declare dim size_t.
9094 (Finternal_lisp_face_equal_p): Remove unused f.
9095
9096 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
9097 (MATRIX_ROW): Remove unused vars.
9098 (draw_glyphs, x_insert_glyphs, fast_find_position)
9099 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
9100 byte/char counts.
9101
9102 * regex.c (regex_compile): Remove unused var.
9103
9104 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9105
9106 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
9107 (Faccessible_keymaps, where_is_internal): Remove unused vars.
9108
9109 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
9110
9111 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
9112
9113 * fileio.c (Fwrite_region): Remove unused var.
9114
9115 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
9116 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
9117
9118 * composite.c (Fremove_list_of_text_properties): Declare.
9119
1f45f627
GM
9120 * coding.c (inhibit_pre_post_conversion): Remove (unused).
9121 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
9122 (coding_inherit_eol_type): Remove unused attrs.
9123 (detect_coding): Cast arg of detect_eol.
9124
9125 * charset.c (syms_of_charset): Remove unused var p.
9126 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
9127 byte/char counts.
9128
9129 * casetab.c (set_case_table): Remove unused var.
9130
9131 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 9132 unused vars.
aca7a3d2 9133
73acf815 91342008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9135
9136 * xterm.c (x_bitmap_mask): Declare.
9137
73acf815 91382008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9139
9140 * xterm.c (x_term_init): Fix type error.
9141
9142 * lisp.h: Add Funibyte_char_to_multibyte.
9143
9144 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
9145 (Fset_coding_system_priority): Doc fix.
9146
aca7a3d2
MB
9147 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
9148
9149 * indent.c (check_composition): Make start and end EMACS_INT.
9150
9151 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
9152
9153 * xdisp.c (handle_composition_prop, check_point_in_composition):
9154 Make buffer positions EMACS_INT.
9155
9156 * composite.c (find_composition, run_composition_function)
9157 (update_compositions, Ffind_composition_internal): Make buffer
9158 positions EMACS_INT.
9159
9160 * composite.h (find_composition, update_compositions): Make
9161 position args EMACS_INT.
9162
1f45f627 9163 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
9164
9165 * intervals.c (get_property_and_range):
9166 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
9167
9168 * unexalpha.c: Don't include varargs.h.
9169
73acf815 91702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9171
9172 * coding.h (ENCODE_UTF_8): New.
9173
9174 * Makefile.in (gtkutil.o): Depend on coding.h.
9175
9176 * coding.c (Fset_coding_system_priority): Doc fix.
9177
73acf815 91782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9179
9180 * fileio.c (Finsert_file_contents): Call setup_coding_system in
9181 the case of auto saving.
9182
73acf815 91832008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 9184
4c4475a8
GM
9185 * chartab.c (map_char_table, map_char_table_for_charset): Protect
9186 `range' from GC.
aca7a3d2 9187
73acf815 91882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9189
9190 * coding.c (decode_coding_sjis): Check bytes more rigidly.
9191
73acf815 91922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9193
1f45f627 9194 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
9195 (Fwrite_region): Set Vlast_coding_system_used to the return value
9196 of choose_write_coding_system.
9197
73acf815 91982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9199
9200 * charset.c (Fset_charset_priority): Pay attention to duplicated
9201 arguments.
9202
9203 * coding.c (QCcategory): New variable.
9204 (syms_of_coding): Defsym it. Set all elements of
9205 Vcoding_category_table and their symbol values.
9206 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
9207 coding-category-XXX, and coding-category-list.
9208 (Fdefine_coding_system_internal): Add category in the plist.
9209
73acf815 92102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9211
9212 * callproc.c (Fcall_process): Handle carryover correctly.
9213
1f45f627 9214 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
9215 (raw_text_coding_system): Check NILP (coding_system).
9216 (coding_inherit_eol_type): Check NILP (coding_system) and
9217 NILP (parent).
9218 (consume_chars): Fix for the case of raw-text.
9219
9220 * process.c (read_process_output): Handle carryover correctly.
9221
73acf815 92222008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9223
9224 * regex.c (re_search_2): Fix last change.
9225
73acf815 92262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9227
9228 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
9229 target_multibyte. Even in a unibyte case, return a converted
9230 multibyte char.
9231 (GET_CHAR_AFTER): New macro.
9232 (PATFETCH): Translate via multibyte char.
9233 (HANDLE_UNIBYTE_RANGE): Delete this macro.
9234 (SETUP_MULTIBYTE_RANGE): New macro.
9235 (regex_compile): Setup compiled code so that its multibyteness
9236 matches that of a target. Fix the handling of "[X-YZ]" using
9237 SETUP_MULTIBYTE_RANGE.
9238 (analyse_first) <charset>: For filling fastmap for all multibyte
9239 characters, don't check by BASE_LEADING_CODE_P.
9240 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
9241 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 9242 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
9243 (TARGET_CHAR_AND_LENGTH): Delete this macro.
9244 (TRANSLATE_VIA_MULTIBYTE): New macro.
9245 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
9246 It is the same as RE_MULTIBYTE_P (bufp) now.
9247 <exactn>: Translate via multibyte.
9248 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
9249 translate it.
9250 <charset, charset_not>: Fetch a character by
9251 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
9252 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
9253 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
9254 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
9255 by GET_CHAR_AFTER.
c5ad7a3d 9256 (bcmp_translate): Likewise.
aca7a3d2
MB
9257
9258 * search.c (compile_pattern): Check the member target_multibyte,
9259 not the member multibyte of buf.
9260
9261 * lread.c (read1): While reading a string, set force_singlebyte
9262 and force_multibyte correctly.
9263
4c4475a8
GM
9264 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
9265 up of unibyte_to_multibyte_table.
aca7a3d2 9266
73acf815 92672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9268
9269 * coding.c (setup_coding_system): If coding has
9270 post-read-conversion or pre-write-conversion, set
9271 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
9272 respectively.
9273 (decode_coding_gap): Run post-read-conversion if any.
9274
9275 * fileio.c (Finsert_file_contents): Even if we read into a
9276 unibyte buffer, check if we must decode the result or not.
9277
73acf815 92782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9279
9280 * coding.c (make_conversion_work_buffer): Change the work buffer
9281 name to the same one as that of Emacs 21.
9282
73acf815 92832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9284
1f45f627 9285 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
9286 (code_conversion_restore): Don't extern it.
9287
9288 * coding.c (detected_mask): Delete unused variable.
9289 (decode_coding_iso_2022): Pay attention to the byte sequence of
9290 CTEXT extended segment, and retain those bytes as is.
9291 (decode_coding_ccl): Delete unused variable `valids'.
9292 (setup_coding_system): Delete unused variable `category'.
9293 (consume_chars): Delete unused variable `category'. Make it work
9294 for non-multibyte case.
1f45f627 9295 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
9296 (saved_coding): Delete unused variable.
9297 (code_conversion_restore): Don't check saved_coding->destination.
9298 (code_conversion_save): New function.
9299 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
9300 instead of record_unwind_protect.
1f45f627 9301 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 9302 (detect_coding_system): Delete unused variable `mask'.
1f45f627 9303 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
9304
9305 * fileio.c (kill_workbuf_unwind): New function.
9306 (Finsert_file_contents): On replacing, call
9307 make_conversion_work_buffer with correct args, and call
9308 record_unwind_protect with the first arg kill_workbuf_unwind.
9309
9310 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
9311
73acf815 93122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9313
1f45f627 9314 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
9315 (fontset_add): Fix for the case that TO is less than TO1.
9316 (Ffontset_info): Don't use fallback fontset on checking the
9317 default fontset.
9318 (dump_fontset): New function for debugging.
9319
9320 * coding.c (Fdefine_coding_system_internal): Fix for the case that
9321 coding_type is Qcharset.
9322
73acf815 93232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9324
9325 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
9326 (map_char_table): Don't inherit the value from the parent on
1f45f627 9327 initializing VAL. Adjust for the above change.
aca7a3d2 9328
73acf815 93292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9330
9331 * coding.c (Qsignature, Qendian): Delete these variables.
9332 (syms_of_coding): Don't initialize them.
9333 (CATEGORY_MASK_UTF_16_AUTO): New macro.
9334 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
9335 detect_info->found.
9336 (decode_coding_utf_16): Don't detect BOM here.
9337 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
9338 is NOT utf_16_without_bom.
9339 (setup_coding_system): For a coding system of type utf-16, check
9340 if the attribute :endian is Qbig or not (not nil or not), and set
9341 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
9342 (detect_coding): If coding type is utf-16 and BOM detection is
9343 required, detect it.
9344 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 9345 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 9346
73acf815 93472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9348
9349 * coding.c (coding_set_source): Fix for the case that the current
9350 buffer is different from coding->src_object.
9351 (decode_coding_object): Don't use the conversion work buffer if
9352 DST_OBJECT is a buffer.
9353
73acf815 93542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9355
9356 * lread.c (read_emacs_mule_char) [len==2]: Index
9357 emacs_mule_charset correctly.
9358
73acf815 93592008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9360
9361 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
9362 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 9363 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
9364 treated specially.)
9365 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
9366 (detected_mask): Remove Big5 bits.
9367
73acf815 93682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9369
9370 The following changes are to make the font rescaling facility
9371 compatible with Emacs 21.
9372
1f45f627 9373 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
9374 Vface_resizing_fonts.
9375 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 9376 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
9377 (split_font_name): Set font->rescale_ratio.
9378 (better_font_p): Pay attention to font->rescale_ratio.
9379 (build_scalable_font_name): Likewise. Change RESX, and RESY
9380 fields.
1f45f627 9381 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 9382
73acf815 93832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9384
9385 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
9386 (Qutf_16_le): Remove these variables.
9387 (syms_of_coding): Don't DEFSYM them.
9388 (decode_coding_utf_16): Fix handling of BOM.
9389 (encode_coding_utf_16): Fix handling of BOM.
9390
73acf815 93912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9392
9393 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 9394 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 9395
73acf815 93962008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9397
9398 * coding.c (Fcheck_coding_systems_region): Fix type errors.
9399
73acf815 94002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9401
9402 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9403 and fix C types.
9404
73acf815 94052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9406
9407 * xdisp.c (SKIP_GLYPHS): New macro.
9408 (set_cursor_from_row): Pay attention to string display properties.
9409
9410 * category.c (copy_category_entry): Fix for the case that RANGE
9411 is an integer.
9412
9413 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
9414
1f45f627 9415 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 9416
73acf815 94172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9418
9419 * charset.c (Fcharset_id_internal): New function.
9420 (syms_of_charset): Defsubr it.
9421
9422 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
9423 with the last arg charset_list acquired from coding.
9424 (Fdefine_coding_system_internal): For ccl-based coding system, fix
9425 the attribute coding_attr_ccl_valids.
9426
9427 * coding.h (enum define_coding_ccl_arg_index): Set the first
9428 member coding_arg_ccl_decoder to coding_arg_max.
9429
1f45f627 9430 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
9431
9432 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
9433 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
9434 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
9435 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
9436 last arg Qnil.
aca7a3d2 9437
73acf815 94382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9439
9440 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
9441 call encode_char.
9442
1f45f627 9443 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 9444
73acf815 94452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9446
1f45f627 9447 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 9448
73acf815 94492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9450
9451 * dispextern.h (check_face_attributes, generate_ascii_font_name)
9452 (font_name_registry): Don't extern them.
1f45f627 9453 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
9454
9455 * fontset.h (Qfontset): Don't extern it.
9456 (new_fontset_from_font_name): Extern it.
9457
9458 * fontset.c: Give 8 extra slots to fontset objects.
9459 (Qfontset_info): New variable.
9460 (syms_of_fontset): Defsym it.
9461 (FONTSET_FALLBACK): New macro.
9462 (fontset_face): Try also the default fontset.
1f45f627
GM
9463 (make_fontset): Realize a fallback fontset from the default fontset.
9464 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
9465 using split_font_name_into_vector and build_font_name_from_vector.
9466 (Fset_fontset_font): Access the elements of font_spec by enum
9467 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
9468 name by using split_font_name_into_vector.
9469 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
9470 generate a proper font name from the fontset name. Update
9471 Vfontset_alias_alist.
9472 (n_auto_fontsets): New variable.
9473 (new_fontset_from_font_name): New function.
9474 (Ffont_info): Store the information about fonts generated from the
1f45f627 9475 default fontset in the first extra slot of the returned char-table.
aca7a3d2 9476
1f45f627
GM
9477 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
9478 (font_name_registry): Delete function.
aca7a3d2
MB
9479 (split_font_name_into_vector): New function.
9480 (build_font_name_from_vector): New function.
1f45f627 9481 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
9482 (choose_face_font): If we are choosing an ASCII font, and ATTRS
9483 specifies an explicit font name, return the name as is. Make a
9484 list of registy names.
9485
1f45f627 9486 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
9487 of x_new_fontset.
9488 (Fx_create_frame): Don't call x_new_fontset here. Just use
9489 x_list_fonts to check the existence of fonts.
9490
1f45f627 9491 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
9492
9493 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
9494 string. Use new_fontset_from_font_name to create a fontset from a
9495 font name.
9496
1c8658b9
GM
94972008-02-01 Kenichi Handa <handa@m17n.org>
9498
9499 * syntax.c (Vfind_word_boundary_function_table): New name for
9500 Vnext_word_boundary_function_table.
9501 (find-word-boundary-function-table): New name for
9502 next-word-boundary-function-table.
9503
73acf815 95042008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9505
9506 * Makefile.in: Fix some dependencies.
9507
9508 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
9509 set it to nil before returning.
9510
9511 * composite.c (update_compositions): Fix type error.
9512
9513 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
9514
73acf815 95152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9516
9517 * xterm.c (x_new_font): Optimize for the case that the font is
9518 already set for the frame.
9519
73acf815 95202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9521
9522 * chartab.c (char_table_ascii): Check if the char table contents
9523 is sub-char-table or not.
4c4475a8
GM
9524 (char_table_set, char_table_set_range): Fix argument to
9525 char_table_ascii.
aca7a3d2
MB
9526
9527 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
9528 (detect_coding_utf_8, detect_coding_utf_16)
9529 (detect_coding_emacs_mule, detect_coding_iso_2022)
9530 (detect_coding_sjis, detect_coding_big5)
9531 (detect_coding_ccl, detect_coding_charset): Change argument MASK
9532 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 9533 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
9534 (MAX_ANNOTATION_LENGTH): New macro.
9535 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
9536 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
9537 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 9538 (ADD_CHARSET_DATA): New macro.
1f45f627 9539 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
9540 (decode_coding_emacs_mule, decode_coding_iso_2022)
9541 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
9542 Produce charset annotation data in coding->charbuf.
9543 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
9544 to charset annotation data in coding->charbuf.
9545 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
9546 coding->common_flags if the coding system is iso-2022 based and
9547 uses designation.
1f45f627 9548 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
9549 (produce_charset): New function.
9550 (produce_annotation): Handle charset annotation.
9551 (handle_composition_annotation, handle_charset_annotation): New
9552 functions.
9553 (consume_chars): Handle charset annotation. Utilize the above two
9554 functions.
9555 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
9556 buffer, get the deleted text as a string and set
9557 coding->src_object to that string.
9558 (detect_coding, detect_coding_system): Use the new struct
9559 coding_detection_info.
9560
9561 * coding.h (struct coding_detection_info): New structure.
1f45f627 9562 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
9563 (CODING_ANNOTATE_CHARSET_MASK): New macro.
9564
73acf815 95652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9566
9567 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
9568
73acf815 95692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9570
1f45f627 9571 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
9572 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
9573 to new local and nullify apropos_accumulate before returning.
9574 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
9575
73acf815 95762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9577
9578 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
9579 correctly.
9580
73acf815 95812008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9582
9583 * fns.c (Flanginfo): Call synchronize_system_time_locale.
9584
73acf815 95852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9586
9587 The following changes are to make character composition happen
9588 automatically on displaying.
9589
2a2e8de7 9590 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 9591
1f45f627
GM
9592 * composite.h (Qauto_composed, Vauto_composition_function)
9593 (Qauto_composition_function): Extern them.
aca7a3d2 9594
1f45f627
GM
9595 * composite.c (Vcomposition_function_table)
9596 (Qcomposition_function_table): Delete variables.
9597 (Qauto_composed, Vauto_composition_function)
9598 (Qauto_composition_function): New variables.
aca7a3d2
MB
9599 (run_composition_function): Don't call
9600 compose-chars-after-function.
9601 (update_compositions): Clear `auto-composed' text property.
9602 (compose_chars_in_text): Delete this function.
9603 (syms_of_composite): Staticpro Qauto_composed and
9604 Qauto_composition_function. Declare Vauto_composition_function as
9605 a Lisp variable.
9606
9607 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
9608
9609 * xdisp.c (it_props): Add an entry for Qauto_composed.
9610 (handle_auto_composed_prop): New function.
9611
9612 * xselect.c (selection_data_to_lisp_data): Don't call
9613 compose_chars_in_text.
9614
73acf815 96152008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9616
9617 * keyboard.c (read_char): Modify checking around use of
9618 Vkeyboard_translate_table.
9619
9620 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9621 and fix C types.
9622
73acf815 96232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9624
4c4475a8
GM
9625 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
9626 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9627 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 9628 the case that the last byte is '\r' correctly.
1f45f627
GM
9629 (decode_coding): Flush out the unprocessed data correctly.
9630 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 9631
73acf815 96322008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9633
f245f2c6
JB
9634 * xterm.c (XTread_socket): Fix changes for defined keysyms.
9635 Add XK_ISO... case.
aca7a3d2
MB
9636 (xaw_scroll_callback): Revert last change.
9637
73acf815 96382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9639
1f45f627 9640 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 9641
73acf815 96422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9643
9644 * xfaces.c (Vface_resizing_fonts): New variable.
9645 (struct font_name): New member `resizing_ratio'.
9646 (font_resizing_ratio): New function.
9647 (split_font_name): Set font->resizing_ratio.
9648 (better_font_p): Pay attention to font->resizing_ratio.
9649 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
9650 RESX, and RESY fields.
9651 (try_alternative_families): Try scalable fonts if
9652 Vscalable_fonts_allowed is not Qt.
9653 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
9654
73acf815 96552008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9656
9657 * xterm.c (xaw_scroll_callback): Cast correctly.
9658
73acf815 96592008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9660
9661 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
9662 (lispy_kana_keys): Comment out.
9663 (make_lispy_event) [XK_kana_A]: Comment out.
9664
9665 * xterm.c (xaw_scroll_callback): Cast call_data.
9666 (XTread_socket): Deal with ASCII keysyms.
9667 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
9668
73acf815 96692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9670
9671 * xterm.c (Vx_keysym_table): New.
9672 (syms_of_xterm): Initialize it.
9673 (XTread_socket): Use it.
9674 From head: Eliminate incorrect optimization that tried to avoid
9675 decoding the output of X*LookupString.
9676 (x_get_font_repertory): Delete charset declaration.
9677
73acf815 96782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9679
1f45f627
GM
9680 * coding.c (detect_coding_charset): If only ASCII bytes are found,
9681 return 0.
aca7a3d2
MB
9682 (Fdefine_coding_system_internal): Setup
9683 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
9684
73acf815 96852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9686
9687 * coding.c (Fcheck_coding_system): Doc fix.
9688
9689 * editfns.c (Finsert_byte): Return a proper value.
9690
73acf815 96912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9692
9693 * coding.c (decode_coding): Fix args to translate_chars. Pay
9694 attention to Vstandard_translation_table_for_decode.
9695 (encode_coding): Fix args to translate_chars. Pay attention to
9696 Vstandard_translation_table_for_encode.
9697
9698 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
9699 SINGLE_BYTE_CHAR_P.
9700
9701 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
9702 not by SINGLE_BYTE_CHAR_P.
9703
9704 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
9705 SINGLE_BYTE_CHAR_P.
9706
9707 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
9708 SINGLE_BYTE_CHAR_P.
9709
9710 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
9711 by SINGLE_BYTE_CHAR_P.
9712
9713 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
9714 SINGLE_BYTE_CHAR_P.
9715
73acf815 97162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9717
9718 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
9719
73acf815 97202008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9721
9722 * fns.c (Flanginfo): Fix typo.
9723
9724 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
9725
73acf815 97262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9727
4c4475a8
GM
9728 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
9729 (detect_coding_emacs_mule, detect_coding_iso_2022)
9730 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
9731 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 9732 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 9733 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 9734 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 9735
73acf815 97362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9737
1f45f627
GM
9738 * character.c (char_string): Rename from
9739 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
9740 (string_char): Rename from string_char.
aca7a3d2 9741
4c4475a8
GM
9742 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
9743 if C is greater than MAX_3_BYTE_CHAR.
9744 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
9745 string_char instead of string_char_with_unification.
aca7a3d2 9746
73acf815 97472008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9748
9749 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
9750
73acf815 97512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9752
1f45f627 9753 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
9754
9755 * regex.c (re_search_2): Fix for the case of unibyte buffer.
9756
73acf815 97572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9758
9759 * charset.c (define_charset_internal): Rename `supprementary'.
9760
9761 * Makefile.in (lisp, shortlisp): Remove latin-N.
9762
73acf815 97632008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9764
9765 * xfns.c (x_window, x_window): Use use_xim.
9766
9767 * xterm.c (use_xim): Initialize.
9768 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
9769 (x_term_init): Maybe set use_xim.
9770
9771 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
9772
73acf815 97732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9774
9775 * search.c (search_buffer): Fix case-fold-search of multibyte
9776 characters.
9777 (boyer_moore): Rename the last argument to char_high_bits.
9778
73acf815 97792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9780
9781 * xdisp.c (display_string): Fix for the case of zero width glyph.
9782
9783 * xfns.c (x_set_font): Change the error message of the case that
9784 x_new_fontset returns Qt.
9785
9786 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
9787 (Finternal_set_lisp_face_attribute): Use signal_error for the
9788 error of invalid fontset.
9789
9790 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
9791 fontset, return Qt.
9792
73acf815 97932008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9794
aca7a3d2
MB
9795 * unexelf.c (unexec): Make .got handling not SGI-specific.
9796
9797 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
9798
9799 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
9800
9801 * keyboard.c (read_key_sequence): Fix type error.
9802
9803 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
9804 type error.
9805
9806 * fontset.c (fontset_add): Return Lisp_Object.
9807
73acf815 98082008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9809
9810 * charset.h (charset_ordered_list_tick): Declare extern.
9811
73acf815 98122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9813
73acf815 9814 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
9815 for handling syntax, category, and case conversion for unibyte
9816 characters by converting them to multibyte on the fly. With these
9817 changes, we don't have to setup syntax and case tables for unibyte
9818 characters in each language environment.
9819
9820 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
9821 multibyte if necessary.
9822
9823 * bytecode.c (Fbyte_code): Likewise.
9824
9825 * character.h (LEADING_CODE_LATIN_1_MIN)
9826 (LEADING_CODE_LATIN_1_MAX): New macros.
9827 (unibyte_to_multibyte_table): Extern it.
9828 (unibyte_char_to_multibyte): New macro.
9829 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
9830 (CHAR_LEADING_CODE): New macro.
9831 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
9832
9833 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 9834 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
9835 (multibyte_char_to_unibyte): If C is an eight-bit character,
9836 convert it to the corresponding byte value.
9837
9838 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
9839 not 1, singals an error. Update the elements of
9840 unibyte_to_multibyte_table.
9841 (init_charset_once): Initialize unibyte_to_multibyte_table.
9842 (syms_of_charset): Define the charset `iso-8859-1'.
9843
aca7a3d2
MB
9844 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
9845 as is without converting it to unibyte. In a unibyte buffer,
9846 convert C to multibyte before checking the syntax.
9847
1f45f627 9848 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
9849
9850 * minibuf.c (Fminibuffer_complete_word): Use the macro
9851 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
9852
9853 * regex.h (struct re_pattern_buffer): New member target_multibyte.
9854
9855 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
9856 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
9857 that is zero, convert an eight-bit char to multibyte.
9858 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
9859 non-emacs case.
9860 (PATFETCH): Convert an eight-bit char to multibyte.
9861 (HANDLE_UNIBYTE_RANGE): New macro.
9862 (regex_compile): Setup the compiled pattern for multibyte chars
9863 even if the given regex string is unibyte. Use PATFETCH_RAW
9864 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 9865 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 9866 only for ASCII chars.
1f45f627 9867 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
9868 is multibyte.
9869 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
9870 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 9871 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
9872 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
9873 multibyte always 1.
9874 (re_search_2): In emacs, set the locale variable multibyte to 1,
9875 otherwise to 0. New local variable target_multibyte. Check it
9876 to decide the multibyteness of STR1 and STR2. If
9877 target_multibyte is zero, convert unibyte chars to multibyte
9878 before translating and checking fastmap.
9879 (TARGET_CHAR_AND_LENGTH): New macro.
9880 (re_match_2_internal): In emacs, set the locale variable multibyte
9881 to 1, otherwise to 0. New local variable target_multibyte. Check
9882 it to decide the multibyteness of STR1 and STR2. Use
9883 TARGET_CHAR_AND_LENGTH to fetch a character from D.
9884 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 9885 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
9886 target_multibyte, not with multibyte.
9887 <begline>: Declare the local variable C as `unsigned'.
9888 (bcmp_translate): Change the last arg name to target_multibyte.
9889
9890 * search.c (compile_pattern_1): Don't adjust the multibyteness of
9891 the regexp pattern and the matching target. Set cp->buf.multibyte
9892 to the multibyteness of the regexp pattern. Set
1f45f627 9893 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
9894 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
9895 FETCH_STRING_CHAR_ADVANCE.
9896 (Freplace_match): Convert unibyte chars to multibyte.
9897
4c4475a8
GM
9898 * syntax.c (char_quoted, back_comment, scan_words)
9899 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
9900 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 9901 unibyte chars to multibyte.
1f45f627
GM
9902 (skip_chars): Delete the arg syntaxp, and move the code for
9903 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
9904 Fix the case that the multibyteness of STRING and the current
9905 buffer doesn't match.
9906 (skip_syntaxes): New function.
9907 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
9908 SINGLE_BYTE_CHAR_P.
aca7a3d2 9909
73acf815 99102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9911
9912 * xfaces.c (QCfontset): New variable.
9913 (LFACE_FONTSET): New macro.
9914 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
9915 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
9916 (Finternal_set_lisp_face_attribute)
9917 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
9918 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
9919 check also LFACE_FONTSET_INDEX.
9920 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
9921 attrs[LFACE_FONT_INDEX].
9922 (syms_of_xfaces): Intern and staticpro QCfontset.
9923
9924 * dispextern.h (enum lface_attribute_index): New member
9925 LFACE_FONTSET_INDEX.
9926
9927 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
9928
73acf815 99292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9930
9931 * coding.c (coding_set_destination): Fix coding->destination for
9932 the case converting a region.
9933 (encode_coding_utf_8): Encode eight-bit chars as single byte.
9934 (encode_coding_object): Fix coding->dst_pos and
9935 coding->dst_pos_byte for the case converting a region.
9936
9937 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
9938
9939 * character.h (BYTE8_STRING): New macro.
9940
9941 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
9942
73acf815 99432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9944
9945 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
9946 characters by octal form.
9947
9948 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9949
1f45f627 9950 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
9951 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
9952 _fetch_multibyte_char_len.
aca7a3d2
MB
9953 (FETCH_CHAR_AS_MULTIBYTE): New macro.
9954
1f45f627 9955 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 9956
1f45f627 9957 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 9958 the case conversion change the byte length.
1f45f627 9959 (casify_region): Likewise.
aca7a3d2 9960
1f45f627 9961 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 9962
1f45f627 9963 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
9964 (syms_of_character): Setup Vprintable_chars.
9965
9966 * editfns.c (Fchar_equal): Fix for the unibyte case.
9967 (Finsert_byte): New function.
9968 (syms_of_editfns): Defsubr it.
9969
9970 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
9971 of direct code 0x3ffff.
9972
9973 * search.c (Freplace_match): Fix for the unibyte case.
9974
73acf815 99752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9976
9977 * lread.c (safe_to_load_p): Fix the logic.
9978
9979 * syntax.c (scan_words): Don't treat characters belonging to
9980 different scripts as constituting a word.
9981
9982 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9983
1f45f627 9984 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
9985
9986 * emacs.c (main): In the case of --unibyte, instead of aborting on
9987 finding non-empty buffer, make it unibyte.
9988
73acf815 99892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9990
9991 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9992 to create a fontset.
9993
73acf815 99942008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9995
9996 * character.c (Funibyte_char_to_multibyte): Doc fix.
9997
9998 * xfns.c [HAVE_STDLIB_H]: Fix last change.
9999
73acf815 100002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10001
10002 * fontset.c (fontset_add): Make the type `int'.
10003 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
10004
4c4475a8
GM
10005 * character.c (unibyte_char_to_multibyte)
10006 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 10007 charset_unibyte, not charset_primary.
aca7a3d2 10008
1f45f627 10009 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 10010
1f45f627
GM
10011 * charset.c (charset_unibyte): Rename from charset_primary.
10012 (Funibyte_charset): Rename from Fprimary_charset.
10013 (Fset_unibyte_charset): Rename from Fset_primary_charset.
10014 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
10015
10016 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10017 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10018 it->multibyte_p is zero.
10019
10020 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 10021 Delete extern.
aca7a3d2 10022
73acf815 100232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10024
10025 * coding.c (Fdefine_coding_system_internal): Fix category setting
10026 for a coding system of type iso-2022.
10027
73acf815 100282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10029
1f45f627 10030 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 10031
73acf815 100322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10033
10034 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
10035 (next-word-boundary-function-table): Declare it as a Lisp variable
10036 in syms_of_syntax.
aca7a3d2
MB
10037 (scan_words): Call functions in Vnext_word_boundary_function_table
10038 if any.
10039
10040 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
10041
10042 * fontset.c (fs_load_font): If fontp->charset is not negative,
10043 return fontp without setting its members.
10044
73acf815 100452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10046
aca7a3d2
MB
10047 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
10048
10049 * m/sparc.h (HAVE_ALLOCA): Delete.
10050
10051 * s/irix6-5.h: Don't include strings.h.
10052 (bcopy, bzero, bcmp): Don't undef.
10053
10054 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
10055
10056 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
10057 (TIOCSIGSEND): Don't test IRIX6.
10058 (bcopy, bzero, bcmp): Define conditionally.
10059
73acf815 100602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10061
10062 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 10063 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
10064 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
10065
10066 * callproc.c (Fcall_process): Don't call insert_1_both directly if
10067 we are inserting a process output into a multibyte buffer.
10068
10069 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
10070 multibyte_char_to_unibyte.
10071
10072 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
10073 by the primary charset, make it eight-bit char.
10074 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
10075
1f45f627
GM
10076 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
10077 (charset_8_bit__control, charset_8_bit_graphic)
10078 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
10079 (define_charset_internal): New function.
10080 (syms_of_charset): Call define_charset_internal for pre-defined
10081 charsets.
10082
10083 * charset.h (charset_8_bit): Extern it.
10084
1f45f627 10085 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
10086 of Fset_buffer_multibyte.
10087 (encode_coding_raw_text): Increment p0 in the loop.
10088
1f45f627 10089 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 10090
1f45f627 10091 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
10092 for the change of Fset_buffer_multibyte.
10093
10094 * fns.c (Fstring_to_multibyte): New function.
10095 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
10096
73acf815 100972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10098
10099 * xfns.c (x_put_x_image): Declare args.
10100
1f45f627 10101 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
10102 (try_font_list): Declare an arg.
10103
10104 * xdisp.c (message2_nolog, set_message): Declare an arg.
10105
10106 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
10107
10108 * syntax.c (scan_sexps_forward): Declare an arg.
10109
10110 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
10111 Declare an arg.
10112
10113 * lisp.h (Fnew_fontset): Declare.
10114
10115 * keymap.c (push_key_description): Call CHARACTERP correctly.
10116
1f45f627 10117 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
10118 (face_for_char): Delete unused vars.
10119 (Fset_fontset_font): Doc fix. Delete unused vars.
10120
10121 * doc.c (Fsubstitute_command_keys): Delete unused vars.
10122
10123 * composite.c (update_compositions): Declare arg.
10124
10125 * cm.c (calccost, cmgoto): Declare args.
10126
10127 * charset.c: Remove `emacs' conditional. Doc fixes.
10128 (map_char_table_for_charset): Declare.
10129
1f45f627 10130 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 10131
1f45f627 10132 * ccl.c: Remove `emacs' conditional.
aca7a3d2 10133
73acf815 101342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10135
10136 The following changes are to allow specifying multiple font
10137 patterns for a character range (specified by script or charset).
10138
10139 * Makefile.in (abbrev.o): Depend on syntax.h.
10140 (xfaces.o): Depend on charset.h.
10141
10142 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
10143 SINGLE_BYTE_CHAR_P.
10144
10145 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
10146
10147 * character.h (Vchar_script_table): Extern it.
10148
1f45f627 10149 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
10150 (Vchar_script_table, Qchar_script_table): New variable.
10151 (syms_of_character): Declare Vchar_script_table as a lisp variable
10152 and initialize it.
10153
1f45f627 10154 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
10155 have property char-table-extra-slots, make no extra slot.
10156
1f45f627 10157 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
10158 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
10159 SINGLE_BYTE_CHAR_P.
1f45f627
GM
10160 (choose_face_font, lookup_non_ascii_face, font_name_registry):
10161 Add prototypes.
10162 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
10163 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
10164
10165 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 10166 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
10167 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
10168
10169 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 10170 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
10171 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
10172 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
10173 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
10174 (fontset_ref_and_range, fontset_add, reorder_font_vector)
10175 (load_font_get_repertory): New functions.
1f45f627 10176 (fontset_set): Delete.
aca7a3d2 10177 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 10178 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
10179 (free_face_fontset): Use ASET istead of AREF (X) = Y.
10180 (face_for_char): Don't call lookup_face.
10181 (make_fontset_for_ascii_face): New arg FACE.
10182 (fs_load_font): New arg CHARSET_ID. Don't check
10183 Vfont_encoding_alist here.
10184 (find_font_encoding): New function.
10185 (list_fontsets): Use STRINGP, not ! NILP.
10186 (accumulate_script_ranges): New function.
10187 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
10188 re-written to handle new fontset structure.
10189 (Ffontset_font): Return a copy of element.
10190 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
10191 docstring of font-encoding-alist.
10192
10193 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
10194 (Fset_fotset_font): Fix arguments to 5.
10195
1f45f627 10196 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
10197
10198 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
10199 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 10200 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
10201 lookup_named_face.
10202
10203 * xfaces.c: Include charset.h.
1f45f627
GM
10204 (load_face_font): Delete argument C. Change caller.
10205 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
10206 (font_name_registry): New function.
10207 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 10208 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
10209 Lookup only ascii faces.
10210 (lookup_non_ascii_face): New function.
1f45f627
GM
10211 (lookup_named_face): Delete argument C. Change caller.
10212 (lookup_derived_face): Delete argument C. Change caller.
10213 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 10214 a string, just call font_list with it.
1f45f627
GM
10215 (choose_face_font): Delete arguments FACE and C. New arg
10216 FONT_SPEC. Change caller.
4c4475a8
GM
10217 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
10218 Change caller.
aca7a3d2
MB
10219 (realize_non_ascii_face): New function.
10220 (realize_x_face): Call load_face_font here.
1f45f627 10221 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
10222 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
10223 get a face ID.
10224 (dump_realized_face): Don't print charset of FACE.
10225
10226 * xfns.c (x_set_font): Always call x_new_fontset and
10227 store_frame_parameter.
10228 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 10229 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
10230
10231 * xterm.h (x_get_font_repertory): Extern it.
10232
10233 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
10234 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
10235 it->multibyte_p is zero.
10236 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
10237 (x_new_fontset): If FONTSETNAME doesn't match any existing
10238 fontsets, create a new one.
10239 (x_get_font_repertory): New function.
10240
73acf815 102412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10242
10243 * coding.c (Ffind_coding_systems_region_internal): Detect an
10244 ASCII only string correctly.
10245
10246 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
10247 version is 0.
10248
73acf815 102492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10250
10251 * lread.c: Include "coding.h".
1f45f627
GM
10252 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
10253 (load_each_byte, unread_char): New variables.
10254 (readchar_backlog): Delete.
aca7a3d2
MB
10255 (readchar): Return a character unless load_each_byte is nonzero.
10256 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
10257 cons. If unread_char is not -1, simply return it.
10258 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
10259 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
10260 (read_multibyte): Delete.
aca7a3d2
MB
10261 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
10262 (read_emacs_mule_char): New functions.
10263 (Fload): Even if the file doesn't have the extention ".elc", if
10264 safe_to_load_p returns a positive version number, assume that the
10265 file contains bytecompiled code. If the version is less than 22,
10266 load the file while decoding multibyte sequences by emacs-mule.
10267 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
10268 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
10269 (Fread_from_string): Pay attention to the case that STREAM is a cons.
10270 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
10271 (read1): Set load_each_byte to 1 temporarily while handling
10272 #@NUMBER. Don't call read_multibyte.
10273 (read_vector): Call Fread with a cons. If readcharfun is
10274 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 10275 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
10276 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
10277 and Qload_force_doc_strings.
10278
73acf815 102792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10280
10281 * xdisp.c (face_before_or_after_it_pos): Call
10282 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10283
73acf815 102842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10285
10286 * character.h (TRAILING_CODE_P): New macro.
1f45f627 10287 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
10288 (string_char_with_unification): Fix prototype.
10289 (Vscript_alist): Extern it.
10290
10291 * character.c (Vscript_alist): New variable.
4c4475a8
GM
10292 (string_char_with_unification, str_as_unibyte)
10293 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
10294 (syms_of_character): Declare script-alist as a Lisp variable.
10295
10296 * charset.h (Vcharset_ordered_list): Extern it.
10297 (charset_ordered_list_tick): Extern it.
10298 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
10299 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
10300 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 10301 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 10302 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
10303
10304 * charset.c (charset_ordered_list_tick): New variable.
10305 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
10306 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
10307 deunify intead of unify a charset.
10308 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
10309 (find_charsets_in_text): Add `const' to arguemnts and local variables.
10310 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
10311 detecting of invalid code.
10312 (Fset_charset_priority): Increment charset_ordered_list_tick.
10313 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
10314 and TO_CODE.
10315
10316 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
10317 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
10318 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
10319 (decode_coding_ccl, consume_chars)
10320 (Ffind_coding_systems_region_internal)
10321 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
10322
10323 * print.c (print_object): Use octal form for printing the
10324 contents of a bool vector.
10325
73acf815 103262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10327
10328 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
10329 <version == 20>: Refuse to load.
10330
73acf815 103312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10332
10333 * fns.c: Move coding.h.
10334 (Qcodeset, Qdays, Qmonths): New.
10335 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 10336 (Flocale_codeset): Delete.
aca7a3d2 10337 (Flanginfo): New function.
1f45f627 10338 (syms_of_fns): Change accordingly.
aca7a3d2
MB
10339
10340 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
10341
73acf815 103422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10343
10344 * casetab.c (init_casetab_once, init_casetab_once): Fix
10345 CHAR_TABLE_SET call.
10346
10347 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
10348
10349 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
10350
10351 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
10352 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
10353 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
10354
10355 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
10356
10357 * coding.c (ENCODE_DESIGNATION, decode_eol)
10358 (make_conversion_work_buffer, code_conversion_restore)
10359 (Fdefine_coding_system_internal): Convert Lisp types.
10360 (code_conversion_restore): Use EQ, not ==.
10361 (Fencode_coding_string): Fix code_convert_string call.
10362
10363 * coding.h (code_convert_region): Fix prototype.
10364
1f45f627 10365 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
10366
10367 * fontset.c (fontset_ref, fontset_set, fs_load_font)
10368 (Ffontset_info): Convert Lisp types.
10369
10370 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
10371
10372 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
10373
10374 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
10375
10376 * chartab.c: Include "...h", not <...h> in some cases.
10377
10378 * callproc.c (Fcall_process): Remove unused variables.
10379
73acf815 103802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10381
10382 * coding.c (Fset_coding_system_priority): Allow null arg list.
10383
73acf815 103842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10385
10386 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
10387 (Fself_insert_and_exit): Use CHARACTERP.
10388
10389 * callproc.c (Fcall_process): Remove unused vars.
10390
10391 * xterm.c (XTread_socket): Add extra dead keysyms.
10392
10393 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
10394
10395 * dispextern.h: Remove prototypes for redraw_frame,
10396 redraw_garbaged_frames.
10397
10398 * cmds.c (Fself_insert_command): Use CHARACTERP.
10399
10400 * chartab.c (make_sub_char_table): Remove unused var.
10401 (Fset_char_table_default, Fmap_char_table): Doc fix.
10402
10403 * keymap.c (access_keymap): Remove generic char code.
10404 (push_key_description): Use CHARACTERP.
10405
73acf815 104062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10407
10408 * charset.c: Doc fixes.
10409 (Funify_charset): Extra checking.
10410
73acf815 104112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10412
10413 * lread.c: Remove some unused variables.
10414 (safe_to_load_p): If safe, return the magic number version byte.
10415 (Fload): Maybe use load-with-code-conversion.
10416
73acf815 104172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10418
10419 * category.c (Fmodify_category_entry): Don't modify the contents
10420 of category_set for characters out of the range. Avoid
10421 unnecessary modification.
10422
1f45f627 10423 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
10424 Vchar_unify_table. The default value of the table is now nil.
10425
10426 * character.c (syms_of_character): Setup Vchar_width_table for
10427 eight-bit-control and raw-byte chars.
10428
10429 * charset.h (enum define_charset_arg_index): Delete
10430 charset_arg_parents and add charset_arg_subset and
10431 charset_arg_superset.
10432 (enum charset_attr_index): Delete charset_parents and add
10433 charset_subset and charset_superset.
10434 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
10435 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 10436 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
10437 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
10438 (CHARSET_SUPERSET): New macros.
10439 (charset_work): Extern it.
10440 (ENCODE_CHAR): Use charset_work.
1f45f627 10441 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
10442 (map_charset_chars): Extern it.
10443
10444 * charset.c (load_charset_map): Set the default value of encoder
10445 and deunifier char-tables to nil.
1f45f627 10446 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
10447 map_char_table_for_charset instead of map_char_table.
10448 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 10449 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
10450 `define-charset' (:parents -> :subset or :superset).
10451 (charset_work): New variable.
4c4475a8
GM
10452 (encode_char, syms_of_charset): Adjust for the change of
10453 Fdefine_charset_internal.
aca7a3d2
MB
10454 (Ffind_charset_string): Setup the vector `charsets' correctly.
10455
1f45f627 10456 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 10457 the previous change.
1f45f627 10458 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
10459 (map_sub_char_table_for_charset): New function.
10460 (map_char_table_for_charset): New function.
10461
10462 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 10463 (describe_char_table): Delete.
aca7a3d2 10464
1f45f627 10465 * lisp.h (map_charset_chars): Delete.
aca7a3d2 10466
73acf815 104672008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10468
10469 * fns.c (count_combining): Comment out (unused).
10470 (Flocale_codeset): New.
10471 (syms_of_fns): Defsubr it.
10472
10473 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 10474 (size_t): Remove.
aca7a3d2 10475
73acf815 104762008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 10477
6f69e89b 10478 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 10479
73acf815 104802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10481
10482 * character.c (syms_of_character): Set the default value of
10483 Vprintable_chars to Qnil.
10484
73acf815 104852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10486
10487 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
10488
73acf815 104892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10490
10491 * charset.c (load_charset_map): Handle the case that from < to
10492 correctly.
10493
4c4475a8
GM
10494 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
10495 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
10496 Pay attention to raw-8-bit chars.
aca7a3d2 10497
73acf815 104982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10499
4c4475a8
GM
10500 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
10501 It is not bytecompiled now.
aca7a3d2
MB
10502
10503 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
10504 (charset_jisx0208): New variables.
10505 (Fdefine_charset_internal): Setup them if appropriate.
10506 (init_charset_once): Initialize them to -1.
10507
1f45f627
GM
10508 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
10509 (charset_jisx0208): Extern them.
aca7a3d2 10510
1f204af3 10511 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 10512 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
10513 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
10514 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
10515 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
10516 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
10517 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
10518 (encode_coding_iso_2022): Change the 1st arg to
10519 ENCODE_ISO_CHARACTER to a variable.
10520
73acf815 105212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10522
10523 * charset.h (enum define_charset_arg_index): New enums
10524 charset_arg_min_code and charset_arg_max_code.
10525 (struct charset): New member char_index_offset.
10526
4c4475a8
GM
10527 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
10528 Take charset->char_index_offset into account.
aca7a3d2
MB
10529 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
10530 args[charset_arg_max_code]. Setup charset.char_index_offset.
10531 (syms_of_charset): Fix args to Fdefine_charset_internal.
10532
73acf815 105332008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10534
10535 * coding.c (decode_coding_utf_8): Reject overlong sequences.
10536
73acf815 105372008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10538
10539 * coding.c: Doc fixes.
10540 (Fcoding_system_aliases): Fix return value.
10541 (Qmac): Remove (duplicated) definition.
10542
73acf815 105432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10544
10545 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
10546 functions.
10547
10548 * character.c (Fstring): Doc fix.
10549
10550 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
10551
10552 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
10553 ids.
10554 (font-encoding-alist): Doc fix.
10555
73acf815 105562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10557
10558 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 10559 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
10560
10561 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
10562 for K&R.
10563
10564 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
10565
10566 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 10567 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 10568
1f45f627 10569 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
10570
10571 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
10572
73acf815 105732008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10574
10575 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
10576
1f45f627 10577 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 10578
2a2e8de7 105792008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
10580
10581 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
10582
1f45f627 10583 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 10584
73acf815 105852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10586
4c4475a8 10587 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 10588 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 10589
73acf815 105902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10591
1f45f627 10592 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
10593 Fdefine_coding_system_internal.
10594 (Fdefine_coding_system_internal): For a coding system of
10595 `charset' type, store a list of charset IDs in
10596 `charset_attr_charset_valids' element of coding attributes.
10597
73acf815 105982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10599
10600 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
10601 (emacs_mule_char): New arg src. Delete arg `composition'. Change
10602 caller. Handle 2-byte and 3-byte charsets correctly.
10603 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
10604 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
10605 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
10606 (DECODE_EMACS_MULE_21_COMPOSITION): Call
10607 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
10608 sequence.
10609 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 10610 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
10611 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
10612 and alt&rule composition.
10613 (decode_coding_iso_2022): Handle composition correctly.
10614 (init_coding_once): Setup emacs_mule_bytes for private charsets.
10615
10616 * charset.c (Fdefine_charset_internal): Fix bug for the case of
10617 re-defining a charset. If the charset has :emacs-mule-id, setup
10618 emacs_mule_bytes.
1f45f627 10619 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 10620
73acf815 106212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 10622
4c4475a8
GM
10623 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
10624 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
10625 encoding, produce a character specified by
10626 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 10627
73acf815 106282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10629
10630 * xterm.c (XSetIMValues): Declare.
10631
10632 * process.c: Conditionally include sys/wait.h, pty.h.
10633
1f45f627 10634 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 10635
1f45f627 10636 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
10637
10638 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
10639
10640 * fontset.c (Fclear_face_cache): Declare.
1f45f627 10641 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
10642 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
10643 variables.
10644
10645 * character.h (string_escape_byte8): Declare.
10646
10647 * charset.c (load_charset_map, load_charset_map_from_file): Remove
10648 unused vars.
10649 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
10650 (Fmap_charset_chars): Doc fix.
10651
1f45f627 10652 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
10653 (Fset_coding_system_priority, Fset_coding_system_priority)
10654 (Fdefine_coding_system_internal): Doc fix.
10655
73acf815 106562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10657
10658 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
10659
73acf815 106602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10661
10662 * character.c (string_escape_byte8): Make multibyte string with
10663 correct size.
10664
10665 * charset.c (Fmake_char): Delete unnecessary code.
10666
73acf815 106672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10668
10669 * xfns.c (x_encode_text): Allocate coding.destination here, and
10670 call encode_coding_object with dst_object Qnil.
10671
10672 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
10673 multibyte form correctly.
10674
10675 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
10676 against Vfont_encoding_alist.
10677
10678 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
10679 handling of charset list.
10680 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
10681 (decode_coding_object): Move point to coding->dst_pos before
10682 calling post-read-conversion function.
10683 (encode_coding_object): Give correct arguments to
10684 pre-write-conversion. Ignore the return value of
10685 pre-write-conversion function. Pay attention to the case that
10686 pre-write-conversion changes the current buffer. If dst_object is
10687 Qt, even if coding->src_bytes is zero, allocate at least one byte
10688 to coding->destination.
10689
10690 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
10691
10692 * charset.c (Fmake_char): Make it more backward compatible.
10693 (Fmap_charset_chars): Fix docstring.
10694
73acf815 106952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10696
10697 * coding.c: Doc fixes.
10698 (Fdefine_coding_system_alias): Use names, not symbols, in
10699 coding-system-alist.
10700
73acf815 107012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10702
10703 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
10704 of calling free_realized_face.
10705
2a2e8de7 107062008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 10707
1f45f627
GM
10708 * charset.c (read_hex): Don't treat SPC as a comment starter.
10709 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
10710 (Fdecode_char): Fix typo.
10711
73acf815 107122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10713
10714 * charset.h (struct charset): New member `code_space_mask'.
10715
1f45f627 10716 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
10717 (encode_coding_charset, Fdefine_coding_system_internal):
10718 Delete the local variable charset.
aca7a3d2
MB
10719 (Fdefine_coding_system_internal): Setup
10720 attrs[coding_attr_charset_valids] correctly.
10721
10722 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
10723 member to check if CODE is valid or not.
10724 (Fdefine_charset_internal): Initialize `code_space_mask' member.
10725 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
10726 is within the range of charset->min_code and carset->max_code.
10727
73acf815 107282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10729
10730 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
10731
10732 * dispextern.h (generate_ascii_font): Fix return type.
10733
10734 * xfaces.c (generate_ascii_font): Fix arg declaration.
10735
10736 * coding.c (coding_inherit_eol_type)
10737 (Fset_terminal_coding_system_internal)
10738 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
10739
73acf815 107402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10741
10742 * coding.c (decode_coding_charset, encode_coding_charset): Handle
10743 multiple charsets correctly.
10744
73acf815 107452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10746
10747 * search.c (boyer_moore): Fix handling of mulitbyte character
10748 translation.
10749
10750 * xdisp.c (display_mode_element): When the variable `elt' is
10751 changed, update `this' and `lisp_string'.
10752
73acf815 107532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10754
10755 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
10756
10757 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 10758 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
10759
10760 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
10761 (load_charset_map): Rename from parse_charset_map. New args
10762 entries and n_entries. Change caller.
10763 (load_charset_map_from_file): Rename from load_charset_map.
10764 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
10765 the tail.
10766 (load_charset_map_from_vector): New function.
10767 (Fdefine_charset_internal): Setup charset.compact_codes_p.
10768 (encode_char): If the charset is compact, change a character index
10769 to a code point.
10770
10771 * coding.c (coding_alloc_by_making_gap): Check the case that the
10772 source and destination are the same correctly.
10773 (decode_coding_raw_text): Set coding->consumed_char and
10774 coding->consumed to 0.
10775 (produce_chars): If coding->chars_at_source is nonzero, update
10776 coding->consumed_char and coding->consumed before calling
10777 alloc_destination.
10778 (Fdefine_coding_system_alias): Register ALIAS in
10779 Vcoding_system_alist.
10780 (syms_of_coding): Define `no-convesion' coding system at the tail.
10781
10782 * fileio.c (Finsert_file_contents): Set coding_system instead of
10783 val. If the current buffer is multibyte, always call
10784 decode_coding_gap.
10785
10786 * xfaces.c (try_font_list): Give higher priority to fontset's
10787 family than face's family.
10788
73acf815 107892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10790
10791 * callproc.c (Fcall_process): Be sure to give the current buffer
10792 to decode_coding_c_string.
10793
10794 * xfaces.c (try_font_list): Give a family specified in a fontset
10795 higher priority than a family specified in a face.
10796
73acf815 107972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10798
10799 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
10800 Fix arguments to insert_from_buffer.
10801
10802 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
10803
73acf815 108042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10805
10806 * coding.c (produce_chars): Set the variable `multibytep' correctly.
10807 (decode_coding_gap): Set coding->dst_multibyte correctly.
10808
73acf815 108092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10810
10811 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 10812 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
10813 (encode_coding_utf_16): Substitute coding->default_char for
10814 non-Unicode characters.
10815 (decode_coding): Don't call record_insert here.
10816 (setup_coding_system): Initialize `surrogate' of
10817 coding->spec.utf_16 to 0.
10818 (EMIT_ONE_BYTE): Fix for multibyte case.
10819
10820 * insdel.c (insert_from_gap): Call record_insert.
10821
73acf815 108222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10823
10824 * casefiddle.c (casify_region): Fix multibyte case.
10825
10826 * character.c (c_string_width): Add return type `int'.
1f45f627 10827 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
10828
10829 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 10830 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
10831 (CHAR_STRING_ADVANCE): Make it do-while statement.
10832
1f45f627 10833 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
10834 DEPTH == 3. Add workaround code for a GCC optimization bug.
10835
10836 * charset.c (parse_charset_map): Remove an unused variable.
10837
10838 * coding.c: Delete unused variables.
10839
10840 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
10841 earlier. If inserted is zero and the coding system doesn't
10842 require flushing, don't call decode_coding_gap.
10843
10844 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
10845
73acf815 108462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10847
10848 The following changes are for using Unicode as an internal
10849 character model, and use UTF-8 format for buffer/string
10850 representation.
10851
1f45f627 10852 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
10853 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
10854
10855 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 10856 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
10857 (*.o): For many files, change dependency on charset.h to
10858 character.h, and add dependency on character.h.
10859 (character.o, chartab.o): New targets.
10860
1f45f627
GM
10861 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
10862 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
10863 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
10864 of "charset.h".
10865
10866 * dired.c, filelock.c: Include "character.h".
10867
10868 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 10869 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10870 (syms_of_alloc): Remove defsubr for Smake_char_table.
10871
10872 * buffer.c: Include "character.h" instead of "charset.h", don't
10873 include "coding.h".
1f45f627 10874 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
10875
10876 * buffer.h: EXFUN Fbuffer_live_p.
10877
10878 * callproc.c: Include "character.h" instead of "charset.h".
10879 (Fcall_process): Big change for the new code-conversion APIs.
10880
10881 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 10882 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
10883 map_char_table spec.
10884 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
10885 accessing the char table structure.
10886
10887 * chartab.c: New file that implements char table.
10888
10889 * category.c: Include "character.h".
10890 (copy_category_entry): New function.
10891 (copy_category_table): Call map_char_table and copy_category_entry.
10892 (Fmake_category_table): Initialize all top-vel slots.
10893 (char_category_set): New function.
1f45f627 10894 (modify_lower_category_set): Delete.
aca7a3d2
MB
10895 (Fmodify_category_entry): Call char_table_ref_and_range.
10896
10897 * category.h (CATEGORY_SET): Just call char_category_set.
10898
10899 * ccl.c: Include "character.h".
10900 (Qccl, Qcclp): New variables.
10901 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
10902 it's less than 256.
1f45f627
GM
10903 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
10904 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 10905 and DST type.
1f45f627
GM
10906 (ccl_driver): Change types of argument, adjust code accordingly.
10907 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
10908 ccl_driver.
10909 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
10910
1f45f627
GM
10911 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
10912 New members src_multibyte, dst_multibyte, consumed, and produced.
10913 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 10914 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 10915 (ccl_driver): Update prototype.
aca7a3d2
MB
10916 (Qccl, Qcclp, Fccl_program_p): Extern them.
10917 (CHECK_CCL_PROGRAM): New macro.
10918
10919 * character.c, character.h, chartab.c: New files.
10920
1f45f627
GM
10921 * charset.c: Mostly re-written. Move character and multibyte sequence
10922 handling codes to character.c.
aca7a3d2 10923
1f45f627
GM
10924 * charset.h: Mostly re-written. Move character and multibyte sequence
10925 handling codes to character.h.
aca7a3d2
MB
10926
10927 * coding.c, coding.h: Mostly re-written.
10928
10929 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
10930 (CHAR_WIDTH): Move to character.h.
10931 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 10932
1f45f627
GM
10933 * composite.h (enum composition_method): Change order of enumeration
10934 symbols.
aca7a3d2
MB
10935
10936 * data.c: Include "character.h" instead of "charset.h".
10937 (Faref): Call CHAR_TABLE_REF for a char table.
10938 (Faset): Call CHAR_TABLE_SET for a char table.
10939
1f45f627
GM
10940 * dispextern.h (free_realized_face, check_face_attribytes)
10941 (generate_ascii_font): Extern them.
10942 (free_realized_multibyte_face): Delete extern.
aca7a3d2 10943
1f45f627 10944 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
10945 table structure.
10946
10947 * editfns.c: Include "character.h" instead of "charset.h".
10948 (Fchar_to_string): Always call CHAR_STRING.
10949
10950 * emacs.c (main): Call init_charset_once, init_charset,
10951 syms_of_chartab, and syms_of_character.
10952
10953 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 10954 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 10955 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 10956 (build_annotations_2): Delete.
aca7a3d2
MB
10957 (e_write): Big change for the new code-conversion API.
10958
10959 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 10960 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10961 (Fcopy_sequence): Call copy_char_table for a char table.
10962 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
10963 (string_char_to_byte, string_byte_to_char): Adjust for the new
10964 multibyte form.
1f45f627
GM
10965 (internal_equal): Adjust for the change of char table structure.
10966 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
10967 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
10968 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
10969 (char_table_translate, optimize_sub_char_table)
10970 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 10971 chartab.c.
1f45f627
GM
10972 (char_table_ref_and_index): Delete.
10973 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 10974 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
10975 Vcoding_category_list. Adjust for the new code-conversion API.
10976 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
10977 chartab.c.
10978
10979 * fontset.c: Mostly re-written.
10980
1f45f627 10981 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 10982 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
10983 (fontset_font_pattern, fs_load_font): Update prototype.
10984 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
10985
10986 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 10987 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
10988
10989 * insdel.c: Include "character.h" instead of "charset.h".
10990 (copy_text): Don't refer to Vnonascii_translation_table.
10991 (insert_from_gap): New function.
10992
10993 * keyboard.c: Include "character.h" instead of "charset.h".
10994 (command_loop_1): Never call direct_output_forward_char before
10995 a non-ASCII character.
10996 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 10997 translate a character.
aca7a3d2
MB
10998
10999 * keymap.c: Include "character.h".
11000 (store_in_keymap): Handle the case that IDX is a cons.
11001 (Fdefine_key): Handle the case that KEY is a cons and the car part
11002 is also a cons (range).
1f45f627 11003 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
11004 (describe_vector): Call describe_char_table for a char table.
11005 (describe_char_table): New function.
11006
11007 * keymap.h (describe_char_table): Extern it.
11008
11009 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
11010 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
11011 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
11012 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
11013 Delete.
11014 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
11015 structure.
11016 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
11017 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
11018 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 11019 (chartab_size): Extern it.
1f45f627 11020 (struct Lisp_Char_Table): Re-design.
aca7a3d2 11021 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
11022 (HASH_KEY, HASH_VALUE): Move from fns.c.
11023 (CHARACTERBITS): Define as 22.
11024 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
11025 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
11026 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
11027 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
11028 (code_convert_string_norecord): Deleted extern.
11029 (init_character_once, syms_of_character, init_charset)
11030 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
11031
11032 * lread.c: Include "character.h".
11033 (read_multibyte): New arg NBYTES.
1f45f627
GM
11034 (read_escape): Change the meaning of returned *BYTEREP.
11035 (to_multibyte): Delete.
11036 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
11037
11038 * print.c: Include "character.h" instead of "charset.h".
11039 (print_string): Convert 8-bit raw bytes to octal form by
11040 string_escape_byte8.
1f45f627 11041 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
11042 raw bytes always in octal form. Handle sub char table correctly.
11043
11044 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
11045 (read_process_output, send_process): Adjust for the new
11046 code-conversion API.
aca7a3d2 11047
1f45f627 11048 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
11049
11050 * regex.c: Include "character.h" instead of "charset.h".
11051 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
11052 (regex_compile): Accept a range whose starting and ending
11053 character have different leading bytes.
1f45f627 11054 (analyse_first): Adjust for the above change.
aca7a3d2
MB
11055
11056 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
11057 (search_buffer, boyer_moore): Adjust for the new multibyte form.
11058 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
11059
11060 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 11061 (syntax_parent_lookup): Delete.
aca7a3d2 11062 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 11063 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
11064 (init_syntax_once): Call char_table_set_range instead of directly
11065 accessing the structure of a char table.
11066
11067 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 11068 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
11069 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
11070 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
11071
11072 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
11073 (encode_terminal_code, write_glyphs): Adjust for the new
11074 code-conversion API.
aca7a3d2
MB
11075 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
11076
1f45f627 11077 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
11078
11079 * xdisp.c: Include "character.h".
1f45f627
GM
11080 (get_next_display_element): Adjust for the new multibyte form.
11081 (disp_char_vector): Adjust for the new char table structure.
11082 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 11083 coding system.
1f45f627 11084 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
11085
11086 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 11087 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
11088 FS_LOAD_FONT.
11089 (generate_ascii_font): New function.
1f45f627
GM
11090 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
11091 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 11092 (free_realized_face): Make it public.
1f45f627 11093 (free_realized_faces_for_fontset): Rename from
aca7a3d2 11094 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 11095 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
11096 fontset_font_pattern and FS_LOAD_FONT.
11097
11098 * xfns.c: Include "character.h".
1f45f627 11099 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
11100
11101 * xselect.c: Don't include "charset.h".
1f45f627 11102 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
11103
11104 * xterm.c: Include "character.h".
1f45f627 11105 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
11106 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
11107 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
11108 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
11109 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
11110 (XTread_socket): Adjust for the new code-conversion API.
11111 (x_new_font): Adjust for the change of FS_LOAD_FONT.
11112 (x_load_font): Adjust for the change of struct font.
aca7a3d2 11113
d6abfc14
SM
111142008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * xfaces.c (face_at_buffer_position): Remove unused vars.
11117
0acdaf8d
KH
111182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11119
4c4475a8
GM
11120 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
11121 Fix overflow checking.
0acdaf8d 11122
6c8a0ebf
GM
111232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
11124
11125 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
11126 Cancel previous change.
11127
111282008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11129
11130 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
11131 ccl->eight_bit_control. Fix check for buffer overflow.
11132 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
11133 (ccl_driver): Initialize extra_bytes to 0.
11134
a32aad64
KH
111352008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
11136
11137 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
11138 return it ORed with ctrl_modifier.
11139
8b329dba
MB
111402008-01-29 Miles Bader <miles@gnu.org>
11141
11142 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
11143
548667aa
JR
111442008-01-28 Jason Rumney <jasonr@gnu.org>
11145
11146 * w32.c (stat): Don't double check for networked drive.
11147
0975aa24
SM
111482008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11149
ef264c42
SM
11150 * window.c (run_window_configuration_change_hook): New function.
11151 Code extracted from set_window_buffer. Set the selected frame.
11152 (set_window_buffer): Use it.
11153 * window.h (run_window_configuration_change_hook): Declare.
11154 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
11155
0975aa24
SM
11156 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
11157
9c28b587
DN
111582008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
11159
11160 * Makefile.in: Remove references to unused macros.
11161
c617afce
EZ
111622008-01-26 Eli Zaretskii <eliz@gnu.org>
11163
11164 * w32.c (g_b_init_get_sid_sub_authority)
11165 (g_b_init_get_sid_sub_authority_count): New static variables.
11166 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
11167 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
11168 (init_user_info): Use them to retrieve uid and gid.
11169 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
11170 (fstat): Use pw_uid and pw_gid from the_passwd structure for
11171 st_uid and st_gid of the file.
c617afce 11172
302d7d54
JR
111732008-01-26 Jason Rumney <jasonr@gnu.org>
11174
11175 * w32.c (logon_network_drive): New function.
11176 (stat): Use it.
11177
3ac7a21e
CY
111782008-01-26 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
11181 invisible text covered with an ellipsis.
11182
bbb9fc1f
RS
111832008-01-25 Richard Stallman <rms@gnu.org>
11184
11185 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
11186 jump back to beginning. Move some other initializations after that.
11187 (Qwindow_text_change_functions, Vwindow_text_change_functions):
11188 New variables.
11189 (syms_of_xdisp): Init them.
11190
11191 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
11192
0975aa24
SM
11193 * buffer.c (reset_buffer_local_variables):
11194 Implement `permanent-local-hook'.
bbb9fc1f 11195 (Qpermanent_local_hook): New variable.
0975aa24 11196 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 11197
79235cbe
MA
111982008-01-25 Michael Albinus <michael.albinus@gmx.de>
11199
11200 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
11201
ccd8f7fe
TTN
112022008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
11203
11204 * fns.c (Fclrhash): Return TABLE.
11205
dfbe40f2 112062008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
11207
11208 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
11209 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
11210 is set even without positional changes.
11211 (x_scroll_bar_clear): Set bar->redraw_needed_p.
11212
11213 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
11214
dfbe40f2 112152008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 11216
d6169680
JR
11217 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
11218
602e142f
JR
11219 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
11220 the unicode range available in MULE by locale-coding-system.
c041e2d1 11221 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
11222 earlier.
11223
dfbe40f2 112242008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
11225
11226 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
11227 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 11228 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
11229 when used on child processes.
11230
8c7a4ac5
MA
112312008-01-21 Michael Albinus <michael.albinus@gmx.de>
11232
e0df1b73 11233 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 11234 Fdbus_method_return.
e0df1b73 11235 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 11236 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 11237 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 11238
8abe0f97
MR
112392008-01-20 Martin Rudalics <rudalics@gmx.at>
11240
11241 * undo.c (undo_inhibit_record_point): New variable.
11242 (syms_of_undo): Initialize it.
11243 (record_point): Don't record point when undo_inhibit_record_point
11244 is set.
11245
c3b232e4
SM
112462008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11247
e69c4cae
SM
11248 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
11249
823e0ebb
SM
11250 * xdisp.c (Qauto_hscroll_mode): New var.
11251 (syms_of_xdisp): Initialize it.
11252 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
11253 window's buffer.
11254 (hscroll_windows): Don't check automatic_hscrolling_p here.
11255
c3b232e4
SM
11256 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
11257 vscroll if we're setting window-buffer to the value it already has.
11258
76ed5e01
DN
112592008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11260
11261 * m/intel386.h: Remove references to XENIX.
11262
55e6d9b2
AS
112632008-01-17 Andreas Schwab <schwab@suse.de>
11264
11265 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
11266 instead of HAVE_X86_64_LIB64_DIR.
11267 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
11268
b16ed52d
GM
112692008-01-17 Glenn Morris <rgm@gnu.org>
11270
11271 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
11272 to HAVE_X86_64_LIB64_DIR.
11273
6bed5c4a
DN
112742008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * s/irix3-3.h:
11277 * s/irix4-0.h:
11278 * s/386-ix.h:
11279 * s/domain.h:
11280 * s/hpux9-x11r4.h:
11281 * s/hpux9shxr4.h: Remove files for systems no longer supported.
11282
11283 * sysdep.c: Remove code containing references to symbols defined
11284 by unsupported systems.
11285
fdecf907
GM
112862008-01-16 Glenn Morris <rgm@gnu.org>
11287
11288 * coding.c (select-safe-coding-system-function): Doc fix.
11289
9292328f
GM
112902008-01-15 Glenn Morris <rgm@gnu.org>
11291
11292 * config.in: Revert 2008-01-13 change: this is a generated file.
11293
944df511
MO
112942008-01-13 Tom Tromey <tromey@redhat.com>
11295
11296 * lisp.h: Fix typo.
11297
8111ec05
DN
112982008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11299
f40f5dc3
DN
11300 * m/sequent-ptx.h:
11301 * m/sequent.h:
11302 * s/ptx.h:
11303 * s/ptx4-2.h:
11304 * s/ptx4.h: Remove files for systems no longer supported.
11305
ce20b664 11306 * callproc.c (Fcall_process): Fix previous change.
8111ec05 11307
e39a993c
DN
113082008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11309
052e457f 11310 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 11311
290afd83
JB
11312 * m/mips.h:
11313 * m/intel386.h:
e39a993c
DN
11314 * callproc.c:
11315 * config.in:
11316 * ecrt0.c:
11317 * emacs.c:
11318 * fileio.c:
11319 * frame.c:
11320 * getpagesize.h:
11321 * keyboard.c:
11322 * lread.c:
11323 * process.c:
11324 * puresize.h:
11325 * sysdep.c:
11326 * systty.h:
11327 * syswait.h:
11328 * unexec.c:
11329 * xdisp.c:
11330 * alloc.c: Remove code containing references to symbols defined by
11331 unsupported systems.
11332
81cd7687
KH
113332008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
11334
11335 * coding.c (detect_coding_mask): Fix previous change.
11336
218b3b76
KH
113372008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
11338
11339 * coding.c (detect_coding_iso2022): New arg
11340 latin_extra_code_state. Allow Latin extra codes only
11341 when *latin_extra_code_state is nonzero.
11342 (detect_coding_mask): If there is a NULL byte, detect the encoding
11343 as UTF-16 or binary. If Latin extra codes exist, detect the
11344 encoding as ISO-2022 only when there's no other proper encoding is
11345 found.
11346
59ce725a 113472008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 11348
59ce725a
MB
11349 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
11350 #ifdef MAC_OS.
048addec 11351
59ce725a 113522008-01-08 Richard Stallman <rms@gnu.org>
048addec 11353
59ce725a 11354 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 11355
8290574e
NR
113562008-01-06 Nick Roberts <nickrob@snap.net.nz>
11357
a0a3805c 11358 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
11359 menu bar in parentheses.
11360
f3041af1
DN
113612008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11362
11363 * m/7300.h:
11364 * m/acorn.h:
11365 * m/alliant-2800.h:
11366 * m/alliant.h:
11367 * m/alliant1.h:
11368 * m/alliant4.h:
11369 * m/altos.h:
11370 * m/amdahl.h:
11371 * m/apollo.h:
11372 * m/att3b.h:
11373 * m/aviion-intel.h:
11374 * m/aviion.h:
11375 * m/celerity.h:
11376 * m/clipper.h:
11377 * m/cnvrgnt.h:
11378 * m/convex.h:
11379 * m/cydra5.h:
11380 * m/delta88k.h:
11381 * m/dpx2.h:
11382 * m/dual.h:
11383 * m/elxsi.h:
11384 * m/f301.h:
11385 * m/gould-np1.h:
11386 * m/gould.h:
11387 * m/i860.h:
11388 * m/ibmps2-aix.h:
11389 * m/ibmrt-aix.h:
11390 * m/ibmrt.h:
11391 * m/irist.h:
11392 * m/is386.h:
11393 * m/isi-ov.h:
11394 * m/mega68.h:
11395 * m/mg1.h:
11396 * m/news-r6.h:
11397 * m/news-risc.h:
11398 * m/news.h:
11399 * m/nh3000.h:
11400 * m/nh4000.h:
11401 * m/ns16000.h:
11402 * m/ns32000.h:
11403 * m/nu.h:
11404 * m/orion.h:
11405 * m/orion105.h:
11406 * m/paragon.h:
11407 * m/pfa50.h:
11408 * m/plexus.h:
11409 * m/pyramid.h:
11410 * m/pyrmips.h:
11411 * m/sh3el.h:
11412 * m/sps7.h:
11413 * m/sr2k.h:
11414 * m/stride.h:
11415 * m/sun1.h:
11416 * m/sun2.h:
11417 * m/sun3-68881.h:
11418 * m/sun3-fpa.h:
11419 * m/sun3-soft.h:
11420 * m/sun3.h:
11421 * m/sun386.h:
11422 * m/symmetry.h:
11423 * m/tad68k.h:
11424 * m/tahoe.h:
11425 * m/targon31.h:
11426 * m/tek4300.h:
11427 * m/tekxd88.h:
11428 * m/tower32.h:
11429 * m/tower32v3.h:
11430 * m/ustation.h:
11431 * m/wicat.h:
11432 * m/xps100.h:
11433 * s/cxux.h:
11434 * s/cxux7.h:
11435 * s/dgux.h:
11436 * s/dgux4.h:
11437 * s/dgux5-4-3.h:
11438 * s/dgux5-4r2.h:
11439 * s/esix.h:
11440 * s/esix5r4.h:
11441 * s/hiuxmpp.h:
11442 * s/hiuxwe2.h:
11443 * s/iris3-5.h:
11444 * s/iris3-6.h:
11445 * s/isc2-2.h:
11446 * s/isc3-0.h:
11447 * s/isc4-0.h:
11448 * s/isc4-1.h:
11449 * s/newsos5.h:
11450 * s/newsos6.h:
11451 * s/osf1.h:
11452 * s/osf5-0.h:
11453 * s/riscix1-1.h:
11454 * s/riscix12.h:
11455 * s/sco4.h:
11456 * s/sco5.h:
11457 * s/sunos4-0.h:
11458 * s/sunos4-1.h:
11459 * s/sunos413.h:
11460 * s/sunos4shr.h:
11461 * s/umax.h:
11462 * s/unipl5-2.h:
11463 * s/xenix.h:
11464 * cxux-crt0.s:
11465 * unexapollo.c:
11466 * unexconvex.c:
11467 * unexenix.c:
11468 * unexsni.c: Remove files for systems no longer supported.
11469
11470 * m/intel386.h: Remove references to unsupported systems.
11471
11472 * w32.c (get_emacs_configuration): Remove reference to i860.
11473
11474 * sysdep.c: Remove dead code.
11475
d35e1cd7
DN
114762008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11477
11478 * s/rtu.h:
a0a3805c 11479 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 11480
abe136ee
MA
114812008-01-04 Michael Albinus <michael.albinus@gmx.de>
11482
11483 * dbusbind.c (Fdbus_method_return): New function.
11484 (xd_read_message): Add the serial number to the event.
11485 (Fdbus_register_method): Activate the function.
11486
87df3c32
SM
114872008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * keyboard.c (read_key_sequence): Fix typo.
11490
5125905e
MA
114912008-01-03 Michael Albinus <michael.albinus@gmx.de>
11492
11493 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
11494 (xd_signature, xd_append_arg): Handle element type detection for
11495 empty arrays.
11496 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
11497 SDATA () calls; this must be solved more general.
11498 (Fdbus_register_signal): Use SBYTES instead of strlen.
11499
8bba1b5c
MH
115002008-01-03 Magnus Henoch <magnus@zemdatav>
11501
11502 * dbusbind.c (xd_append_arg): Use unsigned char instead of
11503 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 11504 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 11505
a0a3805c 115062007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
11507
11508 * dbusbind.c (xd_read_message): Use non-static input_event struct.
11509
a271e124
MH
115102007-12-31 Magnus Henoch <mange@freemail.hu>
11511
11512 * dbusbind.c (xd_signature): Signature of variant is just "v".
11513
17bc8f94
MA
115142007-12-30 Michael Albinus <michael.albinus@gmx.de>
11515
87df3c32 11516 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 11517 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
11518 (XD_ERROR, XD_DEBUG_MESSAGE)
11519 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
11520 (xd_append_arg): Part for basic D-Bus types rewitten.
11521 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
11522 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
11523 appropriate.
11524 (xd_read_message): Return Qnil. Don't signal an error; it is not
11525 useful during event reading.
11526 (Fdbus_register_signal): Signal an error if the check for
11527 FUNCTIONP fails.
11528 (Fdbus_register_method): New function. The implementation is not
11529 complete, the call of the function signals an error therefore.
11530 (Fdbus_unregister_object): New function, renamed from
11531 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 11532 the object is not well formed.
17bc8f94 11533
dd6f2802
RS
115342007-12-30 Richard Stallman <rms@gnu.org>
11535
11536 * textprop.c (get_char_property_and_overlay):
11537 Signal error if POSITION is out of range in a buffer.
11538
1da8a031
MR
115392007-12-29 Martin Rudalics <rudalics@gmx.at>
11540
11541 * w32fns.c (Fx_create_frame): Make copy of frame parameters
11542 because the original parameters are in pure storage now.
11543
5742be86
YM
115442007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11545
11546 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
11547
b014713c
EZ
115482007-12-22 Eli Zaretskii <eliz@gnu.org>
11549
b17f53ab
MB
11550 * callint.c (syms_of_callint) <command-history>: Add reference to
11551 history-length in the doc string.
048addec 11552
b17f53ab 115532007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 11554
b17f53ab
MB
11555 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
11556 before passing as wParam.
048addec 11557
9af5078b
MA
115582007-12-22 Michael Albinus <michael.albinus@gmx.de>
11559
11560 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
11561 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
11562 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
11563 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
11564 as number.
11565 (Fdbus_call_method): Fix docstring.
11566
87cf1a39
MA
115672007-12-21 Michael Albinus <michael.albinus@gmx.de>
11568
11569 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
11570 New macros.
87df3c32 11571 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
11572 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
11573 Simplify.
87cf1a39
MA
11574 (xd_signature): New function.
11575 (xd_append_arg): Compute also signatures. Major rewrite.
11576 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
11577 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
11578 Check for signatures of arguments.
87cf1a39 11579
54371585
MA
115802007-12-19 Michael Albinus <michael.albinus@gmx.de>
11581
11582 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
11583 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
11584 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
11585 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
11586 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 11587 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
11588 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
11589 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 11590 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
11591 (xd_append_arg): New function.
11592 (Fdbus_call_method, Fdbus_send_signal): Apply it.
11593
f5306ca3
MA
115942007-12-16 Michael Albinus <michael.albinus@gmx.de>
11595
11596 * dbusbind.c (top): Include <stdio.h>.
11597 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
11598 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
11599 (Fdbus_register_signal): Rename unique_name to uname.
11600 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
11601 non-existing unique name. Fix typos in matching rule. Return an
11602 object which is useful in Fdbus_unregister_signal.
11603 (Fdbus_unregister_signal): Reimplementation, in order to remove
11604 only the corresponding entry.
11605 (Vdbus_registered_functions_table): Change the order of entries.
11606 Apply these changes in xd_read_message and Fdbus_register_signal.
11607
77a28bbf
AS
116082007-12-16 Andreas Schwab <schwab@suse.de>
11609
11610 * fileio.c (Finsert_file_contents): Fix overflow check to not
11611 depend on undefined integer overflow.
11612
2e3566d8
JR
116132007-12-14 Jason Rumney <jasonr@gnu.org>
11614
11615 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
11616 for characters above 127.
11617
bf254037
JR
116182007-12-13 Jason Rumney <jasonr@gnu.org>
11619
11620 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
11621 before dereferencing array.
11622 (lookup_vk_code): Remove zero comparison.
11623
eb7c7bf5
MA
116242007-12-14 Michael Albinus <michael.albinus@gmx.de>
11625
11626 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
11627 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
11628 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
11629 (xd_read_message, Fdbus_register_signal): Split expressions into
11630 multiple lines before operators "&&" and "||", according to the
11631 GNU Coding Standards.
11632
34fb0fc9
EZ
116332007-12-14 Eli Zaretskii <eliz@gnu.org>
11634
11635 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
11636
c7d97628
JL
116372007-12-12 Juri Linkov <juri@jurta.org>
11638
11639 * buffer.c (Frename_buffer): In interactive spec replace
11640 `read-buffer' with `read-string' that uses `buffer-name-history'
11641 as history, and the current buffer's name as default.
11642
3709505e
SM
116432007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
11646 manipulating the backtrace manually.
11647 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
11648 (struct backtrace, backtrace_list): Remove.
11649 (command_loop_1): Remove dead var `no_direct'.
11650
11651 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
11652 preserve non-built-in buffer-local variables.
11653 (Fkill_all_local_variables): Don't re-create&re-set permanent
11654 buffer-local variables.
11655
e2bec886
JL
116562007-12-09 Juri Linkov <juri@jurta.org>
11657
11658 * buffer.c (Frename_buffer): Change interactive spec from "s" to
11659 Lisp code that uses `read-buffer' with current buffer as default.
11660
a31d47c7
MA
116612007-12-08 Michael Albinus <michael.albinus@gmx.de>
11662
11663 * dbusbind.c (xd_read_message): Generate an event for every
11664 registered handler. There might be several handlers registered
11665 for the same signal.
11666 (Fdbus_register_signal): Don't overwrite a registration for the
11667 same signal. Add a new registration if handlers are different.
11668 (Vdbus_registered_functions_table): Rework doc string.
11669
52da95fa
MA
116702007-12-07 Michael Albinus <michael.albinus@gmx.de>
11671
11672 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
11673 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
11674 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
11675 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
11676 Unify argument lists.
a0a3805c 11677 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
11678 arguments and hash table keys. Use unique name for service.
11679 (Fdbus_unregister_signal): Remove checks.
11680 (Vdbus_registered_functions_table): Fix doc string.
11681
e5e76c04 116822007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
11683
11684 * process.c (make_process): Initialize pty_flag to 0.
11685
e5e76c04 116862007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
11687
11688 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
11689 specified XBMs.
11690
e5e76c04 116912007-12-05 Richard Stallman <rms@gnu.org>
048addec 11692
e5e76c04 11693 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 11694
e5e76c04 116952007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11696
e5e76c04
MB
11697 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
11698 New variable.
11699 (mac_try_close_socket) [MAC_OSX]: New function.
11700 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
11701 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 11702
e5e76c04
MB
11703 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
11704 Use mac_try_close_socket.
048addec 11705
e5e76c04 117062007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11707
e5e76c04
MB
11708 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
11709 reloc_base.
11710 (copy_dysymtab): Compute relocation base here.
11711 (rebase_reloc_address) [__ppc64__]: New function.
11712 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
11713 changed.
048addec 11714
e5e76c04 117152007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 11716
e5e76c04 11717 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 11718
e5e76c04 117192007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11720
e5e76c04
MB
11721 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
11722 __objc_* sections.
11723 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 11724
96faeb40
MA
117252007-12-05 Michael Albinus <michael.albinus@gmx.de>
11726
11727 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
11728 Move check for Vdbus_registered_functions_table to
11729 xd_read_queued_messages.
11730 (xd_read_queued_messages): Protect xd_read_message calls by
11731 internal_condition_case_1.
11732
39abdd4a
MA
117332007-12-04 Michael Albinus <michael.albinus@gmx.de>
11734
87df3c32 11735 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 11736 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 11737 (Vdbus_intern_symbols): Remove.
39abdd4a 11738 (Vdbus_registered_functions_table): New hash table.
87df3c32 11739 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 11740 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 11741 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
11742 Vdbus_registered_functions_table.
11743
880820fe 117442007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
11745
11746 * xterm.c: Update URL to Window Manager Specification in comment.
11747
033b73e2
MA
117482007-12-02 Michael Albinus <michael.albinus@gmx.de>
11749
11750 * config.in (HAVE_DBUS): Add.
11751
a0a3805c 11752 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
11753 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
11754 (obj): Add $(DBUS_OBJ).
11755 (LIBES): Add $(DBUS_LIBS).
11756 (dbusbind.o): New target.
11757
11758 * dbusbind.c: New file.
11759
11760 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
11761
11762 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 11763 (Qdbus_event): New Lisp symbol.
033b73e2 11764 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 11765 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
11766 (keys_of_keyboard ): Define dbus-event.
11767
11768 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
11769
39d0bf74
RS
117702007-12-01 Richard Stallman <rms@gnu.org>
11771
11772 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
11773
f3157c65
JR
117742007-11-30 Jason Rumney <jasonr@gnu.org>
11775
11776 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
11777 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
11778 (w32_face_attributes): Don't use color indexes that are out of range.
11779 Only reverse the default colors.
f3157c65
JR
11780
11781 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
11782 WINDOWSNT.
11783
11784 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
11785
b510360c
JR
117862007-11-29 Jason Rumney <jasonr@gnu.org>
11787
11788 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
11789 (w32_face_attributes): Use Vtty_defined_color_alist to determine
11790 if the terminal colors are initialized.
11791 (unspecified_fg, unspecified_bg): Remove unused declarations.
11792
4b7ab1c4
AS
117932007-11-29 Andreas Schwab <schwab@suse.de>
11794
11795 * keyboard.c (apply_modifiers): Fix typo.
11796
4bb6c266
RS
117972007-11-29 Richard Stallman <rms@gnu.org>
11798
11799 * keymap.c (Fcurrent_local_map): Doc fix.
11800
aa44cd84
GM
118012007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
11802
11803 * s/gnu-kfreebsd.h: New file.
11804
21ec2c43
SM
118052007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11806
cc648cef
SM
11807 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11808 Don't cast redundantly.
11809
21ec2c43
SM
11810 * keyboard.c (KEY_TO_CHAR): New macro.
11811 (parse_modifiers, apply_modifiers): Accept integer arguments.
11812 (read_key_sequence): Use them to unify the "shift->unshift" mapping
11813 for chars and symbol keys.
11814 After doing such remapping, apply function-key-map again.
11815
73e72da4
DN
118162007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
11819 compiled anymore.
11820
254693ff
AS
118212007-11-26 Andreas Schwab <schwab@suse.de>
11822
11823 * process.c (list_processes_1): Fix indentation level of the
11824 command column.
11825
ff6e6ac8
AS
118262007-11-23 Andreas Schwab <schwab@suse.de>
11827
11828 * editfns.c (Fformat): Handle %c specially since it requires the
11829 argument to be of type int.
11830
f7cf8b20
SM
118312007-11-23 Markus Triska <markus.triska@gmx.at>
11832
11833 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 11834 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 11835
569c11e3
SM
118362007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11837
8787dd73
SM
11838 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
11839 (find_symbol_value): Use do_symval_forwarding.
11840
569c11e3
SM
11841 * data.c (set_internal): Set the value in the `cons-cell' (for
11842 Buffer_Local_values) not only for frame-local variables.
11843
6af1696d
AS
118442007-11-22 Andreas Schwab <schwab@suse.de>
11845
11846 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
11847 values to sprintf.
11848 * keymap.c (Fsingle_key_description): Likewise.
11849 * print.c (print_object): Likewise.
11850
880820fe 118512007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
11852
11853 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
11854 file for image is nil.
11855
7c401d15
DN
118562007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
11857
11858 * term.c: Include stdarg.h.
569c11e3 11859 (fatal): Implement using varargs.
a0a3805c 11860 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 11861
64e16c3c
SM
118622007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
11865 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
11866 Update call to buffer_slot_type_mismatch.
11867 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
11868 (buffer_slot_type_mismatch): Update.
11869 * buffer.c (buffer_local_types): Remove.
11870 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
11871 (defvar_per_buffer): Set the type in the buffer_objfwd.
11872
d4aa48db 118732007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 11874
64e16c3c
SM
11875 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
11876 CreateFileMapping returns NULL on failure.
5f42a7eb 11877
d4aa48db 118782007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 11879
d4aa48db
MB
11880 * search.c (Fset_match_data): Remove the `evaporate' feature.
11881 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 11882
bdae0540
JR
118832007-11-21 Jason Rumney <jasonr@gnu.org>
11884
11885 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
11886
11887 * w32console.c (w32con_write_glyphs): Remove unused variables.
11888
202c09a8
DN
118892007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11890
b951420f
DN
11891 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
11892
202c09a8
DN
11893 * s/darwin.h (MULTI_KBOARD): Remove.
11894
11895 * macfns.c (x_create_tip_frame, Fx_create_frame)
11896 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
11897
bae72c12
SM
118982007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11899
e7c10f83
SM
11900 * buffer.c (Fbuffer_local_value): Remove redundant test.
11901 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
11902 than in `current-buffer' to match the comment.
11903 Do the swap using swap_in_global_binding.
11904
136eb6ed
SM
11905 * data.c (store_symval_forwarding, set_internal):
11906 * eval.c (specbind): Remove dead code.
11907
bae72c12
SM
11908 * coding.c (detect_coding, Fupdate_coding_systems_internal):
11909 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
11910 Since we do not want to see internal Lisp_*fwd objects here.
11911
880820fe 119122007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 11913
3d66b985
JD
11914 * sysdep.c (init_system_name): Use getaddrinfo if available.
11915
95fbaefc
JD
11916 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
11917 (x_scroll_bar_note_movement): start, end, with, height in struct
11918 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
11919
6c1d8cb6
DN
119202007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
11921
11922 * puresize.h (BASE_PURESIZE): Increase to 1190000.
11923
30f95089
SM
119242007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11925
66b04bd4
SM
11926 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
11927 This undoes Richard's change of 14-Oct-2002.
11928
6d3f2bb2
SM
11929 * alloc.c (allocate_other_vector):
11930 * lisp.h (allocate_other_vector): Remove.
11931
b05b4e27
SM
11932 * window.c (struct save_window_data): Move non-lisp data to the end
11933 and make it `int' rather than Lisp_Object.
11934 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
11935 Done wrap/unwrap integer values.
11936 (Fset_window_configuration, compare_window_configurations):
11937 Update use of fields to their new types.
11938
056ce195
SM
11939 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
11940 Turn integer fields into `int'. Merge x_window_low and x_window_high.
11941 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
11942 (SET_SCROLL_BAR_X_WINDOW): Remove.
11943 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
11944 Access the new x_window field directly.
11945 * xterm.c (x_scroll_bar_create): Use a pseudovector.
11946 Don't wrap/unwrap integers into Lisp_Objects.
11947 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
11948 (x_scroll_bar_report_motion):
11949 Don't wrap/unwrap integers into Lisp_Objects.
11950 (x_term_init): Use SDATA.
11951 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
11952 (x_scroll_bar_set_handle, x_scroll_bar_remove)
11953 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
11954 (x_scroll_bar_report_motion, x_scroll_bar_clear):
11955 * xfns.c (x_set_background_color):
11956 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
11957 Access the new x_window field directly.
11958
30f95089
SM
11959 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
11960 (allocate_pseudovector): Make non-static.
6d3f2bb2 11961
30f95089
SM
11962 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
11963 (allocate_pseudovector): Declare.
6f69e89b 11964 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 11965
9b6112e8
AS
119662007-11-15 Andreas Schwab <schwab@suse.de>
11967
30f95089
SM
11968 * editfns.c (Fformat): Correctly format EMACS_INT values.
11969 Also take precision into account when formatting an integer.
0f860bd7 11970
9b6112e8
AS
11971 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
11972
262fcd41
SM
119732007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11974
58da34c7
SM
11975 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
11976 (syms_of_keyboard): Defsubr it.
11977
262fcd41
SM
11978 * data.c (swap_in_global_binding): Fix longstanding bug where
11979 store_symval_forwarding was not called with the right second argument,
11980 thus causing objfwd-ing from being dropped.
11981
d29a9848
JB
119822007-11-14 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
11985 (Fx_display_pixel_height, Fx_display_planes)
11986 (Fx_display_color_cells, Fx_server_max_request_size)
11987 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11988 (Fx_display_visual_class, Fx_display_save_under):
11989 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
11990 (Fx_display_pixel_height, Fx_display_planes)
11991 (Fx_display_color_cells, Fx_server_max_request_size)
11992 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11993 (Fx_display_mm_height, Fx_display_mm_width)
11994 (Fx_display_backing_store, Fx_display_visual_class)
11995 (Fw32_select_font, Fx_display_save_under):
11996 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
11997 (Fx_display_pixel_height, Fx_display_planes)
11998 (Fx_display_color_cells, Fx_server_max_request_size)
11999 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
12000 (Fx_display_save_under): Fix typos in docstrings.
12001
74084731
JB
120022007-11-14 Juanma Barranquero <lekktu@gmail.com>
12003
12004 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
12005 corresponding to deleted entries; they are an implementation detail.
12006 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
12007 Remove variables.
12008 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
12009 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
12010 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
12011 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
12012 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 12013 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 12014 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
12015 Fix typos in docstrings.
12016 (Fx_server_version): Reflow docstring.
12017 (Fw32_shell_execute): Doc fixes.
74084731 12018
fb053a1f
JB
120192007-11-13 Juanma Barranquero <lekktu@gmail.com>
12020
12021 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
12022 if w32_parse_hot_key returned nil.
12023
a457417e 120242007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 12025
a457417e 12026 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 12027
4b219faa
JR
120282007-11-09 Jason Rumney <jasonr@gnu.org>
12029
12030 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
12031
12032 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
12033
12034 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
12035 Remove W32_SCROLL_BAR_CLICK_EVENT.
12036
12037 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
12038 Add MULTIMEDIA_KEY_EVENT.
12039
12040 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
12041 (lispy_multimedia_keys) [WINDOWSNT]: New array.
12042 (make_lispy_event) [WINDOWSNT]: Use it to translate
12043 MULTIMEDIA_KEY_EVENT.
12044
12045 * w32term.h (WM_APPCOMMAND): Define if not already.
12046 (GET_APPCOMMAND_LPARAM): Likewise.
12047
12048 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
12049 WM_APPCOMMAND.
12050
12051 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
12052 (syms_of_w32fns): Export and initialize it.
12053 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
12054
c12ecb0a 120552007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
12056
12057 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
12058 twice.
12059
12060 * xdisp.c (handle_face_prop): Fix last change.
12061
c12ecb0a 120622007-11-09 Richard Stallman <rms@gnu.org>
048addec 12063
c12ecb0a
MB
12064 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
12065 not just for after-strings and before-strings.
12066 Call face_for_overlay_string and pass the overlay to it.
12067 (handle_display_prop): Determine whether property came from an overlay.
12068 Pass OVERLAY arg to handle_single_display_spec.
12069 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
12070 (load_overlay_strings): Fill in it->string_overlays.
12071 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 12072
c12ecb0a
MB
12073 * xfaces.c (face_for_overlay_string): Function renamed from
12074 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 12075
c12ecb0a
MB
12076 * dispextern.h (struct it): New elt string_overlays.
12077 New elt from_overlay, also in stack.
12078 Rearrange a few elements.
12079 (face_for_overlay_string): Decl renamed from
12080 face_at_buffer_position_no_overlays, and add argument.
15fff01d 12081
c12ecb0a 120822007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 12083
c12ecb0a
MB
12084 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
12085 to get the base face for an overlay string.
0d8466cc 12086
c12ecb0a 12087 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 12088
c12ecb0a 12089 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 12090
c12ecb0a 12091 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 12092
c12ecb0a 120932007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 12094
c12ecb0a
MB
12095 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
12096 Fix conversion from Lisp object to ATSUFontID.
07025a55 12097
c12ecb0a 120982007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 12099
c12ecb0a 12100 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 12101
c12ecb0a 121022007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 12103
c12ecb0a
MB
12104 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
12105 Don't assume regions are aligned to page boundary.
12106 (print_load_command_name): Add LC_UUID if defined.
3a232704 12107
c12ecb0a 121082007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 12109
c12ecb0a 12110 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 12111
b8ddfbcc
JR
121122007-11-07 Jason Rumney <jasonr@gnu.org>
12113
12114 * s/windows95.h: Remove.
12115
880820fe 121162007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
12117
12118 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
12119 abort with a message on unhandled store_type values.
12120
880820fe 121212007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
12122
12123 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
12124 Remove HAVE_X11R5 and HAVE_X11R4.
12125
04a697fe
DN
121262007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12127
12128 * Makefile.in: Remove references to sunfns.c and sunfns.o.
12129
880820fe 121302007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
12131
12132 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 12133 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
12134 x_set_glyph_string_gc from x_draw_glyph_string.
12135
07e5c0b0
DN
121362007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12137
2a2e8de7 12138 * sunfns.c: Remove file.
07e5c0b0
DN
12139
12140 * m/sun386.h:
12141 * m/sun2.h:
12142 * m/sparc.h: Remove Sun windows code.
12143
1bc973c2
SM
121442007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
12147 (init_keyboard): Set current_kboard's window-system to nil.
12148 (tty_read_avail_input): Typo.
12149 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
12150
c22140f6
DN
121512007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12152
12153 * s/usg5-4.h:
12154 * s/usg5-3.h:
12155 * s/ptx.h:
12156 * m/is386.h:
12157 * m/ibmps2-aix.h:
2a2e8de7 12158 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
12159
12160 * dispnew.c (syms_of_display): Don't mention version 10.
12161
660a8219
JB
121622007-10-28 Juanma Barranquero <lekktu@gmail.com>
12163
12164 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
12165 ($(BLD)/abbrev.$(O)): Remove.
12166
e047f448
SM
121672007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 Rewrite abbrev.c in Elisp.
12170 * image.c (Qcount): Don't declare as extern.
12171 (syms_of_image): Initialize and staticpro `Qcount'.
12172 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
12173 * emacs.c (main): Don't call syms_of_abbrev.
12174 * Makefile.in (obj): Remove abbrev.o.
12175 (abbrev.o): Remove.
12176 * abbrev.c: Remove.
12177
67b73e3a
MR
121782007-10-26 Martin Rudalics <rudalics@gmx.at>
12179
12180 * window.c (window_min_size_2): Don't count header-line.
12181
e3d7bd83
DN
121822007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12183
12184 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 12185 field to take advantage of the available space. Group all the
e3d7bd83
DN
12186 chars together to reduce wasted space due to padding.
12187
a3547743
JB
121882007-10-26 Juanma Barranquero <lekktu@gmail.com>
12189
e298936f
JB
12190 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
12191
d3d47262
JB
12192 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
12193 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
12194 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
12195 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
12196 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
12197 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
12198 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
12199 (last_marked, mark_object_loop_halt): Make static.
12200
a3547743
JB
12201 * frame.c (syms_of_frame) <delete-frame-functions>:
12202 Fix typo in docstring.
12203
14c71d8b
JB
122042007-10-25 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * w32.c (init_environment): Fix tiny memory leak.
66199f74 12207 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 12208
70b8d0a4
SM
122092007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 Make `window-system' into a keyboard-local variable (rather than
12212 frame-local as done originally by multi-tty).
12213
12214 * keyboard.h (struct kboard): Add Vwindow_system.
12215 * keyboard.c (init_kboard): Set a default for Vwindow_system.
12216 (mark_kboards): Mark Vwindow_system.
12217
12218 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
12219 (init_display): Don't set the obsolete `window-system' frame-param.
12220
12221 * xterm.c (x_term_init):
12222 * w32term.c (w32_create_terminal):
12223 * term.c (init_tty): Set Vwindow_system.
12224 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
12225 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
12226
12227 * xfns.c (Fx_create_frame, x_create_tip_frame):
12228 * w32fns.c (Fx_create_frame, x_create_tip_frame):
12229 * macfns.c (Fx_create_frame):
12230 Don't set the obsolete `window-system' frame-param.
12231
12232 * frame.h (Qwindow_system): Remove.
12233 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
12234 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
12235
fdc90613 122362007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 12237
fdc90613
MB
12238 * frame.c (x_figure_window_size): For fullscreen case,
12239 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 12240
fdc90613 12241 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 12242
fdc90613 12243 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 12244
7357cb04
SM
122452007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12246
98228e72
SM
12247 * process.c (unwind_request_sigio): Only define if __ultrix__.
12248
1baf6db9
SM
12249 * callproc.c (child_setup): Remove spurious *.
12250
4d0ac3d7
SM
12251 * lisp.h (Fget_text_property): Declare.
12252 (have_menus_p): Declare it here rather than in sys-dep header files.
12253 * macterm.h (have_menus_p):
12254 * msdos.h (have_menus_p):
12255 * xterm.h (have_menus_p): Remove.
12256
7357cb04
SM
12257 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12258 (Fmake_variable_frame_local): Just check the variable's const-ness
12259 rather than checking nil or t.
12260
866e6dd6
JR
122612007-10-22 Jason Rumney <jasonr@gnu.org>
12262
b00afeae
JR
12263 * w32fns.c: Include math.h.
12264 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 12265
c8f7c76b
JR
12266 * s/ms-w32.h (HAVE_STDLIB_H): Define.
12267 (abort): Redefinition moved to nt/config.nt.
12268
866e6dd6
JR
12269 * m/windowsnt.h: Remove.
12270
e79beb56
JB
122712007-10-22 Juanma Barranquero <lekktu@gmail.com>
12272
12273 * emacs.c (Fdump_emacs): Fix typo in message.
12274 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
12275 <installation-directory>: Reflow docstring.
12276
fb30dfd2
JL
122772007-10-22 Juri Linkov <juri@jurta.org>
12278
12279 * minibuf.c: Allow minibuffer default to be a list of default values.
12280 With empty input use the first element of this list as returned default.
e79beb56 12281 (string_to_object)
0f7f11b7 12282 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
12283 (read_minibuf): If defalt is cons, set histstring to its car.
12284 (Fread_string): If default_value is cons, set val to its car.
12285 (Fread_buffer): If def is cons, use its car.
12286 (Fcompleting_read): If defalt is cons, set val to its car.
12287
1f163f28
MA
122882007-10-21 Michael Albinus <michael.albinus@gmx.de>
12289
12290 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
12291
db3534c3
JB
122922007-10-20 Juanma Barranquero <lekktu@gmail.com>
12293
12294 * doc.c (Fdocumentation): Check for advice in all cases.
12295
c6f18a07
CY
122962007-10-19 Chong Yidong <cyd@stupidchicken.com>
12297
12298 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
12299
2a1534d3
RS
123002007-10-19 Richard Stallman <rms@gnu.org>
12301
12302 * doc.c (Fdocumentation): Check for and handle an advised function.
12303
7b82c3b6
JB
123042007-10-19 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * process.c (Fset_process_filter): Doc fix.
12307
3278f20e
SM
123082007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
12311 which caused key-translation-map to applied repeatedly (thus breaking
12312 double-mode).
12313
99784d63
SM
123142007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * xselect.c (x_own_selection, x_handle_selection_clear)
12317 (x_clear_frame_selections):
12318 * w32menu.c (list_of_panes, list_of_items):
12319 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
12320 * textprop.c (validate_plist, interval_has_all_properties)
12321 (interval_has_some_properties, interval_has_some_properties_list)
12322 (add_properties, text_property_list):
12323 * process.c (Fget_buffer_process, list_processes_1, status_notify):
12324 * minibuf.c (Fassoc_string):
12325 * macselect.c (x_own_selection, x_clear_frame_selections)
12326 (Fx_disown_selection_internal):
12327 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
12328 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
12329
44bb704d
CY
123302007-10-17 Chong Yidong <cyd@stupidchicken.com>
12331
12332 * process.c: Link to libs for calling res_init() if available.
12333 (Fmake_network_process): Call res_init() before getaddrinfo or
12334 gethostbyname, if possible.
12335
d314756e
SM
123362007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12337
2504022a
SM
12338 * lread.c (read1): Set pvectype for char_tables.
12339
19fa82b9
SM
12340 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
12341 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
12342 Add type checks.
12343 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
12344
d314756e
SM
12345 * alloc.c (free_misc): Use XMISCTYPE.
12346 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
12347
94b9aaa2
GM
123482007-10-17 Glenn Morris <rgm@gnu.org>
12349
12350 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
12351 (syms_of_minibuf): Add Qcompletion_ignore_case.
12352 * dired.c (Qcompletion_ignore_case): Change to external.
12353 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
12354 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
12355 (Fread_file_name): Use it rather than intern'ing.
12356
12357 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
12358 (Fread_coding_system): Ignore case of user input.
12359
da6658e8
YM
123602007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12361
12362 * xdisp.c (handle_display_prop): Ignore display specs after
12363 replacing one when string text is being replaced.
12364 (handle_single_display_spec): Pretend as if characters with display
12365 property haven't been consumed only when buffer text is being replaced.
12366
11fb4bdb
SM
123672007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12368
9beb8baa
SM
12369 * xfns.c (Fx_create_frame, Fx_display_list):
12370 * window.c (window_fixed_size_p, enlarge_window)
12371 (shrink_window_lowest_first):
12372 * macterm.c (init_font_name_table):
12373 * macfns.c (Fx_create_frame, Fx_display_list):
12374 * lread.c (close_load_descs):
12375 * keyboard.c (read_char_x_menu_prompt):
12376 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
12377 * coding.c (code_convert_region_unwind): Test the type of an object
12378 rather than just !NILP before extracting data from it.
12379
d3f41ff5
SM
12380 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
12381
67ee9f6e
SM
12382 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
12383 (XMISCANY): New macro.
12384 (XMISCTYPE): Use it.
12385 (struct Lisp_Misc_Any): New type.
12386 (union Lisp_Misc): Use it.
12387 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
12388 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
12389 (find_symbol_value, set_internal, default_value, Fset_default)
12390 (Fmake_variable_buffer_local, Fmake_local_variable)
12391 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
12392 (Flocal_variable_if_set_p, Fvariable_binding_locus):
12393 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
12394 * alloc.c (allocate_buffer): Set the size and tag.
12395 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
12396 Use XMISCANY.
12397 (die): Follow the GNU convention for error messages.
12398 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
12399 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
12400 tag any more.
12401 (set_buffer_internal_1):
12402 * frame.c (store_frame_param):
12403 * eval.c (specbind):
12404 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
12405
11fb4bdb
SM
12406 * doc.c (Fsnarf_documentation): Simplify.
12407
decb374a
JB
124082007-10-14 Juanma Barranquero <lekktu@gmail.com>
12409
12410 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
12411 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
12412
b5a40ee7
SM
124132007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
12416
35277b03
JB
124172007-10-14 Juanma Barranquero <lekktu@gmail.com>
12418
12419 * eval.c (do_autoload): Don't save autoloads.
12420
12421 * data.c (Ffset): Save autoload of the function being set.
12422
35fdaa62
GM
124232007-10-07 John Paul Wallington <jpw@pobox.com>
12424
12425 * xfns.c (x_create_tip_frame): Set the `display-type' frame
12426 parameter before setting up faces.
12427
1ea40aa2
EZ
124282007-10-13 Eli Zaretskii <eliz@gnu.org>
12429
35fdaa62 12430 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
12431 * keyboard.c (append_tool_bar_item): Reformat last change.
12432
1ea40aa2
EZ
12433 * lisp.h (eabs): Rename from `abs'. All callers changed.
12434
35277b03 124352007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
12436
12437 * buffer.c (add_overlay_mod_hooklist):
12438 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
12439 * fontset.c (make_fontset):
12440 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
12441 (append_tool_bar_item):
12442 * macmenu.c (grow_menu_items):
35fdaa62 12443 * w32menu.c (grow_menu_items):
71d00ce4 12444 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 12445
bc82f120
EZ
124462007-10-13 Eli Zaretskii <eliz@gnu.org>
12447
12448 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
12449 selected frame'' on MSDOS).
12450
d57d5a78
MR
124512007-10-12 Martin Rudalics <rudalics@gmx.at>
12452
12453 * frame.c (Qexplicit_name): New variable.
12454 (x_report_frame_params): Report it in parameter alist.
12455 (syms_of_frame): Intern and staticpro it.
12456
35277b03 124572007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
12458
12459 * macfns.c (x_create_tip_frame): Set terminal for frame.
12460
c7a4b95b
SM
124612007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12462
26f9c7b7
SM
12463 * frame.c (Qenvironment): Remove.
12464 (syms_of_frame) <Qenvironment>: Don't initialize.
12465 (Fdelete_frame): Don't treat the `environment' param specially.
12466 * frame.h (Qenvironment): Don't declare.
12467 * callproc.c (set_initial_environment): Don't set unused frame param.
12468
c7a4b95b
SM
12469 * frame.c (Fframe_with_environment): Remove.
12470 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 12471
c7a4b95b
SM
12472 * lisp.h (Fframe_with_environment): Don't declare.
12473
c86f7377
JB
124742007-10-10 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * indent.c (indent_tabs_mode, last_known_column)
12477 (last_known_column_modified): Make static.
12478 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
12479
d1b3a122
KY
124802007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
12481
12482 * puresize.h (BASE_PURESIZE): Increase to 1170000.
12483
d57d5a78
MR
124842007-10-09 Jason Rumney <jasonr@gnu.org>
12485
12486 * w32term.c (x_set_window_size): Disable code that attempts to tell
12487 Lisp code about a size change before it actually happens.
12488
81d3d428 124892007-10-09 Richard Stallman <rms@gnu.org>
91175673 12490
81d3d428
MB
12491 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
12492 return HANDLED_RETURN.
91175673 12493
1af74d06 124942007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 12495
1af74d06
MB
12496 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
12497 when there's an unread command event.
e0fead5d 12498
c7a4b95b 12499 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
12500 window autoselection act appropriately when leaving selected frame.
12501 (syms_of_frame): Initialize focus_follows_mouse.
12502 * frame.h (focus_follows_mouse): Extern it.
12503 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 12504 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
12505 * msdos.c (dos_rawgetc): Likewise.
12506 * w32term.c (w32_read_socket): Likewise.
12507 * xterm.c (handle_one_xevent): Likewise.
12508 * xdisp.c (syms_of_xdisp): In doc-string of
12509 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 12510
1af74d06 125112007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 12512
1af74d06
MB
12513 * macterm.c (mac_load_query_font): Fix missing return value.
12514 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
12515 Add BLOCK_INPUT.
c186cdb3 12516
1af74d06 125172007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 12518
1af74d06
MB
12519 * xdisp.c (get_window_cursor_type): Implement documented behavior
12520 for cursor-in-non-selected-windows = t.
c186cdb3 12521
1af74d06 125222007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 12523
1af74d06 12524 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 12525
1af74d06 125262007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 12527
1af74d06 12528 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 12529
1af74d06 12530 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 12531
1af74d06 125322007-10-08 Richard Stallman <rms@gnu.org>
a3c83618 12533
c7a4b95b 12534 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 12535
1af74d06 125362007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 12537
1af74d06 12538 * buffer.c (Foverlays_at): Doc fix.
036e218d 12539
1af74d06 125402007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 12541
1af74d06 12542 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 12543
1af74d06 125442007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 12545
1af74d06 12546 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 12547
1af74d06 12548 * frame.h (enum): Remove trailing comma.
90647b07 12549
8993ad2e 125502007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 12551
1af74d06 12552 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 12553
1af74d06 125542007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 12555
1af74d06 12556 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 12557
1af74d06
MB
12558 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
12559 last-repeatable-command.
12560 (init_kboard): Initialize Vlast_repeatable_command.
12561 (command_loop_1): Set it to real_this_command unless that was
12562 bound to an input event.
12563 (mark_kboards): Mark it.
9fbc32aa 12564
1af74d06 125652007-10-08 Richard Stallman <rms@gnu.org>
036e218d 12566
1af74d06 12567 * eval.c (condition-case): Doc fix.
9fbc32aa 12568
1af74d06 125692007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 12570
1af74d06
MB
12571 * xfaces.c (tty_supports_face_attributes_p): Fix code
12572 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
12573 was copied and not edited.
9fbc32aa 12574
beb9f745
SM
125752007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12576
c86f7377 12577 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
12578 escape sequences.
12579 * keyboard.h (struct kboard): Add Vinput_decode_map.
12580 Remove Vlocal_key_translation_map.
12581 * keyboard.c (read_key_sequence): Add support for input-decode-map.
12582 (init_kboard): Init input-decode-map.
12583 Replace local-key-translation-map back with key-translation-map.
12584 (syms_of_keyboard): Declare input-decode-map.
12585 Remove local-key-translation-map. Update docstrings.
12586 (mark_kboards): Mark Vinput_decode_map.
12587 Don't mark Vlocal_key_translation_map.
12588 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
12589 Replace local-key-translation-map back with key-translation-map.
12590 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
12591 Bind in input-decode-map rather than function-key-map.
12592
beb9f745
SM
12593 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
12594 This was made redundant by the previous introduction of XSETPVECTYPE.
12595
65342ae3
RS
125962007-10-09 Richard Stallman <rms@gnu.org>
12597
beb9f745 12598 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
12599
126002007-09-29 Richard Stallman <rms@gnu.org>
12601
12602 * eval.c (internal_condition_case_2, internal_condition_case_1)
12603 (internal_condition_case): Reenable abort if x_catching_errors ()
12604 to see if that really happens and why.
12605
6cff77fd
AS
126062007-10-06 Andreas Schwab <schwab@suse.de>
12607
12608 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
12609
bbe6f2aa
JB
126102007-10-04 Juanma Barranquero <lekktu@gmail.com>
12611
12612 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
12613
a390930c
SM
126142007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
12617
d6aa1876
SM
126182007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12619
d0fdb6da
SM
12620 * window.h (struct window):
12621 * window.c (struct save_window_data, struct saved_window):
12622 * termhooks.h (struct terminal):
12623 * process.h (struct Lisp_Process):
12624 * frame.h (struct frame):
12625 * buffer.h (struct buffer):
12626 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
12627 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
12628 The size field of (pseudo)vectors is now unsigned.
12629 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
12630
878f97ff
SM
12631 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
12632 Turn `count' into an integer.
d0fdb6da 12633
878f97ff
SM
12634 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
12635 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
12636 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
12637 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
12638 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
12639
d2029e5b
SM
12640 * alloc.c (allocate_pseudovector): New fun.
12641 (ALLOCATE_PSEUDOVECTOR): New macro.
12642 (allocate_window, allocate_terminal, allocate_frame)
12643 (allocate_process): Use it.
12644 (mark_vectorlike): New function.
12645 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
12646 (mark_terminals): Use it.
12647 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
12648 (Fmake_byte_code): Use XSETPVECTYPE.
12649
12650 * frame.c (Fframe_parameters): Minor simplification.
12651
12652 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
12653
12654 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
12655
12656 * buffer.c (Fget_buffer_create, init_buffer_once):
12657 * lread.c (defsubr):
12658 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
12659
12660 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
12661 defined differently in the m/*.h files.
12662 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
12663 (XSETPVECTYPE): New macro.
12664 (XSETPSEUDOVECTOR): Use it.
12665
d6aa1876
SM
12666 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
12667 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 12668
d6aa1876
SM
12669 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
12670 * lread.c (defvar_per_buffer):
12671 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
12672
12673 * window.c (candidate_window_p): Only consider as visible frames that
12674 are on the same terminal.
12675
12676 * m/ibms390x.h (MARKBIT): Remove unused macro.
12677
88852d45
JB
126782007-10-01 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * lread.c (Fload): Fix typo in docstring.
12681
880820fe 126822007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
12683
12684 * floatfns.c (Fexpt): Manually check for overflows, so that a power
12685 of a non-zero value can't yield zero.
12686
ed0c79c6
SM
126872007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12688
b870aa61
SM
12689 * term.c (term_clear_mouse_face, term_mouse_highlight)
12690 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
12691
4c37a414
SM
12692 * print.c (safe_debug_print): Use XHASH.
12693
b9466edb
SM
12694 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
12695 Lisp elements such as tags.
12696 (XHASH): New macro.
12697 (EQ): Use it.
12698 (SREF, SSET, STRING_COPYIN): Use SDATA.
12699 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
12700
9c545a55
SM
12701 * alloc.c (mark_terminal): Remove left-over declaration.
12702 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
12703 (allocate_vectorlike): Remove type argument. Adjust callers.
12704 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
12705 Only handle the one remaining MEM_TYPE_VECTORLIKE.
12706
dafc79fa
SM
12707 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
12708 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
12709 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
12710 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
12711 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
12712 Use them.
12713
ed0c79c6
SM
12714 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
12715 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
12716 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
12717
3c81afd4
DN
127182007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12719
12720 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
12721 loaded by default.
12722
6178ce5e
SM
127232007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12724
4ce5ab77
SM
12725 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
12726 on this tty.
12727 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
12728
6178ce5e
SM
12729 * term.c (mouse_face_window): Rename from Qmouse_face_window.
12730 Update all users.
12731 (handle_one_term_event): Use Gpm_DrawPointer.
12732 (Fgpm_mouse_start): Rename from Fterm_open_connection.
12733 Signal errors instead of returning nil. Always return nil.
12734 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
12735 Make it a noop if gpm-mouse was not activated.
12736 (syms_of_term): Update names.
12737
bdf5f8ef
SM
127382007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12739
75a8734b
SM
12740 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
12741 (init_sys_modes): Check that gpm_tty is the current tty.
12742
13559ee0
SM
12743 * alloc.c (allocate_terminal): Set the vector size to only count the
12744 lisp fields. Initialize those to nil.
12745 (mark_object): Don't treat terminals specially.
12746 (mark_terminal): Remove.
12747 (mark_terminals): Use mark_object instead.
12748
ff16b875
SM
12749 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
12750 the GC to the beginning.
12751
83155776
SM
12752 * indent.h:
12753 * indent.c: Use EMACS_INT for ints coming from Elisp data.
12754
bdf5f8ef
SM
12755 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
12756
ec8705b6
JR
127572007-09-25 Jason Rumney <jasonr@gnu.org>
12758
12759 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
12760
12761 * w32console.c (create_w32cons_output): Remove.
12762
12763 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
12764
12765 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
12766 (reset_sys_modes): Use reset_terminal_modes_hook.
12767
7351b242
SM
127682007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * eval.c (do_autoload): Don't output any message.
12771
16706228
JL
127722007-09-24 Juri Linkov <juri@jurta.org>
12773
12774 * emacs.c (standard_args): Change priority of "--no-splash"
12775 from 40 to 3. Add "--no-desktop" with the same priority.
12776
3ae2e3a3
RS
127772007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
12778
12779 * alloc.c (gc_sweep): Check cons cell mark bits word by word
12780 and optimize the case where they are all 1.
12781
7a58fb43
GM
127822007-09-23 Johannes Weiner <hannes@saeurebad.de>
12783
3ae2e3a3
RS
12784 * lisp.h (abs): Define if not defined.
12785 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
12786 Don't define `abs', since it's defined in lisp.h.
7a58fb43 12787
78048085
EZ
127882007-09-22 Eli Zaretskii <eliz@gnu.org>
12789
c7a4b95b 12790 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
12791 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
12792 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
12793 (init_tty): Use DEV_TTY instead of "/dev/tty".
12794 [WINDOWSNT]: No need to protect from NAME arg being null.
12795
23d4cba5
DN
127962007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12797
12798 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
12799 up the tty state.
12800
71f44e7a
SM
128012007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
12804 (gpm_tty): Change its type.
12805 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
12806 (gpm_tty): Change its type and initialize it.
12807 (Fterm_open_connection): Check the frame is indeed a tty.
12808 Use the new gpm_tty.
12809 (Fterm_close_connection): Use the new gpm_tty.
12810 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
12811 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
12812
def7fa34
JB
128132007-09-21 Juanma Barranquero <lekktu@gmail.com>
12814
12815 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
12816 underline_color, to draw strike-through.
12817
d2bb6598
SM
128182007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12819
273f164c
SM
12820 * lisp.h (allocate_terminal): Declare.
12821
ca2d5566
SM
12822 * window.c (candidate_window_p): Consider frames that are being placed
12823 by the user as somewhere between visible and iconified.
12824 (window_loop): Prefer windows on the current frame.
12825 (Fselect_window): Move the use of select-frame to the beginning so we
12826 can just delegate all the work (it'll call us back anyway).
12827
6168122d
SM
12828 * frame.c (Qdisplay_environment_variable):
12829 * frame.h (Qdisplay_environment_variable): Delete.
12830
c51842ec
SM
12831 * .gdbinit (xbacktrace): Print the arg's address rather than the value
12832 of the first arg, since that value may be a union.
12833
d2bb6598
SM
12834 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
12835 parameter rather than Qdisplay_environment_variable. If all else
12836 fails, look for DISPLAY in initial-environment.
12837
6f022c19
GM
128382007-09-21 Glenn Morris <rgm@gnu.org>
12839
12840 * Makefile.in (emacstool): Remove target.
f466320b 12841 (lisp, shortlisp): Remove termdev.elc.
6f022c19 12842
ea1bf8c7
GM
128432007-09-21 Markus Triska <markus.triska@gmx.at>
12844
d2bb6598 12845 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 12846
d30a25b3
SM
128472007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12848
db699fc6
SM
12849 * callproc.c (getenv_internal_1): New function.
12850 (getenv_internal): Use it.
12851 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
12852
d2bb6598 12853 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
12854 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
12855 (Fset_terminal_parameter): Work with dead terminals as well.
12856 (Fmodify_terminal_parameters): Remove.
12857
d30a25b3
SM
12858 * terminal.c (get_terminal): Handle terminals.
12859 Make sure the terminal returned is live.
12860 (create_terminal): Use allocate_terminal.
12861 (mark_terminals): Move to alloc.c.
12862 (delete_terminal): Use terminal->name as liveness status.
12863 NULL out fields after freeing their contents.
12864 Don't deallocate the object.
12865 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
12866 rather than an int.
12867 (Fterminal_live_p): Accept non-integer arguments.
12868 (Fterminal_list): Return terminal objects rather than an ints.
12869
12870 * alloc.c (enum mem_type): New member for `terminal' objects.
12871 (allocate_terminal): New function.
d2bb6598
SM
12872 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
12873 Handle terminals.
d30a25b3
SM
12874 (mark_terminal): New fun.
12875 (mark_terminals): Move from terminal.c.
12876
12877 * term.c (get_tty_terminal): Don't treat output_initial specially.
12878 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
12879 (delete_tty): Use terminal->name as liveness status.
12880
12881 * termhooks.h (struct terminal): Make it into a pseudovector.
12882 Remove `deleted' replaced by checking `name's nullness.
12883
12884 * print.c (print_object): Handle terminals.
12885
12886 * lisp.h (enum pvec_type): New `terminal' pseudovector.
12887 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
12888
12889 * frame.c (make_terminal_frame):
12890 * keyboard.c (tty_read_avail_input):
12891 * w32term.c (x_delete_terminal):
12892 * xfns.c (Fx_create_frame, x_create_tip_frame):
12893 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
12894
eba25e7c
GM
128952007-09-20 Glenn Morris <rgm@gnu.org>
12896
12897 * process.c (Fmake_network_process): Doc fix.
12898
2a29c3c1
JR
128992007-09-19 Jason Rumney <jasonr@gnu.org>
12900
12901 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
12902
880820fe 129032007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
12904
12905 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
12906 Fix a C warning regarding variable constness.
12907
12908 * xterm.c (handle_one_xevent): Fix a C warning.
12909
334a1195
JR
129102007-09-18 Jason Rumney <jasonr@gnu.org>
12911
12912 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
12913
880820fe 129142007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
12915
12916 * gtkutil.c (gdpy_def): New variable.
12917 (xg_initialize): Initialize gdpy_def.
12918 (xg_display_close): If no other display exists, set gdpy_def to a
12919 new connection.
12920
880820fe 129212007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
12922
12923 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
12924 when we have no file name for the icon.
12925 (xg_tool_bar_expose_callback): Remove.
12926 (xg_create_tool_bar): Don't connect expose signal to
12927 xg_tool_bar_expose_callback.
12928 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
12929
4d580af2
AS
129302007-09-16 Andreas Schwab <schwab@suse.de>
12931
12932 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
12933 values instead of zapping them.
12934
aca946f3
GM
129352007-09-14 Glenn Morris <rgm@gnu.org>
12936
12937 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
12938 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
12939 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
12940 scope and rename to omfib_buffer for clarity.
12941 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
12942
25c460e5
KH
129432007-09-14 Kenichi Handa <handa@m17n.org>
12944
12945 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
12946
09b69f01
JR
129472007-09-13 Jason Rumney <jasonr@gnu.org>
12948
12949 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
12950
12951 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
12952
12953 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
12954 (mac_term_init): Call here instead, passing rif.
12955
442218db
GM
129562007-09-13 Glenn Morris <rgm@gnu.org>
12957
12958 * s/hpux.h: No longer define `static' as nothing.
12959
880820fe 129602007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
12961
12962 * callint.c (Fcall_interactively): Remove unused var `fun'.
12963
1971a872
RF
129642007-09-12 Romain Francoise <romain@orebokech.com>
12965
12966 * window.c (prefer_window_split_horizontally, display_buffer):
12967 Revert 2007-09-08 change.
12968
2d33f506
GM
129692007-09-12 Glenn Morris <rgm@gnu.org>
12970
585474ae 12971 * alloca.c: Remove file.
ca7af97a
GM
12972 * Makefile.in (alloca): Do not undef.
12973 (allocaobj, alloca.o): Remove.
12974 (otherobj): Remove allocaobj.
12975 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
12976 * regex.c (C_ALLOCA): Remove all references and code that was only
12977 used when this was defined.
12978 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
12979 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
12980 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
12981
2d33f506 12982 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
12983
12984 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
12985 (menu_grab_callback): All uses changed.
12986
12987 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
12988 (x_reply_selection_request): All uses changed.
2d33f506 12989
18a4a65e
SM
129902007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * lread.c (load_warn_old_style_backquotes): Change message to look
12993 better when it appears in the middle of byte-compiler messages.
12994
47cc8819
DN
129952007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
12996
b7ea0894
DN
12997 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
12998
47cc8819
DN
12999 * xterm.c (x_create_terminal): Add comment.
13000
13001 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
13002
5632bd0f
RS
130032007-09-10 Richard Stallman <rms@gnu.org>
13004
13005 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
13006
880820fe 130072007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 13008
4bca9161
MC
13009 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
13010 (DEFUN): Document `intspec', use it instead of `prompt'.
13011
04724b69
MC
13012 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
13013
8a6d230a
MC
13014 * data.c (Finteractive_form): If the interactive specification starts
13015 with a `(', use it as a Lisp form.
13016
09fbdf6c
MC
13017 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
13018 name and file modes.
13019
ccb5c14f
MC
13020 * callint.c (Fcall_interactively): Comment fixes.
13021
023accd6
SM
130222007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
13025 and compiled functions.
13026
f26b9544
EZ
130272007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
13028
13029 * window.c (prefer_window_split_horizontally): New variable.
13030 (display_buffer): Consider splitting window horizontally depending
13031 on prefer_window_split_horizontally.
13032
4d395425
EZ
130332007-09-08 Eli Zaretskii <eliz@gnu.org>
13034
97ddc760 13035 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 13036
08c1d235
SM
130372007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13038
179cef48
SM
13039 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
13040
08c1d235
SM
13041 * frame.c (x_set_frame_parameters): Check number is positive before
13042 using XFASTINT.
13043
13044 * window.c (freeze_window_start): Don't presume selected_window holds
13045 a window object.
92f94a12 13046 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 13047
97ddc760 130482007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
13049
13050 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
13051
90ab5c62
SM
130522007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * window.c (Vsplit_window_preferred_function): New var.
13055 (Fdisplay_buffer): Use it.
13056 (syms_of_window): Export, and initialize it.
13057
1ab2cd43
TTN
130582007-09-06 Pixel <pixel@mandriva.com> (tiny change)
13059
13060 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
13061
0b0515bc
GM
130622007-09-06 Glenn Morris <rgm@gnu.org>
13063
57fd5c55 13064 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
13065 * xselect.c (x_reply_selection_request) <cnt>: Move static
13066 variable to file scope.
13067
98594580
SM
130682007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
13071 consistent values of selected_frame and selected_window.
13072
0f4c7aef
JR
130732007-09-04 Jason Rumney <jasonr@gnu.org>
13074
13075 * w32console.c (initialize_w32_display): Zero unused hooks.
13076
e4019195
DN
130772007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13078
13079 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
13080 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
13081
bce179b5
JR
130822007-09-04 Jason Rumney <jasonr@gnu.org>
13083
a0236551
JR
13084 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
13085 in w32console.c. Set up input. Remove XXX comments that have been
13086 confirmed as correct.
13087
a4926668
JR
13088 * s/ms-w32.h (MULTI_KBOARD): Define.
13089
953bf0dc
JR
13090 * w32console.c (one_and_only_w32cons): Remove.
13091 (initialize_w32_display): Take terminal argument.
13092
13093 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
13094 initialize_w32_display.
13095 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
13096
bce179b5
JR
13097 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
13098
13099 * keyboard.c (discard_mouse_events): Discard it.
13100 (make_lispy_event): Translate it to a lisp event.
13101 (lispy_wheel_names): Add wheel-left and right events.
13102 (syms_of_keyboard): Enlarge wheel_syms.
13103
13104 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
13105 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
13106
13107 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
13108
13109 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
13110 from WM_MOUSEHWHEEL.
13111 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
13112
13113 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
13114 terminal.
13115
13116 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
13117 keyboard for the terminal.
13118
92cd6a7c
DN
131192007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13120
13121 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
13122 (Vresume_tty_hook): Rename from Vresume_tty_functions.
13123 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
13124 and resume-tty-function to resume-tty-hook.
13125 (Fsuspend_tty, Fresume_tty): Use new names.
13126
880820fe 131272007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
13128
13129 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
13130 if it starts with "n:".
13131
880820fe 131322007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
13133
13134 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
13135
6b8e474c
SM
131362007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13137
92d9c1d4
SM
13138 * frame.h:
13139 * frame.c (Qterm_environment_variable): Remove.
13140 (syms_of_frame): Don't init and staticpro it.
13141
92d9c1d4
SM
13142 * callproc.c (getenv_internal): Remove special case for $TERM.
13143
6b8e474c
SM
13144 * callproc.c (Vinitial_environment): New variable.
13145 (set_initial_environment): Initialize it.
13146 (syms_of_callproc): Declare it.
13147 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
13148 TERM under which a process runs is never related to the TERM in which
13149 Emacs is running.
13150
0f1444e1
DN
131512007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13152
13153 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
13154 * s/darwin.h: ... do it here.
13155
b8866860
SM
131562007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * lisp.h (set_initial_environment): Rename from set_global_environment.
13159
13160 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
13161 removed by mistake on the multi-tty branch.
13162
13163 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
13164 (Fmodify_frame_parameters): Return a value.
13165
13166 * image.c (png_load): Comment-out var only used in commented-out code.
13167
13168 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
13169 before passing it to mark_object.
13170
13171 * xfaces.c (internal_resolve_face_name): Return a value.
13172 (internal_resolve_face_name, resolve_face_name_error): Comment out.
13173
13174 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
13175 (x_icon): Comment-out var only used in commented-out code.
13176
0a42be6d
RF
131772007-08-29 Romain Francoise <romain@orebokech.com>
13178
13179 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
13180 QUIT hasn't been provided.
13181
8d9cc0b7
MB
131822007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13183
13184 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 13185 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
13186 (set_initial_environment): Initialise Vprocess_environment.
13187
13188 * config.in: Disable multi-keyboard support on a mac.
13189
13190 * frame.c (Qterm_environment_variable)
13191 (Qdisplay_environment_variable): New variables.
13192 (syms_of_frame): Intern and staticpro them.
13193 (Fmake_terminal_frame): Disable output method test.
13194
13195 * frame.h: Declare them here.
13196
13197 * macfns.c (x_set_mouse_color): Get rif from the frame.
13198 (x_set_tool_bar_lines): Don't use updating_frame.
13199 (mac_window): Add 2 new parameters for consistency with other systems.
13200 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
13201 frame parameters following what is done in X11 and w32. Don't use
13202 FRAME_MAC_DISPLAY_INFO.
13203 (Fx_open_connection, start_hourglass): Remove window-system check.
13204 (x_create_tip_frame): Get the keyboard from the terminal.
13205
13206 * macmenu.c: Reorder includes.
13207 (Fx_popup_menu): Use terminal specific mouse_position_hook.
13208
13209 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
13210 terminal parameter.
13211 (x_clear_frame): Add a frame parameter.
13212 (note_mouse_movement): Get rif from the frame.
13213 (mac_term_init): Initialize the terminal.
13214 (mac_initialize): Make static and move terminal initialization ...
13215 (mac_create_terminal): ... to this new function.
13216
13217 * macterm.h (struct mac_display_info): Add terminal.
7196c970 13218 (mac_initialize): Delete declaration.
8d9cc0b7 13219
381864b2 13220 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
13221
13222 * sysdep.c: Comment out text after #endif.
13223
13224 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
13225 is defined. Better initialize ttys in windows. Use terminal
13226 specific mouse_position_hook.
13227
13228 * termhooks.h (union display_info): Add mac_display_info.
13229
b8866860
SM
13230 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
13231 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
13232 frame parameters following what is done in X11.
13233
13234 * w32term.c (w32_initialize): Make static.
13235
13236 * xselect.c (x_handle_selection_clear): Only access
13237 terminal->kboard when MULTI_KBOARD is defined.
13238
13239 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
13240 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
13241
132422007-08-29 Jason Rumney <jasonr@gnu.org>
13243
13244 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
13245 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
13246
13247 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
13248 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
13249
13250 * keyboard.c (restore_kboard_configuration): Only define when
13251 MULTI_KBOARD defined.
13252
35277b03 13253 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
13254 (OBJ1): Add terminal.$(O)
13255
b8866860
SM
13256 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
13257 Don't define function body.
8d9cc0b7
MB
13258 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
13259
13260 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
13261
13262 * w32.c (request_sigio, unrequest_sigio): Remove.
13263
13264 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
13265 (w32con_clear_frame, w32con_clear_end_of_line)
13266 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
13267 (w32con_delete_glyphs, w32con_set_terminal_window)
13268 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
13269 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
13270 Add terminal arg.
8d9cc0b7
MB
13271 (PICK_FRAME): Remove.
13272 (w32con_write_glyphs): Use frame specific terminal coding.
13273 (one_and_only_w32cons): New global variable.
13274 (initialize_w32_display): Use it for storing hooks.
13275 (create_w32cons_output): New function.
13276
13277 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
13278 arg a frame.
13279
b8866860
SM
13280 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
13281 Set window_system.
8d9cc0b7
MB
13282 (x_set_tool_bar_lines): Don't use updating_frame.
13283 (Fx_create_frame): Set terminal and ref count.
13284 (Fx_open_connection): Remove window-system check.
13285
13286 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
13287
13288 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
13289 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
13290 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
13291 Add frame arg.
13292 (x_delete_terminal, w32_create_terminal): New functions.
13293 (w32_term_init): Create a terminal.
13294 (w32_initialize): Move terminal specific initialization to
13295 w32_create_terminal.
13296
b8866860 13297 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
13298 (w32_clear_rect, w32_clear_area): Use background from frame.
13299 (w32_display_info): Add terminal.
13300 (w32_sys_ring_bell, x_delete_display): Declare here.
13301
13302 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
13303
13304 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
13305
133062007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
13307
13308 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
13309 Fix get_named_tty calls for the controlling tty.
13310
133112007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13312
13313 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
13314
133152007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
13316
13317 * term.c (tty_insert_glyphs): Add missing first parameter.
13318
880820fe 133192007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 13320
b8866860
SM
13321 * buffer.c (Fbuffer_list, Fbury_buffer):
13322 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
13323
13324 * cm.c (current_tty): New variable, for cmputc().
13325 (cmputc): Use it.
13326 (cmcheckmagic): Add tty parameter, look up terminal streams there.
13327 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
13328 (cmgoto): Add tty parameter. Pass it on to calccost().
13329 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
13330
13331 * cm.h (emacs_tputs): New macro to set current_tty, and then call
13332 tputs().
13333 (current_tty): New variable, for cmputc().
13334 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
13335
13336 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
13337 (internal_condition_case, internal_condition_case_1)
13338 (internal_condition_case_2): Don't abort when x_catching_errors.
13339
13340 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
13341 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
13342 prevent crashes caused by bogus longjmps in read_char.
13343
13344 * keymap.h (Fset_keymap_parent): Add EXFUN.
13345
13346 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
13347 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13348 Remove redundant definition.
13349
b8866860
SM
13350 * macfns.c (x_set_mouse_color, x_make_gc):
13351 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 13352
b8866860
SM
13353 * w32term.c (x_free_frame_resources):
13354 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13355 (w32_initialize): Use the accessor macros for terminal characteristics.
13356
13357 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
13358 Use the accessor macros for terminal characteristics.
13359 * msdos.c (internal_terminal_init): Use the accessor macros for
13360 terminal characteristics.
b8866860
SM
13361 (ScreenVisualBell, internal_terminal_init):
13362 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13363
13364 * termopts.h (no_redraw_on_reenter): Declare.
13365
13366 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 13367 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 13368 (Fgarbage_collect): Call them.
03f06e5c 13369 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
13370
13371 * prefix-args.c: Include stdlib.h for exit.
13372
13373 * syssignal.h: Add comment.
13374
13375 * indent.c: Include stdio.h.
13376
13377 * window.h (Vinitial_window_system): Declare.
13378 (Vwindow_system): Delete declaration.
13379
13380 * fontset.c (Finternal_char_font): Use FRAME_RIF.
13381
13382 * image.c (lookup_image): Don't initialize `c' until the xasserts
13383 have been run.
13384
13385 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
13386 FRAME_FOREGROUND_PIXEL.
13387
13388 * print.c (print_preprocess): Don't lose print_depth levels while
13389 iterating.
13390
b8866860
SM
13391 * widget.c (update_from_various_frame_slots):
13392 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13393
13394 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
13395 frames.
13396 (window_internal_height): Remove bogus make_number call.
b8866860 13397 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
13398
13399 * fileio.c (Fread_file_name): Update comment.
13400
b8866860
SM
13401 * callint.c (Fcall_interactively):
13402 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
13403 Make sure it is correctly unwound.
13404
13405 * xsmfns.c (x_session_close): New function.
13406
03f06e5c 13407 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
13408 Delete declarations.
13409
13410 * xterm.h: Remove declaration for x_fully_uncatch_errors.
13411 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 13412 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 13413 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
13414
13415 * lread.c: Include setjmp.h. Update declaration of `read_char'.
13416 (read_filtered_event): Call `read_char' with a local
13417 `wrong_kboard_jmpbuf'.
13418
b8866860
SM
13419 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
13420 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
13421
13422 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
13423 systems.
13424
b8866860 13425 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 13426 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 13427 (Fset_quit_char): EXFUN.
03f06e5c 13428 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
13429 (init_sys_modes, reset_sys_modes): Update prototypes.
13430 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
13431
b8866860
SM
13432 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
13433 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 13434 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 13435 Delete declarations.
03f06e5c
JB
13436 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
13437 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
13438 New declarations.
13439
13440 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
13441 already does that during init_display(). Call syms_of_keymap
b8866860
SM
13442 before syms_of_keyboard. Call `syms_of_terminal'.
13443 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
13444 (shut_down_emacs): Call reset_all_sys_modes() instead of
13445 reset_sys_modes().
13446
13447 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
13448 (internal_resolve_face_name, resolve_face_name_error): New functions.
13449 (resolve_face_name): Protect against loops and errors thrown by Fget.
13450 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
13451 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
13452
13453 * scroll.c: Replace CURTTY() with local variables throughout the
13454 file (where applicable).
13455 (calculate_scrolling, calculate_direct_scrolling)
13456 (scrolling_1, scroll_cost): Use the accessor macros for terminal
13457 characteristics.
13458
13459 * keymap.c (Vfunction_key_map): Remove.
b8866860 13460 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
13461 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
13462 (Vkey_translation_map): Remove.
13463 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 13464 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
13465 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
13466 Update for terminal-local key-translation-map.
13467
13468 * Makefile.in (callproc.o): Update dependencies.
13469 (lisp, shortlisp): Add termdev.elc.
13470 (obj): Add terminal.o.
13471 (terminal.o): Add dependencies.
13472 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
13473 (data.o, fns.o): Add termhooks.h dependency.
13474 (SOME_MACHINE_LISP): Add dnd.elc.
13475 (minibuf.o): Fix typo.
13476 Update dependencies.
13477
13478 * data.c (do_symval_forwarding, store_symval_forwarding)
13479 (find_symbol_value): Use the selected frame's keyboard, not
13480 current_kboard.
13481
13482 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
13483 Vwindow_system.
13484
13485 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
13486 Fmenu_bar_open.
13487 (syms_of_xmenu): Update defsubr.
13488 (mouse_position_for_popup, Fx_popup_menu)
13489 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
13490 (set_frame_menubar, free_frame_menubar)
13491 (create_and_show_popup_menu, xmenu_show, )
13492 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
13493 an X frame.
13494
13495 * xselect.c (x_own_selection): Abort if not an X frame.
13496 (some_frame_on_display): Check if it is an X frame.
13497 (x_handle_selection_clear): Deal with MULTI_KBOARD.
13498
13499 * coding.c: Include frame.h and termhooks.h.
03f06e5c 13500 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
13501 (Fset_terminal_coding_system_internal)
13502 (Fset_keyboard_coding_system_internal)
13503 (Fkeyboard_coding_system)
03f06e5c
JB
13504 (Fterminal_coding_system): Add a terminal parameter.
13505 Get terminal_coding from the terminal.
8d9cc0b7
MB
13506 (init_coding_once): Don't call setup_coding_system here.
13507
13508 * dispextern.h (set_scroll_region, turn_off_insert)
13509 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
13510 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 13511 (delete_tty, updating_frame)
8d9cc0b7
MB
13512 (produce_special_glyphs, produce_glyphs, write_glyphs)
13513 (insert_glyphs): Remove.
13514 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 13515 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 13516 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
13517
13518 * frame.h (enum output_method): Add output_initial.
13519 (struct x_output): Delete.
b8866860
SM
13520 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
13521 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
13522 (tty_display): Delete.
13523 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 13524 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
13525 (union output_data): Add tty.
13526 (FRAME_KBOARD): Get the kboard from the terminal.
13527 (FRAME_INITIAL_P): New macro.
13528 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
13529 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
13530 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
13531 New declarations.
8d9cc0b7
MB
13532
13533 * termchar.h (tty_output, tty_display_info): New structures.
13534 (tty_list): Declare.
13535 (FRAME_TTY, CURTTY): New macros.
13536 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
13537 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
13538 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
13539 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
13540
13541 * callproc.c: Include frame.h and termhooks.h, for terminal
13542 parameters.
13543 (add_env): New function.
13544 (child_setup): Use it.
b8866860 13545 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
13546 (getenv_internal): Fix get_terminal_param call.
13547 (Fgetenv_internal, egetenv): Update doc.
13548 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 13549 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
13550 strings.
13551 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
13552 (getenv_internal): Add terminal parameter.
13553 Handle Vlocal_environment_variables.
8d9cc0b7
MB
13554 (Fgetenv_internal): Add terminal parameter.
13555 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 13556 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
13557 (set_initial_environment): Rename from set_global_environment.
13558 Store Emacs environment in initial frame parameter.
13559
13560 * xdisp.c (redisplay_internal): Update references to
13561 `previous_terminal_frame'.
13562 (display_mode_line, Fformat_mode_line): Replace calls to
13563 `push_frame_kboard' with `push_kboard'.
13564 (get_glyph_string_clip_rects): Add extra parentheses and
13565 braces to prevent compiler warnings.
13566 (calc_pixel_width_or_height): Add xassert to check that the
13567 frame is alive. Don't call `lookup_image' on a termcap frame.
13568 (message2_nolog, message3_nolog, redisplay_internal)
13569 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
13570 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
13571 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
13572 (Fx_display_pixel_width, Fx_display_pixel_height)
13573 (Fx_display_planes, Fx_display_color_cells)
13574 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
13575 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
13576 (Fx_display_backing_store, Fx_display_visual_class)
13577 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 13578 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
13579
13580 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
13581 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
13582 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
13583 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
13584 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
13585 terminal that is being deleted.
13586 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 13587 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
13588 (Fx_close_connection, Fx_synchronize): Unify argument names with
13589 the rest of the DEFUNs.
13590
13591 * dispnew.c (Fsend_string_to_terminal): Update call to
13592 `get_tty_terminal'.
13593 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 13594 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
13595 FRAME_TERMCAP_P and FRAME_TTY.
13596 (window_change_signal): Don't believe width/height values that are
13597 impossibly small.
13598 (Vinitial_window_system): Rename from Vwindow_system.
13599 (termscript, Wcm, rif): Delete.
13600
13601 * termhooks.h (struct terminal): New struct containing the
13602 previously global text display hooks and new members NAME,
13603 DELETED and PARAM_ALIST.
13604 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
13605 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
13606 (FRAME_RIF): New macros.
13607 (get_terminal_param, get_device): New declarations.
13608 (termscript): Delete declaration.
13609
13610 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
13611 (XTflash, x_free_frame_resources, x_scroll_bar_create)
13612 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
13613 FRAME_FOREGROUND_PIXEL.
13614 (x_fully_uncatch_errors): Disable definition.
13615 (x_scroll_bar_expose): Fix reference to foreground pixel.
13616 (XTread_socket): Disable loop on all X displays.
13617 (x_delete_terminal): Don't set terminal->deleted and let
13618 delete_terminal delete the frames on the terminal.
13619 (x_delete_display): Doc update to reflect changes in
13620 delete_terminal.
13621 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
13622 (deleting_tty): Remove old variable.
13623 (Fsuspend_tty): Call clear_tty_hooks.
13624 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
13625 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
13626 errors on X frames.
13627 (x_catch_errors_unwind): Abort if x_error_message is NULL.
13628 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 13629 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
13630 (XTset_terminal_modes, XTreset_terminal_modes)
13631 (XTread_socket, x_connection_closed, x_term_init)
13632 (x_term_init, x_delete_display): Add terminal parameter.
13633 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
13634 X connections.
13635
bf380f53
GM
13636 * frame.c: Include termchar.h.
13637 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
13638 (Qwindow_system, Qenvironment, Qterm_environment_variable)
13639 (Qdisplay_environment_variable): New vars.
13640 (Fframep): Deal with output_initial.
13641 (Fframe-live-p): Doc fix.
13642 (Fwindow-system): New function.
8d9cc0b7
MB
13643 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
13644 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 13645 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 13646 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
13647 (Fmake_terminal_frame): Handle NULL tty names correctly.
13648 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
13649 (Fdelete_frame): Remove unused variable `count'. Don't allow other
13650 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 13651 (Fframe_with_environment): New function.
b8866860 13652 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
13653 (get_future_frame_param): New function.
13654 (Fmake_terminal_frame): Use it.
2d33f506 13655 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
13656
13657 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
13658 * sysdep.c (reset_sys_modes): Update for renames.
13659
13660 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 13661 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
13662 (syms_of_keyboard): Defsubr them.
13663 (Fset_input_meta_mode, Fset_quit_char): New functions.
13664 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
13665 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
13666 parameter. Use it in call to `read_char'.
b8866860
SM
13667 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
13668 Set wrong_kboard_jmpbuf correctly in recursive calls.
13669 Use current_kboard to access Vkeyboard_translate_table.
13670 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
13671 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
13672 Update longjmp invocations. Remember the original current_kboard,
13673 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
13674 changes it. Comment out unnecessary calls to
13675 `record_single_kboard_state' and `any_kboard_state'.
13676 Update recursive calls.
8d9cc0b7
MB
13677 (wrong_kboard_jmpbuf): Remove global variable.
13678 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
13679 Handle deleted interrupted_kboards correctly; that is a legal
13680 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 13681 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
13682 (any_kboard_state, single_kboard_state)
13683 (push_frame_kboard): Remove function.
13684 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
13685 been deleted. Remove unused variable. Help debugging by not
13686 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
13687 kboard of the selected frame when the stored kboard object has
13688 been deleted before pop_kboard.
13689 (temporarily_switch_to_single_kboard): Change first parameter to a
13690 frame pointer. Throw an error when caller wants to change kboards
13691 while in single_kboard mode. Don't push_kboard if we weren't in
13692 single kboard state. Don't pop_kboard if we popped into any
13693 kboard state.
13694 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 13695 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
13696 up single_kboard mode.
13697 (Frecursive_edit): Switch to single_kboard mode only in nested
13698 command loops.
b8866860
SM
13699 (cmd_error, command_loop, command_loop_1, timer_check):
13700 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
13701 `record_single_kboard_state'.
13702 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 13703 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
13704 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
13705 `fatal_error_signal'.
13706 (record_single_kboard_state): Don't push_kboard if we weren't in
13707 single kboard state. Don't pop_kboard if we popped into any
13708 kboard state.
13709 (push_frame_kboard): Rename to push_kboard.
13710 (kbd_buffer_get_event): Use FRAME_TERMINAL.
13711 (read_avail_input): Read input from all terminals.
13712 (mark_kboards): Also mark Vkeyboard_translate_table.
13713 (kbd_buffer_store_event_hold): Simplify condition.
13714 (read_key_sequence): Reinitialize fkey and keytran at each replay.
13715 (Vkeyboard_translate_table): Move to struct kboard.
13716 (init_kboard): Initialize Vkeyboard_translate_table.
13717 (syms_of_keyboard): Use DEFVAR_KBOARD to define
13718 Vkeyboard_translate_table. Update doc strings. Update docs of
13719 local-function-key-map and function-key-map.
13720
13721 * terminal.c: New file.
13722
13723 * term.c: Include errno.h.
13724 (Vring_bell_function, device_list, initial_device)
13725 (next_device_id, ring_bell, update_begin, update_end)
13726 (set_terminal_window, cursor_to, raw_cursor_to)
13727 (clear_to_end, clear_frame, clear_end_of_line)
13728 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
13729 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
13730 (syms_of_term): Move their initialization to terminal.c.
13731 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
13732 (Ftty_display_color_cells)
13733 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 13734 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
13735 (init_tty, maybe_fatal): New functions.
13736 (Ftty_type): Return nil if terminal is not on a tty instead of
13737 throwing an error. Doc update.
13738 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 13739 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
13740 (delete_tty): Use terminal->deleted.
13741 (tty_set_terminal_modes): Rename from set_terminal_modes.
13742 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
13743 (set_scroll_region): Rename to `tty_set_scroll_region'.
13744 (turn_on_insert): Rename to `tty_turn_on_insert'.
13745 (turn_off_insert): Rename to `tty_turn_off_insert'.
13746 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
13747 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
13748 (toggle_highligh): Rename to `tty_toggle_highlight'.
13749 (background_highlight): Rename to `tty_background_highlight'.
13750 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
13751 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
13752 (tty_set_scroll_region, tty_background_highlight)
13753 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
13754 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
13755 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
13756 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
13757 Add static modifier.
13758 (tty_reset_terminal_modes, tty_set_terminal_window)
13759 (tty_set_scroll_region, tty_background_highlight)
13760 (tty_highlight_if_desired, tty_cursor_to)
13761 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
13762 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
13763 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
13764 renames.
13765
880820fe 137662007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
13767
13768 * keyboard.c: Qrtl is new.
13769 (parse_tool_bar_item): Handle :rtl keyword.
13770 (syms_of_keyboard): Intern :rtl keyword.
13771
13772 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
13773
13774 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
13775 so no Lisp code is executed.
13776 (file_for_image, find_rtl_image): New functions.
1f204af3 13777 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
13778 (update_frame_tool_bar): If direction is RTL, use RTL image if
13779 defined. Use Gtk stock images if defined.
13780
83cc8d35
YM
137812007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13782
13783 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
13784 for nonexistent or zero-width glyph in composition glyph.
13785
e60c4e15
SM
137862007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13787
d7e2a28f
SM
13788 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
13789
e60c4e15
SM
13790 * xdisp.c (Finvisible_p): New function.
13791 (syms_of_xdisp): defsubr it.
13792
ee163e6d
JB
137932007-08-24 Juanma Barranquero <lekktu@gmail.com>
13794
13795 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
13796 Doc fixes.
13797
90fa408d
YM
137982007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13799
35277b03 13800 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 13801
cac4219c
MR
138022007-08-24 Martin Rudalics <rudalics@gmx.at>
13803
13804 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
13805 whether decoding has modified buffer contents.
13806
5fc9fdeb
JR
138072007-08-24 Jason Rumney <jasonr@gnu.org>
13808
13809 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
13810 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
13811 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
13812 (init_svg_functions) [HAVE_NTGUI]: New function.
13813 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
13814 (svg_load_image): Use them.
13815 (svg_load_image) [HAVE_NTGUI]: Implement background.
13816
93b23406
YM
138172007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13818
13819 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
13820 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
13821 (LIBX): Remove @RSVG_LIBS@.
13822 (LIBES): Add $(RSVG_LIBS).
13823
13824 * image.c (svg_load_image): Blend with specified background if exists.
13825 Use IMAGE_BACKGROUND. Add Mac OS Support.
13826
13827 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
13828 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
13829 Remove macros.
13830 [MAC_OSX] (socket_callback): Do nothing.
13831 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
13832 ReceiveNextEvent.
13833 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
13834 socket_callback.
13835 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
13836
2467875c
GM
138372007-08-22 Glenn Morris <rgm@gnu.org>
13838
ff8da443 13839 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 13840
4ab27a43
GM
138412007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
13842
13843 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 13844
666e0eda
GM
13845 * image.c: Add support for SVG images. Some additional comments
13846 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
13847 (svg_image_p): New function to test for SVG image.
13848 (svg_load): New function to load SVG image.
13849 (svg_load_image): New function, helper for svg_load.
13850 (Qsvg): New Lisp_object.
13851 (svg_keyword_index): New enum.
13852 (svg_format): New static `image_keyword' struct.
13853 (svg_type): New static `image_type' struct.
13854 (librsvg/rsvg.h): Include it.
4ab27a43 13855
b636b4c1
SM
138562007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
13859
9ecb827b
SM
138602007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13861
1d064697
SM
13862 * lread.c (Qold_style_backquotes): New var.
13863 (syms_of_lread): Init and staticpro it.
13864 (load_warn_old_style_backquotes): New fun.
13865 (Fload): Use them to warn about old style backquotes.
13866 (end_of_file_error, Fload): Remove unused vars.
13867
5772ed4b
SM
13868 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
13869
9ecb827b 13870 * lread.c (Vold_style_backquotes): New var.
5aa273b0 13871 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
13872 (read1): Set it when we find an old-style (back)quote.
13873
32e1c7b1
JR
138742007-08-22 Jason Rumney <jasonr@gnu.org>
13875
13876 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
13877
b8fa755b
KY
138782007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13879
13880 * puresize.h (BASE_PURESIZE): Increase to 1140000.
13881
1283140e
RS
138822007-08-19 Richard Stallman <rms@gnu.org>
13883
13884 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
13885
2c4685ee
AS
138862007-08-19 Andreas Schwab <schwab@suse.de>
13887
13888 * alloc.c (pure): Round PURESIZE up.
13889
880820fe 138902007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
13891
13892 * xterm.c (handle_one_xevent): Remove check that mouse click is in
13893 active frame.
13894
6e33efc4
RS
138952007-08-16 Richard Stallman <rms@gnu.org>
13896
13897 * eval.c (Fcommandp): Add parens to clarify.
13898
13899 * minibuf.c (Fall_completions): Use enum for type of table.
13900
13901 * emacs.c (USAGE2): Improve text.
13902
fcf8ff2e
GM
139032007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
13904
5205ee62
GM
13905 * term.c (tty_default_color_capabilities): Declare static
13906 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 13907
880820fe 139082007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
13909
13910 * gtkutil.c (update_frame_tool_bar): Use -1 as index
13911 to gtk_toolbar_insert.
13912
4a181359
SM
139132007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
13914
1bc99c9c
SM
13915 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
13916
4a181359
SM
13917 * insdel.c (reset_var_on_error): New fun.
13918 (signal_before_change, signal_after_change):
13919 Use it to reset (after|before)-change-functions to nil in case of error.
13920 Bind inhibit-modification-hooks to t.
13921 Don't bind (after|before)-change-functions to nil while they run.
13922
6c28435c
YM
139232007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13924
13925 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
13926 filling pixmap with stippled background.
13927
ad3b3e02
YM
139282007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13929
13930 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
13931 Don't use invisible frame as parent window for repositioning.
13932
a22dec27
SM
139332007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * print.c (new_backquote_output): Rename from old_backquote_output.
13936 (print): Inverse its logic (according to its name) so as to match the
13937 behavior of new_backquote_flag in lread.c.
13938
7b7d07bb
YM
139392007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13940
13941 * gmalloc.c (posix_memalign): New function.
13942
13943 * macterm.c (frame_highlight, frame_unhighlight): Don't call
13944 ActivateControl/DeactivateControl here.
13945 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
13946 frame-notice-user-settings is non-nil.
13947 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
13948 for kEventParamFMFontStyle.
13949 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
13950 mac_pass_command_to_system and mac_pass_control_to_system here.
13951 (XTread_socket): Call ActivateControl/DeactivateControl here.
13952 (XTread_socket) [TARGET_API_MAC_CARBON]:
13953 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
13954 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
13955 for window repositioning.
7b7d07bb 13956
22e9fe24
GM
139572007-08-08 Glenn Morris <rgm@gnu.org>
13958
13959 * Replace `iff' in doc-strings and comments.
13960
ae494350
CY
139612007-08-07 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
13964
6f2528d8
MR
139652007-08-07 Martin Rudalics <rudalics@gmx.at>
13966
13967 * fileio.c (Finsert_file_contents): Run format-decode and
13968 after_insert_file_functions on entire buffer when REPLACE is
13969 non-nil and inhibit modification_hooks and point_motion_hooks.
13970 For consistency, run after_insert_file_functions iff something
13971 got inserted. Move signal_after_change and update_compositions
13972 after code running after_insert_file_functions. Make sure that
6b8e474c 13973 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 13974
3ceeb306
YM
139752007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13976
13977 * emacs.c (main)
13978 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
13979 Call malloc_enable_thread on interactive startup.
13980
13981 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
13982 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
13983 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
13984 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13985 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
13986 New functions.
13987
ca5e6fd5
CY
139882007-08-06 Chong Yidong <cyd@stupidchicken.com>
13989
32bfce5d
CY
13990 * xdisp.c (redisplay_window): When restoring original buffer
13991 position, make sure it is still valid.
13992
ca5e6fd5
CY
13993 * image.c (png_load): Ignore png-supplied background color.
13994
a5b11587
YM
139952007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13996
13997 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
13998 Use kCFAbsoluteTimeIntervalSince1970.
13999
14000 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
14001 New variable.
14002 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
14003 event loop should be quit.
14004 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
14005 Quit dialog event loop if quit_dialog_event_loop is set.
14006
14007 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
14008 (Selection): New typedef. Use instead of ScrapRef.
14009 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
14010 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
14011 (mac_clear_selection): Rename from clear_scrap.
14012 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 14013 scrap_has_target_type. All uses changed.
a5b11587
YM
14014 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14015 (mac_selection_has_target_p): New functions.
14016 (mac_put_selection_value): Rename from put_scrap_string.
14017 (mac_get_selection_value): Rename from get_scrap_string.
14018 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
14019 (put_scrap_private_timestamp, scrap_has_target_type)
14020 (get_scrap_private_timestamp): Remove functions.
14021 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
14022 (x_own_selection, x_get_local_selection):
14023 Use mac_valid_selection_value_p.
14024 (x_own_selection): Don't use put_scrap_private_timestamp.
14025 Record OWNERSHIP-INFO into Vselection_alist instead.
14026 (x_get_local_selection): Don't check type if request is local.
14027 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
14028 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
14029
880820fe 140302007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
14031
14032 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
14033 add comment explaining why.
14034
73ff9d42
RS
140352007-08-03 Richard Stallman <rms@gnu.org>
14036
14037 * fileio.c (Fvisited_file_modtime): Use make_time.
14038
54ed9a2d 140392007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
14040
14041 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
14042 build.
14043
65a9c8e2
SM
140442007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
14047
c5925799
KY
140482007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
14049
14050 * puresize.h (BASE_PURESIZE): Increase to 1130000.
14051
adef3de7
RS
140522007-07-30 Richard Stallman <rms@gnu.org>
14053
14054 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
14055
880820fe 140562007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
14057
14058 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
14059
a10421a1
NR
140602007-07-28 Nick Roberts <nickrob@snap.net.nz>
14061
14062 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
14063 remote default-directory.
14064
14065 * buffer.c (mode-line-format): Update doc string.
14066
0cb1ae20
YM
140672007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14068
14069 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
14070 scroll bar gap.
14071 (x_scroll_bar_create): Set bar->fringe_extended_p.
14072 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
14073 on frame edge. Check fringe background extension. Don't clear
14074 extended fringe background area.
14075
14076 * w32term.h (struct scroll_bar): New member fringe_extended_p.
14077 (w32_fill_area): Enclose multiple statements with do ... while (0).
14078
14079 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14080 Extend fringe background to scroll bar gap.
14081 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
14082 Set bar->fringe_extended_p.
14083 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14084 Put leftmost/rightmost scroll bars on frame edge. Check fringe
14085 background extension. Don't clear extended fringe background area.
14086
14087 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
14088 New member fringe_extended_p.
14089
cacc7b51
GM
140902007-07-25 Glenn Morris <rgm@gnu.org>
14091
14092 * Relicense all FSF files to GPLv3 or later.
14093
14094 * COPYING: Switch to GPLv3.
14095
89835619
SM
140962007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
14097
c4f46926
SM
14098 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
14099
14100 * data.c (Finteractive_form): Check for the presence of an
14101 `interactive-form' symbol property more thoroughly.
14102
14103 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
14104 present, analogous to the function-documentation property.
14105
ee04257d
JR
141062007-07-24 Jason Rumney <jasonr@gnu.org>
14107
14108 * w32fns.c (x_real_positions): Get real position from OS instead of
14109 calculating it.
14110
50624218
JR
141112007-07-23 Jason Rumney <jasonr@gnu.org>
14112
14113 * filelock.c (current_lock_owner): Allow for @ sign in username.
14114
3650f60e
NR
141152007-07-22 Nick Roberts <nickrob@snap.net.nz>
14116
14117 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
14118 remote default-directory.
14119
14120 * buffer.c (mode-line-format): Describe above case in doc string.
14121
1e899515 141222007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 14123
75be5258
EZ
14124 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
14125 Define if not defined.
14126
2b6e2f4d
JR
141272007-07-18 Jason Rumney <jasonr@gnu.org>
14128
14129 * w32proc.c (w32_executable_type): Handle 64 bit executables.
14130
23dacf80
JB
141312007-07-18 Richard Stallman <rms@gnu.org>
14132
14133 * data.c (Fsetq_default): Doc fix.
14134
14135 * eval.c (Fsetq): Doc fix.
14136
141372007-07-18 Juanma Barranquero <lekktu@gmail.com>
14138
14139 * coding.c (Ffind_operation_coding_system):
14140 * eval.c (For, Fand): Doc fixes.
880820fe 14141 Reported by Johan Bockgård.
23dacf80 14142
880820fe 141432007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 14144
23dacf80 14145 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 14146
23dacf80 14147 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
14148
14149 * xterm.c (x_ewmh_activate_frame): New function.
14150 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
14151
71ec17e6
MR
141522007-07-17 Martin Rudalics <rudalics@gmx.at>
14153
14154 * window.c (Fdisplay_buffer): If largest or LRU window is the
14155 only window, split it even if it is not eligible for splitting.
14156 This restores the original behavior broken by the 2007-07-15
14157 change.
14158
e9818042
GM
141592007-07-17 Glenn Morris <rgm@gnu.org>
14160
14161 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
14162 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
14163 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
14164 constituents. Doc fix.
14165
e6fca843
SM
141662007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * process.c (Fstart_process, Fmake_network_process)
14169 (read_process_output): Fix up last changes.
14170
b5d2b4ab
EZ
141712007-07-16 Eli Zaretskii <eliz@gnu.org>
14172
14173 * makefile.w32-in (clean): Don't delete *~.
14174
413a79ad
AS
141752007-07-16 Andreas Schwab <schwab@suse.de>
14176
14177 * window.c (Fdisplay_buffer): Use NILP.
14178 (Fset_window_scroll_bars): Likewise.
14179
f1de8c77
MR
141802007-07-15 Martin Rudalics <rudalics@gmx.at>
14181
14182 * window.c (window_min_size_2): New function.
14183 (window_min_size_1, size_window, Fdisplay_buffer)
14184 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
14185 windows without mode- or header-lines when window-min-height is
14186 too small.
14187 (size_window): Reset nodelete_p after testing it, following an
14188 earlier note by Kim F. Storm.
14189 (display_buffer): Do not set split_height_threshold to twice the
14190 value of window_min_height to avoid changing the value of a
14191 customizable variable. Rather explicitly check whether the
14192 height of the window that shall be splitted is at least as large
14193 as split_height_threshold.
1af74d06
MB
14194 (Fwindow_full_width_p): New defun.
14195 (syms_of_window): Defsubr it.
d31053f9 14196
1af74d06 14197 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 14198
5e1ab613
JR
141992007-07-14 Jason Rumney <jasonr@gnu.org>
14200
14201 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
14202
f01cbfdd
RS
142032007-07-14 Richard Stallman <rms@gnu.org>
14204
14205 * eval.c (maybe_call_debugger): New function.
14206 (find_handler_clause): Use maybe_call_debugger.
14207 Call it when the handler says `debug'.
14208 Eliminate DEBUGGER_VALUE_PTR.
14209 (Fsignal): Eliminate debugger_value.
14210 (Qdebug): New variable.
14211 (syms_of_eval): Initialize it.
14212
1bab435a
JB
142132007-07-14 Juanma Barranquero <lekktu@gmail.com>
14214
14215 * eval.c (Fprogn):
14216 * keyboard.c (Ftrack_mouse):
14217 * print.c (Fwith_output_to_temp_buffer):
14218 * window.c (Fsave_window_excursion): Doc fix.
14219
be436d23
SM
142202007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
14223
60f0fb11
SM
142242007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * process.h (struct Lisp_Process): Turn slots infd, outfd,
14227 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
14228 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
14229 read_output_delay, and read_output_skip from Lisp_Objects to ints.
14230 Remove unused encoding_carryover.
14231 * process.c: Adjust all functions accordingly.
14232
d8b18043
RS
142332007-07-12 Richard Stallman <rms@gnu.org>
14234
14235 * term.c: Include unistd.h only if HAVE_UNISTD_H.
14236
d5781bb6
JR
142372007-07-11 Jason Rumney <jasonr@gnu.org>
14238
14239 * makefile.w32-in (LIBS): Include OLE32.
14240
14241 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
14242 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
14243
5bb7dfee
SM
142442007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
14245
14246 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
14247 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
14248 from a Lisp_Object into a bare pointer.
14249 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14250 Adjust the code correspondingly.
14251
14252 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
14253
14254 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
14255 (term_show_mouse_face): Remove unused var `j'.
14256 (handle_one_term_event): Remove unused vars `i' and `j'.
14257 Don't cast return value of ttyname since it's not necessary.
14258
a1be1ce8
SM
142592007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
14260
5045e68e
SM
14261 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
14262 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
14263
8071c00f
SM
14264 * fns.c (map_char_table): Use an array of int for `indices' rather than
14265 an array of Lisp_Objects (which are only ever integers anyway).
14266 (Fmap_char_table): Update caller.
14267 * lisp.h: Update prototype.
14268 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
14269 * fontset.c (Ffontset_info):
14270 * casetab.c (set_case_table): Update callers.
14271
14272 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
14273
fab84e3c
SM
14274 * keymap.c (struct accessible_keymaps_data)
14275 (struct where_is_internal_data): New structures.
14276 (accessible_keymaps_1, where_is_internal_1): Use them to change
14277 interface to adhere to the one used by map_keymap.
14278 (Faccessible_keymaps, where_is_internal): Use map_keymap.
14279 (accessible_keymaps_char_table, where_is_internal_2): Remove.
14280
a1be1ce8
SM
14281 * keymap.h (map_keymap_function_t): More informative prototype.
14282
ef887810
RS
142832007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
14284
14285 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
14286 (looking_at_1): Don't change search_regs and last_thing_searched
14287 if `inhibit-changing-match-data' is non-nil.
14288 (string_match_1, search_buffer, set_search_regs): Likewise.
14289 (syms_of_search): Add Lisp level definition for
14290 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
14291 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
14292 start and end of the match, instead of using values in search_regs.
ef887810 14293
4d02fc25
SM
142942007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * minibuf.c (Fcompleting_read): New value `confirm-only'
14297 for `require-match'.
14298
fe45b81f
SM
142992007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
14302 part of the 2007-06-27 change to syms_of_fileio.
14303
a56dd283
YM
143042007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14305
14306 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
14307 Check WINDOWP before using XWINDOW. Consolidate return statements.
14308
0cf9f5b5
RS
143092007-06-27 Richard Stallman <rms@gnu.org>
14310
14311 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14312
a66f285a
JB
143132007-06-27 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
14316
8d0d84d2
YM
143172007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14318
14319 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
14320 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
14321 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
14322 (_free_internal, memalign): Use them.
14323 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
14324 Initialize to PTHREAD_MUTEX_INITIALIZER.
14325 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
14326 (morecore_nolock): Rename from morecore. All uses changed.
14327 Use only nolock versions of internal allocation functions.
14328 (_malloc_internal_nolock, _realloc_internal_nolock)
14329 (_free_internal_nolock): New functions created from
14330 _malloc_internal, _realloc_internal, and _free_internal.
14331 (_malloc_internal, _realloc_internal, _free_internal): Use them.
14332 Copy hook value to automatic variable before its use.
14333 (memalign): Copy hook value to automatic variable before its use.
14334
5a0bbd9a
KH
143352007-06-26 Kenichi Handa <handa@m17n.org>
14336
14337 * coding.c (Ffind_operation_coding_system): Docstring improved.
14338 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
14339
9a51747b
DK
143402007-06-25 David Kastrup <dak@gnu.org>
14341
14342 * keymap.c (Fcurrent_active_maps): Add `position' argument.
14343 (Fwhere_is_internal): Adjust call to `current-active-maps' to
14344 cater for additional parameter.
14345
14346 * keymap.h: Adjust number of parameters to `current-active-maps'.
14347
14348 * doc.c (Fsubstitute_command_keys): Adjust call of
14349 `current-active-maps'.
14350
e4305426
DK
143512007-06-25 David Kastrup <dak@gnu.org>
14352
14353 * callint.c (Fcall_interactively): Make the parsing of interactive
14354 specs somewhat more readable.
14355
511a18d9
YM
143562007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14357
14358 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
14359 to scroll bar gap also when bitmap fills fringe. Draw only foreground
14360 if extended background has already been filled.
14361
512eb161
YM
143622007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14363
14364 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
14365 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
14366
14367 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
14368 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
14369 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
14370 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
14371 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
14372 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
14373 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
14374 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
14375 Run timers during dialog popup.
14376 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
14377
2386b1f1
JR
143782007-06-21 Jason Rumney <jasonr@gnu.org>
14379
14380 * image.c (convert_mono_to_color_image): Swap fore and background.
14381
fab8b787
JR
143822007-06-20 Jason Rumney <jasonr@gnu.org>
14383
14384 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
14385 (w32_free_bdf_font): Unmap memory not handle.
14386
15bdd7a0 143872007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
14388
14389 * gmalloc.c (__morecore): Fix the declaration to comply with the
14390 definition.
14391
1bb8a291
JB
143922007-06-20 Juanma Barranquero <lekktu@gmail.com>
14393
14394 * w32term.c (w32_delete_display): Remove leftover declaration.
14395 (w32_define_cursor, w32_initialize): Make static.
14396
14397 * w32.c (_wsa_errlist): Fix typo in error message.
14398 (init_environment): Ignore any environment variable from the
14399 registry having a null value.
14400
92648dea
GM
144012007-06-20 Glenn Morris <rgm@gnu.org>
14402
14403 * Makefile.in (LIBGIF): Default to -lgif.
14404
ff25d115
JR
144052007-06-17 Jason Rumney <jasonr@gnu.org>
14406
14407 * w32menu.c (add_menu_item): Don't use multibyte string functions on
14408 unicode strings.
14409
a1a578a5
JB
144102007-06-16 Juanma Barranquero <lekktu@gmail.com>
14411
14412 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
14413 Fix typo in docstring.
14414
af41f8a8
EZ
144152007-06-16 Eli Zaretskii <eliz@gnu.org>
14416
14417 * w32menu.c (add_menu_item): Escape `&' characters in menu items
14418 and their keybindings.
14419
8b29cab9
CY
144202007-06-15 Chong Yidong <cyd@stupidchicken.com>
14421
14422 * composite.c (update_compositions): Fix last fix.
14423
c433c134
JR
144242007-06-14 Jason Rumney <jasonr@gnu.org>
14425
14426 * w32.c (get_process_times_fn): New function pointer.
14427 (globals_of_w32): Intialize it if present in kernel32.dll.
14428 (w32_get_internal_run_time): New function.
14429
14430 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
14431
553d3164
KH
144322007-06-14 Kenichi Handa <handa@etlken.m17n.org>
14433
14434 * composite.c (update_compositions): Check the validness of
14435 compositions.
14436
446ba96f
YM
144372007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14438
14439 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
14440 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
14441
14442 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
14443 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
14444
14445 * macgui.h (USE_MAC_TOOLBAR): New define.
14446
14447 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14448 Return immediately unless popup is activated.
14449
14450 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
14451 background to scroll bar gap.
14452 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
14453 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
14454 scroll bars on frame edge. Check fringe background extension.
14455 Don't clear extended fringe background area.
14456 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
14457 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
14458 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
14459 [USE_MAC_TOOLBAR]: New macros.
14460 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
14461 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
14462 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
14463 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
14464 [USE_MAC_TOOLBAR]: New functions.
14465 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
14466 manually if previous repositioning has failed.
14467 (mac_handle_keyboard_event): Use precomputed event kind.
14468 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
14469 as tool bar item click. Handle mouse movement over tool bar items.
14470
14471 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
14472 toolbar_win_gravity.
14473 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
14474 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
14475 Add externs.
14476
14477 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
14478 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
14479
9720173f
CY
144802007-06-14 Chong Yidong <cyd@stupidchicken.com>
14481
14482 * image.c (search_image_cache): Remove unused variable.
14483
1217dd00
CY
144842007-06-13 Chong Yidong <cyd@stupidchicken.com>
14485
14486 * xfns.c, xmenu.c: Link to xaw3d if available.
14487
c5b8e0ea
YM
144882007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14489
14490 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
14491 frame_foreground and frame_background.
14492
14493 * image.c (lookup_image): Save frame foreground and background colors.
14494 (search_image_cache): Check if saved and current frame colors match.
14495
c69b0314
SM
144962007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * regex.c (regex_compile): Remove the `regnum' counter.
14499 Use bufp->re_nsub instead. Add support for \(?N:RE\).
14500
c9612b8e
SM
145012007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * term.c: Include intervals.h to declare Fget_text_property.
14504
843d2458
JR
145052007-06-10 Jason Rumney <jasonr@gnu.org>
14506
14507 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
14508
1e0d2d60 145092007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
14510
14511 * callint.c (Fcall_interactively):
14512 * editfns.c (Fdelete_and_extract_region):
14513 * fileio.c (Fread_file_name):
14514 * fns.c (Fmapconcat):
14515 * keyboard.c (cmd_error_internal):
14516 * keymap.c (Fkey_description):
14517 * lread.c (openp):
14518 * minibuf.c (read_minibuf):
14519 * search.c (wordify):
14520 * sunfns.c (sel_read):
14521 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
14522 * xfns.c (x_default_scroll_bar_color_parameter):
14523 * xmenu.c (menu_help_callback):
14524 * xselect.c (Fx_get_atom_name):
14525 * xterm.c (x_term_init): Use empty_unibyte_string.
14526
15bdd7a0 145272007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
14528
14529 * alloc.c (init_strings): Initialize canonical empty strings.
14530 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
14531 canonical empty string when the requested size is 0.
14532
14533 * emacs.c (empty_unibyte_string): Rename from empty_string.
14534 (empty_multibyte_string): New canonical empty string.
14535 (syms_of_emacs): Don't initialize empty_string.
14536
14537 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
14538 string, if appropriate.
14539 (empty_unibyte_string, empty_multibyte_string): New externs.
14540 (empty_string): Remove extern.
14541
14542 * lread.c (syms_of_lread): Use empty_unibyte_string.
14543
42c4c67a
JR
145442007-06-07 Jason Rumney <jasonr@gnu.org>
14545
14546 * s/ms-w32.h: Don't define HAVE_TZNAME.
14547
14548 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
14549
aa8280d3
YM
145502007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14551
14552 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
14553
14554 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
14555 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
14556
14557 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
14558 Don't call next handler.
14559 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
14560 Remove argument. Install handler to application.
14561 (set_frame_menubar): Don't change deep_p.
1e0d2d60 14562 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
14563 FRAME_OUTER_TO_INNER_DIFF_Y.
14564 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14565 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14566 [HAVE_DIALOGS]: New macros.
14567 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
14568 Use them.
14569 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
14570
14571 * macselect.c [MAC_OSX] (install_service_handler): Rename from
14572 init_service_handler. All callers changed. Return OSStatus value.
14573
14574 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
14575 All callers changed so as not to call SetPortWindowPort.
14576 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
14577 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
14578 mac_draw_string_common.
14579 (mac_draw_image_string_qd): Likewise.
14580 (mac_draw_string_common): Use them. Add INLINE.
14581 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
14582 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
14583 GetGlobalMouse.
14584 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
14585 and FRAME_OUTER_TO_INNER_DIFF_Y.
14586 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
14587 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
14588 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
14589 repositioning window to mac_handle_window_event.
14590 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
14591 saving window location to mac_handle_window_event
14592 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
14593 (install_menu_target_item_handler): Remove argument in extern.
14594 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
14595 Also accept command events.
14596 (do_keystroke): New function created from XTread_socket.
14597 (init_command_handler): Remove functions.
14598 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
14599 and save window location by kEventWindowShowing and kEventWindowHiding
14600 handlers here. Don't call next handler for window state change and
14601 focus events.
14602 (mac_handle_application_event, mac_handle_keyboard_event)
14603 [TARGET_API_MAC_CARBON]: New functions.
14604 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
14605 kEventWindowShowing and kEventWindowHiding events. Move installation
14606 of mouse, font, text input and menu target item handlers to
14607 install_application_handler.
14608 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
14609 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14610 New function.
14611 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14612 Register it.
c9612b8e
SM
14613 (XTread_socket) [TARGET_API_MAC_CARBON]:
14614 Consolidate SendEventToEventTarget calls.
14615 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
14616 Move application activation handler to mac_handle_application_event.
14617 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
14618 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
14619 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
14620 init_command_handler. Call install_application_handler.
14621
14622 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
14623 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
14624
6926c954
GM
146252007-06-07 Glenn Morris <rgm@gnu.org>
14626
14627 * emacs.c (main): Use `emacs-copyright' in --version output.
14628
6fe04c89
CY
146292007-06-06 Chong Yidong <cyd@stupidchicken.com>
14630
c9612b8e 14631 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 14632
7eb0d727
YM
146332007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14634
14635 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
785ce0ac 14636
7eb0d727
YM
14637 * macgui.h: Replace WindowPtr with WindowRef.
14638
14639 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14640 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14641 Replace ControlHandle with ControlRef.
14642 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
14643
14644 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14645 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14646 Replace ControlHandle with ControlRef.
14647 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
14648 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
14649
14650 * macterm.h (struct scroll_bar): Rename member control_handle_low
14651 and control_handle_high to control_ref_low and control_ref_high.
14652 All uses changed.
14653 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
14654 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
14655 respectively. All uses changed.
14656 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
14657 (install_window_handler, remove_window_handler): Replace WindowPtr
14658 with WindowRef in externs.
14659
65fddb74
JB
146602007-06-05 Juanma Barranquero <lekktu@gmail.com>
14661
14662 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
14663
db1213a9
NR
146642007-06-03 Nick Roberts <nickrob@snap.net.nz>
14665
14666 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
14667
65fddb74 14668 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
14669 Condition on HAVE_GPM too.
14670
14671 * term.c (term_mouse_highlight): Remove unused variables.
14672 (Fterm_open_connection): Set gpm_zerobased to 1.
14673 (term_mouse_movement, term_mouse_click, handle_one_term_event):
14674 Use zero based co-ordinates.
14675 (handle_one_term_event): Report a drag as mouse movement too.
14676
14677 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
14678
d94df25b
CY
146792007-06-03 Chong Yidong <cyd@stupidchicken.com>
14680
14681 * image.c (search_image_cache): New function. Require background
14682 color match if background color is unspecified in the image spec.
14683 (uncache_image, lookup_image): Use it.
14684
4797b6d9
JB
146852007-06-01 Juanma Barranquero <lekktu@gmail.com>
14686
14687 * window.c (Fshrink_window): Reflow docstring.
14688
1ffe7343
NR
146892007-06-02 Chong Yidong <cyd@stupidchicken.com>
14690
14691 * Version 22.1 released.
14692
146932007-06-01 Richard Stallman <rms@gnu.org>
14694
14695 * xfns.c (x_encode_text): Add GCPRO.
14696
146972007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14698
14699 * xfns.c (x_set_name_internal): Save encoded name before
14700 x_encode_text in case string data is relocated.
14701
147022007-05-31 Richard Stallman <rms@gnu.org>
14703
14704 * buffer.c (syms_of_buffer): Doc fix.
14705
147062007-05-30 Nick Roberts <nickrob@snap.net.nz>
14707
14708 * sysdep.c (init_sys_modes): Add rather than replace with
14709 O_NONBLOCK.
14710
14711 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
14712 term_mouse_moveto.
14713
14714 * termhooks.h (term_mouse_moveto): New extern.
14715
14716 * term.c (mouse_face_window): Rename...
14717 (Qmouse_face_window): ...to this.
14718 (term_show_mouse_face, term_clear_mouse_face)
14719 (term_mouse_highlight): Use Qmouse_face_window.
14720 (term_mouse_moveto): New function.
14721 (term_mouse_position): Make it work.
14722 (syms_of_term): Uncomment assignment to mouse_position_hook.
14723 Staticpro Qmouse_face_window.
14724
147252007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14726
14727 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
14728 around current_column call.
14729
147302007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
14731
14732 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
14733 * xdisp.c (next_element_from_buffer):
14734 * window.c (delete_window):
14735 * term.c (term_mouse_highlight):
14736 * msdos.c (getdefdir):
14737 * macterm.c (mac_create_bitmap_from_bitmap_data)
14738 (init_font_name_table):
14739 * fns.c (Fsxhash):
14740 * data.c (Fmake_local_variable):
14741 * ccl.c (ccl_driver): Likewise.
14742
147432007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14744
14745 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
14746 Call mac_wakeup_from_rne on window size change.
14747
147482007-05-25 Chong Yidong <cyd@stupidchicken.com>
14749
14750 * image.c (uncache_image): Fix typo.
14751
147522007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
14753
14754 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
14755
147562007-05-22 Richard Stallman <rms@gnu.org>
14757
14758 * xterm.c (x_connection_closed): Remove NO_RETURN.
14759
147602007-05-22 Martin Rudalics <rudalics@gmx.at>
14761
14762 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
14763
147642007-05-21 Chong Yidong <cyd@stupidchicken.com>
14765
14766 * image.c (uncache_image): New function.
14767 (Fimage_refresh): New function.
14768
880820fe 147692007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14770
14771 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
14772
147732007-05-20 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
14776 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
14777
147782007-05-20 Nick Roberts <nickrob@snap.net.nz>
14779
14780 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
14781 conditional on [HAVE_GPM_H].
14782
147832007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * syntax.c (skip_chars): Update syntax-table only after we checked that
14786 the new location is valid.
14787
147882007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14789
14790 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
14791 mac_get_window_bounds.
14792
147932007-05-20 Nick Roberts <nickrob@snap.net.nz>
14794
14795 * Makefile.in (LIBGPM): Allow it to be set from configure.
14796 If set then link Emacs with it.
14797
14798 * config.in: Regenerate.
14799
14800 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14801 New externs.
14802
14803 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
14804 Include gpm.h.
14805 (handle_one_term_event, term_gpm): New externs.
14806
14807 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
14808 and allow it to be interrupted by SIGIO.
14809
14810 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
14811 (wait_reading_process_output): Wait on gpm_fd too.
14812 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
14813 (add_gpm_wait_descriptor_called_flag): New variable.
14814 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
14815
14816 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
14817 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
14818 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
14819 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
14820 (make_lispy_event): Add case GPM_CLICK_EVENT.
14821 (read_avail_input): Handle mouse input.
14822
14823 * term.c (write_glyphs_with_face): New function.
14824 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
14825 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
14826 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
14827 (mouse_face_face_id, term_gpm, pos_x, pos_y)
14828 (last_mouse_x, last_mouse_y): New variables.
14829 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
14830 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
14831 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
14832 (Fterm_close_connection): New functions.
14833 (term_init): Initialise mouse_face_window.
14834
148352007-05-19 Chong Yidong <cyd@stupidchicken.com>
14836
14837 * xdisp.c (redisplay_window): If first window line is a
14838 continuation line, recompute the new window start instead of
14839 recentering.
14840
148412007-05-18 Glenn Morris <rgm@gnu.org>
14842
14843 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
14844 Suggested by Alfred M. Szmidt <ams@gnu.org>.
14845
148462007-05-17 Glenn Morris <rgm@gnu.org>
14847
14848 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
14849
148502007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14851
14852 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
14853 dead key repeat and up events.
14854
148552007-05-14 Chong Yidong <cyd@stupidchicken.com>
14856
14857 * image.c (pbm_load): Check image size for monochrome pbm.
14858
148592007-05-13 Chong Yidong <cyd@stupidchicken.com>
14860
14861 * xterm.c (XTread_socket): Revert last change.
14862
148632007-05-12 Chong Yidong <cyd@stupidchicken.com>
14864
14865 * image.c (pbm_load): Correctly check image size for greyscale pbm.
14866
14867 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
14868
148692007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
14872 mixup (YAILOM).
14873
148742007-05-07 Andreas Schwab <schwab@suse.de>
14875
14876 * keymap.c (Flookup_key): Fix typo in last change.
14877
148782007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
14881 mapping for unibyte strings.
14882
148832007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14884
14885 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
14886 (Fx_popup_dialog) [MAC_OSX]: Likewise.
14887
148882007-04-29 Richard Stallman <rms@gnu.org>
14889
14890 * insdel.c (replace_range): For undo, record insertion first.
14891
148922007-04-29 Andreas Schwab <schwab@suse.de>
14893
14894 * lisp.h (VECSIZE): Use OFFSETOF.
14895
148962007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14897
14898 * xdisp.c (try_window_reusing_current_matrix): Fix number of
14899 disabled lines.
14900
149012007-04-28 Richard Stallman <rms@gnu.org>
14902
14903 * lread.c (read_escape): In a string, \s is always space.
14904
880820fe 149052007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14906
14907 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
14908
14909 * gtkutil.c (xg_update_menubar, create_menus): Create empty
14910 submenu for menu bar items.
14911
382c648d 14912See ChangeLog.10 for earlier changes.
6922b018
KH
14913
14914;; Local Variables:
880820fe 14915;; coding: utf-8
33462dfa 14916;; add-log-time-zone-rule: t
67e8d28a 14917;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 14918;; End:
2a34a036 14919
59ce725a 14920 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
14921
14922 This file is part of GNU Emacs.
14923
5a1dde61 14924 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 14925 it under the terms of the GNU General Public License as published by
5a1dde61
GM
14926 the Free Software Foundation, either version 3 of the License, or
14927 (at your option) any later version.
7f6d64f8
GM
14928
14929 GNU Emacs is distributed in the hope that it will be useful,
14930 but WITHOUT ANY WARRANTY; without even the implied warranty of
14931 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14932 GNU General Public License for more details.
14933
14934 You should have received a copy of the GNU General Public License
5a1dde61 14935 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 14936
28f60c3d 14937;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40