emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lib-src/ChangeLog
Date: Fri, 31 Jan 2003 10:12:28 -0500

Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.220 emacs/lib-src/ChangeLog:2.221
*** emacs/lib-src/ChangeLog:2.220       Tue Jan 28 18:49:09 2003
--- emacs/lib-src/ChangeLog     Fri Jan 31 10:12:28 2003
***************
*** 1,3 ****
--- 1,7 ----
+ 2003-01-31  Joe Buehler  <address@hidden>
+ 
+       * Makefile.in: Use @EXEEXT@ for Cygwin.
+ 
  2003-01-21  Dave Love  <address@hidden>
  
        * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
***************
*** 43,49 ****
  
        * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
        (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
!       (wchar.h): Include, maybe.                   
        (attribute_hidden): Define if not defind.
        (__getopt_initialized): Use attribute_hidden.
        (__libc_argc, __libc_argv): Renamed from original_argc, etc.
--- 47,53 ----
  
        * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
        (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
!       (wchar.h): Include, maybe.
        (attribute_hidden): Define if not defind.
        (__getopt_initialized): Use attribute_hidden.
        (__libc_argc, __libc_argv): Renamed from original_argc, etc.
***************
*** 204,210 ****
  
        * make-docfile.c (scan_c_file): Warn about missing `usage' info.
  
! 2002-07-05  Jonathan Kamens <address@hidden>
  
        * b2m.pl: Obey the rmail file and use the unpruned header properly.
  
--- 208,214 ----
  
        * make-docfile.c (scan_c_file): Warn about missing `usage' info.
  
! 2002-07-05  Jonathan Kamens  <address@hidden>
  
        * b2m.pl: Obey the rmail file and use the unpruned header properly.
  
***************
*** 1341,1347 ****
  
        * movemail.c (main): Improve error message if can't create lock file.
  
! 2000-01-28  Eric Hanchrow <address@hidden>
  
        * emacsclient.c (socket_status): New function.
        (main): If $LOGNAME or $USER exist and differ from our euid, look
--- 1345,1351 ----
  
        * movemail.c (main): Improve error message if can't create lock file.
  
! 2000-01-28  Eric Hanchrow  <address@hidden>
  
        * emacsclient.c (socket_status): New function.
        (main): If $LOGNAME or $USER exist and differ from our euid, look
***************
*** 1352,1358 ****
        * emacsclient.c: Add option -a EDITOR and environment variable
        ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
  
! 1999-12-10  Jonathan Kamens <address@hidden>
  
        * movemail.c (popmail): Allow mailbox specifications of the
        form `po:username:hostname'.
--- 1356,1362 ----
        * emacsclient.c: Add option -a EDITOR and environment variable
        ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
  
! 1999-12-10  Jonathan Kamens  <address@hidden>
  
        * movemail.c (popmail): Allow mailbox specifications of the
        form `po:username:hostname'.
***************
*** 1704,1710 ****
  
        * makefile.nt: Do string comparision of _NMAKE_VER.
  
! 1998-11-03  Theodore Jump <address@hidden>
  
        * makefile.nt: Compile multiple source files when possible.
  
--- 1708,1714 ----
  
        * makefile.nt: Do string comparision of _NMAKE_VER.
  
! 1998-11-03  Theodore Jump  <address@hidden>
  
        * makefile.nt: Compile multiple source files when possible.
  
***************
*** 2411,2417 ****
  
        * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
  
! 1996-07-15  David Mosberger-Tang <address@hidden>
  
        * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
        * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
--- 2415,2421 ----
  
        * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
  
! 1996-07-15  David Mosberger-Tang  <address@hidden>
  
        * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
        * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
***************
*** 2468,2478 ****
        (Pascal_functions): Increase linecharno by the correct number of
        chars, inline the GET_NEW_LINE macro and delete its definition.
  
! 1996-05-03  Andrew Innes <address@hidden>
  
        * makefile.nt (OBJDIR, BLD): Remove macro definitions.
  
! 1996-05-03  Andrew Innes <address@hidden>
  
        * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
        (movemail.exe, fakemail.exe): Now built under Win32.o
--- 2472,2482 ----
        (Pascal_functions): Increase linecharno by the correct number of
        chars, inline the GET_NEW_LINE macro and delete its definition.
  
! 1996-05-03  Andrew Innes  <address@hidden>
  
        * makefile.nt (OBJDIR, BLD): Remove macro definitions.
  
! 1996-05-03  Andrew Innes  <address@hidden>
  
        * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
        (movemail.exe, fakemail.exe): Now built under Win32.o
***************
*** 2706,2712 ****
        (C_entries): Consider // as a comment start even in plain C for
        the sake of Objective C parsing.
  
! 1995-12-04  Francesco Potorti` <address@hidden>
  
        * Makefile.in (ctags): depend on etags only for simplicity;
        compile with regexp support enabled.
--- 2710,2716 ----
        (C_entries): Consider // as a comment start even in plain C for
        the sake of Objective C parsing.
  
! 1995-12-04  Francesco Potorti`  <address@hidden>
  
        * Makefile.in (ctags): depend on etags only for simplicity;
        compile with regexp support enabled.
***************
*** 3423,3429 ****
        defined, use simple 32-bit versions of these macros.
        (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
  
! 1994-09-16  Andreas Schwab <address@hidden>
  
        * etags.c (etags_getcwd): Use getcwd if available.
  
--- 3427,3433 ----
        defined, use simple 32-bit versions of these macros.
        (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
  
! 1994-09-16  Andreas Schwab  <address@hidden>
  
        * etags.c (etags_getcwd): Use getcwd if available.
  
***************
*** 3804,3812 ****
        * profile.c: New file.
  
  1994-01-16  Roland McGrath  (address@hidden)
!       
        * make-docfile.c: Make the argument list output look more like the
!       Lisp docstrings do.  
        (write_c_args): Take new arg FUNC.  Make output
        look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
        (scan_c_file): Pass BUF to write_c_args for FUNC arg.
--- 3808,3816 ----
        * profile.c: New file.
  
  1994-01-16  Roland McGrath  (address@hidden)
! 
        * make-docfile.c: Make the argument list output look more like the
!       Lisp docstrings do.
        (write_c_args): Take new arg FUNC.  Make output
        look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
        (scan_c_file): Pass BUF to write_c_args for FUNC arg.




reply via email to

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