]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
index 8d2a22d18090ec867108dd002fc48b20faa60ff3..fbd2e8e38be2a40ed788dbd659eec43585ccfa5f 100644 (file)
@@ -1,3 +1,153 @@
+2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
+
+2006-09-14  Andreas Schwab  <schwab@suse.de>
+
+       * print.c: Whitespace fixup.
+
+2006-09-14  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (produce_image_glyph): Automatically crop wide images at
+       right window edge so we can draw the cursor on the same row to
+       avoid confusing redisplay by placing the cursor outside the visible
+       window area.
+
+2006-09-13  YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+       * xterm.c (x_initialize): Don't install Xt event timer here.
+       (x_timeout_atimer_activated_flag): New var.
+       (x_activate_timeout_atimer): New function to install Xt timer.
+       (x_send_scroll_bar_event, x_process_timeouts): Use it.
+
+       * xmenu.c (x_menu_set_in_use, popup_activate_callback)
+       (create_and_show_popup_menu, create_and_show_dialog): Use it.
+
+       * xterm.h (x_activate_timeout_atimer): Add prototype.
+
+2006-09-13  Richard Stallman  <rms@gnu.org>
+
+       * print.c (print_string): When printcharfun is t,
+       copy string contents and call strout on the copy.
+
+       * keyboard.c (read_char): If end_time specified, don't put the
+       event into this_command_keys.
+       (read_key_sequence): If Voverriding_terminal_local_map is specified,
+       don't check Voverriding_local_map at all.
+
+2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textprop.c (Fnext_property_change, Fnext_single_property_change)
+       (Fprevious_property_change, Fprevious_single_property_change):
+       Avoid changing limit, so we can correctly catch the case where the
+       property is constant up to limit.
+
+2006-09-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
+       * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
+       Undo 2006-09-08 change.
+
+2006-09-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymap.c (Fkey_binding): Use string position for string objects.
+
+2006-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * keymap.c (Fkey_binding): Fix last change.
+
+       * editfns.c (Fmessage): Recommend using (message "%s" ...).
+
+2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymap.c (Fkey_binding): Check for local keymap for mouse click
+       events.
+
+2006-09-10  Kim F. Storm  <storm@cua.dk>
+
+       * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
+       and Vunread_post_input_method_events.
+
+       * dispnew.c (Fredisplay): Document return value.
+
+2006-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
+
+       * gtkutil.c (xg_display_close): Always change default display if needed,
+       check for < Gtk+ version 2.10 before calling gdk_display_close.
+
+2006-09-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
+       Make variable `ofds' static.  Remove variable `maxfd'.
+
+       * macfns.c (Fx_file_dialog): Remove unused variable `f'.
+       Call check_mac.
+
+       * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
+       * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
+       Apply 2006-09-08 change for xmenu.c.
+
+       * xfns.c (Fx_file_dialog): Call check_x.
+
+2006-09-10  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (get_window_cursor_type): Use hollow cursor on
+       non-transparent images.
+
+2006-09-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * editfns.c (Fsystem_name): Mention "host" in the doc string.
+       (syms_of_editfns) <system-name>: Likewise.
+
+2006-08-27  Martin Rudalics  <rudalics@gmx.at>
+
+       * xdisp.c (mouse_autoselect_window): Removed.
+       (Vmouse_autoselect_window): New variable.  DEFVAR_LISP it.
+
+       * dispextern.h (mouse_autoselect_window): Remove extern.
+       (Vmouse_autoselect_window): Add extern.
+
+       * macterm.c (XTread_socket): Test Vmouse_autoselect_window
+       instead of mouse_autoselect_window.
+
+       * msdos.c (dos_rawgetc): Likewise.
+
+       * w32term.c (w32_read_socket): Likewise.
+
+       * xterm.c (handle_one_xevent): Likewise.
+
+2006-09-08  Richard Stallman  <rms@gnu.org>
+
+       * xdisp.c (Vmenu_updating_frame): Define here.
+       (syms_of_xdisp): DEFVAR it here.
+       (update_menu_bar): Always return hooks_run.
+       Set Vmenu_updating_frame.
+
+       * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
+       before calculating SELECTED_FRAME.
+
+       * xmenu.c (Vmenu_updating_frame): Don't define here.
+       (syms_of_xmenu): Don't DEFVAR it here.
+
+       * xterm.c (x_error_quitter): For BadName error, just return.
+
+       * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
+
+       * casetab.c (init_casetab_once): Call set_case_table.
+
+       * emacs.c (shut_down_emacs): Set inhibit_sentinels.
+
+       * process.c (inhibit_sentinels): New variable.
+       (exec_sentinel): Test inhibit_sentinels.
+       (init_process): Initialize it.
+
+       * process.h (inhibit_sentinels): Add decl.
+
+       * search.c (looking_at_1, string_match_1, search_command):
+       Make syntax table's canon table point to eqv table.
+
 2006-09-08  Andreas Schwab  <schwab@suse.de>
 
        * print.c (strout): Fix whitespace.
 2006-09-06  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
-       so always calculate heights even when pos-visible-in-window-p is
-       called with partially = t.  Don't overshoot last_visible_y in
-       move_it_to.  Return row height and row number in new rowh and vpos
-       args.
-       (cursor_row_fully_visible_p): First line is always "fully
-       visible".
+       so calculate heights even when pos-visible-in-window-p is called
+       with partially = t.  Don't overshoot last_visible_y in move_it_to.
+       Return row height and row number in new rowh and vpos args.
+       (cursor_row_fully_visible_p): First line is always "fully visible".
        (try_window): Don't clear matrix if vscrolled.
 
        * lisp.h (pos_visible_p): Update prototype.
        * mac.c (create_apple_event_from_event_ref, select)
        (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
        (Fmac_set_file_type, cfstring_create_normalized)
-       (mac_get_system_locale, select_and_poll_event, sys_select): Use
-       OSStatus instead of OSErr.
+       (mac_get_system_locale, select_and_poll_event, sys_select):
+       Use OSStatus instead of OSErr.
 
-       * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
-       use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
+       * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
+       Don't use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
        (Fx_create_frame): Apply 2006-07-03 for xfns.c.
 
        * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
 
        * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
 
-
 2006-08-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * keyboard.c: Define in_sighandler.
        (FletX, Flet, grow_specpdl): Use signal_error.
        (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
 
-       * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
+       * alloc.c (buffer_memory_full, memory_full): Use xsignal.  Remove loop.
        (list1): New function.
 
        * lisp.h (list1): Add EXFUN.
 
        * xterm.c (xim_destroy_callback): Ditto.
 
-
 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
 
        * w32term.c (x_draw_glyph_string): Use overline_color for overlines.