]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
configure
[gnu-emacs] / src / ChangeLog
index b57aab2882f1d98e0c84163a1322490494a7661d..f68f2453bd14297b2c99868d29dc3775ba653da2 100644 (file)
@@ -1,6 +1,362 @@
+2006-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.in Regenerated.
+
+2006-09-29  Juri Linkov  <juri@jurta.org>
+
+       * buffer.c (syms_of_buffer): Reorder coding systems in the
+       docstring of %z to the real order displayed in the modeline.
+
+2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
+
+2006-09-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * indent.c (Fvertical_motion): Do move back if the Lisp string
+       being displayed contains newlines.
+
+2006-09-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
+       [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
+
+2006-09-26  Kenichi Handa  <handa@m17n.org>
+
+       * keymap.c (Fsingle_key_description): For an invalid char, return
+       "Invalid char code NNNNN".
+
+2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * callint.c (Fcall_interactively): Doc fix.
+
+2006-09-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c (x_underline_at_descent_line): New variable.
+       (syms_of_macterm): DEFVAR_BOOL it.
+       (x_draw_glyph_string): Use it.
+       (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
+
+2006-09-25  Kenichi Handa  <handa@m17n.org>
+
+       * keymap.c (Fsingle_key_description): Return unique names for
+       generic characters.
+
+2006-09-24  Richard Stallman  <rms@gnu.org>
+
+       * search.c (compile_pattern_1): Don't BLOCK_INPUT.
+
+2006-09-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
+       on nt/inc/langinfo.h and nt/inc/nl_types.h.
+
+       * w32proc.c (nl_langinfo): New function.
+
+       * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
+       (w32-pass-lwindow-to-system, w32-enable-num-lock)
+       (w32-enable-caps-lock, w32-scroll-lock-modifier)
+       (w32-lwindow-modifier, w32-rwindow-modifier)
+       (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
+
+2006-09-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
+       (Fdisplay_completion_list): Fix typos in docstrings.
+
+2006-09-23  Romain Francoise  <romain@orebokech.com>
+
+       * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
+
+2006-09-23  Kenichi Handa  <handa@m17n.org>
+
+       * keymap.c (Fmap_keymap): Docstring mentions about generic character.
+
+2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * regex.c (analyse_first): For eight-bit-control chars, mark both the
+       char's value and its leading byte in the fastmap.
+       (re_search_2): When fast-scanning without translation, be careful to
+       check that we only match the leading byte of a multibyte char.
+
+       * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
+       byte sequence.
+       (AT_CHAR_BOUNDARY): New macro.
+
+2006-09-22  Kenichi Handa  <handa@m17n.org>
+
+       * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
+       whose default value is non-nil.
+
+2006-09-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
+       Gtk+ versions < 2.10.
+
+       * xfns.c (syms_of_xfns): Fix typo in help text for
+       x-gtk-file-dialog-help-text.
+
+2006-09-21  Kim F. Storm  <storm@cua.dk>
+
+       * fns.c (Fmemq): Refill doc string.
+       (Fmemql): New defun, like memq but using eql.
+       (syms_of_fns): Defsubr it.
+
+2006-09-20  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
+       last visible glyph in window.
+
+       * window.c (Fset_window_hscroll, Fwindow_line_height):
+       Doc fix.  Use "off-window" instead of "off-screen".
+       (Fpos_visible_in_window_p): Likewise.
+       If POS is t, return info for last visible glyph in window.
+
+2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * search.c (struct regexp_cache): New entry syntax_table.
+       (compile_pattern_1): Set it.
+       (syms_of_search): Initialize it.
+       (compile_pattern): Require the syntax_table entry of the cache
+       element to match the current syntax table entry.
+
+2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.c (Fwindow_end): Fix recent change.
+
+2006-09-19  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
+       Doc fix.  Use "off-screen" instead of "invisible".
+       (Fwindow_line_height): Make line numbers 0-based.  Make line arg
+       optional; if nil, use current cursor row.  Handle text terminals
+       properly.  Return nil if non-interactive or pseudo-window.
+
+2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c: Include alloca.h if available.
+       (Fkey_binding): Only use AREF after checking it's a vector.
+       Remove unused var `window'.
+
+2006-09-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
+       inhibit_sentinels.
+
+       * mac.c [!MAC_OSX] (select): Fix argument name.
+
+       * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
+       menu ID for Apple menu.
+       (menubar_selection_callback): Remove function.
+       (find_and_call_menu_selection): New function from xmenu.c.
+       (x_activate_menubar): Use it.
+       (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
+
+       * macterm.c (menubar_selection_callback): Remove extern.
+       (M_APPLE): Change to 234.
+       (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
+       (do_menu_choice): Remove function.
+
+       * macterm.h (struct mac_output): Remove member menubar_active.
+       (do_menu_choice): Remove extern.
+       (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
+
+2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
+       x_gtk_file_dialog_help_text.
+
+       * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
+       to x-gtk-use-old-file-dialog.
+       (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
+       x_gtk_file_dialog_help_text.
+
+       * xfns.c (syms_of_xfns): Ditto.
+
+2006-09-18  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fwindow_line_visibility): Remove.
+       (Fwindow_line_height): New defun replacing it.
+       (syms_of_window): Defsubr it.
+
+2006-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
+       [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
+
+2006-09-17  Jay Belanger  <belanger@truman.edu>
+
+       * gmalloc.c:
+       * md5.c:
+       * md5.h:
+       * strftime.c: Replace "GNU Library General Public License" by "GNU
+       General Public License" throughout.
+
+2006-09-17  Kim F. Storm  <storm@cua.dk>
+
+       * dispnew.c (update_text_area): Undo 2000-07-18 change.
+       Always redrawing whole row if line has mouse-face in it causes
+       excessive flickering of the mode line.
+
+2006-09-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * search.c (clear_regexp_cache): New function.
+
+       * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
+
+2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * gtkutil.c (xg_get_file_with_chooser):
+       Check x-gtk-show-chooser-help-text before adding the help text.
+
+       * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
+
+       * gtkutil.c (get_utf8_string): Try harder to convert to UTF8.  Gtk+
+       will simply crash if we fail.
+
+2006-09-16  Richard Stallman  <rms@gnu.org>
+
+       * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
+
+2006-09-15  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (Fwindow_line_visibility): New defun for line-move-partial.
+       (syms_of_window): Defsubr it.
+       (Fwindow_end): Use window's buffer rather than current buffer.
+
+2006-09-15  Jay Belanger  <belanger@truman.edu>
+
+       * COPYING: Replace "Library Public License" by "Lesser Public
+       License" throughout.
+
+2006-09-15  David Kastrup  <dak@gnu.org>
+
+       * Makefile.in (keymap.o): Add "keymap.h" and "window.h"
+       dependencies.
+
+       * keymap.c: include "window.h".
+       (Fcommand_remapping): New optional POSITION argument.
+       (Fkey_binding): New optional POSITION argument.  Completely rework
+       handling of mouse clicks to get the same order of keymaps as
+       `read-key-sequence' and heed POSITION.  Also temporarily switch
+       buffers to location of mouse click and back.
+
+       * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
+       for additional argument.
+       (parse_menu_item): Adjust call of `Fkey_binding' for additional
+       argument.
+       (read_key_sequence): If there are both `local-map' and `keymap'
+       text properties at some buffer position, heed both.
+
+       * keymap.h: Declare additional optional arguments of
+       `Fcommand_remapping' and `Fkey_binding'.
+
+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.
+       * xdisp.c (mouse_autoselect_window): Remove.
        (Vmouse_autoselect_window): New variable.  DEFVAR_LISP it.
 
        * dispextern.h (mouse_autoselect_window): Remove extern.
        (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.
 
 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.
 
        * Makefile.in (fns.o): Depend on coding.h.
 
+2003-01-06  Dave Love  <fx@gnu.org>
+
+       * fns.c: Include coding.h.  Use POINTER_TYPE*, not void*.
+       (Vlocale_coding_system): Declare.
+       (Qcodeset, Qdays, Qmonths, Qpaper): New.
+       (Flanginfo): New.
+       (syms_of_fns): Initialize new stuff.
+
 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
 
        * minibuf.c (Fread_variable): Doc fix.