Mercurial > emacs
annotate doc/man/ChangeLog @ 96865:2262534e4e66
Use SOLARIS2 instead of sun.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 21 Jul 2008 17:16:35 +0000 |
parents | dcdb16dd1b69 |
children | ec1ce2561f47 |
rev | line source |
---|---|
92801 | 1 2008-03-13 Glenn Morris <rgm@gnu.org> |
2 | |
3 * emacs.1: Fix Emacs version. | |
4 | |
87631 | 5 2008-01-08 Glenn Morris <rgm@gnu.org> |
6 | |
7 * emacs.1: Update Emacs version. | |
8 | |
93311 | 9 2007-11-22 Francesco Potortì <pot@gnu.org> |
86316 | 10 |
11 * etags.1: Ctags and Etags now share the same defaults, so remove | |
12 --defines, --globals, --members, --typedefs, --typedefs-and-c++. | |
13 | |
93311 | 14 2007-11-15 Francesco Potortì <pot@gnu.org> |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
15 |
86151
da4c5938f977
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86090
diff
changeset
|
16 * etags.1: Note that you can use "-" for stdout with -o. |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
17 |
83916 | 18 2007-09-06 Glenn Morris <rgm@gnu.org> |
19 | |
20 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to | |
21 doc/man/. | |
22 | |
23 ;; Local Variables: | |
93311 | 24 ;; coding: utf-8 |
83916 | 25 ;; fill-column: 79 |
26 ;; add-log-time-zone-rule: t | |
27 ;; End: | |
28 | |
87663 | 29 Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
83916 | 30 |
31 This file is part of GNU Emacs. | |
32 | |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
33 GNU Emacs is free software: you can redistribute it and/or modify |
83916 | 34 it under the terms of the GNU General Public License as published by |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
35 the Free Software Foundation, either version 3 of the License, or |
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
36 (at your option) any later version. |
83916 | 37 |
38 GNU Emacs is distributed in the hope that it will be useful, | |
39 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
41 GNU General Public License for more details. | |
42 | |
43 You should have received a copy of the GNU General Public License | |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
44 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
83916 | 45 |
84367 | 46 ;; arch-tag: 2bd1112e-157f-4884-b0ca-0fb1057972d7 |