X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6347c3a8e5..97421befeb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,44 @@ +2008-07-31 Dan Nicolaescu + + * etags.c: + * emacsclient.c: Remove VMS support. + +2008-07-27 Dan Nicolaescu + + Remove support for Mac Carbon. + * makefile.w32-in: + * emacsclient.c: Remove code for Carbon. + +2008-07-21 Dan Nicolaescu + + * Makefile.in (mac-fix-env): Remove #ifdef around rule. + +2008-07-17 Andreas Schwab + + * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition. + (LIB_STANDARD_LIBSRC): Don't define. + (LOADLIBES): Remove LIB_STANDARD_LIBSRC. + +2008-07-16 Adrian Robert + + * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to + NS_IMPL_COCOA. + +2008-07-16 Dan Nicolaescu + + * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw): + Remove, unused. + +2008-07-15 Adrian Robert + + * .cvsignore: Add mac-fix-env. + * mac-fix-env.m: New file, automatically update + ~/.MacOSX/environment.plist on OS X systems to expose environment + variables inside Emacs started from icon. + * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to + programs to build. + * make-docfile.c: Add .m to list of file extensions. + 2008-07-12 Dan Nicolaescu * movemail.c (main): Use int instead of WAITTYPE.