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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 02 Nov 2004 05:03:34 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3966 emacs/src/ChangeLog:1.3967
*** emacs/src/ChangeLog:1.3966  Tue Nov  2 09:16:11 2004
--- emacs/src/ChangeLog Tue Nov  2 09:52:15 2004
***************
*** 7,13 ****
  
        * 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
--- 7,13 ----
  
        * 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
***************
*** 21,30 ****
  
        * eval.c (Feval): Abort if INPUT_BLOCKED_P.
  
! 2004-11-02  KOBAYASHI Yasuhiro  <address@hidden>  (tiny change)
  
        * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
!       comapring font names.
  
  2004-11-02  Jan Dj,Ad(Brv  <address@hidden>
  
--- 21,30 ----
  
        * 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>
  
***************
*** 483,489 ****
        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.
  
--- 483,489 ----
        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.
  
***************
*** 1057,1063 ****
        (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.
--- 1057,1063 ----
        (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.
***************
*** 1116,1122 ****
  
        * 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.
--- 1116,1122 ----
  
        * 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.
***************
*** 1780,1786 ****
        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.
--- 1780,1786 ----
        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.
***************
*** 2094,2100 ****
        * 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.
  
--- 2094,2100 ----
        * 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.
  
***************
*** 2143,2149 ****
  
        * emacs.c (main) [VMS]: Fix var ref.
  
! 2004-05-06  Romain Francoise  <address@hidden>  (tiny change)
  
        * data.c (Fsetq_default): Fix docstring.
  
--- 2143,2149 ----
  
        * emacs.c (main) [VMS]: Fix var ref.
  
! 2004-05-06  Romain Francoise  <address@hidden>
  
        * data.c (Fsetq_default): Fix docstring.
  
***************
*** 2183,2189 ****
  
        * 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.
--- 2183,2189 ----
  
        * 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.
***************
*** 3426,3432 ****
        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.
  
--- 3426,3432 ----
        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.
  
***************
*** 4094,4100 ****
        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.
  
--- 4094,4100 ----
        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.
  
***************
*** 5154,5160 ****
        * 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.
--- 5154,5160 ----
        * 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.
***************
*** 5213,5219 ****
        * 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.
  
--- 5213,5219 ----
        * 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.
  
***************
*** 5441,5447 ****
  
        * alloc.c (Fgarbage_collect): Doc fix.
  
! 2003-07-07  Nozomu Ando  <address@hidden>  (tiny change)
  
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
  
--- 5441,5447 ----
  
        * alloc.c (Fgarbage_collect): Doc fix.
  
! 2003-07-07  Nozomu Ando  <address@hidden>
  
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
  
***************
*** 6651,6657 ****
        * 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.
  
--- 6651,6657 ----
        * 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.
  
***************
*** 8374,8380 ****
        (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.
  
--- 8374,8380 ----
        (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.
  
***************
*** 8746,8752 ****
        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.
--- 8746,8752 ----
        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.
***************
*** 8844,8850 ****
        * 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.
--- 8844,8850 ----
        * 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.
***************
*** 10184,10191 ****
  
  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>
  
--- 10184,10191 ----
  
  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]