X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6948400ca64f6ec6d9e97b8c77fa43030728ccb5..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f03217b662..97421befeb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,112 @@ +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. + +2008-07-05 Juanma Barranquero + + * makefile.w32-in (OTHER_PLATFORM_SUPPORT): + Remove vmsproc.el and vms-patch.el. + +2008-06-26 Juanma Barranquero + + * makefile.w32-in (obj): Remove w32bdf.o. + +2008-06-26 Dan Nicolaescu + + * fakemail.c: Remove references to obsolete variables. + +2008-06-02 Jim Meyering + + * ebrowse.c (xfree): Remove definition; s/xfree/free/. + + Remove useless if-before-free tests. + * ebrowse.c (xfree): Likewise. + * etags.c (process_file_name, free_tree, free_fdesc): Likewise. + (popclass_above, Prolog_functions, Erlang_functions): Likewise. + * pop.c (pop_quit): Likewise. + +2008-05-30 Juanma Barranquero + + * makefile.w32-in (lisp2): Add minibuffer.elc. + +2008-05-29 Tom Tromey + + * etags.c (relative_filename): Treat "///" like "/" in filenames. + +2008-05-09 Eli Zaretskii + + * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h. + (IS_DIRECTORY_SEP): New macro. + (convert_time, is_exec, stat): New functions. + +2008-05-08 Eli Zaretskii + + * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. + +2008-05-03 Eli Zaretskii + + * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the + corresponding change in src/Makefile.in. + +2008-04-24 Adam Gołębiowski (tiny change) + + * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo. + +2008-04-10 Jason Rumney + + * makefile.w32-in (CLIENTRES): New variable and target. + (TRES): Remove. + ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES). + +2008-04-19 Stefan Monnier + + * vcdiff: Use "sccs get" rather than "get"; leave PATH alone. + +2008-04-18 Steve Grubb (tiny change) + + * vcdiff: Use mktemp (CVE-2008-1694). + 2008-04-09 Jason Rumney * makefile.w32-in (distclean, maintainer-clean): New targets. @@ -377,7 +486,7 @@ * 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. @@ -1474,7 +1583,7 @@ * 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ì @@ -1725,7 +1834,7 @@ 2002-03-05 Francesco Potortì * 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 @@ -2603,7 +2712,7 @@ * 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. @@ -2834,7 +2943,7 @@ * etags.c (erlang_attribute): Fix undefined variable usage (after Potorti). -1999-05-2 Andrew Innes +1999-05-02 Andrew Innes * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. @@ -6542,15 +6651,15 @@ ;; End: Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -6558,8 +6667,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc