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