/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2701.2.34 by miles, Tue Jul 6 09:42:25 2004 UTC revision 1.2701.2.35 by miles, Tue Jul 6 09:44:46 2004 UTC
# Line 67  Line 67 
67          (Fdocumentation, store_function_docstring): Handle interpreted          (Fdocumentation, store_function_docstring): Handle interpreted
68          closures.          closures.
69    
70    2004-06-07  Kenichi Handa  <handa@m17n.org>
71    
72            * coding.c (find_safe_codings): Check NILP (safe_codings) only at
73            the necessary places.
74    
75    2004-06-07  Kim F. Storm  <storm@cua.dk>
76    
77            * process.c (Fdelete_process): Undo 2004-05-28 change.
78            Instead, call status_notify also for network process.
79            (status_message): Use process instead of status as arg.
80            Give messages "deleted" or "connection broken by remote peer" for
81            an exited network process.
82            (status_notify): Change call to status_message.
83            (read_process_output): Increase readmax to 4096.  Do not increase
84            buffer size for datagram channels (default is now large enough).
85    
86    2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
87    
88            * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
89            problem due to newly defined variable.
90    
91    2004-06-06  Miles Bader  <miles@gnu.org>
92    
93            * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
94            immediately if non-interactive or not initialized.
95    
96    2004-06-05  Richard M. Stallman  <rms@gnu.org>
97    
98            * minibuf.c (Fcompleting_read): Doc fix.
99    
100    2004-06-05  Andreas Schwab  <schwab@suse.de>
101    
102            * macfns.c (x_create_tip_frame): Fix declaration after statement.
103    
104    2004-06-05  Juanma Barranquero  <lektu@terra.es>
105    
106            * keymap.c (Fdescribe_vector): Fix docstring.
107            (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
108    
109  2004-06-05  Miles Bader  <miles@gnu.org>  2004-06-05  Miles Bader  <miles@gnu.org>
110    
111          * xfaces.c (tty_supports_face_attributes_p): Make sure the specified          * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
# Line 87  Line 126 
126          (Ftty_supports_face_attributes_p): Function deleted.          (Ftty_supports_face_attributes_p): Function deleted.
127          (Fdisplay_supports_face_attributes_p): New function.          (Fdisplay_supports_face_attributes_p): New function.
128          (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.          (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
129          (face_attr_equal_p): New function          (face_attr_equal_p): New function.
130          (lface_equal_p): Use it.          (lface_equal_p): Use it.
131    
132  2004-06-03  Juanma Barranquero  <lektu@terra.es>  2004-06-03  Juanma Barranquero  <lektu@terra.es>
# Line 3897  Line 3936 
3936    
3937  2003-07-09  Kim F. Storm  <storm@cua.dk>  2003-07-09  Kim F. Storm  <storm@cua.dk>
3938    
3939          * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs          * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
3940          was configured with --without-xim.          was configured with --without-xim.
3941          (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.          (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
3942    
# Line 4754  Line 4793 
4793          window to only preserve the display margins in one of the windows.          window to only preserve the display margins in one of the windows.
4794          When splitting horizontally, call adjust_window_margins on both          When splitting horizontally, call adjust_window_margins on both
4795          windows to ensure that the text area of the new windows is non too          windows to ensure that the text area of the new windows is non too
4796          narrow.  This fixes a bug which could cause emacs to trap if the          narrow.  This fixes a bug which could cause Emacs to trap if the
4797          width of the split window was less than the width of the display          width of the split window was less than the width of the display
4798          margins.          margins.
4799          (window_box_text_cols): Renamed from window_internal_width.          (window_box_text_cols): Renamed from window_internal_width.
# Line 4785  Line 4824 
4824          (Fset_window_margins): Do nothing if display margins are not          (Fset_window_margins): Do nothing if display margins are not
4825          really changed.  Otherwise, call adjust_window_margins to ensure          really changed.  Otherwise, call adjust_window_margins to ensure
4826          the text area doesn't get too narrow.  This fixes a bug which          the text area doesn't get too narrow.  This fixes a bug which
4827          could cause emacs to trap if setting display margins wider than          could cause Emacs to trap if setting display margins wider than
4828          the width of the window.          the width of the window.
4829          (Fset_window_fringes): New defun to allow user to specifically set          (Fset_window_fringes): New defun to allow user to specifically set
4830          this window's fringe widths and position vs. display margins.          this window's fringe widths and position vs. display margins.
# Line 8059  Line 8098 
8098          * process.c (Fformat_network_address): New function.          * process.c (Fformat_network_address): New function.
8099          (syms_of_process): Defsubr it.          (syms_of_process): Defsubr it.
8100          (list_processes_1): Use it to format :local/:remote address if          (list_processes_1): Use it to format :local/:remote address if
8101          service/host is not set; before emacs would crash in that case.          service/host is not set; before Emacs would crash in that case.
8102          (Fmake_network_process): Don't use Ffind_operation_coding_system          (Fmake_network_process): Don't use Ffind_operation_coding_system
8103          to setup coding system if host or service is not set.          to setup coding system if host or service is not set.
8104    
# Line 9357  Line 9396 
9396  2002-07-11  Juanma Barranquero  <lektu@terra.es>  2002-07-11  Juanma Barranquero  <lektu@terra.es>
9397    
9398          * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,          * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
9399          composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,          * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
9400          fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,          * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
9401          macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,          * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
9402          textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,          * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
9403          xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.          * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
9404    
9405  2002-07-10  Juanma Barranquero  <lektu@terra.es>  2002-07-10  Juanma Barranquero  <lektu@terra.es>
9406    
# Line 12384  Line 12423 
12423  2001-12-14  Andrew Innes  <andrewi@gnu.org>  2001-12-14  Andrew Innes  <andrewi@gnu.org>
12424    
12425          * makefile.w32-in (EMACSLOADPATH): Define.          * makefile.w32-in (EMACSLOADPATH): Define.
12426          ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.          ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
12427          (bootstrap-temacs): Remove dependency on bootstrap-clean.          (bootstrap-temacs): Remove dependency on bootstrap-clean.
12428    
12429  2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>  2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
# Line 13681  Line 13720 
13720    
13721  2001-10-28  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-10-28  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
13722    
13723          * emacs.c: Use argv[0] instead of emacs when -t was specified.          * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
13724    
13725          * keyboard.c: Change doc-string comments to `new style' [w/`doc:'          * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
13726          keyword].          keyword].

Legend:
Removed from v.1.2701.2.34  
changed lines
  Added in v.1.2701.2.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26