diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0a1cdf1bb85..52d9103c600 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,24 @@ | |||
| 1 | 2007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change) | ||
| 2 | |||
| 3 | * Makefile.in (EMACS, EMACSOPT): New variables. | ||
| 4 | (blessmail): Use `--no-site-file' when compiling. | ||
| 5 | |||
| 6 | 2007-02-05 Francesco Potort,Al(B <pot@gnu.org> | ||
| 7 | |||
| 8 | * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help) | ||
| 9 | (main): Now --members is the default for etags, not for ctags yet. | ||
| 10 | |||
| 11 | 2007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change) | ||
| 12 | |||
| 13 | * etags.c (gperf, in_word_set): Change attribute for Java to | ||
| 14 | (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was | ||
| 15 | broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused | ||
| 16 | import, package, extends, implements and interface to be treated | ||
| 17 | specially for all kinds of C-style files, not just Java files. | ||
| 18 | |||
| 1 | 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> | 19 | 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 20 | ||
| 3 | * etags.c: (longopts): New undocumented option --no-duplicates. | 21 | * etags.c (longopts): New undocumented option --no-duplicates. |
| 4 | (no_duplicates): Static variables for the above option. | 22 | (no_duplicates): Static variables for the above option. |
| 5 | (print_help): Do not print help for --no-warn, now undocumented. | 23 | (print_help): Do not print help for --no-warn, now undocumented. |
| 6 | (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. | 24 | (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. |
| @@ -20,7 +38,7 @@ | |||
| 20 | 38 | ||
| 21 | * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl) | 39 | * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl) |
| 22 | (movemail, fakemail, sorted-doc, digest-doc, emacsclient) | 40 | (movemail, fakemail, sorted-doc, digest-doc, emacsclient) |
| 23 | (test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD). | 41 | (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD). |
| 24 | ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) | 42 | ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) |
| 25 | ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) | 43 | ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) |
| 26 | ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) | 44 | ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) |
| @@ -6199,7 +6217,22 @@ | |||
| 6199 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6217 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 6200 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, | 6218 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
| 6201 | 2006, 2007 Free Software Foundation, Inc. | 6219 | 2006, 2007 Free Software Foundation, Inc. |
| 6202 | Copying and distribution of this file, with or without modification, | 6220 | |
| 6203 | are permitted provided the copyright notice and this notice are preserved. | 6221 | This file is part of GNU Emacs. |
| 6222 | |||
| 6223 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 6224 | it under the terms of the GNU General Public License as published by | ||
| 6225 | the Free Software Foundation; either version 2, or (at your option) | ||
| 6226 | any later version. | ||
| 6227 | |||
| 6228 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 6229 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 6230 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 6231 | GNU General Public License for more details. | ||
| 6232 | |||
| 6233 | You should have received a copy of the GNU General Public License | ||
| 6234 | along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 6235 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 6236 | Boston, MA 02110-1301, USA. | ||
| 6204 | 6237 | ||
| 6205 | ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc | 6238 | ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc |