]> code.delx.au - gnu-emacs/blob - doc/man/ChangeLog
0235b5f7b9b1a37a9e6cbf0e3f07baea257c8255
[gnu-emacs] / doc / man / ChangeLog
1 2013-08-31 Ulrich Müller <ulm@gentoo.org>
2
3 * emacs.1: Update manual links.
4
5 2013-04-20 Petr Hracek <phracek@redhat.com> (tiny change)
6
7 * emacs.1: Add some more command-line options. (Bug#14165)
8
9 2012-12-02 Kevin Ryde <user42@zip.com.au>
10
11 * etags.1: Mention effect of --declarations in Lisp.
12
13 2012-06-03 Glenn Morris <rgm@gnu.org>
14
15 * rcs-checkin.1: Remove.
16
17 2012-04-07 Glenn Morris <rgm@gnu.org>
18
19 * emacs.1: Bump version to 24.1.50.
20
21 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
22
23 * etags.1: Fix typo.
24
25 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
26
27 * emacsclient.1: Document how -a "" starts the daemon.
28
29 2011-09-17 Sven Joachim <svenjoac@gmx.de>
30
31 * emacs.1: Escape a dash.
32
33 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
34
35 * emacsclient.1: Document exit status.
36
37 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
38
39 * emacsclient.1: Mention --frame-parameters.
40
41 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
42
43 * Version 23.3 released.
44
45 2011-01-02 Jari Aalto <jari.aalto@cante.net>
46
47 * emacsclient.1: Arrange options alphabetically (Bug#7620).
48
49 2010-10-12 Glenn Morris <rgm@gnu.org>
50
51 * emacs.1: Small fixes.
52
53 2010-10-12 Ulrich Mueller <ulm@gentoo.org>
54
55 * emacs.1: Update license description.
56
57 2010-10-09 Glenn Morris <rgm@gnu.org>
58
59 * b2m.1: Remove file.
60
61 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
62
63 * etags.1: xz compression is now supported.
64
65 2010-08-26 Sven Joachim <svenjoac@gmx.de>
66
67 * emacs.1: Mention "maximized" value for the "fullscreen" X resource.
68
69 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
70
71 * Version 23.2 released.
72
73 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
74
75 * Branch for 23.2.
76
77 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
78
79 * emacs.1: Copyedits. Update options -Q, -mm and --daemon.
80 Remove deprecated --unibyte option.
81
82 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
83
84 * Branch for 23.1.
85
86 2009-01-31 Glenn Morris <rgm@gnu.org>
87
88 * b2m.1: Minor fixes.
89
90 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
91
92 * ebrowse.1: Fix typos. Add more to the "SEE ALSO" section.
93
94 2008-12-14 Glenn Morris <rgm@gnu.org>
95
96 * emacs.1: Fix MAILINGLISTS (default) location.
97
98 2008-12-13 Glenn Morris <rgm@gnu.org>
99
100 * b2m.1: New file. Basic man-page.
101
102 * grep-changelog.1: New file. Basic man-page, largely constructed from
103 program --help output.
104
105 * rcs-checkin.1: New file. Basic man-page, largely from script
106 commentary.
107
108 * ebrowse.1: Fix "emacsclient" typo. Replace problematic character.
109 Add some formatting. Add permissions notice.
110
111 * emacs.1: Remove initial copyright comment, just refer to COPYING
112 section, merge years.
113
114 * etags.1: Don't duplicate copyright info in initial comment,
115 just refer to COPYING section.
116
117 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * ebrowse.1: New file, mostly just the results of --help in man format.
120
121 * emacsclient.1: Describe what an empty string argument does for
122 --alternate-editor.
123
124 2008-11-27 Dan Nicolaescu <dann@ics.uci.edu>
125
126 * emacsclient.1: Mention -nw and -c. Fix the character for --help.
127 Swap the order of -e and -n to follow the order displayed by --help.
128
129 2008-03-13 Glenn Morris <rgm@gnu.org>
130
131 * emacs.1: Fix Emacs version.
132
133 2008-01-08 Glenn Morris <rgm@gnu.org>
134
135 * emacs.1: Update Emacs version.
136
137 2007-11-22 Francesco Potortì <pot@gnu.org>
138
139 * etags.1: Ctags and Etags now share the same defaults, so remove
140 --defines, --globals, --members, --typedefs, --typedefs-and-c++.
141
142 2007-11-15 Francesco Potortì <pot@gnu.org>
143
144 * etags.1: Note that you can use "-" for stdout with -o.
145
146 2007-09-06 Glenn Morris <rgm@gnu.org>
147
148 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
149 doc/man/.
150
151 ;; Local Variables:
152 ;; coding: utf-8
153 ;; End:
154
155 Copyright (C) 2007-2013 Free Software Foundation, Inc.
156
157 This file is part of GNU Emacs.
158
159 GNU Emacs is free software: you can redistribute it and/or modify
160 it under the terms of the GNU General Public License as published by
161 the Free Software Foundation, either version 3 of the License, or
162 (at your option) any later version.
163
164 GNU Emacs is distributed in the hope that it will be useful,
165 but WITHOUT ANY WARRANTY; without even the implied warranty of
166 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
167 GNU General Public License for more details.
168
169 You should have received a copy of the GNU General Public License
170 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
171