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

Diff of /emacs/lib-src/ChangeLog

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

revision 2.220 by kfstorm, Tue Jan 28 23:49:09 2003 UTC revision 2.221 by lektu, Fri Jan 31 15:12:28 2003 UTC
# Line 1  Line 1 
1    2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2    
3            * Makefile.in: Use @EXEEXT@ for Cygwin.
4    
5  2003-01-21  Dave Love  <fx@gnu.org>  2003-01-21  Dave Love  <fx@gnu.org>
6    
7          * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid          * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
# Line 43  Line 47 
47    
48          * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.          * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
49          (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.          (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
50          (wchar.h): Include, maybe.                            (wchar.h): Include, maybe.
51          (attribute_hidden): Define if not defind.          (attribute_hidden): Define if not defind.
52          (__getopt_initialized): Use attribute_hidden.          (__getopt_initialized): Use attribute_hidden.
53          (__libc_argc, __libc_argv): Renamed from original_argc, etc.          (__libc_argc, __libc_argv): Renamed from original_argc, etc.
# Line 204  Line 208 
208    
209          * make-docfile.c (scan_c_file): Warn about missing `usage' info.          * make-docfile.c (scan_c_file): Warn about missing `usage' info.
210    
211  2002-07-05  Jonathan Kamens <jik@kamens.brookline.ma.us>  2002-07-05  Jonathan Kamens  <jik@kamens.brookline.ma.us>
212    
213          * b2m.pl: Obey the rmail file and use the unpruned header properly.          * b2m.pl: Obey the rmail file and use the unpruned header properly.
214    
# Line 1341  Line 1345 
1345    
1346          * movemail.c (main): Improve error message if can't create lock file.          * movemail.c (main): Improve error message if can't create lock file.
1347    
1348  2000-01-28  Eric Hanchrow <offby1@blarg.net>  2000-01-28  Eric Hanchrow  <offby1@blarg.net>
1349    
1350          * emacsclient.c (socket_status): New function.          * emacsclient.c (socket_status): New function.
1351          (main): If $LOGNAME or $USER exist and differ from our euid, look          (main): If $LOGNAME or $USER exist and differ from our euid, look
# Line 1352  Line 1356 
1356          * emacsclient.c: Add option -a EDITOR and environment variable          * emacsclient.c: Add option -a EDITOR and environment variable
1357          ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.          ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
1358    
1359  1999-12-10  Jonathan Kamens <jik@kamens.brookline.ma.us>  1999-12-10  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1360    
1361          * movemail.c (popmail): Allow mailbox specifications of the          * movemail.c (popmail): Allow mailbox specifications of the
1362          form `po:username:hostname'.          form `po:username:hostname'.
# Line 1704  Line 1708 
1708    
1709          * makefile.nt: Do string comparision of _NMAKE_VER.          * makefile.nt: Do string comparision of _NMAKE_VER.
1710    
1711  1998-11-03  Theodore Jump <tjump@cais.com>  1998-11-03  Theodore Jump  <tjump@cais.com>
1712    
1713          * makefile.nt: Compile multiple source files when possible.          * makefile.nt: Compile multiple source files when possible.
1714    
# Line 2411  Tue Jul  1 01:09:07 1997  Geoff Voelker Line 2415  Tue Jul  1 01:09:07 1997  Geoff Voelker
2415    
2416          * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.          * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
2417    
2418  1996-07-15  David Mosberger-Tang <davidm@AZStarNet.com>  1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
2419    
2420          * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.          * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
2421          * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.          * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
# Line 2468  Tue Jul  1 01:09:07 1997  Geoff Voelker Line 2472  Tue Jul  1 01:09:07 1997  Geoff Voelker
2472          (Pascal_functions): Increase linecharno by the correct number of          (Pascal_functions): Increase linecharno by the correct number of
2473          chars, inline the GET_NEW_LINE macro and delete its definition.          chars, inline the GET_NEW_LINE macro and delete its definition.
2474    
2475  1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>  1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
2476    
2477          * makefile.nt (OBJDIR, BLD): Remove macro definitions.          * makefile.nt (OBJDIR, BLD): Remove macro definitions.
2478    
2479  1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>  1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
2480    
2481          * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.          * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
2482          (movemail.exe, fakemail.exe): Now built under Win32.o          (movemail.exe, fakemail.exe): Now built under Win32.o
# Line 2706  Tue Jul  1 01:09:07 1997  Geoff Voelker Line 2710  Tue Jul  1 01:09:07 1997  Geoff Voelker
2710          (C_entries): Consider // as a comment start even in plain C for          (C_entries): Consider // as a comment start even in plain C for
2711          the sake of Objective C parsing.          the sake of Objective C parsing.
2712    
2713  1995-12-04  Francesco Potorti` <pot@cnuce.cnr.it>  1995-12-04  Francesco Potorti`  <pot@cnuce.cnr.it>
2714    
2715          * Makefile.in (ctags): depend on etags only for simplicity;          * Makefile.in (ctags): depend on etags only for simplicity;
2716          compile with regexp support enabled.          compile with regexp support enabled.
# Line 3423  Tue Jul  1 01:09:07 1997  Geoff Voelker Line 3427  Tue Jul  1 01:09:07 1997  Geoff Voelker
3427          defined, use simple 32-bit versions of these macros.          defined, use simple 32-bit versions of these macros.
3428          (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.          (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
3429    
3430  1994-09-16  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>  1994-09-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3431    
3432          * etags.c (etags_getcwd): Use getcwd if available.          * etags.c (etags_getcwd): Use getcwd if available.
3433    
# Line 3804  Tue Jul  1 01:09:07 1997  Geoff Voelker Line 3808  Tue Jul  1 01:09:07 1997  Geoff Voelker
3808          * profile.c: New file.          * profile.c: New file.
3809    
3810  1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)  1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3811            
3812          * make-docfile.c: Make the argument list output look more like the          * make-docfile.c: Make the argument list output look more like the
3813          Lisp docstrings do.            Lisp docstrings do.
3814          (write_c_args): Take new arg FUNC.  Make output          (write_c_args): Take new arg FUNC.  Make output
3815          look like lisp call prototypes: (function ARG1 ARG2), upcasing args.          look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3816          (scan_c_file): Pass BUF to write_c_args for FUNC arg.          (scan_c_file): Pass BUF to write_c_args for FUNC arg.

Legend:
Removed from v.2.220  
changed lines
  Added in v.2.221

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