* lisp.h (Fget_text_property): Declare.
[bpt/emacs.git] / src / ChangeLog
1 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (Fget_text_property): Declare.
4 (have_menus_p): Declare it here rather than in sys-dep header files.
5 * macterm.h (have_menus_p):
6 * msdos.h (have_menus_p):
7 * xterm.h (have_menus_p): Remove.
8
9 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10 (Fmake_variable_frame_local): Just check the variable's const-ness
11 rather than checking nil or t.
12
13 2007-10-22 Jason Rumney <jasonr@gnu.org>
14
15 * w32fns.c: Include math.h.
16 (w32_abort): Declaration moved to nt/config.nt.
17 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18 (abort): Redefinition moved to nt/config.nt.
19
20 * m/windowsnt.h: Remove.
21
22 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
23
24 * emacs.c (Fdump_emacs): Fix typo in message.
25 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
26 <installation-directory>: Reflow docstring.
27
28 2007-10-22 Juri Linkov <juri@jurta.org>
29
30 * minibuf.c: Allow minibuffer default to be a list of default values.
31 With empty input use the first element of this list as returned default.
32 (string_to_object)
33 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
34 (read_minibuf): If defalt is cons, set histstring to its car.
35 (Fread_string): If default_value is cons, set val to its car.
36 (Fread_buffer): If def is cons, use its car.
37 (Fcompleting_read): If defalt is cons, set val to its car.
38
39 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
40
41 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
42
43 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
44
45 * doc.c (Fdocumentation): Check for advice in all cases.
46
47 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
48
49 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
50
51 2007-10-19 Richard Stallman <rms@gnu.org>
52
53 * doc.c (Fdocumentation): Check for and handle an advised function.
54
55 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
56
57 * process.c (Fset_process_filter): Doc fix.
58
59 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
62 which caused key-translation-map to applied repeatedly (thus breaking
63 double-mode).
64
65 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * xselect.c (x_own_selection, x_handle_selection_clear)
68 (x_clear_frame_selections):
69 * w32menu.c (list_of_panes, list_of_items):
70 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
71 * textprop.c (validate_plist, interval_has_all_properties)
72 (interval_has_some_properties, interval_has_some_properties_list)
73 (add_properties, text_property_list):
74 * process.c (Fget_buffer_process, list_processes_1, status_notify):
75 * minibuf.c (Fassoc_string):
76 * macselect.c (x_own_selection, x_clear_frame_selections)
77 (Fx_disown_selection_internal):
78 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
79 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
80
81 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
82
83 * process.c: Link to libs for calling res_init() if available.
84 (Fmake_network_process): Call res_init() before getaddrinfo or
85 gethostbyname, if possible.
86
87 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * lread.c (read1): Set pvectype for char_tables.
90
91 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
92 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
93 Add type checks.
94 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
95
96 * alloc.c (free_misc): Use XMISCTYPE.
97 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
98
99 2007-10-17 Glenn Morris <rgm@gnu.org>
100
101 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
102 (syms_of_minibuf): Add Qcompletion_ignore_case.
103 * dired.c (Qcompletion_ignore_case): Change to external.
104 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
105 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
106 (Fread_file_name): Use it rather than intern'ing.
107
108 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
109 (Fread_coding_system): Ignore case of user input.
110
111 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
112
113 * xdisp.c (handle_display_prop): Ignore display specs after
114 replacing one when string text is being replaced.
115 (handle_single_display_spec): Pretend as if characters with display
116 property haven't been consumed only when buffer text is being replaced.
117
118 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * xfns.c (Fx_create_frame, Fx_display_list):
121 * window.c (window_fixed_size_p, enlarge_window)
122 (shrink_window_lowest_first):
123 * macterm.c (init_font_name_table):
124 * macfns.c (Fx_create_frame, Fx_display_list):
125 * lread.c (close_load_descs):
126 * keyboard.c (read_char_x_menu_prompt):
127 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
128 * coding.c (code_convert_region_unwind): Test the type of an object
129 rather than just !NILP before extracting data from it.
130
131 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
132
133 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
134 (XMISCANY): New macro.
135 (XMISCTYPE): Use it.
136 (struct Lisp_Misc_Any): New type.
137 (union Lisp_Misc): Use it.
138 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
139 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
140 (find_symbol_value, set_internal, default_value, Fset_default)
141 (Fmake_variable_buffer_local, Fmake_local_variable)
142 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
143 (Flocal_variable_if_set_p, Fvariable_binding_locus):
144 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
145 * alloc.c (allocate_buffer): Set the size and tag.
146 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
147 Use XMISCANY.
148 (die): Follow the GNU convention for error messages.
149 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
150 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
151 tag any more.
152 (set_buffer_internal_1):
153 * frame.c (store_frame_param):
154 * eval.c (specbind):
155 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
156
157 * doc.c (Fsnarf_documentation): Simplify.
158
159 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
160
161 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
162 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
163
164 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
167
168 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
169
170 * eval.c (do_autoload): Don't save autoloads.
171
172 * data.c (Ffset): Save autoload of the function being set.
173
174 2007-10-07 John Paul Wallington <jpw@pobox.com>
175
176 * xfns.c (x_create_tip_frame): Set the `display-type' frame
177 parameter before setting up faces.
178
179 2007-10-13 Eli Zaretskii <eliz@gnu.org>
180
181 * ccl.c (Fregister_code_conversion_map):
182 * keyboard.c (append_tool_bar_item): Reformat last change.
183
184 * lisp.h (eabs): Rename from `abs'. All callers changed.
185
186 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
187
188 * buffer.c (add_overlay_mod_hooklist):
189 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
190 * fontset.c (make_fontset):
191 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
192 (append_tool_bar_item):
193 * macmenu.c (grow_menu_items):
194 * w32menu.c (grow_menu_items):
195 * xmenu.c (grow_menu_items): Use larger_vector.
196
197 2007-10-13 Eli Zaretskii <eliz@gnu.org>
198
199 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
200 selected frame'' on MSDOS).
201
202 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
203
204 * macfns.c (x_create_tip_frame): Set terminal for frame.
205
206 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * frame.c (Qenvironment): Remove.
209 (syms_of_frame) <Qenvironment>: Don't initialize.
210 (Fdelete_frame): Don't treat the `environment' param specially.
211 * frame.h (Qenvironment): Don't declare.
212 * callproc.c (set_initial_environment): Don't set unused frame param.
213
214 * frame.c (Fframe_with_environment): Remove.
215 (syms_of_frame) <Sframe_with_environment>: Don't declare.
216
217 * lisp.h (Fframe_with_environment): Don't declare.
218
219 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
220
221 * indent.c (indent_tabs_mode, last_known_column)
222 (last_known_column_modified): Make static.
223 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
224
225 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * puresize.h (BASE_PURESIZE): Increase to 1170000.
228
229 2007-10-09 Richard Stallman <rms@gnu.org>
230
231 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
232 return HANDLED_RETURN.
233
234 2007-10-08 Martin Rudalics <rudalics@gmx.at>
235
236 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
237 when there's an unread command event.
238
239 * frame.c (focus_follows_mouse): Move here from frame.el to allow
240 window autoselection act appropriately when leaving selected frame.
241 (syms_of_frame): Initialize focus_follows_mouse.
242 * frame.h (focus_follows_mouse): Extern it.
243 * macterm.c (XTread_socket): When focus_follows_mouse is nil
244 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
245 * msdos.c (dos_rawgetc): Likewise.
246 * w32term.c (w32_read_socket): Likewise.
247 * xterm.c (handle_one_xevent): Likewise.
248 * xdisp.c (syms_of_xdisp): In doc-string of
249 mouse-autoselect-window mention focus-follows-mouse.
250
251 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
252
253 * macterm.c (mac_load_query_font): Fix missing return value.
254 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
255 Add BLOCK_INPUT.
256
257 2007-10-08 Richard Stallman <rms@gnu.org>
258
259 * xdisp.c (get_window_cursor_type): Implement documented behavior
260 for cursor-in-non-selected-windows = t.
261
262 2007-10-08 Jason Rumney <jasonr@gnu.org>
263
264 * w32.c (w32_get_resource): Always close registry keys.
265
266 2007-10-08 Jason Rumney <jasonr@gnu.org>
267
268 * makefile.w32-in (LIBS): Add COMCTL32.
269
270 * w32fns.c (globals_of_w32fns): Init common controls.
271
272 2007-10-08 Richard Stallman <rms@gnu.org>
273
274 * image.c (our_memory_buffer): Rename from omfib_buffer.
275
276 2007-10-08 Richard Stallman <rms@gnu.org>
277
278 * buffer.c (Foverlays_at): Doc fix.
279
280 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * fns.c (Fplist_put): Preserve uneven tail data.
283
284 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
285
286 * termhooks.h (enum event_kind): Remove trailing comma.
287
288 * frame.h (enum): Remove trailing comma.
289
290 2007-10-08 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
291
292 * w32proc.c (delete_child): Don't terminate threads of zombies.
293
294 2007-10-08 Martin Rudalics <rudalics@gmx.at>
295
296 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
297
298 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
299 last-repeatable-command.
300 (init_kboard): Initialize Vlast_repeatable_command.
301 (command_loop_1): Set it to real_this_command unless that was
302 bound to an input event.
303 (mark_kboards): Mark it.
304
305 2007-10-08 Richard Stallman <rms@gnu.org>
306
307 * eval.c (condition-case): Doc fix.
308
309 2007-10-08 Masatake YAMATO <jet@gyve.org>
310
311 * xfaces.c (tty_supports_face_attributes_p): Fix code
312 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
313 was copied and not edited.
314
315 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 Add new `input-decode-map' keymap and use it for terminal
318 escape sequences.
319 * keyboard.h (struct kboard): Add Vinput_decode_map.
320 Remove Vlocal_key_translation_map.
321 * keyboard.c (read_key_sequence): Add support for input-decode-map.
322 (init_kboard): Init input-decode-map.
323 Replace local-key-translation-map back with key-translation-map.
324 (syms_of_keyboard): Declare input-decode-map.
325 Remove local-key-translation-map. Update docstrings.
326 (mark_kboards): Mark Vinput_decode_map.
327 Don't mark Vlocal_key_translation_map.
328 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
329 Replace local-key-translation-map back with key-translation-map.
330 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
331 Bind in input-decode-map rather than function-key-map.
332
333 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
334 This was made redundant by the previous introduction of XSETPVECTYPE.
335
336 2007-10-09 Richard Stallman <rms@gnu.org>
337
338 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
339
340 2007-09-29 Richard Stallman <rms@gnu.org>
341
342 * eval.c (internal_condition_case_2, internal_condition_case_1)
343 (internal_condition_case): Reenable abort if x_catching_errors ()
344 to see if that really happens and why.
345
346 2007-10-06 Andreas Schwab <schwab@suse.de>
347
348 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
349
350 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
351
352 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
353
354 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
357
358 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * window.h (struct window):
361 * window.c (struct save_window_data, struct saved_window):
362 * termhooks.h (struct terminal):
363 * process.h (struct Lisp_Process):
364 * frame.h (struct frame):
365 * buffer.h (struct buffer):
366 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
367 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
368 The size field of (pseudo)vectors is now unsigned.
369 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
370
371 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
372 Turn `count' into an integer.
373
374 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
375 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
376 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
377 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
378 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
379
380 * alloc.c (allocate_pseudovector): New fun.
381 (ALLOCATE_PSEUDOVECTOR): New macro.
382 (allocate_window, allocate_terminal, allocate_frame)
383 (allocate_process): Use it.
384 (mark_vectorlike): New function.
385 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
386 (mark_terminals): Use it.
387 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
388 (Fmake_byte_code): Use XSETPVECTYPE.
389
390 * frame.c (Fframe_parameters): Minor simplification.
391
392 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
393
394 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
395
396 * buffer.c (Fget_buffer_create, init_buffer_once):
397 * lread.c (defsubr):
398 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
399
400 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
401 defined differently in the m/*.h files.
402 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
403 (XSETPVECTYPE): New macro.
404 (XSETPSEUDOVECTOR): Use it.
405
406 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
407 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
408
409 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
410 * lread.c (defvar_per_buffer):
411 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
412
413 * window.c (candidate_window_p): Only consider as visible frames that
414 are on the same terminal.
415
416 * m/ibms390x.h (MARKBIT): Remove unused macro.
417
418 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
419
420 * lread.c (Fload): Fix typo in docstring.
421
422 2007-10-01 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
423
424 * floatfns.c (Fexpt): Manually check for overflows, so that a power
425 of a non-zero value can't yield zero.
426
427 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * term.c (term_clear_mouse_face, term_mouse_highlight)
430 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
431
432 * print.c (safe_debug_print): Use XHASH.
433
434 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
435 Lisp elements such as tags.
436 (XHASH): New macro.
437 (EQ): Use it.
438 (SREF, SSET, STRING_COPYIN): Use SDATA.
439 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
440
441 * alloc.c (mark_terminal): Remove left-over declaration.
442 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
443 (allocate_vectorlike): Remove type argument. Adjust callers.
444 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
445 Only handle the one remaining MEM_TYPE_VECTORLIKE.
446
447 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
448 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
449 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
450 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
451 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
452 Use them.
453
454 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
455 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
456 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
457
458 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
459
460 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
461 loaded by default.
462
463 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
466 on this tty.
467 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
468
469 * term.c (mouse_face_window): Rename from Qmouse_face_window.
470 Update all users.
471 (handle_one_term_event): Use Gpm_DrawPointer.
472 (Fgpm_mouse_start): Rename from Fterm_open_connection.
473 Signal errors instead of returning nil. Always return nil.
474 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
475 Make it a noop if gpm-mouse was not activated.
476 (syms_of_term): Update names.
477
478 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
481 (init_sys_modes): Check that gpm_tty is the current tty.
482
483 * alloc.c (allocate_terminal): Set the vector size to only count the
484 lisp fields. Initialize those to nil.
485 (mark_object): Don't treat terminals specially.
486 (mark_terminal): Remove.
487 (mark_terminals): Use mark_object instead.
488
489 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
490 the GC to the beginning.
491
492 * indent.h:
493 * indent.c: Use EMACS_INT for ints coming from Elisp data.
494
495 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
496
497 2007-09-25 Jason Rumney <jasonr@gnu.org>
498
499 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
500
501 * w32console.c (create_w32cons_output): Remove.
502
503 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
504
505 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
506 (reset_sys_modes): Use reset_terminal_modes_hook.
507
508 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * eval.c (do_autoload): Don't output any message.
511
512 2007-09-24 Juri Linkov <juri@jurta.org>
513
514 * emacs.c (standard_args): Change priority of "--no-splash"
515 from 40 to 3. Add "--no-desktop" with the same priority.
516
517 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
518
519 * alloc.c (gc_sweep): Check cons cell mark bits word by word
520 and optimize the case where they are all 1.
521
522 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
523
524 * lisp.h (abs): Define if not defined.
525 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
526 Don't define `abs', since it's defined in lisp.h.
527
528 2007-09-22 Eli Zaretskii <eliz@gnu.org>
529
530 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
531 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
532 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
533 (init_tty): Use DEV_TTY instead of "/dev/tty".
534 [WINDOWSNT]: No need to protect from NAME arg being null.
535
536 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
537
538 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
539 up the tty state.
540
541 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
544 (gpm_tty): Change its type.
545 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
546 (gpm_tty): Change its type and initialize it.
547 (Fterm_open_connection): Check the frame is indeed a tty.
548 Use the new gpm_tty.
549 (Fterm_close_connection): Use the new gpm_tty.
550 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
551 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
552
553 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
554
555 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
556 underline_color, to draw strike-through.
557
558 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * lisp.h (allocate_terminal): Declare.
561
562 * window.c (candidate_window_p): Consider frames that are being placed
563 by the user as somewhere between visible and iconified.
564 (window_loop): Prefer windows on the current frame.
565 (Fselect_window): Move the use of select-frame to the beginning so we
566 can just delegate all the work (it'll call us back anyway).
567
568 * frame.c (Qdisplay_environment_variable):
569 * frame.h (Qdisplay_environment_variable): Delete.
570
571 * .gdbinit (xbacktrace): Print the arg's address rather than the value
572 of the first arg, since that value may be a union.
573
574 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
575 parameter rather than Qdisplay_environment_variable. If all else
576 fails, look for DISPLAY in initial-environment.
577
578 2007-09-21 Glenn Morris <rgm@gnu.org>
579
580 * Makefile.in (emacstool): Remove target.
581 (lisp, shortlisp): Remove termdev.elc.
582
583 2007-09-21 Markus Triska <markus.triska@gmx.at>
584
585 * xterm.c (x_delete_display): Compile session management conditionally.
586
587 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * callproc.c (getenv_internal_1): New function.
590 (getenv_internal): Use it.
591 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
592
593 * terminal.c (get_terminal): Don't accept ints to represent terminals.
594 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
595 (Fset_terminal_parameter): Work with dead terminals as well.
596 (Fmodify_terminal_parameters): Remove.
597
598 * terminal.c (get_terminal): Handle terminals.
599 Make sure the terminal returned is live.
600 (create_terminal): Use allocate_terminal.
601 (mark_terminals): Move to alloc.c.
602 (delete_terminal): Use terminal->name as liveness status.
603 NULL out fields after freeing their contents.
604 Don't deallocate the object.
605 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
606 rather than an int.
607 (Fterminal_live_p): Accept non-integer arguments.
608 (Fterminal_list): Return terminal objects rather than an ints.
609
610 * alloc.c (enum mem_type): New member for `terminal' objects.
611 (allocate_terminal): New function.
612 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
613 Handle terminals.
614 (mark_terminal): New fun.
615 (mark_terminals): Move from terminal.c.
616
617 * term.c (get_tty_terminal): Don't treat output_initial specially.
618 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
619 (delete_tty): Use terminal->name as liveness status.
620
621 * termhooks.h (struct terminal): Make it into a pseudovector.
622 Remove `deleted' replaced by checking `name's nullness.
623
624 * print.c (print_object): Handle terminals.
625
626 * lisp.h (enum pvec_type): New `terminal' pseudovector.
627 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
628
629 * frame.c (make_terminal_frame):
630 * keyboard.c (tty_read_avail_input):
631 * w32term.c (x_delete_terminal):
632 * xfns.c (Fx_create_frame, x_create_tip_frame):
633 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
634
635 2007-09-20 Glenn Morris <rgm@gnu.org>
636
637 * process.c (Fmake_network_process): Doc fix.
638
639 2007-09-19 Jason Rumney <jasonr@gnu.org>
640
641 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
642
643 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
644
645 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
646 Fix a C warning regarding variable constness.
647
648 * xterm.c (handle_one_xevent): Fix a C warning.
649
650 2007-09-18 Jason Rumney <jasonr@gnu.org>
651
652 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
653
654 2007-09-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
655
656 * gtkutil.c (gdpy_def): New variable.
657 (xg_initialize): Initialize gdpy_def.
658 (xg_display_close): If no other display exists, set gdpy_def to a
659 new connection.
660
661 2007-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
662
663 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
664 when we have no file name for the icon.
665 (xg_tool_bar_expose_callback): Remove.
666 (xg_create_tool_bar): Don't connect expose signal to
667 xg_tool_bar_expose_callback.
668 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
669
670 2007-09-16 Andreas Schwab <schwab@suse.de>
671
672 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
673 values instead of zapping them.
674
675 2007-09-14 Glenn Morris <rgm@gnu.org>
676
677 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
678 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
679 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
680 scope and rename to omfib_buffer for clarity.
681 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
682
683 2007-09-14 Kenichi Handa <handa@m17n.org>
684
685 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
686
687 2007-09-13 Jason Rumney <jasonr@gnu.org>
688
689 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
690
691 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
692
693 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
694 (mac_term_init): Call here instead, passing rif.
695
696 2007-09-13 Glenn Morris <rgm@gnu.org>
697
698 * s/hpux.h: No longer define `static' as nothing.
699
700 2007-09-13 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
701
702 * callint.c (Fcall_interactively): Remove unused var `fun'.
703
704 2007-09-12 Romain Francoise <romain@orebokech.com>
705
706 * window.c (prefer_window_split_horizontally, display_buffer):
707 Revert 2007-09-08 change.
708
709 2007-09-12 Glenn Morris <rgm@gnu.org>
710
711 * alloca.c: Remove file.
712 * Makefile.in (alloca): Do not undef.
713 (allocaobj, alloca.o): Remove.
714 (otherobj): Remove allocaobj.
715 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
716 * regex.c (C_ALLOCA): Remove all references and code that was only
717 used when this was defined.
718 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
719 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
720 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
721
722 * Makefile.in (SOURCES, unlock, relock): Delete.
723
724 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
725 (menu_grab_callback): All uses changed.
726
727 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
728 (x_reply_selection_request): All uses changed.
729
730 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * lread.c (load_warn_old_style_backquotes): Change message to look
733 better when it appears in the middle of byte-compiler messages.
734
735 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
738
739 * xterm.c (x_create_terminal): Add comment.
740
741 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
742
743 2007-09-10 Richard Stallman <rms@gnu.org>
744
745 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
746
747 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
748
749 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
750 (DEFUN): Document `intspec', use it instead of `prompt'.
751
752 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
753
754 * data.c (Finteractive_form): If the interactive specification starts
755 with a `(', use it as a Lisp form.
756
757 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
758 name and file modes.
759
760 * callint.c (Fcall_interactively): Comment fixes.
761
762 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
765 and compiled functions.
766
767 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
768
769 * window.c (prefer_window_split_horizontally): New variable.
770 (display_buffer): Consider splitting window horizontally depending
771 on prefer_window_split_horizontally.
772
773 2007-09-08 Eli Zaretskii <eliz@gnu.org>
774
775 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
776
777 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
780
781 * frame.c (x_set_frame_parameters): Check number is positive before
782 using XFASTINT.
783
784 * window.c (freeze_window_start): Don't presume selected_window holds
785 a window object.
786 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
787
788 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
789
790 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
791
792 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * window.c (Vsplit_window_preferred_function): New var.
795 (Fdisplay_buffer): Use it.
796 (syms_of_window): Export, and initialize it.
797
798 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
799
800 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
801
802 2007-09-06 Glenn Morris <rgm@gnu.org>
803
804 * gtkutil.c (menu_grab_callback) <cnt>:
805 * xselect.c (x_reply_selection_request) <cnt>: Move static
806 variable to file scope.
807
808 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
811 consistent values of selected_frame and selected_window.
812
813 2007-09-04 Jason Rumney <jasonr@gnu.org>
814
815 * w32console.c (initialize_w32_display): Zero unused hooks.
816
817 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
818
819 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
820 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
821
822 2007-09-04 Jason Rumney <jasonr@gnu.org>
823
824 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
825 in w32console.c. Set up input. Remove XXX comments that have been
826 confirmed as correct.
827
828 * s/ms-w32.h (MULTI_KBOARD): Define.
829
830 * w32console.c (one_and_only_w32cons): Remove.
831 (initialize_w32_display): Take terminal argument.
832
833 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
834 initialize_w32_display.
835 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
836
837 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
838
839 * keyboard.c (discard_mouse_events): Discard it.
840 (make_lispy_event): Translate it to a lisp event.
841 (lispy_wheel_names): Add wheel-left and right events.
842 (syms_of_keyboard): Enlarge wheel_syms.
843
844 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
845 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
846
847 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
848
849 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
850 from WM_MOUSEHWHEEL.
851 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
852
853 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
854 terminal.
855
856 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
857 keyboard for the terminal.
858
859 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
860
861 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
862 (Vresume_tty_hook): Rename from Vresume_tty_functions.
863 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
864 and resume-tty-function to resume-tty-hook.
865 (Fsuspend_tty, Fresume_tty): Use new names.
866
867 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
868
869 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
870 if it starts with "n:".
871
872 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
873
874 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
875
876 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * frame.h:
879 * frame.c (Qterm_environment_variable): Remove.
880 (syms_of_frame): Don't init and staticpro it.
881
882 * callproc.c (getenv_internal): Remove special case for $TERM.
883
884 * callproc.c (Vinitial_environment): New variable.
885 (set_initial_environment): Initialize it.
886 (syms_of_callproc): Declare it.
887 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
888 TERM under which a process runs is never related to the TERM in which
889 Emacs is running.
890
891 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
894 * s/darwin.h: ... do it here.
895
896 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * lisp.h (set_initial_environment): Rename from set_global_environment.
899
900 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
901 removed by mistake on the multi-tty branch.
902
903 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
904 (Fmodify_frame_parameters): Return a value.
905
906 * image.c (png_load): Comment-out var only used in commented-out code.
907
908 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
909 before passing it to mark_object.
910
911 * xfaces.c (internal_resolve_face_name): Return a value.
912 (internal_resolve_face_name, resolve_face_name_error): Comment out.
913
914 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
915 (x_icon): Comment-out var only used in commented-out code.
916
917 2007-08-29 Romain Francoise <romain@orebokech.com>
918
919 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
920 QUIT hasn't been provided.
921
922 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
923
924 * callproc.c (child_setup, getenv_internal): Use the
925 display-environment-variable and term-environment-variable frame
926 params.
927 (set_initial_environment): Initialise Vprocess_environment.
928
929 * config.in: Disable multi-keyboard support on a mac.
930
931 * frame.c (Qterm_environment_variable)
932 (Qdisplay_environment_variable): New variables.
933 (syms_of_frame): Intern and staticpro them.
934 (Fmake_terminal_frame): Disable output method test.
935
936 * frame.h: Declare them here.
937
938 * macfns.c (x_set_mouse_color): Get rif from the frame.
939 (x_set_tool_bar_lines): Don't use updating_frame.
940 (mac_window): Add 2 new parameters for consistency with other systems.
941 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
942 frame parameters following what is done in X11 and w32. Don't use
943 FRAME_MAC_DISPLAY_INFO.
944 (Fx_open_connection, start_hourglass): Remove window-system check.
945 (x_create_tip_frame): Get the keyboard from the terminal.
946
947 * macmenu.c: Reorder includes.
948 (Fx_popup_menu): Use terminal specific mouse_position_hook.
949
950 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
951 terminal parameter.
952 (x_clear_frame): Add a frame parameter.
953 (note_mouse_movement): Get rif from the frame.
954 (mac_term_init): Initialize the terminal.
955 (mac_initialize): Make static and move terminal initialization ...
956 (mac_create_terminal): ... to this new function.
957
958 * macterm.h (struct mac_display_info): Add terminal.
959 (mac_initialize): Delete declaration.
960
961 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
962
963 * sysdep.c: Comment out text after #endif.
964
965 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
966 is defined. Better initialize ttys in windows. Use terminal
967 specific mouse_position_hook.
968
969 * termhooks.h (union display_info): Add mac_display_info.
970
971 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
972 Set the default minibuffer frame, window_system and the rest of the
973 frame parameters following what is done in X11.
974
975 * w32term.c (w32_initialize): Make static.
976
977 * xselect.c (x_handle_selection_clear): Only access
978 terminal->kboard when MULTI_KBOARD is defined.
979
980 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
981 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
982
983 2007-08-29 Jason Rumney <jasonr@gnu.org>
984
985 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
986 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
987
988 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
989 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
990
991 * keyboard.c (restore_kboard_configuration): Only define when
992 MULTI_KBOARD defined.
993
994 * makefile.w32-in: Update dependancies from Makefile.in.
995 (OBJ1): Add terminal.$(O)
996
997 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
998 Don't define function body.
999 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
1000
1001 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
1002
1003 * w32.c (request_sigio, unrequest_sigio): Remove.
1004
1005 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
1006 (w32con_clear_frame, w32con_clear_end_of_line)
1007 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
1008 (w32con_delete_glyphs, w32con_set_terminal_window)
1009 (scroll_line, w32_sys_ring_bell): Add frame arg.
1010 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
1011 Add terminal arg.
1012 (PICK_FRAME): Remove.
1013 (w32con_write_glyphs): Use frame specific terminal coding.
1014 (one_and_only_w32cons): New global variable.
1015 (initialize_w32_display): Use it for storing hooks.
1016 (create_w32cons_output): New function.
1017
1018 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
1019 arg a frame.
1020
1021 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
1022 Set window_system.
1023 (x_set_tool_bar_lines): Don't use updating_frame.
1024 (Fx_create_frame): Set terminal and ref count.
1025 (Fx_open_connection): Remove window-system check.
1026
1027 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
1028
1029 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
1030 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
1031 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
1032 Add frame arg.
1033 (x_delete_terminal, w32_create_terminal): New functions.
1034 (w32_term_init): Create a terminal.
1035 (w32_initialize): Move terminal specific initialization to
1036 w32_create_terminal.
1037
1038 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
1039 (w32_clear_rect, w32_clear_area): Use background from frame.
1040 (w32_display_info): Add terminal.
1041 (w32_sys_ring_bell, x_delete_display): Declare here.
1042
1043 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
1044
1045 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
1046
1047 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
1048
1049 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
1050 Fix get_named_tty calls for the controlling tty.
1051
1052 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
1053
1054 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
1055
1056 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
1057
1058 * term.c (tty_insert_glyphs): Add missing first parameter.
1059
1060 2007-08-29 Karoly Lorentey <karoly@lorentey.hu>
1061
1062 * buffer.c (Fbuffer_list, Fbury_buffer):
1063 Take frame->buried_buffer_list into account.
1064
1065 * cm.c (current_tty): New variable, for cmputc().
1066 (cmputc): Use it.
1067 (cmcheckmagic): Add tty parameter, look up terminal streams there.
1068 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
1069 (cmgoto): Add tty parameter. Pass it on to calccost().
1070 Use emacs_tputs() instead of tputs().
1071
1072 * cm.h (emacs_tputs): New macro to set current_tty, and then call
1073 tputs().
1074 (current_tty): New variable, for cmputc().
1075 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
1076
1077 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
1078 (internal_condition_case, internal_condition_case_1)
1079 (internal_condition_case_2): Don't abort when x_catching_errors.
1080
1081 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
1082 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
1083 prevent crashes caused by bogus longjmps in read_char.
1084
1085 * keymap.h (Fset_keymap_parent): Add EXFUN.
1086
1087 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
1088 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
1089 Remove redundant definition.
1090
1091 * macfns.c (x_set_mouse_color, x_make_gc):
1092 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
1093
1094 * w32term.c (x_free_frame_resources):
1095 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
1096 (w32_initialize): Use the accessor macros for terminal characteristics.
1097
1098 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
1099 Use the accessor macros for terminal characteristics.
1100 * msdos.c (internal_terminal_init): Use the accessor macros for
1101 terminal characteristics.
1102 (ScreenVisualBell, internal_terminal_init):
1103 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
1104
1105 * termopts.h (no_redraw_on_reenter): Declare.
1106
1107 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
1108 (mark_terminals, mark_ttys): Declare.
1109 (Fgarbage_collect): Call them.
1110 (mark_object): Mark buried_buffer_list.
1111
1112 * prefix-args.c: Include stdlib.h for exit.
1113
1114 * syssignal.h: Add comment.
1115
1116 * indent.c: Include stdio.h.
1117
1118 * window.h (Vinitial_window_system): Declare.
1119 (Vwindow_system): Delete declaration.
1120
1121 * fontset.c (Finternal_char_font): Use FRAME_RIF.
1122
1123 * image.c (lookup_image): Don't initialize `c' until the xasserts
1124 have been run.
1125
1126 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
1127 FRAME_FOREGROUND_PIXEL.
1128
1129 * print.c (print_preprocess): Don't lose print_depth levels while
1130 iterating.
1131
1132 * widget.c (update_from_various_frame_slots):
1133 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
1134
1135 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
1136 frames.
1137 (window_internal_height): Remove bogus make_number call.
1138 (init_window_once): Call make_terminal_frame with two zero parameters.
1139
1140 * fileio.c (Fread_file_name): Update comment.
1141
1142 * callint.c (Fcall_interactively):
1143 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
1144 Make sure it is correctly unwound.
1145
1146 * xsmfns.c (x_session_close): New function.
1147
1148 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
1149 Delete declarations.
1150
1151 * xterm.h: Remove declaration for x_fully_uncatch_errors.
1152 (x_output): Remove background_pixel and foreground_pixel fields.
1153 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
1154 (x_delete_device):
1155 (x_session_close): Declare.
1156
1157 * lread.c: Include setjmp.h. Update declaration of `read_char'.
1158 (read_filtered_event): Call `read_char' with a local
1159 `wrong_kboard_jmpbuf'.
1160
1161 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
1162 Don't call single_kboard_state. Use FRAME_RIF.
1163
1164 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
1165 systems.
1166
1167 * lisp.h (set_process_environment): Rename to `set_global_environment'.
1168 (Fframe_with_environment, Fset_input_meta_mode)
1169 (Fset_quit_char): EXFUN.
1170 (x_create_device, tty_output, terminal, tty_display_info): Declare.
1171 (init_sys_modes, reset_sys_modes): Update prototypes.
1172 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
1173
1174 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
1175 Vlocal_key_translation_map, and Vkeyboard_translate_table.
1176 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
1177 Delete declarations.
1178 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
1179 (temporarily_switch_to_single_kboard, tty_read_avail_input):
1180 New declarations.
1181
1182 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
1183 already does that during init_display(). Call syms_of_keymap
1184 before syms_of_keyboard. Call `syms_of_terminal'.
1185 Call set_initial_environment, not set_process_environment.
1186 (shut_down_emacs): Call reset_all_sys_modes() instead of
1187 reset_sys_modes().
1188
1189 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
1190 (internal_resolve_face_name, resolve_face_name_error): New functions.
1191 (resolve_face_name): Protect against loops and errors thrown by Fget.
1192 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
1193 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
1194
1195 * scroll.c: Replace CURTTY() with local variables throughout the
1196 file (where applicable).
1197 (calculate_scrolling, calculate_direct_scrolling)
1198 (scrolling_1, scroll_cost): Use the accessor macros for terminal
1199 characteristics.
1200
1201 * keymap.c (Vfunction_key_map): Remove.
1202 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
1203 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
1204 (Vkey_translation_map): Remove.
1205 (syms_of_keymap): Remove DEFVAR for key-translation-map.
1206 (Fdescribe_buffer_bindings):
1207 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
1208 Update for terminal-local key-translation-map.
1209
1210 * Makefile.in (callproc.o): Update dependencies.
1211 (lisp, shortlisp): Add termdev.elc.
1212 (obj): Add terminal.o.
1213 (terminal.o): Add dependencies.
1214 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
1215 (data.o, fns.o): Add termhooks.h dependency.
1216 (SOME_MACHINE_LISP): Add dnd.elc.
1217 (minibuf.o): Fix typo.
1218 Update dependencies.
1219
1220 * data.c (do_symval_forwarding, store_symval_forwarding)
1221 (find_symbol_value): Use the selected frame's keyboard, not
1222 current_kboard.
1223
1224 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
1225 Vwindow_system.
1226
1227 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
1228 Fmenu_bar_open.
1229 (syms_of_xmenu): Update defsubr.
1230 (mouse_position_for_popup, Fx_popup_menu)
1231 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
1232 (set_frame_menubar, free_frame_menubar)
1233 (create_and_show_popup_menu, xmenu_show, )
1234 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
1235 an X frame.
1236
1237 * xselect.c (x_own_selection): Abort if not an X frame.
1238 (some_frame_on_display): Check if it is an X frame.
1239 (x_handle_selection_clear): Deal with MULTI_KBOARD.
1240
1241 * coding.c: Include frame.h and termhooks.h.
1242 (terminal_coding, keyboard_coding): Delete.
1243 (Fset_terminal_coding_system_internal):
1244 (Fset_keyboard_coding_system_internal):
1245 (Fkeyboard_coding_system):
1246 (Fterminal_coding_system): Add a terminal parameter.
1247 Get terminal_coding from the terminal.
1248 (init_coding_once): Don't call setup_coding_system here.
1249
1250 * dispextern.h (set_scroll_region, turn_off_insert)
1251 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
1252 (tty_clear_end_of_line, tty_setup_colors)
1253 (delete_tty, updating_frame)
1254 (produce_special_glyphs, produce_glyphs, write_glyphs)
1255 (insert_glyphs): Remove.
1256 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
1257 (tty_turn_off_highlight, get_tty_size): Add declaration.
1258 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
1259
1260 * frame.h (enum output_method): Add output_initial.
1261 (struct x_output): Delete.
1262 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
1263 Access foreground_pixel and background_pixel directly from the frame.
1264 (tty_display): Delete.
1265 (struct frame): Add buried_buffer_list, foreground_pixel,
1266 background_pixel and terminal. Delete kboard
1267 (union output_data): Add tty.
1268 (FRAME_KBOARD): Get the kboard from the terminal.
1269 (FRAME_INITIAL_P): New macro.
1270 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
1271 (Qterm_environment_variable, Qdisplay_environment_variable)
1272 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
1273 New declarations.
1274
1275 * termchar.h (tty_output, tty_display_info): New structures.
1276 (tty_list): Declare.
1277 (FRAME_TTY, CURTTY): New macros.
1278 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
1279 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
1280 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
1281 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
1282
1283 * callproc.c: Include frame.h and termhooks.h, for terminal
1284 parameters.
1285 (add_env): New function.
1286 (child_setup): Use it.
1287 (child_setup, getenv_internal): Handle the new Vprocess_environment.
1288 (getenv_internal): Fix get_terminal_param call.
1289 (Fgetenv_internal, egetenv): Update doc.
1290 (syms_of_callproc): Initialize Vprocess_environment to nil.
1291 Register and initialize them. Remove obsolete defvars. Update doc
1292 strings.
1293 (child_setup): Handle Vlocal_environment_variables.
1294 (getenv_internal): Add terminal parameter.
1295 Handle Vlocal_environment_variables.
1296 (Fgetenv_internal): Add terminal parameter.
1297 (child_setup, getenv_internal, Fgetenv_internal): Store the local
1298 environment in a frame (not terminal) parameter. Update doc strings.
1299 (set_initial_environment): Rename from set_global_environment.
1300 Store Emacs environment in initial frame parameter.
1301
1302 * xdisp.c (redisplay_internal): Update references to
1303 `previous_terminal_frame'.
1304 (display_mode_line, Fformat_mode_line): Replace calls to
1305 `push_frame_kboard' with `push_kboard'.
1306 (get_glyph_string_clip_rects): Add extra parentheses and
1307 braces to prevent compiler warnings.
1308 (calc_pixel_width_or_height): Add xassert to check that the
1309 frame is alive. Don't call `lookup_image' on a termcap frame.
1310 (message2_nolog, message3_nolog, redisplay_internal)
1311 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
1312 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
1313 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
1314 (Fx_display_pixel_width, Fx_display_pixel_height)
1315 (Fx_display_planes, Fx_display_color_cells)
1316 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
1317 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
1318 (Fx_display_backing_store, Fx_display_visual_class)
1319 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
1320 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
1321
1322 * xfns.c (x_set_foreground_color x_set_background_color)
1323 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
1324 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
1325 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
1326 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
1327 terminal that is being deleted.
1328 (Fx_create_frame): Use `store_frame_param' to set `window-system'
1329 frame parameter, and make sure it overrides any user-supplied setting.
1330 (Fx_close_connection, Fx_synchronize): Unify argument names with
1331 the rest of the DEFUNs.
1332
1333 * dispnew.c (Fsend_string_to_terminal): Update call to
1334 `get_tty_terminal'.
1335 (Fredraw_frame, Fsend_string_to_terminal)
1336 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
1337 FRAME_TERMCAP_P and FRAME_TTY.
1338 (window_change_signal): Don't believe width/height values that are
1339 impossibly small.
1340 (Vinitial_window_system): Rename from Vwindow_system.
1341 (termscript, Wcm, rif): Delete.
1342
1343 * termhooks.h (struct terminal): New struct containing the
1344 previously global text display hooks and new members NAME,
1345 DELETED and PARAM_ALIST.
1346 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
1347 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
1348 (FRAME_RIF): New macros.
1349 (get_terminal_param, get_device): New declarations.
1350 (termscript): Delete declaration.
1351
1352 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
1353 (XTflash, x_free_frame_resources, x_scroll_bar_create)
1354 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
1355 FRAME_FOREGROUND_PIXEL.
1356 (x_fully_uncatch_errors): Disable definition.
1357 (x_scroll_bar_expose): Fix reference to foreground pixel.
1358 (XTread_socket): Disable loop on all X displays.
1359 (x_delete_terminal): Don't set terminal->deleted and let
1360 delete_terminal delete the frames on the terminal.
1361 (x_delete_display): Doc update to reflect changes in
1362 delete_terminal.
1363 (x_display_info) <terminal>: Move member earlier in the struct.
1364 (deleting_tty): Remove old variable.
1365 (Fsuspend_tty): Call clear_tty_hooks.
1366 (Fresume_tty, init_tty): Call set_tty_hooks.
1367 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
1368 errors on X frames.
1369 (x_catch_errors_unwind): Abort if x_error_message is NULL.
1370 (handle_one_xevent): Initialize `f' to NULL.
1371 (x_delete_terminal, x_create_terminal): New functions.
1372 (XTset_terminal_modes, XTreset_terminal_modes)
1373 (XTread_socket, x_connection_closed, x_term_init)
1374 (x_term_init, x_delete_display): Add terminal parameter.
1375 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
1376 X connections.
1377
1378 * frame.c (Fframep): Deal with output_initial.
1379 (Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list, Qtty)
1380 (Qtty_type, Qwindow_system, Qenvironment)
1381 (Qterm_environment_variable, Qdisplay_environment_variable): New vars.
1382 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
1383 (make_terminal_frame): Don't create frames on a terminal that is
1384 being deleted.
1385 (make_terminal_frame): Use FRAME_BACKGROUND_PIXEL and
1386 FRAME_FOREGROUND_PIXEL.
1387 (store_frame_param): Check for found_for_frame before calling XFRAME.
1388 (Fmake_terminal_frame): Handle NULL tty names correctly.
1389 (syms_of_frame): Enhance doc string of `default-frame-alist'.
1390 (Fdelete_frame): Remove unused variable `count'.
1391 (Qenvironment): New variable.
1392 (Fdelete_frame): Don't allow other frames to refer to a deleted
1393 frame in their 'environment parameter.
1394 (Fframe_with_environment): New function.
1395 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
1396 (get_future_frame_param): New function.
1397 (Fmake_terminal_frame): Use it.
1398 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
1399
1400 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
1401 * sysdep.c (reset_sys_modes): Update for renames.
1402
1403 * keyboard.c (tty_read_avail_input): New function.
1404 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
1405 (syms_of_keyboard): Defsubr them.
1406 (Fset_input_meta_mode, Fset_quit_char): New functions.
1407 (Fset_input_mode): Split to above functions.
1408
1409 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
1410 parameter. Use it in call to `read_char'.
1411 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
1412 Set wrong_kboard_jmpbuf correctly in recursive calls.
1413 Use current_kboard to access Vkeyboard_translate_table.
1414 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
1415 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
1416 Update longjmp invocations. Remember the original current_kboard,
1417 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
1418 changes it. Comment out unnecessary calls to
1419 `record_single_kboard_state' and `any_kboard_state'.
1420 Update recursive calls.
1421 (wrong_kboard_jmpbuf): Remove global variable.
1422 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
1423 Handle deleted interrupted_kboards correctly; that is a legal
1424 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
1425 and read_char calls. Abort if interrupted_kboard died in read_char.
1426 (any_kboard_state, single_kboard_state)
1427 (push_frame_kboard): Remove function.
1428 (pop_kboard): Switch out of single_kboard mode if the kboard has
1429 been deleted. Remove unused variable. Help debugging by not
1430 changing current_kboard unnecessarily. Set current_kboard to the
1431 kboard of the selected frame when the stored kboard object has
1432 been deleted before pop_kboard.
1433 (temporarily_switch_to_single_kboard): Change first parameter to a
1434 frame pointer. Throw an error when caller wants to change kboards
1435 while in single_kboard mode. Don't push_kboard if we weren't in
1436 single kboard state. Don't pop_kboard if we popped into any
1437 kboard state.
1438 (restore_kboard_configuration): Abort if pop_kboard changed the
1439 kboard in single_kboard mode. Call pop_kboard only after setting
1440 up single_kboard mode.
1441 (Frecursive_edit): Switch to single_kboard mode only in nested
1442 command loops.
1443 (cmd_error, command_loop, command_loop_1, timer_check):
1444 Comment out unnecessary call to `any_kboard_state' and
1445 `record_single_kboard_state'.
1446 (delete_kboard): Exit single_kboard mode if we have just deleted
1447 that kboard. Use FRAME_KBOARD.
1448 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
1449 `fatal_error_signal'.
1450 (record_single_kboard_state): Don't push_kboard if we weren't in
1451 single kboard state. Don't pop_kboard if we popped into any
1452 kboard state.
1453 (push_frame_kboard): Rename to push_kboard.
1454 (kbd_buffer_get_event): Use FRAME_TERMINAL.
1455 (read_avail_input): Read input from all terminals.
1456 (mark_kboards): Also mark Vkeyboard_translate_table.
1457 (kbd_buffer_store_event_hold): Simplify condition.
1458 (read_key_sequence): Reinitialize fkey and keytran at each replay.
1459 (Vkeyboard_translate_table): Move to struct kboard.
1460 (init_kboard): Initialize Vkeyboard_translate_table.
1461 (syms_of_keyboard): Use DEFVAR_KBOARD to define
1462 Vkeyboard_translate_table. Update doc strings. Update docs of
1463 local-function-key-map and function-key-map.
1464
1465 * terminal.c: New file.
1466
1467 * term.c: Include errno.h.
1468 (Vring_bell_function, device_list, initial_device)
1469 (next_device_id, ring_bell, update_begin, update_end)
1470 (set_terminal_window, cursor_to, raw_cursor_to)
1471 (clear_to_end, clear_frame, clear_end_of_line)
1472 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
1473 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
1474 (syms_of_term): Move their initialization to terminal.c.
1475 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
1476 (Ftty_display_color_cells)
1477 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
1478 (clear_tty_hooks, set_tty_hooks)
1479 (init_tty, maybe_fatal): New functions.
1480 (Ftty_type): Return nil if terminal is not on a tty instead of
1481 throwing an error. Doc update.
1482 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
1483 Doc update. Initialize new subrs and variables.
1484 (delete_tty): Use terminal->deleted.
1485 (tty_set_terminal_modes): Rename from set_terminal_modes.
1486 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
1487 (set_scroll_region): Rename to `tty_set_scroll_region'.
1488 (turn_on_insert): Rename to `tty_turn_on_insert'.
1489 (turn_off_insert): Rename to `tty_turn_off_insert'.
1490 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
1491 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
1492 (toggle_highligh): Rename to `tty_toggle_highlight'.
1493 (background_highlight): Rename to `tty_background_highlight'.
1494 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
1495 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
1496 (tty_set_scroll_region, tty_background_highlight)
1497 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
1498 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
1499 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
1500 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
1501 Add static modifier.
1502 (tty_reset_terminal_modes, tty_set_terminal_window)
1503 (tty_set_scroll_region, tty_background_highlight)
1504 (tty_highlight_if_desired, tty_cursor_to)
1505 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
1506 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
1507 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
1508 renames.
1509
1510 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1511
1512 * keyboard.c: Qrtl is new.
1513 (parse_tool_bar_item): Handle :rtl keyword.
1514 (syms_of_keyboard): Intern :rtl keyword.
1515
1516 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
1517
1518 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
1519 so no Lisp code is executed.
1520 (file_for_image, find_rtl_image): New functions.
1521 (xg_get_image_for_pixmap): Use file_for_image
1522 (update_frame_tool_bar): If direction is RTL, use RTL image if
1523 defined. Use Gtk stock images if defined.
1524
1525 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1526
1527 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
1528 for nonexistent or zero-width glyph in composition glyph.
1529
1530 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
1533
1534 * xdisp.c (Finvisible_p): New function.
1535 (syms_of_xdisp): defsubr it.
1536
1537 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
1540 Doc fixes.
1541
1542 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1543
1544 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
1545
1546 2007-08-24 Martin Rudalics <rudalics@gmx.at>
1547
1548 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
1549 whether decoding has modified buffer contents.
1550
1551 2007-08-24 Jason Rumney <jasonr@gnu.org>
1552
1553 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
1554 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
1555 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
1556 (init_svg_functions) [HAVE_NTGUI]: New function.
1557 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
1558 (svg_load_image): Use them.
1559 (svg_load_image) [HAVE_NTGUI]: Implement background.
1560
1561 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1562
1563 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
1564 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
1565 (LIBX): Remove @RSVG_LIBS@.
1566 (LIBES): Add $(RSVG_LIBS).
1567
1568 * image.c (svg_load_image): Blend with specified background if exists.
1569 Use IMAGE_BACKGROUND. Add Mac OS Support.
1570
1571 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
1572 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
1573 Remove macros.
1574 [MAC_OSX] (socket_callback): Do nothing.
1575 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
1576 ReceiveNextEvent.
1577 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
1578 socket_callback.
1579 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
1580
1581 2007-08-22 Glenn Morris <rgm@gnu.org>
1582
1583 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
1584
1585 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1586
1587 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
1588
1589 * image.c: Add support for SVG images. Some additional comments
1590 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
1591 (svg_image_p): New function to test for SVG image.
1592 (svg_load): New function to load SVG image.
1593 (svg_load_image): New function, helper for svg_load.
1594 (Qsvg): New Lisp_object.
1595 (svg_keyword_index): New enum.
1596 (svg_format): New static `image_keyword' struct.
1597 (svg_type): New static `image_type' struct.
1598 (librsvg/rsvg.h): Include it.
1599
1600 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
1603
1604 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * lread.c (Qold_style_backquotes): New var.
1607 (syms_of_lread): Init and staticpro it.
1608 (load_warn_old_style_backquotes): New fun.
1609 (Fload): Use them to warn about old style backquotes.
1610 (end_of_file_error, Fload): Remove unused vars.
1611
1612 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
1613
1614 * lread.c (Vold_style_backquotes): New var.
1615 (syms_of_lread): Init and export it to Elisp.
1616 (read1): Set it when we find an old-style (back)quote.
1617
1618 2007-08-22 Jason Rumney <jasonr@gnu.org>
1619
1620 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
1621
1622 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1623
1624 * puresize.h (BASE_PURESIZE): Increase to 1140000.
1625
1626 2007-08-19 Richard Stallman <rms@gnu.org>
1627
1628 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
1629
1630 2007-08-19 Andreas Schwab <schwab@suse.de>
1631
1632 * alloc.c (pure): Round PURESIZE up.
1633
1634 2007-08-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1635
1636 * xterm.c (handle_one_xevent): Remove check that mouse click is in
1637 active frame.
1638
1639 2007-08-16 Richard Stallman <rms@gnu.org>
1640
1641 * eval.c (Fcommandp): Add parens to clarify.
1642
1643 * minibuf.c (Fall_completions): Use enum for type of table.
1644
1645 * emacs.c (USAGE2): Improve text.
1646
1647 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
1648
1649 * term.c (tty_default_color_capabilities): Declare static
1650 variables in file scope, to avoid HPUX compiler problem.
1651
1652 2007-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1653
1654 * gtkutil.c (update_frame_tool_bar): Use -1 as index
1655 to gtk_toolbar_insert.
1656
1657 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
1660
1661 * insdel.c (reset_var_on_error): New fun.
1662 (signal_before_change, signal_after_change):
1663 Use it to reset (after|before)-change-functions to nil in case of error.
1664 Bind inhibit-modification-hooks to t.
1665 Don't bind (after|before)-change-functions to nil while they run.
1666
1667 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1668
1669 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
1670 filling pixmap with stippled background.
1671
1672 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1673
1674 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
1675 Don't use invisible frame as parent window for repositioning.
1676
1677 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * print.c (new_backquote_output): Rename from old_backquote_output.
1680 (print): Inverse its logic (according to its name) so as to match the
1681 behavior of new_backquote_flag in lread.c.
1682
1683 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1684
1685 * gmalloc.c (posix_memalign): New function.
1686
1687 * macterm.c (frame_highlight, frame_unhighlight): Don't call
1688 ActivateControl/DeactivateControl here.
1689 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
1690 frame-notice-user-settings is non-nil.
1691 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
1692 for kEventParamFMFontStyle.
1693 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
1694 mac_pass_command_to_system and mac_pass_control_to_system here.
1695 (XTread_socket): Call ActivateControl/DeactivateControl here.
1696 (XTread_socket) [TARGET_API_MAC_CARBON]:
1697 Check mac_pass_command_to_system and mac_pass_control_to_system here.
1698 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
1699 for window repositioning.
1700
1701 2007-08-08 Glenn Morris <rgm@gnu.org>
1702
1703 * Replace `iff' in doc-strings and comments.
1704
1705 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
1708
1709 2007-08-07 Martin Rudalics <rudalics@gmx.at>
1710
1711 * fileio.c (Finsert_file_contents): Run format-decode and
1712 after_insert_file_functions on entire buffer when REPLACE is
1713 non-nil and inhibit modification_hooks and point_motion_hooks.
1714 For consistency, run after_insert_file_functions iff something
1715 got inserted. Move signal_after_change and update_compositions
1716 after code running after_insert_file_functions. Make sure that
1717 undo_list doesn't record intermediate steps of the decoding process.
1718
1719 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1720
1721 * emacs.c (main)
1722 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
1723 Call malloc_enable_thread on interactive startup.
1724
1725 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
1726 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
1727 [USE_PTHREAD]: Conditionalize with it.
1728 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
1729 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
1730 New functions.
1731
1732 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * xdisp.c (redisplay_window): When restoring original buffer
1735 position, make sure it is still valid.
1736
1737 * image.c (png_load): Ignore png-supplied background color.
1738
1739 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1740
1741 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
1742 Use kCFAbsoluteTimeIntervalSince1970.
1743
1744 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
1745 New variable.
1746 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
1747 event loop should be quit.
1748 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
1749 Quit dialog event loop if quit_dialog_event_loop is set.
1750
1751 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
1752 (Selection): New typedef. Use instead of ScrapRef.
1753 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
1754 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
1755 (mac_clear_selection): Rename from clear_scrap.
1756 (get_flavor_type_from_symbol): New argument SEL and subsume function of
1757 scrap_has_target_type. All uses changed.
1758 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1759 (mac_selection_has_target_p): New functions.
1760 (mac_put_selection_value): Rename from put_scrap_string.
1761 (mac_get_selection_value): Rename from get_scrap_string.
1762 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
1763 (put_scrap_private_timestamp, scrap_has_target_type)
1764 (get_scrap_private_timestamp): Remove functions.
1765 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
1766 (x_own_selection, x_get_local_selection):
1767 Use mac_valid_selection_value_p.
1768 (x_own_selection): Don't use put_scrap_private_timestamp.
1769 Record OWNERSHIP-INFO into Vselection_alist instead.
1770 (x_get_local_selection): Don't check type if request is local.
1771 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
1772 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
1773
1774 2007-08-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1775
1776 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
1777 add comment explaining why.
1778
1779 2007-08-03 Richard Stallman <rms@gnu.org>
1780
1781 * fileio.c (Fvisited_file_modtime): Use make_time.
1782
1783 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
1784
1785 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
1786 build.
1787
1788 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
1791
1792 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1793
1794 * puresize.h (BASE_PURESIZE): Increase to 1130000.
1795
1796 2007-07-30 Richard Stallman <rms@gnu.org>
1797
1798 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
1799
1800 2007-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1801
1802 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
1803
1804 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
1807 remote default-directory.
1808
1809 * buffer.c (mode-line-format): Update doc string.
1810
1811 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1812
1813 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
1814 scroll bar gap.
1815 (x_scroll_bar_create): Set bar->fringe_extended_p.
1816 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
1817 on frame edge. Check fringe background extension. Don't clear
1818 extended fringe background area.
1819
1820 * w32term.h (struct scroll_bar): New member fringe_extended_p.
1821 (w32_fill_area): Enclose multiple statements with do ... while (0).
1822
1823 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
1824 Extend fringe background to scroll bar gap.
1825 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
1826 Set bar->fringe_extended_p.
1827 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1828 Put leftmost/rightmost scroll bars on frame edge. Check fringe
1829 background extension. Don't clear extended fringe background area.
1830
1831 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1832 New member fringe_extended_p.
1833
1834 2007-07-25 Glenn Morris <rgm@gnu.org>
1835
1836 * Relicense all FSF files to GPLv3 or later.
1837
1838 * COPYING: Switch to GPLv3.
1839
1840 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
1843
1844 * data.c (Finteractive_form): Check for the presence of an
1845 `interactive-form' symbol property more thoroughly.
1846
1847 * data.c (Finteractive_form): Use an `interactive-form' property if
1848 present, analogous to the function-documentation property.
1849
1850 2007-07-24 Jason Rumney <jasonr@gnu.org>
1851
1852 * w32fns.c (x_real_positions): Get real position from OS instead of
1853 calculating it.
1854
1855 2007-07-23 Jason Rumney <jasonr@gnu.org>
1856
1857 * filelock.c (current_lock_owner): Allow for @ sign in username.
1858
1859 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1860
1861 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
1862 remote default-directory.
1863
1864 * buffer.c (mode-line-format): Describe above case in doc string.
1865
1866 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1867
1868 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
1869 Define if not defined.
1870
1871 2007-07-18 Jason Rumney <jasonr@gnu.org>
1872
1873 * w32proc.c (w32_executable_type): Handle 64 bit executables.
1874
1875 2007-07-18 Richard Stallman <rms@gnu.org>
1876
1877 * data.c (Fsetq_default): Doc fix.
1878
1879 * eval.c (Fsetq): Doc fix.
1880
1881 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * coding.c (Ffind_operation_coding_system):
1884 * eval.c (For, Fand): Doc fixes.
1885 Reported by Johan Bockg\e,Ae\e(Brd.
1886
1887 2007-07-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1888
1889 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
1890
1891 * xterm.h: Declare x_ewmh_activate_frame.
1892
1893 * xterm.c (x_ewmh_activate_frame): New function.
1894 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
1895
1896 2007-07-17 Martin Rudalics <rudalics@gmx.at>
1897
1898 * window.c (Fdisplay_buffer): If largest or LRU window is the
1899 only window, split it even if it is not eligible for splitting.
1900 This restores the original behavior broken by the 2007-07-15
1901 change.
1902
1903 2007-07-17 Glenn Morris <rgm@gnu.org>
1904
1905 * abbrev.c (abbrev_check_chars): New function.
1906 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1907 Call abbrev_check_chars to check abbrev characters are word
1908 constituents. Doc fix.
1909
1910 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * process.c (Fstart_process, Fmake_network_process)
1913 (read_process_output): Fix up last changes.
1914
1915 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1916
1917 * makefile.w32-in (clean): Don't delete *~.
1918
1919 2007-07-16 Andreas Schwab <schwab@suse.de>
1920
1921 * window.c (Fdisplay_buffer): Use NILP.
1922 (Fset_window_scroll_bars): Likewise.
1923
1924 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1925
1926 * window.c (window_min_size_2): New function.
1927 (window_min_size_1, size_window, Fdisplay_buffer)
1928 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
1929 windows without mode- or header-lines when window-min-height is
1930 too small.
1931 (size_window): Reset nodelete_p after testing it, following an
1932 earlier note by Kim F. Storm.
1933 (display_buffer): Do not set split_height_threshold to twice the
1934 value of window_min_height to avoid changing the value of a
1935 customizable variable. Rather explicitly check whether the
1936 height of the window that shall be splitted is at least as large
1937 as split_height_threshold.
1938 (Fwindow_full_width_p): New defun.
1939 (syms_of_window): Defsubr it.
1940
1941 * window.h: Add EXFUN for Fwindow_full_width_p.
1942
1943 2007-07-14 Jason Rumney <jasonr@gnu.org>
1944
1945 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
1946
1947 2007-07-14 Richard Stallman <rms@gnu.org>
1948
1949 * eval.c (maybe_call_debugger): New function.
1950 (find_handler_clause): Use maybe_call_debugger.
1951 Call it when the handler says `debug'.
1952 Eliminate DEBUGGER_VALUE_PTR.
1953 (Fsignal): Eliminate debugger_value.
1954 (Qdebug): New variable.
1955 (syms_of_eval): Initialize it.
1956
1957 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * eval.c (Fprogn):
1960 * keyboard.c (Ftrack_mouse):
1961 * print.c (Fwith_output_to_temp_buffer):
1962 * window.c (Fsave_window_excursion): Doc fix.
1963
1964 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
1967
1968 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * process.h (struct Lisp_Process): Turn slots infd, outfd,
1971 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
1972 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
1973 read_output_delay, and read_output_skip from Lisp_Objects to ints.
1974 Remove unused encoding_carryover.
1975 * process.c: Adjust all functions accordingly.
1976
1977 2007-07-12 Richard Stallman <rms@gnu.org>
1978
1979 * term.c: Include unistd.h only if HAVE_UNISTD_H.
1980
1981 2007-07-11 Jason Rumney <jasonr@gnu.org>
1982
1983 * makefile.w32-in (LIBS): Include OLE32.
1984
1985 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
1986 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
1987
1988 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
1991 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
1992 from a Lisp_Object into a bare pointer.
1993 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
1994 Adjust the code correspondingly.
1995
1996 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
1997
1998 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
1999 (term_show_mouse_face): Remove unused var `j'.
2000 (handle_one_term_event): Remove unused vars `i' and `j'.
2001 Don't cast return value of ttyname since it's not necessary.
2002
2003 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
2006 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
2007
2008 * fns.c (map_char_table): Use an array of int for `indices' rather than
2009 an array of Lisp_Objects (which are only ever integers anyway).
2010 (Fmap_char_table): Update caller.
2011 * lisp.h: Update prototype.
2012 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
2013 * fontset.c (Ffontset_info):
2014 * casetab.c (set_case_table): Update callers.
2015
2016 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
2017
2018 * keymap.c (struct accessible_keymaps_data)
2019 (struct where_is_internal_data): New structures.
2020 (accessible_keymaps_1, where_is_internal_1): Use them to change
2021 interface to adhere to the one used by map_keymap.
2022 (Faccessible_keymaps, where_is_internal): Use map_keymap.
2023 (accessible_keymaps_char_table, where_is_internal_2): Remove.
2024
2025 * keymap.h (map_keymap_function_t): More informative prototype.
2026
2027 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2028
2029 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
2030 (looking_at_1): Don't change search_regs and last_thing_searched
2031 if `inhibit-changing-match-data' is non-nil.
2032 (string_match_1, search_buffer, set_search_regs): Likewise.
2033 (syms_of_search): Add Lisp level definition for
2034 `inhibit-changing-match-data' and set it to nil.
2035 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
2036 start and end of the match, instead of using values in search_regs.
2037
2038 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * minibuf.c (Fcompleting_read): New value `confirm-only'
2041 for `require-match'.
2042
2043 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
2046 part of the 2007-06-27 change to syms_of_fileio.
2047
2048 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2049
2050 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
2051 Check WINDOWP before using XWINDOW. Consolidate return statements.
2052
2053 2007-06-27 Richard Stallman <rms@gnu.org>
2054
2055 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
2056
2057 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
2060
2061 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2062
2063 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
2064 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
2065 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
2066 (_free_internal, memalign): Use them.
2067 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
2068 Initialize to PTHREAD_MUTEX_INITIALIZER.
2069 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
2070 (morecore_nolock): Rename from morecore. All uses changed.
2071 Use only nolock versions of internal allocation functions.
2072 (_malloc_internal_nolock, _realloc_internal_nolock)
2073 (_free_internal_nolock): New functions created from
2074 _malloc_internal, _realloc_internal, and _free_internal.
2075 (_malloc_internal, _realloc_internal, _free_internal): Use them.
2076 Copy hook value to automatic variable before its use.
2077 (memalign): Copy hook value to automatic variable before its use.
2078
2079 2007-06-26 Kenichi Handa <handa@m17n.org>
2080
2081 * coding.c (Ffind_operation_coding_system): Docstring improved.
2082 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
2083
2084 2007-06-25 David Kastrup <dak@gnu.org>
2085
2086 * keymap.c (Fcurrent_active_maps): Add `position' argument.
2087 (Fwhere_is_internal): Adjust call to `current-active-maps' to
2088 cater for additional parameter.
2089
2090 * keymap.h: Adjust number of parameters to `current-active-maps'.
2091
2092 * doc.c (Fsubstitute_command_keys): Adjust call of
2093 `current-active-maps'.
2094
2095 2007-06-25 David Kastrup <dak@gnu.org>
2096
2097 * callint.c (Fcall_interactively): Make the parsing of interactive
2098 specs somewhat more readable.
2099
2100 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2101
2102 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
2103 to scroll bar gap also when bitmap fills fringe. Draw only foreground
2104 if extended background has already been filled.
2105
2106 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2107
2108 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
2109 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
2110
2111 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
2112 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
2113 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
2114 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
2115 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
2116 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
2117 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
2118 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
2119 Run timers during dialog popup.
2120 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
2121
2122 2007-06-21 Jason Rumney <jasonr@gnu.org>
2123
2124 * image.c (convert_mono_to_color_image): Swap fore and background.
2125
2126 2007-06-20 Jason Rumney <jasonr@gnu.org>
2127
2128 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
2129 (w32_free_bdf_font): Unmap memory not handle.
2130
2131 2007-06-20 Sam Steingold <sds@gnu.org>
2132
2133 * gmalloc.c (__morecore): Fix the declaration to comply with the
2134 definition.
2135
2136 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * w32term.c (w32_delete_display): Remove leftover declaration.
2139 (w32_define_cursor, w32_initialize): Make static.
2140
2141 * w32.c (_wsa_errlist): Fix typo in error message.
2142 (init_environment): Ignore any environment variable from the
2143 registry having a null value.
2144
2145 2007-06-20 Glenn Morris <rgm@gnu.org>
2146
2147 * Makefile.in (LIBGIF): Default to -lgif.
2148
2149 2007-06-17 Jason Rumney <jasonr@gnu.org>
2150
2151 * w32menu.c (add_menu_item): Don't use multibyte string functions on
2152 unicode strings.
2153
2154 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
2157 Fix typo in docstring.
2158
2159 2007-06-16 Eli Zaretskii <eliz@gnu.org>
2160
2161 * w32menu.c (add_menu_item): Escape `&' characters in menu items
2162 and their keybindings.
2163
2164 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * composite.c (update_compositions): Fix last fix.
2167
2168 2007-06-14 Jason Rumney <jasonr@gnu.org>
2169
2170 * w32.c (get_process_times_fn): New function pointer.
2171 (globals_of_w32): Intialize it if present in kernel32.dll.
2172 (w32_get_internal_run_time): New function.
2173
2174 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
2175
2176 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
2177
2178 * composite.c (update_compositions): Check the validness of
2179 compositions.
2180
2181 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2182
2183 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
2184 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
2185
2186 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
2187 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
2188
2189 * macgui.h (USE_MAC_TOOLBAR): New define.
2190
2191 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
2192 Return immediately unless popup is activated.
2193
2194 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
2195 background to scroll bar gap.
2196 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
2197 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
2198 scroll bars on frame edge. Check fringe background extension.
2199 Don't clear extended fringe background area.
2200 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
2201 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
2202 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
2203 [USE_MAC_TOOLBAR]: New macros.
2204 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
2205 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
2206 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
2207 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
2208 [USE_MAC_TOOLBAR]: New functions.
2209 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
2210 manually if previous repositioning has failed.
2211 (mac_handle_keyboard_event): Use precomputed event kind.
2212 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
2213 as tool bar item click. Handle mouse movement over tool bar items.
2214
2215 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
2216 toolbar_win_gravity.
2217 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
2218 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
2219 Add externs.
2220
2221 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
2222 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
2223
2224 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * image.c (search_image_cache): Remove unused variable.
2227
2228 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * xfns.c, xmenu.c: Link to xaw3d if available.
2231
2232 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2233
2234 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
2235 frame_foreground and frame_background.
2236
2237 * image.c (lookup_image): Save frame foreground and background colors.
2238 (search_image_cache): Check if saved and current frame colors match.
2239
2240 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * regex.c (regex_compile): Remove the `regnum' counter.
2243 Use bufp->re_nsub instead. Add support for \(?N:RE\).
2244
2245 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * term.c: Include intervals.h to declare Fget_text_property.
2248
2249 2007-06-10 Jason Rumney <jasonr@gnu.org>
2250
2251 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
2252
2253 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * callint.c (Fcall_interactively):
2256 * editfns.c (Fdelete_and_extract_region):
2257 * fileio.c (Fread_file_name):
2258 * fns.c (Fmapconcat):
2259 * keyboard.c (cmd_error_internal):
2260 * keymap.c (Fkey_description):
2261 * lread.c (openp):
2262 * minibuf.c (read_minibuf):
2263 * search.c (wordify):
2264 * sunfns.c (sel_read):
2265 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
2266 * xfns.c (x_default_scroll_bar_color_parameter):
2267 * xmenu.c (menu_help_callback):
2268 * xselect.c (Fx_get_atom_name):
2269 * xterm.c (x_term_init): Use empty_unibyte_string.
2270
2271 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
2272
2273 * alloc.c (init_strings): Initialize canonical empty strings.
2274 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
2275 canonical empty string when the requested size is 0.
2276
2277 * emacs.c (empty_unibyte_string): Rename from empty_string.
2278 (empty_multibyte_string): New canonical empty string.
2279 (syms_of_emacs): Don't initialize empty_string.
2280
2281 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
2282 string, if appropriate.
2283 (empty_unibyte_string, empty_multibyte_string): New externs.
2284 (empty_string): Remove extern.
2285
2286 * lread.c (syms_of_lread): Use empty_unibyte_string.
2287
2288 2007-06-07 Jason Rumney <jasonr@gnu.org>
2289
2290 * s/ms-w32.h: Don't define HAVE_TZNAME.
2291
2292 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
2293
2294 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2295
2296 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
2297
2298 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
2299 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
2300
2301 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
2302 Don't call next handler.
2303 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
2304 Remove argument. Install handler to application.
2305 (set_frame_menubar): Don't change deep_p.
2306 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
2307 FRAME_OUTER_TO_INNER_DIFF_Y.
2308 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
2309 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
2310 [HAVE_DIALOGS]: New macros.
2311 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
2312 Use them.
2313 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
2314
2315 * macselect.c [MAC_OSX] (install_service_handler): Rename from
2316 init_service_handler. All callers changed. Return OSStatus value.
2317
2318 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
2319 All callers changed so as not to call SetPortWindowPort.
2320 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2321 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
2322 mac_draw_string_common.
2323 (mac_draw_image_string_qd): Likewise.
2324 (mac_draw_string_common): Use them. Add INLINE.
2325 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
2326 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
2327 GetGlobalMouse.
2328 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
2329 and FRAME_OUTER_TO_INNER_DIFF_Y.
2330 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
2331 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
2332 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
2333 repositioning window to mac_handle_window_event.
2334 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
2335 saving window location to mac_handle_window_event
2336 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
2337 (install_menu_target_item_handler): Remove argument in extern.
2338 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
2339 Also accept command events.
2340 (do_keystroke): New function created from XTread_socket.
2341 (init_command_handler): Remove functions.
2342 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
2343 and save window location by kEventWindowShowing and kEventWindowHiding
2344 handlers here. Don't call next handler for window state change and
2345 focus events.
2346 (mac_handle_application_event, mac_handle_keyboard_event)
2347 [TARGET_API_MAC_CARBON]: New functions.
2348 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
2349 kEventWindowShowing and kEventWindowHiding events. Move installation
2350 of mouse, font, text input and menu target item handlers to
2351 install_application_handler.
2352 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
2353 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2354 New function.
2355 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2356 Register it.
2357 (XTread_socket) [TARGET_API_MAC_CARBON]:
2358 Consolidate SendEventToEventTarget calls.
2359 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
2360 Move application activation handler to mac_handle_application_event.
2361 Move keyboard handler to mac_handle_keyboard_event.
2362 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
2363 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
2364 init_command_handler. Call install_application_handler.
2365
2366 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
2367 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
2368
2369 2007-06-07 Glenn Morris <rgm@gnu.org>
2370
2371 * emacs.c (main): Use `emacs-copyright' in --version output.
2372
2373 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
2376
2377 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2378
2379 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
2380
2381 * macgui.h: Replace WindowPtr with WindowRef.
2382
2383 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
2384 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
2385 Replace ControlHandle with ControlRef.
2386 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
2387
2388 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
2389 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
2390 Replace ControlHandle with ControlRef.
2391 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
2392 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
2393
2394 * macterm.h (struct scroll_bar): Rename member control_handle_low
2395 and control_handle_high to control_ref_low and control_ref_high.
2396 All uses changed.
2397 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
2398 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
2399 respectively. All uses changed.
2400 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
2401 (install_window_handler, remove_window_handler): Replace WindowPtr
2402 with WindowRef in externs.
2403
2404 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
2407
2408 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
2409
2410 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
2411
2412 * frame.c (Fmouse_position, Fmouse_pixel_position):
2413 Condition on HAVE_GPM too.
2414
2415 * term.c (term_mouse_highlight): Remove unused variables.
2416 (Fterm_open_connection): Set gpm_zerobased to 1.
2417 (term_mouse_movement, term_mouse_click, handle_one_term_event):
2418 Use zero based co-ordinates.
2419 (handle_one_term_event): Report a drag as mouse movement too.
2420
2421 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
2422
2423 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * image.c (search_image_cache): New function. Require background
2426 color match if background color is unspecified in the image spec.
2427 (uncache_image, lookup_image): Use it.
2428
2429 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * window.c (Fshrink_window): Reflow docstring.
2432
2433 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * Version 22.1 released.
2436
2437 2007-06-01 Richard Stallman <rms@gnu.org>
2438
2439 * xfns.c (x_encode_text): Add GCPRO.
2440
2441 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2442
2443 * xfns.c (x_set_name_internal): Save encoded name before
2444 x_encode_text in case string data is relocated.
2445
2446 2007-05-31 Richard Stallman <rms@gnu.org>
2447
2448 * buffer.c (syms_of_buffer): Doc fix.
2449
2450 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * sysdep.c (init_sys_modes): Add rather than replace with
2453 O_NONBLOCK.
2454
2455 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
2456 term_mouse_moveto.
2457
2458 * termhooks.h (term_mouse_moveto): New extern.
2459
2460 * term.c (mouse_face_window): Rename...
2461 (Qmouse_face_window): ...to this.
2462 (term_show_mouse_face, term_clear_mouse_face)
2463 (term_mouse_highlight): Use Qmouse_face_window.
2464 (term_mouse_moveto): New function.
2465 (term_mouse_position): Make it work.
2466 (syms_of_term): Uncomment assignment to mouse_position_hook.
2467 Staticpro Qmouse_face_window.
2468
2469 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2470
2471 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
2472 around current_column call.
2473
2474 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
2475
2476 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
2477 * xdisp.c (next_element_from_buffer):
2478 * window.c (delete_window):
2479 * term.c (term_mouse_highlight):
2480 * msdos.c (getdefdir):
2481 * macterm.c (mac_create_bitmap_from_bitmap_data)
2482 (init_font_name_table):
2483 * fns.c (Fsxhash):
2484 * data.c (Fmake_local_variable):
2485 * ccl.c (ccl_driver): Likewise.
2486
2487 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2488
2489 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
2490 Call mac_wakeup_from_rne on window size change.
2491
2492 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * image.c (uncache_image): Fix typo.
2495
2496 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2497
2498 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
2499
2500 2007-05-22 Richard Stallman <rms@gnu.org>
2501
2502 * xterm.c (x_connection_closed): Remove NO_RETURN.
2503
2504 2007-05-22 Martin Rudalics <rudalics@gmx.at>
2505
2506 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
2507
2508 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * image.c (uncache_image): New function.
2511 (Fimage_refresh): New function.
2512
2513 2007-05-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2514
2515 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
2516
2517 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2518
2519 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
2520 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
2521
2522 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2523
2524 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
2525 conditional on [HAVE_GPM_H].
2526
2527 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * syntax.c (skip_chars): Update syntax-table only after we checked that
2530 the new location is valid.
2531
2532 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2533
2534 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
2535 mac_get_window_bounds.
2536
2537 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2538
2539 * Makefile.in (LIBGPM): Allow it to be set from configure.
2540 If set then link Emacs with it.
2541
2542 * config.in: Regenerate.
2543
2544 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
2545 New externs.
2546
2547 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
2548 Include gpm.h.
2549 (handle_one_term_event, term_gpm): New externs.
2550
2551 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
2552 and allow it to be interrupted by SIGIO.
2553
2554 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
2555 (wait_reading_process_output): Wait on gpm_fd too.
2556 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
2557 (add_gpm_wait_descriptor_called_flag): New variable.
2558 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
2559
2560 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
2561 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
2562 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
2563 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
2564 (make_lispy_event): Add case GPM_CLICK_EVENT.
2565 (read_avail_input): Handle mouse input.
2566
2567 * term.c (write_glyphs_with_face): New function.
2568 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
2569 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
2570 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
2571 (mouse_face_face_id, term_gpm, pos_x, pos_y)
2572 (last_mouse_x, last_mouse_y): New variables.
2573 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
2574 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
2575 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
2576 (Fterm_close_connection): New functions.
2577 (term_init): Initialise mouse_face_window.
2578
2579 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * xdisp.c (redisplay_window): If first window line is a
2582 continuation line, recompute the new window start instead of
2583 recentering.
2584
2585 2007-05-18 Glenn Morris <rgm@gnu.org>
2586
2587 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
2588 Suggested by Alfred M. Szmidt <ams@gnu.org>.
2589
2590 2007-05-17 Glenn Morris <rgm@gnu.org>
2591
2592 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
2593
2594 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2595
2596 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
2597 dead key repeat and up events.
2598
2599 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * image.c (pbm_load): Check image size for monochrome pbm.
2602
2603 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * xterm.c (XTread_socket): Revert last change.
2606
2607 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * image.c (pbm_load): Correctly check image size for greyscale pbm.
2610
2611 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
2612
2613 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
2616 mixup (YAILOM).
2617
2618 2007-05-07 Andreas Schwab <schwab@suse.de>
2619
2620 * keymap.c (Flookup_key): Fix typo in last change.
2621
2622 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
2625 mapping for unibyte strings.
2626
2627 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2628
2629 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
2630 (Fx_popup_dialog) [MAC_OSX]: Likewise.
2631
2632 2007-04-29 Richard Stallman <rms@gnu.org>
2633
2634 * insdel.c (replace_range): For undo, record insertion first.
2635
2636 2007-04-29 Andreas Schwab <schwab@suse.de>
2637
2638 * lisp.h (VECSIZE): Use OFFSETOF.
2639
2640 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2641
2642 * xdisp.c (try_window_reusing_current_matrix): Fix number of
2643 disabled lines.
2644
2645 2007-04-28 Richard Stallman <rms@gnu.org>
2646
2647 * lread.c (read_escape): In a string, \s is always space.
2648
2649 2007-04-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2650
2651 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
2652
2653 * gtkutil.c (xg_update_menubar, create_menus): Create empty
2654 submenu for menu bar items.
2655
2656 See ChangeLog.10 for earlier changes.
2657
2658 ;; Local Variables:
2659 ;; coding: iso-2022-7bit
2660 ;; add-log-time-zone-rule: t
2661 ;; End:
2662
2663 Copyright (C) 2007 Free Software Foundation, Inc.
2664
2665 This file is part of GNU Emacs.
2666
2667 GNU Emacs is free software; you can redistribute it and/or modify
2668 it under the terms of the GNU General Public License as published by
2669 the Free Software Foundation; either version 3, or (at your option)
2670 any later version.
2671
2672 GNU Emacs is distributed in the hope that it will be useful,
2673 but WITHOUT ANY WARRANTY; without even the implied warranty of
2674 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2675 GNU General Public License for more details.
2676
2677 You should have received a copy of the GNU General Public License
2678 along with GNU Emacs; see the file COPYING. If not, write to the
2679 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2680 Boston, MA 02110-1301, USA.
2681
2682 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40