* net/tramp.el (tramp-obsolete-methods): New defconst.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
538d9b94
MA
12013-02-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (External methods): Mention `tramp-adb-program'.
4
8a28a5b8
BG
52013-02-28 Bastien Guerry <bzg@gnu.org>
6
7 * org.texi (Visibility cycling): Suggest to set
8 `org-agenda-inhibit-startup' to nil if user wants the startup
9 visibility settings to be honored in any circumstances.
10 (Progress logging, Checkboxes): Fix typos.
11
929aeac6 122013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
13
14 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
15 the macros, for Texinfo 4.13 and 5.0.
16
c0c2eb82
MA
172013-02-24 Michael Albinus <michael.albinus@gmx.de>
18
1abfd3e8 19 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
20 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
21 (Filename Syntax): Do not use @trampfn{} in @item.
22 (Filename completion): Use @columnfractions in @multitable.
23
6800ff8d
GM
242013-02-22 Glenn Morris <rgm@gnu.org>
25
26 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
27
b59a2e9e
PE
282013-02-21 Paul Eggert <eggert@cs.ucla.edu>
29
30 * Makefile.in (html): New rule.
31
5079cfef
MA
322013-02-20 Michael Albinus <michael.albinus@gmx.de>
33
34 * tramp.texi (Android shell setup): Improve. Reported by Thierry
35 Volpiatto <thierry.volpiatto@gmail.com>.
36
2150b471
MA
372013-02-16 Michael Albinus <michael.albinus@gmx.de>
38
39 * tramp.texi (Top, Configuration): Insert section `Android shell
40 setup' in menu.
41 (Android shell setup): New section.
42 (Connection types, Default Method)
43 (Frequently Asked Questions): Mention "scp" instead of "scpc".
44 (External methods): Remove "scpc" and "rsyncc" entries.
45 (Frequently Asked Questions): Remove entry about ControlPersist.
46
4e16ddf4
GM
472013-02-13 Glenn Morris <rgm@gnu.org>
48
49 * message.texi (News Headers): Don't mention yow any more.
50
5d9c6f17
JB
512013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
52
53 * calc.texi (Basic Operations on Units):
54 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
55
dacbc44c
AG
562013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
57
58 * eshell.texi: Fill most of the missing sections.
59
d3517077
BG
602013-02-07 Bastien Guerry <bzg@gnu.org>
61
62 * org.texi (References): Clarify an example.
63 (Installation): Fix instructions.
64 (Org-Plot): Fix link.
65 (Checkboxes, Radio lists): Fix typos.
66
8c4b24b2 672013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
68
69 * cl.texi (Equality Predicates): Mention memql.
70
8c4b24b2 712013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911
EL
72
73 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
74 specific, and only about items it supports, indicating that there
75 might be more. Remove refs to simple project and direct automake
76 from ede new.
77 (Simple projects): Re-write to not talk about ede-simple-project
78 which is deprecated, and instead use the term to mean projects
79 that don't do much management, just project wrapping. Add
80 ede-generic-project link.
81 (ede-generic-project): New node (bug#11441).
82
8c4b24b2 832013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
84
85 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
86
86e100a6
GM
872013-02-01 Glenn Morris <rgm@gnu.org>
88
89 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 90 Mention etc/CALC-NEWS.
86e100a6 91
7ff2b2a6
MA
922013-01-24 Michael Albinus <michael.albinus@gmx.de>
93
94 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
95
a89c8ef0
BG
962013-01-13 Bastien Guerry <bzg@gnu.org>
97
98 * org.texi (Installation): Simplify.
99
1002013-01-13 François Allisson <francois@allisson.co> (tiny change)
101
102 * org.texi (Handling links): Update the mention to the obsolete
103 variable `org-link-to-org-use-id' with a mention to the newer
104 variable `org-id-link-to-org-use-id'. Mention the need to load
105 the org-id library.
106
997d5f2d
MA
1072013-01-10 Michael Albinus <michael.albinus@gmx.de>
108
109 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
110
fb9f7146 1112013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
112
113 * org.texi (Pushing to MobileOrg): Add footnote about using
114 symbolic links in `org-directory'.
115 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
116 of the now obsolete alias `org-float'.
117 (TODO basics): Add `org-use-fast-todo-selection' to the variable
118 index. Fix description of TODO keywords cycling.
119 (Advanced features): Add missing argument for @item.
120 (Storing searches): Add index entries and a note about
121 *-tree agenda views.
6d3e4c80
BG
122 (Structure editing): Document `org-mark-element' and
123 `org-mark-subtree'.
124 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 125
c6a22ce2
JL
1262013-01-08 Juri Linkov <juri@jurta.org>
127
128 * info.texi (Go to node): Mention the abbreviated format
129 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
130
7b08ccf7
AS
1312013-01-06 Andreas Schwab <schwab@linux-m68k.org>
132
605f02ee
AS
133 * autotype.texi: Remove undefined command @subtitlefont.
134 * cc-mode.texi: Likewise.
135
7b08ccf7
AS
136 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
137 @item argument.
138 (Property searches): Use \\ instead of @backslashchar{}.
139 * pgg.texi (VERSION): Move @set below @setfilename.
140
db671917
AS
1412013-01-05 Andreas Schwab <schwab@linux-m68k.org>
142
143 * ada-mode.texi: Remove braces from @title argument.
144 * eudc.texi: Likewise.
145 * smtpmail.texi: Likewise.
146 * auth.texi (VERSION): Set before first use.
147 * emacs-gnutls.texi (VERSION): Likewise.
148 * pgg.texi (VERSION): Likewise.
149 * ede.texi (Top): Rename from top, all uses changed.
150 * eshell.texi: Add missing argument to @sp.
151 * forms.texi (Top): Reorder menu to match structure.
152 * htmlfontify.texi (Customisation): Add missing @item in
153 @enumerate.
154 * org.texi (Advanced features): Add missing argument for @item.
155 (Property searches): Use @backslashchar{} in macro argument.
156 * pcl-cvs.texi: Add missing argument to @sp.
157 (Movement commands): Fix use of @itemx.
158 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
159 * reftex.texi (Options (Creating Citations)): Add missing newline
160 before @end.
161 * tramp.texi (Obtaining Tramp): Remove extra dots.
162 (Configuration): Reorder menu to match structure.
651a2c77 163 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
164 * viper.texi (Marking): Add missing argument for @item.
165
b55349fb
GM
1662013-01-04 Glenn Morris <rgm@gnu.org>
167
92d59611
GM
168 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
169 Add htmlfontify.
170 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
171 (htmlfontify.dvi, htmlfontify.pdf): New targets.
172 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
173 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
174
b55349fb
GM
175 * htmlfontify.texi: Miscellaneous fixes and updates.
176 Set copyright to FSF, update license to GFDL 1.3+.
177
7fca93e2
VD
1782013-01-04 Vivek Dasmohapatra <vivek@etla.org>
179
180 * htmlfontify.texi: New file.
181
87e65f96
JB
1822013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
183
184 * calc.texi (Free-Form Dates): Expand on the date reading
185 algorithm.
186
82e2a1f0 1872012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 188
173076b4
GM
189 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
190 Avoid some overfull lines.
191
d227e322
GM
192 * widget.texi (Programming Example): Break some long lines.
193
2ecfdaa6
GM
194 * wisent.texi (Wisent Overview): Fix xref.
195 (Grammar format, Understanding the automaton): Avoid overfill.
196
fd762011
GM
197 * bovine.texi (Optional Lambda Expression): Allow line break.
198
9fbc8f46
GM
199 * auth.texi (Help for users): Break long lines.
200
ceccabdb
GM
201 * ada-mode.texi (Project file variables):
202 Reword to reduce underfull hbox.
203 (No project files, Use GNAT project file):
204 Use smallexample to make some overfull lines less terrible.
205
88edc57f
GM
206 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
207 Fix cross-references to separate manuals.
208
ddc41264
GM
209 * Makefile.in (gfdl): New variable. Use throughout where
210 appropriate so that targets depend on doclicense.texi.
211
45dd6480
LI
2122012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
213
214 * gnus.texi (Customizing the IMAP Connection): Mention the other
215 authenticators.
216
61bbede6
LI
2172012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
218
219 * gnus.texi (Browse Foreign Server): Document
220 `gnus-browse-delete-group'.
221
ddc41264
GM
2222012-12-22 Glenn Morris <rgm@gnu.org>
223
563a450c 224 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
225 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
226 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
227 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 228
ddc41264
GM
229 * Makefile.in (gfdl): New variable. Use throughout where
230 appropriate so that targets depend on doclicense.texi.
231
c995b26e
EZ
2322012-12-22 Eli Zaretskii <eliz@gnu.org>
233
234 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
235 doclicense.texi. Remove doclicense.texi from all targets that
236 mentioned it explicitly.
237 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
238 $(emacsdir)/emacsver.texi.
a170fe53 239 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 240
08953d7f
GM
2412012-12-21 Glenn Morris <rgm@gnu.org>
242
c545e313
GM
243 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
244 Include emacsver.texi. Nuke hand-written node pointers.
245 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
246 Depend on emacsver.texi.
247
0b1af106
GM
248 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
249 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
250 May as well just include doclicense.texi in everything.
251
252 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
253 which @copying says is included.
254
6bf430d1
GM
255 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
256 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
257 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
258 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
259 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
260 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
261 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
262 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
263 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
264 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
265 * widget.texi, wisent.texi, woman.texi: Do not mention buying
266 copies from the FSF, which does not publish these manuals.
267
08953d7f
GM
268 * erc.texi: No need to include gpl in this small manual.
269
257b2c7d
GM
270 * org.texi (copying): Include a copy of the GFDL.
271 (GNU Free Documentation License): New section.
272
a4b0cca1 2732012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
274
275 * org.texi: Fix typos.
276
d2435ab9
PE
2772012-12-16 Paul Eggert <eggert@cs.ucla.edu>
278
279 * calc.texi (ISO 8601): Rename from ISO-8601,
280 as it's typically spelled without a hyphen.
281
b9d8175e
JB
2822012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
283
284 * calc.texi (ISO-8601): New section.
285 (Date Formatting Codes): Mention new codes.
286 (Standard Date Formats): Mention new formats.
287
f0bc0bf1
MA
2882012-12-14 Michael Albinus <michael.albinus@gmx.de>
289
290 * tramp.texi (External methods): Move `adb' method here.
291
98c94021
GM
2922012-12-13 Glenn Morris <rgm@gnu.org>
293
ba30c70f
GM
294 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
295
bfe6ffb6
GM
296 * wisent.texi: Small edits. Set copyright to FSF, update license to
297 GFDL 1.3+.
298 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
299 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
300 New targets.
301 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
302 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
303
98c94021
GM
304 * bovine.texi: Small edits. Set copyright to FSF, update license to
305 GFDL 1.3+, remove empty index.
306 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
307 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
308 New targets.
309 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
310 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
311
cfa49c1e
EL
3122012-12-13 Eric Ludlam <zappo@gnu.org>
313 David Ponce <david@dponce.com>
314 Richard Kim <emacs18@gmail.com>
315
9e7abd17 316 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 317
727f9739 3182012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 319
9b97b143
GM
320 * flymake.texi (Customizable variables, Locating the buildfile):
321 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
322
4c2dd4ee
GM
323 * srecode.texi: Small edits. Set copyright to FSF, add explicit
324 GFDL 1.3+ license, fix up index.
325 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
326 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
327 (srecode.pdf): New targets.
328 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
329 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
330
727f9739 3312012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
332
333 * srecode.texi: New file, imported from CEDET trunk.
334
727f9739 3352012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
336
337 * org.texi (Summary, Code block specific header arguments)
338 (Code block specific header arguments)
339 (Header arguments in function calls, var, noweb)
727f9739
GM
340 (Results of evaluation, Code evaluation security):
341 Small reformatting: add a blank line before some example.
63aa0982
BG
342
343 * org.texi (System-wide header arguments)
344 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
345 (Dynamic blocks, Using the mapping API):
346 Fix indentation of Elisp code examples.
63aa0982
BG
347
348 * org.texi (Comment lines): Fix description of the comment syntax.
349
727f9739
GM
350 * org.texi (Installation): Mention "make test" in the correct section.
351
4288142b
PE
3522012-12-06 Paul Eggert <eggert@cs.ucla.edu>
353
354 * doclicense.texi, gpl.texi: Update to latest version from FSF.
355 These are just minor editorial changes.
356
61b835df
MA
3572012-12-04 Michael Albinus <michael.albinus@gmx.de>
358
359 * tramp.texi (History): Mention ADB.
360 (Inline methods): Add `adb' method.
361
c5bc2d1d 3622012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
363
364 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
365 (External methods): Fix typo.
366
c5bc2d1d 3672012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
368
369 * rcirc.texi (Notices): Fix typo.
370
d0457b57
BW
3712012-11-25 Bill Wohler <wohler@newt.com>
372
373 Release MH-E manual version 8.4.
374
375 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
376 Update for release 8.4.
377
551aaa66
BW
378 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
379 (Junk): Add mh-whitelist-preserves-sequences-flag,
380 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
381 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
382
61d841dd
PE
3832012-11-25 Paul Eggert <eggert@cs.ucla.edu>
384
385 * mh-e.texi (Procmail): Fix two @ typos.
386
c07a6ded
PE
3872012-11-24 Paul Eggert <eggert@cs.ucla.edu>
388
389 * doclicense.texi, gpl.texi: Update to latest version from FSF.
390 These are just minor editorial changes.
391
678a34f4
JB
3922012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
393
394 * calc.texi (Date Formatting Codes): Mention the new beginning of
395 the date numbering system.
396
0e70ce93
PE
3972012-11-22 Paul Eggert <eggert@cs.ucla.edu>
398
399 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
400 (Date Forms): Correct off-by-one error in explanation of
401 Julian day numbers. Give Gregorian equivalent of its origin.
402
723da6aa
JB
4032012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
404
405 * doc/misc/calc.texi (Date Forms): Mention the customizable
406 Gregorian-Julian switch.
407 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
408
310e60d9
PE
4092012-11-17 Paul Eggert <eggert@cs.ucla.edu>
410
6f6b82d6
PE
411 Calc now uses the Gregorian calendar for all dates (Bug#12633).
412 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
413 * calc.texi (Date Forms): Document this.
414
e8693c96
GM
4152012-11-16 Glenn Morris <rgm@gnu.org>
416
417 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
418 (Obsolete Macros): Move example here from Function Bindings.
419
5c934f8b
GM
420 * erc.texi: Use @code{nil} rather than just "nil".
421 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 422 Add "notifications".
f925b109 423 (Connecting): Add brief section on passwords.
274f5de6 424 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 425
f78ee6af 4262012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
427
428 * flymake.texi (Customizable variables)
429 (Highlighting erroneous lines): Mention flymake-error-bitmap,
430 flymake-warning-bitmap, and flymake-fringe-indicator-position.
431
1796ef98
VB
4322012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
433
434 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
435 In all file place SES into @acronym{...}.
436 (Advanced Features): Add key index and function index for
437 ses-set-header-row. Add description for function
438 ses-rename-cell. Add description for function
439 ses-repair-cell-reference-all.
440 (Ranges in formulas): Add description for ses-range flags.
441
31f47fba
PE
4422012-11-12 Paul Eggert <eggert@cs.ucla.edu>
443
444 * texinfo.tex: Merge from gnulib.
445
6baf66d5 4462012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
447
448 * url.texi (Introduction): Move url-configuration-directory to
449 Customization node.
450 (Parsed URIs): Split into its own node.
451 (URI Encoding): New node.
452 (Defining New URLs): Remove empty chapter.
453 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
454 Improve docs for url-queue-*.
455 (Supported URL Types): Copyedits. Delete empty subnodes.
456
82f84fa3
CY
457 * url.texi (Introduction): Rename from Getting Started. Rewrite
458 the introduction.
459 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
460
6baf66d5 4612012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
462
463 * cl.texi (Obsolete Setf Customization):
464 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
465 Give define-modify-macro, defsetf, and define-setf-method
466 gv.el replacements.
2ee1d59f 467
2027b1b3 468 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 469 (Setf Extensions): Remove obsolete reference.
2027b1b3 470 (Obsolete Setf Customization):
651af8c6 471 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 472 Undocument get-setf-method, since it no longer exists.
a358a44e 473 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 474
c65b407b
GM
4752012-11-03 Glenn Morris <rgm@gnu.org>
476
477 * cl.texi: Further general copyedits.
685b0026
GM
478 (List Functions): Remove copy-tree, standard elisp for some time.
479 (Efficiency Concerns): Comment out examples that no longer apply.
480 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
481 (Creating Symbols, Random Numbers): De-emphasize internal
482 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
483 (Naming Conventions, Type Predicates, Macros)
484 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 485
a71e2379
G
4862012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
487
488 * gnus.texi (Mail Source Specifiers):
489 Document :leave keyword used for pop mail source.
490
df43dd53
GM
4912012-11-01 Glenn Morris <rgm@gnu.org>
492
493 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
494 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
495 (Macro Bindings, Blocks and Exits):
496 Acknowledge existence of lexical-binding.
497 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 498
69c1c2e6
GM
4992012-10-31 Glenn Morris <rgm@gnu.org>
500
dd90fd1a
GM
501 * ert.texi (Introduction, The @code{should} Macro):
502 Refer to "cl-assert" rather than "assert".
503
69c1c2e6
GM
504 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
505 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
506 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
507 Reword, and add details of flet and labels.
87b0d8b1 508 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 509
4ddedf94
GM
5102012-10-30 Glenn Morris <rgm@gnu.org>
511
512 * cl.texi (Modify Macros): Update for cl-letf changes.
513 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
514 (Setf Extensions): Partially restore note about cl-getf,
515 mainly moved to lispref/variables.texi.
516 (Property Lists): Fix cl-getf typos.
f43a5263 517 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 518
d3094168
GM
5192012-10-29 Glenn Morris <rgm@gnu.org>
520
521 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 522 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 523 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
524 (Modify Macros, Multiple Values, Other Clauses):
525 Remove mentions of obsolete features.
6a07d52e 526 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 527
3c0c6155
GM
5282012-10-28 Glenn Morris <rgm@gnu.org>
529
f94b04fc
GM
530 * cl.texi (Multiple Values, Common Lisp Compatibility):
531 More namespace updates.
532 (Obsolete Features): Copyedits.
533 (Obsolete Lexical Macros, Obsolete Setf Customization):
534 New subsections.
535
9c52d61d
GM
536 * cl.texi (Porting Common Lisp, Lexical Bindings):
537 Add some xrefs to the Elisp manual.
538
3c0c6155
GM
539 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
540 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
541 (Obsolete Features): New appendix. Move Lexical Bindings here.
542
5887564d
GM
5432012-10-27 Glenn Morris <rgm@gnu.org>
544
e1117425
GM
545 * cl.texi: Use defmac for macros rather than defspec.
546 (Efficiency Concerns): Related copyedit.
547
5887564d
GM
548 * cl.texi (Control Structure): Update for setf now being in core.
549 (Setf Extensions): Rename from Basic Setf. Move much of the
550 former content to lispref/variables.texi.
551 (Modify Macros): Move pop, push details to lispref/variables.texi.
552 (Customizing Setf): Copyedits for setf etc being in core.
553 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
554 Further namespaces updates.
555
bdebdb64
BG
5562012-10-26 Bastien Guerry <bzg@gnu.org>
557
558 * org.texi (Installation): Update the link to Org's ELPA. Also
559 don't mention org-install.el anymore as the replacement file
560 org-loaddefs.el is now loaded by org.el.
561
f956e59d
MA
5622012-10-25 Michael Albinus <michael.albinus@gmx.de>
563
564 * tramp.texi (Frequently Asked Questions): Mention
565 `tramp-completion-reread-directory-timeout' for performance
566 improvement.
567
a05cb6e3
GM
5682012-10-25 Glenn Morris <rgm@gnu.org>
569
570 * cl.texi: Don't mess with the TeX section number counter.
571 Use Texinfo recommended convention for quotes+punctuation.
572 (Overview, Sequence Functions): Rephrase for better line-breaking.
573 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
574 (Macro Bindings, Conditionals, Iteration, Loop Basics)
575 (Random Numbers, Mapping over Sequences, Structures)
576 (Porting Common Lisp): Further updates for cl-lib namespace.
577 (Modify Macros, Declarations, Macro Bindings, Structures):
578 Break long lines in examples.
579 (Dynamic Bindings): Update for changed progv behavior.
580 (Loop Examples, Efficiency Concerns): Markup fixes.
581 (Structures): Remove TeX margin change.
39ff2cf3 582 (Declarations): Fix typos.
a05cb6e3 583
39a58b5b
GM
5842012-10-24 Glenn Morris <rgm@gnu.org>
585
a6880551
GM
586 * cl.texi (Overview, Multiple Values, Creating Symbols)
587 (Numerical Functions): Say less/nothing about the original cl.el.
588 (Old CL Compatibility): Remove.
589 (Assertions): Remove ignore-errors (standard Elisp for some time).
590
39a58b5b
GM
591 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
592 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
593 (Efficiency Concerns, Efficiency Concerns)
594 (Common Lisp Compatibility, Old CL Compatibility):
595 Further updates for cl-lib namespace.
596
72ec96fb
PE
5972012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
598
599 Update manual for new time stamp format (Bug#12706).
600 * emacs-mime.texi (time-date): Update for new format.
601 Also, fix bogus time stamp and modernize a bit.
602
8d6510b9
GM
6032012-10-23 Glenn Morris <rgm@gnu.org>
604
605 * cl.texi: Include emacsver.texi. Use Emacs version number rather
606 than unchanging cl.el version number.
607 End all menu descriptions with a period.
608 Do not use @dfn{CL} for every instance of "CL".
609 (Overview): Remove no-runtime caveat, and note about foo* names.
610 (Usage): Use cl-lib rather than cl.
611 (Organization, Naming Conventions): Update for cl-lib.el.
612 (Installation): Remove long-irrelevant node.
613 (Program Structure, Predicates, Control Structure):
614 Start updating for cl-lib namespace.
8d6510b9
GM
615 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
616 Depend on emacsver.texi.
617
0a078f36
MA
6182012-10-09 Michael Albinus <michael.albinus@gmx.de>
619
620 * trampver.texi: Update release number.
621
a03bb33f
GM
6222012-10-06 Glenn Morris <rgm@gnu.org>
623
24636b26
GM
624 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
625 ERC version.
626 (Introduction): ERC is distributed with Emacs.
627 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
628 (Getting Started): Simplify.
629 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
630 (History): Mention ERC maintained as part of Emacs now.
631 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
632 Add dependency on emacsver.texi.
633
a03bb33f
GM
634 * erc.texi: Remove hand-written node pointers.
635
d259be38
GM
6362012-10-05 Glenn Morris <rgm@gnu.org>
637
638 * newsticker.texi (Overview, Requirements, Usage, Configuration):
639 Copyedits.
640
62a81506
CY
6412012-10-01 Eric Ludlam <zappo@gnu.org>
642
643 * ede.texi (Quick Start, Project Local Variables)
644 (Miscellaneous commands, ede-java-root, Development Overview)
645 (Detecting a Project): New nodes.
646 (Simple projects): Node deleted.
647
648 * eieio.texi (Building Classes): Some slot attributes cannot be
649 overridden.
650 (Slot Options): Remove an example.
651 (Method Invocation, Documentation): New nodes.
652
07f133bf
GM
6532012-10-01 Glenn Morris <rgm@gnu.org>
654
655 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
656 (reftex.pdf): Add dependency on emacsver.texi.
657 * reftex.texi: Don't include directory part for emacsver.texi;
658 the Makefile's -I handles it.
659
4f595e15
RA
6602012-09-30 Ralf Angeli <angeli@caeruleus.net>
661
662 Merge from standalone RefTeX repository.
663
664 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
665 with macros.
666 (Imprint): Mention Wolfgang in list of contributors.
667 (Creating Citations): Give a hint about how to
668 auto-revert the BibTeX database file when using external editors.
669 (Referencing Labels): Simplify section about reference macro
670 cycling.
671 (Options (Referencing Labels)): Adapt to new structure of
672 `reftex-ref-style-alist'.
673 (Referencing Labels, Reference Styles): Document changes in the
674 referencing functionality.
675 (Commands): Mention options for definition of header and footer in
676 BibTeX files.
677 (Options (Creating Citations)): Document
678 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
679 (Reference Styles): New section.
680 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
681 (Options (Referencing Labels)): Remove descriptions of deprecated
682 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
683 Add descriptions for `reftex-ref-style-alist' and
684 `reftex-ref-style-default-list'.
685 (Referencing Labels): Update regarding reference styles.
686 (Citation Styles): Mention support for ConTeXt.
687 (Options (Defining Label Environments)): Fix typo.
688 (Options (Creating Citations)): Document
689 `reftex-cite-key-separator'.
690
8223b1d2
BG
6912012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
692
693 * org.texi: Add description of ORG_ADD_CONTRIB to info
694 documentation. Add link to Worg for more details.
695
696 * org.texi: Clarify installation procedure. Provide link to the
697 build system description on Worg.
698
699 * org.texi: Remove reference to utils/, x11idle.c is now in
700 contrib/scripts.
701
702 * org.texi: Re-normalize to "Org mode" in manual.
703
704 * org.texi (Installation): Adapt documentation to new build
705 system. Mention GNU ELPA (since it needs to be handled like Emacs
706 built-in Org).
707
8223b1d2
BG
7082012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
709
710 * org.texi: Fix typo in description of the 'Hooks' section.
711
712 * org.texi: Add ID to the list of special properties.
713
7142012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
715
716 * org.texi (Moving subtrees): Document the ability to archive to a
717 datetree.
718
1e20eeb7 7192012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2
BG
720
721 * org.texi (Installation, Feedback, Batch execution): Use
722 (add-to-list 'load-path ... t) for the contrib dir.
723
724 * org.texi (results): Update documentation for ":results drawer"
725 and ":results org".
726
727 * org.texi (Column width and alignment): Fix typo.
728
729 * org.texi (Activation): Point to the "Conflicts" section.
730
731 * org.texi (Conflicts): Mention filladapt.el in the list of
732 conflicting packages.
733
734 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
735 not needed for versions of Emacs > 22.1.
736
737 * org.texi (History and Acknowledgments): Fix typo.
738
739 * org.texi (History and Acknowledgments): Add my own
740 acknowledgments.
741
742 * org.texi (Agenda commands): Document the new command and the new
743 option.
744
745 * org.texi (Agenda commands): Delete `org-agenda-action' section.
746 (Agenda commands): Reorder. Document `*' to toggle persistent
747 marks.
748
749 * org.texi (Agenda dispatcher): Mention
750 `org-toggle-agenda-sticky'.
751 (Agenda commands, Exporting Agenda Views): Fix typo.
752
753 * org.texi (Templates in contexts, Setting Options): Update to
754 reflect changes in how contexts options are processed.
755
756 * org.texi (Templates in contexts): Document the new structure of
757 the variables `org-agenda-custom-commands-contexts' and
758 `org-capture-templates-contexts'.
759
760 * org.texi (Templates in contexts): Document the new option
761 `org-capture-templates-contexts'.
762 (Storing searches): Document the new option
763 `org-agenda-custom-commands-contexts'.
764
765 * org.texi (Formula syntax for Lisp): Reformat.
766
767 * org.texi (Special properties, Column attributes)
768 (Agenda column view): Document the new special property
769 CLOCKSUM_T.
770
771 * org.texi (Template expansion): Document the new %l template.
772
773 * org.texi (Fast access to TODO states): Fix documentation about
774 allowed characters for fast todo selection.
775
776 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
777 use in `org-agenda-to-appt'.
778
779 * org.texi (Comment lines): Update wrt comments.
780
781 * org.texi (Resolving idle time): Document new keybinding.
782
783 * org.texi (Clocking commands): Document the use of S-M-<up/down>
784 on clock timestamps.
785
786 * org.texi (Fast access to TODO states): Explicitely says only
787 letters are supported as fast TODO selection keys.
788
789 * org.texi (Link abbreviations): Illustrate the use of the "%h"
790 specifier. Document the new "%(my-function)" specifier.
791
792 * org.texi (Clocking commands): New cindex.
793 (Clocking commands): Update documentation for `org-clock-in'.
794 Document `org-clock-in-last'. Mention `org-clock-out' and
795 `org-clock-in-last' as commands that can be globally bound.
796 (Resolving idle time): Document continuous clocking.
797
798 * org.texi (Top, Introduction): Fix formatting.
799 (Activation): Add index entries.
800 (Conventions): Update section.
801 (Embedded @LaTeX{}): Fix formatting.
802
803 * org.texi (Visibility cycling): Document `show-children'.
804
805 * org.texi (Using capture): Mention the `org-capture-last-stored'
806 bookmark as a way to jump to the last stored capture.
807
808 * org.texi (Uploading files): Fix typo.
809
810 * org.texi (Using capture): Document `C-0' as a prefix argument
811 for `org-capture'.
812
813 * org.texi (Agenda commands): Document persistent marks.
814
815 * org.texi (Template expansion): Update doc to reflect change.
816
817 * org.texi (Radio tables): Document the :no-escape parameter.
818
819 * org.texi (Repeated tasks): Document repeat cookies for years,
820 months, weeks, days and hours.
821
822 * org.texi (Export options): State that you can use the d: option
823 by specifying a list of drawers.
824
825 * org.texi (HTML preamble and postamble): Small doc improvement.
826
8272012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
828
829 * org.texi: The sections in the Exporting section of the manual
830 left out articles in the description of the org-export-as-*
831 commands, among other places. This patch adds them, adds a few
832 missing prepositions, and switches instances of "an HTML" to "a
833 html" for internal consistency.
834
835 * org.texi: Alter several examples of headings with timestamps in
836 them to include the timestamps in the body instead of the heading.
837
8382012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
839
840 * org.texi (Agenda dispatcher): Document sticky agenda views and
841 the new key for them.
842
8432012-09-30 Charles <millarc@verizon.net> (tiny change)
844
845 * org.texi (Advanced features): Fix error in table.
846
8472012-09-30 Feng Shu <tumashu@gmail.com>
848
849 * org.texi (@LaTeX{} fragments): Document imagemagick as an
850 alternative to dvipng.
851
8522012-09-30 François Allisson <francois@allisson.co> (tiny change)
853
854 * org.texi: Remove extra curly bracket.
855
8562012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
857
858 * org.texi (org-clock-in-last and org-clock-cancel): Update the
859 defkeys.
860
8612012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
862
863 * org.texi (Agenda commands): Fix two typos by giving
864 corresponding function names, according to
865 `org-agenda-view-mode-dispatch'.
866
8672012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
868
869 * org.texi (The spreadsheet): Fix typo.
870
8712012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
872
873 * org.texi (Tracking your habits): Point to the "Tracking TODO
874 state changes" section.
875
8762012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
877
878 * org.texi (Literal examples): Remove reference to unknown
879 `org-export-latex-minted' variable. Also simplify footnote since
880 `org-export-latex-listings' documentation is exhaustive already.
881
882 * org.texi (Plain lists): Remove reference to now hard-coded
883 `bullet' automatic rule.
884
8852012-09-30 Toby S. Cubitt <tsc25@cantab.net>
886
887 * org.texi: Updated documentation accordingly.
888
5087f097
PE
8892012-09-13 Paul Eggert <eggert@cs.ucla.edu>
890
891 * texinfo.tex: Merge from gnulib.
892
20121a26
MA
8932012-09-12 Michael Albinus <michael.albinus@gmx.de>
894
895 Sync with Tramp 2.2.6.
896
897 * tramp.texi (Bug Reports): Cleanup caches before a test run.
898
899 * trampver.texi: Update release number.
900
44677e30
PE
9012012-09-12 Paul Eggert <eggert@cs.ucla.edu>
902
903 * texinfo.tex: Merge from gnulib.
904
5a4c42ba
AA
9052012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
906
907 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
908 (bug#12096).
909
8e7046c3
JB
9102012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
911
1dcac243
JB
912 * calc.texi (Simplification modes, Conversions)
913 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
914 (The Calc Mode Line): Mention the mode line display for Basic
915 simplification mode.
916 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
917 simplifications.
918 (Basic Simplifications): Rename from "Limited Simplifications"
919 Replace "limited" by "basic" throughout.
920 (Algebraic Simplifications): Indicate that the algebraic
921 simplifications are done by default.
922 (Unsafe Simplifications): Mention `m E'.
923 (Simplification of Units): Mention `m U'.
924 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
925 (Kinds of Declarations, Functions for Declarations): Mention
926 "algebraic simplifications" instead of `a s'.
1dcac243 927 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 928
d2bd74ff
JB
9292012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
930
931 * calc.texi (Getting Started, Tutorial): Change simulated
932 Calc output to match actual output.
933 (Simplifying Formulas): Mention that algebraic simplification is now
934 the default.
935
77472261
EZ
9362012-07-28 Eli Zaretskii <eliz@gnu.org>
937
938 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
939 (Bug#12073)
940
09ae5da1
PE
9412012-07-25 Paul Eggert <eggert@cs.ucla.edu>
942
943 Prefer typical American spelling for "acknowledgment".
944 * calc.texi (History and Acknowledgments): Rename from
945 History and Acknowledgements.
946 * idlwave.texi (Acknowledgments):
947 * ses.texi (Acknowledgments):
948 * woman.texi (Acknowledgments): Rename from Acknowledgements.
949
c4444d16
PE
9502012-07-09 Paul Eggert <eggert@cs.ucla.edu>
951
952 Rename configure.in to configure.ac (Bug#11603).
953 * ede.texi (Compiler and Linker objects, ede-proj-project)
954 (ede-step-project): Prefer the name configure.ac to configure.in.
955
ef091c97
MA
9562012-07-06 Michael Albinus <michael.albinus@gmx.de>
957
958 * tramp.texi (Multi-hops): Introduce
959 `tramp-restricted-shell-hosts-alist'.
960
89b163db
G
9612012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
963 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
964 methods, so don't mention smtpmail here.
965
9662012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
967
968 * gnus.texi (Picons): Document gnus-picon-properties.
969
9702012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * gnus.texi: Remove mention of compilation, as that's no longer
973 supported.
974
9752012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
976
977 * gnus.texi (Archived Messages): Mention
978 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
979
9802012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
981
982 * gnus.texi (Various Summary Stuff):
983 Remove mention of `gnus-propagate-marks'.
984
9852012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
986
987 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
988 which no longer exist.
989
9902012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
991
992 * gnus.texi (Archived Messages):
993 Document gnus-gcc-self-resent-messages.
994
9952012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
996
997 * message.texi (Mail Variables):
998 Mention the optional user parameter for X-Message-SMTP-Method.
999
10002012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1001
1002 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1003
1004 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1005
10062012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1007
1008 * gnus.texi (Key Index): Change encoding to utf-8.
1009
ac1a0ce1 10102012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1011
1012 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1013
71cca84d
G
10142012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * gnus.texi (Group Timestamp): Mention where to find documentation for
1017 the `gnus-tmp-' variables (bug#11601).
1018
888a7fc0
MA
10192012-06-11 Michael Albinus <michael.albinus@gmx.de>
1020
1021 Sync with Tramp 2.2.6-pre.
1022
1023 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1024 where appropriate.
1025 (Ad-hoc multi-hops): New section.
1026 (Remote processes): New subsection "Running remote processes on
1027 Windows hosts".
1028 (History): Add remote commands on Windows, and ad-hoc multi-hop
1029 methods.
1030 (External methods): "ControlPersist" must be set to "no" for the
1031 `scpc' method.
1032 (Remote processes): Add a note about `auto-revert-tail-mode'.
1033 (Frequently Asked Questions): Use "scpx" in combination with
1034 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1035
1036 * trampver.texi: Update release number.
1037
31ca4639 10382012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
1039
1040 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1041 compilation for html-mono.
1042
0e8bbf66
PE
10432012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1044
1045 * texinfo.tex: Merge from gnulib.
1046
b8f061b3
KY
10472012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1048
1049 * Makefile.in (echo-info): Don't try to install info files named
1050 just ".info".
1051
16af873e
GM
10522012-05-28 Glenn Morris <rgm@gnu.org>
1053
c1dabff0
GM
1054 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1055
16af873e
GM
1056 * sc.texi: Nuke hand-written node pointers.
1057 Fix top-level menu to match actual node order.
1058
1d5b82ef
GM
10592012-05-27 Glenn Morris <rgm@gnu.org>
1060
1061 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1062 Some associated fixes, including not messing with chapno in cl.texi.
1063
33017faf 10642012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
1065
1066 * org.texi (Durations and time values): Fix typo.
1067
d14b0029
JB
10682012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1069
33017faf 1070 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
1071 Mention `calc-ensure-consistent-units'.
1072
2f4cadd1 10732012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 1074
9879e263
AS
1075 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1076 reference commands. (Bug#11461)
1077
78e91d08
AS
1078 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1079
3fe7cdc8
GM
10802012-05-12 Glenn Morris <rgm@gnu.org>
1081
9598ef0b
GM
1082 * Makefile.in (mostlyclean): Add more TeX intermediates.
1083
7d326a29
GM
1084 * Makefile.in: Make it look more like the other doc Makefiles.
1085 Use explicit $srcdir in all dependencies.
1086 Remove cd $srcdir from rules.
1087 (VPATH): Remove.
1088 (infodir): Set to an absolute path.
1089 (INFO_TARGETS): Use short names.
1090 (mkinfodir): infodir is now absolute.
1091 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1092
c7f95930 1093 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 1094 (.SUFFIXES): Disable implicit rules.
c7f95930 1095
3fe7cdc8
GM
1096 * Makefile.in (MKDIR_P): New, set by configure.
1097 (mkinfodir): Use $MKDIR_P.
1098
6f0652af
GM
10992012-05-07 Glenn Morris <rgm@gnu.org>
1100
1101 * forms.texi (Long Example): Update for changed location of files.
1102
8045b906
GM
11032012-05-04 Glenn Morris <rgm@gnu.org>
1104
1105 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1106 (INFO_TARGETS): Use $INFO_EXT.
1107 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1108 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1109 (INFO_TARGETS): Use $INFO_EXT.
1110 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1111
9e7a4bcf
GM
11122012-05-02 Glenn Morris <rgm@gnu.org>
1113
9aa071df
GM
1114 * Makefile.in (echo-info): New phony target, used by top-level.
1115
9e7a4bcf
GM
1116 * viper.texi: Make direntry shorter (also it is no longer "newest").
1117
1118 * emacs-gnutls.texi, ert.texi, org.texi:
1119 Fix dircategory, direntry to match info/dir.
1120
31cc861c
GM
1121 * faq.texi: Convert @inforefs to @xrefs.
1122 Fix some malformed cross-references.
f9e320bb
GM
1123 (File-name conventions): Shorten section name to avoid overfull line.
1124 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 1125
723ea6b5
TZ
11262012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * auth.texi (Help for users): Update for .gpg file being second.
1129
a8e7d6d7 11302012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
1131
1132 * org.texi (Agenda commands): Fix two typos: give corresponding
1133 function names, according to `org-agenda-view-mode-dispatch'.
1134
a8e7d6d7 11352012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
1136
1137 * faq.texi (Major packages and programs): Remove section.
1138 There is no point listing 6 packages (cf etc/MORE.STUFF).
1139 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 1140
dcbf5805
MA
11412012-04-22 Michael Albinus <michael.albinus@gmx.de>
1142
1143 * dbus.texi (Version): New node.
1144 (Properties and Annotations): Mention the object manager
1145 interface. Describe dbus-get-all-managed-objects.
1146 (Type Conversion): Floating point numbers are allowed, if an
1147 anteger does not fit Emacs's integer range.
1148 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1149 (Asynchronous Methods): Fix description of
1150 dbus-call-method-asynchronously.
1151 (Receiving Method Calls): Fix some minor errors. Add
1152 dbus-interface-emacs.
1153 (Signals): Describe unicast signals and the new match rules.
1154 (Alternative Buses): Add the PRIVATE optional argument to
1155 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1156
adee4030
GM
11572012-04-20 Glenn Morris <rgm@gnu.org>
1158
1159 * faq.texi (New in Emacs 24): New section.
1160 (Packages that do not come with Emacs): Mention M-x list-packages.
1161
35dc09a1 11622012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
1163
1164 * cc-mode.texi (c-offsets-alist): Correct a typo.
1165
35dc09a1 11662012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
1167
1168 * org.texi (Deadlines and scheduling): Fix the example: the
1169 DEADLINE item should come right after the headline. We enforce
1170 this convention, so it is a bug not to illustrate it correctly in
1171 the manual.
1172
35dc09a1 11732012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
1174
1175 * org.texi (Agenda commands): Fix documentation bug by swapping
1176 the equivalent keybindings to `org-agenda-next-line' with the ones
1177 to `org-agenda-previous-line'.
1178
35dc09a1 11792012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
1180
1181 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1182
e2560ea8
EZ
11832012-04-09 Eli Zaretskii <eliz@gnu.org>
1184
1185 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
1186 emacs-gnutls.
1187 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1188
6b4f4a2d
TZ
11892012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1190
250b840e 1191 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
1192
1193 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1194
ca2c89b6
TZ
11952012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1196
1197 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 1198 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 1199
aebd5f1a
GM
12002012-04-04 Glenn Morris <rgm@gnu.org>
1201
1202 * auth.texi (Secret Service API): Copyedits.
1203 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
1204 (Help for users, Help for developers)
1205 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 1206
0317dd51
MA
12072012-04-04 Michael Albinus <michael.albinus@gmx.de>
1208
1209 * auth.texi (Secret Service API): Add the missing text.
1210
3d439cd1
CY
12112012-04-04 Chong Yidong <cyd@gnu.org>
1212
1213 * message.texi (Using PGP/MIME): Note that epg is now the default.
1214
1215 * gnus.texi: Reduce references to obsolete pgg library.
1216 (Security): Note that epg is now the default.
1217
1218 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1219
1220 * nxml-mode.texi (Completion): C-RET is no longer bound to
1221 nxml-complete.
1222
153ae947
BG
12232012-04-01 Jambunathan K <kjambunathan@gmail.com>
1224
1225 * org.texi (Customizing tables in ODT export): Correct few errors.
1226
12272012-04-01 Jambunathan K <kjambunathan@gmail.com>
1228
1229 * org.texi (Links in ODT export): Update.
1230 (Labels and captions in ODT export): New node.
1231
12322012-04-01 Jambunathan K <kjambunathan@gmail.com>
1233
1234 * org.texi (Literal examples in ODT export): htmlfontify.el in
1235 Emacs-24.1 now supports fontification. So ODT source blocks will
1236 be fontified by default.
1237
12382012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1239
1240 * org.texi (Refiling notes): Remove duplicated keybinding.
1241
12422012-04-01 Eric Schulte <eric.schulte@gmx.com>
1243
1244 * org.texi (noweb): Documentation of this new option to the :noweb
1245 header argument.
1246
12472012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1248
1249 * org.texi (Header and sectioning): Add example demonstrating how
1250 to use "LaTeX_CLASS_OPTIONS".
1251
12522012-04-01 Eric Schulte <eric.schulte@gmx.com>
1253
1254 * org.texi (Noweb reference syntax): Describe the ability to
1255 execute noweb references in the manual.
1256
12572012-04-01 Eric Schulte <eric.schulte@gmx.com>
1258
1259 * org.texi (cache): Improve cache documentation when session
1260 evaluation is used.
1261
12622012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1263
1264 * org.texi (Plain lists): Document removal.
1265
12662012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1267
1268 * org.texi: Decapitalize file name in references to Calc manual.
1269
12702012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1271
1272 * org.texi (Plain lists): Document removal.
1273
12742012-04-01 Jambunathan K <kjambunathan@gmail.com>
1275
1276 * org.texi (Top, OpenDocument Text export)
1277 (ODT export commands, Extending ODT export)
1278 (Images in ODT export, Tables in ODT export)
1279 (Configuring a document converter): Add or Update.
1280
12812012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1282
1283 * org.texi (MobileOrg): Change the wording to reflect that the
1284 Android Version is no longer just the little brother of the iOS
1285 version.
1286
12872012-04-01 Eric Schulte <eric.schulte@gmx.com>
1288
1289 * org.texi (Key bindings and useful functions): Updated babel key
1290 binding documentation in manual.
1291
12922012-04-01 Eric Schulte <eric.schulte@gmx.com>
1293
1294 * org.texi (noweb): Document new noweb header value.
1295
12962012-04-01 Eric Schulte <eric.schulte@gmx.com>
1297
1298 * org.texi (noweb-sep): Document new header argument.
1299
13002012-04-01 Eric Schulte <eric.schulte@gmx.com>
1301
1302 * org.texi (noweb-ref): Documentation of this new custom variable.
1303
13042012-04-01 Eric Schulte <eric.schulte@gmx.com>
1305
1306 * org.texi (wrap): Update the new :wrap documentation to match the
1307 current implementation.
1308
13092012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1310
1311 * org.texi: Added documentation for :wrap.
1312
13132012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1314
1315 * org.texi: #+RESULTS now user-configurable.
1316
13172012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1318
1319 * org.texi: Documented :noweb no-export.
1320
13212012-04-01 Thomas Dye <dk@poto.local>
1322
1323 * org.texi: Edit :noweb no header argument for correctness.
1324
1e20eeb7 13252012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1326
1327 * org.texi (Customization): Update the approximate number of Org
1328 variables.
1329
13302012-04-01 Thomas Dye <dk@poto.local>
1331
1332 * org.texi: The :results wrap produces a drawer instead of a
1333 begin_results block.
1334
005a89ff
G
13352012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1336
1337 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1338 reflect the new default.
1339
589ce070
EZ
13402012-03-10 Eli Zaretskii <eliz@gnu.org>
1341
1342 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1343 "Getting Started" to this node. (Bug#10450)
1344
a5392527
CY
13452012-03-10 Chong Yidong <cyd@gnu.org>
1346
8ae818e4
CY
1347 * flymake.texi (Example -- Configuring a tool called via make):
1348 Mention the Automake COMPILE variable (Bug#8715).
1349
a5392527
CY
1350 * info.texi (Getting Started): Add an index entry (Bug#10450).
1351
d49902e4
MA
13522012-03-02 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * dbus.texi (Signals): Known names will be mapped onto unique
1355 names, when registering for signals.
1356
53eced6d
GM
13572012-02-29 Glenn Morris <rgm@gnu.org>
1358
bcd6cd23
GM
1359 * url.texi: Fix quote usage in body text.
1360
775b55af
GM
1361 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1362
53eced6d
GM
1363 * cl.texi: Use @code{} in menus when appropriate.
1364
44e97401
GM
13652012-02-28 Glenn Morris <rgm@gnu.org>
1366
1367 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1368 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1369 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1370 * org.texi, sc.texi, vip.texi, viper.texi:
1371 Standardize possessive apostrophe usage.
1372
fa9a0855
CY
13732012-02-26 Chong Yidong <cyd@gnu.org>
1374
1375 * ediff.texi (Quick Help Commands): Add a couple of index entries
1376 (Bug#10834).
1377
0fd2c9a3
GM
13782012-02-17 Glenn Morris <rgm@gnu.org>
1379
1380 * gnus.texi (Posting Styles):
1381 * remember.texi (Org): Fix cross-refs to other manuals.
1382
9f26dc24
GM
13832012-02-15 Glenn Morris <rgm@gnu.org>
1384
1385 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1386 (Encryption): New chapter, split out from previous.
1387
3d2af193
LI
13882012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1389
1390 * gnus.texi (Customizing the IMAP Connection): Mention
1391 nnimap-record-commands.
1392
b74c9672
GM
13932012-02-10 Glenn Morris <rgm@gnu.org>
1394
1395 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1396 Mention url-queue-retrieve.
1397
2ebc3b94
GM
13982012-02-09 Glenn Morris <rgm@gnu.org>
1399
9fcfcdef
GM
1400 * sem-user.texi (Semantic mode user commands): Typo fix.
1401
2ebc3b94
GM
1402 * info.texi (Create Info buffer): Mention info-display-manual.
1403
7c4bbb69
LI
14042012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1405
1406 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1407 example (modified from an example by Michael Albinus).
1408
debce7bc
G
14092012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1410
1411 * gnus.texi (Agent Basics): Fix outdated description of
1412 `gnus-agent-auto-agentize-methods'.
1413
b207a4ec
AS
14142012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1415
1416 * cc-mode.texi: Always @defindex ss.
1417 (Config Basics): Fix argument of @itemize.
1418 (Macro Backslashes): Add @code around index entry.
1419
b8fe8712
GM
14202012-01-23 Glenn Morris <rgm@gnu.org>
1421
1422 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1423
02dc2fd7
EH
14242012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1425
1426 * tramp.texi (File): Tweak wording for the `scpc' option.
1427
e7719ea1
G
14282012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1429
1430 * gnus.texi (Group Parameters): Really note precedence.
1431
9937bef4
G
14322012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433
1434 * gnus.texi (Group Parameters): Note precedence.
1435
e66ba1df
BG
14362012-01-03 Eric Schulte <eric.schulte@gmx.com>
1437
1438 * org.texi (Noweb reference syntax): Adding documentation of
1439 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1440 variable.
1441
14422012-01-03 Bastien Guerry <bzg@gnu.org>
1443
1444 * org.texi (Plain lists): Split the table to fix the display
1445 of items.
1446
14472012-01-03 Bastien Guerry <bzg@gnu.org>
1448
1449 * org.texi (Plain lists): Fix misplaced explanation.
1450
14512012-01-03 Bastien Guerry <bzg@gnu.org>
1452
1453 * org.texi (Plain lists, Agenda files): Add index entries.
1454
14552012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1456
1457 * org.texi: Use "Org mode" instead of alternatives like
1458 "Org-mode" or "org-mode".
1459
14602012-01-03 Bernt Hansen <bernt@norang.ca>
1461
1462 * org.texi (Agenda commands): Document
1463 `org-clock-report-include-clocking-task'.
1464
14652012-01-03 Bastien Guerry <bzg@gnu.org>
1466
1467 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1468 C-c' on checkboxes.
1469
14702012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1471
1472 * org.texi: End sentences with two spaces.
1473
14742012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1475
1476 * org.texi (External links): Document the link types file+sys
1477 and file+emacs, slightly narrow used page width.
1478
14792012-01-03 Eric Schulte <eric.schulte@gmx.com>
1480
1481 * org.texi (colnames): Note that colnames behavior may differ
1482 across languages.
1483
14842012-01-03 Bastien Guerry <bzg@gnu.org>
1485
1486 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1487
14882012-01-03 Thomas Dye <dk@poto.westell.com>
1489
1490 * org.texi: Augmented discussion of babel property
1491 inheritance. Put footnote outside sentence ending period.
1492
14932012-01-03 Eric Schulte <schulte.eric@gmail.com>
1494
1495 * org.texi (eval): Documenting the full range of :eval header
1496 argument values.
1497
14982012-01-03 Eric Schulte <schulte.eric@gmail.com>
1499
1500 * org.texi (eval): Documentation of the new :eval option.
1501
15022012-01-03 Thomas Dye <dk@poto.local>
1503
1504 * org.texi: Add accumulated properties.
1505
15062012-01-03 Thomas Dye <dk@poto.local>
1507
1508 * org.texi: Documented no spaces in name=assign, another
1509 correction to :var table.
1510
15112012-01-03 Thomas Dye <dk@poto.local>
1512
1513 * org.texi: Changed DATA to NAME in Working With Source Code
1514 section.
1515
15162012-01-03 Tom Dye <tsd@tsdye.com>
1517
1518 * org.texi: Minor change to :var table.
1519
15202012-01-03 Tom Dye <tsd@tsdye.com>
1521
1522 * org.texi: More changes to :var table (some examples were wrong).
1523
15242012-01-03 Tom Dye <tsd@tsdye.com>
1525
1526 * org.texi: Cleaned up :var table.
1527
15282012-01-03 Bastien Guerry <bzg@gnu.org>
1529
1530 * org.texi (Timestamps, Weekly/daily agenda)
1531 (Weekly/daily agenda): Add @cindex for "appointment".
1532
15332012-01-03 Eric Schulte <schulte.eric@gmail.com>
1534
1535 * org.texi (Literal examples): A new link to the template for
1536 inserting empty code blocks.
1537 (Structure of code blocks): A new link to the template for
1538 inserting empty code blocks.
1539
15402012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1541
1542 * org.texi (External links): Add footnote on how the behavior
1543 of the text search in Org files are controled by the variable
1544 `org-link-search-must-match-exact-headline'.
1545
15462012-01-03 Eric Schulte <schulte.eric@gmail.com>
1547
1548 * org.texi (Buffer-wide header arguments): Update
1549 documentation to reflect removal of #+PROPERTIES.
1550
15512012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1552
1553 * org.texi (The clock table): Mention that ACHIVED trees
1554 contribute to the clock table.
1555
15562012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1557
1558 * org.texi (Conflicts): Better yasnippet config info.
1559
15602012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1561
1562 * org.texi (Selective export): Explicitely mention the default
1563 values for `org-export-select-tags',
1564 `org-export-exclude-tags'.
1565
15662012-01-03 Tom Dye <tsd@tsdye.com>
1567
1568 * org.texi: Added a line to specify that header arguments are
1569 lowercase.
1570
15712012-01-03 Tom Dye <tsd@tsdye.com>
1572
1573 * org.texi: :var requires default value when declared.
1574
15752012-01-03 Bastien Guerry <bzg@gnu.org>
1576
1577 * org.texi (Handling links): Add a note about the
1578 `org-link-frame-setup' option.
1579
15802012-01-03 David Maus <dmaus@ictsoc.de>
1581
1582 * org.texi (Exporting Agenda Views, Extracting agenda
1583 information): Fix command line syntax, quote symbol parameter
1584 values.
1585
15862012-01-03 David Maus <dmaus@ictsoc.de>
1587
1588 * org.texi (Exporting Agenda Views): Fix command line syntax.
1589
8d80ef01
PE
15902011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1591
1592 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1593 Use octal notation for file permissions, which are normally
1594 thought of in octal.
1595 (Mail Back End Variables): Use more-plausible modes in example.
1596
47d42d81
AM
15972011-12-20 Alan Mackenzie <acm@muc.de>
1598
1599 * cc-mode.texi: Update version string 5.31 -> 5.32.
1600
a98edce9
JB
16012011-12-06 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1604
321decc8
GM
16052011-11-24 Glenn Morris <rgm@gnu.org>
1606
1607 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1608
f8107b79
JB
16092011-11-24 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * makefile.w32-in: Update dependencies.
1612
f5a96a4f
GM
16132011-11-20 Glenn Morris <rgm@gnu.org>
1614
1615 * gnus.texi (Group Information):
1616 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1617
cd1181db
JB
16182011-11-20 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * gnus-coding.texi (Gnus Maintenance Guide):
1621 Rename from "Gnus Maintainance Guide".
1622
1623 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1624 * eieio.texi (Customizing):
fe7a3057
JB
1625 * gnus.texi (Article Washing):
1626 * gnus-news.texi:
1627 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1628
7877f373
JB
16292011-11-16 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1632
0d26e0b6
JB
16332011-11-15 Juanma Barranquero <lekktu@gmail.com>
1634
c7015153
JB
1635 * ede.texi (project-am-texinfo):
1636 * gnus.texi (Sending or Not Sending):
1637 * org.texi (Template elements): Fix typos.
0d26e0b6 1638
0b381c7e
JB
16392011-11-14 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * ediff.texi (Hooks):
c7015153 1642 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1643
40a8bdf6
JB
16442011-11-11 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * semantic.texi (Tag handling): Fix typo.
1647
57dda3bb
KY
16482011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1649
1650 * gnus.texi (Other Gnus Versions): Remove.
1651
52bedd34
AM
16522011-10-28 Alan Mackenzie <acm@muc.de>
1653
1654 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1655 (Other Special Indentations): Add an xref to "Macros with ;".
1656 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1657 "Macros with ;".
1658 (Macros with ;): New page.
1659
00b77525
GM
1660 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1661 Document the new handling of nested scopes for movement by defuns.
52bedd34 1662
4a623313
MA
16632011-10-23 Michael Albinus <michael.albinus@gmx.de>
1664
1665 Sync with Tramp 2.2.3.
1666
1667 * trampver.texi: Update release number.
1668
466a320e
GM
16692011-10-14 Glenn Morris <rgm@gnu.org>
1670
1671 * ert.texi (Introduction, How to Run Tests)
1672 (Running Tests Interactively, Expected Failures)
1673 (Tests and Their Environment, Useful Techniques)
1674 (Interactive Debugging, Fixtures and Test Suites):
1675 Minor rephrasings.
1676 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1677 (Running Tests in Batch Mode): Simplify loading instructions.
1678 (Test Selectors): Clarify some selectors.
1679 (Expected Failures, Useful Techniques):
1680 Make examples fit in 80 columns.
1681
2be4956d
JB
16822011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1683
1684 * calc.texi (Basic Operations on Units): Discuss temperature
1685 conversion (`u t') alongside with other unit conversions ('u c').
1686
7359a765
GM
16872011-10-12 Glenn Morris <rgm@gnu.org>
1688
1689 * ert.texi: Whitespace trivia to make main menu items line up better.
1690
a0c52e5d
GM
16912011-10-08 Glenn Morris <rgm@gnu.org>
1692
1693 * Makefile.in: Fix ert rules.
1694
465d0300
G
16952011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1696
1697 * gnus.texi (Gnus Utility Functions): Add more references and
1698 explanations (bug#9683).
1699
a5166359
LMI
17002011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1701
1702 * gnus.texi (Archived Messages): Note the default (bug#9552).
1703
b523dc20
BW
17042011-09-21 Bill Wohler <wohler@newt.com>
1705
1706 Release MH-E manual version 8.3.
1707
58179cce 1708 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1709 release 8.3.
1710 (Preface): Updated support information.
bd7239f5 1711 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1712 historical quote, the tense should be correct in the time that it
1713 was written.
1714
0afb49a1
LMI
17152011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1716
1717 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1718 (Finding the News): Doc clarification.
1719 (Terminology): Mention naming.
1720
e21bac42
G
17212011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1722
1723 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1724 (Interactive): Document `quiet'.
1725
5b409b39 17262011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1727
bd7239f5 1728 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1729
5b409b39 17302011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1731
bd7239f5 1732 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1733 scope for `org-map-entries'.
1734
5b409b39 17352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1736
1737 * org.texi (Visibility cycling): Document `org-copy-visible'.
1738
5b409b39 17392011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1740
bd7239f5 1741 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1742 proper order.
1743
5b409b39 17442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1745
1746 * org.texi (eval): Expand discussion of the :eval header argument.
1747
5b409b39 17482011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1749
1750 * org.texi (Languages): Add Lilypond and Awk as supported
1751 languages.
1752
5b409b39 17532011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1754
bd7239f5 1755 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1756 LOG_INTO_DRAWER can be used to override the contents of variable
1757 org-clock-into-drawer (or if unset, org-log-into-drawer).
1758
bd7239f5 1759 * org.texi: Replace @xref->@pxref.
3ab2c837 1760
5b409b39 17612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1762
1763 * org.texi (Evaluating code blocks): Documenting the new option
1764 for inline call lines.
1765
5b409b39 17662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1767
1768 * org.texi (Results of evaluation): More explicit about the
1769 mechanism through which interactive evaluation of code is
1770 performed.
1771
5b409b39 17722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1773
1774 * org.texi (noweb-ref): New header argument documentation.
1775
5b409b39 17762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1777
1778 * org.texi (Extracting source code): Documentation of the new
1779 org-babel-tangle-named-block-combination variable.
1780
5b409b39 17812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1782
bd7239f5 1783 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1784 behavior of multiple blocks of the same name is undefined.
3ab2c837 1785
5b409b39 17862011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1787
1788 * org.texi (TaskJuggler export): Modify the example to reflect the
1789 new effort durations.
1790
5b409b39 17912011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1792
1793 * org.texi (Images in LaTeX export): Escape curly brackets in
1794 LaTeX example.
1795
5b409b39 17962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1797
1798 * org.texi (The clock table): Document the :properties and
1799 :inherit-props arguments for the clocktable.
1800
5b409b39 18012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1802
1803 * org.texi (Tables in LaTeX export): Document specifying placement
1804 options for tables.
1805
5b409b39 18062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1807
1808 * org.texi (Evaluating code blocks): More specific documentation
1809 about the different types of header arguments.
1810
5b409b39 18112011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1812
1813 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1814
5b409b39 18152011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1816
1817 * org.texi (Built-in table editor): Document the table field
1818 follow mode.
1819
5b409b39 18202011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1821
1822 * org.texi (Easy Templates): Document new template.
1823
5b409b39 18242011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1825
1826 * org.texi (Literal examples): Add a cross-reference from "Literal
1827 Examples" to "Easy Templates."
1828
5b409b39 18292011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1830
1831 * org.texi (The clock table): Add link to match syntax.
1832
5b409b39 18332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1834
1835 * org.texi (Agenda commands): Document clock consistency checks.
1836
5b409b39 18372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1838
1839 * org.texi (Built-in table editor): Document that \vert represents
1840 a vertical bar in a table field.
1841
5b409b39 18422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1843
1844 * org.texi (Literal examples): Link from "Markup" > "Literate
1845 Examples" to "Working with Source Code".
1846
5b409b39 18472011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1848
1849 * org.texi (Agenda commands): Doc for function option to bulk
1850 action.
1851
5b409b39 18522011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1853
1854 * org.texi (Template expansion): Document new %<...> template
1855 escape.
1856
5b409b39 18572011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1858
1859 * org.texi (Selective export): Document exclusion of any tasks
1860 from export.
1861
5b409b39 18622011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1863
1864 * org.texi (Selective export): Document how to exclude DONE tasks
1865 from export.
1866 (Publishing options): Document the properties to be used to turn off
1867 export of DONE tasks.
1868
5b409b39 18692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1870
1871 * org.texi (The date/time prompt): Document date range protection.
1872
5b409b39 18732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1874
1875 * org.texi (padline): Documentation of the new padline header
1876 argument.
1877
5b409b39 18782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1879
1880 * org.texi (var): Adding "[" to list of characters triggering
1881 elisp evaluation.
1882
5b409b39 18832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1884
1885 * org.texi (var): Documentation of Emacs Lisp evaluation during
1886 variable assignment.
1887
5b409b39 18882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1889
1890 * org.texi (colnames): Reference indexing into variables, and note
1891 that colnames are *not* removed before indexing occurs.
1892 (rownames): Reference indexing into variables, and note that
1893 rownames are *not* removed before indexing occurs.
1894
5b409b39 18952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1896
1897 * org.texi (var): Clarification of indexing into tabular
1898 variables.
1899
5b409b39 19002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1901
1902 * org.texi (results): Documentation of the `:results wrap' header
1903 argument.
1904
5b409b39 19052011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1906
bd7239f5 1907 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1908 of the LaTeX export: the org file has to be properly structured.
1909
5b409b39 19102011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1911
1912 * org.texi (Dynamic blocks, Structure editing): Mention
1913 the function `org-narrow-to-block'.
1914
5b409b39 19152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1916
1917 * org.texi (Languages): Updating list of code block supported
1918 languages.
1919
5b409b39 19202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1921
1922 * org.texi (Special properties): CATEGORY is a special property,
1923 but it may also used in the drawer.
1924
5b409b39 19252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1926
1927 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1928
5b409b39 19292011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1930
1931 * org.texi (Include files): Document :lines.
1932
5b409b39 19332011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1934
1935 * org.texi (comments): Documentation of the ":comments noweb" code
1936 block header argument.
1937
5b409b39 19382011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1939
1940 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1941 added extra whitespace around functions to be consistent with the
1942 rest of the section.
1943
5b409b39 19442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1945
0b381c7e 1946 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1947 #+call: line syntax.
1948 (Header arguments in function calls): Expanded discussion of
1949 #+call: line syntax.
1950
5b409b39 19512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1952
1953 * org.texi (Evaluating code blocks): More explicit about how to
1954 pass variables to #+call lines.
1955
5b409b39 19562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1957
1958 * org.texi (Results of evaluation): Link to the :results header
1959 argument list from the "Results of evaluation" section.
1960
5b409b39 19612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1962
1963 * org.texi (Conflicts): Adding additional information about
1964 resolving org/yasnippet conflicts.
1965
5b409b39 19662011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1967
1968 * org.texi (Publishing options): Document style-include-scripts
1969 publishing project property.
1970
5b409b39 19712011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1972
1973 * org.texi (Sparse trees): Document the next-error /
1974 previous-error functionality.
1975
5b409b39 19762011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1977
1978 * org.texi (cache): Improved documentation of code block caches.
1979
5b409b39 19802011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1981
1982 * org.texi (Code block specific header arguments): Documentation
1983 of multi-line header arguments.
1984
5b409b39 19852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1986
1987 * org.texi (Code evaluation security): Add example for using a
1988 function.
1989
5b409b39 19902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1991
1992 * org.texi (Tables in LaTeX export): Documentation of new
1993 attr_latex options for tables.
1994
5b409b39
BG
19952011-08-03 Michael Albinus <michael.albinus@gmx.de>
1996
1997 * trampver.texi: Update release number.
1998
19992011-07-30 Michael Albinus <michael.albinus@gmx.de>
2000
2001 Sync with Tramp 2.2.2.
2002
2003 * trampver.texi: Update release number.
2004
064e2d08
LMI
20052011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2006
2007 * flymake.texi (Example -- Configuring a tool called via make):
2008 Use /dev/null instead of the Windows "nul" (bug#8715).
2009
b8151e9c
LMI
20102011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2011
2012 * widget.texi (Setting Up the Buffer): Remove mention of the
2013 global keymap parent, which doesn't seem to be accurate
2014 (bug#7045).
2015
5b409b39
BG
20162011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2017
2018 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2019
c0a8ae95
KR
20202010-07-10 Kevin Ryde <user42@zip.com.au>
2021
2022 * cl.texi (For Clauses): Add destructuring example processing an
2023 alist (bug#6596).
2024
ac6531ad
LMI
20252011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2026
2027 * ediff.texi (Major Entry Points): Remove mention of `require',
2028 since that's not pertinent in the installed Emacs (bug#9016).
2029
d30dd079
G
20302011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2031
2032 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
2033 (Filtering New Groups): Clarify how simple the "options -n" format is.
2034 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2035 is internal.
d30dd079 2036
862c0d68
MA
20372011-07-04 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * tramp.texi (Cleanup remote connections): Add
2040 `tramp-cleanup-this-connection'.
2041
cd865a33
G
20422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
2044 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2045 zombies.
2046 (Checking New Groups): Ditto (bug#8974).
7d1738f1 2047 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
2048
20492011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2050
2051 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2052 backups, and not actual vc (bug#8975).
2053
79414ae4
KR
20542011-07-03 Kevin Ryde <user42@zip.com.au>
2055
2056 * cl.texi (For Clauses): @items for hash-values and key-bindings
2057 to make them more visible when skimming. Add examples of `using'
2058 clause to them, examples being clearer than a description in
2059 words (bug#6599).
2060
847ccf7c
AM
20612011-07-01 Alan Mackenzie <acm@muc.de>
2062
2063 * cc-mode.texi (Guessing the Style): New page.
2064 (Styles): Add a short introduction to above.
2065
3da13bb9
DD
20662011-06-28 Deniz Dogan <deniz@dogan.se>
2067
2068 * rcirc.texi (Configuration): Bug-fix:
2069 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2070 Reported by Elias Pipping <pipping@exherbo.org>.
2071
60a0884e
G
20722011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (Summary Mail Commands): Document
2075 `gnus-summary-reply-to-list-with-original'.
2076
0c7efc08
SM
20772011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * eshell.texi (Known problems): Fix typo.
2080
ea3596a2
MA
20812011-06-12 Michael Albinus <michael.albinus@gmx.de>
2082
0c7efc08 2083 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
2084 (Password handling): `auth-source-debug' is good for debug messages.
2085
2da9c605
G
20862011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2087
2088 * gnus.texi (Store custom flags and keywords): Refer to
2089 `gnus-registry-article-marks-to-{chars,names}' instead of
2090 `gnus-registry-user-format-function-{M,M2}'.
2091
e61923c8
GM
20922011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 * texinfo.tex: Merge from gnulib.
2095
627abcdd
TZ
20962011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2097
2098 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
2099 (Store custom flags and keywords):
2100 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
2101 `gnus-registry-user-format-function-M2'.
2102
a3c92bc1
EZ
21032011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2104
8f906c40 2105 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 2106
85d870a9
GM
21072011-05-17 Glenn Morris <rgm@gnu.org>
2108
2109 * gnus.texi (Face): Fix typo.
2110
2cdee799
GM
21112011-05-14 Glenn Morris <rgm@gnu.org>
2112
2113 * dired-x.texi (Omitting Examples): Minor addition.
2114
79b70037
GM
21152011-05-10 Jim Meyering <meyering@redhat.com>
2116
2117 * ede.texi: Fix typo "or or -> or".
2118
a7111a62 21192011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
2120
2121 * gnus.texi (Summary Buffer Lines):
2122 gnus-summary-user-date-format-alist does not exist.
2123 (Sorting the Summary Buffer): More about sorting threads.
2124
69026aba
MA
21252011-04-25 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * trampver.texi: Update release number.
2128
9024ff79
MA
21292011-04-14 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * tramp.texi (Frequently Asked Questions): New item for disabling
2132 Tramp in other packages.
2133
c3c65d73
TZ
21342011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2135
2136 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
2137 (Fancy splitting to parent, Store arbitrary data):
2138 Updated gnus-registry docs.
c3c65d73 2139
9ec6a317
JB
21402011-04-13 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * ede.texi: Fix typos.
2143
1e3b6001
G
21442011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
9ec6a317
JB
2146 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2147 It's @table @code.
1e3b6001 2148
a5954fa5
G
21492011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2150
ed9265fc 2151 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 2152
d71990a1
JB
21532011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2154
2155 * calc.texi (Logarithmic Units): Update the function names.
2156
1518e4f0
G
21572011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2158
2159 * message.texi (Various Commands): Document format specs in the
2160 ellipsis.
2161
a123622d
G
21622011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2163
2164 * message.texi (Insertion Variables): Document message-cite-style.
2165
21662011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
2167
2168 * tramp.texi (Remote processes): New subsection "Running shell on
2169 a remote host".
2170
4248cca2
TZ
21712011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2172
2173 * auth.texi (Help for developers): Update docs to explain that the
2174 :save-function will only run the first time.
2175
54ce11a1
GM
21762011-03-12 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2179 (emacs-faq.text): New target.
2180 (clean): Add emacs-faq.
2181
0c3b25f8
MA
21822011-03-12 Michael Albinus <michael.albinus@gmx.de>
2183
2184 Sync with Tramp 2.2.1.
2185
2186 * trampver.texi: Update release number.
2187
b740639e
GM
21882011-03-11 Glenn Morris <rgm@gnu.org>
2189
2190 * Makefile.in (HTML_TARGETS): New.
2191 (clean): Delete $HTML_TARGETS.
2192 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2193
733afdf4
TZ
21942011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2195
2196 * auth.texi (Help for developers): Show example of using
2197 `auth-source-search' with prompts and :save-function.
2198
33383987
JB
21992011-03-07 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * Version 23.3 released.
2202
a5057546
G
22032011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2204
2205 * message.texi (Message Buffers): Update default value of
2206 message-generate-new-buffers.
2207
479a2c9b
JB
22082011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2209
2210 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2211 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2212 respectively.
05a29101
JB
2213 (Musical Notes): New section.
2214 (Customizing Calc): Mention the customizable variable
2215 calc-note-threshold.
479a2c9b 2216
e0535b76
GM
22172011-03-03 Glenn Morris <rgm@gnu.org>
2218
2219 * url.texi (Dealing with HTTP documents): Remove reference to
2220 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 2221 (Configuration): Update url-configuration-directory description.
e0535b76 2222
2777ccbf
GM
22232011-03-02 Glenn Morris <rgm@gnu.org>
2224
2225 * dired-x.texi (Multiple Dired Directories): Remove mentions
2226 of dired-default-directory-alist and dired-default-directory.
2227 Move dired-smart-shell-command here...
2228 (Miscellaneous Commands): ... from here.
2229
257219bd
PE
22302011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2231
2232 * texinfo.tex: Update to version 2011-02-24.09.
2233
8889f4e2
GM
22342011-03-02 Glenn Morris <rgm@gnu.org>
2235
2236 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2237 instead of the obsoleted dired-omit-here-always.
2238
5d41af19
MA
22392011-02-28 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2242 supported systems.
2243
2b0c7330 22442011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2245
61cf3a76
GM
2246 * dbus.texi (Type Conversion): Grammar fix.
2247
cce7d530 22482011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2249
cce7d530
GM
2250 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2251 "Debian GNU/Linux".
51a13bdd 2252
cce7d530
GM
2253 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2254
817b48a7
GM
22552011-02-23 Glenn Morris <rgm@gnu.org>
2256
cce7d530
GM
2257 * dired-x.texi (Features): Minor rephrasing.
2258 (Local Variables): Fix typos.
47301027
GM
2259
2260 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2261 Standardize some Emacs/XEmacs terminology.
2262
817b48a7
GM
2263 * dired-x.texi (Features): Don't advertise obsolete local variables.
2264 Simplify layout.
2265 (Omitting Variables): Update local variables example.
2266 (Local Variables): Say this is obsolete. Fix description of
2267 dired-enable-local-variables possible values.
2268
4a3988d5
G
22692011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2270
2271 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2272 default now.
2273
8e22bee0
G
22742011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2275
2276 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2277
06b840e0
LI
22782011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2279
2280 * gnus.texi (Window Layout): Document layout names.
2281
67ab0163 22822011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2283
2284 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2285 * auth.texi: Sync @dircategory with ../../info/dir.
2286 * autotype.texi: Sync @dircategory with ../../info/dir.
2287 * calc.texi: Sync @dircategory with ../../info/dir.
2288 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2289 * cl.texi: Sync @dircategory with ../../info/dir.
2290 * dbus.texi: Sync @dircategory with ../../info/dir.
2291 * dired-x.texi: Sync @dircategory with ../../info/dir.
2292 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2293 * ede.texi: Sync @dircategory with ../../info/dir.
2294 * ediff.texi: Sync @dircategory with ../../info/dir.
2295 * edt.texi: Sync @dircategory with ../../info/dir.
2296 * eieio.texi: Sync @dircategory with ../../info/dir.
2297 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2298 * epa.texi: Sync @dircategory with ../../info/dir.
2299 * erc.texi: Sync @dircategory with ../../info/dir.
2300 * eshell.texi: Sync @dircategory with ../../info/dir.
2301 * eudc.texi: Sync @dircategory with ../../info/dir.
2302 * flymake.texi: Sync @dircategory with ../../info/dir.
2303 * forms.texi: Sync @dircategory with ../../info/dir.
2304 * gnus.texi: Sync @dircategory with ../../info/dir.
2305 * idlwave.texi: Sync @dircategory with ../../info/dir.
2306 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2307 * message.texi: Sync @dircategory with ../../info/dir.
2308 * mh-e.texi: Sync @dircategory with ../../info/dir.
2309 * newsticker.texi: Sync @dircategory with ../../info/dir.
2310 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2311 * org.texi: Sync @dircategory with ../../info/dir.
2312 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2313 * pgg.texi: Sync @dircategory with ../../info/dir.
2314 * rcirc.texi: Sync @dircategory with ../../info/dir.
2315 * reftex.texi: Sync @dircategory with ../../info/dir.
2316 * remember.texi: Sync @dircategory with ../../info/dir.
2317 * sasl.texi: Sync @dircategory with ../../info/dir.
2318 * sc.texi: Sync @dircategory with ../../info/dir.
2319 * semantic.texi: Sync @dircategory with ../../info/dir.
2320 * ses.texi: Sync @dircategory with ../../info/dir.
2321 * sieve.texi: Sync @dircategory with ../../info/dir.
2322 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2323 * speedbar.texi: Sync @dircategory with ../../info/dir.
2324 * trampver.texi [emacs]: Set emacsname to "Emacs".
2325 * tramp.texi: Sync @dircategory with ../../info/dir.
2326 * url.texi: Sync @dircategory with ../../info/dir.
2327 * vip.texi: Sync @dircategory with ../../info/dir.
2328 * viper.texi: Sync @dircategory with ../../info/dir.
2329 * widget.texi: Sync @dircategory with ../../info/dir.
2330 * woman.texi: Sync @dircategory with ../../info/dir.
2331
30abce25
GM
23322011-02-19 Glenn Morris <rgm@gnu.org>
2333
0c7efc08
SM
2334 * dired-x.texi (Technical Details): No longer redefines
2335 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2336 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2337
f31f8469
GM
23382011-02-18 Glenn Morris <rgm@gnu.org>
2339
2340 * dired-x.texi (Optional Installation File At Point): Simplify.
2341
35123c04
TZ
23422011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2343
2344 * auth.texi (Help for users): Use :port instead of :protocol for all
2345 auth-source docs.
7ba93e94
G
2346 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2347 to have two files in `auth-sources'.
35123c04 2348
da5e0ce4
GM
23492011-02-16 Glenn Morris <rgm@gnu.org>
2350
b322c9af
GM
2351 * dired-x.texi: Use emacsver.texi to get Emacs version.
2352 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2353 Depend on emacsver.texi.
2354
07ca5555
GM
2355 * dired-x.texi: Drop meaningless version number.
2356 (Introduction): Remove old info.
2357 (Optional Installation Dired Jump): Autoload from dired-x.
2358 Remove incorrect info about loaddefs.el.
2359 (Bugs): Just refer to M-x report-emacs-bug.
2360
da5e0ce4
GM
2361 * dired-x.texi (Multiple Dired Directories): Update for rename of
2362 default-directory-alist.
2363 (Miscellaneous Commands): No longer mention very old VM version 4.
2364
bb55f713
PE
23652011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2366
2367 Merge from gnulib.
2368 * texinfo.tex: Update to version 2011-02-14.11.
2369
5415d076
G
23702011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2371
da5e0ce4
GM
2372 * auth.texi (Help for users):
2373 Login collection is "Login" and not "login".
5415d076 2374
14029d4b
MA
23752011-02-13 Michael Albinus <michael.albinus@gmx.de>
2376
2377 * tramp.texi (History): Remove IMAP support.
2378 (External methods, Frequently Asked Questions): Remove `imap' and
2379 `imaps' methods.
2380 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2381
2382 * trampver.texi: Remove default value of `emacsimap'.
2383
8a36c07f
GM
23842011-02-13 Glenn Morris <rgm@gnu.org>
2385
2386 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2387 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2388
165bc5a0
GM
23892011-02-12 Glenn Morris <rgm@gnu.org>
2390
2391 * sc.texi (Getting Connected): Remove old index entries.
2392
5415d076 23932011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2394
2395 * url.texi: Remove duplicate @dircategory (Bug#7942).
2396
b8e0f0cd
G
23972011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2398
8a36c07f
GM
2399 * auth.texi (Overview, Help for users, Help for developers):
2400 Update docs.
b8e0f0cd
G
2401 (Help for users): Talk about spaces.
2402
caf82551
PE
24032011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2404
2405 * texinfo.tex: Update to version 2011-02-07.16.
2406
1ff98217
MA
24072011-02-07 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * dbus.texi (Bus names): Adapt descriptions for
2410 dbus-list-activatable-names and dbus-list-known-names.
2411
2e78df6b
JB
24122011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2413
2414 * calc.texi (Logarithmic Units): New section.
2415
7fbf7cae
TZ
24162011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2417
2418 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2419 manuals use it now.
2420
0c7efc08 2421 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2422
156ad271
KY
24232011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * overrides.texi: Remove.
2426
2427 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2428 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2429
36539990
MA
24302011-02-05 Michael Albinus <michael.albinus@gmx.de>
2431
2432 * tramp.texi (Frequently Asked Questions): Mention problems with
2433 WinSSHD.
2434
2435 * trampver.texi: Update release number.
2436
24372011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2438
2439 * tramp.texi:
2440 Replace "delimet" with "delimit" globally.
2441 Replace "explicite" with "explicit" globally.
2442 Replace "instead of" with "instead" where there was nothing after "of".
2443 Audit use of comma before interrogative pronoun, "that", or "which".
2444 Minor word order, spelling, wording changes.
2445
ec72bf63
G
24462011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2447
2448 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2449
2450 * sieve.texi: Use WEBHACKDEVEL.
2451
2452 * sasl.texi: Use WEBHACKDEVEL.
2453
2454 * pgg.texi: Use WEBHACKDEVEL.
2455
2456 * message.texi: Use WEBHACKDEVEL.
2457
2458 * gnus.texi: Use WEBHACKDEVEL.
2459
2460 * emacs-mime.texi: Use WEBHACKDEVEL.
2461
2462 * auth.texi: Use WEBHACKDEVEL.
2463
2464 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2465 manuals.
2466
24672011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2468
2469 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2470
90b750f4
PE
24712011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2472
2473 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2474 which in turn is copied from ftp://tug.org/tex/.
2475
0e751a49
GM
24762011-02-03 Glenn Morris <rgm@gnu.org>
2477
2478 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2479 (Binding combinations of modifiers and function keys):
2480 Let's assume people reading this are not using Emacs 18.
2481
7f13c2e2
LI
24822011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2483
2484 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2485 since it's run automatically.
2486
d76c843e
LI
24872011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2488
2489 * gnus.texi (Customizing Articles): Fix typo.
2490
12e3ca0a
LI
24912011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2492
2493 * gnus.texi (Customizing Articles): Document the new way of customizing
2494 the date headers(s).
2495
fe72c8fa
LI
24962011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2497
2498 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2499 splitting example.
2500
bf3dae7e
EZ
25012011-01-29 Eli Zaretskii <eliz@gnu.org>
2502
2503 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2504 (MAKEINFO_OPTS): New variable.
2505 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2506 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2507 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2508 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2509 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2510 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2511 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2512 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2513 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2514 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2515 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2516 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2517 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2518 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2519 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2520 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2521 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2522 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2523
d6f13ac8
LI
25242011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2525
2526 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2527
c5ecc769
G
25282011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2529
2530 * message.texi (IDNA): Explain what it is.
2531
25322011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2533
2534 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2535
45eb2a5d
WL
25362011-01-23 Werner Lemberg <wl@gnu.org>
2537
2538 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2539 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2540 (ENVADD): Update.
45eb2a5d 2541
6872a814
GM
25422011-01-18 Glenn Morris <rgm@gnu.org>
2543
2544 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2545
77ab81d0 25462011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2547
2548 * nxml-mode.texi (Introduction): Fix file name typos.
2549
d221e780
CO
25502011-01-13 Christian Ohler <ohler@gnu.org>
2551
2552 * ert.texi: New file.
2553
2554 * Makefile.in:
2555 * makefile.w32-in: Add ert.texi.
2556
8c904d82
MA
25572011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2558
2559 * dbus.texi (Receiving Method Calls): New function
2560 dbus-register-service. Rearrange node.
2561
f56e0e7a
PE
25622011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2563
2564 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2565 which in turn is copied from ftp://tug.org/tex/.
2566
0fadf00e
MA
25672011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2568
2569 * dbus.texi (Receiving Method Calls): Describe new optional
2570 parameter dont-register-service of dbus-register-{method,property}.
2571
8b358e90
DU
25722010-12-17 Daiki Ueno <ueno@unixuser.org>
2573
0c7efc08
SM
2574 * epa.texi (Encrypting/decrypting *.gpg files):
2575 Mention epa-file-select-keys.
8b358e90 2576
549c9aed
G
25772010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * gnus.texi (Archived Messages): Remove outdated text.
2580
25812010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2582
0c7efc08 2583 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2584
156e3f9c
G
25852010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2586
83f3eadc 2587 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2588
8151d490
AC
25892010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2590
2591 * gnus.texi (The swish++ Engine): Add customizable parameters
2592 descriptions.
2593 (The swish-e Engine): Ditto.
2594
305bdd22
MA
25952010-12-14 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * tramp.texi (Inline methods): Add "ksu" method.
2598 (Remote processes): Add example with remote `default-directory'.
2599
53aff12a
GM
26002010-12-14 Glenn Morris <rgm@gnu.org>
2601
2602 * faq.texi (Expanding aliases when sending mail):
2603 Now build-mail-aliases is interactive.
2604
8a1cdce5
AC
26052010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2606
2607 * gnus.texi: First pass at adding (rough) nnir documentation.
2608
7410c270
G
26092010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
53aff12a
GM
2611 * gnus.texi (Filtering New Groups):
2612 Mention gnus-auto-subscribed-categories.
2613 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2614 removed.
2615
f49d1f52 26162010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2617
2618 * cl.texi (For Clauses): Small fixes for frames and windows.
2619
acedf35c
CD
26202010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2621
2622 * org.texi (Using capture): Document using prefix arguments for
2623 finalizing capture.
2624 (Agenda commands): Document prefix argument for the bulk scatter
2625 command.
2626 (Beamer class export): Document that also overlay arguments can be
2627 passed to the column environment.
2628 (Template elements): Document the new entry type.
2629
26302010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2631
2632 * org.texi (Include files): Document :minlevel.
2633
26342010-12-11 Julien Danjou <julien@danjou.info>
2635
2636 * org.texi (Categories): Document category icons.
2637
26382010-12-11 Eric Schulte <schulte.eric@gmail.com>
2639
2640 * org.texi (noweb): Fix typo.
2641
516aa569
G
26422010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2643
2644 * gnus.texi (Server Commands): Point to the rest of the server
2645 commands.
2646
04db63bc
G
26472010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
2649 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2650 g'.
2651
ed797193
G
26522010-12-02 Julien Danjou <julien@danjou.info>
2653
2654 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2655
26562010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2657
2658 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2659 (Direct Functions): Note the STARTTLS upgrade.
2660
07976ae3 26612010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2662 James Clark <none@example.com>
d3dfb185
GM
2663
2664 * nxml-mode.texi (Introduction): New section.
2665
59e75882
G
26662010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2667
2668 * gnus.texi (Server Commands): Document gnus-server-show-server.
2669
568a887f
MA
26702010-11-20 Michael Albinus <michael.albinus@gmx.de>
2671
2672 Sync with Tramp 2.2.0.
2673
2674 * trampver.texi: Update release number.
2675
1265829e
JB
26762010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2677
2678 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2679 Mention that the TeX specific units won't use the `tex' prefix
2680 in TeX mode.
2681
239661c0
KY
26822010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2683
2684 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2685
4a47c275 26862010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2687
2688 * edt.texi: Remove information about Emacs 19.
2689
4a47c275 26902010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2691
2692 * trampver.texi: Update release number.
2693
2f0e0dc8
KY
26942010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2695
2696 * gnus.texi (Article Washing): Fix typo.
2697
afe98dfa
CD
26982010-11-11 Noorul Islam <noorul@noorul.com>
2699
56f5a94e 2700 * org.texi: Fix typo.
afe98dfa
CD
2701
27022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2703
2704 * org.texi (Using capture): Explain that refiling is
2705 sensitive to cursor position.
2706
27072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2708
56f5a94e 2709 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2710
27112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2712
2713 * org.texi: Document the <c> cookie.
2714
27152010-11-11 Eric Schulte <schulte.eric@gmail.com>
2716
bd7239f5 2717 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2718 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2719
27202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2721
56f5a94e 2722 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2723
27242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2725
56f5a94e 2726 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2727
27282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2729
2730 * org.texi (Setting up the staging area): Document that
2731 file names remain visible when encrypting the MobileOrg files.
2732
27332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2734
2735 * org.texi (Setting up the staging area): Document which
2736 versions are needed for encryption.
2737
27382010-11-11 Eric Schulte <schulte.eric@gmail.com>
2739
56f5a94e
GM
2740 * org.texi (noweb): Update :noweb documentation to
2741 reflect the new "tangle" argument.
afe98dfa
CD
2742
27432010-11-11 Eric Schulte <schulte.eric@gmail.com>
2744
56f5a94e
GM
2745 * org.texi (Batch execution): Improve tangling script in
2746 documentation.
afe98dfa
CD
2747
27482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2749
2750 * org.texi (Handling links):
2751 (In-buffer settings): Document inlining images on startup.
2752
27532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2754
2755 * org.texi (Setting up the staging area): Document use of
2756 crypt password.
2757
27582010-11-11 David Maus <dmaus@ictsoc.de>
2759
56f5a94e 2760 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2761
27622010-11-11 David Maus <dmaus@ictsoc.de>
2763
56f5a94e
GM
2764 * org.texi (Template expansion): Add mew in table for link type
2765 escapes.
afe98dfa
CD
2766
27672010-11-11 David Maus <dmaus@ictsoc.de>
2768
56f5a94e 2769 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2770
27712010-11-11 Eric Schulte <schulte.eric@gmail.com>
2772
56f5a94e 2773 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2774
27752010-11-11 Eric Schulte <schulte.eric@gmail.com>
2776
56f5a94e 2777 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2778
27792010-11-11 Eric Schulte <schulte.eric@gmail.com>
2780
56f5a94e
GM
2781 * org.texi (Structure of code blocks):
2782 Update documentation to mention inline code block syntax.
afe98dfa
CD
2783
27842010-11-11 Eric Schulte <schulte.eric@gmail.com>
2785
56f5a94e 2786 * org.texi (comments): Improve wording.
afe98dfa
CD
2787
27882010-11-11 Eric Schulte <schulte.eric@gmail.com>
2789
56f5a94e 2790 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2791
27922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2793
2794 * org.texi (Installation): Remove the special
2795 installation instructions for XEmacs.
2796
27972010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2798
56f5a94e 2799 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2800 insertion of empty structural elements.
2801
28022010-11-11 Noorul Islam <noorul@noorul.com>
2803
56f5a94e 2804 * org.texi: Fix doc.
afe98dfa
CD
2805
28062010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2807
2808 * org.texi (The date/time prompt): Document specification
2809 of time ranges.
2810
28112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2812
2813 * org.texi (Internal links): Document the changes in
2814 internal links.
2815
28162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2817
2818 * org.texi (Agenda commands): Document the limitation for
2819 the filter preset - it can only be used for an entire agenda
2820 view, not in an individual block in a block agenda.
2821
28222010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2823
2824 * org.texi (iCalendar export): Document alarm creation.
2825
6f8fc60c
MA
28262010-11-10 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2829
be3c11b3
LMI
28302010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2831
2832 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2833
d607b96b 28342010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2835
d607b96b 2836 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2837
181cb5fb
G
28382010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2839
2840 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2841 since that works by default.
2842
28432010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2844
2845 * gnus.texi (Customizing the IMAP Connection): Document
2846 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2847
36bc5d3b
MA
28482010-11-04 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * tramp.texi (Remote shell setup): New item "Interactive shell
2851 prompt". Reported by Christian Millour <cm@abtela.com>.
2852 (Remote shell setup, Remote processes): Use @code{} for
2853 environment variables.
2854
cf503f7c
GM
28552010-11-03 Glenn Morris <rgm@gnu.org>
2856
537b04b9 2857 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2858 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2859
389b76fa
G
28602010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2861
2862 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2863
2699a554 28642010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2865
2866 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2867
2699a554 28682010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2869
2870 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2871
99e65b2d
G
28722010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2873
0c7efc08
SM
2874 * gnus.texi (Client-Side IMAP Splitting):
2875 Mention nnimap-unsplittable-articles.
99e65b2d
G
2876
28772010-10-29 Julien Danjou <julien@danjou.info>
2878
2879 * gnus.texi (Finding the News): Remove references to obsoletes
2880 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2881
aeeb3dcb
EZ
28822010-10-29 Eli Zaretskii <eliz@gnu.org>
2883
2884 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2885 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2886 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2887 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2888
8289f37b
GM
28892010-10-28 Glenn Morris <rgm@gnu.org>
2890
2891 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2892 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2893 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2894
d85d3b3a
DU
28952010-10-25 Daiki Ueno <ueno@unixuser.org>
2896
2897 * epa.texi (Mail-mode integration): Add alternative key bindings
2898 for epa-mail commands; escape comma.
c05c2b9b 2899 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2900
9f534a47
JB
29012010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2902
99e65b2d 2903 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2904
5793a7bc 29052010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2906
2907 * gnus.texi (Group Parameters, Buttons): Fix typos.
2908
280f417b
G
29092010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2910
2911 * gnus.texi (Subscription Commands): Mention that you can also
2912 subscribe to new groups via the Server buffer, which is probably more
2913 convenient when subscribing to many groups.
2914
d806c872
G
29152010-10-21 Julien Danjou <julien@danjou.info>
2916
2917 * message.texi (Message Headers): Allow message-default-headers to be a
2918 function.
2919
d5798f68
LMI
29202010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus-news.texi: Mention new archive defaults.
2923
b79bbef7
KY
29242010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2925
2926 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2927
2526f423
G
29282010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
2930 * gnus.texi (HTML): Document the function value of
2931 gnus-blocked-images.
2932 (Article Washing): shr and gnus-w3m, not the direct function names.
2933
ba91f05d
G
29342010-10-20 Julien Danjou <julien@danjou.info>
2935
2936 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2937 variable.
2938
da451787
LMI
29392010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2940
2941 * gnus.texi (Customizing the IMAP Connection): The port strings are
2942 strings.
c872595d 2943 (Document Groups): Mention git.
da451787 2944
7cad71ad
G
29452010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2948 bzr/Gnus git sync.
2949
c56dfd36
EZ
29502010-10-15 Eli Zaretskii <eliz@gnu.org>
2951
2952 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2953 change.
2954
a1d16a7b
G
29552010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2956
2957 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2958 @item syntax for in-Emacs makeinfo.
2959
29602010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2961
2962 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2963 trim sentence.
2964
98e2b864
DU
29652010-10-12 Daiki Ueno <ueno@unixuser.org>
2966
2967 * epa.texi (Caching Passphrases):
0c7efc08
SM
2968 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2969 Clarify some configurations require to set up gpg-agent.
98e2b864 2970
c12e4a81
GM
29712010-10-11 Glenn Morris <rgm@gnu.org>
2972
2973 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2974
f7aa248a
G
29752010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2976
2977 * gnus.texi (Spam Package Introduction): Mention `$'.
2978
6513b232
EZ
29792010-10-09 Eli Zaretskii <eliz@gnu.org>
2980
2981 * makefile.w32-in (emacsdir): New variable.
2982 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2983 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2984
abd40fb4
GM
29852010-10-09 Glenn Morris <rgm@gnu.org>
2986
0f05450f
GM
2987 * Makefile.in (mostlyclean): Delete *.toc.
2988
d3a4ac46
GM
2989 * Makefile.in: Use $< in rules.
2990
aa9db089
GM
2991 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2992
abd40fb4
GM
2993 * Makefile.in ($(infodir)): Delete rule.
2994 (mkinfodir): New. Use it in all the info rules, rather than depending
2995 on infodir.
2996
ea274122
GM
29972010-10-09 Glenn Morris <rgm@gnu.org>
2998
6e90e2a8
GM
2999 * gnus.texi (Article Washing): Fix previous change.
3000
f7a31f11
GM
3001 * Makefile.in (emacsdir): New variable.
3002 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
3003 Depend on emacsver.texi.
3004
f7a31f11
GM
3005 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3006
ea274122
GM
3007 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3008
36d3245f
G
30092010-10-08 Julien Danjou <julien@danjou.info>
3010
f7a31f11 3011 * gnus.texi: Add mm-shr.
36d3245f
G
3012
30132010-10-08 Ludovic Courtès <ludo@gnu.org>
3014
3015 * gnus.texi (Finding the Parent, The Gnus Registry)
3016 (Registry Article Refer Method): Update docs for nnregistry.el.
3017
30182010-10-08 Daiki Ueno <ueno@unixuser.org>
3019
3020 * auth.texi (Help for users)
3021 (GnuPG and EasyPG Assistant Configuration): Update docs.
3022
12359245
GM
30232010-10-08 Glenn Morris <rgm@gnu.org>
3024
3025 * cl.texi (Organization, Installation, Old CL Compatibility):
3026 Deprecate cl-compat for new code.
4628bef1 3027 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
3028
3029 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3030
fcf2d385
KY
30312010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3032
3033 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3034
66627fa9
G
30352010-10-06 Julien Danjou <julien@danjou.info>
3036
fd9ba500
JD
3037 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3038
66627fa9
G
3039 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3040 broken link.
3041
3042 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3043
3044 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3045 to ReiserFS.
3046
3047 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3048 (FAQ 7-1): Fix getmail URL.
3049
65f54520
DU
30502010-10-06 Daiki Ueno <ueno@unixuser.org>
3051
3052 * epa.texi (Caching Passphrases): New section.
3053
4c83f6e1
GM
30542010-10-06 Glenn Morris <rgm@gnu.org>
3055
3056 * Makefile.in (SHELL): Set it.
3057 (info): Move the mkdir dependency to the individual info files.
3058 (mostlyclean): Tidy up.
3059 (clean): Only delete the specific dvi and pdf files.
3060 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 3061 ($(infodir)): Add parallel build workaround.
4c83f6e1 3062
71e691a5
G
30632010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3064
3065 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3066
a41c2e6d
G
30672010-10-03 Julien Danjou <julien@danjou.info>
3068
0c7efc08
SM
3069 * emacs-mime.texi (Display Customization):
3070 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
3071 mm-inline-large-images-proportion.
3072
37255945
MA
30732010-10-03 Michael Albinus <michael.albinus@gmx.de>
3074
0c7efc08
SM
3075 * tramp.texi (Frequently Asked Questions):
3076 Mention remote-file-name-inhibit-cache.
37255945 3077
11e4e7bd
LMI
30782010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3079
3080 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 3081 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 3082
cb83220a
KY
30832010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3084
0c7efc08
SM
3085 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3086 (Article Hiding): Add google banner example.
3087 Suggested by Benjamin Xu.
cb83220a 3088
6b958814
G
30892010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3090
0c7efc08
SM
3091 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3092 Remove nnimap-split-rule from examples.
6b958814
G
3093
30942010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3095
3096 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3097 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3098 Fishman.
3099 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3100
31012010-09-30 Julien Danjou <julien@danjou.info>
3102
3103 * gnus.texi (Gravatars): Fix documentation about
3104 gnu-gravatar-properties.
3105
b9476c04
DU
31062010-09-29 Daiki Ueno <ueno@unixuser.org>
3107
3108 * epa.texi (Bug Reports): New section.
3109
5f874327
GM
31102010-09-29 Glenn Morris <rgm@gnu.org>
3111
3112 * Makefile.in (top_srcdir): Remove unused variable.
3113
6b958814
G
31142010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3115
3116 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3117 (Client-Side IMAP Splitting): Document 'default.
3118
31192010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3120
0c7efc08
SM
3121 * gnus.texi (Customizing the IMAP Connection):
3122 Document nnimap-fetch-partial-articles.
6b958814 3123
82bccbfa
KY
31242010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3125
3126 * gnus-news.texi: Mention nnimap-inbox.
3127
3128 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3129
31302010-09-26 Julien Danjou <julien@danjou.info>
3131
47e08896 3132 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
3133
31342010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3135
3136 * gnus.texi (Security): Remove gpg.el mention.
3137
31382010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3139
3140 * gnus.texi (Browse Foreign Server): New variable
3141 gnus-browse-subscribe-newsgroup-method.
3142
3143 * gnus-news.texi: Mention it.
3144
31452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
0c7efc08 3147 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
3148 (Startup Variables): No jingle.
3149
4c964351
UM
31502010-09-25 Ulrich Mueller <ulm@gentoo.org>
3151
3152 * woman.texi (Interface Options): xz compression is now supported.
3153
82bccbfa
KY
31542010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3155
3156 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3157 (Unavailable Servers): Document gnus-server-copy-server.
3158 (Using IMAP): Document the new nnimap.
3159
31602010-09-25 Julien Danjou <julien@danjou.info>
3161
47e08896 3162 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 3163
18778f71
GM
31642010-09-24 Glenn Morris <rgm@gnu.org>
3165
3166 * url.texi (Disk Caching): Tweak previous change.
3167
9c766321
JD
31682010-09-24 Julien Danjou <julien@danjou.info>
3169
3170 * url.texi (Disk Caching): Mention url-cache-expire-time,
3171 url-cache-expired, and url-fetch-from-cache.
3172
82bccbfa
KY
31732010-09-24 Julien Danjou <julien@danjou.info>
3174
3175 * gnus.texi: Add Gravatars.
3176
31772010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3178
3179 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3180
592bdb9a
LMI
31812010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * gnus.texi (Expunging mailboxes): Update name of the expunging
3184 command.
3185
e4e22d29
KY
31862010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3187
3188 * emacs-mime.texi (rfc2047): Update description for
3189 rfc2047-encode-parameter.
3190
371d9801
MA
31912010-09-13 Michael Albinus <michael.albinus@gmx.de>
3192
3193 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3194 "fish" methods.
3195 (External methods): Remove "scp1_old" and "scp2_old" methods.
3196
31ae5827
MA
31972010-09-09 Michael Albinus <michael.albinus@gmx.de>
3198
3199 * tramp.texi: Remove Japanese manual. Fix typo.
3200
3201 * trampver.texi: Update release number. Remove japanesemanual.
3202
c0468714
GM
32032010-09-09 Glenn Morris <rgm@gnu.org>
3204
3205 * org.texi: Restore clobbered changes (copyright years, untabify).
3206
86441999
JD
32072010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3208
3209 * gnus.texi (Adaptive Scoring): Fix typo.
3210
25f28806
LMI
32112010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
3213 * gnus.texi (Article Display): Document gnus-html-show-images.
3214
45240125 32152010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 3216
45240125
JD
3217 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3218
59d09f15
LMI
32192010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * gnus.texi (HTML): Document gnus-max-image-proportion.
3222
2cdd366f
KY
32232010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3224
51dee5ef
KY
3225 * gnus.texi (HTML): Document gnus-blocked-images.
3226
2cdd366f
KY
3227 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3228
b0e4f3fc
KY
32292010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
3231 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3232 the first message are used for wide replies.
f02566ce
KY
3233 (Changing Servers): Remove documentation on gnus-change-server and
3234 friends, since it's been removed.
b0e4f3fc 3235
598451ed
KY
32362010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3237
3238 * gnus.texi (Drafts): Mention B DEL.
3239
e7842e69
KY
32402010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3241
3242 * gnus.texi (Delayed Articles): Mention that the Date header is the
3243 original one, even if you delay.
3244
85115796
KY
32452010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
0c7efc08
SM
3247 * gnus.texi (Asynchronous Fetching):
3248 Document gnus-async-post-fetch-function.
85115796
KY
3249 (HTML): Made into its own section.
3250
f0b44bc0
MA
32512010-08-26 Michael Albinus <michael.albinus@gmx.de>
3252
3253 Sync with Tramp 2.1.19.
3254
217876c9 3255 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
3256 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3257 Remove remark about doubled "-t" argument.
217876c9
MA
3258 (Auto-save and Backup): Remove reference to Emacs 21.
3259 (Filename Syntax): Describe port numbers.
3260 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3261 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3262 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3263 errors with the backquotes.
3264 (External packages): File attributes cache flushing for asynchronous
3265 processes.
3266 (Traces and Profiles): Describe verbose level 9.
3267
f0b44bc0
MA
3268 * trampver.texi: Update release number.
3269
7457f7b6
MA
32702010-08-23 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * dbus.texi (Alternative Buses): New chapter.
3273
b695beda
SM
32742010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3277
443c2c03
JB
32782010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3279
3280 * calc.texi (Customizing Calc): Rearrange description of new
3281 variables to match the presentation of other variables.
3282
7815fe19 32832010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3284
3285 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3286
2c695727
JB
32872010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3288
3289 * calc.texi (Making Selections, Selecting Subformulas)
3290 (Customizing Calc): Mention how to use faces to emphasize selected
3291 sub-formulas.
3292
bbb6ffa1
MA
32932010-08-05 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * tramp.texi (External packages): File attributes cache flushing
3296 for asynchronous processes.
3297
5cee0a9c
AM
32982010-08-01 Alan Mackenzie <acm@muc.de>
3299
3300 Enhance the manual for the latest Java Mode.
3301
3302 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3303 annotation-var-cont.
3304 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3305 two new symbols.
3306
3f2afe32
MA
33072010-07-28 Michael Albinus <michael.albinus@gmx.de>
3308
3309 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3310
0ed082fe 33112010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3312
3313 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3314
311f0356
JB
33152010-07-19 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3318
86fbb8ca
CD
33192010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3320
3321 * org.texi: Add macros to get plain quotes in PDF output.
3322 List additional contributors.
3323 (Capture): New section, replaces the section about remember.
3324 (Working With Source Code): New chapter, focused on documenting Org
3325 Babel.
3326 (Code evaluation security): New section.
3327 (MobileOrg): Document DropBox support.
3328 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3329 (Special symbols): Show how to display UTF8 characters for entities.
3330 (Global TODO list): Clarify the use of the "M" key and the differences
3331 to the "m" key.
3332 (RSS Feeds): Mention Atom feeds as well.
3333 (Setting tags): Remove paragraph about
3334 `org-complete-tags-always-offer-all-agenda-tags'.
3335
5732e8ed
MA
33362010-07-17 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3339 argument.
3340 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3341 echoing shells.
3342
ca1bb391
MA
33432010-07-10 Michael Albinus <michael.albinus@gmx.de>
3344
3345 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3346 (Filename Syntax): Describe port numbers.
3347
5bd55c3c
MA
33482010-07-09 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3351 forgotten.
3352 (Type Conversion): Precise conversion of natural numbers.
3353 (Errors and Events): Add "debugging" to concept index. Add variable
3354 `dbus-debug'.
3355
820ae8fe
MA
33562010-07-04 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * dbus.texi (Receiving Method Calls): Add optional argument
3359 EMITS-SIGNAL to `dbus-register-property'.
3360
b6f9df0f
JB
33612010-06-27 Alex Schroeder <alex@gnu.org>
3362
3363 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3364
62e034c2
GM
33652010-06-24 Glenn Morris <rgm@gnu.org>
3366
3367 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3368 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3369 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3370 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3371 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3372 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3373 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3374 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3375 convention. Make them end with a period.
3376
9360256a
GM
33772010-06-23 Glenn Morris <rgm@gnu.org>
3378
3379 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3380 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3381 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3382 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3383 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3384 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3385
04d3bb6c
GM
33862010-06-10 Glenn Morris <rgm@gnu.org>
3387
3388 * idlwave.texi (Load-Path Shadows):
3389 * org.texi (Handling links): Fix typos.
3390
5e7d4a75
KY
33912010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3392
3393 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3394
9841cb4f
MA
33952010-05-26 Michael Albinus <michael.albinus@gmx.de>
3396
3397 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3398 by an alias. (Bug#6226)
3399
597517ef
JB
34002010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3401
3402 * calc.texi (Manipulating Vectors): Mention that vectors can
3403 be used to determine bins for `calc-histogram'.
3404
14914c43
JB
34052010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3406
597517ef 3407 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3408
0235128c 34092010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3410
3411 * url.texi (HTTP language/coding, Customization):
3412 * message.texi (Header Commands, Responses):
3413 * cl.texi (Argument Lists): Fix typos.
3414
0235128c 34152010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3416
0235128c
SM
3417 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3418 Note that Development menu is always available.
aa5789b5
CY
3419 (Creating a project): Fix terminology.
3420 (Add/Remove files): Fix typo.
3421
0235128c
SM
34222010-05-07 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * Version 23.2 released.
3425
a628ad9d 34262010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3427
3428 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3429
502269d6
MA
34302010-05-01 Michael Albinus <michael.albinus@gmx.de>
3431
0235128c
SM
3432 * tramp.texi (Inline methods, Default Method):
3433 Mention `tramp-inline-compress-start-size'.
502269d6 3434
6e104790 34352010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3436
3437 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3438 the CVS repo. Put the Git repo in the news section.
3439
6e104790 3440 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3441 Removed some mentions of CVS. Mention the new Git repo.
3442
6e104790 34432010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3444
3445 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3446 (Mail Group Commands): Add index entry.
3447
6e104790 34482010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3449
3450 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3451
f8b91752
JB
34522010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3453
3454 * calc.texi (Radix modes): Mention that the option prefix will
3455 turn on twos-complement mode.
3456 (Inverse and Hyperbolic Flags): Mention the Option flag.
3457
ed21c5c8
CD
34582010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3459
3460 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3461 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3462 (Sectioning structure): Update.
3463 (References): New use case for field coordinates.
6e104790 3464 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3465 (Setting up the staging area): Document the availability of
3466 encryption for MobileOrg.
3467 (Images and tables): Document how to reference labels.
3468 (Index entries): New section.
3469 (Generating an index): New section.
3470 (Column width and alignment): Document that <N> now
3471 means a fixed width, not a maximum width.
3472 (Publishing options): Document the :email option.
3473 (Beamer class export): Fix bug in the BEAMER example.
3474 (Refiling notes): Document refile logging.
3475 (In-buffer settings): Document refile logging keywords.
3476 (Drawers): Document `C-c C-z' command.
3477 (Agenda commands): Mention the alternative key `C-c C-z'.
3478 (Special properties): Document the BLOCKED property.
3479 (The spreadsheet): Mention the formula editor.
3480 (References): Document field coordinates.
3481 (Publishing action): Correct the documentation for the
3482 publishing function.
3483 (The date/time prompt): Document that we accept dates
3484 like month/day/year.
3485 (Cooperation): Document the changes in table.el support.
3486 (Faces for TODO keywords, Faces for TODO keywords)
3487 (Priorities): Document the easy colors.
3488 (Visibility cycling): Document the new double prefix
3489 arg for `org-reveal'.
3490 (Cooperation): Remember.el is part of Emacs.
3491 (Clean view): Mention that `wrap-prefix' is also set by
3492 org-indent-mode.
3493 (Agenda commands): Add information about prefix args to
3494 scheduling and deadline commands.
3495 (Search view): Point to the docstring of
3496 `org-search-view' for more details.
6e104790 3497 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3498 (Setting tags): Document variable
3499 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3500 (Column attributes): Cross-reference special properties.
ed21c5c8 3501
456b348e
MA
35022010-04-10 Michael Albinus <michael.albinus@gmx.de>
3503
3504 Synchronize with Tramp repository.
3505
3506 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3507 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3508 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3509 syntax, texi2dvi reports errors with the backquotes.
3510
3511 * trampver.texi: Update release number.
3512
357e2d8e
KY
35132010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3514
3515 * gnus.texi (Finding the News): Add pointers to the Server buffer
3516 because it's essential.
3517
1d4d7664
KY
35182010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3519
3520 * gnus.texi (MIME Commands): Update description of
3521 gnus-article-browse-html-article.
3522
bd3e840f
KY
35232010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3524
3525 * auth.texi (Secret Service API): Add TODO node.
3526 (Help for users): Explain the new source options for `auth-sources'.
3527
e867cb5d 35282010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3529
3530 * trampver.texi: Update release number.
3531
288f9fc0
CY
35322010-03-10 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * Branch for 23.2.
3535
d99aaebd
CY
35362010-03-03 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3539 now enabled by default.
3540
5794c2a5
MA
35412010-02-28 Michael Albinus <michael.albinus@gmx.de>
3542
3543 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3544 when Emacs runs in interactive mode. (Bug#5645)
3545
40572be6
GM
35462010-02-16 Glenn Morris <rgm@gnu.org>
3547
3548 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3549
7bb8ed67
MH
35502010-02-05 Mark A. Hershberger <mah@everybody.org>
3551
3552 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3553
45a1423d 35542010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3555
3556 * gnus.texi (Score File Format): Fix typo.
3557
45a1423d 35582010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3559
3560 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3561
14f17fc8
JB
35622010-01-18 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * ada-mode.texi (Project File Overview): Fix typo.
3565
607d4369
CY
35662010-01-17 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * semantic.texi: Add Richard Y. Kim credit.
3569
3570 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3571
3d1bfa99
MA
35722010-01-17 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3575 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3576
6fbf7a75
GM
35772010-01-17 Glenn Morris <rgm@gnu.org>
3578
b9f978f0
GM
3579 * calc.texi (Reporting Bugs): Don't mention format of repository.
3580
f19bc38d
GM
3581 * woman.texi (Bugs): Make "Emacs repository" less specific,
3582 and the URL for same more specific.
3583
6fbf7a75
GM
3584 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3585
16c3428a
JB
35862010-01-17 Juanma Barranquero <lekktu@gmail.com>
3587
3588 * ede.texi (ede-step-project, ede-proj-target):
3589 * tramp.texi (Remote processes): Fix typos.
3590
045b9da7
ML
35912010-01-16 Mario Lang <mlang@delysid.org>
3592
3593 * ede.texi (ede-target):
3594 * org.texi (Refiling notes): Remove duplicated words.
3595
c57008f6
SM
35962010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * gnus.texi (Posting Styles): Use with-current-buffer.
3599 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3600
798c9eb5
KR
36012010-01-02 Kevin Ryde <user42@zip.com.au>
3602
3603 * eieio.texi (Naming Conventions): Correction to xref on elisp
3604 coding conventions, is "Tips" node not "Standards".
3605
4970fbfe
CY
36062009-12-24 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3609
3610 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3611
83828b06
KY
36122009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * gnus.texi (Direct Functions): Add missing port number to tls method.
3615
45a4a565
JB
36162009-12-15 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3619 ($(infodir)/edt, edt.dvi): New targets.
3620
698bfef7
GM
36212009-12-15 Glenn Morris <rgm@gnu.org>
3622
3623 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3624 (edt, $(infodir)/edt, edt.dvi): New targets.
3625 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3626
3627 * Makefile.in (PDF_TARGETS, pdf): New.
3628 (clean): Add *.pdf.
3629 Add pdf rules for all manuals.
3630
0e983327
JB
36312009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3632
3633 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3634
8e687433
CY
36352009-12-14 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3638 (Smart Jump, Analyzer Debug): Copyedits.
3639 (Semantic mode user commands): Link to new nodes.
3640 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3641 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3642 upstream Semantic manual.
3643
3644 * semantic.texi (Introduction): Minor fix to diagram.
3645
020335df
MA
36462009-12-09 Michael Albinus <michael.albinus@gmx.de>
3647
3648 * eshell.texi (History): Add the other built-in variables.
3649 (Built-ins): Explain built-ins, and how to apply the external commands.
3650 Add `history', `su' and `sudo'.
3651
3652 * tramp.texi (Remote processes): Add missing <RET> in the example.
3653
6ddf13e4
BW
36542009-12-01 Bill Wohler <wohler@newt.com>
3655
3656 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3657 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3658 excessively garrulous.
3659
07b6428c
MA
36602009-11-29 Michael Albinus <michael.albinus@gmx.de>
3661
3662 * tramp.texi (Remote processes): Improve eshell example with "su"
3663 and "sudo" commands.
3664
fd1cefda
CY
36652009-11-28 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3668
3669 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3670 Document semantic-complete-analyze-inline.
3671 (Semanticdb search debugging commands): Minor clarification.
3672 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3673 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3674 manual.
9d542758 3675 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3676
159e3ad5
KR
36772009-11-28 Kevin Ryde <user42@zip.com.au>
3678
3679 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3680 @pxref, now EIEIO is in Emacs.
159e3ad5 3681
c6d47315
KR
3682 * erc.texi (Development): Correction to git tutorial url.
3683
16f6287e
GM
36842009-11-26 Glenn Morris <rgm@gnu.org>
3685
3686 * faq.texi (Latest version of Emacs): Mention stability of development
3687 version.
3688 (Problems with very large files): Max buffer size increase in 23.2.
3689 (VM): VM has moved house again.
3690
5ea5dbc9
JB
36912009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3692
3693 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3694 notations.
3695
5dec9555
CD
36962009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3697
45a4a565 3698 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3699
bd6f6833
CY
37002009-11-20 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3703 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3704 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3705
be479117
JB
37062009-11-17 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * semantic.texi (Semantic Internals, Glossary):
3709 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3710 (Semanticdb search debugging commands): Fix typos.
3711
17291a1f
JB
37122009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3713
be479117 3714 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3715
af42a9cc
JB
37162009-11-16 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3719 ($(infodir)/semantic, semantic.dvi): New targets.
3720
3149927d
CY
37212009-11-16 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * Makefile.in: Build the Semantic manual.
3724
3725 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3726 repository.
3727
977640ed
MA
37282009-11-16 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * dbus.texi (Receiving Method Calls): New defun
3731 `dbus-unregister-service'.
3732
17673adf
CD
37332009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3734
3735 * org.texi (Speed keys): New section.
3736
0ecd3c90
MA
37372009-11-13 Michael Albinus <michael.albinus@gmx.de>
3738
3739 * dbus.texi (Type Conversion): Fix typo.
3740 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3741 `dbus-registered-objects-table'.
0c7efc08
SM
3742 (Receiving Method Calls): New defun `dbus-register-property'.
3743 Move `dbus-unregister-object' here.
0ecd3c90 3744
8bfe682a
CD
37452009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3746
3747 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3748
37492009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3750
3751 * org.texi (Column attributes): Add the new age summary operators.
3752 Also, mention the fact you can only use one summary operator per
3753 property.
3754
37552009-11-13 John Wiegley <johnw@newartisans.com>
3756
0c7efc08 3757 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3758 manual about how to track habits.
0c7efc08 3759 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3760 dangling clocks are resolved.
3761
37622009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3763
3764 * org.texi (Agenda commands): Document the new `i' command.
3765 (Inserting deadline/schedule): Document logging changes
3766 of scheduling and deadline times stamps.
3767 (In-buffer settings): Document the in-buffer keywords for logging
3768 changes of scheduling and deadline times stamps.
3769 (Structure editing, Plain lists): Document indentation
3770 cycling in empty entries with TAB.
3771 (Archiving): Document the default archiving command.
3772 (Moving subtrees): Document the new keys for archiving.
3773 (Internal archiving): Fix incorrect key.
3774 (Agenda commands): Document the TODO set switching commands.
3775 (Agenda commands): Document the new archiving keys.
3776 (Clocking work time): Better description on how to save
3777 and restore a clock.
3778 (Resolving idle time): Mention the x11idle program to get true
3779 idleness also under X11.
3780 (Resolving idle time): Use @kbd instead of @key for normal
3781 letters, because this is how he rest of the manual does this.
3782 (Pushing to MobileOrg): Mention that `org-directory'
3783 should be set.
3784 (Agenda commands): Document that SPC is a filter for
3785 any tag.
0c7efc08 3786 (Search view): Rename from "Keyword search".
8bfe682a
CD
3787 (Capure): New chapter.
3788 (Markup): New chapter.
0c7efc08
SM
3789 (Links in HTML export, Images in HTML export):
3790 Extend the section titles.
8bfe682a
CD
3791 (Images in HTML export): Document the align option.
3792 (Text areas in HTML export): Extend the section title.
3793 (Images in LaTeX export): Explain image placement in LaTeX.
3794
693737cd
GM
37952009-11-10 Glenn Morris <rgm@gnu.org>
3796
3797 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3798
c7bd4ebe
MA
37992009-11-08 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * tramp.texi (Auto-save and Backup): Disable backups just for a
3802 method.
3803
3804 * trampver.texi: Update release number.
3805
76c5acad
MA
38062009-11-07 Michael Albinus <michael.albinus@gmx.de>
3807
3808 Sync with Tramp 2.1.17.
3809
3810 * trampver.texi: Update release number.
3811
d9a57abf
GM
38122009-10-29 Glenn Morris <rgm@gnu.org>
3813
3814 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3815
637f4f0f
MA
38162009-10-23 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * tramp.texi (External methods): Temporary files are kept for
3819 `rsync' and `rsyncc' methods.
3820
310dbb05
JB
38212009-10-09 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * eieio.texi: Fix typos.
3824
09094f28
CY
38252009-10-07 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3828
216f299a
JB
38292009-10-07 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3832 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3833
966a6506
CY
38342009-10-07 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * Makefile.in: Build EIEIO and EDE manuals.
3837
38382009-10-07 Eric Ludlam <zappo@gnu.org>
3839
3840 * eieio.texi:
3841 * ede.texi: New files.
3842
8842cd9b
MA
38432009-10-05 Michael Albinus <michael.albinus@gmx.de>
3844
3845 * tramp.texi (Remote processes): Association of a pty is not supported.
3846
7006d207
CD
38472009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3848
3849 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3850 (Processing LaTeX fragments): Document that the size of images can be
3851 changes using the variable `org-format-latex-options'.
3852 (The date/time prompt, Timestamps): Be more accurate over ISO format
3853 dates and times.
3854 (Visibility cycling): Document showeverything keyword.
3855 (In-buffer settings): Document showeverything keyword.
3856 (Setting up the staging area): Fix the example.
3857 (MobileOrg): New section.
3858 (Agenda commands, Exporting Agenda Views): Document exporting the
3859 agenda view to Org files.
3860
0e7b2867
MA
38612009-09-28 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * tramp.texi (History): Add IMAP support.
3864 (External methods): Add `imap' and `imaps' methods.
3865 (GVFS based methods): Add indices for `davs'.
3866 (Password handling): Rename anchors. Add IMAP entries for
3867 ~/.authinfo.gpg.
3868
3869 * trampver.texi: Set default value of `emacsimap'.
3870
4146636e
KY
38712009-09-22 Daiki Ueno <ueno@unixuser.org>
3872
3873 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3874
d22f7ffa
CY
38752009-09-13 Chong Yidong <cyd@stupidchicken.com>
3876
0c7efc08
SM
3877 * dired-x.texi (Technical Details):
3878 Delete dired-up-directory (Bug#4292).
d22f7ffa 3879
66043531
MA
38802009-09-03 Michael Albinus <michael.albinus@gmx.de>
3881
216f299a 3882 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3883
6eb02347
CD
38842009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3885
3886 * org.texi (Effort estimates): Document new effort setting commands.
3887 (Agenda commands): Document the new keys fro agenda time motion.
3888 Document entry text mode. Improve documentation of the keys to include
3889 inactive time stamps into the agenda view.
3890 (Feedback): Document the new bug report command.
0c7efc08 3891 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3892
38dc51ba
KY
38932009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3894
3895 * auth.texi (Help for users): Corrected markup.
3896
e402f452
GM
38972009-09-02 Glenn Morris <rgm@gnu.org>
3898
3899 * emacs-mime.texi (time-date): Mention float-time.
3900
744256cf
JB
39012009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3902
3903 * calc.texi (Simplifying Formulas): Improve the wording.
3904
b0b63450
MB
39052009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3906
3907 * auth.texi: Rewritten for coverage and clarity.
3908
39092009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3910
0c7efc08
SM
3911 * gnus.texi (Expiring Mail):
3912 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3913 (Various Various): Mention gnus-safe-html-newsgroups.
3914
3915 * gnus-news.texi: Mention
3916 gnus-mark-copied-or-moved-articles-as-expirable.
3917
3918 * emacs-mime.texi (Display Customization): Add xref to
3919 gnus-safe-html-newsgroups.
3920
b59329e0
MA
39212009-08-28 Michael Albinus <michael.albinus@gmx.de>
3922
3923 * tramp.texi (Version Control): Remove.
af42a9cc 3924 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3925 reference.
3926 (External methods): Correct `scpc' concept index entries. New method
3927 `rsyncc'.
3928 (External packages): New subsections "Filename completion" and "File
3929 attributes cache".
3930
0ff2d6c2
JB
39312009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3932
3933 * calc.texi (Rewrite Rules): Improve the example.
3934 (Simplifying Formulas): Explain use of the I and H flags for
3935 simplification.
3936
ecd3d54f
MA
39372009-08-25 Michael Albinus <michael.albinus@gmx.de>
3938
3939 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3940 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3941 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3942 for timeout values.
78176e69
MA
3943 (Top): Remove footnote saying D-Bus is not enabled by
3944 default. (Bug#4256)
ecd3d54f 3945
0f215bca
DU
39462009-08-23 Daiki Ueno <ueno@unixuser.org>
3947
3948 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3949 Reported by Jari Aalto (Bug#4211).
0f215bca 3950 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3951 epa-global-mail-mode.
3b7ab45f
DU
3952 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3953 epa-setup.
0f215bca 3954
4f22e84d
MA
39552009-08-16 Michael Albinus <michael.albinus@gmx.de>
3956
3957 * dbus.texi (Asynchronous Methods): Allow nil handler.
3958
9ff0b02b 39592009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3960
26b03ee3 3961 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3962
26b03ee3 3963 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3964
4c39f404
CY
39652009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3966
3967 * calc.texi (Date Forms): Fix typos.
3968
3bcfba17
GM
39692009-08-08 Glenn Morris <rgm@gnu.org>
3970
3971 * org.texi (Agenda commands): Restore clobbered change.
3972
66783bb4
EZ
39732009-08-07 Eli Zaretskii <eliz@gnu.org>
3974
3975 * calc.texi (Graphics, Devices): Update with the peculiarities of
3976 operation on MS-Windows.
3977
c8d0cf5c
CD
39782009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3979
3980 * org.texi (Publishing action): Improve documentation of file
3981 names when publishing to the source directory.
3982 (Clean view): Document `org-indent-mode'.
3983 (Clocking work time): Add documentation for the
3984 new :timetamp option when creating a clock report.
3985 (Paragraphs): Fix many typos.
3986 (Plain lists): Remove duplicate explanation about the
3987 `C-c *' command.
3988 (Literal examples): Update to reflect the new behavior
3989 of the -n -r -k switches when exporting source code examples.
3990 (Structure editing): Add information about `C-c *',
3991 converting a plain list into a list of Org items.
3992 (Remember): Small rephrasing of the paragraph
3993 describing remember.el. Also mentioned that remember.el is part
3994 of Emacs 23, not Emacs 22.
3995 (Clocking work time): Add documentation about
3996 displaying the current clocking time against the effort estimate.
3997 Also add a footnote about using `org-clock-in-prepare-hook' to add
3998 an effort estimate on the fly, just before clocking it.
3999 (Footnotes): Document automatic renumbering and
4000 sorting.
4001 (Agenda commands): Document new bulk commands.
4002 (Plain lists): Document new behavior of
4003 `org-cycle-include-plain-lists'.
4e2af782 4004 Hyphenation only in TeX.
c8d0cf5c
CD
4005 (Clocking work time): Document the key to update effort
4006 estimates.
4007 (Clocking work time): Document the clock time display.
4008 (Structure editing, TODO basics): Document new
4009 variables.
4010 (Column attributes): Document new colciew operators.
4011 (Publishing options): Document :xml-declaration.
4012 (Tracking TODO state changes): Document the
4013 LOG_INTO_DRAWER property.
4014 (Literal examples): Document the new implementation for
4015 editing source code.
4016 (Publishing action): Mention the new publishing
4017 function, to publish an Org source file.
4018 (Publishing links): Mention how to link to an Org source file.
4019 (Macro replacement): Document new macros.
4020 (Handling links): Document type-specific completion
4021 when inserting links.
4022 (Structure editing, Plain lists): Improve documentation
4023 on sorting.
4024 (Internal links): Document custom ids for links.
4025 (Handling links): Document custom ids for links.
4026 (CSS support): Document new class.
4027 (Refiling notes): Document the possibility to create new nodes
4028 during refiling.
4029 (Agenda commands): Document the "?" operator to find
4030 tasks without effort setting.
4031 (Exporting agenda information): Section moved.
4032 (RSS Feeds): New section.
4033 (Built-in table editor): Document M-e and M-a navigate
4034 inside table field.
4035 (Stuck projects): Docment that projects identified as
4036 un-stuck will still be searchd for stuck sub-projects.
4037 (Paragraphs): Document centering.
4038 (Creating timestamps, Agenda commands): Document new
4039 behavior when changing time stamps.
4040 (Structure editing): Document the new command
4041 `org-clone-subtree-with-time-shift'.
4042 (Publishing): Refresh this chapter.
4043 (Export options, Export options, In-buffer settings):
4044 Document the new keywords.
4045 (Matching tags and properties): Collect all
4046 documentation about tags/property matches here.
4047 (Setting tags): Document `org-tag-persistent-alist'.
4048 (Weekly/daily agenda): New section.
4049 (Orgstruct mode): Describe `orgstruct++-mode'.
4050 (Drawers): Mention the LOGBOOK drawer.
4051 (Export options, Sectioning structure): Document the
4052 #+LEATEX_HEADER in-buffer setting.
4053 (Bugs): Section removed.
4054 (Hooks): New section.
0c7efc08 4055 (Add-on packages): Move here from old location.
c8d0cf5c
CD
4056 (Context-sensitive commands): New section.
4057 (Setting tags): Document newline option.
4058 (Global TODO list, Matching tags and properties):
4059 Mention more variables.
4060 (Checkboxes): Update to changed command behavior.
81a5560e 4061
40d2791f
CY
40622009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4063
4064 * speedbar.texi (Basic Key Bindings): Fix typo.
4065
65d0154b
JB
40662009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4067
4068 * calc.texi (Vector/Matrix Functions): Add index entries for both
4069 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4070 affects matrices with more than one row.
b5bdfd9f 4071 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 4072
5a9e3ab7
JB
40732009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4074
4075 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 4076 `calc-transpose-lines'.
5a9e3ab7 4077
42fb7e61
MA
40782009-07-27 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * dbus.texi (Receiving Method Calls): Describe special return value
4081 `:ignore'.
4082
574b69d5
AM
40832009-07-24 Alan Mackenzie <acm@muc.de>
4084
4085 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4086 initialization, any individual variable setting now takes precedence
4087 over one done via c-file-style/c-file-offsets.
4088
ec06459c
JB
40892009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4090
4091 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4092 truncated when Calc is quit.
4093 (Customizing Calc): Document `calc-undo-length'.
4094
4ce54f6b
CY
40952009-07-20 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4098
0e4f8ba5
GM
40992009-07-11 Kevin Ryde <user42@zip.com.au>
4100
4101 * pcl-cvs.texi (About PCL-CVS):
4102 * widget.texi (Basic Types):
4103 Fix cross-references.
4104
fa0f81b0
AS
41052009-07-01 Andreas Schwab <aschwab@redhat.com>
4106
4107 * dbus.texi (Type Conversion): Don't use literal control character.
4108
88a683c5
MA
41092009-07-01 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * tramp.texi (GVFS based methods): New section.
4112 (Remote processes): Processes for GVFS based methods run locally.
4113
36c8febb
MA
41142009-06-30 Michael Albinus <michael.albinus@gmx.de>
4115
0c7efc08
SM
4116 * tramp.texi (Inline methods, External methods, Gateway methods):
4117 Avoid the words "kludge" and hack".
36c8febb
MA
4118 (External methods): Add `synce' method.
4119
4120 * trampver.texi: Update release number.
4121
d6b951bb
MA
41222009-06-22 Michael Albinus <michael.albinus@gmx.de>
4123
4124 Sync with Tramp 2.1.16.
4125
4126 * tramp.texi (History): Add GVFS support.
4127 (External methods): Precise `rsync' description. Add `dav', `davs' and
4128 `obex' methods. Add 'tramp-gvfs-methods' option.
4129 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4130 forms.
4131 (Remote Programs): Introduce `tramp-own-remote-path'.
4132 (Remote processes): New subsection "Running remote programs that create
4133 local X11 windows".
4134 (Frequently Asked Questions): Improve code for disabling vc.
4135
4136 * trampver.texi: Update release number. Set default value of
4137 `emacsgvfs'.
4138
70243478
CY
41392009-06-21 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * Branch for 23.1.
4142
54b31cbf
GM
41432009-06-17 Glenn Morris <rgm@gnu.org>
4144
4145 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4146 (Latest version of Emacs): Mention source code repository.
4147
f6adc23c
GM
41482009-06-16 Glenn Morris <rgm@gnu.org>
4149
4150 * faq.texi (Top): Language tweak.
4151 (Extended commands): Most people have arrow keys.
4152 (Emacs manual): Say how to follow info links.
4153 (File-name conventions): Change title a bit. Explain about source
4154 versus installed. Condense etc description.
4155 (Guidelines for newsgroup postings): Mention Savannah list page.
4156 (Newsgroup archives): Simplify.
4157 (Contacting the FSF): Add contact URL.
4158 (Emacs Lisp documentation): Printed version not always available.
4159 (Installing Texinfo documentation): Explain how by hand installation is
4160 not normally needed. Use add-to-list. Remove duplicate reference.
4161 (Informational files for Emacs): Move info on Help menu here from
4162 "File-name conventions".
4163 (Help installing Emacs): Tweak uref.
4164 (Obtaining the FAQ): Mention repository.
4165 (Origin of the term Emacs): Explain "ITS".
4166 (Changing load-path): Use add-to-list.
4167 (Automatic indentation): Clarify this is for Text mode.
4168 Don't mention Indented Text mode.
4169 (Finding Emacs on the Internet): The FSF does not seem to offer a
4170 deluxe distribution on CD anymore.
4171
b59a8457
GM
41722009-06-16 Glenn Morris <rgm@gnu.org>
4173
4174 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4175 Recommend the latest release. Mention how to get older FAQs.
4176 Recommend the Emacs manual.
4177 (Guidelines for newsgroup postings): Discourage cross-posts.
4178 (Underlining paragraphs): Remove.
4179 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4180 (Bugs and problems): Update key-binding.
4181 (Problems with very large files): Mention 64-bit.
4182 (Shell process exits abnormally): Remove.
4183 (Problems with Shell Mode): Rename and update.
4184 (Spontaneous entry into isearch-mode)
4185 (Problems talking to certain hosts): Remove. This is old information,
4186 in etc/PROBLEMS if needed.
4187 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4188 (Dired claims that no file is on this line): Update.
4189 (Installing Emacs, Problems building Emacs): Simplify.
4190 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4191 information.
4192 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4193 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4194 (JDEE): "JDEE", not "JDE".
4195 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4196 Remove. This is old information, in etc/PROBLEMS if needed.
4197 (stty and Backspace key, Kanji and Chinese characters): Remove.
4198 (Right-to-left alphabets): Update section.
4199 (Changing the included text prefix): Gnus uses message-yank-prefix.
4200 Add cross-reference to Supercite manual.
4201 (Saving a copy of outgoing mail): Simplify output file description.
4202 (Expanding aliases when sending mail): Refer to Emacs manual.
4203 Remove old info about RFC822.
4204 Correct description of how to rebuild aliases.
4205 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4206 (MIME with Emacs mail packages)
4207 (Viewing articles with embedded underlining)
4208 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4209 Remove old sections.
4210 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4211 and is well-documented in the Gnus manual.
4212 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4213 (Making Gnus faster): Rename from "Starting Gnus faster".
4214 Merge "Catch-up is slow in Gnus" into here.
4215
0e6d12ca
GM
42162009-06-14 Glenn Morris <rgm@gnu.org>
4217
4218 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4219 (New in Emacs 23): New section.
4220 (Handling C-s and C-q with flow control): Add xref.
4221
2e17e05e
GM
42222009-06-13 Glenn Morris <rgm@gnu.org>
4223
4224 * faq.texi (Setting up a customization file): Grammar fix.
4225 Customize is no longer "new".
4226 (Displaying the current line or column): Line-number mode is on by
4227 default. Don't mention `column' package. Mention linum.el.
4228 (Turning on abbrevs by default): Explain how to do it for buffers,
4229 modes, and everywhere.
4230 (Associating modes with files): Use add-to-list. Don't mention Emacs
4231 19.
4232 (Highlighting a region): On by default since 23.1.
4233 (Replacing highlighted text): Update doc quote.
4234 (Working with unprintable characters): Don't mention search-quote-char.
4235 (Using an already running Emacs process): Gnuclient is probably not an
4236 enhancement these days.
4237 (Indenting switch statements): Remove mention of pre-Emacs 20.
4238 (Horizontal scrolling): Abbreviate Emacs 20 description.
4239 (Replacing text across multiple files): Fix name of dired command.
4240 (Disabling backups): Use require not load.
4f9d4de3 4241 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4242
2a1cf2b9
BW
42432009-06-13 Bill Wohler <wohler@newt.com>
4244
4245 Release MH-E manual version 8.2.
4246
4247 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4248 release 8.2.
4249
85b438b7
GM
42502009-06-13 Glenn Morris <rgm@gnu.org>
4251
4252 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4253 in this day and age the common meaning is "on the web".
4254 (copying): Use @copyright in all cases.
4255 (Basic keys): Remove reference to deleted manual node "Text Characters".
4256 (File-name conventions): Use GNU as an example rather than SERVICE.
4257 default.el lives in site-lisp. Update Info directory location.
4258 (Real meaning of copyleft): GPL actions have been brought, but all
4259 settled out of court.
4260 (Guidelines for newsgroup postings): Shorten section title.
4261 Simplify comp.emacs description.
4262 (Newsgroup archives): Change Google URL. Describe Gmane.
4263 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4264 points". Mention List-Unsubscribe header.
4265 (Contacting the FSF): Update email and URLs.
4266 (Basic editing): Mention F1 for help.
4267 (Installing Texinfo documentation): Refer to Texinfo website rather
4268 than ftp server.
4269 (Printing a Texinfo file): Mention texi2pdf.
4270 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4271 are just stubs nowadays.
4272 (Latest version of Emacs): Explain version numbers.
4273 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4274 (Turning on syntax highlighting): No need to mention hilit19 any more.
4275 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4276 (Modes for various languages): Remove section.
4277 (Major packages and programs): Remove most version and maintainer
4278 information - it's hard to keep up-to-date, and adds nothing.
4279 Similarly with direct links to mailing lists.
4280 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4281 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4282 years, and Emacs comes with tools for this now.
4283 (Patch): Remove section - this is a standard tool.
4284 (Using function keys under X): Remove section.
4285
93e2d996
GM
42862009-06-12 Glenn Morris <rgm@gnu.org>
4287
4288 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4289 (Help installing Emacs): Remove reference to deleted X11 node.
4290 (Associating modes with files): Interpreter-mode-alist is no longer
4291 subservient to auto-mode-alist.
4292 (Installing Emacs): Change future Emacs version.
4293 (Linking with -lX11 fails): Remove old section.
4294 (Packages that do not come with Emacs): Update ELL location.
4295 Emacs Lisp archive is dead.
4296 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4297 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4298 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4299 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4300 (Removing flashing messages): Remove section about non-existent Gnus
4301 option.
4302
f0bf7708
GM
4303 * faq.texi (Top): Add @top command.
4304 Remove the optional arguments from all @node commands: makeinfo can
4305 generate these automatically, and it is easier to edit and rearrange
4306 nodes without them.
4307
30884d11
GM
43082009-06-11 Glenn Morris <rgm@gnu.org>
4309
4310 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4311 (The LPF): Make the updated URL the sole reference point.
4312 (Learning how to do something): Update refcard price and format.
4313 (Getting a printed manual): Sources in doc/emacs/, not man/.
4314 Also available in PDF format. Since the page count varies, be less
4315 precise.
4316 (Informational files for Emacs): Remove references to deleted files
4317 LPF and SUN-SUPPORT, and to UUCP.
4318 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4319 Remove many obsolete ways to get the FAQ, which now seems only to be
4320 distributed with Emacs.
4321 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4322
deab46e0
CY
43232009-06-09 Chong Yidong <cyd@stupidchicken.com>
4324
223b43fa 4325 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4326 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4327
deab46e0
CY
4328 * ada-mode.texi (Installation, Compile commands)
4329 (Project File Overview, No project files, Set compiler options)
4330 (Use GNAT project file, Use multiple GNAT project files)
4331 (Identifier completion): Use @samp for menu items, and @kbd for key
4332 sequences (Bug#3504).
4333
71fbd643
DU
43342009-06-04 Daiki Ueno <ueno@unixuser.org>
4335
8c9bb6f5 4336 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4337
f197085b
CY
43382009-06-04 Ryan Yeske <rcyeske@gmail.com>
4339
4340 * message.texi (Header Commands): Fix descriptions to match
4341 keybindings.
4342
7f3bc720
DU
43432009-04-22 Daiki Ueno <ueno@unixuser.org>
4344
4345 * gnus.texi (Security): Mention that EasyPG is the current default.
4346
4518068d
CY
43472009-04-13 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * ediff.texi (Session Commands): Fix typo.
4350
d7ca410a
MB
43512009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4352
4353 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4354 news.software.readers. Reported by Florian Rehnisch.
4355
c6c76add
GM
43562009-04-02 Glenn Morris <rgm@gnu.org>
4357
4358 * auth.texi: Capitalize direntry.
4359
4360 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4361 using a period in the entry name. (Bug#2797)
4362
35ed8e2e
JB
43632009-03-03 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4366 ($(infodir)/auth, auth.dvi): New targets.
4367
e280480a
GM
43682009-03-03 Glenn Morris <rgm@gnu.org>
4369
4370 * auth.texi: Fix @setfilename.
4371
4372 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4373 (auth, $(infodir)/auth, auth.dvi): New rules.
4374
8a76755b
GM
43752009-02-25 Glenn Morris <rgm@gnu.org>
4376
4377 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4378
0038d478
MB
43792009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4380
4381 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4382
43832009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4384
4385 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4386 gnus-nocem-issuers, and gnus-nocem-verifyer.
4387
867d4bb3
JB
43882009-02-20 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * ada-mode.texi (Project files, Automatic Casing):
4391 * dbus.texi (Signals):
4392 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4393 * mh-e.texi (HTML):
4394 * nxml-mode.texi (Locating a schema)
4395 (Using the document's URI to locate a schema):
4396 * org.texi (Footnotes, Using the mapping API):
4397 * rcirc.texi (Channels): Remove duplicate words.
4398
3a44dc1f
GM
43992009-02-20 Glenn Morris <rgm@gnu.org>
4400
4401 * dired-x.texi (Miscellaneous Commands):
4402 * gnus.texi: Minor updates for mbox Rmail.
4403
5dc584b5
KB
44042009-02-16 Karl Berry <karl@gnu.org>
4405
b59a8457
GM
4406 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4407 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4408 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4409 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4410 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4411 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4412 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4413 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4414 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4415 Consistently use @insertcopying in the Top node,
5dc584b5 4416 @contents at the front (after @end titlepage),
b59a8457 4417 and @direntry after @copying. (Bug#1988)
5dc584b5 4418
9eb59592
MB
44192009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4420
4421 * auth.texi: New file documenting auth-source.
4422
d324fa76
CD
44232009-02-13 Carsten Dominik <dominik@science.uva.nl>
4424
4425 * org.texi (Org Plot): Fix link.
4426
7a603b73
DU
44272009-02-09 Daiki Ueno <ueno@unixuser.org>
4428
4429 * epa.texi (Mail-mode integration): Mention the way to do
4430 "encrypt-to-self". (Bug#1807)
4431
a626b338 44322009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4433
4434 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4435
3b36c17e
MB
44362009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4437
4438 * gnus-news.texi: Print version about Incoming*.
4439
55033558
CD
44402009-02-02 Carsten Dominik <dominik@science.uva.nl>
4441
4442 * org.texi (Structure editing, Handling links)
4443 (Fast access to TODO states, Javascript support): Make standard docs
4444 correctly reflect default variable settings.
4445
ec712abb
GM
44462009-02-02 Glenn Morris <rgm@gnu.org>
4447
4448 * org.texi: Fix typos.
4449
7112648c
MA
44502009-02-01 Michael Albinus <michael.albinus@gmx.de>
4451
4452 Sync with Tramp 2.1.15.
4453
4454 * trampver.texi: Update release number.
4455
2e461fc1
CD
44562009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4457
4458 * org.texi (TODO dependencies): Document TODO dependencies on
4459 checkboxes.
4460
bc283609
CD
44612009-01-30 Carsten Dominik <dominik@science.uva.nl>
4462
4463 * org.texi (TODO dependencies): Document key binding for toggling
4464 ORDERED property.
4465
74fc5047
MA
44662009-01-28 Michael Albinus <michael.albinus@gmx.de>
4467
4468 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4469 of hook functions.
4470
d6685abc
CD
44712009-01-28 Carsten Dominik <dominik@science.uva.nl>
4472
4473 * org.texi (TODO dependencies): New section.
4474
65c439fd
CD
44752009-01-27 Carsten Dominik <dominik@science.uva.nl>
4476
4477 * org.texi (Plain lists, TODO basics, Priorities)
4478 (Multiple sets in one file, Conflicts): Document interaction with
4479 `shift-selection-mode'.
4480
5fafc247
JB
44812009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4482
4483 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4484 Make Calc the subject of sentences.
4485 (Rearranging Formulas using Selections): Discuss new options
4486 for `j *'.
4487
e7433508
MA
44882009-01-26 Michael Albinus <michael.albinus@gmx.de>
4489
4490 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4491
2096a1b6
GM
44922009-01-26 Glenn Morris <rgm@gnu.org>
4493
4494 * org.texi: Fix typos.
4495
0cb61492
BW
44962009-01-26 Bill Wohler <wohler@newt.com>
4497
2096a1b6 4498 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4499
0bd48b37
CD
45002009-01-25 Carsten Dominik <dominik@science.uva.nl>
4501
4502 * org.texi (References): Add information about remote references.
4503 (Built-in table editor): Document `C-c RET' in tables.
4504 (Math symbols, Quoting LaTeX code): Mention that simple
4505 LaTeX macros survive LaTeX export.
4506 (Images in LaTeX export): Show how to create a reference to a
4507 figure.
4508 (Sectioning structure): Document that the LaTeX class can be
4509 specified in a property.
4510 (Text areas in HTML export): New section.
4511 (External links): Add examples for text search and ID links.
4512 (Built-in table editor): Remove the descriptio of `C-c
4513 C-q', it not longer works.
4514 (Literal examples): Document that a space must follow
4515 the colon in short examples.
4516 (Relative timer): Document `org-timer-stop'.
4517 (Footnotes): New section.
4518 (Footnote markup): Shorten section and refer to new Footnote
4519 section.
4520 (Literal examples): Add documentation for line
4521 numbering in and references to code examples.
4522 (CSS support): Fix the description of default CSS styles.
4523 (Capturing column view): Document
4524 "file:path/to/file.org" as an allowed value for the ID property of
4525 a dynamic block copying column view.
4526
49dbbaf2
SE
45272009-01-23 Stephen Eglen <stephen@gnu.org>
4528
4529 * mh-e.texi (Getting Started): Describe $MH.
4530
193e6828
MA
45312009-01-21 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * tramp.texi (all): Harmonize usage of "external method",
4534 "external transfer method" and "out-of-band method".
4535 (Connection types): Precise the differences of inline and external
4536 methods. Written by Adrian Phillips <a.phillips@met.no>.
4537
26b9f88d
MB
45382009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4539
4540 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4541 commands as described at the top. Reported by Allan Gottlieb
4542 <gottlieb@nyu.edu>.
4543
45442009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4545
4546 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4547 nnmail-pathname-coding-system.
4548
377952e0
GM
45492009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4550
4551 * org.texi (Relative timer): Fix typo.
4552
a20d3598
JB
45532009-01-15 Juanma Barranquero <lekktu@gmail.com>
4554
4555 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4556 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4557
a50253cc
GM
45582009-01-13 Glenn Morris <rgm@gnu.org>
4559
4560 * org.texi: Fix some more typos.
4561
07450bee
GM
45622009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4563
4564 * org.texi: Fix some typos.
4565
e3e955fe
MB
45662009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4567
4568 * gnus.texi (Group Parameters): Add note for local variables.
4569
45702009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4571
0c7efc08
SM
4572 * gnus.texi (Converting Kill Files): Fix URL.
4573 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4574
45752009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4578 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4579 (Paging the Article): Add index entry.
4580
71dd9983
JB
45812009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4582
4583 * ada-mode.texi (Examples): Delete redundant text.
4584
4a0cf14f
MA
45852009-01-03 Michael Albinus <michael.albinus@gmx.de>
4586
36c8febb 4587 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4588
4589 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4590 addresses.
4591
aedac0f0
BW
45922009-01-03 Bill Wohler <wohler@newt.com>
4593
4594 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4595 kept empty.
4596
4c65b566
CD
45972008-12-20 Carsten Dominik <dominik@science.uva.nl>
4598
4599 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4600 (HTML Export commands, LaTeX/PDF export commands):
4601 Improve documentation about transient-mark-mode.
e9fce1ac 4602 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4603 to fields in the last table row.
4604
e1a78e1e
JL
46052008-12-19 Juri Linkov <juri@jurta.org>
4606
4607 * info.texi (Search Text): Remove mention of removed key binding M-s.
4608
17a0aa82
CD
46092008-12-18 Carsten Dominik <dominik@science.uva.nl>
4610
4611 * org.texi (References): Remove mentioning of @0 as reference for the
4612 last line, this has been reverted in the Lisp sources.
4613
4997d802
JB
46142008-12-17 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4617 (DVI_TARGETS): Remove duplicates. Add sasl.
4618 ($(infodir)/sasl, sasl.dvi): New targets.
4619
33306645
CD
46202008-12-17 Carsten Dominik <dominik@science.uva.nl>
4621
4622 * org.texi: Version number pushed to 6.15d.
4623
db55f368
CD
46242008-12-16 Carsten Dominik <dominik@science.uva.nl>
4625
a0bf4117 4626 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4627 (Images in LaTeX export): New section.
4628 (Inlined images, Images in HTML export): Sections renamed.
4629
dae0a942
MB
46302008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4631
4632 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4633
9f5572e9
MB
46342008-12-04 David Engster <dengste@eml.cc>
4635
4636 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4637 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4638
bc23baaa
CD
46392008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4640
4641 * org.texi (Using the mapping API): Fix bug in mapping example.
4642 (Publishing options): Make the list of properties complete again, in
4643 correspondence to the variable `org-export-plist-vars'.
4644 (Property searches): Document new special values for time comparisons.
4645 (Tag inheritance): Refine the description of tag inheritance.
4646 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4647 (Effort estimates): Document the new relative timer.
bc23baaa 4648
3bf8054f
JB
46492008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4650
4651 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4652 (Using Calc): Clarify use of `C-x * o'.
4653 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4654
ac134f2f
RS
46552008-11-28 Richard M Stallman <rms@gnu.org>
4656
4657 * dbus.texi (Receiving Method Calls): Clean up previous change.
4658
ace706d1
MA
46592008-11-26 Michael Albinus <michael.albinus@gmx.de>
4660
4661 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4662 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4663 `dbus-unescape-from-identifier'.
4664 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4665 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4666 (Signals): Use the constants in the example.
4667
d60b1ba1
CD
46682008-11-24 Carsten Dominik <dominik@science.uva.nl>
4669
b97439ce 4670 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4671
ce4fdcb9
CD
46722008-11-23 Carsten Dominik <dominik@science.uva.nl>
4673
4674 * org.texi (Setting up Remember): Document `org-remember-mode'.
4675 (External links): Document that bbdb links can use a regular
4676 expression.
4677 (External links): Document that elisp links can contain interactive
4678 commands.
4679
c8548a00 46802008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4681
4682 * viper.texi (viper-translate-all-ESC-keysequences):
4683 Description removed.
4684
6a2c4aec
GM
46852008-11-19 Glenn Morris <rgm@gnu.org>
4686
4687 * doclicense.texi: Change to FDL 1.3.
4688 Relicense all texi files under FDL 1.3 or later.
4689
59ee4113
JB
46902008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4691
4692 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4693
59bcbb98 46942008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4695
0c7efc08 4696 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4697
4698 * ediff.texi: Version/date change.
9f90198a 4699
8aa41c9b
CY
47002008-11-14 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4703
17587b1b
JB
47042008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4705
4706 * calc.texi (About This Manual): Comment out a mention of
4707 marginal notes.
4708
564c900e
CD
47092008-11-12 Carsten Dominik <dominik@science.uva.nl>
4710
4711 * org.texi (Clocking work time): Document the :formula property of
4712 clock tables.
4713 (Structure editing, Refiling notes): Document refiling regions.
4714 (Agenda commands): Document the double-prefix version
4715 of the `l' command in the agenda.
4716 (Handling links): Explain the effect of a double prefix
4717 arg to `C-c C-o'.
4718 (TODO basics): Add documentation for tag triggers.
4719
3c4be1f2
GM
47202008-10-23 Glenn Morris <rgm@gnu.org>
4721
4722 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4723 byte-compiling things like `+'.
4724
4725 * ns-emacs.texi: Merge copyright years of author now with assignment
4726 into FSF years.
4727 (VER): Use it for easier automatic updating. Use Emacs version rather
4728 than standalone Emacs.app version.
4729
a6520ff3
CD
47302008-10-12 Carsten Dominik <dominik@science.uva.nl>
4731
864c9740 4732 * org.texi: Lots of minor fixes.
a6520ff3
CD
4733 (Capture): New chapter.
4734 (Org Plot): New section.
4735
db7a4b66
MH
47362008-09-30 Magnus Henoch <mange@freemail.hu>
4737
4738 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4739
4043c194
JB
47402008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4741
4742 * calc.texi (User Defined Units): Mention how to enter optional display
4743 string.
4744
eef5ade7
MB
47452008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4746
0c7efc08 4747 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4748 avoid the "y/n" wording.
4749
e52cac88
MB
47502008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4751
0c7efc08 4752 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4753
47542008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4757 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4758
00c55306
BW
47592008-09-22 Bill Wohler <wohler@newt.com>
4760
4761 Release MH-E manual version 8.1.
4762
4763 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4764 release 8.1.
4765
4766 * mh-e.texi: Retain dual license as agreed to by the FSF.
4767 However, bump GPL to Version 3.
4768 Use @include for license text.
4769
e52cac88 47702008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4771
4772 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4773 (Store custom flags and keywords, Store arbitrary data):
4774 Clean up markup.
64763fe3
MB
4775
47762008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4777
4778 * gnus.texi (The Gnus Registry): Document it.
4779
9e601b8d
MB
47802008-09-08 David Engster <dengste@eml.cc>
4781
88ee5b02
JB
4782 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4783 Clarify section about choosing back end servers.
9e601b8d 4784
247043f1
GM
47852008-08-23 Glenn Morris <rgm@gnu.org>
4786
4787 * dired-x.texi (Shell Command Guessing):
4788 Mention dired-guess-shell-case-fold-search. (Bug#417)
4789
2bfec7a0
MA
47902008-08-22 Michael Albinus <michael.albinus@gmx.de>
4791
4792 * trampver.texi: Update release number.
4793
247043f1 47942008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4795
4796 * ns-emacs.texi: Update version.
4797 (Introduction): Correct menu location for options save.
4798 (Customization): Note that defaults are stored under org.gnu.Emacs.
4799
8c20bd92
BW
48002008-08-11 Bill Wohler <wohler@newt.com>
4801
4802 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4803 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4804 Henman) (closes SF #1768928).
4805
767a4d92
GM
48062008-08-10 Glenn Morris <rgm@gnu.org>
4807
4808 * ns-emacs.texi: Use @copying. Change copyright of authors with
4809 assignment to FSF. Change license to GFDL.
4810 (Top): Remove outdated references.
4811
6ecfe5c2
MB
48122008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4813
88ee5b02
JB
4814 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4815 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4816 gnus-summary-sort-by-most-recent-date.
4817 (Summary Sorting): Explain prefix argument.
4818
48192008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4820
4821 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4822 gnus-summary-pipe-output.
4823
eb932e8a
MA
48242008-08-03 Michael Albinus <michael.albinus@gmx.de>
4825
4826 * dbus.texi (Receiving Method Calls): Document error handling of own
4827 D-Bus methods.
4828
bfe16263
BW
48292008-08-01 Bill Wohler <wohler@newt.com>
4830
4831 * mh-e.texi (Reading Mail)
9f90198a 4832 (Viewing Attachments): Describe new function
bfe16263
BW
4833 mh-show-preferred-alternative.
4834 (Sending Mail, Redistributing, Sending Message): Describe new hook
4835 mh-annotate-msg-hook.
4836
21956b56
MA
48372008-07-31 Michael Albinus <michael.albinus@gmx.de>
4838
4839 * dbus.texi (Arguments and Signatures): Fix example.
4840 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4841 (Asynchronous Methods): New node.
9f90198a
JB
4842 (Errors and Events): Describe extended layout of `dbus-event'.
4843 New defun `dbus-event-message-type'.
21956b56 4844
7c2fb837
DN
48452008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4846
4847 * ediff.texi: Remove VMS support.
4848
13662773
JB
48492008-07-29 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4852 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4853
ddde0b34
CY
48542008-07-29 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * Makefile.in: Add mairix-el targets.
4857
48582008-07-29 David Engster <deng@randomsample.de>
4859
4860 * mairix-el.texi: New file.
4861
d5875b25
JB
48622008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4863
366b7d44
JB
4864 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4865 project files. Delete 'main_unit' project variable; not needed. Allow
4866 process environment variables wherever project variables are allowed.
4867 Add tutorial section on multiple GNAT project files.
d5875b25 4868
6cbab8ee
MA
48692008-07-27 Michael Albinus <michael.albinus@gmx.de>
4870
4871 Sync with Tramp 2.1.14.
4872
4873 * trampver.texi: Update release number.
4874
9e2a2647
DN
48752008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4876
4877 * ns-emacs.texi:
4878 * faq.texi: Remove mentions of Mac Carbon.
4879
d62672f3
MB
48802008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4881
4882 * gnus.texi (Saving Articles): Describe the 2nd argument of
4883 gnus-summary-save-in-pipe.
4884 (SpamAssassin): Use it.
4885
48862008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4889
dd12e1c6
CD
48902008-07-25 Carsten Dominik <dominik@science.uva.nl>
4891
4892 * org.texi (Export options): Document the use of the creator flag.
4893
44ce9197
CD
48942008-07-24 Carsten Dominik <dominik@science.uva.nl>
4895
4896 * org.texi: New version 6.06a.
4897
ddd13c5d
JB
48982008-07-23 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4901 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4902
8dc6104d
JB
49032008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4904
4905 * calc.texi (Editing Stack Entries):
4906 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4907 Calc's help functions. Mention fixing typos.
4908 (Customizing Calc): Fix typo.
4909
49102008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4911
4912 * calc.texi (summarykey): New macro. Use to correctly format keys in
4913 the summary.
4914
ddd13c5d 49152008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4916
4917 * ns-emacs.texi (Customization): Corrected documentation on color
4918 specification formats.
4919
568beaa2
AS
49202008-07-19 Andreas Schwab <schwab@suse.de>
4921
db8ef699 4922 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4923
4924 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4925 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4926
cd71b9ae
MA
49272008-07-18 Michael Albinus <michael.albinus@gmx.de>
4928
4929 * dbus.texi (Inspection): Rework, introduce submenus.
4930 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4931 (Properties and Annotations, Arguments and Signatures): New nodes.
4932
9b7993b4
MA
49332008-07-13 Michael Albinus <michael.albinus@gmx.de>
4934
4935 * dbus.texi (Receiving Method Calls): Fix description of
4936 `dbus-register-method'.
4937 (Signals): Allow also signal arguments for filtering in
4938 `dbus-register-signal'.
4939
241d447b
JB
49402008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4941
4942 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4943 `cnorm'.
4944 (Arithmetic Tutorial): Simplify the verification of prime factors.
4945
adb46650
MB
49462008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4947
4948 * gnus.texi (Saving Articles): Mention
4949 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4950
92e15881
JB
49512008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4952
4953 * calc.texi: Adjust mode line throughout.
4954
ea597303
JB
49552008-06-28 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * sasl.texi (Mechanisms): Fix typos.
4958
aee08080
JB
49592008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4960
4961 * calc.texi (Killing from the stack): Mention using normal Emacs
4962 copying.
4963
a06a4a12
MA
49642008-06-21 Michael Albinus <michael.albinus@gmx.de>
4965
0c7efc08 4966 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4967 Add `auth-source' mechanism.
a06a4a12
MA
4968 (Connection caching): Tramp reopens the connection automatically,
4969 when the operating system on the remote host has been changed.
4970
7389398d
EZ
49712008-06-20 Eli Zaretskii <eliz@gnu.org>
4972
4973 * makefile.w32-in (distclean): Remove makefile.
4974
b349f79f
CD
49752008-06-17 Carsten Dominik <dominik@science.uva.nl>
4976
3f9b4c2b 4977 * org.texi (Using the mapping API): New section.
b349f79f 4978 (Agenda column view): New section.
3f9b4c2b 4979 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4980 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4981 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4982
49832008-06-17 Jason Riedy <jason@acm.org>
4984
4985 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4986 function, and efmt may be a two-argument function.
4987 (Radio tables): Document multiple destinations.
4988
cd5c05d2
GM
49892008-06-16 Glenn Morris <rgm@gnu.org>
4990
4991 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4992 Add Cover-Texts.
4993
debf4439
GM
49942008-06-15 Glenn Morris <rgm@gnu.org>
4995
4996 * faq.texi (VER): Update to 23.0.60.
4997
4998 * mh-e.texi: Remove option of licensing under GPL.
4999 Add Cover-Texts to GFDL permissions notice.
5000 (GPL): Remove section.
5001 (GFDL): Include doclicense.texi rather than the actual text.
5002
5003 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5004 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5005
5006 * sasl.texi: Fix output file name.
5007
5008 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5009
5010 * gnus-coding.texi: Refer to license in Gnus manual.
5011
5012 * idlwave.texi, sasl.texi: Use @copying.
5013
5014 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5015
5016 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5017
5018 * url.texi: Use @copying, @title, @subtitle, @author.
5019
5020 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5021 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5022 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5023 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5024 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5025 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5026 * widget.texi, woman.texi:
5027 Remove references to external license, since doclicense is included.
5028
5029 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5030 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5031 Remove references to non-existent Invariant Sections.
5032
091f8bc1
GM
50332008-06-14 Glenn Morris <rgm@gnu.org>
5034
5035 * faq.texi (Major packages and programs): Remove references to external
5036 Supercite, Calc, VIPER, since they have been included for some time.
5037 Update VM, AUCTeX, BBDB entries.
5038
47bcb4d3
UJ
50392008-06-14 Ulf Jasper <ulf.jasper@web.de>
5040
5041 * newsticker.texi: Updated to match latest newsticker changes.
5042
6f093307
GM
50432008-06-13 Glenn Morris <rgm@gnu.org>
5044
5045 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5046 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5047 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5048 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5049 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5050 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5051 * woman.texi:
5052 Update Back-Cover Text as per maintain.info.
5053
2b968687
MB
50542008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5055
5056 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5057
5058 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5059 (gnus-faq.xml): Update repository host.
5060
2b968687
MB
5061 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5062
50632008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5064
5065 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5066 Fix a typo.
5067
50682008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5069
5070 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 5071 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
5072 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5073
50742008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5075
5076 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5077 coding standards.
5078
50792008-06-14 David Engster <dengste@eml.cc>
5080
5081 * gnus.texi (nnmairix): Markup fixes.
5082
e6d2d263
MB
50832008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5084
2b968687 5085 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
5086
50872008-06-05 David Engster <dengste@eml.cc>
5088
5089 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5090
50912008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5092
b344d29d 5093 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
5094 (Searching, nnir, nnmairix): New stub nodes.
5095
ad231df6 50962008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
5097
5098 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5099
f394fa25
MB
51002008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5101
5102 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5103
58333467
MB
51042008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5107
67525fb9
JY
51082008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5109
5110 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5111
0549d8fc
JB
51122008-05-06 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * info.texi (Top): Fix typo in xref.
5115
149a3837
KB
51162008-05-05 Karl Berry <karl@gnu.org>
5117
5118 * info.texi (Top): @xref to stand-alone manual.
5119
3a23a519
MB
51202008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5121
5122 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5123 (Various Summary Stuff): Fix typo in last xref.
5124
0a29fbf3
JB
51252008-05-02 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * org.texi (Moving subtrees): Fix typo.
5128
586b90f1
MA
51292008-04-28 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5132 Tramp via `tramp-mode'.
5133
b5af9883
CD
51342008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5135
5136 * org.texi: Massive changes, in many parts of the file.
5137
d55fe5bb
MB
51382008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5139
5140 * gnus.texi (Oort Gnus): Add message-fill-column.
5141
51422008-04-12 Adrian Aichner <adrian@xemacs.org>
5143
5144 * gnus.texi (Mail Source Specifiers): Typo fix.
5145
51462008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * gnus.texi (Diary Headers Generation): Update key binding for
5149 `gnus-diary-check-message'.
5150
51512008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5152
5153 * gnus.texi (Emacsen): Addition.
5154
51552008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5156
5157 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5158
51592008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5160
5161 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5162
51632008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5164
5165 * gnus-news.texi: Update tool bar item.
5166
51672008-04-09 Sven Joachim <svenjoac@gmx.de>
5168
5169 * gnus-news.texi: Fix typos.
5170
76c109c3
JB
51712008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5172
222027f2 5173 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
5174 Add mention of `kron'.
5175
d5fbd5a6
MO
51762008-04-01 Daiki Ueno <ueno@unixuser.org>
5177
0c7efc08
SM
5178 * epa.texi (Encrypting/decrypting *.gpg files):
5179 Document epa-file-name-regexp.
d5fbd5a6 5180
fbcbb58c
KY
51812008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * gnus.texi (Example Methods): Fix description about ssh-agent.
5184 (Indirect Functions): Fix the default value of nntp-telnet-command;
5185 remove link to connect.html.
5186
134ce16c
MA
51872008-03-30 Michael Albinus <michael.albinus@gmx.de>
5188
5189 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5190 dbus-call-method.
5191 (Receiving Method Calls): The timeout can be set by the calling client.
5192
da1975d7
MA
5193 * trampver.texi: Update release number.
5194
2e4089ab
RS
51952008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5196
5197 * gnus.texi (Top): Fix version. Add SASL.
5198
70cab5a9
MA
51992008-03-29 Michael Albinus <michael.albinus@gmx.de>
5200
5201 Sync with Tramp 2.1.13.
5202
5203 * trampver.texi: Update release number.
5204
5bc6ddff
MB
52052008-03-29 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * org.texi: Update to new org-mode website.
5208
52092008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5212
9b3ebcb6
MB
52132008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5214
5215 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5216 gnus-read-ephemeral-gmane-group-url,
5217 gnus-read-ephemeral-emacs-bug-group,
5218 gnus-read-ephemeral-debian-bug-group.
5219
52202008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5221
5222 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5223
5224 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5225 Add FIXMEs for Bookmarks and gnus-registry-marks.
5226
52272008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5228
5229 * gnus.texi (Smileys): Document `smiley-style'.
5230
52312008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5232
5233 * gnus.texi (Gnus Development): Clarify difference between ding and
5234 gnu.emacs.gnus.
5235 (MIME Commands, Using MIME, RSS): Fix markup.
5236
5237 * gnus-faq.texi ([8.4]): Ditto.
5238
52392008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5240
5241 * gnus.texi (Emacsen): Remove obsolete stuff.
5242
52432008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5244
5245 * gnus.texi (Oort Gnus): Add version info WRT
5246 `mail-source-delete-incoming'.
5247
52482008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5249
5250 * gnus.texi (Top): Add "Other related manuals" and version info in
5251 `iftex' output.
5252 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5253 gnus-balloon-face-0 and the corresponding format specifiers.
5254
608d6a81
MA
52552008-03-26 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * tramp.texi (Filename completion): Remove footnote about let-bind
5258 of `partial-completion-mode'. It doesn't work this way.
5259
27a6f132
SM
52602008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * pcl-cvs.texi (Contributors): Update my email.
5263
4a7c4c40
MA
52642008-03-21 Michael Albinus <michael.albinus@gmx.de>
5265
5266 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5267
2940c053
BW
52682008-03-17 Bill Wohler <wohler@newt.com>
5269
5270 * mh-e.texi (Viewing): Update URL for adding header fields to
5271 mh-invisible-header-fields-default.
5272
30864d5f
BW
52732008-03-16 Bill Wohler <wohler@newt.com>
5274
5275 * mh-e.texi (Preface): Add Gnus to requirements.
5276 (Forwarding): Note that forwarded MIME messages are now inline.
5277
31fe2b00
SM
52782008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5281 (Common Variables): Give precedence to the netcat methods over the
5282 telnet methods, and mention that they are more reliable.
31fe2b00 5283
5e97c626
CD
52842008-03-13 Carsten Dominik <dominik@science.uva.nl>
5285
5286 * org.texi (Exporting Agenda Views): Document agenda export to
5287 iCalendar.
5288 (Progress logging): Document the new progress logging stuff.
5289
37a68866
MB
52902008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5291
5292 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5293 Update for change of `mail-source-delete-incoming'.
5294
5295 * gnus-news.texi: Ditto.
5296
8f7abae3
MB
52972008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5300 custom versions.
5301
af379c86
AM
53022008-03-07 Alan Mackenzie <acm@muc.de>
5303
5304 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5305 parens/brackets in a k&r region is limited.
5306
3d0f8a67
MB
53072008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5308
5309 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5310 using different Emacs versions.
5311
52151df0
GM
53122008-02-27 Glenn Morris <rgm@gnu.org>
5313
5314 * sc.texi: Remove a lot of old and obsolete info.
5315 (titlepage): Simplify.
5316 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5317 (VM with any Emacsen, GNEWS with any Emacsen)
5318 (Overloading for Non-conforming MUAs, Version 3 Changes)
5319 (The Supercite Mailing List): Delete nodes.
5320 (Introduction): Remove info about old packages.
5321 (Getting Connected): Simplify. Remove info about old packages.
5322 (Citing Commands): Delete Emacs 19 info.
5323 (Hints to MUA Authors): Simplify.
5324 (Thanks and History): Merge in some info from the deleted node
5325 "Version 3 Changes".
5326
b03f96dc
MB
53272008-02-05 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * org.texi (Setting tags, In-buffer settings):
5330 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5331
52bec650
MB
53322008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5333
5334 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5335 installation directory name.
5336
34a3c587
RF
53372008-02-12 Romain Francoise <romain@orebokech.com>
5338
5339 * epa.texi (Overview): Fix typo.
5340
5a8d03e9
MO
53412008-02-11 Daiki Ueno <ueno@unixuser.org>
5342
5343 * epa.texi (Quick start): Remove the .emacs setting.
5344
f1914c40
MO
53452008-02-10 Daiki Ueno <ueno@unixuser.org>
5346
5347 * epa.texi (Quick start): Use the command `epa-enable' instead of
5348 loading `epa-setup'.
5349
bca98fc9
JB
53502008-02-08 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5353 ($(infodir)/epa, epa.dvi): New targets.
5354
4b01af2e
MO
53552008-02-08 Daiki Ueno <ueno@unixuser.org>
5356
5357 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5358
5359 * epa.texi: New manual documenting the EasyPG Assistant.
5360
06c0751a
MA
53612008-02-06 Michael Albinus <michael.albinus@gmx.de>
5362
5363 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5364 (Inspection): New function dbus-ping.
5365
7dcccd7b
MA
53662008-02-05 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * tramp.texi (Remote processes): Add `shell-command'.
5369
a1da1e37
MB
53702008-01-28 Michael Sperber <sperber@deinprogramm.de>
5371
5372 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5373 (Group Parameters): Document `mail-source' parameter.
5374
c9d8f746
MA
53752008-01-27 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5378 must be a local host.
5379
15db4a13
MO
53802008-01-26 Michael Olson <mwolson@gnu.org>
5381
5382 * erc.texi: Update version for ERC 5.3 release.
5383 (Obtaining ERC): Update extras URLs for 5.3.
5384 (Development): Write instructions for git, and remove those for Arch.
5385 (History): Mention the switch to git.
5386
2bc43980
KB
53872008-01-24 Karl Berry <karl@gnu.org>
5388
bca98fc9
JB
5389 * info.texi (Search Index, Search Text): Mention the command
5390 character in the section name, a la the (Go to node) node.
2bc43980 5391
d2e4a6c9
MA
53922008-01-21 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5395
0b6799c3
MB
53962008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus-news.texi: Mention gnus-article-describe-bindings.
5399
54002008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5401
5402 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5403
db9c3fb1 54042008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5405
7b4d0413 5406 * org.texi (Property inheritance): New section.
db9c3fb1 5407 (Conventions): New section.
7b4d0413 5408 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5409 commands, and the new bindings for refiling.
5410 (Sparse trees): Document the new special command for sparse trees.
5411 (References): Be more clear about the counting of hilines.
5412 (Handling links): Document M-p/n for accessing links.
5413 (Fast access to TODO states): New section.
5414 (Per file keywords): New section.
5415 (Property inheritance): New section.
5416 (Column attributes): New summary types.
5417 (Capturing Column View): New section.
5418 (The date/time prompt): Cover the new features in the date/time prompt.
5419 Compactify the table of keys for the calendar remote control.
5420 (Clocking work time): Document the new :scope parameter.
5421 (Remember): Promoted to chapter.
5422 (Quoted examples): New section.
5423 (Enhancing text): New verbatim environments.
5424
6ed73f28
MA
54252008-01-14 Michael Albinus <michael.albinus@gmx.de>
5426
5427 * trampver.texi: Update release number.
5428
95838435
MB
54292008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5430
0c7efc08
SM
5431 * gnus.texi (Article Keymap):
5432 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5433 gnus-article-reply-with-original and
5434 gnus-article-followup-with-original.
5435
20234d96
GM
54362008-01-09 Glenn Morris <rgm@gnu.org>
5437
5438 * nxml-mode.texi: Add @copying section.
5439
d82cf70b
MB
54402008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5443 Server". Add `message-send-mail-with-mailclient'.
5444
5445 * gnus.texi (Posting Server): Move some text to "(message)Mail
5446 Variables" and add a reference here.
5447
addb7f2e
MA
54482008-01-04 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * dbus.texi (Receiving Method Calls): New chapter.
5451 (Errors and Events): Add serial number to events. Replace "signal" by
5452 "message". Introduce dbus-event-serial-number.
5453
4db2806c
MA
54542008-01-03 Michael Albinus <michael.albinus@gmx.de>
5455
5456 * dbus.texi (Type Conversion): Explain the type specification for empty
5457 arrays. Use another example.
5458
c9ecb5a7
MA
54592007-12-30 Michael Albinus <michael.albinus@gmx.de>
5460
5461 * dbus.texi (all): Replace "..." by @dots{}.
5462 (Type Conversion): Precise the value range for :byte types.
5463 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5464 Mention its return value.
5465 (Errors and Events): There is no D-Bus error propagation during event
5466 processing.
5467
702dbfd9
JB
54682007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5469
5470 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5471 New sections.
5472
87035689
MB
54732007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5474
5475 * gnus.texi (Group Parameters): Reorder the text and add a note about
5476 `gnus-parameters' near the beginning of the node.
5477
54782007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5479
5480 * gnus.texi (Score File Editing): Fix function name.
5481
5492f5ca
MA
54822007-12-23 Michael Albinus <michael.albinus@gmx.de>
5483
5484 Sync with Tramp 2.1.12.
5485
5486 * trampver.texi: Update release number.
5487
d4e67bc5
MA
54882007-12-22 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * dbus.texi (Type Conversion): Correct input parameters mapping.
5491
6a31c819
MA
54922007-12-21 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5495 (Errors and Events): Mention wrong-type-argument error.
5496
99a3e35f
AS
54972007-12-21 Alex Schroeder <alex@gnu.org>
5498
5499 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5500 spaces. Fixed some typos.
99a3e35f
AS
5501 (Internet Relay Chat): Explain relay.
5502 (Getting started with rcirc): Change items to reflect prompts.
5503 Add more explanation to rcirc-track-minor-mode and added a comment to
5504 warn future maintainers that this section is a copy.
0c7efc08 5505 (People): Change /ignore example.
62b12a24 5506 (Keywords): Not keywords.
99a3e35f 5507
331e4d02
AS
55082007-12-20 Alex Schroeder <alex@gnu.org>
5509
5510 * rcirc.texi (Top): Fighting Information Overload chapter added.
5511 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5512 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5513 (Fighting Information Overload): New chapter documenting /keyword,
5514 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5515 (Configuration): Document rcirc-server-alist, remove
5516 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5517
cd71c3ef
MA
55182007-12-16 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * dbus.texi (Signals): Fix example in dbus-register-signal.
5521
bbbe940b
MB
55222007-12-14 Sven Joachim <svenjoac@gmx.de>
5523
5524 * gnus.texi (Score Variables): Fix typo.
5525
0ce574ef
MA
55262007-12-07 Michael Albinus <michael.albinus@gmx.de>
5527
5528 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5529 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5530 (Errors and Events): Adapt dbus-event.
5531
b890d447
MB
55322007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533
5534 * gnus.texi (Other Files): Add the yenc command.
5535
55362007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5539 since 2004-08-06.
5540
55412007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5542
5543 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5544 on body.
5545
55462007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5547
5548 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5549 and rfc2047-allow-irregular-q-encoded-words; fix description of
5550 rfc2047-encode-encoded-words.
5551
55522007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5553
5554 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5555
3728bf03
MO
55562007-12-05 Michael Olson <mwolson@gnu.org>
5557
5558 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5559 Update documentation for `remember-diary-file'.
5560
a4397af9
MA
55612007-12-04 Michael Albinus <michael.albinus@gmx.de>
5562
5563 * dbus.texi (Signals): Precise `dbus-register-signal'.
5564 (Errors and Events): Rework events part, the internal structure of
5565 dbus-event has changed.
5566
1682490c
JB
55672007-12-03 Juanma Barranquero <lekktu@gmail.com>
5568
5569 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5570 ($(infodir)/dbus, dbus.dvi): New targets.
5571
7b13a0f2
MA
55722007-12-03 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5575 unconditionally.
5576
5577 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5578 emulation with @print{}.
5579
7ef92bc9
RS
55802007-12-02 Richard Stallman <rms@gnu.org>
5581
5582 * dbus.texi (Overview): Minor cleanup.
5583
22d8ac3a
MA
55842007-12-02 Michael Albinus <michael.albinus@gmx.de>
5585
d3a8e0df
MA
5586 * Makefile.in (INFO_TARGETS): Add dbus.
5587 (DVI_TARGETS): Add dbus.dvi.
5588 (dbus, dbus.dvi): New targets.
5589
22d8ac3a
MA
5590 * dbus.texi: New file.
5591
559764ab
RF
55922007-11-24 Romain Francoise <romain@orebokech.com>
5593
5594 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5595 Fix file name to match @setfilename.
559764ab 5596
ac97a16b
MH
55972007-11-23 Mark A. Hershberger <mah@everybody.org>
5598
5599 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5600 ($(infodir)/nxml-mode): New rule.
5601
5602 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5603 ($(infodir)/nxml-mode): New rule.
5604 (clean): Add nxml-mode*.
5605
5606 * nxml-mode.texi: New file with nxml manual.
5607
404cd454
GM
56082007-11-18 Richard Stallman <rms@gnu.org>
5609
5610 * flymake.texi (Example -- Configuring a tool called directly):
5611 Update example.
5612
b048d478
MA
56132007-11-18 Michael Albinus <michael.albinus@gmx.de>
5614
5615 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5616 double-slash behavior. Explain directory contents flushing.
b048d478 5617
346e8469
JB
56182007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5619
5620 * calc.texi (TeX and LaTeX Language Modes): Put in
5621 missing braces.
5622
404cd454
GM
56232007-11-15 Richard Stallman <rms@gnu.org>
5624
5625 * cl.texi (Equality Predicates): Delete `eql'.
5626 (Predicates, Naming Conventions, Top): Delete `eql'.
5627 (Common Lisp Compatibility): Delete `eql'.
5628 (Porting Common Lisp): Delete obsolete backquote info.
5629 Minor clarification about character constants.
5630 (Sequence Basics): Minor clarification.
5631
1f6af58b
JB
56322007-11-15 Juanma Barranquero <lekktu@gmail.com>
5633
dccb744b 5634 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5635 * tramp.texi (Filename completion): Fix typos.
5636
3bc88bc9
JB
56372007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5638
5639 * calc.texi (Basic commands): Mention the menu.
5640
bc5300d3
MA
56412007-11-12 Michael Albinus <michael.albinus@gmx.de>
5642
5643 * tramp.texi (Connection caching): Tramp flushes connection
5644 properties when remote operating system has been changed.
5645
4d8a28ec
MB
56462007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5647
5648 * gnus-news.texi: Fix spelling.
5649 `message-insert-formatted-citation-line', not
5650 `message-insert-formated-citation-line'.
5651
404cd454
GM
5652 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5653
e1176b47
MA
56542007-11-07 Michael Albinus <michael.albinus@gmx.de>
5655
5656 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5657 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5658 (Frequently Asked Questions): Add code example for highlighting the
5659 mode line.
5660
6159985a
MO
56612007-11-03 Michael Olson <mwolson@gnu.org>
5662
5663 * remember.texi: Change mentions of remember-buffer to
5664 remember-finalize throughout.
5665
bec9b2f5
MO
56662007-10-30 Michael Olson <mwolson@gnu.org>
5667
5668 * remember.texi (Copying): Remove.
5669 (Mailbox): Update with non-BBDB instructions.
5670 (Diary, Org): Add.
5671 (Bibliography, Planner Page): Remove.
5672
b6173182
JB
56732007-10-30 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * makefile.w32-in (INFO_TARGETS): Add remember.
5676 (DVI_TARGETS): Add remember.dvi.
5677 ($(infodir)/remember): New rule.
5678 (clean): Add remember*.
5679
15f3eb73
MO
56802007-10-30 Michael Olson <mwolson@gnu.org>
5681
70bdc930
MO
5682 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5683 ($(infodir)/remember): New rule that builds the Remember Manual.
5684
b6173182
JB
5685 * remember.texi: New file containing the Remember Mode Manual.
5686 Shuffle chapters around after initial import.
7d3f6f1a
MO
5687 (Function Reference): Split Keystrokes into separate chapter.
5688 (Keystrokes): Document C-c C-k.
51d24a12 5689 (Introduction): Fix typographical issue with "---".
15f3eb73 5690
404cd454
GM
56912007-10-29 Richard Stallman <rms@gnu.org>
5692
5693 * widget.texi (Introduction): Delete discussion of implementation
5694 internals.
5695
9bbb9638
MA
56962007-10-29 Michael Albinus <michael.albinus@gmx.de>
5697
5698 * tramp.texi (Connection caching): Host names must be different
5699 when tunneling.
5700
c7ff939a
RS
57012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5702
5703 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5704 Gnus v5.13.
5705
01c52d31
MB
57062007-10-28 Miles Bader <miles@gnu.org>
5707
5708 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5709
01c52d31
MB
57102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5711
0c7efc08
SM
5712 * gnus.texi (Sorting the Summary Buffer):
5713 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5714
57152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * gnus.texi (Non-ASCII Group Names): New node.
5718 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5719 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5720
c8763fb6 57212007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5722
5723 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5724 clean the output of the program `imap-shell-program'.
5725
57262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5727
5728 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5729
57302007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5731
5732 * gnus.texi (Sticky Articles): Documentation for sticky article
5733 buffers.
5734
c8763fb6 57352007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5736
5737 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5738
57392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5740
5741 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5742
57432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5744
0c7efc08
SM
5745 * gnus.texi (Archived Messages):
5746 Document gnus-update-message-archive-method.
01c52d31
MB
5747
57482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5749
5750 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5751
c8763fb6 57522007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5753
0c7efc08
SM
5754 * gnus.texi (Group Maneuvering):
5755 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5756
57572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5758
0c7efc08
SM
5759 * gnus.texi (Really Various Summary Commands):
5760 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5761
57622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5763
5764 * gnus.texi, message.texi: Bump version number.
5765
57662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5767
5768 * gnus.texi (Group Line Specification, Misc Group Stuff)
5769 (Server Commands): Parenthesize @pxref{Mail Spool}.
5770
57712007-10-28 Didier Verna <didier@xemacs.org>
5772
5773 New user option: message-signature-directory.
5774 * message.texi (Insertion Variables): Document it.
5775 * gnus.texi (Posting Styles): Ditto.
5776
57772007-10-28 Didier Verna <didier@xemacs.org>
5778
5779 * gnus.texi (Group Line Specification):
5780 * gnus.texi (Misc Group Stuff):
5781 * gnus.texi (Server Commands): Document the group compaction feature.
5782
57832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5784
5785 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5786
5787 * message.texi (Various Message Variables): Add message-fill-column.
5788
57892007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5790
5791 * gnus.texi: Untabify.
5792
57932007-10-28 Didier Verna <didier@xemacs.org>
5794
5795 * gnus.texi (Group Parameters): Document the posting-style merging
5796 process in topic-mode.
5797
57982007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5799
5800 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5801
58022007-10-28 Romain Francoise <romain@orebokech.com>
5803
5804 * gnus.texi (Mail Spool): Fix typo.
5805 Update copyright.
5806
58072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5808
5809 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5810
58112007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5812
5813 * gnus.texi (Summary Generation Commands):
5814 Add gnus-summary-insert-ticked-articles.
5815
58162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5817
b2abec73
JB
5818 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5819 to spam-spamassassin-program.
01c52d31
MB
5820
58212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5824
58252007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5826
5827 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5828
58292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5830
5831 * message.texi (Mail Headers): Document `opportunistic'.
5832
58332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * emacs-mime.texi (Encoding Customization): Explain how to set
5836 mm-coding-system-priorities per hierarchy.
5837
58382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5841 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5842
58432007-10-28 Didier Verna <didier@xemacs.org>
5844
5845 * message.texi (Wide Reply): Update documentation of
5846 message-dont-reply-to-names (now allowing a list of regexps).
5847
58482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5849
5850 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5851
58522007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5853
5854 * gnus.texi (SpamAssassin back end): Fix typo.
5855
5856 * sieve.texi (Examples): Fix grammar.
5857
58582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5859
5860 * gnus.texi (Searching for Articles): Document M-S and M-R.
5861 (Limiting): Document / b.
5862
58632007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5864
5865 * gnus.texi (Thread Commands): T M-^.
5866
58672007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868
5869 * message.texi (Mail Aliases): Document ecomplete.
5870 (Mail Aliases): Fix typo.
5871
58722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5873
5874 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5875 fix typo.
5876
58772007-10-28 Romain Francoise <romain@orebokech.com>
5878
5879 * gnus.texi (Mail Spool): Grammar fix.
5880
58812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5882
5883 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5884 string.
5885
58862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5887
5888 * gnus.texi (Group Parameters): Fix description.
5889
58902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5891
b2abec73
JB
5892 * gnus.texi (Gmane Spam Reporting):
5893 Fix spam-report-gmane-use-article-number.
5894 Add spam-report-user-mail-address.
01c52d31
MB
5895
58962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5897
5898 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5899
59002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5901
5902 * gnus.texi (Group Parameters): Add simplified sorting example based on
5903 example for `Sorting the Summary Buffer' from Jari Aalto
5904 <jari.aalto@cante.net>.
5905 (Example Methods): Add example for an indirect connection.
5906
59072007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5908
0c7efc08 5909 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5910 (Agent Parameters): Updated parameter names to match code.
5911 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5912 'gnus-agent-summary-fetch-series'.
5913 (Agent and flags): New section providing a generalized discussion
5914 of flag handling.
0c7efc08
SM
5915 (Agent and IMAP): Remove flag discussion.
5916 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5917
59182007-10-28 Romain Francoise <romain@orebokech.com>
5919
5920 * gnus.texi (Exiting the Summary Buffer): Add new function
5921 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5922
59232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * gnus.texi (Conformity): Fix typo.
5926 (Customizing Articles): Document `first'.
5927
59282007-10-28 Jari Aalto <jari.aalto@cante.net>
5929
5930 * gnus.texi (Sorting the Summary Buffer):
5931 Add `gnus-thread-sort-by-date-reverse'. Add example
5932 host to different sorting in NNTP and RSS groups.
5933
59342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5935
5936 * message.texi (Insertion): Describe prefix for
5937 message-mark-inserted-region and message-mark-insert-file.
5938
59392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5940
5941 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5942 LaTeX documents. Describe "text/x-gnus-verbatim".
5943
59442007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5945
b2abec73 5946 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5947 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5948 (spam-stat spam filtering, SpamOracle)
0c7efc08 5949 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5950 clarity.
5951
59522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5953
5954 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5955 gnus-article-delete-part and gnus-article-replace-part.
5956 (Using MIME): Add gnus-mime-replace-part.
5957
59582007-10-28 Romain Francoise <romain@orebokech.com>
5959
5960 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5961 requires `auto-compression-mode' to be enabled. Add new nnml
5962 variable `nnml-compressed-files-size-threshold'.
5963
59642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5965
0c7efc08
SM
5966 * gnus.texi (Sorting the Summary Buffer):
5967 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5968
59692007-10-28 Romain Francoise <romain@orebokech.com>
5970
5971 * message.texi (Insertion Variables): Mention new variable
5972 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5973 documentation accordingly.
5974
59752007-10-28 Romain Francoise <romain@orebokech.com>
5976
5977 * gnus.texi (To From Newsgroups): Mention new variables
5978 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5979
59802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5983 stuff; gnus-mime-inline-part does the automatic decompression.
5984
59852007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5986
5987 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5988 "training.ham" should be "training.spam".
01c52d31
MB
5989
59902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * message.texi (Mail Variables): Fix the default value for
5993 message-send-mail-function.
5994
59952007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5996
5997 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5998 always returns nil exceptionally.
5999
60002007-10-28 Simon Josefsson <jas@extundo.com>
6001
0c7efc08
SM
6002 * gnus.texi (Article Washing): Add libidn URL.
6003 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
6004
60052007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6006
6007 * gnus.texi (Topic Commands): Fix next/previous.
6008
60092007-10-28 Simon Josefsson <jas@extundo.com>
6010
6011 * gnus.texi (Article Washing): Mention `W i'.
6012
c8763fb6 60132007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
6014
6015 * gnus.texi (Group Parameters): Slight extension of sieve
6016 parameter description.
6017
60182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6019
6020 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6021 matching score files as well.
6022 (Picons): Describe `gnus-picon-style'.
6023
60242007-10-28 Romain Francoise <romain@orebokech.com>
6025
6026 * message.texi (Message Headers): Mention that headers are hidden
6027 using narrowing, and how to expose them.
6028 Update copyright.
6029
60302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6031
6032 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6033 `gnus-summary-sort-by-recipient'.
6034
60352007-10-28 Romain Francoise <romain@orebokech.com>
6036
6037 * gnus.texi (NNTP marks): New node.
6038 (NNTP): Move NNTP marks variables to the new node.
6039
60402007-10-28 Jesper Harder <harder@ifa.au.dk>
6041
b2abec73 6042 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
6043
6044 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6045
60462007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6047
b2abec73 6048 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 6049 everywhere for consistency.
b2abec73
JB
6050 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6051 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
6052 Say "regular expression" instead of "regex." Admonish.
6053 Pick other words to sound better (s/so/thus/).
6054 (Spam ELisp Package Filtering of Incoming Mail):
6055 Mention statistical filters. Remove old TODO.
01c52d31 6056 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
6057 New section on sorting and displaying the spam score.
6058 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6059 backend but an alias to spam-use-BBDB.
6060 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
6061 new backend functionality.
6062
60632007-10-28 Simon Josefsson <jas@extundo.com>
6064
6065 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6066 nntp-marks-directory, from Romain Francoise
6067 <romain@orebokech.com>.
6068
60692007-10-28 Magnus Henoch <mange@freemail.hu>
6070
6071 * gnus.texi (Hashcash): New default value of
6072 hashcash-default-payment.
6073
60742007-10-28 Simon Josefsson <jas@extundo.com>
6075
6076 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6077 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6078
60792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6080
0c7efc08 6081 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
6082
60832007-10-28 Simon Josefsson <jas@extundo.com>
6084
6085 * gnus.texi (documentencoding): Add, to avoid warnings.
6086
60872007-10-28 Simon Josefsson <jas@extundo.com>
6088
6089 * message.texi (Mail Headers): Add.
6090
6091 * gnus.texi (Hashcash): Fix.
6092
60932007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6094
0c7efc08 6095 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 6096 that payments can be verified and fix the name of the
b2abec73 6097 hashcash-path variable.
01c52d31
MB
6098
60992007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6100
b2abec73 6101 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
6102
61032007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6104
6105 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6106
61072007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6108
6109 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
6110 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6111 warning about ham processors in spam groups removed.
01c52d31
MB
6112
61132007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 6114
0c7efc08 6115 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 6116 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
6117
61182007-10-28 Jesper Harder <harder@ifa.au.dk>
6119
6120 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6121 (Mailing List): Typo.
6122 (Customizing Articles): Add gnus-treat-ansi-sequences.
6123 (Article Washing): Index.
6124
6125 * message.texi: Use m-dash consistently.
6126
61272007-10-28 Jesper Harder <harder@ifa.au.dk>
6128
6129 * gnus.texi (GroupLens): Remove.
6130
61312007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6132
0c7efc08
SM
6133 * gnus.texi (Outgoing Messages, Agent Variables):
6134 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
6135 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6136
61372007-10-28 Jesper Harder <harder@ifa.au.dk>
6138
6139 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6140
61412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6142
6143 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6144
6145 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6146
61472007-10-28 Simon Josefsson <jas@extundo.com>
6148
6149 * gnus.texi (Top): Add SASL.
6150
404cd454
GM
61512007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6152
6153 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6154
61552007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6156
6157 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6158
0edd2970
JB
61592007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6160
6161 * calc.texi (Formulas, Composition Basics): Lower the
6162 precedence of negation.
6163
a9afba20
JY
61642007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6165
6166 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6167 Mention the new three-letter column identifiers.
6168 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6169 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6170 message when using `c' on an empty default with default printer.
6171 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6172 renamed to `ses--symbolic-formulas' some time ago.
6173
45b778a6
JB
61742007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6175
6176 * calc.texi (Default Simplifications, Making Selections)
6177 (Customizing Calc): Clarify associativity of multiplication.
6178
03b5bade
MA
61792007-10-23 Michael Albinus <michael.albinus@gmx.de>
6180
6181 * tramp.texi (Traces and Profiles): Simplify loop over
6182 `trace-function-background'.
6183
e658c8ee
JL
61842007-10-22 Juri Linkov <juri@jurta.org>
6185
6186 * dired-x.texi (Shell Command Guessing): Default values are now
6187 available by typing M-n instead of M-p.
6188
dd753688
MA
61892007-10-21 Michael Albinus <michael.albinus@gmx.de>
6190
6191 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
6192 (Password caching): Remove `tramp-clear-passwd'.
6193 It's not a command anymore.
dd753688
MA
6194 (Bug Reports): Add `tramp-bug' to function index.
6195 (Function Index, Variable Index): New nodes.
6196 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6197
6198 * trampver.texi: Update release number.
6199
4bb49b43
JB
62002007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6201
8b296cdd 6202 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
6203 about integer size into past tense.
6204 (Time Zones): Remove pointer to Calc author's address.
6205 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 6206 and hyperbolic cotangent. Fix typo.
4bb49b43 6207
311dd93f
MA
62082007-10-10 Michael Albinus <michael.albinus@gmx.de>
6209
6210 Sync with Tramp 2.1.11.
6211
6212 * trampver.texi: Update release number.
6213
ea3fc256
MA
62142007-10-06 Michael Albinus <michael.albinus@gmx.de>
6215
6216 * tramp.texi (External packages): New section.
6217
1af74d06
MB
62182007-09-29 Juri Linkov <juri@jurta.org>
6219
6220 * info.texi (Help-Int): Document `L' (`Info-history').
6221
0e2806fa
SM
62222007-09-26 Carsten Dominik <dominik@science.uva.nl>
6223
6224 * org.texi: Change links to webpage and maintained email.
6225 (Remember): Promote to Chapter, significant changes.
6226 (Fast access to TODO states): New section.
6227 (Faces for TODO keywords): New section.
6228 (Export options): Example for #+DATE.
6229 (Progress logging): Section moved.
6230
567b9191
BW
62312007-09-26 Bill Wohler <wohler@newt.com>
6232
6233 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6234 browse-url-at-mouse.
6235
1af74d06
MB
62362007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6237
6238 * flymake.texi (Customizable variables): Face names don't end in -face.
6239 Fix flymake-err-line-patterns template.
6240 (Example -- Configuring a tool called directly): Fix init-function.
6241 (Highlighting erroneous lines): Face names don't end in -face.
6242
d60a4e3a 62432007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6244
6245 * erc.texi (Special-Features): Fix small typo.
6246
7d7a3510
MA
62472007-09-14 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6250 and "External transfer methods".
6251
285f0d3a
JB
62522007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6253
6254 * calc.texi (Predefined Units): Add some history.
6255
526dc846
MO
62562007-09-08 Michael Olson <mwolson@gnu.org>
6257
87e04f16
JB
6258 * erc.texi (Copying): New section included from gpl.texi.
6259 This matches the look of the upstream ERC manual.
526dc846 6260
f10d0e80
JB
62612007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6262
87e04f16 6263 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6264 (Random Numbers): Clarify the distribution of `random'.
6265
4009494e
GM
62662007-09-06 Glenn Morris <rgm@gnu.org>
6267
f1fc42aa 6268 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6269 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6270 Change all setfilename commands to use ../../info.
6271 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6272 refer to the Emacs manual here.
6273 (infodir): New variable.
6274 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6275 (cc-mode.texi, faq.texi): Update references to source file locations.
6276 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6277 do not refer to the Emacs manual here.
6278 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6279
6280 * Makefile.in: Add `basename' versions of all info targets, for
6281 convenience when rebuilding just one manual.
6282 (../etc/GNU): Delete obsolete target.
6283 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6284 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6285 *.vrs *.toc here...
6286 (maintainer-clean): ...from here.
4009494e
GM
6287
6288 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6289
2de53ca6
GM
62902007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6291
6292 * calc.texi (Date Conversions): Clarify definition of
6293 Julian day numbering.
6294 (Date Forms): Clarify definition of Julian day numbering;
6295 add some history.
6296
62972007-08-30 Carsten Dominik <dominik@science.uva.nl>
6298
87e04f16 6299 * org.texi: Version 5.07.
2de53ca6
GM
6300
63012007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6302
6303 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6304
63052007-08-22 Carsten Dominik <dominik@science.uva.nl>
6306
6307 * org.texi (Adding hyperlink types): New section.
6308 (Embedded LaTeX): Chapter updated because of LaTeX export.
6309 (LaTeX export): New section.
6310 (Using links out): New section.
6311
63122007-08-22 Glenn Morris <rgm@gnu.org>
6313
6314 * faq.texi (Learning how to do something): Refcards now in
6315 etc/refcards/ directory.
6316
63172007-08-22 Michael Albinus <michael.albinus@gmx.de>
6318
6319 * tramp.texi (Remote Programs): Persistency file must be cleared when
6320 changing `tramp-remote-path'.
6321 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6322 macro.
6323
63242007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6325
6326 * calc.texi: Move contents to beginning of file.
6327 (Algebraic Entry): Fix the formatting of an example.
6328
63292007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6330
6331 * calc.texi (Basic Operations on Units): Mention exact versus
6332 inexact conversions.
6333
63342007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6335
6336 * calc.texi (Basic Operations on Units): Mention default
6337 values for new units.
6338 (Quick Calculator Mode): Mention that binary format will
6339 be displayed.
6340
63412007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6342
6343 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6344
63452007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6346
6347 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6348
63492007-08-08 Glenn Morris <rgm@gnu.org>
6350
6351 * gnus.texi, sieve.texi: Replace `iff'.
6352
63532007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6354
6355 * calc.texi (Basic Graphics): Mention the graphing of error
6356 forms.
6357 (Graphics Options): Mention how `g s' handles error forms.
6358 (Curve Fitting): Mention plotting the curves.
6359 (Standard Nonlinear Models): Add additional models.
6360 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6361 (Linear Fits): Correct result.
6362
63632007-08-01 Alan Mackenzie <acm@muc.de>
6364
6365 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6366 to "--no-site-file".
6367
63682007-07-29 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * tramp.texi (Frequently Asked Questions): Point to mode line
6371 extension in Emacs 23.1.
6372
6373 * trampver.texi: Update release number.
6374
63752007-07-27 Glenn Morris <rgm@gnu.org>
6376
6377 * calc.texi (Copying): Include license text from gpl.texi, rather than
6378 in-line.
6379
63802007-07-25 Glenn Morris <rgm@gnu.org>
6381
6382 * calc.texi (Copying): Replace license with GPLv3.
6383
6384 * Relicense all FSF files to GPLv3 or later.
6385
63862007-07-22 Michael Albinus <michael.albinus@gmx.de>
6387
6388 Sync with Tramp 2.1.10.
6389
6390 * tramp.texi (trampfn): Expand macro implementation in order to handle
6391 empty arguments.
6392 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6393 occurrences by trampfn.
2de53ca6 6394 (Frequently Asked Questions): Extend example code for host
b2abec73 6395 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6396 file names to be typed.
6397
6398 * trampver.texi: Update release number.
6399
64002007-07-17 Michael Albinus <michael.albinus@gmx.de>
6401
6402 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6403 section. Reported by <poti@potis.org>.
6404 (Remote processes): Arguments of the program to be debugged are taken
6405 literally.
6406 (Frequently Asked Questions): Simplify recentf example.
6407
64082007-07-14 Karl Berry <karl@gnu.org>
6409
6410 * info.texi (@copying): New Back-Cover Text.
6411
6412 * info.texi (Quitting Info): Move to proper place in source.
6413 (Reported by Benno Schulenberg.)
6414
64152007-07-13 Eli Zaretskii <eliz@gnu.org>
6416
6417 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6418
6419 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6420
6421 * emacs-mime.texi: Add @documentencoding directive.
6422
64232007-07-12 Nick Roberts <nickrob@snap.net.nz>
6424
6425 * tramp.texi (Remote processes): Add an anchor to the subsection
6426 "Running a debugger on a remote host".
6427
64282007-07-12 Michael Albinus <michael.albinus@gmx.de>
6429
6430 * tramp.texi (Remote processes): Don't call it "experimental" any
6431 longer. Add subsection about running a debugger on a remote host.
6432
64332007-07-10 Carsten Dominik <dominik@science.uva.nl>
6434
6435 * org.texi (Properties and columns): Chapter rewritten.
6436
64372007-07-08 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * tramp.texi:
6440 * trampver.texi: Migrate to Tramp 2.1.
6441
64422007-07-02 Carsten Dominik <dominik@science.uva.nl>
6443
6444 * org.texi (Properties): New chapter.
6445
64462007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6449 Control Panel.
6450
6451 * gnus.texi (Misc Article): Add index entry for
6452 gnus-single-article-buffer.
6453
64542007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6455
6456 * gnus.texi (Starting Up): Fix typo.
6457
64582007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6459
6460 * gnus.texi (Asynchronous Fetching): Fix typo.
6461
64622007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6463
6464 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6465 (About This Manual): Remove redundant information.
6466 (Getting Started): Mention author.
6467 (Basic Arithmetic, Customizing Calc): Make description of the
6468 variable `calc-multiplication-has-precedence' match its new effect.
6469
64702007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6471
0c7efc08
SM
6472 * calc.texi (Basic Arithmetic, Customizing Calc):
6473 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6474
64752007-06-19 Carsten Dominik <dominik@science.uva.nl>
6476
6477 * org.texi (Tag): Section swapped with node Timestamps.
6478 (Formula syntax for Lisp): Document new `L' flag.
6479
64802007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6481
6482 * gnus.texi (Misc Group Stuff, Summary Buffer)
6483 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6484
64852007-06-06 Juanma Barranquero <lekktu@gmail.com>
6486
6487 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6488 * gnus.texi (Article Buttons, Mail Source Customization)
6489 (Sending or Not Sending, Customizing NNDiary):
6490 * message.texi (Message Headers):
6491 * mh-e.texi (HTML): Fix typos.
6492
64932007-06-07 Michael Albinus <michael.albinus@gmx.de>
6494
6495 Sync with Tramp 2.0.56.
6496
6497 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6498 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6499
65002007-06-02 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * Version 22.1 released.
6503
65042007-05-26 Michael Olson <mwolson@gnu.org>
6505
6506 * erc.texi (Modules): Fix references to completion modules.
6507
65082007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6509
6510 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6511
65122007-05-09 Didier Verna <didier@xemacs.org>
6513
6514 * gnus.texi (Email Based Diary): New. Proper documentation for the
6515 nndiary back end and the gnus-diary library.
6516
65172007-05-03 Karl Berry <karl@gnu.org>
6518
6519 * .cvsignore (*.pdf): New entry.
6520
6521 * texinfo.tex: Update from current version for better pdf generation.
6522
65232007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6524
6525 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6526
65272007-04-28 Glenn Morris <rgm@gnu.org>
6528
6529 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6530 consideration of legal status.
6531
65322007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6533
6534 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6535
65362007-04-24 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * faq.texi (New in Emacs 22): python.el removed.
6539
65402007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6541
6542 * calc.texi (Reporting bugs): Update maintainer's address.
6543
65442007-04-22 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6547
65482007-04-15 Jay Belanger <belanger@truman.edu>
6549
6550 * calc.texi (Title page): Remove the date.
6551 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6552 (The Standard Calc Interface): Change trail title.
6553 (Floats): Mention that when non-decimal floats are entered, only
6554 approximations are stored.
6555 (Copying): Move to the appendices.
6556 (GNU Free Documentation License): Add as an appendix.
6557
65582007-04-15 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6561 * dired-x.texi, ebrowse.texi, ediff.texi:
6562 * emacs-mime.texi, erc.texi, eshell.texi:
6563 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6564 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6565 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6566 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6567 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6568 * woman.texi: Include GFDL.
6569
6570 * doclicense.texi: Remove node heading, so that it can be included by
6571 other files.
6572
6573 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6574
6575 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6576 than *.
6577
65782007-04-14 Carsten Dominik <dominik@science.uva.nl>
6579
6580 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6581 in Calc.
6582
65832007-04-09 Romain Francoise <romain@orebokech.com>
6584
6585 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6586 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6587 replace mouse-2.
6588
65892007-04-08 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6592 renamed to woman-use-topic-at-point. Document new behavior.
6593
65942007-04-08 Richard Stallman <rms@gnu.org>
6595
6596 * url.texi: Fix some indexing.
6597 (Disk Caching): Drop discussion of old/other Emacs versions.
6598
65992007-04-07 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * url.texi (Disk Caching): Say Emacs 21 "and later".
6602
6603 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6604 on Font locking which now mentions JIT lock.
6605
66062007-04-01 Michael Olson <mwolson@gnu.org>
6607
6608 * erc.texi: Update for the ERC 5.2 release.
6609
66102007-03-31 David Kastrup <dak@gnu.org>
6611
6612 * woman.texi (Topic, Interface Options): Explain changes semantics of
6613 woman-manpath in order to consider MANPATH_MAP entries.
6614
66152007-03-31 Eli Zaretskii <eliz@gnu.org>
6616
6617 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6618
66192007-03-26 Richard Stallman <rms@gnu.org>
6620
6621 * pgg.texi (Caching passphrase): Clean up previous change.
6622
66232007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6624
6625 * gnus.texi (Setting Process Marks): Fix typo.
6626
66272007-03-25 Romain Francoise <romain@orebokech.com>
6628
6629 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6630 readability, and include various fixes by Daniel Brockman, Nick Roberts
6631 and Dieter Wilhelm.
6632
66332007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6634
6635 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6636
6637 * gnus.texi (Mail Source Specifiers): Fix typo.
6638
66392007-03-22 Ralf Angeli <angeli@caeruleus.net>
6640
6641 * reftex.texi (Imprint): Update maintainer information.
6642
66432007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * message.texi (Message Buffers): Update documentation for
6646 message-generate-new-buffers.
6647
66482007-03-15 Daiki Ueno <ueno@unixuser.org>
6649
6650 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6651
66522007-03-21 Glenn Morris <rgm@gnu.org>
6653
6654 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6655
66562007-03-19 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * eshell.texi (Known problems): Emacs 21 -> 22.
6659
6660 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6661
66622007-03-18 Jay Belanger <belanger@truman.edu>
6663
6664 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6665
66662007-03-12 Glenn Morris <rgm@gnu.org>
6667
6668 * calc.texi (Time Zones): Switch to new North America DST rule.
6669
6670 * calc.texi: Replace "daylight savings" with "daylight
6671 saving" in text throughout.
6672
66732007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6674
6675 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6676 The variable now uses a list of symbols instead of just a symbol.
6677 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6678
66792007-03-06 Romain Francoise <romain@orebokech.com>
6680
6681 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6682 new packages, and mention Gnus update.
6683
66842007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6685
6686 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6687 nntp-open-connection-functions-never-echo-commands.
6688
66892007-02-27 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6692 problems on the console, and security risk in not using gpg-agent.
6693
66942007-02-25 Carsten Dominik <dominik@science.uva.nl>
6695
0c7efc08 6696 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6697 Completely reorganized and rewritten.
6698 (CamelCase links): Section removed.
6699 (Repeating items): New section.
6700 (Tracking TODO state changes): New section.
6701 (Agenda views): Chapter reorganized and rewritten.
6702 (HTML export): Section rewritten.
6703 (Tables in arbitrary syntax): New section.
6704 (Summary): Better feature summary.
6705 (Activation): Document problem with cut-and-paste of Lisp code
6706 from PDF files.
6707 (Visibility cycling): Document indirect buffer use.
6708 (Structure editing): Document sorting.
6709 (Remember): Section rewritten.
6710 (Time stamps): Better description of time stamp types.
6711 (Tag searches): Document regular expression search for tags.
6712 (Stuck projects): New section.
6713 (In-buffer settings): New keywords.
6714 (History and Acknowledgments): Updated description.
6715
67162007-02-24 Alan Mackenzie <acm@muc.de>
6717
6718 * cc-mode.texi (Movement Commands): Insert two missing command names.
6719 (Getting Started): Slight wording correction (use conditional).
6720
67212007-02-22 Kim F. Storm <storm@cua.dk>
6722
6723 * widget.texi (User Interface, Basic Types): Document need to put some
6724 text before the %v escape in :format string in editable-field widget.
6725
67262007-02-18 Romain Francoise <romain@orebokech.com>
6727
6728 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6729 `cvs-mode-quit'.
6730
67312007-02-10 Markus Triska <markus.triska@gmx.at>
6732
6733 * widget.texi (Programming Example): Put constant strings in :format.
6734
67352007-02-07 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * faq.texi (Fullscreen mode on MS-Windows): New node.
6738
67392007-02-04 David Kastrup <dak@gnu.org>
6740
6741 * faq.texi (AUCTeX): Update version number. Should probably be done
6742 for other packages as well.
6743
67442007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6745
6746 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6747 <tassilo@member.fsf.org>.
6748
67492007-01-27 Eli Zaretskii <eliz@gnu.org>
6750
6751 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6752 ls-lisp-use-localized-time-format.
6753
67542007-01-20 Markus Triska <markus.triska@gmx.at>
6755
6756 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6757
67582007-01-13 Michael Olson <mwolson@gnu.org>
6759
6760 * erc.texi (Modules): Mention capab-identify module.
6761
67622007-01-05 Michael Olson <mwolson@gnu.org>
6763
6764 * erc.texi (Getting Started): Update for /RECONNECT command.
6765
67662007-01-04 Richard Stallman <rms@gnu.org>
6767
6768 * ebrowse.texi: Change C-c b to C-c C-m.
6769
67702007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6771
6772 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6773 variables only in info to avoid redundant entries in the printed
6774 manual.
6775
67762007-01-02 Daiki Ueno <ueno@unixuser.org>
6777
6778 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6779
67802007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * message.texi (Security): Split into sub-nodes.
6783
67842007-01-01 Alan Mackenzie <acm@muc.de>
6785
6786 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6787 eval-after-load in Emacs <=21 and a workaround. Document that
6788 trigraphs are not supported.
6789
67902007-01-01 Alan Mackenzie <acm@muc.de>
6791
6792 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6793 c-context-line-break. When invoked within a string, preserve
6794 whitespace. Add a backslash only when also in a macro.
6795
67962007-01-01 Alan Mackenzie <acm@muc.de>
6797
6798 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6799
68002007-01-01 Alan Mackenzie <acm@muc.de>
6801
6802 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6803 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6804
68052007-01-01 Alan Mackenzie <acm@muc.de>
6806
6807 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6808 "Choosing a Style".
6809
6810 * cc-mode.texi ("Styles"): Add @dfn{style}.
6811
68122006-12-30 Michael Albinus <michael.albinus@gmx.de>
6813
6814 Sync with Tramp 2.0.55.
6815
6816 * trampver.texi: Update release number.
6817
68182006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6819
6820 * gnus.texi (Customizing Articles): Add index entries for all
6821 gnus-treat-* variables.
6822
c8763fb6 68232006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6824
6825 * gnus.texi (IMAP): Fix incorrect explanation of
6826 nnimap-search-uids-not-since-is-evil in documentation for
6827 nnimap-expunge-search-string.
6828
68292006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6832 spam-ifile-database.
6833
68342006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6835
6836 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6837 rebind C-s.
6838
c8763fb6 68392006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6840
6841 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6842 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6843 "expiring mail".
6844 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6845 nnimap-nov-is-evil.
6846
68472006-12-25 Kevin Ryde <user42@zip.com.au>
6848
6849 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6850 about the key procedure being used heavily.
6851
68522006-12-24 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6855 to t.
6856 (Prerequisites): Add explanation about gpg-agent.
6857
68582006-12-22 Kevin Ryde <user42@zip.com.au>
6859
6860 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6861 "sort" instead of "sort*".
6862
68632006-12-19 Richard Stallman <rms@gnu.org>
6864
6865 * calc.texi (History and Acknowledgements): Recognize that Emacs
6866 now does have floating point.
6867
68682006-12-19 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * tramp.texi (External transfer methods): Describe new method `scpc'.
6871
68722006-12-17 Sascha Wilde <wilde@sha-bang.de>
6873
6874 * pgg.texi: Added short note on gpg-agent to the introduction.
6875
68762006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6877
6878 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6879 also applies to Cc.
6880
68812006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6882
6883 * gnus.texi (X-Face): Clarify. Say which programs are required
6884 on Windows.
6885
68862006-12-08 Michael Olson <mwolson@gnu.org>
6887
6888 * erc.texi (Modules): Remove documentation for list module.
6889
c8763fb6 68902006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6891
6892 * faq.texi (^M in the shell buffer): Ditto.
6893
68942006-11-20 Michael Olson <mwolson@gnu.org>
6895
6896 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6897
68982006-11-17 Carsten Dominik <dominik@science.uva.nl>
6899
6900 * org.texi: Fix typos.
6901 (Agenda commands): Document `C-k'.
6902
69032006-11-16 Eli Zaretskii <eliz@gnu.org>
6904
6905 * url.texi (http/https): Fix a typo in the HTTP URL.
6906
69072006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6908
6909 * ada-mode.texi: Total rewrite.
6910
69112006-11-13 Carsten Dominik <dominik@science.uva.nl>
6912
6913 * org.texi: Minor typo fixes.
6914
69152006-11-13 Bill Wohler <wohler@newt.com>
6916
6917 Release MH-E manual version 8.0.3.
6918
6919 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6920 release 8.0.3.
6921
6922 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6923 to set MAILDIR.
6924 (Reading Mail): Document the customization of read-mail-command
6925 for MH-E.
6926 (Viewing Attachments): Document mm-discouraged-alternatives.
6927 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6928 (Junk): Add more information about the settings of mh-junk-background
6929 in a program. Add /usr/bin/mh to PATH in examples.
6930
69312006-11-12 Richard Stallman <rms@gnu.org>
6932
6933 * woman.texi: Update author address but say he no longer maintains it.
6934
69352006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6936
6937 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6938 archived trees.
6939 (Checkboxes): Section moved to chapter 5, and extended.
6940 (The date/time prompt): New section.
6941 (Link abbreviations): New section.
6942 (Presentation and sorting): New section.
6943 (Custom agenda views): Section completely rewritten.
6944 (Summary): Compare with Planner.
6945 (Feedback): More info about creating backtraces.
6946 (Plain lists): Modified example.
6947 (Breaking down tasks): New section.
6948 (Custom time format): New section.
6949 (Time stamps): Document inactive timestamps.
6950 (Setting tags): More details about fast tag selection.
6951 (Block agenda): New section.
6952 (Custom agenda views): Section rewritten.
6953 (Block agenda): New section.
6954
69552006-11-07 Michael Albinus <michael.albinus@gmx.de>
6956
6957 * tramp.texi (Configuration): scp is the default method.
6958 (Default Method): Use ssh as example for another method.
6959
69602006-10-27 Richard Stallman <rms@gnu.org>
6961
6962 * woman.texi: Downcase nroff/troff/roff.
6963 (Installation): Chapter deleted. Some xrefs deleted.
6964 (Background): woman doesn't advise man ;-).
6965
c8763fb6 69662006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6967
6968 * ada-mode.texi (Project files, Identifier completion)
6969 (Automatic Casing, Debugging, Using non-standard file names)
6970 (Working Remotely): Fix typos.
6971
69722006-10-20 Masatake YAMATO <jet@gyve.org>
6973
0c7efc08 6974 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6975 sample code `my-c-initialization-hook'.
6976
69772006-10-19 Stuart D. Herring <herring@lanl.gov>
6978
6979 * widget.texi: Fix typos.
6980
69812006-10-19 Michael Albinus <michael.albinus@gmx.de>
6982
6983 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6984 "???". There have been no complaints for years, so the information
6985 must be appropriate.
6986
69872006-10-16 Richard Stallman <rms@gnu.org>
6988
6989 * widget.texi: Use @var instead of capitalization.
6990 Clarify many widget type descriptions.
6991
69922006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6993
6994 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6995 gnus-dired-attach.
6996 (Selecting a Group): Fix typo.
6997
c8763fb6 69982006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6999
7000 * widget.texi: Fix typos.
7001
70022006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7003
7004 * gnus.texi (Image Enhancements): Update for Emacs 22.
7005
7006 * gnus-faq.texi ([1.3]): Update.
7007
70082006-10-06 Richard Stallman <rms@gnu.org>
7009
7010 * faq.texi (Displaying the current line or column):
7011 Delete "As of Emacs 20".
7012
70132006-10-06 Romain Francoise <romain@orebokech.com>
7014
7015 * faq.texi (VM): VM works with Emacs 22 too.
7016
70172006-10-06 Richard Stallman <rms@gnu.org>
7018
7019 * ebrowse.texi: Remove Emacs version "21" from title.
7020
70212006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7022
7023 * gnus.texi (Foreign Groups): Say where change of editing commands are
7024 stored. Add reference to `gnus-parameters'.
7025
70262006-09-15 Jay Belanger <belanger@truman.edu>
7027
7028 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7029 Change "Library Public License" to "Lesser Public License"
7030 throughout. Use "yyyy" to represent year.
7031
70322006-09-15 Carsten Dominik <dominik@science.uva.nl>
7033
7034 * org.texi (Setting tags): Typo fix.
7035
70362006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7037
7038 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7039
70402006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7043
70442006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7045
7046 * faq.texi (Escape sequences in shell output): EMACS is now set
7047 to Emacs's absolute file name, not to "t".
7048 (^M in the shell buffer): Likewise.
7049 * misc.texi (Interactive Shell): Likewise.
7050
70512006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7054 mails with pop3-leave-mail-on-server. Fix wording.
7055 (Limiting): Improve gnus-summary-limit-to-articles.
7056 (X-Face): Fix typo.
7057
70582006-09-11 Simon Josefsson <jas@extundo.com>
7059
7060 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7061 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7062
70632006-09-06 Simon Josefsson <jas@extundo.com>
7064
7065 * smtpmail.texi (Authentication): Mention SSL.
7066
70672006-09-01 Eli Zaretskii <eliz@gnu.org>
7068
7069 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7070 Don't use @indicateurl.
7071
7072 * cc-mode.texi (Subword Movement): Don't use @headitem.
7073 (Custom Braces, Clean-ups): Don't use @tie.
7074
70752006-08-29 Michael Albinus <michael.albinus@gmx.de>
7076
7077 Sync with Tramp 2.0.54.
7078
7079 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7080 Suggested by Adrian Phillips <a.phillips@met.no>.
7081
70822006-08-15 Carsten Dominik <dominik@science.uva.nl>
7083
7084 * org.texi (Installation, Activation): Split from Installation and
7085 Activation.
7086 (Clocking work time): Documented new features.
7087
70882006-08-13 Alex Schroeder <alex@gnu.org>
7089
7090 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7091 example.
7092
70932006-08-12 Eli Zaretskii <eliz@gnu.org>
7094
7095 * faq.texi (How to add fonts): New node.
7096
70972006-08-05 Romain Francoise <romain@orebokech.com>
7098
7099 * faq.texi (New in Emacs 22): Expand.
7100
71012006-08-03 Michael Olson <mwolson@gnu.org>
7102
7103 * erc.texi: Update for ERC 5.1.4.
7104
71052006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7108 in .../site-lisp/gnus/ by default.
7109 [ From gnus-news.texi in the trunk. ]
7110
71112006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7112
7113 * gnus.texi (MIME Commands): Additions for yEnc.
7114
71152006-07-24 Richard Stallman <rms@gnu.org>
7116
7117 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7118 * faq.texi: Move periods and commas inside quotes.
7119
71202006-07-20 Jay Belanger <belanger@truman.edu>
7121
7122 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7123
71242006-07-18 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * faq.texi (Security risks with Emacs): Document Emacs 22
7127 file-local-variable mechanism.
7128
71292006-07-12 Michael Olson <mwolson@gnu.org>
7130
7131 * erc.texi: Update for ERC 5.1.3.
7132
71332006-07-12 Alex Schroeder <alex@gnu.org>
7134
7135 * rcirc.texi: Fix typos.
7136 (Getting started with rcirc): New calling convention for M-x irc.
7137 Mention #rcirc. Removed channel tracking.
0c7efc08 7138 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
7139 recently, eg. rcirc-server to rcirc-default-server. Added
7140 documentation for rcirc-authinfo, some background for Bitlbee, and
7141 rcirc-track-minor-mode.
0c7efc08 7142 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 7143 Scrolling.
0c7efc08 7144 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
7145 to match code changes.
7146
71472006-07-10 Nick Roberts <nickrob@snap.net.nz>
7148
7149 * gnus.texi, message.texi: Fix typos.
7150
71512006-07-07 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7154 commands.
7155 (Global TODO list): Document the use of the variables
7156 `org-agenda-todo-ignore-scheduled' and
7157 `org-agenda-todo-list-sublevels'.
7158
71592006-07-05 Richard Stallman <rms@gnu.org>
7160
7161 * faq.texi (Scrolling only one line): Fix xref.
7162
71632006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7164
7165 * faq.texi (Evaluating Emacs Lisp code):
7166 Throughout, replace eval-current-buffer with eval-buffer.
7167
71682006-07-03 Richard Stallman <rms@gnu.org>
7169
7170 * rcirc.texi (Scrolling conservatively): Fix xref.
7171
7172 * pcl-cvs.texi (Viewing differences): Usage fix.
7173
71742006-07-03 Carsten Dominik <dominik@science.uva.nl>
7175
7176 * org.texi (Agenda commands): Document `s' key to save all org-mode
7177 buffers.
7178
71792006-06-30 Ralf Angeli <angeli@caeruleus.net>
7180
7181 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7182 names. Mention `cvs-msg' face.
7183
71842006-06-29 Carsten Dominik <dominik@science.uva.nl>
7185
7186 * org.texi (Checkboxes): New section.
7187
71882006-06-28 Carsten Dominik <dominik@science.uva.nl>
7189
7190 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7191 throughout this chapter.
7192
71932006-06-27 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7196 text for standalone vs Emacs info.
7197 (Help): Clarify header line description. Use mouse-1 for clicks.
7198 (Help-P): Use mouse-1 for clicks.
7199 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7200 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7201 (Choose menu subtopic): Remove gratuitous Emacs command names.
7202 (Help-FOO): Put usual behavior first.
7203 (Help-Xref): Clicking on xrefs works in Emacs.
7204 (Search Text): Clarify what the default behavior is.
7205 (Create Info buffer): Fix Emacs window/X window confusion.
7206 (Emacs Info Variables): Fix for new Emacs init file behavior.
7207
72082006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7209
7210 * gnus.texi (Summary Buffer Lines): Fix typo.
7211
72122006-06-23 Carsten Dominik <dominik@science.uva.nl>
7213
7214 * org.texi (Embedded LaTeX): New chapter.
7215 (Archiving): Section rewritten.
7216 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7217
72182006-06-20 Bill Wohler <wohler@newt.com>
7219
7220 Release MH-E manual version 8.0.1.
7221
7222 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7223 release 8.0.1.
7224 (Preface): Depend on GNU mailutils 1.0 and higher.
7225
72262006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * message.texi (News Headers): Update message-syntax-checks section.
7229
72302006-06-19 Karl Berry <karl@gnu.org>
7231
7232 * info.texi (Advanced): Mention C-q, especially with ?.
7233
72342006-06-19 Carsten Dominik <dominik@science.uva.nl>
7235
7236 * org.texi (Publishing links): Document the `:link-validation-function'
7237 property.
7238 (Extensions and Hacking): New chapter, includes some sections of the
7239 "Miscellaneous" chapter.
7240
72412006-06-10 Carsten Dominik <dominik@science.uva.nl>
7242
7243 * org.texi (Progress logging): New section.
7244
2de53ca6
GM
72452006-06-06 Carsten Dominik <dominik@science.uva.nl>
7246
7247 * org.texi (ASCII export): Document indentation adaptation.
7248 (Setting tags): Document mutually-exclusive tags.
7249
72502006-06-05 Romain Francoise <romain@orebokech.com>
7251
7252 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7253 Fix typo.
7254
7255 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7256 channel (#gnus@irc.freenode.net).
7257 Fix typos. Update copyright notice.
7258
7259 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7260 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7261 (Line-Up Functions, Custom Macros):
7262 * ediff.texi (Window and Frame Configuration)
dccb744b 7263 (Highlighting Difference Regions):
2de53ca6
GM
7264 * emacs-mime.texi (Display Customization):
7265 * erc.texi (History):
7266 * eshell.texi (Known problems):
7267 * eudc.texi (Overview, BBDB):
7268 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7269 (The problem of spam, SpamOracle, Extending the Spam package)
7270 (Conformity, Terminology):
dccb744b 7271 * idlwave.texi (Routine Info)
2de53ca6
GM
7272 (Class and Keyword Inheritance, Padding Operators)
7273 (Breakpoints and Stepping, Electric Debug Mode)
7274 (Examining Variables, Troubleshooting):
7275 * org.texi (Creating timestamps):
7276 * reftex.texi (Commands, Options, Changes):
7277 * tramp.texi (Inline methods, Password caching)
7278 (Auto-save and Backup, Issues):
7279 * vip.texi (Files, Commands in Insert Mode):
7280 * viper.texi (Emacs Preliminaries, States in Viper)
7281 (Packages that Change Keymaps, Viper Specials, Groundwork):
7282 Fix various typos.
7283
72842006-05-31 Michael Ernst <mernst@alum.mit.edu>
7285
7286 * ediff.texi: Fix typos.
7287
72882006-05-30 Carsten Dominik <dominik@science.uva.nl>
7289
7290 * org.texi: Small typo fixes.
7291
fff84c22
JB
72922006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * viper.texi (Viper Specials):
7295 * gnus.texi (Example Setup):
7296 * faq.texi (Backspace invokes help):
7297 * dired-x.texi (Optional Installation Dired Jump):
7298 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7299 follow coding conventions.
7300
2de53ca6
GM
73012006-05-29 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7304
73052006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7306
7307 * pcl-cvs.texi: Fix typos.
7308 (Customization): Say "us".
7309
73102006-05-26 Eli Zaretskii <eliz@gnu.org>
7311
7312 * org.texi: Remove bogus @setfilename.
7313
73142006-05-26 Carsten Dominik <dominik@science.uva.nl>
7315
7316 * org.texi (ASCII export): Omit command name.
7317 (HTML export): Add prefix to all lines in Local Variable example.
7318 (Acknowledgments): Typeset names in italics.
7319
73202006-05-24 Carsten Dominik <dominik@science.uva.nl>
7321
7322 * org.texi (Plain lists): Add new item navigation commands.
7323 (External links): Document elisp and info links.
7324 (Custom searches): New section.
7325 (Publishing): New chapter.
7326 (HTML export): Include a list of supported CSS classes.
7327 (Setting tags): Describe the fast-tag-setting interface.
7328
73292006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * dired-x.texi: ifinfo -> ifnottex.
7332
73332006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7336
73372006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7338
7339 * message.texi (Interface): Add tool bar customization.
7340 (MIME): Index and text additions for mml-attach.
7341 (MIME): Describe mml-dnd-protocol-alist and
7342 mml-dnd-attach-options.
7343
7344 * gnus.texi (Oort Gnus): Reorder entries in sections.
7345 Fix some entries.
7346 (Starting Up): Add references to "Emacs for Heathens" and to
7347 "Finding the News". Add user-full-name and user-mail-address.
7348 (Group Buffer Format): Add tool bar customization and update.
7349 (Summary Buffer): Add tool bar customization.
7350 (Posting Styles): Add message-alternative-emails.
7351
73522006-05-09 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * tramp.texi (Filename completion): Improve wording.
7355
73562006-05-07 Romain Francoise <romain@orebokech.com>
7357
7358 * faq.texi (Using regular expressions): Fix typo.
7359 (Packages that do not come with Emacs): Fix capitalization.
7360 (Replacing text across multiple files): Expand node to explain how
7361 to use `dired-do-query-replace-regexp' in more detail, based on
7362 suggestion by Eric Hanchrow <offby1@blarg.net>.
7363
73642006-05-06 Michael Albinus <michael.albinus@gmx.de>
7365
7366 * tramp.texi (Filename completion): Completion of remote files'
7367 method, user name and host name is active only in partial
7368 completion mode.
7369
73702006-05-06 Bill Wohler <wohler@newt.com>
7371
7372 Release MH-E manual version 8.0.
7373
7374 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7375 release 8.0.
7376
73772006-05-06 Bill Wohler <wohler@newt.com>
7378
7379 * mh-e.texi (MH-BOOK-HOME): Change from
7380 http://www.ics.uci.edu/~mh/book/mh to
7381 http://rand-mh.sourceforge.net/book/mh.
7382 Replace .htm suffix with .html for MH book files.
7383 (Using This Manual): Update key binding for getting relevant
7384 chapter in Info from command key.
7385 (Ranges): Fix itemx.
7386
73872006-05-05 Karl Berry <karl@gnu.org>
7388
7389 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7390 (\fonttextsize): New user-level command to change text font size.
7391
73922006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7393
7394 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7395
73962006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7397
7398 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7399
74002006-04-24 Bill Wohler <wohler@newt.com>
7401
7402 * mh-e.texi (Getting Started): Make it more explicit that you need
7403 to install MH. Add pointers to current MH implementations.
7404
74052006-04-21 Bill Wohler <wohler@newt.com>
7406
7407 Release MH-E manual version 7.94.
7408
7409 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7410 release 7.94.
7411
74122006-04-21 Carsten Dominik <dominik@science.uva.nl>
7413
7414 * org.texi: Many small fixes.
7415 (Handling links): Rename from "Managing links".
7416
74172006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7418
7419 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7420 (Splitting mail using spam-stat): Fix @xref.
7421
74222006-04-20 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7425 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7426
74272006-04-20 Carsten Dominik <dominik@science.uva.nl>
7428
7429 * org.texi (Time stamps): Better explanation of the purpose of
7430 different time stamps.
7431 (Structure editing, Plain lists): More details on how new items
7432 and headings are inserted.
7433
74342006-04-18 Carsten Dominik <dominik@science.uva.nl>
7435
7436 * org.texi (Formula syntax): Fix link to Calc Manual.
7437
74382006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7439
7440 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7441
74422006-04-17 Bill Wohler <wohler@newt.com>
7443
7444 * mh-e.texi (Folders): Update mh-before-quit-hook and
7445 mh-quit-hook example with code that removes the buffers rather
7446 than just bury them.
7447
74482006-04-17 Michael Albinus <michael.albinus@gmx.de>
7449
7450 Sync with Tramp 2.0.53.
7451
74522006-04-13 Carsten Dominik <dominik@science.uva.nl>
7453
7454 * org.texi (Updating settings): New section.
7455 (Visibility cycling): Better names for the startup folding
7456 options.
7457 (Exporting): Completely restructured.
7458 (The very busy C-c C-c key): New section.
7459 (Summary of in-buffer settings): New section.
7460
74612006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7462
7463 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7464
74652006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7466
7467 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7468 (Server Commands): Key `v' is reserved for users.
7469
74702006-04-11 Carsten Dominik <dominik@science.uva.nl>
7471
7472 * org.texi (Link format): New section, emphasis on bracket links.
7473 (External links): Document bracket links.
7474 (FAQ): Expand to cover shell links and the new link format.
7475
74762006-04-09 Kevin Ryde <user42@zip.com.au>
7477
7478 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7479
74802006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7481
7482 * gnus.texi (Summary Buffer Lines): Add `*'.
7483
c8763fb6 74842006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7485
7486 * gnus.texi (Group Parameters):
7487 Mention gnus-permanently-visible-groups.
7488
74892006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7490
7491 * gnus.texi (Face): Fix typo.
7492
74932006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7494
7495 * gnus.texi (X-Face): Clarify.
7496 (Face): Need Emacs with PNG support.
7497
74982006-04-06 Richard Stallman <rms@gnu.org>
7499
7500 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7501 Emacs".
7502
75032006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7504
7505 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7506 blocks not suitable for inclusion with Emacs using variable
7507 PARTOFEMACS.
7508
75092006-04-04 Simon Josefsson <jas@extundo.com>
7510
7511 * gnus.texi (Security): Improve.
7512
75132006-04-02 Bill Wohler <wohler@newt.com>
7514
7515 * mh-e.texi (Getting Started, Junk, Bug Reports)
7516 (MH FAQ and Support): Fix URLs.
7517
75182006-03-31 Romain Francoise <romain@orebokech.com>
7519
7520 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7521 to t, not nil (and has for the past eight years).
7522
75232006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7524
7525 * message.texi, gnus.texi: Bump version to 5.11.
7526
75272006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7528
7529 * gnus.texi (Top): Add comment about version line.
7530
7531 * message.texi (Top): Ditto. Change to take named versions into
7532 account.
7533
75342006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7535
7536 * gnus.texi (Posting Styles): Add x-face-file to example.
7537 (X-Face): Refer to posting styles.
7538
7539 * gnus-faq.texi ([5.8]): Add x-face-file.
7540 ([8.4]): Add links to gmane.emacs.gnus.user and
7541 gmane.emacs.gnus.general.
7542
75432006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7544
7545 * gnus-faq.texi: Use .invalid.
7546 ([5.4]): Fix gnus-posting-styles example.
7547
75482006-03-27 Romain Francoise <romain@orebokech.com>
7549
7550 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7551 Emacs/W3 needs a new maintainer.
7552 (Ispell): Update author and version info.
7553 (Mailcrypt): Mention PGG.
7554 (New in Emacs 22): Add PGG to the list of new packages.
7555 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7556 updating dead URLs.
7557
75582006-03-25 Karl Berry <karl@gnu.org>
7559
7560 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7561 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7562 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7563 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7564 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7565 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7566 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7567 (2) do not indent copyright year list (or anything else).
7568
75692006-03-21 Bill Wohler <wohler@newt.com>
7570
7571 * mh-e.texi (Folders): Various edits.
7572
75732006-03-20 Romain Francoise <romain@orebokech.com>
7574
7575 * gnus.texi (Mail Folders): Grammar fix.
7576
75772006-03-19 Bill Wohler <wohler@newt.com>
7578
7579 * mh-e.texi (Replying): Document Mail-Followup-To.
7580 Change manually-formatted table to multitable. Add debugging info.
7581 Move description of mh-reply-default-reply-to into paragraph
7582 that describes its values.
7583
75842006-03-17 Bill Wohler <wohler@newt.com>
7585
10d1d0af 7586 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7587 (Sending Mail Tour): Update method of entering
7588 addresses and subject.
7589 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7590 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7591
75922006-03-15 Carsten Dominik <dominik@science.uva.nl>
7593
7594 * org.texi: Version number change only.
7595
75962006-03-14 Bill Wohler <wohler@newt.com>
7597
7598 * mh-e.texi: Add index entries around each paragraph rather than
7599 depend on entries from beginning of node. Doing so ensures that
7600 index entries are less likely to be forgotten if text is cut and
7601 pasted, and are necessary anyway if the references are on a
7602 separate page. It seems that makeinfo is now (v. 4.8) only
7603 producing one index entry per node, so there is no longer any
7604 excuse not to. Use subheading instead of heading. The incorrect
7605 use of heading produced very large fonts in Info--as large as the
7606 main heading.
7607 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7608 versions 6 and 7 appeared *around* the time of these Emacs releases.
7609
76102006-03-13 Carsten Dominik <dominik@science.uva.nl>
7611
7612 * org.texi (Clean view): Document new startup options.
7613
76142006-03-11 Bill Wohler <wohler@newt.com>
7615
7616 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7617 (Composing, Scan Line Formats): Fix @refs.
7618 (Getting Started): Define MH profile and MH profile components.
7619 (Incorporating Mail, Reading Mail, Viewing, Printing)
7620 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7621 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7622 for string constants.
7623 (Tool Bar): Remove spurious quote.
7624 (Junk): Use ``...'' instead of "...".
7625 (Scan Line Formats): Replace @samp with @kbd.
7626
76272006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7630
76312006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7632
7633 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7634 easy to understand.
7635
76362006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi: Markup fix.
7639 (Fancy Mail Splitting): Specify new feature.
7640
76412006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7644 partial-words matching.
7645
76462006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7647
7648 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7649
7650 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7651 (MIME Commands): Fix mm-discouraged-alternatives.
7652
76532006-03-07 Carsten Dominik <dominik@science.uva.nl>
7654
7655 * org.texi: Version number change only.
7656
76572006-03-06 Bill Wohler <wohler@newt.com>
7658
7659 * mh-e.texi: Move from SourceForge repository to Savannah.
7660 This is version 7.93, which is a total rewrite from the previous
7661 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7662 version 7.93.
7663
76642006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7665
7666 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7667
76682006-03-01 Carsten Dominik <dominik@science.uva.nl>
7669
7670 * org.texi (Interaction): Add item about `org-mouse.el' by
7671 Piotr Zielinski.
7672 (Managing links): Document that also mouse-1 can be used to
7673 activate a link.
7674 (Headlines, FAQ): Add entry about hiding leading stars.
7675 (Miscellaneous): Resort the sections in this chapter to a more
7676 logical sequence.
7677
76782006-02-27 Simon Josefsson <jas@extundo.com>
7679
7680 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7681 2004-01-27 from the trunk).
7682
76832006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7684
7685 * cc-mode.texi: Rename c-hungry-backspace to
7686 c-hungry-delete-backwards, at the request of RMS. Leave the old
7687 name as an alias.
7688
76892006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7690
7691 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7692 include the function header within the defun.
7693
76942006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7695
7696 * cc-mode.texi: Correct two typos.
7697
76982006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7699
7700 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7701 existing comment.
7702 (Electric Keys): Add a justification for electric indentation.
7703 (Hungry WS Deletion): Clear up the names and complications of the
7704 BACKSPACE and DELETE keys.
7705
77062006-02-23 Juri Linkov <juri@jurta.org>
7707
7708 * faq.texi (Common requests): Move `Turning on auto-fill by
7709 default' after `Wrapping words automatically'. Move `Working with
7710 unprintable characters' before `Searching for/replacing newlines'.
7711 Move `Replacing highlighted text' after `Highlighting a region'.
7712 Merge `Repeating commands' and `Repeating a command as many times
7713 as possible' into the former.
7714 (Packages that do not come with Emacs): Add refs to Gmane and
7715 etc/MORE.STUFF.
7716
77172006-02-23 Juri Linkov <juri@jurta.org>
7718
7719 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7720 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7721 Add xref to `(emacs)Reporting Bugs'.
7722 (Getting a printed manual): Add URL to other formats of the manual.
7723 (Common requests): Fix menu.
7724 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7725 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7726 (Inserting text at the beginning of each line): Add pxref to
7727 `Changing the included text prefix'.
7728 (Forcing the cursor to remain in the same column): Mention `track-eol'
7729 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7730 (Replacing text across multiple files): Add keybinding `Q' for
7731 `dired-do-query-replace'.
7732
77332006-02-22 Carsten Dominik <dominik@science.uva.nl>
7734
7735 * reftex.texi: Version number and date change only.
7736
7737 * org.texi (Internal Links): Rewrite to cover the modified
7738 linking system.
7739
77402006-02-17 Eli Zaretskii <eliz@gnu.org>
7741
7742 * faq.texi: Remove the coding cookie, it's not needed anymore.
7743
77442006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7745
7746 * faq.texi (Colors on a TTY): Mention Mac OS port.
7747
77482006-02-12 Karl Berry <karl@gnu.org>
7749
7750 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7751 8-bit accented a.
7752
77532006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7754
7755 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7756
77572006-02-08 Romain Francoise <romain@orebokech.com>
7758
7759 * faq.texi (Top): Remove paragraph about the FAQ being a
7760 transitional document, etc.
7761 (Searching for/replacing newlines): New node.
7762 (Yanking text in isearch): New node.
7763 (Inserting text at the beginning of each line): Rename and make
7764 more general, mention `M-;' in Message mode.
7765
77662006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7767
7768 * faq.texi (Meta key does not work in xterm)
7769 (Emacs does not display 8-bit characters)
7770 (Inputting eight-bit characters): Update xrefs.
7771
77722006-02-06 Romain Francoise <romain@orebokech.com>
7773
7774 * faq.texi (VM): VM now at version 7.19.
7775 Set myself as maintainer of this file.
7776
77772006-02-04 Michael Olson <mwolson@gnu.org>
7778
7779 * erc.texi (History): Note that ERC is now included with Emacs.
7780
77812006-01-31 Romain Francoise <romain@orebokech.com>
7782
7783 * message.texi (Message Headers): Explain what
7784 `message-alternative-emails' does in more detail.
7785 Update copyright year.
7786
77872006-01-30 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7790
77912006-01-29 Richard M. Stallman <rms@gnu.org>
7792
7793 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7794
77952006-01-29 Michael Olson <mwolson@gnu.org>
7796
7797 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7798
7799 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7800
7801 * faq.texi (New in Emacs 22): Mention ERC.
7802
78032006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7804
7805 * rcirc.texi: Capitalize dir entry for consistency with the entry
7806 in info/dir and other entries in the Emacs category.
7807 Fix typos. Delete trailing whitespace.
7808
c8763fb6 78092006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7810
7811 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7812
78132006-01-27 Eli Zaretskii <eliz@gnu.org>
7814
7815 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7816 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7817
7818 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7819 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7820
78212006-01-27 Alex Schroeder <alex@gnu.org>
7822
7823 * rcirc.texi: New file.
7824
78252006-01-23 Juri Linkov <juri@jurta.org>
7826
7827 * widget.texi (User Interface): Add S-TAB for widget-backward.
7828
78292006-01-22 Michael Albinus <michael.albinus@gmx.de>
7830
7831 Sync with Tramp 2.0.52.
7832
7833 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7834 Add Tramp disabling item. New item for common connection problems.
7835 (various): Apply "ftp" as method for the download URL.
7836 (Bug Reports): Refer to FAQ for common problems.
7837
78382006-01-21 Eli Zaretskii <eliz@gnu.org>
7839
7840 * widget.texi (User Interface): Use @key for TAB.
7841
7842 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7843
7844 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7845 for TAB.
7846
7847 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7848
78492006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * gnus.texi: Update copyright.
7852
78532006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus.texi (Article Washing): Additions.
7856
2de53ca6
GM
78572006-01-13 Carsten Dominik <dominik@science.uva.nl>
7858
7859 * org.texi (Agenda commands): Document tags command.
7860
78612006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7862
7863 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7864
78652006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * gnus.texi (RSS): Addition.
7868
78692005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7872
78732005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * emacs-mime.texi (Display Customization): Add setting example to
7876 mm-discouraged-alternatives.
7877
78782006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7881 version is the canonical version.
7882
78832006-01-08 Alex Schroeder <alex@gnu.org>
7884
7885 * pgg.texi (Caching passphrase): Rewording.
7886
78872006-01-06 Eli Zaretskii <eliz@gnu.org>
7888
7889 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7890 repository URL.
7891
78922006-01-06 Carsten Dominik <dominik@science.uva.nl>
7893
7894 * org.texi: Removed the accidentally re-added empty line in the
7895 direntry.
7896
78972006-01-05 Carsten Dominik <dominik@science.uva.nl>
7898
7899 * org.texi (Agenda Views): Chapter reorganized.
7900
79012005-12-29 Romain Francoise <romain@orebokech.com>
7902
7903 * faq.texi (Using Customize): New node.
7904
79052005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7906
7907 * org.texi: Remove blank line in @direntry. It is non-standard
7908 and recursively produces blank lines all over the dir file (when
7909 using Texinfo 4.8).
7910
79112005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7914
79152005-12-20 Carsten Dominik <dominik@science.uva.nl>
7916
7917 * org.texi (Tags): Boolean logic documented.
7918 (Agenda Views): Document custom commands.
7919
79202005-12-20 David Kastrup <dak@gnu.org>
7921
7922 * faq.texi (AUCTeX): Update version and mailing list info.
7923
79242005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * gnus.texi (MIME Commands): Mention addition of
7927 multipart/alternative to gnus-buttonized-mime-types and add xref
7928 to mm-discouraged-alternatives.
7929
7930 * emacs-mime.texi (Display Customization): Mention addition of
7931 "image/.*" and add xref to gnus-buttonized-mime-types in the
7932 mm-discouraged-alternatives section.
7933
79342005-12-16 Carsten Dominik <dominik@science.uva.nl>
7935
7936 * org.texi (Tags): New section.
7937 (Agenda Views): Chapter reorganized.
7938
79392005-12-16 Eli Zaretskii <eliz@gnu.org>
7940
7941 * org.texi (Internal Links): Add a missing comma after an @xref.
7942
79432005-12-14 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * faq.texi (Filling paragraphs with a single space): No need to
7946 change sentence-end now.
7947
79482005-12-13 Romain Francoise <romain@orebokech.com>
7949
7950 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7951
79522005-12-12 Jay Belanger <belanger@truman.edu>
7953
7954 * faq.texi (Calc): Update version number.
7955
79562005-12-12 Carsten Dominik <dominik@science.uva.nl>
7957
7958 * org.texi (Progress Logging): New section.
7959
79602005-12-10 Romain Francoise <romain@orebokech.com>
7961
7962 Update the Emacs FAQ for the 22.1 release.
7963
7964 * faq.texi: Set VER to `22.1'.
7965 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7966 Tutorial. Mention that `C-h r' displays the manual.
7967 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7968 (Getting a printed manual): Point to the new locations of the
7969 manuals on the GNU Web site.
7970 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7971 available via Info (it was previously distributed separately).
7972 (Installing Texinfo documentation): The latest version of Texinfo
7973 is 4.8, not 4.0.
7974 (Informational files for Emacs): COPYING is the GNU General Public
7975 License, not the Emacs General Public License.
7976 (Informational files for Emacs): Delete obsolete link to the
7977 GNUinfo pages as they have been removed from the GNU Web site.
7978 (New in Emacs 22): New node.
7979 (Setting up a customization file): Say that most packages support
7980 Customize nowadays.
7981 (Colors on a TTY): Delete reference to instructions on how to
7982 enable syntax highlighting, it is now enabled by default.
7983 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7984 at startup automatically.
7985 (Controlling case sensitivity): Mention `M-c' in isearch.
7986 (Using an already running Emacs process): Emacs now creates the
7987 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7988 gnuserv. As emacsclient can now run Lisp code as well, delete a
7989 sentence praising gnuserv for that. Simplify description of how
7990 the client/server operation works.
7991 (Compiler error messages): Delete obsolete text (compile.el has
7992 been rewritten).
7993 (Indenting switch statements): Fix typo.
7994 (Matching parentheses): Simplify setup instructions, mention the
7995 menu bar item in the Options menu.
7996 (Repeating a command as many times as possible): Mention `C-x e'.
7997 (Going to a line by number): Mention new keymap and bindings
7998 `M-g M-g', `M-g M-p' and `M-g M-n'.
7999 (Turning on syntax highlighting): Now on by default. Simplify.
8000 (Replacing highlighted text): Use `1', not `t'.
8001 (Problems with very large files): The maximum size is now 256MB on
8002 32-bit machines.
8003 (^M in the shell buffer): Mention `comint-process-echoes'.
8004 (Emacs for Apple computers): Emacs 22 has native support for Mac
8005 OS X.
8006 (Translating names to IP addresses): Delete node.
8007 (Binding keys to commands): Fix typo.
8008 (SPC no longer completes file names): New node.
8009 (MIME with Emacs mail packages): Delete section about the Emacs
8010 MIME FAQ (it's not reachable anymore).
8011
80122005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8013
8014 * cc-mode.texi: The manual has been extensively revised: the
8015 information about using CC Mode has been separated from the larger
8016 and more difficult chapters about configuration. It has been
8017 updated for CC Mode 5.31.
8018
80192005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8022 (Selecting an implementation): Fix descriptions.
8023
80242005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8025
8026 * message.texi (Various Message Variables): Addition.
8027
80282005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8029
8030 * message.texi: Fix default values.
8031
80322005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * message.texi (Header Commands): Clarify descriptions of
8035 message-cross-post-followup-to, message-reduce-to-to-cc, and
8036 message-insert-wide-reply.
8037 (Various Commands): Fix kindex for message-kill-to-signature;
8038 clarify description of message-tab.
8039
80402005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8041
8042 * message.texi (Mailing Lists): Fix description about MFT.
8043
8044 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8045
80462005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * gnus.texi (Slow Terminal Connection): Replace old description
8049 with new one.
8050
80512005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8052
8053 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8054 replace X-Draft-Headers with X-Draft-From.
8055
80562005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * gnus.texi (Various Various): Fix the default value of
8059 nnheader-max-head-length.
8060 (Gnus Versions): Fix typo.
8061
80622005-12-08 Carsten Dominik <dominik@science.uva.nl>
8063
8064 * org.texi (Structure editing): Document new functionality of
8065 M-RET.
8066
80672005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8068
8069 * org.texi (Internal Links): Fix Texinfo usage.
8070
80712005-12-06 Carsten Dominik <dominik@science.uva.nl>
8072
8073 * org.texi (TODO basics): Document the global todo list.
8074 (TODO items): Documents sparse tree for specific TODO
8075 keywords.
8076
80772005-11-30 Carsten Dominik <dominik@science.uva.nl>
8078
8079 * org.texi (Plain Lists): Typos fixed.
8080
80812005-11-28 Jay Belanger <belanger@truman.edu>
8082
8083 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8084
80852005-11-24 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * org.texi (Structure editing): New item moving commands added.
8088 (Plain Lists): New section.
8089
80902005-11-18 Carsten Dominik <dominik@science.uva.nl>
8091
8092 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8093 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 8094 `org-agenda-file-to-front'.
2de53ca6
GM
8095 (Built-in table editor): Document `org-table-sort-lines'.
8096 (HTML formatting): Export of hand-formatted lists.
8097
80982005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8099
8100 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8101 new variable gnus-toolbar-thickness.
8102
81032005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8106
81072005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * gnus.texi (X-Face): Fix description.
8110 (XVarious): Remove gnus-xmas-logo-color-alist and
8111 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8112
81132005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * gnus.texi (Group Parameters): Mention new variable
8116 gnus-parameters-case-fold-search.
8117 (Home Score File): Addition.
8118
81192005-11-04 Ulf Jasper <ulf.jasper@web.de>
8120
8121 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8122 (Overview): List supported feed types.
8123 (Installation): No installation necessary when using autoload.
8124 (Configuration): Rename "RSS" to "news".
8125
81262005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8127
8128 * pgg.texi (User Commands): Document additional passphrase
8129 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8130 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8131
81322005-11-04 Carsten Dominik <dominik@science.uva.nl>
8133
8134 * org.texi: Version number changed to 3.19.
8135
81362005-10-29 Sascha Wilde <wilde@sha-bang.de>
8137
8138 * pgg.texi (How to use): Update the example to add autoload of
8139 pgg-encrypt-symmetric-region.
8140 (User Commands): Document pgg-encrypt-symmetric-region.
8141 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8142
81432005-10-27 Jay Belanger <belanger@truman.edu>
8144
8145 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8146 mention other TeX-related units.
8147
81482005-10-23 Lars Hansen <larsh@soem.dk>
8149
0c7efc08
SM
8150 * dired-x.texi (Miscellaneous Commands):
8151 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
8152 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8153
81542005-10-23 Jay Belanger <belanger@truman.edu>
8155
8156 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8157 constant.
8158
81592005-10-23 Michael Albinus <michael.albinus@gmx.de>
8160
0c7efc08
SM
8161 * faq.texi (Bugs and problems):
8162 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
8163 `directory-listing-before-filename-regexp'.
8164
81652005-10-22 Eli Zaretskii <eliz@gnu.org>
8166
8167 * newsticker.texi (UPDATED): Set value.
8168
81692005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8170
8171 * gnus.texi (Document Groups): Remove duplicate item.
8172
81732005-10-21 Carsten Dominik <dominik@science.uva.nl>
8174
8175 * org.texi (Summary): Mention iCalendar support.
8176 (Exporting): Document iCalendar support.
8177
81782005-10-18 Romain Francoise <romain@orebokech.com>
8179
8180 * viper.texi (Viper Specials): Capitalize GNU.
8181
81822005-10-17 Juri Linkov <juri@jurta.org>
8183
8184 * info.texi (Getting Started, Search Index, Expert Info):
8185 Fix wording.
8186 (Search Text): Replace `echo area' with `mode line'.
8187 (Search Index): Both `i' and `,' find all index entries.
8188 Replace example `C-f' with `C-l' (which exists in index of Info
8189 manual) and delete spaces in its keyboard input sequence.
8190 Delete unnecessary explanations about literal characters.
8191
81922005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8193
8194 * gnus.texi (Document Server Internals): Addition.
8195
81962005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * gnus.texi (A note on namespaces): Fix RFC reference.
8199
82002005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * gnus.texi (RSS): Fix key description.
8203
82042005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * gnus.texi: Emacs/w3 -> Emacs/W3.
8207 (Browsing the Web): Fix description.
8208 (Web Searches): Ditto.
8209 (Customizing W3): Ditto.
8210
82112005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8212
8213 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8214
82152005-10-11 Jay Belanger <belanger@truman.edu>
8216
8217 * calc.texi (Integration): Mention using `a i' to compute definite
8218 integrals.
8219
82202005-10-11 Juri Linkov <juri@jurta.org>
8221
8222 * info.texi: Rearrange nodes.
8223 (Top): Update menu. Change ref `Info for Experts' to
8224 `Advanced Info Commands'.
8225 (Getting Started): Fix description of manual's parts.
8226 (Help-Int): Change xref `Info Search' to `Search Index', and
8227 `Expert Info' to `Advanced'.
8228 (Advanced): Move node one level up.
8229 (Search Text, Search Index): New nodes split out from `Info Search'.
8230 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8231 split out from `Advanced'.
8232 (Advanced, Emacs Info Variables): De-document editing an Info file
8233 in Info.
8234 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8235 (Creating an Info File): Delete node and move its text to
8236 `Expert Info'.
8237
82382005-10-10 Carsten Dominik <dominik@science.uva.nl>
8239
8240 * org.texi (Workflow states): Documented that change in keywords
8241 becomes active only after restart of Emacs.
8242
82432005-10-08 Michael Albinus <michael.albinus@gmx.de>
8244
8245 Sync with Tramp 2.0.51.
8246
82472005-10-08 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * speedbar.texi (Introduction): Describe new location of speedbar
8250 on menubar.
8251 (Basic Key Bindings): Remove descriptions of bindings that have
8252 been removed.
8253
82542005-10-05 Nick Roberts <nickrob@snap.net.nz>
8255
8256 * speedbar.texi (GDB): Describe use of watch expressions.
8257
82582005-09-28 Simon Josefsson <jas@extundo.com>
8259
8260 * message.texi (IDNA): Fix.
8261
82622005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8265 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8266 description of nntp-open-connection-function.
8267 (Common Variables): Fix descriptions.
8268
82692005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * gnus.texi (Server Buffer Format): Document the %a format spec.
8272
82732005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8276
82772005-09-23 Carsten Dominik <dominik@science.uva.nl>
8278
8279 * org.texi Version 3.16.
8280
82812005-09-19 Miles Bader <miles@gnu.org>
8282
8283 * newsticker.texi: Get rid of CVS keywords.
8284
82852005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8286
8287 * gnus.texi (Finding the Parent): Fix description of how Gnus
8288 finds article.
8289
82902005-09-14 Jari Aalto <jari.aalto@cante.net>
8291
8292 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8293 to drop off non-answered articles.
8294
82952005-09-19 Juanma Barranquero <lekktu@gmail.com>
8296
8297 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8298 braces (which are unsupported by NMAKE) for macro `srcdir'.
8299
83002005-09-17 Eli Zaretskii <eliz@gnu.org>
8301
8302 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8303 (../info/newsticker, newsticker.dvi): New targets.
8304
83052005-09-17 Ulf Jasper <ulf.jasper@web.de>
8306
8307 * newsticker.texi: Replace @command with @code. Replace @example
8308 with @lisp.
0c7efc08
SM
8309 (Top): Add explanations to menu items.
8310 (GNU Free Documentation License): Remove.
2de53ca6
GM
8311
83122005-09-16 Romain Francoise <romain@orebokech.com>
8313
8314 Update all files to specify GFDL version 1.2.
8315
8316 * doclicense.texi (GNU Free Documentation License): Update to
8317 version 1.2.
8318
83192005-09-15 Richard M. Stallman <rms@gnu.org>
8320
8321 * newsticker.texi: Fix @setfilename.
8322
8323 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8324 (../info/newsticker, newsticker.dvi): New targets.
8325
83262005-08-30 Carsten Dominik <dominik@science.uva.nl>
8327
8328 * org.texi: Version 3.15.
8329
83302005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * ses.texi: Combine all three indices into one.
8333 Correct a few typos.
8334
83352005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8338
83392005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * emacs-mime.texi (Handles): Remove duplicate item.
8342 (Encoding Customization): Fix the default value for
8343 mm-coding-system-priorities.
8344 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8345 (Basic Functions): Fix reference.
8346
83472005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8348
8349 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8350
83512005-08-18 Richard M. Stallman <rms@gnu.org>
8352
8353 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8354 and web site.
8355
8356 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8357 not keyboard-translate.
8358
83592005-08-11 Richard M. Stallman <rms@gnu.org>
8360
8361 * faq.texi (Using regular expressions): Fix xref.
8362
83632005-08-09 Juri Linkov <juri@jurta.org>
8364
8365 * info.texi (Help-P): Replace `Prev' with `Previous'.
8366 (Help-M, Help-Xref): Add S-TAB.
8367 (Help-FOO): Update `u' command.
8368 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8369 Update info about visibility of xref parts.
8370 (Help-Int): Fix `m' command. Rename `Info-last' to
8371 `Info-history-back'. Add `Info-history-forward'.
8372 (Advanced): Fix `g*' and `M-n' commands.
8373 (Info Search): Add `index-apropos' in stand-alone browser.
8374 Add isearch commands.
8375 (Emacs Info Variables): Remove `Info-fontify'.
8376 Add `Info-mode-hook'. Update face names.
8377 Add `Info-fontify-maximum-menu-size',
8378 `Info-fontify-visited-nodes', `Info-isearch-search'.
8379
83802005-08-07 Michael Albinus <michael.albinus@gmx.de>
8381
8382 Sync with Tramp 2.0.50.
8383
8384 * tramp.texi: Use @option{} consequently for method names.
8385 (Inline methods, External transfer methods): Remove references to
8386 Cygwin.
8387 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8388 implementation.
8389
83902005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8391
8392 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8393 Mention that gnus-init-file is not read when Emacs is invoked with
8394 --no-init-file or -q.
8395
83962005-07-19 Carsten Dominik <dominik@science.uva.nl>
8397
8398 * org.texi: Version 3.14.
8399
84002005-07-04 Carsten Dominik <dominik@science.uva.nl>
8401
8402 * org.texi: Version 3.13.
8403
84042005-07-18 Juri Linkov <juri@jurta.org>
8405
8406 * calc.texi (Time Zones, Logical Operations):
8407 * cl.texi (Overview):
8408 * org.texi (TODO types):
8409 * sc.texi (Emacs 18 MUAs):
8410 * speedbar.texi (Top):
8411 * url.texi (History):
8412 Delete duplicate duplicate words.
8413
ce058493 84142005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8415
8416 * cl.texi (Type Predicates): Document `atom' type.
8417
84182005-07-04 Lute Kamstra <lute@gnu.org>
8419
8420 Update FSF's address in GPL notices.
8421
8422 * calc.texi (Copying):
8423 * doclicense.texi (GNU Free Documentation License):
8424 * faq.texi (Contacting the FSF):
8425 * mh-e.texi (Copying): Update FSF's address.
8426
84272005-07-03 Richard M. Stallman <rms@gnu.org>
8428
8429 * flymake.texi (Example -- Configuring a tool called directly):
8430 Update name of flymake-build-relative-filename.
8431
84322005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8433
8434 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8435
84362005-06-29 Carsten Dominik <dominik@science.uva.nl>
8437
8438 * org.texi: Version 3.12.
8439
84402005-06-24 Eli Zaretskii <eliz@gnu.org>
8441
8442 * makefile.w32-in (MAKEINFO): Use --force.
8443 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8444 Makefile.in.
8445 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8446 more shells.
8447
84482005-06-23 Richard M. Stallman <rms@gnu.org>
8449
8450 * speedbar.texi (Creating a display): Texinfo usage fixes.
8451
8452 * tramp.texi (Customizing Completion, Auto-save and Backup):
8453 Texinfo usage fixes.
8454
84552005-06-23 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * dired-x.texi (Miscellaneous Commands):
8458 * ediff.texi (Miscellaneous):
8459 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8460 (Agent Variables):
8461 * info.texi (Help-Xref):
8462 * message.texi (Message Headers):
8463 * org.texi (Remember):
8464 * reftex.texi (Options (Defining Label Environments)):
8465 (Options (Index Support)):
8466 (Options (Viewing Cross-References)):
8467 (Options (Misc)):
8468 (Changes):
8469 * speedbar.texi (Creating a display):
8470 * tramp.texi (Customizing Completion, Auto-save and Backup):
8471 Texinfo usage fix.
8472
84732005-06-13 Carsten Dominik <dominik@science.uva.nl>
8474
8475 * org.texi: Version 3.11.
8476
84772005-06-12 Jay Belanger <belanger@truman.edu>
8478
8479 * calc.texi (Getting Started): Remove extra menu item.
8480
84812005-05-31 Jay Belanger <belanger@truman.edu>
8482
8483 * calc.texi (Notations Used in This Manual): Use @kbd for key
8484 sequence.
8485 (Demonstration of Calc): Mention another way of starting Calc.
8486 (Starting Calc): Mention long name of M-#.
8487 (Embedded Mode Overview): Remove unnecessary instruction.
8488 (Other M-# commands): Rephrase `M-# 0' explanation.
8489 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8490 reflect current behavior.
8491
84922005-05-30 Jay Belanger <belanger@truman.edu>
8493
8494 * calc.texi (Hooks): Change description of calc-window-hook and
8495 calc-trail-window-hook to match usage.
8496 (Computational Functions): Add more constant-generating functions.
8497 (Customizable Variables): Use defvar.
8498
84992005-05-28 Jay Belanger <belanger@truman.edu>
8500
8501 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8502 (Basic Embedded Mode): Explain behavior of arguments to
8503 calc-embedded-mode.
8504
85052005-05-27 Jay Belanger <belanger@truman.edu>
8506
8507 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8508 current behavior.
8509
85102005-05-25 Jay Belanger <belanger@truman.edu>
8511
8512 * calc.texi: Change Calc version number throughout.
8513 (Keypad Mode): Change location in info output.
8514 (Keypad mode overview): Move picture of keypad.
8515
85162005-05-21 Jay Belanger <belanger@truman.edu>
8517
8518 * calc.texi (Storing variables): Mention that only most variables
8519 are void to begin with.
8520
85212005-05-21 Kevin Ryde <user42@zip.com.au>
8522
8523 * widget.texi (Basic Types): Update cross ref from "Enabling
8524 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8525 lispref/text.texi change.
8526
85272005-05-20 Carsten Dominik <dominik@science.uva.nl>
8528
8529 * org.texi: Version 3.09.
8530
85312005-05-18 Carsten Dominik <dominik@science.uva.nl>
8532
8533 * reftex.texi: Version 4.28.
8534
85352005-05-16 Jay Belanger <belanger@truman.edu>
8536
8537 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8538
85392005-05-14 Jay Belanger <belanger@truman.edu>
8540
8541 * calc.texi (Default Simplifications): Insert missing ! (logical
8542 not operator).
8543
85442005-05-14 Michael Albinus <michael.albinus@gmx.de>
8545
8546 Sync with Tramp 2.0.49.
8547
85482005-05-10 Jay Belanger <belanger@truman.edu>
8549
8550 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8551 to 1.
8552
85532005-04-29 Carsten Dominik <dominik@science.uva.nl>
8554
8555 * org.texi: Version 3.08, structure reorganized.
8556
85572005-04-24 Richard M. Stallman <rms@gnu.org>
8558
8559 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8560
85612005-04-15 Carsten Dominik <dominik@science.uva.nl>
8562
8563 * org.texi: Update to version 3.06.
8564
85652005-04-13 Lute Kamstra <lute@gnu.org>
8566
8567 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8568
85692005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8570
8571 * cl.texi (Porting Common Lisp): Fix typo.
8572
85732005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * gnus.texi (RSS): Addition.
8576
85772005-04-04 Jay Belanger <belanger@truman.edu>
8578
8579 * calc.texi: Change Calc version number.
8580 (Customizable variables): Fix description of calc-language-alist.
8581 (Copying): Put in version 2 of GPL.
8582
85832005-04-01 Jay Belanger <belanger@truman.edu>
8584
8585 * calc.texi (Troubleshooting Commands): Remove comment about
8586 installation.
8587 (Installation): Remove section.
8588 (Customizable Variables): New section.
8589 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8590 (Graphical Devices): Add references to Customizable Variables.
8591
85922005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8593
8594 * emacs-mime.texi (Display Customization): Markup fixes.
8595 (rfc2047): Update.
8596
85972005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8598
8599 * gnus-faq.texi: Replaced with auto-generated version.
8600
86012005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8602
8603 * dired-x.texi (Multiple Dired Directories): default-directory was
8604 renamed to dired-default-directory.
8605
86062005-03-26 Jay Belanger <belanger@truman.edu>
8607
8608 * calc.texi (Simplifying Formulas, Rewrite Rules):
8609 Change description of top and bottom of fraction.
8610 (Modulo Forms): Move description of how to create modulo forms to
8611 earlier in the section.
8612 (Fraction Mode): Suggest using : to get a fraction by dividing.
8613 (Basic Arithmetic): Adjust placement of command name.
8614 (Truncating the Stack): Emphasize that "hidden" entries are still
8615 visible.
8616 (Installation): Move discussion of printing manual to "About This
8617 Manual".
8618 (About This Manual): Mention how to print the manual.
8619 (Reporting Bugs): Remove first person.
8620 (Building Vectors): Add algebraic version of append.
8621 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8622 (Grouping Digits): Fix typo.
8623
86242005-03-25 Werner Lemberg <wl@gnu.org>
8625
8626 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8627 Replace `legal' with `valid'.
8628
86292005-03-25 Werner Lemberg <wl@gnu.org>
8630
8631 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8632
86332005-03-24 Jay Belanger <belanger@truman.edu>
8634
8635 * calc.texi (General Mode Commands)
8636 (Mode Settings in Embedded Mode): Add some explanation of
8637 recording mode settings.
8638
86392005-03-24 Richard M. Stallman <rms@gnu.org>
8640
8641 * calc.texi: Remove praise of non-free software.
8642
8643 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8644 (Installation): Node deleted.
8645
86462005-03-23 Richard M. Stallman <rms@gnu.org>
8647
8648 * url.texi (HTTP language/coding): Improve last change.
8649
86502005-03-22 Jay Belanger <belanger@truman.edu>
8651
8652 * calc.texi (Embedded Mode): Add new information on changing
8653 modes.
8654
86552005-03-20 Michael Albinus <michael.albinus@gmx.de>
8656
8657 Sync with Tramp 2.0.48.
8658
8659 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8660
8661 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8662 "GNU/Linux". Change all addresses to .gnu.org.
8663 (Default Method): Offer shortened syntax for "su" and "sudo"
8664 methods.
8665
86662005-03-07 Richard M. Stallman <rms@gnu.org>
8667
8668 * url.texi: Fix usage of "e.g.".
8669 (HTTP language/coding): Explain the rules for these strings.
8670
86712005-03-06 Richard M. Stallman <rms@gnu.org>
8672
8673 * woman.texi (Introduction): Minor cleanups.
8674
8675 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8676
8677 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8678 (Installation): Node deleted.
8679
8680 * mh-e.texi (Preface): Get rid of "Emacs 21".
8681
8682 * eshell.texi (Installation): Delete node (for Emacs 20).
8683
86842005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8685
8686 * flymake.texi: Refill and tweak style in @lisp blocks.
8687
86882005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8689
8690 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8691
86922005-03-01 Jay Belanger <belanger@truman.edu>
8693
8694 * calc.texi (Trigonometric and Hyperbolic Functions):
8695 Mention additional functions.
8696 (Algebraic Simplifications): Mention additional simplifications.
8697
86982005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8699
8700 * ses.texi: Add concept/function/variable indices (this work was
8701 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8702 papers on file at FSF).
8703
87042005-02-10 Jay Belanger <belanger@truman.edu>
8705
8706 * calc.texi: Change @LaTeX to La@TeX throughout.
8707 Redefine @expr as @math for TeX output.
8708 Redefine @texline as a no-op for TeX output.
8709 Define @tfn, replace @t by @tfn throughout.
8710
87112005-02-09 Jay Belanger <belanger@truman.edu>
8712
8713 * calc.texi: Add macro for LaTeX for info output.
8714
87152005-02-08 Kim F. Storm <storm@cua.dk>
8716
8717 * texinfo.tex (LaTex): Add def.
8718
87192005-02-06 Jay Belanger <belanger@truman.edu>
8720
8721 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8722 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8723 throughout manual.
8724
87252005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8726
8727 * gnus.texi: Some edits based on comments from David Abrahams.
8728
87292005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus.texi (RSS): Fix the keystroke.
8732
87332005-01-24 David Kastrup <dak@gnu.org>
8734
8735 * faq.texi: Update AUCTeX version info.
8736
87372005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8738
8739 * gnus-faq.texi ([4.1]): Typo.
8740
87412005-01-19 Jay Belanger <belanger@truman.edu>
8742
8743 * calc.texi (Keep Arguments): Mention that keeping arguments
8744 doesn't work with keyboard macros.
8745
87462005-01-16 Richard M. Stallman <rms@gnu.org>
8747
8748 * autotype.texi (Autoinserting): Fix small error.
8749
87502005-01-16 Michael Albinus <michael.albinus@gmx.de>
8751
8752 Sync with Tramp 2.0.47.
8753
8754 * tramp.texi (Compilation): New section, describing compilation of
8755 remote files.
8756
87572005-01-11 Kim F. Storm <storm@cua.dk>
8758
8759 * widget.texi (Basic Types): Add :follow-link keyword.
8760
87612005-01-09 Jay Belanger <belanger@truman.edu>
8762
8763 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8764
87652005-01-08 Jay Belanger <belanger@truman.edu>
8766
8767 * calc.texi: Change throughout to reflect new default value of
8768 calc-settings-file.
8769
87702005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8771
8772 * message.texi (Reply): `message-reply-to-function' should return
8773 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8774
87752005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8776
8777 * faq.texi (Changing load-path): Fix typo.
8778
87792005-01-05 Jay Belanger <belanger@truman.edu>
8780
8781 * calc.texi (Programming Tutorial): Replace kbd command by
8782 appropriate characters for a keyboard macro.
8783
87842005-01-04 Jay Belanger <belanger@truman.edu>
8785
8786 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8787 for Lucid Emacs.
8788 (Programming Tutorial): Mention that the user needs to be in the
8789 right mode to compute some functions.
8790
87912005-01-04 Jay Belanger <belanger@truman.edu>
8792
8793 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8794 no longer applicable.
8795
87962005-01-01 Jay Belanger <belanger@truman.edu>
8797
0c7efc08 8798 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8799 edit keyboard macros to match current behavior.
8800
88012004-12-31 Jay Belanger <belanger@truman.edu>
8802
8803 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8804
88052004-12-20 Jay Belanger <belanger@truman.edu>
8806
8807 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8808 zero.
8809
88102004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8811
8812 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8813 @xref.
8814 (Font Locking): Avoid @strong{Note:}.
8815
88162004-12-17 Michael Albinus <michael.albinus@gmx.de>
8817
8818 Sync with Tramp 2.0.46.
8819
8820 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8821
88222004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8823
8824 * url.texi: Correct typos.
8825 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8826 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8827 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8828 (Dealing with HTTP documents): @inforef->@xref.
8829
88302004-12-15 Jay Belanger <belanger@truman.edu>
8831
8832 * calc.texi: Consistently capitalized all mode names.
8833 (Answers to Exercises): Mention that an answer can be a fraction
8834 when in Fraction mode.
8835
88362004-12-13 Jay Belanger <belanger@truman.edu>
8837
8838 * calc.texi: Fix some TeX definitions.
8839
88402004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * reftex.texi (Imprint): Remove erroneous @value's.
8843
88442004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8845
8846 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8847 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8848
88492004-12-08 Jay Belanger <belanger@truman.edu>
8850
8851 * calc.texi (Starting Calc): Remove comment about installation.
8852 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8853
88542004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * url.texi: Update @setfilename.
8857 (Getting Started): No need to worry about Gnus versions.
8858 (Dealing with HTTP documents): Use @inforef.
8859
8860 * org.texi: Fix @direntry file name.
8861
88622004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * url.texi: New file.
8865
8866 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8867
88682004-12-06 Jay Belanger <belanger@truman.edu>
8869
8870 * calc.texi (Using Calc): Remove paragraph about installation.
8871
88722004-12-06 Jay Belanger <belanger@truman.edu>
8873
8874 * calc.texi: Use more Texinfo macros and less TeX defs.
8875 Remove @refill's.
8876
88772004-12-06 Richard M. Stallman <rms@gnu.org>
8878
8879 * org.texi: New file.
8880
88812004-12-05 Richard M. Stallman <rms@gnu.org>
8882
8883 * Makefile.in (org.dvi, ../info/org): New targets.
8884 (INFO_TARGETS): Add ../info/org.
8885 (DVI_TARGETS): Add org.dvi.
8886 (maintainer-clean): Remove the info files in the info dir.
8887
88882004-11-26 Eli Zaretskii <eliz@gnu.org>
8889
8890 * idlwave.texi: Fix the setfilename directive to put the produced
8891 file in ../info.
8892 (Continued Statement Indentation): Resurrect Jan D.'s change from
8893 2004-11-03 that was lost when a newer version of idlwave.texi was
8894 imported.
8895
88962004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8897
0c7efc08 8898 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8899
0c7efc08
SM
8900 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8901 Index `spam-initialize'.
2de53ca6
GM
8902
89032004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8904
8905 * message.texi (Various Message Variables): Mention that all mail
8906 file variables are derived from `message-directory'.
8907
8908 * gnus.texi (Splitting Mail): Clarify bogus group.
8909
89102004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8911
0c7efc08
SM
8912 * emacs-mime.texi (Encoding Customization):
8913 Fix mm-coding-system-priorities entry.
2de53ca6 8914
c8763fb6 89152004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8916
8917 * idlwave.texi (Continued Statement Indentation):
8918 * reftex.texi (Options (Index Support)):
8919 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8920 * speedbar.texi (Creating a display, Major Display Modes):
8921 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8922
89232004-10-21 Jay Belanger <belanger@truman.edu>
8924
0c7efc08 8925 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8926
89272004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * calc.texi (Reporting Bugs): Double up `@'.
8930
89312004-10-18 Jay Belanger <belanger@truman.edu>
8932
0c7efc08 8933 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8934 should be sent to.
8935
89362004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8937
8938 * gnus.texi (New Features): Add 5.11.
8939
8940 * message.texi (Resending): Remove wrong default value.
8941
8942 * gnus.texi (Mail Source Specifiers): Describe possible problems
8943 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8944 `pop3-leave-mail-on-server' to the index.
8945
89462004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * message.texi (Canceling News): Add how to set a password.
8949
89502004-10-12 Jay Belanger <belanger@truman.edu>
8951
0c7efc08 8952 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8953 calc-describe-function and calc-describe-variable to match their
8954 current behavior.
8955
89562004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8957
8958 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8959
89602004-10-12 Michael Albinus <michael.albinus@gmx.de>
8961
8962 Sync with Tramp 2.0.45.
8963
8964 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8965 plink link. The URL is outdated. Originator contacted for
8966 clarification.
8967
89682004-10-10 Juri Linkov <juri@jurta.org>
8969
8970 * gnus.texi (Top, Marking Articles): Join two menus in one node
8971 because a node can have only one menu.
8972
89732004-10-09 Juri Linkov <juri@jurta.org>
8974
8975 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8976 example of nnmail-split-fancy.
8977
89782004-10-06 Karl Berry <karl@gnu.org>
8979
8980 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8981 consistency with other uses of dashes.
8982
89832004-10-05 Karl Berry <karl@gnu.org>
8984
8985 * info.texi: Consistently use --- throughout, periods at end of
8986 menu descriptions, and a couple typos.
8987
89882004-09-26 Jesper Harder <harder@ifa.au.dk>
8989
8990 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8991 * pgg.texi (User Commands, Backend methods): Do.
8992 * gnus.texi: Markup fixes.
8993 (Setting Process Marks): Fix `M P a' entry.
8994 * emacs-mime.texi: Fixes.
8995
89962004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8997
8998 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8999 again.
9000 Use 5.10 instead of 5.10.0.
9001
90022004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9003
9004 * gnus.texi (Summary Mail Commands): S D e.
9005
90062004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9007
9008 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9009 the gnus-article-mode-line-format section.
9010
90112004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9012
9013 * gnus.texi (Various Summary Stuff): Fix the documentation for
9014 gnus-newsgroup-variables.
9015
90162004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9017
0c7efc08
SM
9018 * gnus.texi (MIME Commands):
9019 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
9020 gnus-mime-display-multipart-alternative-as-mixed,
9021 gnus-mime-display-multipart-related-as-mixed.
9022 (Mail Source Customization): Clarify `mail-source-directory'.
9023 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 9024 (SpamOracle): Fix typo.
2de53ca6
GM
9025
9026 * gnus-faq.texi: Untabify.
9027 ([6.3]): nnir.el is in contrib directory.
9028
9029 * message.texi (News Headers): Clarify how a unique ID is created.
9030
0c7efc08
SM
9031 * gnus.texi (Batching Agents): Fix typo in example.
9032 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 9033
b2abec73 90342004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 9035
0c7efc08 9036 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
9037
90382004-09-20 Florian Weimer <fw@deneb.enyo.de>
9039
9040 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9041
90422004-09-22 Jay Belanger <belanger@truman.edu>
9043
0c7efc08 9044 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
9045 might be hidden during part of the session.
9046
90472004-09-20 Jay Belanger <belanger@truman.edu>
9048
9049 * calc.texi (Notations Used in This Manual): Put in an earlier
9050 mention that DEL could be called Backspace.
9051
90522004-09-10 Simon Josefsson <jas@extundo.com>
9053
9054 * gnus.texi (IMAP): Add example. Suggested and partially written
9055 by Steinar Bang <sb@dod.no>.
9056
90572004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9058
9059 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9060 netrc syntax.
9061
90622004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9063
b2abec73
JB
9064 * gnus.texi (Spam ELisp Package Sequence of Events):
9065 Some clarifications.
2de53ca6
GM
9066 (Spam ELisp Package Global Variables): More clarifications.
9067
90682004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9069
9070 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9071 Mention spam-split does not modify incoming mail.
9072
90732004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9074
9075 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9076
90772004-09-10 Eli Zaretskii <eliz@gnu.org>
9078
9079 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9080
90812004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9082
9083 * makefile.w32-in (sieve, pgg): Use $(infodir).
9084
90852004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9086
9087 * makefile.w32-in: Fix PGG and Sieve entries.
9088
90892004-08-28 Eli Zaretskii <eliz@gnu.org>
9090
9091 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9092 Emacs and related programs.
9093
90942004-08-27 Richard M. Stallman <rms@gnu.org>
9095
9096 * faq.texi: Fix texinfo usage, esp. doublequotes.
9097 (Difference between Emacs and XEmacs): Some clarification.
9098
9099 * faq.texi (Difference between Emacs and XEmacs):
9100 Explain not to contrast XEmacs with GNU Emacs.
9101
91022004-08-26 Richard M. Stallman <rms@gnu.org>
9103
9104 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9105
91062004-08-22 David Kastrup <dak@gnu.org>
9107
9108 * reftex.texi (AUCTeX): Update links, section name.
9109
9110 * faq.texi (Calc): Update availability (included in 22.1).
9111 (AUCTeX): Update availability, information, versions, description.
9112
91132004-08-14 Eli Zaretskii <eliz@gnu.org>
9114
9115 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9116
91172004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9118
9119 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9120
91212004-08-10 Michael Albinus <michael.albinus@gmx.de>
9122
9123 Sync with Tramp 2.0.44.
9124
91252004-08-05 Lars Hansen <larsh@math.ku.dk>
9126
9127 * widget.texi (User Interface): Update how to separate the
9128 editable field of an editable-field widget from other widgets.
9129 (Programming Example): Add text after field.
9130
91312004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * emacs-mime.texi (Encoding Customization): Add a note to the
9134 mm-content-transfer-encoding-defaults entry.
9135 (rfc2047): Update.
9136
0c7efc08
SM
9137 * gnus.texi (Article Highlighting):
9138 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
9139 (POP before SMTP): New node.
9140 (Posting Styles): Addition.
9141 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9142 (Fancy Mail Splitting): Ditto.
9143 (X-Face): Add gnus-x-face.
9144
91452004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9148 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9149
91502004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9151
0c7efc08
SM
9152 * gnus.texi (Mail Source Specifiers):
9153 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
9154
91552004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9156
9157 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9158
9159 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9160 repository. Change setfilename.
9161
9162 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9163
91642004-07-02 Juri Linkov <juri@jurta.org>
9165
9166 * pcl-cvs.texi (Viewing differences): Add `d r'.
9167
91682004-06-29 Jesper Harder <harder@ifa.au.dk>
9169
9170 * ses.texi, viper.texi, flymake.texi, faq.texi:
9171 * eshell.texi, ediff.texi: Markup fixes.
9172
91732004-06-21 Karl Berry <karl@gnu.org>
9174
9175 * info.texi (Top): Mention that only Emacs has mouse support.
9176 (Getting Started): Mention this in a few other places.
9177
91782004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9179
0c7efc08
SM
9180 * autotype.texi (Copyrights, Timestamps):
9181 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
9182
91832004-06-13 Lars Hansen <larsh@math.ku.dk>
9184
9185 * dired-x.texi (dired-mark-omitted): Update keybinding.
9186
91872004-06-10 Kim F. Storm <storm@cua.dk>
9188
9189 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9190
91912004-06-05 Lars Hansen <larsh@math.ku.dk>
9192
9193 * dired-x.texi (variable dired-omit-mode): Rename from
9194 dired-omit-files-p.
9195 (function dired-omit-mode): Rename from dired-omit-toggle.
9196 Call dired-omit-mode rather than set dired-omit-files-p.
9197 (dired-mark-omitted): Describe command.
9198
91992004-05-29 Michael Albinus <michael.albinus@gmx.de>
9200
9201 Version 2.0.41 of Tramp released.
9202
92032004-05-29 Juanma Barranquero <lektu@terra.es>
9204
9205 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9206 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9207
92082004-05-29 Richard M. Stallman <rms@gnu.org>
9209
9210 * cl.texi (Top): Call this chapter `Introduction'.
9211 (Overview): In TeX, no section heading here.
9212
9213 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9214
92152004-05-29 Eli Zaretskii <eliz@gnu.org>
9216
9217 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9218 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9219
92202004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9221
9222 * flymake.texi: New file.
9223
92242004-05-28 Simon Josefsson <jas@extundo.com>
9225
9226 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9227
b344d29d 92282004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
9229
9230 Version 2.0.40 of Tramp released.
9231
92322004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9233
9234 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9235
9236 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9237 variables `tramp-backup-directory-alist' and
9238 `tramp-bkup-backup-directory-info'.
9239 (Overview, Connection types)
9240 (External transfer methods, Default Method)
9241 (Windows setup hints): Remove restriction of password entering
9242 with external methods.
9243 (Auto-save and Backup): Make file name example
9244 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9245 and `auto-save-directory' must be used.
9246 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9247 only "NT"). Remove doubled entry "What kinds of systems does
9248 @tramp{} work on".
9249 (tramp): Macro removed.
9250 (Obtaining Tramp): Flag removed from title.
9251 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9252 and `trampver' used properly. Flag `tramp-inst' replaced by
9253 `installchapter'. Installation related text adapted.
9254
92552004-04-28 Masatake YAMATO <jet@gyve.org>
9256
9257 * widget.texi (Programming Example): Remove overlays.
9258
92592004-04-27 Jesper Harder <harder@ifa.au.dk>
9260
9261 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9262
92632004-04-23 Juanma Barranquero <lektu@terra.es>
9264
9265 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9266
92672004-04-05 Jesper Harder <harder@ifa.au.dk>
9268
9269 * info.texi (Info Search): Add info-apropos.
9270
92712004-03-22 Juri Linkov <juri@jurta.org>
9272
9273 * faq.texi: Fix help key bindings.
9274
92752004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9276
9277 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9278 (as suggested by Karl Berry). Update information about colored
9279 stars in menus. Add new subheading describing M-n.
9280
92812004-03-12 Richard M. Stallman <rms@gnu.org>
9282
9283 * cl.texi (Top): Rename top node's title.
9284
92852004-03-08 Karl Berry <karl@gnu.org>
9286
9287 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9288 problems making the texinfo distribution.
9289
92902004-02-29 Simon Josefsson <jas@extundo.com>
9291
0c7efc08 9292 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9293 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9294 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9295 <voegelas@gmx.net>.
9296
92972004-02-29 Juanma Barranquero <lektu@terra.es>
9298
9299 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9300 Use $(DEL) instead of rm, and ignore exit code.
9301
b344d29d 93022004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9303
9304 Tramp version 2.0.39 released.
9305
93062004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9307
9308 * tramp.texi (Customizing Completion): Explain new functions
9309 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9310 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9311 (Top): Refer to Savannah mailing list as the major one.
9312 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9313 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9314 (Frequently Asked Questions): Remote hosts must not be Unix-like
9315 for "smb" method.
9316 (Password caching): New node.
9317 (External transfer methods): Refer to password caching for "smb"
9318 method.
9319
93202004-02-17 Karl Berry <karl@gnu.org>
9321
9322 * info.texi (Help-Int): Mention the new line number feature.
9323
93242004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9325
9326 * ses.texi (Advanced Features): New functionality for
9327 ses-set-header-row (defaults to current row unless C-u used).
9328 (Acknowledgements): Add Stefan Monnier.
9329
93302003-12-29 Kevin Ryde <user42@zip.com.au>
9331
9332 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9333
b344d29d 93342003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9335
9336 Tramp version 2.0.38 released.
9337
9338 * tramp.texi (Remote shell setup): Warn of environment variables
9339 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9340 <sven.gabriel@imk.fzk.de>.
9341 (Configuration): Tramp now chooses base64/uuencode
9342 automatically. Update wording accordingly.
9343 (Top): More description for the `Default Method' menu entry.
9344 (Default Method): Use @code, not @var, for Lisp variables.
9345 (Default Method): New subsection `Which method is the right one
9346 for me?' Suggested by Christian Kirsch.
9347 (Configuration): Pointer to new subsection added.
9348 (Default Method): Too many "use" in one sentence.
9349 Rephrase. Reported by Christian Kirsch.
9350 (Filename Syntax): Old `su' example is probably a left-over from
9351 the sm/su method naming. Replace with `ssh', instead.
9352 (External transfer methods, Auto-save and Backup):
9353 Typo fixes.
9354
93552003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9356
183080b6 9357 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9358 (Top): Mention japanese manual only if flag `jamanual' is set.
9359 Insert section `Japanese manual' in menu.
9360
93612003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9362
9363 * eshell.texi (Known Problems): Add doc item.
9364
93652003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9366
9367 * cc-mode.texi: Update for CC Mode 5.30.
9368
9369 Note: Please refrain from doing purely cosmetic changes like
9370 removing trailing whitespace in this manual; it clobbers cvs
9371 merging for no good reason.
9372
93732003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9374
9375 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9376 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9377 @acronym{ASCII}.
9378
93792003-10-26 Karl Berry <karl@gnu.org>
9380
9381 * info.texi (Info Search): Echo area, not echo are. From Debian
9382 diff.
9383
93842003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9385
10d1d0af 9386 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9387 :buttons and :children keywords.
9388
93892003-10-22 Miles Bader <miles@gnu.org>
9390
9391 * Makefile.in (info): Move before $(top_srcdir)/info.
9392
93932003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9394
9395 * tramp.texi (Inline methods): Small grammar fix.
9396 (External transfer methods): Likewise.
9397
93982003-10-08 Nick Roberts <nick@nick.uklinux.net>
9399
9400 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9401
94022003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9403
9404 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9405
94062003-09-30 Richard M. Stallman <rms@gnu.org>
9407
9408 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9409
9410 * widget.texi (User Interface): Fix typos.
9411
9412 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9413
94142003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9415
9416 * pcl-cvs.texi (Selected Files): Fix typo.
9417
94182003-09-21 Karl Berry <karl@gnu.org>
9419
9420 * info.texi (] and [ commands): No period at end of section title.
9421
94222003-09-04 Miles Bader <miles@gnu.org>
9423
9424 * Makefile.in (top_srcdir): New variable.
9425 ($(top_srcdir)/info): New rule.
9426 (info): Depend on it.
9427
94282003-09-03 Peter Runestig <peter@runestig.com>
9429
9430 * makefile.w32-in: New file.
9431
94322003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9433
9434 * widget.texi (User Interface): Explain the need of static text
9435 around an editable field.
9436
94372003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9438
9439 * widget.texi (Basic Types): The argument to `:help-echo' can now
9440 be a form that evaluates to a string.
9441
94422003-08-18 Kim F. Storm <storm@cua.dk>
9443
9444 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9445
94462003-08-16 Richard M. Stallman <rms@gnu.org>
9447
9448 * dired-x.texi (Shell Command Guessing): Explain *.
9449
94502003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9451
9452 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9453 log-edit-insert-changelog.
9454
94552003-08-03 Karl Berry <karl@gnu.org>
9456
9457 * info.texi: Need @contents.
9458
c8763fb6 94592003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9460
9461 Tramp version 2.0.36 released.
9462
9463 * tramp.texi (Remote shell setup): Explain about problems with
9464 non-Bourne commands in ~/.profile and ~/.shrc.
9465
94662003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9467
9468 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9469 renaming of `vis-mode' to `visible-mode'.
9470
94712003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9472
9473 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9474 next, prev and up pointers.
9475
94762003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9477
9478 * info.texi (Help): Mention existence of Emacs and stand-alone
9479 Info at the very beginning of the tutorial.
9480 (Help-Inv): New node.
9481 (Help-]): New node.
9482 (Help-M): Systematically point out the differences between default
9483 Emacs and stand-alone versions. Delete second menu.
9484 (Help-Xref): Systematically point out the differences between
9485 default Emacs and stand-alone versions.
9486 (Help-Int): Change `l' example.
9487 (Expert Info): Fix typos.
9488 (Emacs Info Variables): Mention `Info-hide-note-references' and
9489 new default for `Info-scroll-prefer-subnodes'.
9490
c8763fb6 94912003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9492
9493 Version 2.0.35 of Tramp released.
9494
9495 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9496 (Inline methods): Add methods `remsh' and `plink1'.
9497 (External transfer methods): Add method `remcp'.
9498 (Multi-hop Methods): Add method `remsh'.
9499 Small patch from Adrian Aichner <adrian@xemacs.org>:
9500 Fix minor typos.
0c7efc08 9501 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9502 `Info-index'.
9503 (Version Control): Add cindex entry.
9504
c8763fb6 95052003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9506
9507 * trampver.texi: Version 2.0.34 released.
9508
95092003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9510
9511 * faq.texi: Improve previous changes.
9512
95132003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9514
9515 * faq.texi: Update copyright and maintenance details.
9516 Update some package URLs, versions, and maintainers.
9517 Remove many references to the Emacs Lisp Archive.
9518
95192003-04-23 Simon Josefsson <jas@extundo.com>
9520
9521 * smtpmail.texi: Fix license (the invariant sections mentioned has
9522 never been part of the smtp manual). Align info dir entry with
9523 other emacs packages.
9524
95252003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9526
9527 * tramp.texi: Version 2.0.33 released.
9528 Remove installation chapter. Remove XEmacs specifics.
9529
95302003-03-29 Richard M. Stallman <rms@gnu.org>
9531
9532 * tramp.texi (Top): Undo the previous renaming.
9533 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9534
c8763fb6 95352003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9536
9537 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9538 version of manual.
9539
9540 * tramp.texi (Auto-save and Backup): New node.
9541
95422003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9543
9544 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9545 Emacs" in order to have better differentiation to "XEmacs".
9546 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9547 are new macros in order to point to the other Emacs flavor where
9548 appropriate. In info case, point to node `Installation' in order
9549 to explain how to generate the other way. In html case, make a
9550 link to the other html file.
0c7efc08 9551 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9552 after CVS checkout/update.
9553 (Installation): Completely rewritten.
9554 (Installation parameters, Load paths): New sections under
9555 `Installation'.
9556
c8763fb6 95572003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9558
9559 * tramp.texi: Version 2.0.30 released.
9560 Replace word "path" with "localname" where used as a component of
9561 a Tramp file name.
9562
95632003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9564
9565 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9566 introduced.
9567 (Installation): Explain what to do if files from the tramp/contrib
9568 directory are needed.
9569
95702003-02-23 Alex Schroeder <alex@emacswiki.org>
9571
9572 * smtpmail.texi (How Mail Works): New.
9573
95742003-02-22 Alex Schroeder <alex@emacswiki.org>
9575
9576 * smtpmail.texi: New file.
9577
9578 * Makefile.in: Build SMTP manual.
9579
c8763fb6 95802003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9581
9582 * tramp.texi: Version 2.0.29 released.
9583 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9584 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9585
95862003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9587
9588 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9589 another package loads accidentally Ange-FTP.
2de53ca6
GM
9590
95912003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9592
9593 * tramp.texi (Customizing Completion): Add function
9594 `tramp-parse-sconfig'. Change example of
9595 `tramp-set-completion-function', because parsing of ssh config
9596 files looks more natural.
9597
95982003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9599
9600 * gnus.texi: Do not use `path' in several locations.
9601
c8763fb6 96022002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9603
0c7efc08
SM
9604 * tramp.texi (External transfer methods): New method `smb'.
9605 From Michael Albinus.
2de53ca6
GM
9606
96072002-11-05 Karl Berry <karl@gnu.org>
9608
9609 * info.texi (Info-fontify): Reorder face list to avoid bad line
9610 breaks.
9611
c8763fb6 96122002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9613
0c7efc08
SM
9614 * tramp.texi: Move @copying to standard place.
9615 Use @insertcopying.
2de53ca6
GM
9616
96172002-10-02 Karl Berry <karl@gnu.org>
9618
9619 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9620 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9621 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9622 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9623 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9624 Per rms, update all manuals to use @copying instead of @ifinfo.
9625 Also use @ifnottex instead of @ifinfo around the top node, where
9626 needed for the sake of the HTML output.
9627 (The Gnus manual is not fixed since it's not clear to me how it
9628 works; and the Tramp manual already uses @copying, although in an
9629 unusual way. All others were changed.)
9630
96312002-09-10 Jonathan Yavner <jyavner@engineer.com>
9632
9633 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9634 (../info/ses, ses.dvi): New targets.
9635 * ses.texi: New file.
9636
c8763fb6 96372002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9638
9639 * texinfo.tex: Update to texinfo 4.2.
9640
96412002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9642
9643 * reftex.texi: Update to RefTeX 4.19.
9644
c8763fb6 96452002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9646
9647 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9648 (../info/tramp, tramp.dvi): New targets.
9649
96502002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9653 (calc.dvi): Uncomment.
9654
96552001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9656
9657 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9658 (../info/calc): New target.
9659
96602001-10-20 Gerd Moellmann <gerd@gnu.org>
9661
9662 * (Version 21.1 released.)
9663
96642001-10-05 Gerd Moellmann <gerd@gnu.org>
9665
9666 * Branch for 21.1.
9667
96682001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9669
9670 * Makefile.in (../info/info): Use an explicit -o switch to
9671 makeinfo.
9672
96732001-03-05 Gerd Moellmann <gerd@gnu.org>
9674
9675 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9676
96772000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9678
9679 * Makefile.in (../info/idlwave): Use --no-split.
9680
96812000-12-14 Dave Love <fx@gnu.org>
9682
c4cc8b9a 9683 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9684 (gnus.dvi): Change rule to remove @latex stuff.
9685
96862000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9687
9688 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9689
96902000-10-13 John Wiegley <johnw@gnu.org>
9691
9692 * Makefile.in: Add build targets for eshell.texi.
9693
96942000-09-25 Gerd Moellmann <gerd@gnu.org>
9695
9696 * Makefile.in: Remove/comment speedbar stuff.
9697
96982000-09-22 Dave Love <fx@gnu.org>
9699
9700 * Makefile.in: Add emacs-mime.
9701
97022000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9703
9704 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9705 (DVI_TARGETS): Add woman.dvi.
9706 (../info/woman, woman.dvi): New targets.
9707
97082000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9711
9712 * pcl-cvs.texi: New file.
9713 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9714 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9715
97162000-05-11 Gerd Moellmann <gerd@gnu.org>
9717
9718 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9719 (../info/ebrowse, ebrowse.dvi): New targets.
9720
97212000-01-13 Gerd Moellmann <gerd@gnu.org>
9722
9723 * Makefile.in (INFO_TARGETS): Add eudc.
9724 (DVI_TARGETS): Add eudc.dvi.
9725 (../info/eudc, eudc.dvi): New targets.
9726
97272000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9728
9729 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9730 compatibility with 8+3 filesystems).
9731 (../info/efaq): Rename from emacs-faq.
9732
97332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9734
9735 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9736 (../info/idlwave, idlwave.dvi): New targets.
9737
97381999-10-23 Dave Love <fx@gnu.org>
9739
9740 * Makefile.in: Use autotype.texi.
9741
97421999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9743
9744 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9745 faq.texi file) rather than ../info/faq.
9746
97471999-10-07 Gerd Moellmann <gerd@gnu.org>
9748
9749 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9750 (../info/ada-mode, ada-mode.dvi): New targets.
9751
97521999-09-01 Dave Love <fx@gnu.org>
9753
9754 * Makefile.in: Add faq.
9755
97561999-07-12 Richard Stallman <rms@gnu.org>
9757
9758 * Version 20.4 released.
9759
97601998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9761
9762 * Version 20.3 released.
9763
97641998-04-06 Andreas Schwab <schwab@gnu.org>
9765
768c0c0f
JB
9766 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9767 Use it in dvi targets.
2de53ca6
GM
9768 (../etc/GNU): Change to $(srcdir) first.
9769
97701998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9771
9772 * reftex.texi: Update for RefTeX version 3.22.
9773
97741998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9775
9776 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9777 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9778
97791997-09-23 Paul Eggert <eggert@twinsun.com>
9780
9781 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9782 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9783
97841997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9785
9786 * Version 20.2 released.
9787
97881997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9789
9790 * Version 20.1 released.
9791
97921997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9793
9794 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9795
97961996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9797
9798 * Version 19.33 released.
9799
98001996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9801
9802 * Version 19.32 released.
9803
98041996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9805
9806 * Makefile.in: Add rules for the Message manual.
9807
98081996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9809
9810 * gnus.texi: New version.
9811
9812 * message.texi: New manual.
9813
98141996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9815
9816 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9817
98181996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9819
9820 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9821 Specify -I option.
9822 (All dvi targets): Set the TEXINPUTS variable.
9823
98241996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9825
9826 * Version 19.31 released.
9827
98281996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9829
9830 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9831 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9832
98331995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9834
9835 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9836 (INFO_TARGETS): Add ../info/cc-mode.
9837 (DVI_TARGETS): Add cc-mode.dvi.
9838
2de53ca6
GM
98391995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9840
9841 * Version 19.30 released.
9842
98431995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9844
9845 * gnus.texi: New file.
9846
98471995-11-04 Erik Naggum <erik@naggum.no>
9848
9849 * gnus.texi: File deleted.
9850
98511995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9852
9853 * mh-e.texi: "Function Index" -> "Command Index" to work with
9854 Emacs 19.30 C-h C-k support of separately-documented commands.
9855
98561995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9857
9858 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9859 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9860
98611995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9862
9863 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9864 (../info/viper, viper.dvi): New targets.
9865
98661995-04-20 Kevin Rodgers <kevinr@ihs.com>
9867
9868 * dired-x.texi (Installation): Change the example to set
9869 buffer-local variables like dired-omit-files-p in
9870 dired-mode-hook.
9871
98721995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9873
9874 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9875 (../info/mh-e, mh-e.dvi): New targets.
9876
98771995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9878
9879 * Makefile.in (maintainer-clean): Rename from realclean.
9880
98811994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9882
9883 * Makefile.in: New file.
9884 * Makefile: File deleted.
9885
98861994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9887
9888 * Makefile (TEXINDEX_OBJS): Variable deleted.
9889 (texindex, texindex.o, getopt.o): Rules deleted.
9890 All deps on texindex deleted.
9891 (distclean): Don't delete texindex.
9892 (mostlyclean): Don't delete *.o.
9893 * texindex.c, getopt.c: Files deleted.
9894
98951994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9896
9897 * Version 19.26 released.
9898
98991994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * Version 19.25 released.
9902
99031994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9904
9905 * Version 19.24 released.
9906
99071994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9908
9909 * Version 19.23 released.
9910
99111994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9912
9913 * Makefile: Delete spurious tab.
9914
99151994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9916
9917 * Makefile (.SUFFIXES): New rule.
9918
99191994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9920
9921 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9922 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9923
99241994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9925
9926 * Makefile (../info/sc): Rename from sc.info.
9927 (../info/cl): Likewise.
9928 (INFO_TARGETS): Use new names.
9929
99301993-12-04 Richard Stallman (rms@srarc2)
9931
9932 * getopt.c: New file.
9933 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9934 (getopt.o): New rule.
9935 (dvi): Don't depend on texindex.
9936 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9937 Depend on texindex.
9938
99391993-12-03 Richard Stallman (rms@srarc2)
9940
9941 * Makefile (../info/sc.info): Rename from ../info/sc.
9942 (TEXI2DVI): New variable.
9943 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9944 Add explicit commands.
9945 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9946
99471993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9948
9949 * Version 19.22 released.
9950
99511993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9952
9953 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9954
99551993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9956
9957 * Version 19.21 released.
9958
99591993-11-15 Paul Eggert (eggert@twinsun.com)
9960
9961 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9962
99631993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9964
9965 * Makefile (../etc/GNU): New target.
9966 (EMACSSOURCES): Add gnu1.texi.
9967
99681993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9969
9970 * Makefile (realclean): Don't delete the Info files.
9971
f0131492 99721993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9973
9974 * forms.texi: Fix forms.texi so that it will format correctly.
9975 Add missing `@end iftex', fix bad reference.
9976
9977 * info.texi, info-stn.texi: New files implement texinfo version of
9978 `info' file.
9979
f0131492 99801993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9981
9982 * Makefile: Fix targets for texindex, new info.texi files.
9983 * info-stnd.texi: New file implements info for standalone info
9984 reader.
9985 * info.texi: Update to include recent changes to "../info/info".
9986 New source file for ../info/info; includes info-stnd.texi.
9987
9988 * texindex.c: Include "../src/config.h" if building in emacs.
9989
9990 * Makefile: Change all files to FILENAME.texi, force all targets
9991 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9992 vip.texinfo, forms.texinfo, cl.texinfo.
9993 Add target to build texindex.c, defining `emacs'.
9994
9995 * forms.texi: Install new file to match version 2.3 of forms.el.
9996
99971993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9998
9999 * Version 19.19 released.
10000
100011993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10002
10003 * sc.texinfo: Fix info file name.
10004
10005 * Makefile (info): Add gnus and sc.
10006 (dvi): Add gnus.dvi and sc.dvi.
10007 (../info/sc, sc.dvi): New targets.
10008
100091993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10010
10011 * Version 19.18 released.
10012
100131993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10014
10015 * Makefile: Fix source file names of the separate manuals.
10016 (gnus.dvi, ../info/gnus): New targets.
10017
100181993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10019
10020 * Version 19.17 released.
10021
100221993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10023
10024 * split-man: Fix typos in last change.
10025
100261993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10027
10028 * Version 19.16 released.
10029
100301993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10031
10032 * version 19.15 released.
10033
100341993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10035
10036 * Makefile (distclean): It's rm, not rf.
10037
100381993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10039
10040 * Version 19.14 released.
10041
100421993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10043
10044 * Makefile: New file.
10045
100461993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10047
10048 * Version 19.13 released.
10049
100501993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10051
10052 * Version 19.9 released.
10053
100541993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10055
10056 * Version 19.8 released.
10057
100581993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10059
10060 * Version 19.7 released.
10061
100621990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10063
10064 * gnus.texinfo: New file. Removed installation instructions.
10065
100661990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10067
10068 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10069
100701989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10071
10072 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
10073 then define `\sc' as the command for smallcaps in Texinfo.
10074 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
10075 made the corresponding change to makeinfo and texinfm.el.
10076
100771988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10078
10079 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10080 Customization since the menu entry did not point to anything.
10081 Also add an @finalout command to remove overfull hboxes from the
10082 printed output.
10083
10084 * cl.texinfo: Add @bye, \input line and @settitle to file.
10085 This file is clearly intended to be a chapter of some other work,
10086 but the other work does not yet exist.
10087
100881988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10089
10090 * texinfo.texinfo: Three typos corrected.
10091
4009494e 10092;; Local Variables:
c8763fb6 10093;; coding: utf-8
4009494e
GM
10094;; End:
10095
ab422c4d 10096 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
4009494e
GM
10097
10098 This file is part of GNU Emacs.
10099
97c0352c 10100 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 10101 it under the terms of the GNU General Public License as published by
97c0352c
GM
10102 the Free Software Foundation, either version 3 of the License, or
10103 (at your option) any later version.
4009494e
GM
10104
10105 GNU Emacs is distributed in the hope that it will be useful,
10106 but WITHOUT ANY WARRANTY; without even the implied warranty of
10107 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10108 GNU General Public License for more details.
10109
10110 You should have received a copy of the GNU General Public License
97c0352c 10111 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.