1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

1365 Commits

Author SHA1 Message Date
Glenn Morris
79f94cd0ab Replace `iff' in comments. 2007-08-08 07:12:39 +00:00
Miles Bader
8f069875eb Update some .arch-inventory files
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77
Creator:  Michael Olson <mwolson@gnu.org>
2007-07-30 05:36:46 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
5c65bae26d Change to GPLv3. 2007-07-25 07:00:38 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Eli Zaretskii
effb3d94de (clean): Don't delete *~. 2007-07-20 19:45:30 +00:00
Chong Yidong
6e04fc9856 Bump version number to 22.1.50. 2007-06-04 20:42:53 +00:00
Chong Yidong
3d5724d8f1 Increment version number to 22.1. 2007-06-02 11:11:48 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Chong Yidong
ab43d1e484 Bump version to 22.0.990 2007-05-17 18:55:36 +00:00
Chong Yidong
07ef6df709 Bump version to 22.0.99. 2007-04-24 02:28:19 +00:00
Chong Yidong
48742df4f4 Bump version to 22.0.98. 2007-04-17 01:38:44 +00:00
Chong Yidong
85adab9a0a Bump version to 22.0.97. 2007-04-04 00:42:38 +00:00
Chong Yidong
dd35811fe3 Bump version to 22.0.96. 2007-03-20 00:46:19 +00:00
Juanma Barranquero
d620ddb3d3 *** empty log message *** 2007-03-02 10:20:18 +00:00
Chong Yidong
c39706ff8b Bump to 22.0.95. 2007-03-01 23:19:21 +00:00
Glenn Morris
b7e1b21bd5 Add University of California copyright and revised BSDL license.
Remove Ken Arnold copyright.
(print_version): Remove Ken Arnold, refer to new file ETAGS.README.
2007-02-27 03:19:57 +00:00
Francesco Potortì
46861ec00b (etags, ctags): define EMACS_NAME as "GNU Emacs". 2007-02-26 13:21:16 +00:00
Francesco Potortì
11d2d983c4 *** empty log message *** 2007-02-26 13:20:57 +00:00
Chong Yidong
38008dcd92 Bump to version 22.0.94. 2007-02-23 17:37:28 +00:00
Glenn Morris
70e48c8616 Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
(EMACS, EMACSOPT): New variables.
(blessmail): Use `--no-site-file' when compiling.
2007-02-20 04:08:17 +00:00
Glenn Morris
0971f88779 *** empty log message *** 2007-02-20 04:07:28 +00:00
Juanma Barranquero
71b8f73572 Comment changes and clarifications. 2007-02-16 17:12:59 +00:00
Glenn Morris
5b87ad5540 Switch to standard GPL text for license. 2007-02-11 01:18:25 +00:00
Francesco Potortì
933ccc8cb8 Now --members is the default for etags, not for ctags yet. 2007-02-05 21:39:13 +00:00
Francesco Potortì
7806494867 (default_C_help, Cplusplus_help, PHP_help, print_help)
(main): Now --members is the default for etags, not for ctags yet.
2007-02-05 21:33:33 +00:00
Glenn Morris
d881944f98 *** empty log message *** 2007-02-05 09:07:32 +00:00
Juanma Barranquero
47dad44f54 *** empty log message *** 2007-02-04 23:49:41 +00:00
Francesco Potortì
953dea63cd etags.c fix by Per Cederqvist 2007-02-04 22:05:03 +00:00
Francesco Potortì
47fd18c650 (gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).
The previous change introduced 2004-09-13 was broken, as (C_JAVA &
!C_PLPL) always evaluates to 0.  This caused import, package, extends,
implements and interface to be treated specially for all kinds of
C-style files, not just Java files. (by Per Cederqvist).
2007-02-04 22:03:09 +00:00
Glenn Morris
a423dfded7 Fix file local variables c-file-style specification. 2007-02-03 21:58:55 +00:00
Glenn Morris
d1e4cefd0b Add missing Copyright header. Years from date of installation in
public Emacs CVS to present.

[email from rms, 2007/1/22, "Copyright years": "That is copyright FSF.
Whoever added that failed to put in the proper copyright notice."]
2007-01-28 00:46:46 +00:00
Chong Yidong
e6e2db62bc Bump version to 22.0.93. 2007-01-23 00:47:29 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Glenn Morris
b3d90e4611 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 03:47:24 +00:00
Richard M. Stallman
952ccc09b9 Add c-file-style local binding. 2007-01-02 18:32:12 +00:00
Francesco Potortì
56c0d8662f *** empty log message *** 2007-01-02 11:28:50 +00:00
Francesco Potortì
660222c758 (main): Pass the -u option to sort in ctags mode. 2007-01-02 11:28:13 +00:00
Francesco Potortì
ed8bbc0e02 (longopts): New undocumented option --no-duplicates.
(no_duplicates): Static variables for the above option.
(print_help): Do not print help for --no-warn, now undocumented.
(add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
2007-01-02 11:00:40 +00:00
Francesco Potortì
6598a3d422 (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,
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.

(Makefile_targets): Do not include spaces in tag names.
2006-12-28 00:05:53 +00:00
Francesco Potortì
17d5f8a676 *** empty log message *** 2006-12-28 00:05:16 +00:00
Francesco Potortì
18f9bf2531 *** empty log message *** 2006-12-27 23:58:29 +00:00
Juanma Barranquero
8c57275b06 Remove spurious "(tiny change)". 2006-12-26 00:10:43 +00:00
Eli Zaretskii
41e2a949cc Add stamp_BLD. 2006-12-23 09:53:24 +00:00
Eli Zaretskii
6808dce14b *** empty log message *** 2006-12-22 21:04:40 +00:00
Eli Zaretskii
e313b518e8 (clean): Delete stamp_BLD. 2006-12-22 20:41:35 +00:00
Eli Zaretskii
5e059fc1d7 *** empty log message *** 2006-12-22 19:28:37 +00:00
Eli Zaretskii
1a8a626d02 (make-docfile, ctags, etags, ebrowse, hexl)
(movemail, fakemail, sorted-doc, digest-doc, emacsclient)
(test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD).
($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
2006-12-22 18:43:11 +00:00
Francesco Potortì
f6880bf346 (C_entries): DEFUN names were longer by one: corrected. 2006-12-20 10:41:29 +00:00
Francesco Potortì
bd3b41c6ee *** empty log message *** 2006-12-20 10:41:07 +00:00