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: Tue, 06 Jul 2004 05:56:19 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.34 emacs/src/ChangeLog:1.2701.2.35
*** emacs/src/ChangeLog:1.2701.2.34     Tue Jul  6 09:42:25 2004
--- emacs/src/ChangeLog Tue Jul  6 09:44:46 2004
***************
*** 67,72 ****
--- 67,111 ----
        (Fdocumentation, store_function_docstring): Handle interpreted
        closures.
  
+ 2004-06-07  Kenichi Handa  <address@hidden>
+ 
+       * coding.c (find_safe_codings): Check NILP (safe_codings) only at
+       the necessary places.
+ 
+ 2004-06-07  Kim F. Storm  <address@hidden>
+ 
+       * process.c (Fdelete_process): Undo 2004-05-28 change.
+       Instead, call status_notify also for network process.
+       (status_message): Use process instead of status as arg.
+       Give messages "deleted" or "connection broken by remote peer" for
+       an exited network process.
+       (status_notify): Change call to status_message.
+       (read_process_output): Increase readmax to 4096.  Do not increase
+       buffer size for datagram channels (default is now large enough).
+ 
+ 2004-06-06  Steven Tamm  <address@hidden>
+ 
+       * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
+       problem due to newly defined variable.
+ 
+ 2004-06-06  Miles Bader  <address@hidden>
+ 
+       * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
+       immediately if non-interactive or not initialized.
+ 
+ 2004-06-05  Richard M. Stallman  <address@hidden>
+ 
+       * minibuf.c (Fcompleting_read): Doc fix.
+ 
+ 2004-06-05  Andreas Schwab  <address@hidden>
+ 
+       * macfns.c (x_create_tip_frame): Fix declaration after statement.
+ 
+ 2004-06-05  Juanma Barranquero  <address@hidden>
+ 
+       * keymap.c (Fdescribe_vector): Fix docstring.
+       (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
+ 
  2004-06-05  Miles Bader  <address@hidden>
  
        * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
***************
*** 87,93 ****
        (Ftty_supports_face_attributes_p): Function deleted.
        (Fdisplay_supports_face_attributes_p): New function.
        (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
!       (face_attr_equal_p): New function
        (lface_equal_p): Use it.
  
  2004-06-03  Juanma Barranquero  <address@hidden>
--- 126,132 ----
        (Ftty_supports_face_attributes_p): Function deleted.
        (Fdisplay_supports_face_attributes_p): New function.
        (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
!       (face_attr_equal_p): New function.
        (lface_equal_p): Use it.
  
  2004-06-03  Juanma Barranquero  <address@hidden>
***************
*** 3897,3903 ****
  
  2003-07-09  Kim F. Storm  <address@hidden>
  
!       * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
        was configured with --without-xim.
        (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
  
--- 3936,3942 ----
  
  2003-07-09  Kim F. Storm  <address@hidden>
  
!       * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
        was configured with --without-xim.
        (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
  
***************
*** 4754,4760 ****
        window to only preserve the display margins in one of the windows.
        When splitting horizontally, call adjust_window_margins on both
        windows to ensure that the text area of the new windows is non too
!       narrow.  This fixes a bug which could cause emacs to trap if the
        width of the split window was less than the width of the display
        margins.
        (window_box_text_cols): Renamed from window_internal_width.
--- 4793,4799 ----
        window to only preserve the display margins in one of the windows.
        When splitting horizontally, call adjust_window_margins on both
        windows to ensure that the text area of the new windows is non too
!       narrow.  This fixes a bug which could cause Emacs to trap if the
        width of the split window was less than the width of the display
        margins.
        (window_box_text_cols): Renamed from window_internal_width.
***************
*** 4785,4791 ****
        (Fset_window_margins): Do nothing if display margins are not
        really changed.  Otherwise, call adjust_window_margins to ensure
        the text area doesn't get too narrow.  This fixes a bug which
!       could cause emacs to trap if setting display margins wider than
        the width of the window.
        (Fset_window_fringes): New defun to allow user to specifically set
        this window's fringe widths and position vs. display margins.
--- 4824,4830 ----
        (Fset_window_margins): Do nothing if display margins are not
        really changed.  Otherwise, call adjust_window_margins to ensure
        the text area doesn't get too narrow.  This fixes a bug which
!       could cause Emacs to trap if setting display margins wider than
        the width of the window.
        (Fset_window_fringes): New defun to allow user to specifically set
        this window's fringe widths and position vs. display margins.
***************
*** 8059,8065 ****
        * process.c (Fformat_network_address): New function.
        (syms_of_process): Defsubr it.
        (list_processes_1): Use it to format :local/:remote address if
!       service/host is not set; before emacs would crash in that case.
        (Fmake_network_process): Don't use Ffind_operation_coding_system
        to setup coding system if host or service is not set.
  
--- 8098,8104 ----
        * process.c (Fformat_network_address): New function.
        (syms_of_process): Defsubr it.
        (list_processes_1): Use it to format :local/:remote address if
!       service/host is not set; before Emacs would crash in that case.
        (Fmake_network_process): Don't use Ffind_operation_coding_system
        to setup coding system if host or service is not set.
  
***************
*** 9357,9367 ****
  2002-07-11  Juanma Barranquero  <address@hidden>
  
        * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
!       composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
!       fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
!       macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
!       textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
!       xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
  
  2002-07-10  Juanma Barranquero  <address@hidden>
  
--- 9396,9406 ----
  2002-07-11  Juanma Barranquero  <address@hidden>
  
        * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
!       * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
!       * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
!       * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
!       * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
!       * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
  
  2002-07-10  Juanma Barranquero  <address@hidden>
  
***************
*** 12384,12390 ****
  2001-12-14  Andrew Innes  <address@hidden>
  
        * makefile.w32-in (EMACSLOADPATH): Define.
!       ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
        (bootstrap-temacs): Remove dependency on bootstrap-clean.
  
  2001-12-13  Eli Zaretskii  <address@hidden>
--- 12423,12429 ----
  2001-12-14  Andrew Innes  <address@hidden>
  
        * makefile.w32-in (EMACSLOADPATH): Define.
!       ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
        (bootstrap-temacs): Remove dependency on bootstrap-clean.
  
  2001-12-13  Eli Zaretskii  <address@hidden>
***************
*** 13681,13687 ****
  
  2001-10-28  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emacs.c: Use argv[0] instead of emacs when -t was specified.
  
        * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
        keyword].
--- 13720,13726 ----
  
  2001-10-28  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
  
        * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
        keyword].




reply via email to

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