* bitmaps/README:
[bpt/emacs.git] / lib-src / ChangeLog
index c0cf8a7..97421be 100644 (file)
@@ -1,3 +1,61 @@
+2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * etags.c:
+       * emacsclient.c: Remove VMS support.
+
+2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Remove support for Mac Carbon.
+       * makefile.w32-in:
+       * emacsclient.c: Remove code for Carbon.
+
+2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (mac-fix-env): Remove #ifdef around rule.
+
+2008-07-17  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
+       (LIB_STANDARD_LIBSRC): Don't define.
+       (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
+
+2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
+       NS_IMPL_COCOA.
+
+2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
+       Remove, unused.
+
+2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * .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  <dann@ics.uci.edu>
+
+       * movemail.c (main): Use int instead of WAITTYPE.
+
+2008-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
+       Remove vmsproc.el and vms-patch.el.
+
+2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (obj): Remove w32bdf.o.
+
+2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * fakemail.c: Remove references to obsolete variables.
+
 2008-06-02  Jim Meyering  <meyering@redhat.com>
 
        * ebrowse.c (xfree): Remove definition; s/xfree/free/.
 
        * etags.c (readline): When creating a relative file name from a
        #line directive, leave the file name alone.  The previous
-       behaviour was to make it relative to the tags file directory,
+       behavior was to make it relative to the tags file directory,
        under the hypothesis that the #line directive file name was
        relative to the directory of the tagged file.  That hypothesis is
        wrong with Cpp and Lex.
 
        * etags.c (add_regex): Better check for null regexps.
        (readline): Check for regex matching null string.
-       (find_entries): Reorganisation.
+       (find_entries): Reorganization.
 
 2002-06-07  Francesco Potortì  <pot@gnu.org>
 
 2002-03-05  Francesco Potortì  <pot@gnu.org>
 
        * etags.c: Honour #line directives.
-       (no_line_directive): New global var; set it for old behaviour.
+       (no_line_directive): New global var; set it for old behavior.
        (main): Remove some #ifdef in the getopt switch.
        (add_node, put_entries): Code added to merge different chunks of
        nodes referring to the same file.  Currently the tags are just
 
        * etags.c (sym_type): New st_C_extern tag.
        (gperf input): Use it for spotting external declarations.
-       (print_help): Document the new behaviour of --declarations.
+       (print_help): Document the new behavior of --declarations.
        (fvextern): New global variable.
        (consider_token, C_entries): Use it.
 
        * etags.c (erlang_attribute): Fix undefined variable usage (after
        Potorti).
 
-1999-05-2  Andrew Innes  <andrewi@gnu.org>
+1999-05-02  Andrew Innes  <andrewi@gnu.org>
 
        * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
        mapped to _chsize.