emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]
Date: Thu, 04 Nov 2004 08:29:50 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.62 emacs/src/ChangeLog:1.2701.2.63
*** emacs/src/ChangeLog:1.2701.2.62     Fri Oct 29 02:05:12 2004
--- emacs/src/ChangeLog Thu Nov  4 13:12:32 2004
***************
*** 1,3 ****
--- 1,133 ----
+ 2004-11-04  Kenichi Handa  <address@hidden>
+ 
+       * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
+       treat it as a literal character.
+ 
+ 2004-11-03  Kim F. Storm  <address@hidden>
+ 
+       * .gdbinit (ppt): New function.
+ 
+ 2004-11-02  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xterm.c (x_window_to_scroll_bar): Only call
+       xg_get_scroll_id_for_window if toolkit scroll bars are used.
+ 
+       * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
+       of save.
+ 
+ 2004-11-02  Andreas Schwab  <address@hidden>
+ 
+       * window.c (Fscroll_right): Fix last change.
+ 
+ 2004-11-02  Kim F. Storm  <address@hidden>
+ 
+       * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
+ 
+ 2004-11-02  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * callproc.c (Fcall_process): Block input around vfork.
+ 
+ 2004-11-02  Kim F. Storm  <address@hidden>
+ 
+       * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
+       (syms_of_eval): Defsubr it.
+ 
+ 2004-11-02  Richard M. Stallman  <address@hidden>
+ 
+       * insdel.c (replace_range_2): New function.
+ 
+       * casefiddle.c (casify_region): Handle changes in byte-length
+       using replace_range_2.
+ 
+       * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
+ 
+       * xdisp.c (back_to_previous_visible_line_start):
+       Subtract 1 from pos when checking previous newline for invisibility.
+ 
+       * window.c (window_scroll_pixel_based): Update preserve_y
+       for header line if any.
+       (Fscroll_left, Fscroll_right): Don't call interactive_p;
+       use a new second argument instead.
+ 
+       * eval.c (Fcall_interactive_p): New function.
+       (interactive_p): Don't test INTERACTIVE here.
+       (Finteractive_p): Doc fix.
+ 
+       * eval.c (Feval): Abort if INPUT_BLOCKED_P.
+ 
+ 2004-11-02  KOBAYASHI Yasuhiro  <address@hidden>
+ 
+       * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
+       comparing font names.
+ 
+ 2004-11-02  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
+       Fx_file_dialog if only directories should be read.
+ 
+       * lisp.h: Fx_file_dialog takes 5 parameters.
+ 
+       * xfns.c (Fx_file_dialog): Both Motif and GTK version:  Add
+       parameter only_dir_p.
+       In Motif version, don't put DEFAULT_FILENAME in filter part of the
+       dialog, just text field part.  Do not add DEFAULT_FILENAME
+       to list of files if it isn't there.
+       In GTK version, pass only_dir_p parameter to xg_get_file_name.
+ 
+       * macfns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
+       only_dir_p instead of comparing prompt to "Dired".  When using
+       a save dialog, add option kNavDontConfirmReplacement, change title
+       to "Enter name", change text for save button to "Ok".
+ 
+       * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
+       only_dir_p instead of comparing prompt to "Dired".
+ 
+       * gtkutil.c (xg_get_file_with_chooser)
+       (xg_get_file_with_selection): New functions, only defined ifdef
+       HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
+       respectively.
+       (xg_get_file_name): Add parameter only_dir_p.
+       Call xg_get_file_with_chooser or xg_get_file_with_selection
+       depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
+       (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
+ 
+       * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
+ 
+       * config.in: Rebuild (added HAVE_GTK_FILE_*).
+ 
+ 2004-11-01  Kim F. Storm  <address@hidden>
+ 
+       * process.c (connect_wait_mask, num_pending_connects): Only
+       declare and use them if NON_BLOCKING_CONNECT is defined.
+       (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
+       (IF_NON_BLOCKING_CONNECT): New helper macro.
+       (wait_reading_process_output): Only declare and use local vars
+       Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
+ 
+ 2004-11-01  Andy Petrusenco  <address@hidden>  (tiny change)
+ 
+       * w32term.c (x_scroll_run): Delete region objects after use.
+ 
+ 2004-10-31  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xmenu.c: Add prototypes for forward function declarations.
+       (popup_get_selection): Remove parameter do_timers, remove call to
+       timer_check.
+       (create_and_show_popup_menu, create_and_show_dialog): Remove
+       parameter do_timers from call to popup_get_selection.
+ 
+       * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
+       tool_bar_items and assign the result to f->tool_bar_items if
+       not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
+       tool_bar_items to assignment of result.
+ 
+       * atimer.c (alarm_signal_handler): Do not call set_alarm if
+       pending_atmers is non-zero.
+ 
+ 2004-10-31  Kim F. Storm  <address@hidden>
+ 
+       * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
+ 
  2004-10-28  Will  <address@hidden>
  
        * macterm.c: allow user to assign key modifiers to the Mac Option
***************
*** 387,393 ****
        compositions to encode.
        (encode_coding_string): Likewise.  Free composition data.
  
! 2004-09-30  Florian Weimer <address@hidden>   (tiny change)
  
        * coding.c (code_convert_region): Free composition data.
  
--- 517,523 ----
        compositions to encode.
        (encode_coding_string): Likewise.  Free composition data.
  
! 2004-09-30  Florian Weimer <address@hidden>
  
        * coding.c (code_convert_region): Free composition data.
  
***************
*** 961,967 ****
        (Fsave_window_excursion, Fset_window_vscroll)
        (syms_of_window) <window-size-fixed>: Doc fixes.
  
! 2004-07-19  KOBAYASHI Yasuhiro  <address@hidden>  (tiny change)
  
        * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
        ENCODE_SYSTEM for filenames.
--- 1091,1097 ----
        (Fsave_window_excursion, Fset_window_vscroll)
        (syms_of_window) <window-size-fixed>: Doc fixes.
  
! 2004-07-19  KOBAYASHI Yasuhiro  <address@hidden>
  
        * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
        ENCODE_SYSTEM for filenames.
***************
*** 1020,1026 ****
  
        * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
  
! 2004-07-15  KOBAYASHI Yasuhiro  <address@hidden>  (tiny change)
  
        * w32fns.c (Fx_file_dialog): Encode strings in system coding
        system before passing them to OS functions for display.
--- 1150,1156 ----
  
        * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
  
! 2004-07-15  KOBAYASHI Yasuhiro  <address@hidden>
  
        * w32fns.c (Fx_file_dialog): Encode strings in system coding
        system before passing them to OS functions for display.
***************
*** 1684,1690 ****
        before actually accepting connection in case it has already been
        accepted due to recursion.
  
! 2004-05-23  K,Ba(Broly L,Bu(Brentey  <address@hidden>  (tiny change)
  
        * coding.c (Fset_safe_terminal_coding_system_internal):
        Set suppress_error in safe_terminal_coding, not terminal_coding.
--- 1814,1820 ----
        before actually accepting connection in case it has already been
        accepted due to recursion.
  
! 2004-05-23  K,Ba(Broly L,Bu(Brentey  <address@hidden>
  
        * coding.c (Fset_safe_terminal_coding_system_internal):
        Set suppress_error in safe_terminal_coding, not terminal_coding.
***************
*** 1998,2004 ****
        * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
        (globals_of_w32fns): Set it.
  
! 2004-05-09  Piet van Oostrum  <address@hidden>  (tiny change)
  
        * data.c (Fquo): Simplify.
  
--- 2128,2134 ----
        * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
        (globals_of_w32fns): Set it.
  
! 2004-05-09  Piet van Oostrum  <address@hidden>
  
        * data.c (Fquo): Simplify.
  
***************
*** 2047,2053 ****
  
        * emacs.c (main) [VMS]: Fix var ref.
  
! 2004-05-06  Romain Francoise  <address@hidden>  (tiny change)
  
        * data.c (Fsetq_default): Fix docstring.
  
--- 2177,2183 ----
  
        * emacs.c (main) [VMS]: Fix var ref.
  
! 2004-05-06  Romain Francoise  <address@hidden>
  
        * data.c (Fsetq_default): Fix docstring.
  
***************
*** 2087,2093 ****
  
        * Makefile.in (region-cache.o): Depend on config.h.
  
! 2004-05-02  Romain Francoise  <address@hidden>  (tiny change)
  
        * indent.c (compute_motion): Save vpos in prev_vpos when dealing
        with continuation lines, too.
--- 2217,2223 ----
  
        * Makefile.in (region-cache.o): Depend on config.h.
  
! 2004-05-02  Romain Francoise  <address@hidden>
  
        * indent.c (compute_motion): Save vpos in prev_vpos when dealing
        with continuation lines, too.
***************
*** 3330,3336 ****
        entries that were used before we return.
        (init_keyboard): Initialize read_avail_input_buf here.
  
! 2004-02-16  Jesper Harder  <address@hidden>  (tiny change)
  
        * cmds.c (Fend_of_line): Doc fix.
  
--- 3460,3466 ----
        entries that were used before we return.
        (init_keyboard): Initialize read_avail_input_buf here.
  
! 2004-02-16  Jesper Harder  <address@hidden>
  
        * cmds.c (Fend_of_line): Doc fix.
  
***************
*** 3998,4004 ****
        to the definition of `signal' in the Elisp manual.
        * eval.c (Fsignal): Ditto.
  
! 2003-12-29  James Clark  <address@hidden>  (tiny change)
  
        * fns.c (internal_equal): Return t for two NaN arguments.
  
--- 4128,4134 ----
        to the definition of `signal' in the Elisp manual.
        * eval.c (Fsignal): Ditto.
  
! 2003-12-29  James Clark  <address@hidden>
  
        * fns.c (internal_equal): Return t for two NaN arguments.
  
***************
*** 5058,5064 ****
        * fileio.c (Fwrite_region): Fix conditional expression to issue
        the right message.
  
! 2003-08-16  Juri Linkov  <address@hidden>  (tiny change)
  
        * syntax.c (Fforward_word): Argument changed to optional.
        Set default value to 1.
--- 5188,5194 ----
        * fileio.c (Fwrite_region): Fix conditional expression to issue
        the right message.
  
! 2003-08-16  Juri Linkov  <address@hidden>
  
        * syntax.c (Fforward_word): Argument changed to optional.
        Set default value to 1.
***************
*** 5117,5123 ****
        * fns.c (Fclear_string): New function.
        (syms_of_fns): defsubr it.
  
! 2003-07-28  KOBAYASHI Yasuhiro  <address@hidden> (tiny change)
  
        * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
  
--- 5247,5253 ----
        * fns.c (Fclear_string): New function.
        (syms_of_fns): defsubr it.
  
! 2003-07-28  KOBAYASHI Yasuhiro  <address@hidden>
  
        * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
  
***************
*** 5345,5351 ****
  
        * alloc.c (Fgarbage_collect): Doc fix.
  
! 2003-07-07  Nozomu Ando  <address@hidden>  (tiny change)
  
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
  
--- 5475,5481 ----
  
        * alloc.c (Fgarbage_collect): Doc fix.
  
! 2003-07-07  Nozomu Ando  <address@hidden>
  
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
  
***************
*** 6555,6561 ****
        * alloc.c (Fgarbage_collect): Cast pointers into specpdl
        to avoid GCC warning.
  
! 2003-05-16  Ralph Schleicher  <address@hidden>  (tiny change)
  
        * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
  
--- 6685,6691 ----
        * alloc.c (Fgarbage_collect): Cast pointers into specpdl
        to avoid GCC warning.
  
! 2003-05-16  Ralph Schleicher  <address@hidden>
  
        * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
  
***************
*** 8278,8284 ****
        (w32_init_class): Use it.
        (x_put_x_image): Declare all args.
  
! 2003-01-21  Richard Dawe  <address@hidden>  (tiny change)
  
        * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
  
--- 8408,8414 ----
        (w32_init_class): Use it.
        (x_put_x_image): Declare all args.
  
! 2003-01-21  Richard Dawe  <address@hidden>
  
        * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
  
***************
*** 8650,8656 ****
        in direct action cases for Qforward_char and Qbackward_char.
        Set already_adjusted so it won't be done twice.
  
! 2002-12-30  Richard Dawe  <address@hidden>  (tiny change)
  
        * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
        type definition of size_t.
--- 8780,8786 ----
        in direct action cases for Qforward_char and Qbackward_char.
        Set already_adjusted so it won't be done twice.
  
! 2002-12-30  Richard Dawe  <address@hidden>
  
        * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
        type definition of size_t.
***************
*** 8748,8754 ****
        * dired.c (file_name_completion): Fix that change.
        Delete special quit-handling code; just use QUIT.
  
! 2002-12-21  Tak Ota  <address@hidden>  (tiny change)
  
        * dired.c (file_name_completion): Close directory on error
        just as in directory_files_internal.
--- 8878,8884 ----
        * dired.c (file_name_completion): Fix that change.
        Delete special quit-handling code; just use QUIT.
  
! 2002-12-21  Tak Ota  <address@hidden>
  
        * dired.c (file_name_completion): Close directory on error
        just as in directory_files_internal.
***************
*** 10088,10095 ****
  
  2002-08-26  Kim F. Storm  <address@hidden>
  
!       * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground
!       and background colors.  From Joe Buehler (tiny change).
  
  2002-08-26  Miles Bader  <address@hidden>
  
--- 10218,10225 ----
  
  2002-08-26  Kim F. Storm  <address@hidden>
  
!       * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
!       foreground and background colors.  From Joe Buehler.
  
  2002-08-26  Miles Bader  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]