Simplify doc/misc/Makefile.in with GNU Make features
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
1470c88c
GM
12014-06-12 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Use GNU Make features to reduce duplication.
4 (mkinfodir): Remove.
5 (${buildinfodir}): Generate using an order-only prerequisite.
6 (.dvi.ps): Replace with pattern rule.
7 ($INFO_TARGETS): Mark as PHONY.
8 (${buildinfodir}): New rule.
9 (EXTRA_OPTS, need_emacsver, need_emacsver_prefix): New variables.
10 (${buildinfodir}/%.info, %.dvi, %.pdf, %.html, %.ps):
11 New pattern rules, replacing numerous previous explicit rules.
12 (info_template): New definition.
13 (gnus.dvi, gnus.pdf): Use distinct intermediate files.
14 (mostlyclean): Adjust for above gnus change.
15
d29d2492 162014-06-11 Glenn Morris <rgm@gnu.org>
4abee665
GM
17
18 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
19
40abffe4
GM
202014-06-10 Glenn Morris <rgm@gnu.org>
21
22 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
23 (INFO_OPTS): Set directly rather than with configure.
24
8f356841
KB
252014-06-08 Karl Berry <karl@gnu.org>
26
27 * doc/info.texi (Help-^L): "mode line", "screenful",
28 stand-alone and Emacs Info both use the mode line.
29 Use x instead of weird C-x 0 to get rid of help msg
30 in standalone Info.
31
52e9721b
GM
322014-06-08 Glenn Morris <rgm@gnu.org>
33
99d8aedf
GM
34 * vip.texi (Files): Defer to Emacs manual for uniquify details.
35
b6542afe
GM
36 * info.texi (Help-Small-Screen): Clarify details of S-SPC.
37 (Help-Small-Screen, Help-]): Do not mention S-SPC.
38 (Emacs Info Variables): Markup fix.
39
52e9721b
GM
40 * ebrowse.texi (Source Display, Finding/Viewing):
41 * erc.texi (Sample Session):
42 * ses.texi (The Basics):
43 * todo-mode.texi (Moving and Deleting Items):
44 * woman.texi (Navigation): Markup fixes re SPC, RET.
45
4982861a
GM
462014-06-02 Glenn Morris <rgm@gnu.org>
47
48 * efaq.texi (Finding a package with particular functionality):
49 Update example.
50 * vip.texi: Mention this is obsolete.
51
c3e7b943
PE
522014-05-27 Paul Eggert <eggert@cs.ucla.edu>
53
54 * texinfo.tex: Update from gnulib.
55
015936fb 562014-05-26 Paul Eggert <eggert@cs.ucla.edu>
62803a2e
PE
57
58 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
59 * htmlfontify.texi, org.texi: Add "coding: utf-8".
60
015936fb 612014-05-26 Stephen Berman <stephen.berman@gmx.net>
903204bb
SB
62
63 * todo-mode.texi: Update in light of changes due to bug#17482.
64 Replace numerous mistaken uses of literal quotes with proper
65 Texinfo markup.
66 (Todo Mode Entry Points): Comment out reference to using find-file
67 or Dired to visit Todo files, since this has been disabled (bug#17482).
68
ebd42073
LL
692014-05-20 Leo Liu <sdl.web@gmail.com>
70
71 * cl.texi (List Functions, Efficiency Concerns): Update cl-endp.
72
692a1cc4
PE
732014-05-13 Paul Eggert <eggert@cs.ucla.edu>
74
75 * texinfo.tex: Update from gnulib.
76
fb3f83f5 772014-05-08 Michael Albinus <michael.albinus@gmx.de>
23a9a6c8
MA
78
79 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
80 setting in ~/.ssh/environment.
81
3e9fa60a 822014-05-04 Stephen Berman <stephen.berman@gmx.net>
cb9af965
SB
83
84 * todo-mode.texi: Update, improve exposition, add cross
85 references, fix typos.
86 (Inserting New Items, Editing Item Headers and Text): Rewrite to
87 document new user interface.
88
3e9fa60a 892014-05-04 Glenn Morris <rgm@gnu.org>
d136f184
GM
90
91 * autotype.texi (Skeleton Language):
92 * message.texi (Header Commands): Replace `iff'.
93
3e3fbb99
PE
942014-05-02 Paul Eggert <eggert@cs.ucla.edu>
95
96 * vhdl-mode.texi: Add "@documentencoding UTF-8",
97 since this is a toplevel .texi file.
98
30cb51f1
BG
992014-04-22 Bastien Guerry <bzg@gnu.org>
100
101 * org.texi (Installation): Be more clear on why installing Org
102 through ELPA should be done without loading any Org file.
103
104 * org.texi (Emphasis and monospace): Document the use of
105 =verbatim= and ~code~ to be consistent with
106 `org-element-text-markup-successor'.
107
108 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
109
110 * org.texi (Initial visibility):
111 * org.texi (Literal examples): Fix typos.
112
1132014-04-22 Michael Brand <michael.ch.brand@gmail.com>
114
115 * org.texi (Column attributes): Add a sentence to point out
116 the dependency on the format specifier.
117
1182014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
119
120 * org.texi (The Export Dispatcher): Reformulation.
121
122 * org.texi (@LaTeX{} specific attributes): Update manual.
123
124 * org.texi (Top, Exporting): Org has its own documentation and
125 should therefore be removed from "Other build-in back-ends".
126
d6f14ca7
SM
1272014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * cl.texi (Structures): Remove cl-struct-set-slot-value.
130
3fab7f1d
DC
1312014-04-20 Daniel Colascione <dancol@dancol.org>
132
133 * cl.texi (Declarations): Document changes to `cl-the' and defstruct functions.
134
eb36672f
PE
1352014-04-17 Paul Eggert <eggert@cs.ucla.edu>
136
137 * Makefile.in (infoclean): Be consistent about reporting failures.
138
322ddc7f
GM
1392014-03-27 Glenn Morris <rgm@gnu.org>
140
c31528bf
GM
141 * Makefile.in (INFO_COMMON): Add vhdl-mode.
142 (vhdl_mode_deps, vhdl-mode, $(buildinfodir)/vhdl-mode$(INFO_EXT))
143 (vhdl-mode.dvi, vhdl-mode.pdf, vhdl-mode.html): New rules/variables.
144
322ddc7f
GM
145 * vhdl-mode.texi: General clean-up. Set copyright to FSF, add license.
146 Remove hand-written node pointers. Remove info re old Emacs versions.
147 Markup fixes.
148 (Getting Connected): Remove irrelevant info.
149 (Indentation Commands, Requirements): Remove empty/irrelevant nodes.
150 (Frequently Asked Questions): Electric indent is now enabled.
151
2c9bd776
RW
1522014-03-27 Reto Zimmermann <reto@gnu.org>
153 Rod Whitby <software.vhdl-mode@rwhitby.net>
154
155 * vhdl-mode.texi: New file, imported from upstream vhdl-mode.
156
cefcfbcc
PE
1572014-03-26 Paul Eggert <eggert@cs.ucla.edu>
158
159 * texinfo.tex: Update from gnulib.
160
16adf2e6 1612014-03-26 Michael Albinus <michael.albinus@gmx.de>
39e98ed4
MA
162
163 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
164
c1df1845
G
1652014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
166
167 * gnus.texi (Ma Gnus): Mention header attachment buttons.
168
1692014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
170
171 * emacs-mime.texi (MML Definition): Document recipient-filename.
172
1732014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
174
175 * gnus.texi (MIME Commands): Mention
176 gnus-mime-buttonize-attachments-in-header and
177 gnus-mime-display-attachment-buttons-in-header.
178
1792014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
180
181 * message.texi (Forwarding): Mention
182 `message-forward-included-headers'.
183
1842014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
185
186 * gnus.texi: w3 is no longer supported by Gnus.
187
00156f95
GM
1882014-03-22 Glenn Morris <rgm@gnu.org>
189
190 * efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
191
f167458b
GM
1922014-03-21 Glenn Morris <rgm@gnu.org>
193
194 * ede.texi (ede-linux):
195 * vip.texi (New Bindings): Tiny copyedits.
196
5fb6db0d
SM
1972014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * vip.texi (Other Vi Commands): Adjust doc of C-j.
200
201 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
202 defined by CC-mode but globally.
203 (FAQ): Tweak text about RET and auto-indentation.
204
636fd6bc
DE
2052014-03-18 David Engster <deng@randomsample.de>
206
207 * ede.texi (Project Local Variables): Remove reference to
208 `ede-java-root' and the example using it.
209 (Android projects, ede-java-root): Remove nodes since they are
210 only in CEDET upstream (Bug#17030). All nodes updated.
5fb6db0d 211 (ede-cpp-root): Document the :compile-command slot.
f6985e81
DE
212 (ede-linux): Document new variables
213 `project-linux-build-directory-default' and
214 `project-linux-architecture-default'.
636fd6bc 215
d29fbf47
GM
2162014-03-12 Glenn Morris <rgm@gnu.org>
217
e51f0cb2
GM
218 * eww.texi (History and Acknowledgments):
219 Don't list everyone who changed the code.
220
d29fbf47
GM
221 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
222 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
223 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
224 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
225 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
226 Use @file for buffers, per the Texinfo manual.
227
9cb1f379
PE
2282014-03-12 Paul Eggert <eggert@cs.ucla.edu>
229
230 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
231 so that the Org Manual's style for ` and ' in code is consistent
232 with the other Emacs manuals. This affects PDF, not .info files.
233
e655facf
GM
2342014-03-12 Glenn Morris <rgm@gnu.org>
235
236 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
237 about RET and indentation.
238
c19ad068
JB
2392014-03-03 Juanma Barranquero <lekktu@gmail.com>
240
241 * gnus.texi:
242 * semantic.texi: Fix whitespace.
243
244 * ede.texi (Android projects):
245 * eieio.texi (Class Options, Making New Objects)
246 (Method Invocation, CLOS compatibility):
247 * sem-user.texi (Tag Decoration Mode): Fix typos.
248
209fcf3d
XF
2492014-03-02 Xue Fuqiao <xfq@gnu.org>
250
251 * sem-user.texi (Create System Databases): Markup fix.
252
4a6311cd
GM
2532014-02-28 Glenn Morris <rgm@gnu.org>
254
4486e5eb
GM
255 * info.texi (Further Reading): Rename node from Expert Info.
256 Remove stuff about writing Info nodes by hand.
257 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
258
4a6311cd
GM
259 * info.texi: Nuke hand-written node pointers.
260
6deb314e
KB
2612014-02-28 Karl Berry <karl@gnu.org>
262
263 * info.texi (Top): Mention H for a summary of all commands.
264
a038bd87
GM
2652014-02-25 Glenn Morris <rgm@gnu.org>
266
98bd6b32
GM
267 * edt.texi (Quick start, Starting emulation): Update hook details.
268 * efaq.texi (Fullscreen mode on MS-Windows)
269 (Terminal setup code works after Emacs has begun): Update hook details.
270 * vip.texi (Loading VIP): Fix hook example.
271
a038bd87
GM
272 * efaq-w32.texi (Bash): Don't use setq with hooks.
273
f1037d0b
PE
2742014-02-24 Paul Eggert <eggert@cs.ucla.edu>
275
276 * texinfo.tex: Update from gnulib.
277
1cf4cf56
XF
2782014-02-22 Xue Fuqiao <xfq@gnu.org>
279
280 * remember.texi (Quick Start): Add an index.
281 (Function Reference, Quick Start): Add cross-references.
282
458e643b
GM
2832014-02-21 Glenn Morris <rgm@gnu.org>
284
285 * flymake.texi (Starting the syntax check process): Grammar fix.
286
287 * tramp.texi (External packages): Grammar fix.
288 Reword for default sentinel not being nil any more.
289
c0733b63
MA
2902014-02-19 Michael Albinus <michael.albinus@gmx.de>
291
292 * trampver.texi: Update release number.
293
95160c90
GM
2942014-02-19 Glenn Morris <rgm@gnu.org>
295
296 * remember.texi: Copyedits.
297 (Quick Start): No need for manual autoloads. Mention remember-notes.
298 (Function Reference): Update arguments. Add new commands.
299
a73fae1f
GM
3002014-02-18 Glenn Morris <rgm@gnu.org>
301
302 * remember.texi (copying): Bump remember mode version.
303 (Installation): Remove unnecessary chapter.
304 (Quick Start): No need to explicitly load remember.el.
305 (Separate Text Files): New section.
306
fb7a3ee2
GM
3072014-02-17 Glenn Morris <rgm@gnu.org>
308
309 * eieio.texi (Class Values, CLOS compatibility):
310 Remove references to deleted eieio-describe-class/generic.
311
d34a353c
MA
3122014-02-16 Michael Albinus <michael.albinus@gmx.de>
313
dd7691b7 314 Sync with Tramp 2.2.9.
dd7691b7
MA
315 * trampver.texi: Update release number.
316
d34a353c
MA
317 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
318
2804e0bd
JB
3192014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
320
321 * calc.texi (Single-Variable Statistics): Remove mention of
322 incorrect keybinding.
323
45432fd9
PE
3242014-02-12 Paul Eggert <eggert@cs.ucla.edu>
325
326 * texinfo.tex: Update from gnulib.
327
36f1351e
GM
3282014-02-08 Glenn Morris <rgm@gnu.org>
329
330 * auth.texi (GnuPG and EasyPG Assistant Configuration):
331 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
332
2b568bc9
GM
3332014-02-07 Glenn Morris <rgm@gnu.org>
334
335 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
336
36a672f6
GM
3372014-02-06 Glenn Morris <rgm@gnu.org>
338
79b6e0a9
GM
339 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
340
36a672f6
GM
341 * mh-e.texi, viper.texi: Do not use colons in index entries.
342
06c2ec49
PE
3432014-02-05 Paul Eggert <eggert@cs.ucla.edu>
344
345 * texinfo.tex: Update from gnulib.
346
645586dc
GM
3472014-02-05 Glenn Morris <rgm@gnu.org>
348
6222d672
GM
349 * epa.texi: Add indices.
350
645586dc
GM
351 * url.texi (Cookies): Mention url-cookie-list command.
352
f16a3d52
GM
3532014-02-03 Glenn Morris <rgm@gnu.org>
354
355 * cl.texi (Blocks and Exits): Mention cl-tagbody.
356
65bc4bb5
GM
3572014-02-02 Glenn Morris <rgm@gnu.org>
358
359 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
360
a69ecd19
GM
3612014-01-31 Glenn Morris <rgm@gnu.org>
362
363 * efaq.texi (Replacing highlighted text):
364 Update delete-selection-mode doc.
365
ba74a2c0
XF
3662014-01-30 Xue Fuqiao <xfq.free@gmail.com>
367
368 * sem-user.texi (Include paths): Fix a Texinfo command.
369
ece4bae5
GM
3702014-01-27 Glenn Morris <rgm@gnu.org>
371
372 * idlwave.texi (Lesson III---User Catalog, Online Help)
373 (Starting the Shell, Catalogs, User Catalog):
374 * remember.texi (Quick Start):
375 * viper.texi:
376 * vip.texi (Customization, Customizing Constants)
377 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
378
caece7c3
XF
3792014-01-25 Xue Fuqiao <xfq.free@gmail.com>
380
381 * cc-mode.texi (Minor Modes): Minor fix.
382
c13b1a2d
DE
3832014-01-24 David Engster <deng@randomsample.de>
384
385 * eieio.texi (Introduction): Fix references.
386
96c983e0
GM
3872014-01-24 Glenn Morris <rgm@gnu.org>
388
5ace6c29
GM
389 * efaq.texi (Termcap/Terminfo entries for Emacs):
390 Use M-x term rather than M-x terminal-emulator.
391
96c983e0
GM
392 * emacs-mime.texi (time-date): Use float-time.
393
45d9ec75
DE
3942014-01-22 David Engster <deng@randomsample.de>
395
396 * eieio.texi (Introduction): Move introductory paragraph about
397 EIEIO and CLOS from 'Building Classes' to here.
398 (Documentation): Remove, since eieio-doc is not part of Emacs.
399 (Class Values, CLOS compatibility): Mention that
400 `describe-function' will also give information about classes.
401
2fb6d9c6
GM
4022014-01-20 Paul Eggert <eggert@cs.ucla.edu>
403
404 * texinfo.tex: Update from gnulib.
405
630395d1
GM
4062014-01-15 Glenn Morris <rgm@gnu.org>
407
408 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
409
c5eb4323
MA
4102014-01-12 Michael Albinus <michael.albinus@gmx.de>
411
412 * tramp.texi (all): Doc fix according to GNU Coding Standards.
413 Use "file name" instead of "filename" or "path". Use "host"
414 instead of "machine".
415
194a9710
DE
4162014-01-12 David Engster <deng@randomsample.de>
417
418 * eieio.texi (Introduction): `class-of' is obsolete.
419 (Predicates, Basic Methods): Adapt function names to namespace
420 cleanup.
421
e6344e17
XF
4222014-01-12 Xue Fuqiao <xfq.free@gmail.com>
423
424 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
425
4efa3f1e
GM
4262014-01-12 Glenn Morris <rgm@gnu.org>
427
428 * efaq.texi (Guidelines for newsgroup postings)
429 (Informational files for Emacs):
430 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
431
122ff675
SM
4322014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
435
548a1b28
RS
4362014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
437
438 * Makefile.in: Add eww.texi.
439 * eww.texi: New file.
440
d831c9b8
GM
4412014-01-07 Glenn Morris <rgm@gnu.org>
442
443 * efaq.texi (Problems with very large files): Fix superscript typo.
444
3c8b09ca
BG
4452013-01-07 Rasmus <w530@pank.eu>
446
cfdaa150 447 * org.texi (Global and local cycling): Fix missing '@'.
3c8b09ca 448
35e951cd 4492013-01-07 Bastien Guerry <bzg@gnu.org>
3c8b09ca 450
cfdaa150 451 * org.texi (Global and local cycling): Mention C-u C-u TAB.
3c8b09ca
BG
452 (Include files, The Export Dispatcher)
453 (Advanced configuration)
454 (Header arguments in Org mode properties): Spelling fixes.
455 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
122ff675
SM
456 (@LaTeX{} specific attributes): New index entries.
457 Use #+BEGIN_ABSTRACT in the example.
3c8b09ca
BG
458
4592013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
460
cfdaa150 461 * org.texi (Org export): New section.
3c8b09ca
BG
462 (HTML doctypes): Fix whitespace error. Fix display.
463 (Publishing options): Add missing html publishing options.
464
ff4a5a41
GM
4652014-01-07 Glenn Morris <rgm@gnu.org>
466
467 * efaq.texi (Basic editing, Packages that do not come with Emacs):
468 Merge in some info from etc/MORE.STUFF.
469
c6ab4664
PE
4702014-01-05 Paul Eggert <eggert@cs.ucla.edu>
471
472 Specify .texi encoding (Bug#16292).
473 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
474 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
475 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
476 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
477 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
478 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
479 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
480 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
481 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
482 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
483 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
484 * widget.texi, wisent.texi, woman.texi:
485 Add @documentencoding.
486
22db5dd5
AG
4872014-01-03 Aidan Gauland <aidalgol@amuri.net>
488
489 * eshell.texi (What Eshell is not): Clean up confusing clause.
490
fdf52fd4
GM
4912014-01-03 Glenn Morris <rgm@gnu.org>
492
de229ee3
GM
493 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
494
75b76b87
GM
495 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
496 Add copyright notice to titlepage.
497
4a970ff5
GM
498 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
499
33306400
GM
500 * ert.texi: Add a titlepage. Use @insertcopying.
501
fdf52fd4
GM
502 * calc.texi (Top): Use @top rather than @chapter.
503
8f9740f0
AG
5042014-01-03 Aidan Gauland <aidalgol@amuri.net>
505
ba05e912 506 * eshell.texi (top): Fix incorrect use of xref.
8f9740f0 507
112720b1
AG
5082014-01-03 Aidan Gauland <aidalgol@amuri.net>
509
ba05e912 510 * eshell.texi (top): Fix incorrect info filename in an xref.
112720b1 511
c28426f9
GM
5122014-01-02 Glenn Morris <rgm@gnu.org>
513
514 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
515
f2299e89
AG
5162014-01-02 Aidan Gauland <aidalgol@amuri.net>
517
122ff675 518 * eshell.texi (Command Basics): Remove `Command basics' chapter.
f2299e89 519
94ee8719
AG
5202014-01-02 Aidan Gauland <aidalgol@amuri.net>
521
ba05e912 522 * eshell.texi (What is Eshell?): Add section about what not to use
94ee8719
AG
523 Eshell for.
524
a0f20f21
TZ
5252013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
526
527 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
528
91dedc43
GM
5292013-12-22 Glenn Morris <rgm@gnu.org>
530
531 * woman.texi (Navigation): Use itemx where appropriate.
30aafaf5 532
91dedc43 5332013-12-20 Tassilo Horn <tsdh@gnu.org>
30aafaf5 534
91dedc43
GM
535 * info.texi, woman.texi:
536 Document `S-SPC' as alternative to `DEL' for scrolling.
30aafaf5 537
26b75b45
JB
5382013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
539
540 * calc.texi (Stack Manipulation Commands): Mention using the variable
541 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
542
c4246a60
MA
5432013-12-12 Michael Albinus <michael.albinus@gmx.de>
544
545 * tramp.texi (direntry): Use ssh but rsh.
546 (all): Encode all environment variable names with @env{...}.
547 (Bug Reports): Refer to Testing node.
548
f9405d87
GM
5492013-12-12 Glenn Morris <rgm@gnu.org>
550
551 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
552 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
553 * srecode.texi, todo-mode.texi, tramp.texi:
554 Sync direntry with info/dir version.
555
b94b96b2
GM
5562013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
557
558 * Makefile.in: Add octave-mode.texi.
559
5602013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
561 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
562
563 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
564
36291308
JB
5652013-12-08 Juanma Barranquero <lekktu@gmail.com>
566
567 * dbus.texi (Properties and Annotations): Fix typo.
568
ed72f323
BG
5692013-12-06 Bastien Guerry <bzg@gnu.org>
570
571 * org.texi: Don't include Emacs version within Org's version.
572
73d3db82
BG
5732013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
574
575 * org.texi (Creating one-off styles): Use new export snippet
576 syntax.
577
c295fc18 578 * org.texi (Export settings): Documentation describing how text
73d3db82
BG
579 above the first heading is ignored when an :export: tag is in a
580 file.
581
543dd969
MA
5822013-12-05 Michael Albinus <michael.albinus@gmx.de>
583
584 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
585
26e4aa7d
GM
5862013-11-30 Glenn Morris <rgm@gnu.org>
587
588 * Makefile.in (distclean): Remove Makefile.
589
0ec16636 5902013-11-20 era eriksson <era+emacsbugs@iki.fi>
591
592 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
593 (The Basics, Formulas): Copyedits.
594 (Resizing, Printer functions): Add index entries.
595
014690de
JB
5962013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
597
598 * calc.texi (Customizing Calc): Mention new variable
599 `calc-context-sensitive-enter'.
600
271672fa
BG
6012013-11-12 Aaron Ecay <aaronecay@gmail.com>
602
603 * org.texi (Exporting code blocks): Document the 'inline-only
604 setting for `org-export-babel-evaluate'. Document how :var
605 introduces code block dependencies.
606
6072013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
608
609 * org.texi (Header arguments): Document header-args[:lang]
610 properties and remove deprecated old-style properties from
611 documentation.
612
613 * org.texi (Agenda commands): Remove footnote from @tsubheading
614 and add a sentence with the reference instead.
615
6162013-11-12 Bastien Guerry <bzg@gnu.org>
617
618 * org.texi (Catching invisible edits):
619 * org.texi (Plain lists, Plain lists):
620 * org.texi (Advanced configuration):
621 * org.texi (Tag groups):
622 * org.texi (Conventions):
623 * org.texi (Checkboxes, Radio lists):
624 * org.texi (Top, Summary, Exporting):
625 * org.texi (In-buffer settings): Fix typos.
626
627 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
628 C-w'. Add an index entry for `org-refile-keep'.
629
630 * org.texi (Plain lists): Add an index entry for sorting plain
631 list. Document sorting by checked status for check lists.
632
633 * org.texi (Publishing options): Fix old variable names.
634
635 * org.texi (Orgstruct mode): Fix suggested setting of
636 `orgstruct-heading-prefix-regexp'.
637
122ff675
SM
638 * org.texi (Export settings):
639 Document `org-export-allow-bind-keywords'.
271672fa
BG
640
641 * org.texi (History and Acknowledgments): Small rephrasing.
642
643 * org.texi (Template elements): Add a footnote about tags accepted
644 in a year datetree.
645
646 * org.texi (Beamer export, @LaTeX{} and PDF export)
122ff675
SM
647 (Header and sectioning, @LaTeX{} specific attributes):
648 Enhance style.
271672fa
BG
649
650 * org.texi (Agenda commands): Add a footnote about dragging agenda
651 lines: it does not persist and it does not change the .org files.
652
653 * org.texi (Agenda commands): Add a table heading for dragging
654 agenda lines forward/backward.
655
656 * org.texi (Agenda commands): Add documentation for
657 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
658
659 * org.texi (Publishing options): Update the list of options.
660 (Simple example, Complex example): Fix the examples.
661
662 * org.texi (Formula syntax for Calc): Don't use a bold font the
663 warning.
664
665 * org.texi (Other built-in back-ends): New section.
666
122ff675
SM
667 * org.texi (Editing source code):
668 Document `org-edit-src-auto-save-idle-delay' and
271672fa
BG
669 `org-edit-src-turn-on-auto-save'.
670
671 * org.texi (External links): Document contributed link types
672 separately.
673
122ff675
SM
674 * org.texi (Closing items):
675 Document `org-closed-keep-when-no-todo'.
271672fa
BG
676
677 * org.texi (Export back-ends): Rename from "Export formats".
678 (The Export Dispatcher): Remove reference to
679 `org-export-run-in-background'.
680 (Export settings): Minor rewrites.
681 (ASCII/Latin-1/UTF-8 export): Update variable's name.
682 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
683
684 * org.texi (Export in foreign buffers): New section.
685 (Exporting): Remove documentation about converting the selected
686 region.
687
688 * org.texi (Advanced configuration): Put the filter valid types in
689 a table. Use @lisp and @smalllisp.
690
691 * org.texi: Use @code{nil} instead of nil. Update the maintainer
692 contact info.
693
694 * org.texi (Exporting): Better introductory sentence. Add a note
695 about conversion commands.
696 (Feedback, Orgstruct mode, Built-in table editor)
697 (Built-in table editor, Orgtbl mode, Updating the table)
698 (Property syntax, Capturing column view, Capture)
699 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
700 (Exporting, Extending ODT export)
701 (Working with @LaTeX{} math snippets, dir, Customization)
702 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
703 Uniformly use @kbd{M-x command RET}.
704
705 * org.texi (Filtering/limiting agenda items): New subsection.
706 Document the use of `org-agenda-max-*' options and
707 `org-agenda-limit-interactively' from the agenda.
708 (Agenda commands): Move details about filtering commands to
709 the new section, only include a summary here.
710 (Customizing tables in ODT export)
122ff675
SM
711 (System-wide header arguments, Conflicts, Dynamic blocks):
712 Use spaces for indentation.
271672fa
BG
713
714 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
715
716 * org.texi (Links in HTML export, Images in HTML export)
717 (post): Fix syntax within #+ATTR_*.
718 (Tables in HTML export): Document `org-html-table-row-tags'
719 and use `org-html-table-default-attributes' instead of
720 `org-html-table-tag'.
721
722 * org.texi (Publishing action, Publishing options)
723 (Publishing links): Major rewrite. Enhance explanations for
724 `org-org-publish-to-org'. Remove reference to
725 `org-export-run-in-background'.
726
727 * org.texi: Fix many small typos. Use #+NAME instead of
728 #+TBLNAME. Use @smalllisp instead of @example.
729 (Special symbols): Add index?
730 (HTML preamble and postamble): Don't mention obsolete use of
731 opt-plist.
732 (JavaScript support): Don't mention the org-jsinfo.el file as it
733 has been merged with ox-html.el.
734
735 * org.texi (Installation, Feedback, Setting Options)
736 (Code evaluation security, org-crypt.el): Use @lisp instead of
737 @example.
738 (Agenda commands): Use @table instead of @example.
739
740 * org.texi (Adding hyperlink types): New appendix.
741
742 * org.texi (ODT export commands, Extending ODT export)
743 (Applying custom styles, Images in ODT export)
744 (Labels and captions in ODT export)
745 (Literal examples in ODT export)
746 (Configuring a document converter)
747 (Working with OpenDocument style files)
748 (Customizing tables in ODT export)
749 (Validating OpenDocument XML): Fix options names.
750
751 * org.texi (History and Acknowledgments): Update acknowledgments
752 to Nicolas. Add Nicolas Goaziou to the list of contributors.
753
754 * org.texi (System-wide header arguments): Don't use "customizing"
755 for setting a variable. Also remove comments.
756
757 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
758 `org-agenda-start-on-weekday' to the variable index and document
759 them.
760
761 * org.texi (Sparse trees, Agenda commands)
762 (@LaTeX{} fragments, Selective export, Export options)
763 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
764 (HTML Export commands, @LaTeX{}/PDF export commands)
765 (iCalendar export, Publishing options, Triggering publication)
766 (In-buffer settings): Update to reflect changes from the new
767 export engine.
768
122ff675
SM
769 * org.texi (Matching tags and properties): More examples.
770 Explain group tags expansion as regular expressions.
271672fa
BG
771
772 * org.texi (Tag groups): New section.
773
774 * org.texi (Setting tags): Tiny formatting fixes.
775
776 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
777 names.
778
779 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
780 concept index. Include example for these agenda views.
781 (Special agenda views): Mention the "agenda*" agenda view.
782
783 * org.texi (Repeated tasks): Document how to ignore a repeater
784 when using both a scheduled and a deadline timetamp.
785
786 * org.texi (Global and local cycling): Wrap in a new subsection.
787 (Initial visibility, Catching invisible edits): New subsections.
788
789 * org.texi (Visibility cycling): Mention that
790 `org-agenda-inhibit-startup' will prevent visibility setting when
791 the agenda opens an Org file for the first time.
792
793 * org.texi (Org syntax): New section.
794
122ff675
SM
795 * org.texi (Orgstruct mode):
796 Document `orgstruct-heading-prefix-regexp'.
271672fa
BG
797
798 * org.texi (Speeding up your agendas): New section.
799
800 * org.texi (Installation): When installing Org from ELPA, users
801 should do this from an Emacs session where no .org file has been
802 visited.
803
804 * org.texi (CSS support, In-buffer settings): Update HTML options
805 names.
806
807 * org.texi (Structure editing): Update documentation for
808 `org-insert-heading-or-item'.
809 (Plain lists, Relative timer): Update index entry.
810
811 * org.texi (JavaScript support): Update variable names.
812
813 * org.texi (comments): Minor formatting fix.
814
815 * org.texi (@LaTeX{} fragments): Minor enhancement.
816
817 * org.texi: Update the list contributions.
818
819 * org.texi (Agenda commands): Exporting the agenda to an .org file
122ff675
SM
820 will not copy the subtrees and the inherited tags.
821 Document `org-agenda-filter-by-regexp'.
271672fa
BG
822
823 * org.texi (Publishing action, Complex example): Fix names of
824 publishing functions.
825
826 * org.texi (Top, Exporting): Delete references to Freemind.
827 (Freemind export): Delete section.
828
829 * org.texi (Top, Exporting): Delete references to the XOXO export.
830 (XOXO export): Delete section.
831
832 * org.texi (Capture): Mention that org-remember.el is not
833 supported anymore.
834
122ff675
SM
835 * org.texi (Top, Exporting, Beamer class export):
836 Delete references to the TaskJuggler export.
271672fa
BG
837 (History and Acknowledgments): Mention that the TaskJuggler has
838 been rewritten by Nicolas and now lives in the contrib/ directory
839 of Org's distribution. Mention that Jambunathan rewrote the HTML
840 exporter. Remove Jambunathan from my own acknowledgments.
841 (TaskJuggler export): Delete.
842
843 * org.texi (HTML preamble and postamble)
844 (Tables in HTML export, Images in HTML export)
845 (Math formatting in HTML export, CSS support)
846 (@LaTeX{} and PDF export, Publishing options): Fix the names of
847 the HTML export and publishing options.
848
849 * org.texi (Literal examples, Export options)
850 (@LaTeX{} and PDF export, Header and sectioning)
851 (Publishing options): Fix LaTeX options names.
852
122ff675
SM
853 * org.texi (Export options, CSS support, In-buffer settings):
854 Fix references to HTML_LINK_* and HTML_STYLE keywords.
271672fa
BG
855
856 * org.texi (Export options, In-buffer settings): Fix references to
857 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
858
859 * org.texi (Top, Markup, Initial text, Images and tables)
860 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
122ff675
SM
861 (Export options, JavaScript support, Beamer class export):
862 Remove references to the DocBook export, which has been deleted.
271672fa
BG
863 (History and Acknowledgments): Mention that DocBook has been
864 deleted, suggest to use the Texinfo exporter instead, then to
865 convert the .texi to DocBook with makeinfo.
866 (Links in ODT export, Tables in ODT export): Fix indices.
867
868 * org.texi (Deadlines and scheduling): Add a variable to the
869 index. Add documentation about delays for scheduled tasks.
870
122ff675
SM
871 * org.texi (Emphasis and monospace):
872 Mention `org-fontify-emphasized-text' and
271672fa
BG
873 `org-emphasis-regexp-components'.
874
875 * org.texi (References): Small enhancement.
876
877 * org.texi (Column width and alignment): Make the example visually
878 more clear.
879
880 * org.texi (The clock table): Document :mstart and :wstart as a
881 way to set the starting day of the week.
882
883 * org.texi (In-buffer settings): Document new startup keywords.
884 Thanks to John J Foerch for this idea.
885
886 * org.texi (Include files): Tiny formatting fix.
887
888 * org.texi (Activation): Point to the "Conflicts" section.
889
8902013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
891
892 * org.texi (CSS support): Clarify this section.
893
894 * org.texi (@LaTeX{} specific attributes): Document that tabu and
895 tabularx packages are not in the default set of packages.
896
897 * org.texi (Agenda commands): Document fortnight view.
898
899 * org.texi: Document conflict with ecomplete.el.
900
901 * org.texi (History and Acknowledgments): Acknowledgements for
902 Jason Dunsmore and Rakcspace.
903
904 * org.texi: Rename org-crypt.el node to org-crypt.
905
906 * org.texi (A @LaTeX{} example): Fix typo in variable name.
907
908 * org.texi (MobileOrg): Mention the new iPhone developer.
909
910 * org.texi (Table of contents) Improve documentation of TOC
911 placement.
912
913 * org.texi: Explain that date/time information at read-date prompt
914 should start at the beginning, not anywhere in the middle of a
915 long string.
916
9172013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
918
919 * org.texi (Orgstruct mode): Fix wrong regexp.
920
9212013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
922
923 * org.texi: Document export to (X)HTML flavors.
924
9252013-11-12 Eric Schulte <schulte.eric@gmail.com>
926
927 * org.texi (Extracting source code): Mention the prefix argument
928 to org-babel-tangle.
122ff675 929 (noweb): Remove erroneous negative.
271672fa
BG
930 (Specific header arguments): Document new header arguments.
931 Documentation for new tangle-mode header argument.
932 (Top): Documentation for new tangle-mode header argument.
933 (rownames): Documentation for new tangle-mode header argument.
934 Mention elisp as special rowname case.
935 (tangle-mode): Documentation for new tangle-mode header argument.
936 (post): Documentation and an example of usage.
937 (var): Remove the "Alternate argument syntax" section from the
938 documentation.
939 (hlines): Note that :hline has no effect for Emacs Lisp code
940 blocks.
941
9422013-11-12 Feng Shu <tumashu@gmail.com>
943
944 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
945 (Math formatting in HTML export)
946 (Working with @LaTeX{} math snippets): Add document about creating
947 formula image with imagemagick.
948
949 * org.texi (@LaTeX{} specific attributes): Document `:caption'
950 attribute of #+ATTR_LATEX.
951
9522013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
953
954 * org.texi (Handling links): Fix a typo in
955 `org-startup-with-inline-images' documentation.
956
957 * org.texi (Previewing @LaTeX{} fragments): Document the startup
958 keywords to use for previewing LaTeX fragments or not.
959 (Summary of in-buffer settings): Improve formatting and add an
960 entry for the variable `org-startup-with-latex-preview'.
961
962 * org.texi (Property syntax): Recall the user to refresh the org
963 buffer when properties are set on a per-file basis.
964
9652013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
966
967 * org.texi (Matching tags and properties): Clarification.
968
9692013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
970
971 * org.texi (Editing and debugging formulas): Add an example when a
972 table has multiple #+TBLFM lines.
973
9742013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
975
976 * org.texi (The clock table): Document acceptance of relative
977 times in tstart and tend, link to syntax description and provide
978 example.
979
9802013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
981
982 * org.texi (The spreadsheet): Document lookup functions.
983
9842013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
985
8449dd1f 986 * org.texi (CSS support): Mention .figure-number, .listing-number,
271672fa
BG
987 and .table-number.
988
9892013-11-12 Michael Brand <michael.ch.brand@gmail.com>
990
991 * org.texi
992 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
993 spreadsheet formula mode strings and some examples from @example
994 block with xy @r{yz} to @table.
995
996 * org.texi (Formula syntax for Calc): Improve the documentation of
997 empty fields in formulas for spreadsheet. Add explanation and
998 example for empty field. Extend explanations of format
999 specifiers. Add a sentence to mention Calc defmath.
1000
1001 * org.texi (Column formulas): Add a sentence to be more explicit
1002 about when a table header is mandatory.
1003
10042013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
1005
1006 * org.texi (Subscripts and superscripts): Remove reference to
1007 quoted underscores until this mechanism is implemented again.
1008
1009 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
1010 property.
1011
1012 * org.texi (Document title): Subtree export is no longer triggered
1013 by marking one as the region.
1014 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
1015 giving examples isn't very useful: "horizontal rule" is, at least,
1016 as explicit as <hr/>.
1017
1018 * org.texi (HTML doctypes): Reflect keyword removal.
1019 (CSS support): Reflect keyword removal.
1020
1021 * org.texi (@LaTeX{} specific attributes): Document new :float
1022 values.
1023
1024 * org.texi (Export settings): Improve documentation.
1025
1026 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
1027 (Text areas in HTML export): Update text areas.
1028 (HTML Export commands): Update export commands.
1029
1030 * org.texi (Header and sectioning): Add a footnote about the
1031 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
1032
122ff675
SM
1033 * org.texi (The Export Dispatcher):
1034 Document `org-export-in-background'.
271672fa
BG
1035
1036 * org.texi (Footnotes): Export back-ends do not use
1037 `org-footnote-normalize' anymore.
1038
1039 * org.texi: Document variable changes.
1040
c295fc18 1041 * org.texi (Export settings): Document p: item in OPTIONS keyword.
271672fa
BG
1042
1043 * org.texi (Exporting): Massive rewrite of the first sections.
1044 (Selective export): Delete.
1045 (The Export Dispatcher): Rewrite.
1046 (Export options): Rewrite as "Export settings".
1047
1048 * org.texi: Small changes to documentation for embedded LaTeX.
1049
1050 * org.texi (Internal links): Document #+NAME keyword and
1051 cross-referencing during export.
1052
1053 * org.texi (Include files): Remove reference to :prefix1
1054 and :prefix. Give more details for :minlevel.
1055
122ff675
SM
1056 * org.texi (Macro replacement): Fix macro name.
1057 Update documentation about possible locations and escaping mechanism.
271672fa 1058
122ff675
SM
1059 * org.texi (Table of contents): Update documentation.
1060 Document lists of listings and lists of tables. Add documentation for
271672fa
BG
1061 optional title and #+TOC: keyword.
1062
10632013-11-12 Rick Frankel <rick@rickster.com>
1064
1065 * org.texi (results): Add Format section, broken out of Type
1066 section to match code.
122ff675
SM
1067 (hlines, colnames): Remove incorrect Emacs Lisp exception.
1068 Note that the actual default handling (at least for python and
271672fa
BG
1069 emacs-lisp) does not seem to match the description.
1070
10712013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
1072
1073 * org.texi (The date/time prompt): Update the documentation to
1074 reflect the new way `org-read-date-get-relative' handles weekdays.
1075
10762013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
1077
122ff675
SM
1078 * org.texi (Resolving idle time):
1079 Document `org-clock-x11idle-program-name'.
271672fa 1080
955ada11
MA
10812013-10-24 Michael Albinus <michael.albinus@gmx.de>
1082
1083 * ert.texi (Running Tests Interactively): Adapt examle output.
1084 (Tests and Their Environment): Mention skip-unless.
1085
48f73cfb
GM
10862013-10-23 Glenn Morris <rgm@gnu.org>
1087
76f1a3c3
GM
1088 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1089 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1090 * widget.texi: Nuke @refill.
1091
48f73cfb
GM
1092 * Makefile.in (install-dvi, install-html, install-pdf)
1093 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1094 (uninstall-pdf): Quote entities that might contain whitespace.
1095
c8722a97
JB
10962013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1097
a12bf61e 1098 * calc.texi (Data Type Formats): Don't specify the size at
c8722a97
JB
1099 which integers begin to be represented by lists.
1100
f55f544f
XF
11012013-10-14 Xue Fuqiao <xfq.free@gmail.com>
1102
1103 * cl.texi (Argument Lists): Add indexes for &key and &aux.
1104
81856d28
MA
11052013-10-07 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * trampver.texi: Update release number.
1108
afae9a69
MA
11092013-10-02 Michael Albinus <michael.albinus@gmx.de>
1110
1111 Sync with Tramp 2.2.8.
1112
1113 * tramp.texi (External packages): Use `non-essential'.
1114 * trampver.texi: Update release number.
1115
fe30962e
GM
11162013-09-14 Glenn Morris <rgm@gnu.org>
1117
1118 * eshell.texi: Markup fixes.
1119
412a0972
XF
11202013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1121
1122 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1123 of @kbd{RET}.
1124 (Prefix Matching): Add an index.
1125
7dc61a66
GM
11262013-09-08 Glenn Morris <rgm@gnu.org>
1127
1128 * emacs-gnutls.texi: Tweak direntry.
1129
97e99cc3
MA
11302013-09-06 Michael Albinus <michael.albinus@gmx.de>
1131
1132 * tramp.texi (Alternative Syntax): Remove chapter.
1133
50b13cde
PE
11342013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1135
1136 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1137 for portability to hosts where /bin/sh has problems.
1138
0acfedd3
SM
11392013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 Try to reduce redundancy in doc/misc/Makefile.in.
1142 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1143 (TARGETS): New intermediate variable.
1144 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1145
1857cd3f
GM
11462013-08-27 Glenn Morris <rgm@gnu.org>
1147
63e984f8
GM
1148 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1149
278208b8
GM
1150 * efaq.texi: Rename from faq.texi, to match its output files.
1151 * Makefile.in: Update for faq.texi name change.
1152
79c238dc
GM
1153 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1154
c076ba95
GM
1155 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1156
1857cd3f
GM
1157 * efaq-w32.texi: Move here from the web-pages repository.
1158 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1159 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1160 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1161 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1162 Add DOCMISC_*_W32 variables.
1163 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1164 (efaq_w32_deps): New variable.
1165 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1166 (efaq-w32.pdf, efaq-w32.html): New rules.
1167 (clean): Remove efaq-w32 products.
1168
2fb6d9c6
GM
11692013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1170
1171 * texinfo.tex: Update from gnulib.
1172
dab3a8d5
KY
11732013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1176 shift_jis from the default value set to mm-coding-system-priorities for
1177 Japanese users.
1178
55f612f0
GM
11792013-08-13 Glenn Morris <rgm@gnu.org>
1180
1181 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1182 (Options - Defining Label Environments, Options - Creating Labels)
1183 (Options - Referencing Labels, Options - Creating Citations)
1184 (Options - Index Support, Options - Viewing Cross-References)
1185 (Options - Finding Files, Options - Optimizations)
1186 (Options - Fontification, Options - Misc):
1187 * cc-mode.texi (Sample Init File):
1188 * edt.texi (Init file):
1189 * epa.texi (Encrypting/decrypting gpg files):
1190 * mairix-el.texi (About, Setting up the mairix interface, Using)
1191 (Extending):
1192 Rename nodes to avoid characters that can cause Texinfo problems.
1193
d401ef43
KY
11942013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1195
1196 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1197
8496d8d7
GM
11982013-08-12 Glenn Morris <rgm@gnu.org>
1199
808190e6
GM
1200 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1201 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1202 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1203 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1204 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1205 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1206 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1207 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1208 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1209 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1210 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1211 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1212 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1213
2f3ac208
GM
1214 * woman.texi (Top): Avoid mailto: in html output.
1215
8496d8d7
GM
1216 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1217 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1218 (INSTALL_DATA): New, set by configure.
1219 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1220 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
c295fc18 1221 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
8496d8d7
GM
1222 uninstall-ps, and uninstall-doc.
1223 (.SUFFIXES): Add .ps and .dvi.
1224 (.dvi.ps): New suffix rule.
1225 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1226 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1227 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1228 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1229 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1230 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1231 (ido.html, mairix-el.html, message.html, mh-e.html)
1232 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1233 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1234 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1235 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1236 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1237 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1238 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1239 New rules.
1240 (clean): Remove HTML_TARGETS and PS_TARGETS.
1241
33a9f380
XF
12422013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1243
35e951cd
JB
1244 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1245 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1246 for user options.
33a9f380 1247
353ca646
XF
12482013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1249
1250 * htmlfontify.texi (Customization): Remove documentation of
241de290 1251 `hfy-fast-lock-save'. Minor fixes.
353ca646 1252
03300a14
XF
12532013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1254
1255 * ido.texi (Top): Insert node "Working Directories" in menu.
1256 (Working Directories): New node.
9dfc8491
XF
1257 (Misc Customization): Add documentation of
1258 `ido-confirm-unique-completion' and some other user options.
03300a14 1259
2a024334
EZ
12602013-08-07 Eli Zaretskii <eliz@gnu.org>
1261
1262 * todo-mode.texi: Update @dircategory.
1263 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1264 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1265 @ref.
1266
c85989f5
XF
12672013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1268
998ad848 1269 * sc.texi (Introduction): Fix index.
35e951cd 1270 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
998ad848
XF
1271 (Information Keys and the Info Alist, Reference Headers)
1272 (The Built-in Header Rewrite Functions)
1273 (Electric References, Reply Buffer Initialization)
1274 (Filling Cited Text, Selecting an Attribution)
1275 (Attribution Preferences)
1276 (Anonymous Attributions, Author Names)
1277 (Using Regi, Post-yank Formatting Commands)
1278 (Citing Commands, Insertion Commands)
1279 (Mail Field Commands)
1280 (Hints to MUA Authors, Thanks and History): Change from one space
1281 between sentences to two.
03300a14 1282 (What Supercite Does): Typo fix.
998ad848 1283
98374c9a
XF
1284 * newsticker.texi (Usage): Use @key for RET.
1285
35e951cd 1286 * cl.texi (Argument Lists, For Clauses)
20940c20 1287 (Macros): Add indexes.
c85989f5 1288
57fedd9f
XF
12892013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1290
1291 * cl.texi (Blocks and Exits): Add an index.
1292
016d3f7d
SB
12932013-08-04 Stephen Berman <stephen.berman@gmx.net>
1294
1295 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
35e951cd 1296 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
016d3f7d
SB
1297 (todo-mode.dvi, todo-mode.pdf): New rules.
1298
1299 * todo-mode.texi: New file.
1300
89cccc2f
G
13012013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1302
1303 * gnus.texi (Basic Usage): Mention that warp means jump here.
1304 (The notmuch Engine): Mention notmuch.
1305
a3fd87cb
TH
13062013-07-30 Tassilo Horn <tsdh@gnu.org>
1307
1308 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1309 `gnus-subthread-sort-functions' and remove the obsolete documentation
1310 of `gnus-sort-threads-recursively'.
1311
2fb6d9c6
GM
13122012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1313
1314 * texinfo.tex: Update to 2012-07-29.17 version.
1315
a3fd87cb 13162013-07-29 David Engster <deng@randomsample.de>
18657165
DE
1317
1318 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1319 implementation.
1320 (Introduction): Add further missing features.
1321 (Building Classes): Add introductory paragraph.
1322 (Wish List): Add metaclasses and EQL specialization.
1323
b69c2ea7
MA
13242013-07-29 Michael Albinus <michael.albinus@gmx.de>
1325
122ff675
SM
1326 * tramp.texi (Frequently Asked Questions):
1327 Mention `tramp-use-ssh-controlmaster-options'.
b69c2ea7 1328
13afd560
TH
13292013-07-26 Tassilo Horn <tsdh@gnu.org>
1330
1331 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1332 `gnus-sort-threads-recursively'.
1333
7add5a8a
GM
13342013-07-25 Glenn Morris <rgm@gnu.org>
1335
57cff712
GM
1336 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1337 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1338
7add5a8a
GM
1339 * erc.texi (Special Features): Update contact information.
1340 (History): Avoid using @email.
1341
1342 * eshell.texi (Bugs and ideas): Minor updates.
1343
1344 * faq.texi (Reporting bugs, Origin of the term Emacs)
1345 (Setting up a customization file)
1346 (Using an already running Emacs process, Turning off beeping)
1347 (Packages that do not come with Emacs)
1348 (Replying to the sender of a message): Avoid using @email.
1349
1350 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1351
1352 * reftex.texi (Imprint): Avoid using @email.
1353
1354 * ses.texi (Top): Update bug reporting instructions.
1355 (Acknowledgments): Avoid using @email.
1356
1357 * woman.texi (Introduction, Background): Remove outdated information.
1358 (Bugs, Acknowledgments): Avoid using @email.
1359
3f0faa45
XF
13602013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1361
1362 * ido.texi: New file.
1363
47cc1156
G
13642013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1365
1366 * gnus.texi (Customizing Articles): Document function predicates.
1367
c17b81a7
G
13682013-07-08 Tassilo Horn <tsdh@gnu.org>
1369
1370 * gnus.texi (lines): Correct description of
122ff675
SM
1371 `gnus-registry-track-extra's default value.
1372 Mention `gnus-registry-remove-extra-data'.
c17b81a7 1373
6ed7a66a
G
13742013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1375
1376 * gnus.texi (Group Parameters): Mention regexp
1377 substitutions (bug#11688).
1378
13792013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1380
1381 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1382
13832013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus.texi (Emacsen): Fix version.
1386
1387 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1388
5154917e
GM
13892013-07-06 Glenn Morris <rgm@gnu.org>
1390
1391 * mh-e.texi: Fix external links.
3cab18a3 1392 (Using This Manual): Printed elisp manuals no longer available.
5154917e 1393
9d7a25d6 1394 * newsticker.texi (Overview): Update URL.
583873a9 1395
9d7a25d6
GM
1396 * nxml-mode.texi (Introduction): Update URL.
1397
1398 * org.texi (JavaScript support): Fix URL.
91eea47b 1399
bfd569a4
GM
1400 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1401
6338a049
GM
1402 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1403
97df87bb
GM
1404 * dbus.texi (Introspection): Update URL to a less defunct one.
1405
f2a538a2
GM
1406 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1407 (Foreign Groups): Use @indicateurl for examples.
1408 (Direct Functions): Remove defunct URL.
1409 (RSS): Update URL.
1410
1411 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1412 (FAQ 7-1): Update URL.
1413
f0a77200
GM
1414 * pgg.texi (Top, Overview): Add note about obsolescence.
1415
5aa43a3a
PE
14162013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1417
1418 * texinfo.tex: Merge from gnulib.
1419
a944db14
GM
14202013-07-03 Glenn Morris <rgm@gnu.org>
1421
1422 * bovine.texi (top):
1423 * cc-mode.texi (AWK Mode Font Locking):
1424 * mh-e.texi (Preface):
1425 * url.texi (URI Parsing): Fix cross-references to other manuals.
1426
eaa610c3
KY
14272013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1428
1429 * gnus.texi (Client-Side IMAP Splitting):
1430 Note that `nnimap-inbox' now can be a list.
1431
7eeeb7dd
GM
14322013-06-24 Glenn Morris <rgm@gnu.org>
1433
1434 * eshell.texi: Fix cross-references to other manuals.
1435
2e667b8c
GM
14362013-06-23 Glenn Morris <rgm@gnu.org>
1437
1438 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1439 Remove; not needed now we use a standard html layout for the faq.
1440 (clean): Remove HTML_TARGETS, emacs-faq.text.
1441
c5b0993e
EW
14422013-06-21 Eduard Wiebe <usenet@pusto.de>
1443
1444 * flymake.texi (Parsing the output, Customizable variables):
1445 Add reference to `flymake-warning-predicate'.
1446
d6491e24
MA
14472013-06-19 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * tramp.texi (Top, Configuration): Insert section `Predefined
1450 connection information' in menu.
1451 (Predefined connection information): New section.
1452 (Android shell setup): Make a reference to `Predefined connection
1453 information'.
1454
09af5c3e
GM
14552013-06-19 Glenn Morris <rgm@gnu.org>
1456
1457 * Makefile.in (version): New, set by configure.
1458 (clean): Delete dist tar file.
1459 (infoclean): New, split from maintainer-clean.
1460 (maintainer-clean): Run infoclean.
1461 (dist): New rule, to make tarfile for www.gnu.org.
1462
745b097b
AK
14632013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1464
4f405069 1465 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
745b097b
AK
1466 for keys q and Q.
1467 (Standards): Reference RFC5804 as the defining document of the
1468 managesieve protocol.
1469
fa472906
AG
14702013-06-10 Aidan Gauland <aidalgol@amuri.net>
1471
1472 * eshell.texi (Input/Output): Expand to cover new visual-command
1473 options, eshell-visual-subcommands and eshell-visual-options.
1474 Divide into separate Visual Commands and Redirection sections.
1475
ff4871b9
GM
14762013-06-10 Glenn Morris <rgm@gnu.org>
1477
1478 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1479
cdebc6dd
KY
14802013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1481
1482 * gnus.texi (Article Date):
1483 Fix description of gnus-article-update-date-headers.
1484
962e44a5
XF
14852013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1486
1487 * erc.texi (Special Features): ERC is being maintained within
1488 Emacs now.
1489
5d028165
XF
14902013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1491
998ad848 1492 * flymake.texi: Change from one space between sentences to two.
5d028165 1493
0a6313f7
SM
14942013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1497 (bug#14293).
1498
a7bef505
MA
14992013-04-16 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * tramp.texi (Frequently Asked Questions): Precise, how to define
1502 an own ControlPath.
1503
7a55aa13
MA
15042013-04-15 Michael Albinus <michael.albinus@gmx.de>
1505
1506 * tramp.texi (Frequently Asked Questions): New item for
1507 ControlPath settings.
1508
c81ecb72
JB
15092013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1510
4f405069 1511 * calc.texi (Basic Operations on Units): Streamline some
c81ecb72
JB
1512 descriptions.
1513
73572c72
AG
15142013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1515
78b8f320 1516 * eshell.texi (Built-ins): Update manual to mention tramp module.
73572c72 1517
24afc2e2
MA
15182013-03-18 Michael Albinus <michael.albinus@gmx.de>
1519
1520 * tramp.texi (Filename Syntax): Host names are not allowed to be
1521 any method name, unless method name is specified explicitly.
1522 Remove restriction on unibyte filenames.
1523
1524 * trampver.texi: Update release number.
1525
5294599f
PE
15262013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1527
1528 doc: convert some TeX accents to UTF-8
1529 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1530 '@"{@dotless{i}}'.
1531
d7251c31
MA
15322013-03-15 Michael Albinus <michael.albinus@gmx.de>
1533
1534 Sync with Tramp 2.2.7.
1535
1536 * trampver.texi: Update release number.
1537
f6817529
JB
15382013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1539
1540 * calc.texi (Basic Operations on Units): Streamline some
1541 descriptions.
1542
c3e2de4c
GM
15432013-03-08 Glenn Morris <rgm@gnu.org>
1544
1545 * faq.texi (Top): Don't say this was updated @today.
1546 That's irrelevant and leads to spurious diffs.
1547
6d7ebb72
JB
15482013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1549
c5b0993e
EW
1550 * calc.texi (Basic Operations on Units):
1551 Fix cross-reference.
6d7ebb72 1552
3cd23a35
KY
15532013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1554
1555 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1556
33d1e2f5
AM
15572013-03-06 Alan Mackenzie <acm@muc.de>
1558
1559 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1560 calling a line-up function.
1561
681ebc33
PE
15622013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1563
1564 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1565 * ses.texi: Switch from Latin-1 to UTF-8.
1566
eeb84739
MA
15672013-03-03 Michael Albinus <michael.albinus@gmx.de>
1568
1569 * tramp.texi (External methods): Tramp does not connect Android
1570 devices by itself.
1571
fc0c5af8
BW
15722013-03-02 Bill Wohler <wohler@newt.com>
1573
1574 Release MH-E manual version 8.5.
1575
1576 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1577 release 8.5.
1578
1579 * mh-e.texi (Preface, Conventions, Getting Started)
1580 (Using This Manual, Folder Selection, Viewing, Aliases)
1581 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1582 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1583 Update URLs.
1584
adb7352b
MA
15852013-03-01 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1588 and "plink2" entries. "plink2" is obsolete for a long time.
c5b0993e
EW
1589 (External methods): Remove "scp1" and "scp2" entries.
1590 Explain user name and host name specification for "adb".
adb7352b 1591
538d9b94
MA
15922013-02-28 Michael Albinus <michael.albinus@gmx.de>
1593
1594 * tramp.texi (External methods): Mention `tramp-adb-program'.
1595
8a28a5b8
BG
15962013-02-28 Bastien Guerry <bzg@gnu.org>
1597
1598 * org.texi (Visibility cycling): Suggest to set
1599 `org-agenda-inhibit-startup' to nil if user wants the startup
1600 visibility settings to be honored in any circumstances.
1601 (Progress logging, Checkboxes): Fix typos.
1602
929aeac6 16032013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
1604
1605 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1606 the macros, for Texinfo 4.13 and 5.0.
1607
c0c2eb82
MA
16082013-02-24 Michael Albinus <michael.albinus@gmx.de>
1609
1abfd3e8 1610 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
1611 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1612 (Filename Syntax): Do not use @trampfn{} in @item.
1613 (Filename completion): Use @columnfractions in @multitable.
1614
6800ff8d
GM
16152013-02-22 Glenn Morris <rgm@gnu.org>
1616
1617 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1618
b59a2e9e
PE
16192013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1620
1621 * Makefile.in (html): New rule.
1622
5079cfef
MA
16232013-02-20 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1626 Volpiatto <thierry.volpiatto@gmail.com>.
1627
2150b471
MA
16282013-02-16 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * tramp.texi (Top, Configuration): Insert section `Android shell
1631 setup' in menu.
1632 (Android shell setup): New section.
1633 (Connection types, Default Method)
1634 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1635 (External methods): Remove "scpc" and "rsyncc" entries.
1636 (Frequently Asked Questions): Remove entry about ControlPersist.
1637
4e16ddf4
GM
16382013-02-13 Glenn Morris <rgm@gnu.org>
1639
1640 * message.texi (News Headers): Don't mention yow any more.
1641
5d9c6f17
JB
16422013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1643
35e951cd
JB
1644 * calc.texi (Basic Operations on Units, Customizing Calc):
1645 Mention the variable `calc-allow-units-as-numbers'.
5d9c6f17 1646
dacbc44c
AG
16472013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1648
1649 * eshell.texi: Fill most of the missing sections.
1650
d3517077
BG
16512013-02-07 Bastien Guerry <bzg@gnu.org>
1652
1653 * org.texi (References): Clarify an example.
1654 (Installation): Fix instructions.
1655 (Org-Plot): Fix link.
1656 (Checkboxes, Radio lists): Fix typos.
1657
8c4b24b2 16582013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
1659
1660 * cl.texi (Equality Predicates): Mention memql.
1661
8c4b24b2 16622013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911 1663
cfdaa150 1664 * ede.texi (Creating a project): Make ede-new doc less
cf4dd911
EL
1665 specific, and only about items it supports, indicating that there
1666 might be more. Remove refs to simple project and direct automake
1667 from ede new.
1668 (Simple projects): Re-write to not talk about ede-simple-project
1669 which is deprecated, and instead use the term to mean projects
c5b0993e
EW
1670 that don't do much management, just project wrapping.
1671 Add ede-generic-project link.
cf4dd911
EL
1672 (ede-generic-project): New node (bug#11441).
1673
8c4b24b2 16742013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
1675
1676 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1677
86e100a6
GM
16782013-02-01 Glenn Morris <rgm@gnu.org>
1679
1680 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 1681 Mention etc/CALC-NEWS.
86e100a6 1682
7ff2b2a6
MA
16832013-01-24 Michael Albinus <michael.albinus@gmx.de>
1684
1685 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1686
a89c8ef0
BG
16872013-01-13 Bastien Guerry <bzg@gnu.org>
1688
1689 * org.texi (Installation): Simplify.
1690
16912013-01-13 François Allisson <francois@allisson.co> (tiny change)
1692
1693 * org.texi (Handling links): Update the mention to the obsolete
1694 variable `org-link-to-org-use-id' with a mention to the newer
1695 variable `org-id-link-to-org-use-id'. Mention the need to load
1696 the org-id library.
1697
997d5f2d
MA
16982013-01-10 Michael Albinus <michael.albinus@gmx.de>
1699
1700 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1701
fb9f7146 17022013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
1703
1704 * org.texi (Pushing to MobileOrg): Add footnote about using
1705 symbolic links in `org-directory'.
1706 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1707 of the now obsolete alias `org-float'.
1708 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1709 index. Fix description of TODO keywords cycling.
1710 (Advanced features): Add missing argument for @item.
1711 (Storing searches): Add index entries and a note about
1712 *-tree agenda views.
6d3e4c80
BG
1713 (Structure editing): Document `org-mark-element' and
1714 `org-mark-subtree'.
1715 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 1716
c6a22ce2
JL
17172013-01-08 Juri Linkov <juri@jurta.org>
1718
1719 * info.texi (Go to node): Mention the abbreviated format
1720 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1721
7b08ccf7
AS
17222013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1723
605f02ee
AS
1724 * autotype.texi: Remove undefined command @subtitlefont.
1725 * cc-mode.texi: Likewise.
1726
7b08ccf7
AS
1727 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1728 @item argument.
1729 (Property searches): Use \\ instead of @backslashchar{}.
1730 * pgg.texi (VERSION): Move @set below @setfilename.
1731
db671917
AS
17322013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1733
1734 * ada-mode.texi: Remove braces from @title argument.
1735 * eudc.texi: Likewise.
1736 * smtpmail.texi: Likewise.
1737 * auth.texi (VERSION): Set before first use.
1738 * emacs-gnutls.texi (VERSION): Likewise.
1739 * pgg.texi (VERSION): Likewise.
1740 * ede.texi (Top): Rename from top, all uses changed.
1741 * eshell.texi: Add missing argument to @sp.
1742 * forms.texi (Top): Reorder menu to match structure.
4fa20d8f 1743 * htmlfontify.texi (Customization): Add missing @item in
db671917
AS
1744 @enumerate.
1745 * org.texi (Advanced features): Add missing argument for @item.
1746 (Property searches): Use @backslashchar{} in macro argument.
1747 * pcl-cvs.texi: Add missing argument to @sp.
1748 (Movement commands): Fix use of @itemx.
1749 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1750 * reftex.texi (Options (Creating Citations)): Add missing newline
1751 before @end.
1752 * tramp.texi (Obtaining Tramp): Remove extra dots.
1753 (Configuration): Reorder menu to match structure.
651a2c77 1754 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
1755 * viper.texi (Marking): Add missing argument for @item.
1756
b55349fb
GM
17572013-01-04 Glenn Morris <rgm@gnu.org>
1758
92d59611
GM
1759 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1760 Add htmlfontify.
1761 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1762 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1763 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1764 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1765
b55349fb
GM
1766 * htmlfontify.texi: Miscellaneous fixes and updates.
1767 Set copyright to FSF, update license to GFDL 1.3+.
1768
7fca93e2
VD
17692013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1770
1771 * htmlfontify.texi: New file.
1772
87e65f96
JB
17732013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1774
1775 * calc.texi (Free-Form Dates): Expand on the date reading
1776 algorithm.
1777
82e2a1f0 17782012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 1779
173076b4
GM
1780 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1781 Avoid some overfull lines.
1782
d227e322
GM
1783 * widget.texi (Programming Example): Break some long lines.
1784
2ecfdaa6
GM
1785 * wisent.texi (Wisent Overview): Fix xref.
1786 (Grammar format, Understanding the automaton): Avoid overfill.
1787
fd762011
GM
1788 * bovine.texi (Optional Lambda Expression): Allow line break.
1789
9fbc8f46
GM
1790 * auth.texi (Help for users): Break long lines.
1791
ceccabdb
GM
1792 * ada-mode.texi (Project file variables):
1793 Reword to reduce underfull hbox.
1794 (No project files, Use GNAT project file):
1795 Use smallexample to make some overfull lines less terrible.
1796
88edc57f
GM
1797 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1798 Fix cross-references to separate manuals.
1799
ddc41264
GM
1800 * Makefile.in (gfdl): New variable. Use throughout where
1801 appropriate so that targets depend on doclicense.texi.
1802
45dd6480
LI
18032012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1804
1805 * gnus.texi (Customizing the IMAP Connection): Mention the other
1806 authenticators.
1807
61bbede6
LI
18082012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1809
c5b0993e
EW
1810 * gnus.texi (Browse Foreign Server):
1811 Document `gnus-browse-delete-group'.
61bbede6 1812
ddc41264
GM
18132012-12-22 Glenn Morris <rgm@gnu.org>
1814
563a450c 1815 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
1816 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1817 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1818 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 1819
ddc41264
GM
1820 * Makefile.in (gfdl): New variable. Use throughout where
1821 appropriate so that targets depend on doclicense.texi.
1822
c995b26e
EZ
18232012-12-22 Eli Zaretskii <eliz@gnu.org>
1824
1825 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1826 doclicense.texi. Remove doclicense.texi from all targets that
1827 mentioned it explicitly.
1828 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1829 $(emacsdir)/emacsver.texi.
a170fe53 1830 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 1831
08953d7f
GM
18322012-12-21 Glenn Morris <rgm@gnu.org>
1833
c545e313
GM
1834 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1835 Include emacsver.texi. Nuke hand-written node pointers.
1836 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1837 Depend on emacsver.texi.
1838
0b1af106
GM
1839 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1840 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1841 May as well just include doclicense.texi in everything.
1842
1843 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1844 which @copying says is included.
1845
6bf430d1
GM
1846 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1847 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1848 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1849 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1850 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1851 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1852 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1853 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1854 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1855 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1856 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1857 copies from the FSF, which does not publish these manuals.
1858
08953d7f
GM
1859 * erc.texi: No need to include gpl in this small manual.
1860
257b2c7d
GM
1861 * org.texi (copying): Include a copy of the GFDL.
1862 (GNU Free Documentation License): New section.
1863
a4b0cca1 18642012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
1865
1866 * org.texi: Fix typos.
1867
d2435ab9
PE
18682012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1869
1870 * calc.texi (ISO 8601): Rename from ISO-8601,
1871 as it's typically spelled without a hyphen.
1872
b9d8175e
JB
18732012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1874
1875 * calc.texi (ISO-8601): New section.
1876 (Date Formatting Codes): Mention new codes.
1877 (Standard Date Formats): Mention new formats.
1878
f0bc0bf1
MA
18792012-12-14 Michael Albinus <michael.albinus@gmx.de>
1880
1881 * tramp.texi (External methods): Move `adb' method here.
1882
98c94021
GM
18832012-12-13 Glenn Morris <rgm@gnu.org>
1884
ba30c70f
GM
1885 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1886
bfe6ffb6
GM
1887 * wisent.texi: Small edits. Set copyright to FSF, update license to
1888 GFDL 1.3+.
1889 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1890 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1891 New targets.
1892 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1893 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1894
98c94021
GM
1895 * bovine.texi: Small edits. Set copyright to FSF, update license to
1896 GFDL 1.3+, remove empty index.
1897 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1898 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1899 New targets.
1900 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1901 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1902
cfa49c1e
EL
19032012-12-13 Eric Ludlam <zappo@gnu.org>
1904 David Ponce <david@dponce.com>
1905 Richard Kim <emacs18@gmail.com>
1906
9e7abd17 1907 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 1908
727f9739 19092012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 1910
9b97b143
GM
1911 * flymake.texi (Customizable variables, Locating the buildfile):
1912 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1913
4c2dd4ee
GM
1914 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1915 GFDL 1.3+ license, fix up index.
1916 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1917 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1918 (srecode.pdf): New targets.
1919 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1920 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1921
727f9739 19222012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
1923
1924 * srecode.texi: New file, imported from CEDET trunk.
1925
727f9739 19262012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
1927
1928 * org.texi (Summary, Code block specific header arguments)
1929 (Code block specific header arguments)
1930 (Header arguments in function calls, var, noweb)
727f9739
GM
1931 (Results of evaluation, Code evaluation security):
1932 Small reformatting: add a blank line before some example.
63aa0982
BG
1933
1934 * org.texi (System-wide header arguments)
1935 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
1936 (Dynamic blocks, Using the mapping API):
1937 Fix indentation of Elisp code examples.
63aa0982
BG
1938
1939 * org.texi (Comment lines): Fix description of the comment syntax.
1940
727f9739
GM
1941 * org.texi (Installation): Mention "make test" in the correct section.
1942
4288142b
PE
19432012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1944
1945 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1946 These are just minor editorial changes.
1947
61b835df
MA
19482012-12-04 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * tramp.texi (History): Mention ADB.
1951 (Inline methods): Add `adb' method.
1952
c5bc2d1d 19532012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
1954
1955 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1956 (External methods): Fix typo.
1957
c5bc2d1d 19582012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
1959
1960 * rcirc.texi (Notices): Fix typo.
1961
d0457b57
BW
19622012-11-25 Bill Wohler <wohler@newt.com>
1963
1964 Release MH-E manual version 8.4.
1965
4f405069 1966 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
d0457b57
BW
1967 Update for release 8.4.
1968
551aaa66
BW
1969 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1970 (Junk): Add mh-whitelist-preserves-sequences-flag,
1971 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1972 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1973
61d841dd
PE
19742012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1975
1976 * mh-e.texi (Procmail): Fix two @ typos.
1977
c07a6ded
PE
19782012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1979
1980 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1981 These are just minor editorial changes.
1982
678a34f4
JB
19832012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1984
1985 * calc.texi (Date Formatting Codes): Mention the new beginning of
1986 the date numbering system.
1987
0e70ce93
PE
19882012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1989
1990 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1991 (Date Forms): Correct off-by-one error in explanation of
1992 Julian day numbers. Give Gregorian equivalent of its origin.
1993
723da6aa
JB
19942012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1995
cfdaa150 1996 * calc.texi (Date Forms): Mention the customizable
723da6aa
JB
1997 Gregorian-Julian switch.
1998 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1999
310e60d9
PE
20002012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2001
6f6b82d6
PE
2002 Calc now uses the Gregorian calendar for all dates (Bug#12633).
2003 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
2004 * calc.texi (Date Forms): Document this.
2005
e8693c96
GM
20062012-11-16 Glenn Morris <rgm@gnu.org>
2007
2008 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
2009 (Obsolete Macros): Move example here from Function Bindings.
2010
5c934f8b
GM
2011 * erc.texi: Use @code{nil} rather than just "nil".
2012 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 2013 Add "notifications".
f925b109 2014 (Connecting): Add brief section on passwords.
274f5de6 2015 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 2016
f78ee6af 20172012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
2018
2019 * flymake.texi (Customizable variables)
2020 (Highlighting erroneous lines): Mention flymake-error-bitmap,
2021 flymake-warning-bitmap, and flymake-fringe-indicator-position.
2022
1796ef98
VB
20232012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2024
2025 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
2026 In all file place SES into @acronym{...}.
2027 (Advanced Features): Add key index and function index for
4f405069
JB
2028 ses-set-header-row. Add description for function
2029 ses-rename-cell. Add description for function
1796ef98
VB
2030 ses-repair-cell-reference-all.
2031 (Ranges in formulas): Add description for ses-range flags.
2032
31f47fba
PE
20332012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2034
2035 * texinfo.tex: Merge from gnulib.
2036
6baf66d5 20372012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
2038
2039 * url.texi (Introduction): Move url-configuration-directory to
2040 Customization node.
2041 (Parsed URIs): Split into its own node.
2042 (URI Encoding): New node.
2043 (Defining New URLs): Remove empty chapter.
2044 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
2045 Improve docs for url-queue-*.
2046 (Supported URL Types): Copyedits. Delete empty subnodes.
2047
c5b0993e
EW
2048 * url.texi (Introduction): Rename from Getting Started.
2049 Rewrite the introduction.
82f84fa3
CY
2050 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
2051
6baf66d5 20522012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
2053
2054 * cl.texi (Obsolete Setf Customization):
2055 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
2056 Give define-modify-macro, defsetf, and define-setf-method
2057 gv.el replacements.
2ee1d59f 2058
2027b1b3 2059 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 2060 (Setf Extensions): Remove obsolete reference.
2027b1b3 2061 (Obsolete Setf Customization):
651af8c6 2062 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 2063 Undocument get-setf-method, since it no longer exists.
a358a44e 2064 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 2065
c65b407b
GM
20662012-11-03 Glenn Morris <rgm@gnu.org>
2067
2068 * cl.texi: Further general copyedits.
685b0026
GM
2069 (List Functions): Remove copy-tree, standard elisp for some time.
2070 (Efficiency Concerns): Comment out examples that no longer apply.
2071 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
2072 (Creating Symbols, Random Numbers): De-emphasize internal
2073 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
2074 (Naming Conventions, Type Predicates, Macros)
2075 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 2076
a71e2379
G
20772012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2078
2079 * gnus.texi (Mail Source Specifiers):
2080 Document :leave keyword used for pop mail source.
2081
df43dd53
GM
20822012-11-01 Glenn Morris <rgm@gnu.org>
2083
2084 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
2085 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2086 (Macro Bindings, Blocks and Exits):
2087 Acknowledge existence of lexical-binding.
2088 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 2089
69c1c2e6
GM
20902012-10-31 Glenn Morris <rgm@gnu.org>
2091
dd90fd1a
GM
2092 * ert.texi (Introduction, The @code{should} Macro):
2093 Refer to "cl-assert" rather than "assert".
2094
69c1c2e6
GM
2095 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2096 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2097 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2098 Reword, and add details of flet and labels.
87b0d8b1 2099 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 2100
4ddedf94
GM
21012012-10-30 Glenn Morris <rgm@gnu.org>
2102
2103 * cl.texi (Modify Macros): Update for cl-letf changes.
2104 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
2105 (Setf Extensions): Partially restore note about cl-getf,
2106 mainly moved to lispref/variables.texi.
2107 (Property Lists): Fix cl-getf typos.
f43a5263 2108 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 2109
d3094168
GM
21102012-10-29 Glenn Morris <rgm@gnu.org>
2111
2112 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 2113 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 2114 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
2115 (Modify Macros, Multiple Values, Other Clauses):
2116 Remove mentions of obsolete features.
6a07d52e 2117 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 2118
3c0c6155
GM
21192012-10-28 Glenn Morris <rgm@gnu.org>
2120
f94b04fc
GM
2121 * cl.texi (Multiple Values, Common Lisp Compatibility):
2122 More namespace updates.
2123 (Obsolete Features): Copyedits.
2124 (Obsolete Lexical Macros, Obsolete Setf Customization):
2125 New subsections.
2126
9c52d61d
GM
2127 * cl.texi (Porting Common Lisp, Lexical Bindings):
2128 Add some xrefs to the Elisp manual.
2129
3c0c6155
GM
2130 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2131 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2132 (Obsolete Features): New appendix. Move Lexical Bindings here.
2133
5887564d
GM
21342012-10-27 Glenn Morris <rgm@gnu.org>
2135
e1117425
GM
2136 * cl.texi: Use defmac for macros rather than defspec.
2137 (Efficiency Concerns): Related copyedit.
2138
5887564d
GM
2139 * cl.texi (Control Structure): Update for setf now being in core.
2140 (Setf Extensions): Rename from Basic Setf. Move much of the
2141 former content to lispref/variables.texi.
2142 (Modify Macros): Move pop, push details to lispref/variables.texi.
2143 (Customizing Setf): Copyedits for setf etc being in core.
2144 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2145 Further namespaces updates.
2146
bdebdb64
BG
21472012-10-26 Bastien Guerry <bzg@gnu.org>
2148
c5b0993e
EW
2149 * org.texi (Installation): Update the link to Org's ELPA.
2150 Also don't mention org-install.el anymore as the replacement file
bdebdb64
BG
2151 org-loaddefs.el is now loaded by org.el.
2152
f956e59d
MA
21532012-10-25 Michael Albinus <michael.albinus@gmx.de>
2154
c5b0993e
EW
2155 * tramp.texi (Frequently Asked Questions):
2156 Mention `tramp-completion-reread-directory-timeout' for performance
f956e59d
MA
2157 improvement.
2158
a05cb6e3
GM
21592012-10-25 Glenn Morris <rgm@gnu.org>
2160
2161 * cl.texi: Don't mess with the TeX section number counter.
2162 Use Texinfo recommended convention for quotes+punctuation.
2163 (Overview, Sequence Functions): Rephrase for better line-breaking.
2164 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2165 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2166 (Random Numbers, Mapping over Sequences, Structures)
2167 (Porting Common Lisp): Further updates for cl-lib namespace.
2168 (Modify Macros, Declarations, Macro Bindings, Structures):
2169 Break long lines in examples.
2170 (Dynamic Bindings): Update for changed progv behavior.
2171 (Loop Examples, Efficiency Concerns): Markup fixes.
2172 (Structures): Remove TeX margin change.
39ff2cf3 2173 (Declarations): Fix typos.
a05cb6e3 2174
39a58b5b
GM
21752012-10-24 Glenn Morris <rgm@gnu.org>
2176
a6880551
GM
2177 * cl.texi (Overview, Multiple Values, Creating Symbols)
2178 (Numerical Functions): Say less/nothing about the original cl.el.
2179 (Old CL Compatibility): Remove.
2180 (Assertions): Remove ignore-errors (standard Elisp for some time).
2181
39a58b5b
GM
2182 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2183 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2184 (Efficiency Concerns, Efficiency Concerns)
2185 (Common Lisp Compatibility, Old CL Compatibility):
2186 Further updates for cl-lib namespace.
2187
72ec96fb
PE
21882012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2189
2190 Update manual for new time stamp format (Bug#12706).
2191 * emacs-mime.texi (time-date): Update for new format.
2192 Also, fix bogus time stamp and modernize a bit.
2193
8d6510b9
GM
21942012-10-23 Glenn Morris <rgm@gnu.org>
2195
2196 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2197 than unchanging cl.el version number.
2198 End all menu descriptions with a period.
2199 Do not use @dfn{CL} for every instance of "CL".
2200 (Overview): Remove no-runtime caveat, and note about foo* names.
2201 (Usage): Use cl-lib rather than cl.
2202 (Organization, Naming Conventions): Update for cl-lib.el.
2203 (Installation): Remove long-irrelevant node.
2204 (Program Structure, Predicates, Control Structure):
2205 Start updating for cl-lib namespace.
8d6510b9
GM
2206 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2207 Depend on emacsver.texi.
2208
0a078f36
MA
22092012-10-09 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * trampver.texi: Update release number.
2212
a03bb33f
GM
22132012-10-06 Glenn Morris <rgm@gnu.org>
2214
24636b26
GM
2215 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2216 ERC version.
2217 (Introduction): ERC is distributed with Emacs.
2218 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2219 (Getting Started): Simplify.
2220 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2221 (History): Mention ERC maintained as part of Emacs now.
2222 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2223 Add dependency on emacsver.texi.
2224
a03bb33f
GM
2225 * erc.texi: Remove hand-written node pointers.
2226
d259be38
GM
22272012-10-05 Glenn Morris <rgm@gnu.org>
2228
2229 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2230 Copyedits.
2231
62a81506
CY
22322012-10-01 Eric Ludlam <zappo@gnu.org>
2233
2234 * ede.texi (Quick Start, Project Local Variables)
2235 (Miscellaneous commands, ede-java-root, Development Overview)
2236 (Detecting a Project): New nodes.
2237 (Simple projects): Node deleted.
2238
2239 * eieio.texi (Building Classes): Some slot attributes cannot be
2240 overridden.
2241 (Slot Options): Remove an example.
2242 (Method Invocation, Documentation): New nodes.
2243
07f133bf
GM
22442012-10-01 Glenn Morris <rgm@gnu.org>
2245
2246 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2247 (reftex.pdf): Add dependency on emacsver.texi.
2248 * reftex.texi: Don't include directory part for emacsver.texi;
2249 the Makefile's -I handles it.
2250
4f595e15
RA
22512012-09-30 Ralf Angeli <angeli@caeruleus.net>
2252
2253 Merge from standalone RefTeX repository.
2254
2255 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2256 with macros.
2257 (Imprint): Mention Wolfgang in list of contributors.
2258 (Creating Citations): Give a hint about how to
2259 auto-revert the BibTeX database file when using external editors.
2260 (Referencing Labels): Simplify section about reference macro
2261 cycling.
2262 (Options (Referencing Labels)): Adapt to new structure of
2263 `reftex-ref-style-alist'.
2264 (Referencing Labels, Reference Styles): Document changes in the
2265 referencing functionality.
2266 (Commands): Mention options for definition of header and footer in
2267 BibTeX files.
2268 (Options (Creating Citations)): Document
2269 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2270 (Reference Styles): New section.
2271 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2272 (Options (Referencing Labels)): Remove descriptions of deprecated
2273 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2274 Add descriptions for `reftex-ref-style-alist' and
2275 `reftex-ref-style-default-list'.
2276 (Referencing Labels): Update regarding reference styles.
2277 (Citation Styles): Mention support for ConTeXt.
2278 (Options (Defining Label Environments)): Fix typo.
c5b0993e
EW
2279 (Options (Creating Citations)):
2280 Document `reftex-cite-key-separator'.
4f595e15 2281
8223b1d2
BG
22822012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2283
2284 * org.texi: Add description of ORG_ADD_CONTRIB to info
2285 documentation. Add link to Worg for more details.
2286
2287 * org.texi: Clarify installation procedure. Provide link to the
2288 build system description on Worg.
2289
2290 * org.texi: Remove reference to utils/, x11idle.c is now in
2291 contrib/scripts.
2292
2293 * org.texi: Re-normalize to "Org mode" in manual.
2294
2295 * org.texi (Installation): Adapt documentation to new build
2296 system. Mention GNU ELPA (since it needs to be handled like Emacs
2297 built-in Org).
2298
8223b1d2
BG
22992012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2300
2301 * org.texi: Fix typo in description of the 'Hooks' section.
2302
2303 * org.texi: Add ID to the list of special properties.
2304
23052012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2306
2307 * org.texi (Moving subtrees): Document the ability to archive to a
2308 datetree.
2309
1e20eeb7 23102012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2 2311
c5b0993e
EW
2312 * org.texi (Installation, Feedback, Batch execution):
2313 Use (add-to-list 'load-path ... t) for the contrib dir.
8223b1d2
BG
2314
2315 * org.texi (results): Update documentation for ":results drawer"
2316 and ":results org".
2317
2318 * org.texi (Column width and alignment): Fix typo.
2319
2320 * org.texi (Activation): Point to the "Conflicts" section.
2321
2322 * org.texi (Conflicts): Mention filladapt.el in the list of
2323 conflicting packages.
2324
2325 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2326 not needed for versions of Emacs > 22.1.
2327
2328 * org.texi (History and Acknowledgments): Fix typo.
2329
2330 * org.texi (History and Acknowledgments): Add my own
2331 acknowledgments.
2332
2333 * org.texi (Agenda commands): Document the new command and the new
2334 option.
2335
2336 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2337 (Agenda commands): Reorder. Document `*' to toggle persistent
2338 marks.
2339
c5b0993e
EW
2340 * org.texi (Agenda dispatcher):
2341 Mention `org-toggle-agenda-sticky'.
8223b1d2
BG
2342 (Agenda commands, Exporting Agenda Views): Fix typo.
2343
2344 * org.texi (Templates in contexts, Setting Options): Update to
2345 reflect changes in how contexts options are processed.
2346
2347 * org.texi (Templates in contexts): Document the new structure of
2348 the variables `org-agenda-custom-commands-contexts' and
2349 `org-capture-templates-contexts'.
2350
2351 * org.texi (Templates in contexts): Document the new option
2352 `org-capture-templates-contexts'.
2353 (Storing searches): Document the new option
2354 `org-agenda-custom-commands-contexts'.
2355
2356 * org.texi (Formula syntax for Lisp): Reformat.
2357
2358 * org.texi (Special properties, Column attributes)
2359 (Agenda column view): Document the new special property
2360 CLOCKSUM_T.
2361
2362 * org.texi (Template expansion): Document the new %l template.
2363
2364 * org.texi (Fast access to TODO states): Fix documentation about
2365 allowed characters for fast todo selection.
2366
2367 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2368 use in `org-agenda-to-appt'.
2369
2370 * org.texi (Comment lines): Update wrt comments.
2371
2372 * org.texi (Resolving idle time): Document new keybinding.
2373
2374 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2375 on clock timestamps.
2376
d1389828 2377 * org.texi (Fast access to TODO states): Explicitly says only
8223b1d2
BG
2378 letters are supported as fast TODO selection keys.
2379
2380 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2381 specifier. Document the new "%(my-function)" specifier.
2382
2383 * org.texi (Clocking commands): New cindex.
2384 (Clocking commands): Update documentation for `org-clock-in'.
2385 Document `org-clock-in-last'. Mention `org-clock-out' and
2386 `org-clock-in-last' as commands that can be globally bound.
2387 (Resolving idle time): Document continuous clocking.
2388
2389 * org.texi (Top, Introduction): Fix formatting.
2390 (Activation): Add index entries.
2391 (Conventions): Update section.
2392 (Embedded @LaTeX{}): Fix formatting.
2393
2394 * org.texi (Visibility cycling): Document `show-children'.
2395
2396 * org.texi (Using capture): Mention the `org-capture-last-stored'
2397 bookmark as a way to jump to the last stored capture.
2398
2399 * org.texi (Uploading files): Fix typo.
2400
2401 * org.texi (Using capture): Document `C-0' as a prefix argument
2402 for `org-capture'.
2403
2404 * org.texi (Agenda commands): Document persistent marks.
2405
2406 * org.texi (Template expansion): Update doc to reflect change.
2407
2408 * org.texi (Radio tables): Document the :no-escape parameter.
2409
2410 * org.texi (Repeated tasks): Document repeat cookies for years,
2411 months, weeks, days and hours.
2412
2413 * org.texi (Export options): State that you can use the d: option
2414 by specifying a list of drawers.
2415
2416 * org.texi (HTML preamble and postamble): Small doc improvement.
2417
24182012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2419
2420 * org.texi: The sections in the Exporting section of the manual
2421 left out articles in the description of the org-export-as-*
4f405069 2422 commands, among other places. This patch adds them, adds a few
8223b1d2
BG
2423 missing prepositions, and switches instances of "an HTML" to "a
2424 html" for internal consistency.
2425
2426 * org.texi: Alter several examples of headings with timestamps in
2427 them to include the timestamps in the body instead of the heading.
2428
24292012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2430
2431 * org.texi (Agenda dispatcher): Document sticky agenda views and
2432 the new key for them.
2433
24342012-09-30 Charles <millarc@verizon.net> (tiny change)
2435
2436 * org.texi (Advanced features): Fix error in table.
2437
24382012-09-30 Feng Shu <tumashu@gmail.com>
2439
2440 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2441 alternative to dvipng.
2442
24432012-09-30 François Allisson <francois@allisson.co> (tiny change)
2444
2445 * org.texi: Remove extra curly bracket.
2446
24472012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2448
2449 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2450 defkeys.
2451
24522012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2453
2454 * org.texi (Agenda commands): Fix two typos by giving
2455 corresponding function names, according to
2456 `org-agenda-view-mode-dispatch'.
2457
a04689de 24582012-09-30 Jan Böcker <jan.boecker@jboecker.de>
8223b1d2
BG
2459
2460 * org.texi (The spreadsheet): Fix typo.
2461
24622012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2463
2464 * org.texi (Tracking your habits): Point to the "Tracking TODO
2465 state changes" section.
2466
24672012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2468
2469 * org.texi (Literal examples): Remove reference to unknown
4f405069 2470 `org-export-latex-minted' variable. Also simplify footnote since
8223b1d2
BG
2471 `org-export-latex-listings' documentation is exhaustive already.
2472
2473 * org.texi (Plain lists): Remove reference to now hard-coded
2474 `bullet' automatic rule.
2475
24762012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2477
2478 * org.texi: Updated documentation accordingly.
2479
5087f097
PE
24802012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2481
2482 * texinfo.tex: Merge from gnulib.
2483
20121a26
MA
24842012-09-12 Michael Albinus <michael.albinus@gmx.de>
2485
2486 Sync with Tramp 2.2.6.
2487
2488 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2489
2490 * trampver.texi: Update release number.
2491
44677e30
PE
24922012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2493
2494 * texinfo.tex: Merge from gnulib.
2495
5a4c42ba
AA
24962012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2497
2498 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2499 (bug#12096).
2500
8e7046c3
JB
25012012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2502
1dcac243
JB
2503 * calc.texi (Simplification modes, Conversions)
2504 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
2505 (The Calc Mode Line): Mention the mode line display for Basic
2506 simplification mode.
2507 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2508 simplifications.
2509 (Basic Simplifications): Rename from "Limited Simplifications"
2510 Replace "limited" by "basic" throughout.
4f405069 2511 (Algebraic Simplifications): Indicate that the algebraic
8e7046c3 2512 simplifications are done by default.
4f405069 2513 (Unsafe Simplifications): Mention `m E'.
8e7046c3
JB
2514 (Simplification of Units): Mention `m U'.
2515 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
c5b0993e
EW
2516 (Kinds of Declarations, Functions for Declarations):
2517 Mention "algebraic simplifications" instead of `a s'.
1dcac243 2518 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 2519
d2bd74ff
JB
25202012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2521
2522 * calc.texi (Getting Started, Tutorial): Change simulated
2523 Calc output to match actual output.
2524 (Simplifying Formulas): Mention that algebraic simplification is now
2525 the default.
2526
77472261
EZ
25272012-07-28 Eli Zaretskii <eliz@gnu.org>
2528
2529 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2530 (Bug#12073)
2531
09ae5da1
PE
25322012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2533
2534 Prefer typical American spelling for "acknowledgment".
2535 * calc.texi (History and Acknowledgments): Rename from
2536 History and Acknowledgements.
2537 * idlwave.texi (Acknowledgments):
2538 * ses.texi (Acknowledgments):
2539 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2540
c4444d16
PE
25412012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2542
2543 Rename configure.in to configure.ac (Bug#11603).
2544 * ede.texi (Compiler and Linker objects, ede-proj-project)
2545 (ede-step-project): Prefer the name configure.ac to configure.in.
2546
ef091c97
MA
25472012-07-06 Michael Albinus <michael.albinus@gmx.de>
2548
c5b0993e
EW
2549 * tramp.texi (Multi-hops):
2550 Introduce `tramp-restricted-shell-hosts-alist'.
ef091c97 2551
89b163db
G
25522012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2553
2554 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2555 methods, so don't mention smtpmail here.
2556
25572012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2558
2559 * gnus.texi (Picons): Document gnus-picon-properties.
2560
25612012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2562
2563 * gnus.texi: Remove mention of compilation, as that's no longer
2564 supported.
2565
25662012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2567
2568 * gnus.texi (Archived Messages): Mention
2569 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2570
25712012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2572
2573 * gnus.texi (Various Summary Stuff):
2574 Remove mention of `gnus-propagate-marks'.
2575
25762012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2577
2578 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2579 which no longer exist.
2580
25812012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2582
2583 * gnus.texi (Archived Messages):
2584 Document gnus-gcc-self-resent-messages.
2585
25862012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2587
2588 * message.texi (Mail Variables):
2589 Mention the optional user parameter for X-Message-SMTP-Method.
2590
25912012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2592
2593 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2594
2595 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2596
25972012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2598
2599 * gnus.texi (Key Index): Change encoding to utf-8.
2600
ac1a0ce1 26012012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
2602
2603 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2604
71cca84d
G
26052012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2606
2607 * gnus.texi (Group Timestamp): Mention where to find documentation for
2608 the `gnus-tmp-' variables (bug#11601).
2609
888a7fc0
MA
26102012-06-11 Michael Albinus <michael.albinus@gmx.de>
2611
2612 Sync with Tramp 2.2.6-pre.
2613
2614 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2615 where appropriate.
2616 (Ad-hoc multi-hops): New section.
2617 (Remote processes): New subsection "Running remote processes on
2618 Windows hosts".
2619 (History): Add remote commands on Windows, and ad-hoc multi-hop
2620 methods.
2621 (External methods): "ControlPersist" must be set to "no" for the
2622 `scpc' method.
2623 (Remote processes): Add a note about `auto-revert-tail-mode'.
2624 (Frequently Asked Questions): Use "scpx" in combination with
2625 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2626
2627 * trampver.texi: Update release number.
2628
31ca4639 26292012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
2630
2631 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2632 compilation for html-mono.
2633
0e8bbf66
PE
26342012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2635
2636 * texinfo.tex: Merge from gnulib.
2637
b8f061b3
KY
26382012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2639
2640 * Makefile.in (echo-info): Don't try to install info files named
2641 just ".info".
2642
16af873e
GM
26432012-05-28 Glenn Morris <rgm@gnu.org>
2644
c1dabff0
GM
2645 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2646
16af873e
GM
2647 * sc.texi: Nuke hand-written node pointers.
2648 Fix top-level menu to match actual node order.
2649
1d5b82ef
GM
26502012-05-27 Glenn Morris <rgm@gnu.org>
2651
2652 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2653 Some associated fixes, including not messing with chapno in cl.texi.
2654
33017faf 26552012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
2656
2657 * org.texi (Durations and time values): Fix typo.
2658
2fb6d9c6
GM
26592012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2660
2661 * texinfo.tex: Update from gnulib.
2662
d14b0029
JB
26632012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2664
cfdaa150 2665 * calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
2666 Mention `calc-ensure-consistent-units'.
2667
2f4cadd1 26682012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 2669
9879e263
AS
2670 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2671 reference commands. (Bug#11461)
2672
78e91d08
AS
2673 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2674
3fe7cdc8
GM
26752012-05-12 Glenn Morris <rgm@gnu.org>
2676
9598ef0b
GM
2677 * Makefile.in (mostlyclean): Add more TeX intermediates.
2678
7d326a29
GM
2679 * Makefile.in: Make it look more like the other doc Makefiles.
2680 Use explicit $srcdir in all dependencies.
2681 Remove cd $srcdir from rules.
2682 (VPATH): Remove.
2683 (infodir): Set to an absolute path.
2684 (INFO_TARGETS): Use short names.
2685 (mkinfodir): infodir is now absolute.
2686 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2687
c7f95930 2688 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 2689 (.SUFFIXES): Disable implicit rules.
c7f95930 2690
3fe7cdc8
GM
2691 * Makefile.in (MKDIR_P): New, set by configure.
2692 (mkinfodir): Use $MKDIR_P.
2693
6f0652af
GM
26942012-05-07 Glenn Morris <rgm@gnu.org>
2695
2696 * forms.texi (Long Example): Update for changed location of files.
2697
8045b906
GM
26982012-05-04 Glenn Morris <rgm@gnu.org>
2699
2700 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2701 (INFO_TARGETS): Use $INFO_EXT.
2702 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2703 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2704 (INFO_TARGETS): Use $INFO_EXT.
2705 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2706
9e7a4bcf
GM
27072012-05-02 Glenn Morris <rgm@gnu.org>
2708
9aa071df
GM
2709 * Makefile.in (echo-info): New phony target, used by top-level.
2710
9e7a4bcf
GM
2711 * viper.texi: Make direntry shorter (also it is no longer "newest").
2712
2713 * emacs-gnutls.texi, ert.texi, org.texi:
2714 Fix dircategory, direntry to match info/dir.
2715
31cc861c
GM
2716 * faq.texi: Convert @inforefs to @xrefs.
2717 Fix some malformed cross-references.
f9e320bb
GM
2718 (File-name conventions): Shorten section name to avoid overfull line.
2719 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 2720
723ea6b5
TZ
27212012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2722
2723 * auth.texi (Help for users): Update for .gpg file being second.
2724
a8e7d6d7 27252012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
2726
2727 * org.texi (Agenda commands): Fix two typos: give corresponding
2728 function names, according to `org-agenda-view-mode-dispatch'.
2729
a8e7d6d7 27302012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
2731
2732 * faq.texi (Major packages and programs): Remove section.
2733 There is no point listing 6 packages (cf etc/MORE.STUFF).
2734 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 2735
dcbf5805
MA
27362012-04-22 Michael Albinus <michael.albinus@gmx.de>
2737
2738 * dbus.texi (Version): New node.
2739 (Properties and Annotations): Mention the object manager
2740 interface. Describe dbus-get-all-managed-objects.
2741 (Type Conversion): Floating point numbers are allowed, if an
2742 anteger does not fit Emacs's integer range.
2743 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2744 (Asynchronous Methods): Fix description of
2745 dbus-call-method-asynchronously.
c5b0993e
EW
2746 (Receiving Method Calls): Fix some minor errors.
2747 Add dbus-interface-emacs.
dcbf5805
MA
2748 (Signals): Describe unicast signals and the new match rules.
2749 (Alternative Buses): Add the PRIVATE optional argument to
2750 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2751
adee4030
GM
27522012-04-20 Glenn Morris <rgm@gnu.org>
2753
2754 * faq.texi (New in Emacs 24): New section.
2755 (Packages that do not come with Emacs): Mention M-x list-packages.
2756
35dc09a1 27572012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
2758
2759 * cc-mode.texi (c-offsets-alist): Correct a typo.
2760
35dc09a1 27612012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
2762
2763 * org.texi (Deadlines and scheduling): Fix the example: the
2764 DEADLINE item should come right after the headline. We enforce
2765 this convention, so it is a bug not to illustrate it correctly in
2766 the manual.
2767
35dc09a1 27682012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
2769
2770 * org.texi (Agenda commands): Fix documentation bug by swapping
2771 the equivalent keybindings to `org-agenda-next-line' with the ones
2772 to `org-agenda-previous-line'.
2773
35dc09a1 27742012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
2775
2776 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2777
e2560ea8
EZ
27782012-04-09 Eli Zaretskii <eliz@gnu.org>
2779
c5b0993e
EW
2780 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2781 Add emacs-gnutls.
e2560ea8
EZ
2782 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2783
6b4f4a2d
TZ
27842012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2785
250b840e 2786 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
2787
2788 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2789
ca2c89b6
TZ
27902012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2791
2792 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 2793 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 2794
aebd5f1a
GM
27952012-04-04 Glenn Morris <rgm@gnu.org>
2796
2797 * auth.texi (Secret Service API): Copyedits.
2798 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
2799 (Help for users, Help for developers)
2800 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 2801
0317dd51
MA
28022012-04-04 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * auth.texi (Secret Service API): Add the missing text.
2805
3d439cd1
CY
28062012-04-04 Chong Yidong <cyd@gnu.org>
2807
2808 * message.texi (Using PGP/MIME): Note that epg is now the default.
2809
2810 * gnus.texi: Reduce references to obsolete pgg library.
2811 (Security): Note that epg is now the default.
2812
2813 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2814
2815 * nxml-mode.texi (Completion): C-RET is no longer bound to
2816 nxml-complete.
2817
153ae947
BG
28182012-04-01 Jambunathan K <kjambunathan@gmail.com>
2819
2820 * org.texi (Customizing tables in ODT export): Correct few errors.
2821
28222012-04-01 Jambunathan K <kjambunathan@gmail.com>
2823
2824 * org.texi (Links in ODT export): Update.
2825 (Labels and captions in ODT export): New node.
2826
28272012-04-01 Jambunathan K <kjambunathan@gmail.com>
2828
2829 * org.texi (Literal examples in ODT export): htmlfontify.el in
2830 Emacs-24.1 now supports fontification. So ODT source blocks will
2831 be fontified by default.
2832
28332012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2834
2835 * org.texi (Refiling notes): Remove duplicated keybinding.
2836
28372012-04-01 Eric Schulte <eric.schulte@gmx.com>
2838
2839 * org.texi (noweb): Documentation of this new option to the :noweb
2840 header argument.
2841
28422012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2843
2844 * org.texi (Header and sectioning): Add example demonstrating how
2845 to use "LaTeX_CLASS_OPTIONS".
2846
28472012-04-01 Eric Schulte <eric.schulte@gmx.com>
2848
2849 * org.texi (Noweb reference syntax): Describe the ability to
2850 execute noweb references in the manual.
2851
28522012-04-01 Eric Schulte <eric.schulte@gmx.com>
2853
2854 * org.texi (cache): Improve cache documentation when session
2855 evaluation is used.
2856
28572012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2858
2859 * org.texi (Plain lists): Document removal.
2860
28612012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2862
2863 * org.texi: Decapitalize file name in references to Calc manual.
2864
28652012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2866
2867 * org.texi (Plain lists): Document removal.
2868
28692012-04-01 Jambunathan K <kjambunathan@gmail.com>
2870
2871 * org.texi (Top, OpenDocument Text export)
2872 (ODT export commands, Extending ODT export)
2873 (Images in ODT export, Tables in ODT export)
2874 (Configuring a document converter): Add or Update.
2875
28762012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2877
2878 * org.texi (MobileOrg): Change the wording to reflect that the
2879 Android Version is no longer just the little brother of the iOS
2880 version.
2881
28822012-04-01 Eric Schulte <eric.schulte@gmx.com>
2883
c5b0993e 2884 * org.texi (Key bindings and useful functions): Update babel key
153ae947
BG
2885 binding documentation in manual.
2886
28872012-04-01 Eric Schulte <eric.schulte@gmx.com>
2888
2889 * org.texi (noweb): Document new noweb header value.
2890
28912012-04-01 Eric Schulte <eric.schulte@gmx.com>
2892
2893 * org.texi (noweb-sep): Document new header argument.
2894
28952012-04-01 Eric Schulte <eric.schulte@gmx.com>
2896
2897 * org.texi (noweb-ref): Documentation of this new custom variable.
2898
28992012-04-01 Eric Schulte <eric.schulte@gmx.com>
2900
2901 * org.texi (wrap): Update the new :wrap documentation to match the
2902 current implementation.
2903
29042012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2905
2906 * org.texi: Added documentation for :wrap.
2907
29082012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2909
2910 * org.texi: #+RESULTS now user-configurable.
2911
29122012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2913
2914 * org.texi: Documented :noweb no-export.
2915
29162012-04-01 Thomas Dye <dk@poto.local>
2917
2918 * org.texi: Edit :noweb no header argument for correctness.
2919
1e20eeb7 29202012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
2921
2922 * org.texi (Customization): Update the approximate number of Org
2923 variables.
2924
29252012-04-01 Thomas Dye <dk@poto.local>
2926
2927 * org.texi: The :results wrap produces a drawer instead of a
2928 begin_results block.
2929
005a89ff
G
29302012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2931
2932 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2933 reflect the new default.
2934
589ce070
EZ
29352012-03-10 Eli Zaretskii <eliz@gnu.org>
2936
2937 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2938 "Getting Started" to this node. (Bug#10450)
2939
a5392527
CY
29402012-03-10 Chong Yidong <cyd@gnu.org>
2941
8ae818e4
CY
2942 * flymake.texi (Example -- Configuring a tool called via make):
2943 Mention the Automake COMPILE variable (Bug#8715).
2944
a5392527
CY
2945 * info.texi (Getting Started): Add an index entry (Bug#10450).
2946
d49902e4
MA
29472012-03-02 Michael Albinus <michael.albinus@gmx.de>
2948
2949 * dbus.texi (Signals): Known names will be mapped onto unique
2950 names, when registering for signals.
2951
53eced6d
GM
29522012-02-29 Glenn Morris <rgm@gnu.org>
2953
bcd6cd23
GM
2954 * url.texi: Fix quote usage in body text.
2955
775b55af
GM
2956 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2957
53eced6d
GM
2958 * cl.texi: Use @code{} in menus when appropriate.
2959
44e97401
GM
29602012-02-28 Glenn Morris <rgm@gnu.org>
2961
2962 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2963 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2964 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2965 * org.texi, sc.texi, vip.texi, viper.texi:
2966 Standardize possessive apostrophe usage.
2967
fa9a0855
CY
29682012-02-26 Chong Yidong <cyd@gnu.org>
2969
2970 * ediff.texi (Quick Help Commands): Add a couple of index entries
2971 (Bug#10834).
2972
0fd2c9a3
GM
29732012-02-17 Glenn Morris <rgm@gnu.org>
2974
2975 * gnus.texi (Posting Styles):
2976 * remember.texi (Org): Fix cross-refs to other manuals.
2977
9f26dc24
GM
29782012-02-15 Glenn Morris <rgm@gnu.org>
2979
2980 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2981 (Encryption): New chapter, split out from previous.
2982
3d2af193
LI
29832012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2984
c5b0993e
EW
2985 * gnus.texi (Customizing the IMAP Connection):
2986 Mention nnimap-record-commands.
3d2af193 2987
b74c9672
GM
29882012-02-10 Glenn Morris <rgm@gnu.org>
2989
2990 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2991 Mention url-queue-retrieve.
2992
2ebc3b94
GM
29932012-02-09 Glenn Morris <rgm@gnu.org>
2994
9fcfcdef
GM
2995 * sem-user.texi (Semantic mode user commands): Typo fix.
2996
2ebc3b94
GM
2997 * info.texi (Create Info buffer): Mention info-display-manual.
2998
7c4bbb69
LI
29992012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3000
3001 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
3002 example (modified from an example by Michael Albinus).
3003
debce7bc
G
30042012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3005
3006 * gnus.texi (Agent Basics): Fix outdated description of
3007 `gnus-agent-auto-agentize-methods'.
3008
b207a4ec
AS
30092012-01-28 Andreas Schwab <schwab@linux-m68k.org>
3010
3011 * cc-mode.texi: Always @defindex ss.
3012 (Config Basics): Fix argument of @itemize.
3013 (Macro Backslashes): Add @code around index entry.
3014
b8fe8712
GM
30152012-01-23 Glenn Morris <rgm@gnu.org>
3016
3017 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
3018
02dc2fd7
EH
30192012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
3020
3021 * tramp.texi (File): Tweak wording for the `scpc' option.
3022
e7719ea1
G
30232012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3024
3025 * gnus.texi (Group Parameters): Really note precedence.
3026
9937bef4
G
30272012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * gnus.texi (Group Parameters): Note precedence.
3030
e66ba1df
BG
30312012-01-03 Eric Schulte <eric.schulte@gmx.com>
3032
3033 * org.texi (Noweb reference syntax): Adding documentation of
3034 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
3035 variable.
3036
30372012-01-03 Bastien Guerry <bzg@gnu.org>
3038
3039 * org.texi (Plain lists): Split the table to fix the display
3040 of items.
3041
30422012-01-03 Bastien Guerry <bzg@gnu.org>
3043
3044 * org.texi (Plain lists): Fix misplaced explanation.
3045
30462012-01-03 Bastien Guerry <bzg@gnu.org>
3047
3048 * org.texi (Plain lists, Agenda files): Add index entries.
3049
30502012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3051
3052 * org.texi: Use "Org mode" instead of alternatives like
3053 "Org-mode" or "org-mode".
3054
30552012-01-03 Bernt Hansen <bernt@norang.ca>
3056
c5b0993e
EW
3057 * org.texi (Agenda commands):
3058 Document `org-clock-report-include-clocking-task'.
e66ba1df
BG
3059
30602012-01-03 Bastien Guerry <bzg@gnu.org>
3061
3062 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
3063 C-c' on checkboxes.
3064
30652012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3066
3067 * org.texi: End sentences with two spaces.
3068
30692012-01-03 Michael Brand <michael.ch.brand@gmail.com>
3070
3071 * org.texi (External links): Document the link types file+sys
3072 and file+emacs, slightly narrow used page width.
3073
30742012-01-03 Eric Schulte <eric.schulte@gmx.com>
3075
3076 * org.texi (colnames): Note that colnames behavior may differ
3077 across languages.
3078
30792012-01-03 Bastien Guerry <bzg@gnu.org>
3080
3081 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
3082
30832012-01-03 Thomas Dye <dk@poto.westell.com>
3084
3085 * org.texi: Augmented discussion of babel property
3086 inheritance. Put footnote outside sentence ending period.
3087
30882012-01-03 Eric Schulte <schulte.eric@gmail.com>
3089
3090 * org.texi (eval): Documenting the full range of :eval header
3091 argument values.
3092
30932012-01-03 Eric Schulte <schulte.eric@gmail.com>
3094
3095 * org.texi (eval): Documentation of the new :eval option.
3096
30972012-01-03 Thomas Dye <dk@poto.local>
3098
3099 * org.texi: Add accumulated properties.
3100
31012012-01-03 Thomas Dye <dk@poto.local>
3102
3103 * org.texi: Documented no spaces in name=assign, another
3104 correction to :var table.
3105
31062012-01-03 Thomas Dye <dk@poto.local>
3107
3108 * org.texi: Changed DATA to NAME in Working With Source Code
3109 section.
3110
31112012-01-03 Tom Dye <tsd@tsdye.com>
3112
3113 * org.texi: Minor change to :var table.
3114
31152012-01-03 Tom Dye <tsd@tsdye.com>
3116
3117 * org.texi: More changes to :var table (some examples were wrong).
3118
31192012-01-03 Tom Dye <tsd@tsdye.com>
3120
3121 * org.texi: Cleaned up :var table.
3122
31232012-01-03 Bastien Guerry <bzg@gnu.org>
3124
3125 * org.texi (Timestamps, Weekly/daily agenda)
3126 (Weekly/daily agenda): Add @cindex for "appointment".
3127
31282012-01-03 Eric Schulte <schulte.eric@gmail.com>
3129
3130 * org.texi (Literal examples): A new link to the template for
3131 inserting empty code blocks.
3132 (Structure of code blocks): A new link to the template for
3133 inserting empty code blocks.
3134
31352012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3136
3137 * org.texi (External links): Add footnote on how the behavior
3138 of the text search in Org files are controled by the variable
3139 `org-link-search-must-match-exact-headline'.
3140
31412012-01-03 Eric Schulte <schulte.eric@gmail.com>
3142
c5b0993e
EW
3143 * org.texi (Buffer-wide header arguments):
3144 Update documentation to reflect removal of #+PROPERTIES.
e66ba1df
BG
3145
31462012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3147
3148 * org.texi (The clock table): Mention that ACHIVED trees
3149 contribute to the clock table.
3150
31512012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3152
3153 * org.texi (Conflicts): Better yasnippet config info.
3154
31552012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3156
d1389828 3157 * org.texi (Selective export): Explicitly mention the default
e66ba1df
BG
3158 values for `org-export-select-tags',
3159 `org-export-exclude-tags'.
3160
31612012-01-03 Tom Dye <tsd@tsdye.com>
3162
3163 * org.texi: Added a line to specify that header arguments are
3164 lowercase.
3165
31662012-01-03 Tom Dye <tsd@tsdye.com>
3167
3168 * org.texi: :var requires default value when declared.
3169
31702012-01-03 Bastien Guerry <bzg@gnu.org>
3171
3172 * org.texi (Handling links): Add a note about the
3173 `org-link-frame-setup' option.
3174
31752012-01-03 David Maus <dmaus@ictsoc.de>
3176
3177 * org.texi (Exporting Agenda Views, Extracting agenda
3178 information): Fix command line syntax, quote symbol parameter
3179 values.
3180
31812012-01-03 David Maus <dmaus@ictsoc.de>
3182
3183 * org.texi (Exporting Agenda Views): Fix command line syntax.
3184
8d80ef01
PE
31852011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3186
3187 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3188 Use octal notation for file permissions, which are normally
3189 thought of in octal.
3190 (Mail Back End Variables): Use more-plausible modes in example.
3191
47d42d81
AM
31922011-12-20 Alan Mackenzie <acm@muc.de>
3193
3194 * cc-mode.texi: Update version string 5.31 -> 5.32.
3195
a98edce9
JB
31962011-12-06 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3199
321decc8
GM
32002011-11-24 Glenn Morris <rgm@gnu.org>
3201
3202 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3203
f8107b79
JB
32042011-11-24 Juanma Barranquero <lekktu@gmail.com>
3205
3206 * makefile.w32-in: Update dependencies.
3207
f5a96a4f
GM
32082011-11-20 Glenn Morris <rgm@gnu.org>
3209
3210 * gnus.texi (Group Information):
3211 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3212
cd1181db
JB
32132011-11-20 Juanma Barranquero <lekktu@gmail.com>
3214
3215 * gnus-coding.texi (Gnus Maintenance Guide):
3216 Rename from "Gnus Maintainance Guide".
3217
3218 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3219 * eieio.texi (Customizing):
fe7a3057
JB
3220 * gnus.texi (Article Washing):
3221 * gnus-news.texi:
3222 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 3223
7877f373
JB
32242011-11-16 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3227
0d26e0b6
JB
32282011-11-15 Juanma Barranquero <lekktu@gmail.com>
3229
c7015153
JB
3230 * ede.texi (project-am-texinfo):
3231 * gnus.texi (Sending or Not Sending):
3232 * org.texi (Template elements): Fix typos.
0d26e0b6 3233
0b381c7e
JB
32342011-11-14 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * ediff.texi (Hooks):
c7015153 3237 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 3238
40a8bdf6
JB
32392011-11-11 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * semantic.texi (Tag handling): Fix typo.
3242
57dda3bb
KY
32432011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3244
3245 * gnus.texi (Other Gnus Versions): Remove.
3246
52bedd34
AM
32472011-10-28 Alan Mackenzie <acm@muc.de>
3248
3249 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3250 (Other Special Indentations): Add an xref to "Macros with ;".
3251 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3252 "Macros with ;".
3253 (Macros with ;): New page.
3254
00b77525
GM
3255 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3256 Document the new handling of nested scopes for movement by defuns.
52bedd34 3257
4a623313
MA
32582011-10-23 Michael Albinus <michael.albinus@gmx.de>
3259
3260 Sync with Tramp 2.2.3.
3261
3262 * trampver.texi: Update release number.
3263
466a320e
GM
32642011-10-14 Glenn Morris <rgm@gnu.org>
3265
3266 * ert.texi (Introduction, How to Run Tests)
3267 (Running Tests Interactively, Expected Failures)
3268 (Tests and Their Environment, Useful Techniques)
3269 (Interactive Debugging, Fixtures and Test Suites):
3270 Minor rephrasings.
3271 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3272 (Running Tests in Batch Mode): Simplify loading instructions.
3273 (Test Selectors): Clarify some selectors.
3274 (Expected Failures, Useful Techniques):
3275 Make examples fit in 80 columns.
3276
2be4956d
JB
32772011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3278
3279 * calc.texi (Basic Operations on Units): Discuss temperature
3280 conversion (`u t') alongside with other unit conversions ('u c').
3281
7359a765
GM
32822011-10-12 Glenn Morris <rgm@gnu.org>
3283
3284 * ert.texi: Whitespace trivia to make main menu items line up better.
3285
a0c52e5d
GM
32862011-10-08 Glenn Morris <rgm@gnu.org>
3287
3288 * Makefile.in: Fix ert rules.
3289
465d0300
G
32902011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3291
3292 * gnus.texi (Gnus Utility Functions): Add more references and
3293 explanations (bug#9683).
3294
2fb6d9c6
GM
32952011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3296
3297 * texinfo.tex: Merge from gnulib.
3298
a5166359
LMI
32992011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3300
3301 * gnus.texi (Archived Messages): Note the default (bug#9552).
3302
b523dc20
BW
33032011-09-21 Bill Wohler <wohler@newt.com>
3304
3305 Release MH-E manual version 8.3.
3306
58179cce 3307 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20 3308 release 8.3.
c5b0993e 3309 (Preface): Update support information.
bd7239f5 3310 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
3311 historical quote, the tense should be correct in the time that it
3312 was written.
3313
0afb49a1
LMI
33142011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3317 (Finding the News): Doc clarification.
3318 (Terminology): Mention naming.
3319
e21bac42
G
33202011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3323 (Interactive): Document `quiet'.
3324
5b409b39 33252011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 3326
bd7239f5 3327 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 3328
5b409b39 33292011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 3330
bd7239f5 3331 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
3332 scope for `org-map-entries'.
3333
5b409b39 33342011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3335
3336 * org.texi (Visibility cycling): Document `org-copy-visible'.
3337
5b409b39 33382011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 3339
bd7239f5 3340 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
3341 proper order.
3342
5b409b39 33432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3344
3345 * org.texi (eval): Expand discussion of the :eval header argument.
3346
5b409b39 33472011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
3348
3349 * org.texi (Languages): Add Lilypond and Awk as supported
3350 languages.
3351
5b409b39 33522011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 3353
bd7239f5 3354 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
3355 LOG_INTO_DRAWER can be used to override the contents of variable
3356 org-clock-into-drawer (or if unset, org-log-into-drawer).
3357
bd7239f5 3358 * org.texi: Replace @xref->@pxref.
3ab2c837 3359
5b409b39 33602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3361
3362 * org.texi (Evaluating code blocks): Documenting the new option
3363 for inline call lines.
3364
5b409b39 33652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3366
3367 * org.texi (Results of evaluation): More explicit about the
3368 mechanism through which interactive evaluation of code is
3369 performed.
3370
5b409b39 33712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3372
3373 * org.texi (noweb-ref): New header argument documentation.
3374
5b409b39 33752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3376
3377 * org.texi (Extracting source code): Documentation of the new
3378 org-babel-tangle-named-block-combination variable.
3379
5b409b39 33802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 3381
bd7239f5 3382 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 3383 behavior of multiple blocks of the same name is undefined.
3ab2c837 3384
5b409b39 33852011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
3386
3387 * org.texi (TaskJuggler export): Modify the example to reflect the
3388 new effort durations.
3389
5b409b39 33902011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
3391
3392 * org.texi (Images in LaTeX export): Escape curly brackets in
3393 LaTeX example.
3394
5b409b39 33952011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3396
3397 * org.texi (The clock table): Document the :properties and
3398 :inherit-props arguments for the clocktable.
3399
5b409b39 34002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3401
3402 * org.texi (Tables in LaTeX export): Document specifying placement
3403 options for tables.
3404
5b409b39 34052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3406
3407 * org.texi (Evaluating code blocks): More specific documentation
3408 about the different types of header arguments.
3409
5b409b39 34102011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
3411
3412 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3413
5b409b39 34142011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3415
3416 * org.texi (Built-in table editor): Document the table field
3417 follow mode.
3418
5b409b39 34192011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
3420
3421 * org.texi (Easy Templates): Document new template.
3422
5b409b39 34232011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
3424
3425 * org.texi (Literal examples): Add a cross-reference from "Literal
3426 Examples" to "Easy Templates."
3427
5b409b39 34282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3429
3430 * org.texi (The clock table): Add link to match syntax.
3431
5b409b39 34322011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3433
3434 * org.texi (Agenda commands): Document clock consistency checks.
3435
5b409b39 34362011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3437
3438 * org.texi (Built-in table editor): Document that \vert represents
3439 a vertical bar in a table field.
3440
5b409b39 34412011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3442
3443 * org.texi (Literal examples): Link from "Markup" > "Literate
3444 Examples" to "Working with Source Code".
3445
5b409b39 34462011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
3447
3448 * org.texi (Agenda commands): Doc for function option to bulk
3449 action.
3450
5b409b39 34512011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3452
3453 * org.texi (Template expansion): Document new %<...> template
3454 escape.
3455
5b409b39 34562011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3457
3458 * org.texi (Selective export): Document exclusion of any tasks
3459 from export.
3460
5b409b39 34612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3462
3463 * org.texi (Selective export): Document how to exclude DONE tasks
3464 from export.
3465 (Publishing options): Document the properties to be used to turn off
3466 export of DONE tasks.
3467
5b409b39 34682011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3469
3470 * org.texi (The date/time prompt): Document date range protection.
3471
5b409b39 34722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3473
3474 * org.texi (padline): Documentation of the new padline header
3475 argument.
3476
5b409b39 34772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3478
3479 * org.texi (var): Adding "[" to list of characters triggering
3480 elisp evaluation.
3481
5b409b39 34822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3483
3484 * org.texi (var): Documentation of Emacs Lisp evaluation during
3485 variable assignment.
3486
5b409b39 34872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3488
3489 * org.texi (colnames): Reference indexing into variables, and note
3490 that colnames are *not* removed before indexing occurs.
3491 (rownames): Reference indexing into variables, and note that
3492 rownames are *not* removed before indexing occurs.
3493
5b409b39 34942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3495
3496 * org.texi (var): Clarification of indexing into tabular
3497 variables.
3498
5b409b39 34992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3500
3501 * org.texi (results): Documentation of the `:results wrap' header
3502 argument.
3503
5b409b39 35042011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 3505
bd7239f5 3506 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
3507 of the LaTeX export: the org file has to be properly structured.
3508
5b409b39 35092011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 3510
c5b0993e
EW
3511 * org.texi (Dynamic blocks, Structure editing):
3512 Mention the function `org-narrow-to-block'.
3ab2c837 3513
5b409b39 35142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3515
3516 * org.texi (Languages): Updating list of code block supported
3517 languages.
3518
5b409b39 35192011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3520
3521 * org.texi (Special properties): CATEGORY is a special property,
3522 but it may also used in the drawer.
3523
5b409b39 35242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3525
3526 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3527
5b409b39 35282011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
3529
3530 * org.texi (Include files): Document :lines.
3531
5b409b39 35322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3533
3534 * org.texi (comments): Documentation of the ":comments noweb" code
3535 block header argument.
3536
5b409b39 35372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 3538
c5b0993e 3539 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3ab2c837
BG
3540 added extra whitespace around functions to be consistent with the
3541 rest of the section.
3542
5b409b39 35432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 3544
c5b0993e 3545 * org.texi (Evaluating code blocks): Expand discussion of
3ab2c837 3546 #+call: line syntax.
c5b0993e 3547 (Header arguments in function calls): Expand discussion of
3ab2c837
BG
3548 #+call: line syntax.
3549
5b409b39 35502011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3551
3552 * org.texi (Evaluating code blocks): More explicit about how to
3553 pass variables to #+call lines.
3554
5b409b39 35552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3556
3557 * org.texi (Results of evaluation): Link to the :results header
3558 argument list from the "Results of evaluation" section.
3559
5b409b39 35602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3561
3562 * org.texi (Conflicts): Adding additional information about
3563 resolving org/yasnippet conflicts.
3564
5b409b39 35652011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
3566
3567 * org.texi (Publishing options): Document style-include-scripts
3568 publishing project property.
3569
5b409b39 35702011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
3571
3572 * org.texi (Sparse trees): Document the next-error /
3573 previous-error functionality.
3574
5b409b39 35752011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 3576
c5b0993e 3577 * org.texi (cache): Improve documentation of code block caches.
3ab2c837 3578
5b409b39 35792011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 3580
c5b0993e
EW
3581 * org.texi (Code block specific header arguments):
3582 Documentation of multi-line header arguments.
3ab2c837 3583
5b409b39 35842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3585
3586 * org.texi (Code evaluation security): Add example for using a
3587 function.
3588
5b409b39 35892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
3590
3591 * org.texi (Tables in LaTeX export): Documentation of new
3592 attr_latex options for tables.
3593
5b409b39
BG
35942011-08-03 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * trampver.texi: Update release number.
3597
35982011-07-30 Michael Albinus <michael.albinus@gmx.de>
3599
3600 Sync with Tramp 2.2.2.
3601
3602 * trampver.texi: Update release number.
3603
064e2d08
LMI
36042011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * flymake.texi (Example -- Configuring a tool called via make):
3607 Use /dev/null instead of the Windows "nul" (bug#8715).
3608
b8151e9c
LMI
36092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3610
3611 * widget.texi (Setting Up the Buffer): Remove mention of the
3612 global keymap parent, which doesn't seem to be accurate
3613 (bug#7045).
3614
5b409b39
BG
36152011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3618
c0a8ae95
KR
36192010-07-10 Kevin Ryde <user42@zip.com.au>
3620
3621 * cl.texi (For Clauses): Add destructuring example processing an
3622 alist (bug#6596).
3623
ac6531ad
LMI
36242011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3625
3626 * ediff.texi (Major Entry Points): Remove mention of `require',
3627 since that's not pertinent in the installed Emacs (bug#9016).
3628
d30dd079
G
36292011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
3632 (Filtering New Groups): Clarify how simple the "options -n" format is.
3633 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3634 is internal.
d30dd079 3635
862c0d68
MA
36362011-07-04 Michael Albinus <michael.albinus@gmx.de>
3637
c5b0993e
EW
3638 * tramp.texi (Cleanup remote connections):
3639 Add `tramp-cleanup-this-connection'.
862c0d68 3640
cd865a33
G
36412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3644 zombies.
3645 (Checking New Groups): Ditto (bug#8974).
c5b0993e 3646 (Checking New Groups): Move the reference to the right place.
cd865a33
G
3647
36482011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3649
3650 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3651 backups, and not actual vc (bug#8975).
3652
79414ae4
KR
36532011-07-03 Kevin Ryde <user42@zip.com.au>
3654
3655 * cl.texi (For Clauses): @items for hash-values and key-bindings
3656 to make them more visible when skimming. Add examples of `using'
3657 clause to them, examples being clearer than a description in
3658 words (bug#6599).
3659
847ccf7c
AM
36602011-07-01 Alan Mackenzie <acm@muc.de>
3661
3662 * cc-mode.texi (Guessing the Style): New page.
3663 (Styles): Add a short introduction to above.
3664
3da13bb9
DD
36652011-06-28 Deniz Dogan <deniz@dogan.se>
3666
3667 * rcirc.texi (Configuration): Bug-fix:
3668 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3669 Reported by Elias Pipping <pipping@exherbo.org>.
3670
60a0884e
G
36712011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
c5b0993e
EW
3673 * gnus.texi (Summary Mail Commands):
3674 Document `gnus-summary-reply-to-list-with-original'.
60a0884e 3675
0c7efc08
SM
36762011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * eshell.texi (Known problems): Fix typo.
3679
ea3596a2
MA
36802011-06-12 Michael Albinus <michael.albinus@gmx.de>
3681
0c7efc08 3682 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
3683 (Password handling): `auth-source-debug' is good for debug messages.
3684
2da9c605
G
36852011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3686
3687 * gnus.texi (Store custom flags and keywords): Refer to
3688 `gnus-registry-article-marks-to-{chars,names}' instead of
3689 `gnus-registry-user-format-function-{M,M2}'.
3690
e61923c8
GM
36912011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3692
3693 * texinfo.tex: Merge from gnulib.
3694
627abcdd
TZ
36952011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3696
3697 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
3698 (Store custom flags and keywords):
3699 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
3700 `gnus-registry-user-format-function-M2'.
3701
a3c92bc1
EZ
37022011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3703
8f906c40 3704 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 3705
85d870a9
GM
37062011-05-17 Glenn Morris <rgm@gnu.org>
3707
3708 * gnus.texi (Face): Fix typo.
3709
2cdee799
GM
37102011-05-14 Glenn Morris <rgm@gnu.org>
3711
3712 * dired-x.texi (Omitting Examples): Minor addition.
3713
79b70037
GM
37142011-05-10 Jim Meyering <meyering@redhat.com>
3715
3716 * ede.texi: Fix typo "or or -> or".
3717
a7111a62 37182011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
3719
3720 * gnus.texi (Summary Buffer Lines):
3721 gnus-summary-user-date-format-alist does not exist.
3722 (Sorting the Summary Buffer): More about sorting threads.
3723
69026aba
MA
37242011-04-25 Michael Albinus <michael.albinus@gmx.de>
3725
3726 * trampver.texi: Update release number.
3727
9024ff79
MA
37282011-04-14 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * tramp.texi (Frequently Asked Questions): New item for disabling
3731 Tramp in other packages.
3732
c3c65d73
TZ
37332011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3734
3735 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08 3736 (Fancy splitting to parent, Store arbitrary data):
c5b0993e 3737 Update gnus-registry docs.
c3c65d73 3738
9ec6a317
JB
37392011-04-13 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * ede.texi: Fix typos.
3742
1e3b6001
G
37432011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3744
9ec6a317
JB
3745 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3746 It's @table @code.
1e3b6001 3747
a5954fa5
G
37482011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3749
ed9265fc 3750 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 3751
d71990a1
JB
37522011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3753
3754 * calc.texi (Logarithmic Units): Update the function names.
3755
1518e4f0
G
37562011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * message.texi (Various Commands): Document format specs in the
3759 ellipsis.
3760
a123622d
G
37612011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3762
3763 * message.texi (Insertion Variables): Document message-cite-style.
3764
37652011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
3766
3767 * tramp.texi (Remote processes): New subsection "Running shell on
3768 a remote host".
3769
4248cca2
TZ
37702011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3771
3772 * auth.texi (Help for developers): Update docs to explain that the
3773 :save-function will only run the first time.
3774
54ce11a1
GM
37752011-03-12 Glenn Morris <rgm@gnu.org>
3776
3777 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3778 (emacs-faq.text): New target.
3779 (clean): Add emacs-faq.
3780
0c3b25f8
MA
37812011-03-12 Michael Albinus <michael.albinus@gmx.de>
3782
3783 Sync with Tramp 2.2.1.
3784
3785 * trampver.texi: Update release number.
3786
b740639e
GM
37872011-03-11 Glenn Morris <rgm@gnu.org>
3788
3789 * Makefile.in (HTML_TARGETS): New.
3790 (clean): Delete $HTML_TARGETS.
3791 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3792
733afdf4
TZ
37932011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3794
3795 * auth.texi (Help for developers): Show example of using
3796 `auth-source-search' with prompts and :save-function.
3797
33383987
JB
37982011-03-07 Chong Yidong <cyd@stupidchicken.com>
3799
3800 * Version 23.3 released.
3801
a5057546
G
38022011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3803
3804 * message.texi (Message Buffers): Update default value of
3805 message-generate-new-buffers.
3806
479a2c9b
JB
38072011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3808
3809 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3810 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3811 respectively.
05a29101
JB
3812 (Musical Notes): New section.
3813 (Customizing Calc): Mention the customizable variable
3814 calc-note-threshold.
479a2c9b 3815
e0535b76
GM
38162011-03-03 Glenn Morris <rgm@gnu.org>
3817
3818 * url.texi (Dealing with HTTP documents): Remove reference to
3819 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 3820 (Configuration): Update url-configuration-directory description.
e0535b76 3821
2777ccbf
GM
38222011-03-02 Glenn Morris <rgm@gnu.org>
3823
3824 * dired-x.texi (Multiple Dired Directories): Remove mentions
3825 of dired-default-directory-alist and dired-default-directory.
3826 Move dired-smart-shell-command here...
3827 (Miscellaneous Commands): ... from here.
3828
257219bd
PE
38292011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3830
3831 * texinfo.tex: Update to version 2011-02-24.09.
3832
8889f4e2
GM
38332011-03-02 Glenn Morris <rgm@gnu.org>
3834
3835 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3836 instead of the obsoleted dired-omit-here-always.
3837
5d41af19
MA
38382011-02-28 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3841 supported systems.
3842
2b0c7330 38432011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 3844
61cf3a76
GM
3845 * dbus.texi (Type Conversion): Grammar fix.
3846
cce7d530 38472011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 3848
cce7d530
GM
3849 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3850 "Debian GNU/Linux".
51a13bdd 3851
cce7d530
GM
3852 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3853
817b48a7
GM
38542011-02-23 Glenn Morris <rgm@gnu.org>
3855
cce7d530
GM
3856 * dired-x.texi (Features): Minor rephrasing.
3857 (Local Variables): Fix typos.
47301027
GM
3858
3859 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3860 Standardize some Emacs/XEmacs terminology.
3861
817b48a7
GM
3862 * dired-x.texi (Features): Don't advertise obsolete local variables.
3863 Simplify layout.
3864 (Omitting Variables): Update local variables example.
3865 (Local Variables): Say this is obsolete. Fix description of
3866 dired-enable-local-variables possible values.
3867
4a3988d5
G
38682011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3869
3870 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3871 default now.
3872
8e22bee0
G
38732011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3874
3875 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3876
06b840e0
LI
38772011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3878
3879 * gnus.texi (Window Layout): Document layout names.
3880
67ab0163 38812011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
3882
3883 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3884 * auth.texi: Sync @dircategory with ../../info/dir.
3885 * autotype.texi: Sync @dircategory with ../../info/dir.
3886 * calc.texi: Sync @dircategory with ../../info/dir.
3887 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3888 * cl.texi: Sync @dircategory with ../../info/dir.
3889 * dbus.texi: Sync @dircategory with ../../info/dir.
3890 * dired-x.texi: Sync @dircategory with ../../info/dir.
3891 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3892 * ede.texi: Sync @dircategory with ../../info/dir.
3893 * ediff.texi: Sync @dircategory with ../../info/dir.
3894 * edt.texi: Sync @dircategory with ../../info/dir.
3895 * eieio.texi: Sync @dircategory with ../../info/dir.
3896 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3897 * epa.texi: Sync @dircategory with ../../info/dir.
3898 * erc.texi: Sync @dircategory with ../../info/dir.
3899 * eshell.texi: Sync @dircategory with ../../info/dir.
3900 * eudc.texi: Sync @dircategory with ../../info/dir.
3901 * flymake.texi: Sync @dircategory with ../../info/dir.
3902 * forms.texi: Sync @dircategory with ../../info/dir.
3903 * gnus.texi: Sync @dircategory with ../../info/dir.
3904 * idlwave.texi: Sync @dircategory with ../../info/dir.
3905 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3906 * message.texi: Sync @dircategory with ../../info/dir.
3907 * mh-e.texi: Sync @dircategory with ../../info/dir.
3908 * newsticker.texi: Sync @dircategory with ../../info/dir.
3909 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3910 * org.texi: Sync @dircategory with ../../info/dir.
3911 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3912 * pgg.texi: Sync @dircategory with ../../info/dir.
3913 * rcirc.texi: Sync @dircategory with ../../info/dir.
3914 * reftex.texi: Sync @dircategory with ../../info/dir.
3915 * remember.texi: Sync @dircategory with ../../info/dir.
3916 * sasl.texi: Sync @dircategory with ../../info/dir.
3917 * sc.texi: Sync @dircategory with ../../info/dir.
3918 * semantic.texi: Sync @dircategory with ../../info/dir.
3919 * ses.texi: Sync @dircategory with ../../info/dir.
3920 * sieve.texi: Sync @dircategory with ../../info/dir.
3921 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3922 * speedbar.texi: Sync @dircategory with ../../info/dir.
3923 * trampver.texi [emacs]: Set emacsname to "Emacs".
3924 * tramp.texi: Sync @dircategory with ../../info/dir.
3925 * url.texi: Sync @dircategory with ../../info/dir.
3926 * vip.texi: Sync @dircategory with ../../info/dir.
3927 * viper.texi: Sync @dircategory with ../../info/dir.
3928 * widget.texi: Sync @dircategory with ../../info/dir.
3929 * woman.texi: Sync @dircategory with ../../info/dir.
3930
30abce25
GM
39312011-02-19 Glenn Morris <rgm@gnu.org>
3932
0c7efc08
SM
3933 * dired-x.texi (Technical Details): No longer redefines
3934 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 3935 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 3936
73572c72
AG
39372013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3938
d967cd18
GM
3939 * eshell.texi (Input/Output):
3940 Document insert output redirection operator, >>>.
73572c72 3941
f31f8469
GM
39422011-02-18 Glenn Morris <rgm@gnu.org>
3943
3944 * dired-x.texi (Optional Installation File At Point): Simplify.
3945
35123c04
TZ
39462011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3947
3948 * auth.texi (Help for users): Use :port instead of :protocol for all
3949 auth-source docs.
7ba93e94
G
3950 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3951 to have two files in `auth-sources'.
35123c04 3952
da5e0ce4
GM
39532011-02-16 Glenn Morris <rgm@gnu.org>
3954
b322c9af
GM
3955 * dired-x.texi: Use emacsver.texi to get Emacs version.
3956 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3957 Depend on emacsver.texi.
3958
07ca5555
GM
3959 * dired-x.texi: Drop meaningless version number.
3960 (Introduction): Remove old info.
3961 (Optional Installation Dired Jump): Autoload from dired-x.
3962 Remove incorrect info about loaddefs.el.
3963 (Bugs): Just refer to M-x report-emacs-bug.
3964
da5e0ce4
GM
3965 * dired-x.texi (Multiple Dired Directories): Update for rename of
3966 default-directory-alist.
3967 (Miscellaneous Commands): No longer mention very old VM version 4.
3968
bb55f713
PE
39692011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3970
3971 Merge from gnulib.
3972 * texinfo.tex: Update to version 2011-02-14.11.
3973
5415d076
G
39742011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3975
da5e0ce4
GM
3976 * auth.texi (Help for users):
3977 Login collection is "Login" and not "login".
5415d076 3978
14029d4b
MA
39792011-02-13 Michael Albinus <michael.albinus@gmx.de>
3980
3981 * tramp.texi (History): Remove IMAP support.
3982 (External methods, Frequently Asked Questions): Remove `imap' and
3983 `imaps' methods.
3984 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3985
3986 * trampver.texi: Remove default value of `emacsimap'.
3987
8a36c07f
GM
39882011-02-13 Glenn Morris <rgm@gnu.org>
3989
3990 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3991 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3992
165bc5a0
GM
39932011-02-12 Glenn Morris <rgm@gnu.org>
3994
3995 * sc.texi (Getting Connected): Remove old index entries.
3996
5415d076 39972011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
3998
3999 * url.texi: Remove duplicate @dircategory (Bug#7942).
4000
b8e0f0cd
G
40012011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
4002
8a36c07f
GM
4003 * auth.texi (Overview, Help for users, Help for developers):
4004 Update docs.
b8e0f0cd
G
4005 (Help for users): Talk about spaces.
4006
caf82551
PE
40072011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4008
4009 * texinfo.tex: Update to version 2011-02-07.16.
4010
1ff98217
MA
40112011-02-07 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * dbus.texi (Bus names): Adapt descriptions for
4014 dbus-list-activatable-names and dbus-list-known-names.
4015
2e78df6b
JB
40162011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
4017
4018 * calc.texi (Logarithmic Units): New section.
4019
7fbf7cae
TZ
40202011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
4021
4022 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
4023 manuals use it now.
4024
0c7efc08 4025 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 4026
156ad271
KY
40272011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
4028
4029 * overrides.texi: Remove.
4030
4031 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
4032 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
4033
36539990
MA
40342011-02-05 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * tramp.texi (Frequently Asked Questions): Mention problems with
4037 WinSSHD.
4038
4039 * trampver.texi: Update release number.
4040
40412011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
4042
4043 * tramp.texi:
4044 Replace "delimet" with "delimit" globally.
4045 Replace "explicite" with "explicit" globally.
4046 Replace "instead of" with "instead" where there was nothing after "of".
4047 Audit use of comma before interrogative pronoun, "that", or "which".
4048 Minor word order, spelling, wording changes.
4049
ec72bf63
G
40502011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4051
4052 * overrides.texi: New file to set or clear WEBHACKDEVEL.
4053
4054 * sieve.texi: Use WEBHACKDEVEL.
4055
4056 * sasl.texi: Use WEBHACKDEVEL.
4057
4058 * pgg.texi: Use WEBHACKDEVEL.
4059
4060 * message.texi: Use WEBHACKDEVEL.
4061
4062 * gnus.texi: Use WEBHACKDEVEL.
4063
4064 * emacs-mime.texi: Use WEBHACKDEVEL.
4065
4066 * auth.texi: Use WEBHACKDEVEL.
4067
4068 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
4069 manuals.
4070
40712011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4072
4073 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
4074
90b750f4
PE
40752011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4076
4077 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
4078 which in turn is copied from ftp://tug.org/tex/.
4079
0e751a49
GM
40802011-02-03 Glenn Morris <rgm@gnu.org>
4081
4082 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
4083 (Binding combinations of modifiers and function keys):
4084 Let's assume people reading this are not using Emacs 18.
4085
7f13c2e2
LI
40862011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4087
4088 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4089 since it's run automatically.
4090
d76c843e
LI
40912011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4092
4093 * gnus.texi (Customizing Articles): Fix typo.
4094
12e3ca0a
LI
40952011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus.texi (Customizing Articles): Document the new way of customizing
4098 the date headers(s).
4099
fe72c8fa
LI
41002011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4101
4102 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4103 splitting example.
4104
bf3dae7e
EZ
41052011-01-29 Eli Zaretskii <eliz@gnu.org>
4106
4107 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4108 (MAKEINFO_OPTS): New variable.
4109 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4110 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4111 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4112 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4113 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4114 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4115 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4116 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4117 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4118 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4119 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4120 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4121 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4122 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4123 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4124 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4125 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4126 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4127
d6f13ac8
LI
41282011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4129
4130 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4131
c5ecc769
G
41322011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4133
4134 * message.texi (IDNA): Explain what it is.
4135
41362011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4137
4138 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4139
45eb2a5d
WL
41402011-01-23 Werner Lemberg <wl@gnu.org>
4141
4142 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4143 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 4144 (ENVADD): Update.
45eb2a5d 4145
6872a814
GM
41462011-01-18 Glenn Morris <rgm@gnu.org>
4147
4148 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4149
77ab81d0 41502011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
4151
4152 * nxml-mode.texi (Introduction): Fix file name typos.
4153
d221e780
CO
41542011-01-13 Christian Ohler <ohler@gnu.org>
4155
4156 * ert.texi: New file.
4157
4158 * Makefile.in:
4159 * makefile.w32-in: Add ert.texi.
4160
8c904d82
MA
41612011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4162
4163 * dbus.texi (Receiving Method Calls): New function
4164 dbus-register-service. Rearrange node.
4165
f56e0e7a
PE
41662011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4167
4168 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4169 which in turn is copied from ftp://tug.org/tex/.
4170
0fadf00e
MA
41712011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4172
4173 * dbus.texi (Receiving Method Calls): Describe new optional
4174 parameter dont-register-service of dbus-register-{method,property}.
4175
8b358e90
DU
41762010-12-17 Daiki Ueno <ueno@unixuser.org>
4177
0c7efc08
SM
4178 * epa.texi (Encrypting/decrypting *.gpg files):
4179 Mention epa-file-select-keys.
8b358e90 4180
549c9aed
G
41812010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * gnus.texi (Archived Messages): Remove outdated text.
4184
41852010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4186
0c7efc08 4187 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 4188
156e3f9c
G
41892010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4190
83f3eadc 4191 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 4192
8151d490
AC
41932010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4194
4195 * gnus.texi (The swish++ Engine): Add customizable parameters
4196 descriptions.
4197 (The swish-e Engine): Ditto.
4198
305bdd22
MA
41992010-12-14 Michael Albinus <michael.albinus@gmx.de>
4200
4201 * tramp.texi (Inline methods): Add "ksu" method.
4202 (Remote processes): Add example with remote `default-directory'.
4203
53aff12a
GM
42042010-12-14 Glenn Morris <rgm@gnu.org>
4205
4206 * faq.texi (Expanding aliases when sending mail):
4207 Now build-mail-aliases is interactive.
4208
8a1cdce5
AC
42092010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4210
4211 * gnus.texi: First pass at adding (rough) nnir documentation.
4212
7410c270
G
42132010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
53aff12a
GM
4215 * gnus.texi (Filtering New Groups):
4216 Mention gnus-auto-subscribed-categories.
4217 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
4218 removed.
4219
f49d1f52 42202010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
4221
4222 * cl.texi (For Clauses): Small fixes for frames and windows.
4223
acedf35c
CD
42242010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4225
4226 * org.texi (Using capture): Document using prefix arguments for
4227 finalizing capture.
4228 (Agenda commands): Document prefix argument for the bulk scatter
4229 command.
4230 (Beamer class export): Document that also overlay arguments can be
4231 passed to the column environment.
4232 (Template elements): Document the new entry type.
4233
42342010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4235
4236 * org.texi (Include files): Document :minlevel.
4237
42382010-12-11 Julien Danjou <julien@danjou.info>
4239
4240 * org.texi (Categories): Document category icons.
4241
42422010-12-11 Eric Schulte <schulte.eric@gmail.com>
4243
4244 * org.texi (noweb): Fix typo.
4245
516aa569
G
42462010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4247
4248 * gnus.texi (Server Commands): Point to the rest of the server
4249 commands.
4250
04db63bc
G
42512010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4254 g'.
4255
ed797193
G
42562010-12-02 Julien Danjou <julien@danjou.info>
4257
4258 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4259
42602010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4261
4262 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4263 (Direct Functions): Note the STARTTLS upgrade.
4264
07976ae3 42652010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 4266 James Clark <none@example.com>
d3dfb185
GM
4267
4268 * nxml-mode.texi (Introduction): New section.
4269
59e75882
G
42702010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4271
4272 * gnus.texi (Server Commands): Document gnus-server-show-server.
4273
568a887f
MA
42742010-11-20 Michael Albinus <michael.albinus@gmx.de>
4275
4276 Sync with Tramp 2.2.0.
4277
4278 * trampver.texi: Update release number.
4279
1265829e
JB
42802010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4283 Mention that the TeX specific units won't use the `tex' prefix
4284 in TeX mode.
4285
239661c0
KY
42862010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4287
4288 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4289
4a47c275 42902010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
4291
4292 * edt.texi: Remove information about Emacs 19.
4293
4a47c275 42942010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
4295
4296 * trampver.texi: Update release number.
4297
2f0e0dc8
KY
42982010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4299
4300 * gnus.texi (Article Washing): Fix typo.
4301
afe98dfa
CD
43022010-11-11 Noorul Islam <noorul@noorul.com>
4303
56f5a94e 4304 * org.texi: Fix typo.
afe98dfa
CD
4305
43062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4307
4308 * org.texi (Using capture): Explain that refiling is
4309 sensitive to cursor position.
4310
43112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4312
56f5a94e 4313 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
4314
43152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4316
4317 * org.texi: Document the <c> cookie.
4318
43192010-11-11 Eric Schulte <schulte.eric@gmail.com>
4320
bd7239f5 4321 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 4322 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
4323
43242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4325
56f5a94e 4326 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
4327
43282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4329
56f5a94e 4330 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
4331
43322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4333
4334 * org.texi (Setting up the staging area): Document that
4335 file names remain visible when encrypting the MobileOrg files.
4336
43372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4338
4339 * org.texi (Setting up the staging area): Document which
4340 versions are needed for encryption.
4341
43422010-11-11 Eric Schulte <schulte.eric@gmail.com>
4343
56f5a94e
GM
4344 * org.texi (noweb): Update :noweb documentation to
4345 reflect the new "tangle" argument.
afe98dfa
CD
4346
43472010-11-11 Eric Schulte <schulte.eric@gmail.com>
4348
56f5a94e
GM
4349 * org.texi (Batch execution): Improve tangling script in
4350 documentation.
afe98dfa
CD
4351
43522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4353
35e951cd
JB
4354 * org.texi (Handling links, In-buffer settings):
4355 Document inlining images on startup.
afe98dfa
CD
4356
43572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4358
4359 * org.texi (Setting up the staging area): Document use of
4360 crypt password.
4361
43622010-11-11 David Maus <dmaus@ictsoc.de>
4363
56f5a94e 4364 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
4365
43662010-11-11 David Maus <dmaus@ictsoc.de>
4367
56f5a94e
GM
4368 * org.texi (Template expansion): Add mew in table for link type
4369 escapes.
afe98dfa
CD
4370
43712010-11-11 David Maus <dmaus@ictsoc.de>
4372
56f5a94e 4373 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
4374
43752010-11-11 Eric Schulte <schulte.eric@gmail.com>
4376
56f5a94e 4377 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
4378
43792010-11-11 Eric Schulte <schulte.eric@gmail.com>
4380
56f5a94e 4381 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
4382
43832010-11-11 Eric Schulte <schulte.eric@gmail.com>
4384
56f5a94e
GM
4385 * org.texi (Structure of code blocks):
4386 Update documentation to mention inline code block syntax.
afe98dfa
CD
4387
43882010-11-11 Eric Schulte <schulte.eric@gmail.com>
4389
56f5a94e 4390 * org.texi (comments): Improve wording.
afe98dfa
CD
4391
43922010-11-11 Eric Schulte <schulte.eric@gmail.com>
4393
56f5a94e 4394 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
4395
43962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4397
4398 * org.texi (Installation): Remove the special
4399 installation instructions for XEmacs.
4400
44012010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4402
56f5a94e 4403 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
4404 insertion of empty structural elements.
4405
44062010-11-11 Noorul Islam <noorul@noorul.com>
4407
56f5a94e 4408 * org.texi: Fix doc.
afe98dfa
CD
4409
44102010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4411
4412 * org.texi (The date/time prompt): Document specification
4413 of time ranges.
4414
44152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4416
4417 * org.texi (Internal links): Document the changes in
4418 internal links.
4419
44202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4421
4422 * org.texi (Agenda commands): Document the limitation for
4423 the filter preset - it can only be used for an entire agenda
4424 view, not in an individual block in a block agenda.
4425
44262010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4427
4428 * org.texi (iCalendar export): Document alarm creation.
4429
6f8fc60c
MA
44302010-11-10 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4433
be3c11b3
LMI
44342010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
4436 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4437
d607b96b 44382010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 4439
d607b96b 4440 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 4441
181cb5fb
G
44422010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4445 since that works by default.
4446
44472010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4448
4449 * gnus.texi (Customizing the IMAP Connection): Document
4450 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4451
36bc5d3b
MA
44522010-11-04 Michael Albinus <michael.albinus@gmx.de>
4453
4454 * tramp.texi (Remote shell setup): New item "Interactive shell
4455 prompt". Reported by Christian Millour <cm@abtela.com>.
4456 (Remote shell setup, Remote processes): Use @code{} for
4457 environment variables.
4458
cf503f7c
GM
44592010-11-03 Glenn Morris <rgm@gnu.org>
4460
537b04b9 4461 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 4462 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 4463
389b76fa
G
44642010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465
4466 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4467
2699a554 44682010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
4469
4470 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4471
2699a554 44722010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
4473
4474 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4475
99e65b2d
G
44762010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4477
0c7efc08
SM
4478 * gnus.texi (Client-Side IMAP Splitting):
4479 Mention nnimap-unsplittable-articles.
99e65b2d
G
4480
44812010-10-29 Julien Danjou <julien@danjou.info>
4482
4483 * gnus.texi (Finding the News): Remove references to obsoletes
4484 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4485
aeeb3dcb
EZ
44862010-10-29 Eli Zaretskii <eliz@gnu.org>
4487
4488 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4489 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4490 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4491 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4492
8289f37b
GM
44932010-10-28 Glenn Morris <rgm@gnu.org>
4494
4495 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4496 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4497 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4498
d85d3b3a
DU
44992010-10-25 Daiki Ueno <ueno@unixuser.org>
4500
4501 * epa.texi (Mail-mode integration): Add alternative key bindings
4502 for epa-mail commands; escape comma.
c05c2b9b 4503 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 4504
9f534a47
JB
45052010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4506
99e65b2d 4507 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 4508
5793a7bc 45092010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
4510
4511 * gnus.texi (Group Parameters, Buttons): Fix typos.
4512
280f417b
G
45132010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4514
4515 * gnus.texi (Subscription Commands): Mention that you can also
4516 subscribe to new groups via the Server buffer, which is probably more
4517 convenient when subscribing to many groups.
4518
d806c872
G
45192010-10-21 Julien Danjou <julien@danjou.info>
4520
4521 * message.texi (Message Headers): Allow message-default-headers to be a
4522 function.
4523
d5798f68
LMI
45242010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4525
4526 * gnus-news.texi: Mention new archive defaults.
4527
b79bbef7
KY
45282010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4529
4530 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4531
2526f423
G
45322010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * gnus.texi (HTML): Document the function value of
4535 gnus-blocked-images.
4536 (Article Washing): shr and gnus-w3m, not the direct function names.
4537
ba91f05d
G
45382010-10-20 Julien Danjou <julien@danjou.info>
4539
4540 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4541 variable.
4542
da451787
LMI
45432010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * gnus.texi (Customizing the IMAP Connection): The port strings are
4546 strings.
c872595d 4547 (Document Groups): Mention git.
da451787 4548
7cad71ad
G
45492010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550
4551 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4552 bzr/Gnus git sync.
4553
c56dfd36
EZ
45542010-10-15 Eli Zaretskii <eliz@gnu.org>
4555
4556 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4557 change.
4558
a1d16a7b
G
45592010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4560
4561 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4562 @item syntax for in-Emacs makeinfo.
4563
45642010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4565
4566 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4567 trim sentence.
4568
98e2b864
DU
45692010-10-12 Daiki Ueno <ueno@unixuser.org>
4570
4571 * epa.texi (Caching Passphrases):
0c7efc08
SM
4572 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4573 Clarify some configurations require to set up gpg-agent.
98e2b864 4574
c12e4a81
GM
45752010-10-11 Glenn Morris <rgm@gnu.org>
4576
4577 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4578
f7aa248a
G
45792010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * gnus.texi (Spam Package Introduction): Mention `$'.
4582
6513b232
EZ
45832010-10-09 Eli Zaretskii <eliz@gnu.org>
4584
4585 * makefile.w32-in (emacsdir): New variable.
4586 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4587 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4588
abd40fb4
GM
45892010-10-09 Glenn Morris <rgm@gnu.org>
4590
0f05450f
GM
4591 * Makefile.in (mostlyclean): Delete *.toc.
4592
d3a4ac46
GM
4593 * Makefile.in: Use $< in rules.
4594
aa9db089
GM
4595 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4596
abd40fb4
GM
4597 * Makefile.in ($(infodir)): Delete rule.
4598 (mkinfodir): New. Use it in all the info rules, rather than depending
4599 on infodir.
4600
ea274122
GM
46012010-10-09 Glenn Morris <rgm@gnu.org>
4602
6e90e2a8
GM
4603 * gnus.texi (Article Washing): Fix previous change.
4604
f7a31f11
GM
4605 * Makefile.in (emacsdir): New variable.
4606 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
4607 Depend on emacsver.texi.
4608
f7a31f11
GM
4609 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4610
ea274122
GM
4611 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4612
36d3245f
G
46132010-10-08 Julien Danjou <julien@danjou.info>
4614
f7a31f11 4615 * gnus.texi: Add mm-shr.
36d3245f
G
4616
46172010-10-08 Ludovic Courtès <ludo@gnu.org>
4618
4619 * gnus.texi (Finding the Parent, The Gnus Registry)
4620 (Registry Article Refer Method): Update docs for nnregistry.el.
4621
46222010-10-08 Daiki Ueno <ueno@unixuser.org>
4623
4624 * auth.texi (Help for users)
4625 (GnuPG and EasyPG Assistant Configuration): Update docs.
4626
12359245
GM
46272010-10-08 Glenn Morris <rgm@gnu.org>
4628
4629 * cl.texi (Organization, Installation, Old CL Compatibility):
4630 Deprecate cl-compat for new code.
4628bef1 4631 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
4632
4633 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4634
fcf2d385
KY
46352010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4636
4637 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4638
66627fa9
G
46392010-10-06 Julien Danjou <julien@danjou.info>
4640
fd9ba500
JD
4641 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4642
66627fa9
G
4643 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4644 broken link.
4645
4646 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4647
4648 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4649 to ReiserFS.
4650
4651 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4652 (FAQ 7-1): Fix getmail URL.
4653
65f54520
DU
46542010-10-06 Daiki Ueno <ueno@unixuser.org>
4655
4656 * epa.texi (Caching Passphrases): New section.
4657
4c83f6e1
GM
46582010-10-06 Glenn Morris <rgm@gnu.org>
4659
4660 * Makefile.in (SHELL): Set it.
4661 (info): Move the mkdir dependency to the individual info files.
4662 (mostlyclean): Tidy up.
4663 (clean): Only delete the specific dvi and pdf files.
4664 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 4665 ($(infodir)): Add parallel build workaround.
4c83f6e1 4666
71e691a5
G
46672010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4668
4669 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4670
a41c2e6d
G
46712010-10-03 Julien Danjou <julien@danjou.info>
4672
0c7efc08
SM
4673 * emacs-mime.texi (Display Customization):
4674 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
4675 mm-inline-large-images-proportion.
4676
37255945
MA
46772010-10-03 Michael Albinus <michael.albinus@gmx.de>
4678
0c7efc08
SM
4679 * tramp.texi (Frequently Asked Questions):
4680 Mention remote-file-name-inhibit-cache.
37255945 4681
11e4e7bd
LMI
46822010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4683
4684 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 4685 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 4686
cb83220a
KY
46872010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
0c7efc08
SM
4689 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4690 (Article Hiding): Add google banner example.
4691 Suggested by Benjamin Xu.
cb83220a 4692
6b958814
G
46932010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4694
0c7efc08
SM
4695 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4696 Remove nnimap-split-rule from examples.
6b958814
G
4697
46982010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4701 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4702 Fishman.
4703 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4704
47052010-09-30 Julien Danjou <julien@danjou.info>
4706
4707 * gnus.texi (Gravatars): Fix documentation about
4708 gnu-gravatar-properties.
4709
b9476c04
DU
47102010-09-29 Daiki Ueno <ueno@unixuser.org>
4711
4712 * epa.texi (Bug Reports): New section.
4713
5f874327
GM
47142010-09-29 Glenn Morris <rgm@gnu.org>
4715
4716 * Makefile.in (top_srcdir): Remove unused variable.
4717
6b958814
G
47182010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4719
4720 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4721 (Client-Side IMAP Splitting): Document 'default.
4722
47232010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4724
0c7efc08
SM
4725 * gnus.texi (Customizing the IMAP Connection):
4726 Document nnimap-fetch-partial-articles.
6b958814 4727
82bccbfa
KY
47282010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * gnus-news.texi: Mention nnimap-inbox.
4731
4732 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4733
47342010-09-26 Julien Danjou <julien@danjou.info>
4735
47e08896 4736 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
4737
47382010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * gnus.texi (Security): Remove gpg.el mention.
4741
47422010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4743
4744 * gnus.texi (Browse Foreign Server): New variable
4745 gnus-browse-subscribe-newsgroup-method.
4746
4747 * gnus-news.texi: Mention it.
4748
47492010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4750
0c7efc08 4751 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
4752 (Startup Variables): No jingle.
4753
4c964351
UM
47542010-09-25 Ulrich Mueller <ulm@gentoo.org>
4755
4756 * woman.texi (Interface Options): xz compression is now supported.
4757
82bccbfa
KY
47582010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4759
4760 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4761 (Unavailable Servers): Document gnus-server-copy-server.
4762 (Using IMAP): Document the new nnimap.
4763
47642010-09-25 Julien Danjou <julien@danjou.info>
4765
47e08896 4766 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 4767
18778f71
GM
47682010-09-24 Glenn Morris <rgm@gnu.org>
4769
4770 * url.texi (Disk Caching): Tweak previous change.
4771
9c766321
JD
47722010-09-24 Julien Danjou <julien@danjou.info>
4773
4774 * url.texi (Disk Caching): Mention url-cache-expire-time,
4775 url-cache-expired, and url-fetch-from-cache.
4776
82bccbfa
KY
47772010-09-24 Julien Danjou <julien@danjou.info>
4778
4779 * gnus.texi: Add Gravatars.
4780
47812010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
4783 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4784
592bdb9a
LMI
47852010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus.texi (Expunging mailboxes): Update name of the expunging
4788 command.
4789
e4e22d29
KY
47902010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4791
4792 * emacs-mime.texi (rfc2047): Update description for
4793 rfc2047-encode-parameter.
4794
371d9801
MA
47952010-09-13 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4798 "fish" methods.
4799 (External methods): Remove "scp1_old" and "scp2_old" methods.
4800
31ae5827
MA
48012010-09-09 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * tramp.texi: Remove Japanese manual. Fix typo.
4804
4805 * trampver.texi: Update release number. Remove japanesemanual.
4806
c0468714
GM
48072010-09-09 Glenn Morris <rgm@gnu.org>
4808
4809 * org.texi: Restore clobbered changes (copyright years, untabify).
4810
86441999
JD
48112010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4812
4813 * gnus.texi (Adaptive Scoring): Fix typo.
4814
25f28806
LMI
48152010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * gnus.texi (Article Display): Document gnus-html-show-images.
4818
45240125 48192010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 4820
45240125
JD
4821 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4822
59d09f15
LMI
48232010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4824
4825 * gnus.texi (HTML): Document gnus-max-image-proportion.
4826
2cdd366f
KY
48272010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4828
51dee5ef
KY
4829 * gnus.texi (HTML): Document gnus-blocked-images.
4830
2cdd366f
KY
4831 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4832
b0e4f3fc
KY
48332010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4834
4835 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4836 the first message are used for wide replies.
f02566ce
KY
4837 (Changing Servers): Remove documentation on gnus-change-server and
4838 friends, since it's been removed.
b0e4f3fc 4839
598451ed
KY
48402010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4841
4842 * gnus.texi (Drafts): Mention B DEL.
4843
e7842e69
KY
48442010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4845
4846 * gnus.texi (Delayed Articles): Mention that the Date header is the
4847 original one, even if you delay.
4848
85115796
KY
48492010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4850
0c7efc08
SM
4851 * gnus.texi (Asynchronous Fetching):
4852 Document gnus-async-post-fetch-function.
85115796
KY
4853 (HTML): Made into its own section.
4854
f0b44bc0
MA
48552010-08-26 Michael Albinus <michael.albinus@gmx.de>
4856
4857 Sync with Tramp 2.1.19.
4858
c5b0993e
EW
4859 * tramp.texi (Inline methods, Default Method):
4860 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
0c7efc08 4861 Remove remark about doubled "-t" argument.
217876c9
MA
4862 (Auto-save and Backup): Remove reference to Emacs 21.
4863 (Filename Syntax): Describe port numbers.
4864 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4865 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4866 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4867 errors with the backquotes.
4868 (External packages): File attributes cache flushing for asynchronous
4869 processes.
4870 (Traces and Profiles): Describe verbose level 9.
4871
f0b44bc0
MA
4872 * trampver.texi: Update release number.
4873
7457f7b6
MA
48742010-08-23 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * dbus.texi (Alternative Buses): New chapter.
4877
b695beda
SM
48782010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4881
443c2c03
JB
48822010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4883
4884 * calc.texi (Customizing Calc): Rearrange description of new
4885 variables to match the presentation of other variables.
4886
7815fe19 48872010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
4888
4889 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4890
2c695727
JB
48912010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4892
4893 * calc.texi (Making Selections, Selecting Subformulas)
4894 (Customizing Calc): Mention how to use faces to emphasize selected
4895 sub-formulas.
4896
bbb6ffa1
MA
48972010-08-05 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * tramp.texi (External packages): File attributes cache flushing
4900 for asynchronous processes.
4901
5cee0a9c
AM
49022010-08-01 Alan Mackenzie <acm@muc.de>
4903
4904 Enhance the manual for the latest Java Mode.
4905
4906 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4907 annotation-var-cont.
4908 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4909 two new symbols.
4910
3f2afe32
MA
49112010-07-28 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4914
0ed082fe 49152010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
4916
4917 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4918
311f0356
JB
49192010-07-19 Juanma Barranquero <lekktu@gmail.com>
4920
4921 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4922
86fbb8ca
CD
49232010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4924
4925 * org.texi: Add macros to get plain quotes in PDF output.
4926 List additional contributors.
4927 (Capture): New section, replaces the section about remember.
4928 (Working With Source Code): New chapter, focused on documenting Org
4929 Babel.
4930 (Code evaluation security): New section.
4931 (MobileOrg): Document DropBox support.
4932 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4933 (Special symbols): Show how to display UTF8 characters for entities.
4934 (Global TODO list): Clarify the use of the "M" key and the differences
4935 to the "m" key.
4936 (RSS Feeds): Mention Atom feeds as well.
4937 (Setting tags): Remove paragraph about
4938 `org-complete-tags-always-offer-all-agenda-tags'.
4939
5732e8ed
MA
49402010-07-17 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4943 argument.
4944 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4945 echoing shells.
4946
ca1bb391
MA
49472010-07-10 Michael Albinus <michael.albinus@gmx.de>
4948
4949 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4950 (Filename Syntax): Describe port numbers.
4951
5bd55c3c
MA
49522010-07-09 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4955 forgotten.
4956 (Type Conversion): Precise conversion of natural numbers.
4957 (Errors and Events): Add "debugging" to concept index. Add variable
4958 `dbus-debug'.
4959
820ae8fe
MA
49602010-07-04 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * dbus.texi (Receiving Method Calls): Add optional argument
4963 EMITS-SIGNAL to `dbus-register-property'.
4964
b6f9df0f
JB
49652010-06-27 Alex Schroeder <alex@gnu.org>
4966
4967 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4968
62e034c2
GM
49692010-06-24 Glenn Morris <rgm@gnu.org>
4970
4971 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4972 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4973 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4974 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4975 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4976 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4977 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4978 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4979 convention. Make them end with a period.
4980
9360256a
GM
49812010-06-23 Glenn Morris <rgm@gnu.org>
4982
4983 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
4984 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4985 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4986 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4987 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4988 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 4989
04d3bb6c
GM
49902010-06-10 Glenn Morris <rgm@gnu.org>
4991
4992 * idlwave.texi (Load-Path Shadows):
4993 * org.texi (Handling links): Fix typos.
4994
5e7d4a75
KY
49952010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4996
4997 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4998
9841cb4f
MA
49992010-05-26 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * eshell.texi (Built-ins): Describe, how to disable a built-in command
5002 by an alias. (Bug#6226)
5003
597517ef
JB
50042010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5005
5006 * calc.texi (Manipulating Vectors): Mention that vectors can
5007 be used to determine bins for `calc-histogram'.
5008
14914c43
JB
50092010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5010
597517ef 5011 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 5012
0235128c 50132010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
5014
5015 * url.texi (HTTP language/coding, Customization):
5016 * message.texi (Header Commands, Responses):
5017 * cl.texi (Argument Lists): Fix typos.
5018
0235128c 50192010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 5020
0235128c
SM
5021 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
5022 Note that Development menu is always available.
aa5789b5
CY
5023 (Creating a project): Fix terminology.
5024 (Add/Remove files): Fix typo.
5025
0235128c
SM
50262010-05-07 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * Version 23.2 released.
5029
a628ad9d 50302010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
5031
5032 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
5033
502269d6
MA
50342010-05-01 Michael Albinus <michael.albinus@gmx.de>
5035
0235128c
SM
5036 * tramp.texi (Inline methods, Default Method):
5037 Mention `tramp-inline-compress-start-size'.
502269d6 5038
6e104790 50392010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
5040
5041 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
5042 the CVS repo. Put the Git repo in the news section.
5043
6e104790 5044 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
5045 Removed some mentions of CVS. Mention the new Git repo.
5046
6e104790 50472010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
5048
5049 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
5050 (Mail Group Commands): Add index entry.
5051
6e104790 50522010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
5053
5054 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
5055
f8b91752
JB
50562010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5057
5058 * calc.texi (Radix modes): Mention that the option prefix will
5059 turn on twos-complement mode.
5060 (Inverse and Hyperbolic Flags): Mention the Option flag.
5061
ed21c5c8
CD
50622010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
5063
5064 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 5065 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
5066 (Sectioning structure): Update.
5067 (References): New use case for field coordinates.
6e104790 5068 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
5069 (Setting up the staging area): Document the availability of
5070 encryption for MobileOrg.
5071 (Images and tables): Document how to reference labels.
5072 (Index entries): New section.
5073 (Generating an index): New section.
5074 (Column width and alignment): Document that <N> now
5075 means a fixed width, not a maximum width.
5076 (Publishing options): Document the :email option.
5077 (Beamer class export): Fix bug in the BEAMER example.
5078 (Refiling notes): Document refile logging.
5079 (In-buffer settings): Document refile logging keywords.
5080 (Drawers): Document `C-c C-z' command.
5081 (Agenda commands): Mention the alternative key `C-c C-z'.
5082 (Special properties): Document the BLOCKED property.
5083 (The spreadsheet): Mention the formula editor.
5084 (References): Document field coordinates.
5085 (Publishing action): Correct the documentation for the
5086 publishing function.
5087 (The date/time prompt): Document that we accept dates
5088 like month/day/year.
5089 (Cooperation): Document the changes in table.el support.
5090 (Faces for TODO keywords, Faces for TODO keywords)
5091 (Priorities): Document the easy colors.
5092 (Visibility cycling): Document the new double prefix
5093 arg for `org-reveal'.
5094 (Cooperation): Remember.el is part of Emacs.
5095 (Clean view): Mention that `wrap-prefix' is also set by
5096 org-indent-mode.
5097 (Agenda commands): Add information about prefix args to
5098 scheduling and deadline commands.
5099 (Search view): Point to the docstring of
5100 `org-search-view' for more details.
6e104790 5101 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
5102 (Setting tags): Document variable
5103 org-complete-tags-always-offer-all-agenda-tags.
6e104790 5104 (Column attributes): Cross-reference special properties.
ed21c5c8 5105
456b348e
MA
51062010-04-10 Michael Albinus <michael.albinus@gmx.de>
5107
5108 Synchronize with Tramp repository.
5109
5110 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
5111 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5112 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
5113 syntax, texi2dvi reports errors with the backquotes.
5114
5115 * trampver.texi: Update release number.
5116
357e2d8e
KY
51172010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5118
5119 * gnus.texi (Finding the News): Add pointers to the Server buffer
5120 because it's essential.
5121
1d4d7664
KY
51222010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * gnus.texi (MIME Commands): Update description of
5125 gnus-article-browse-html-article.
5126
bd3e840f
KY
51272010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5128
5129 * auth.texi (Secret Service API): Add TODO node.
5130 (Help for users): Explain the new source options for `auth-sources'.
5131
e867cb5d 51322010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
5133
5134 * trampver.texi: Update release number.
5135
288f9fc0
CY
51362010-03-10 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * Branch for 23.2.
5139
d99aaebd
CY
51402010-03-03 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5143 now enabled by default.
5144
5794c2a5
MA
51452010-02-28 Michael Albinus <michael.albinus@gmx.de>
5146
5147 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5148 when Emacs runs in interactive mode. (Bug#5645)
5149
40572be6
GM
51502010-02-16 Glenn Morris <rgm@gnu.org>
5151
5152 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5153
7bb8ed67
MH
51542010-02-05 Mark A. Hershberger <mah@everybody.org>
5155
5156 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5157
45a1423d 51582010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
5159
5160 * gnus.texi (Score File Format): Fix typo.
5161
45a1423d 51622010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
5163
5164 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5165
14f17fc8
JB
51662010-01-18 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * ada-mode.texi (Project File Overview): Fix typo.
5169
607d4369
CY
51702010-01-17 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * semantic.texi: Add Richard Y. Kim credit.
5173
5174 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5175
3d1bfa99
MA
51762010-01-17 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 5179 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 5180
6fbf7a75
GM
51812010-01-17 Glenn Morris <rgm@gnu.org>
5182
b9f978f0
GM
5183 * calc.texi (Reporting Bugs): Don't mention format of repository.
5184
f19bc38d
GM
5185 * woman.texi (Bugs): Make "Emacs repository" less specific,
5186 and the URL for same more specific.
5187
6fbf7a75
GM
5188 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5189
16c3428a
JB
51902010-01-17 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * ede.texi (ede-step-project, ede-proj-target):
5193 * tramp.texi (Remote processes): Fix typos.
5194
045b9da7
ML
51952010-01-16 Mario Lang <mlang@delysid.org>
5196
5197 * ede.texi (ede-target):
5198 * org.texi (Refiling notes): Remove duplicated words.
5199
c57008f6
SM
52002010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * gnus.texi (Posting Styles): Use with-current-buffer.
5203 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5204
798c9eb5
KR
52052010-01-02 Kevin Ryde <user42@zip.com.au>
5206
5207 * eieio.texi (Naming Conventions): Correction to xref on elisp
5208 coding conventions, is "Tips" node not "Standards".
5209
4970fbfe
CY
52102009-12-24 Chong Yidong <cyd@stupidchicken.com>
5211
5212 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5213
5214 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5215
83828b06
KY
52162009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5217
5218 * gnus.texi (Direct Functions): Add missing port number to tls method.
5219
45a4a565
JB
52202009-12-15 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5223 ($(infodir)/edt, edt.dvi): New targets.
5224
698bfef7
GM
52252009-12-15 Glenn Morris <rgm@gnu.org>
5226
5227 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5228 (edt, $(infodir)/edt, edt.dvi): New targets.
5229 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5230
5231 * Makefile.in (PDF_TARGETS, pdf): New.
5232 (clean): Add *.pdf.
5233 Add pdf rules for all manuals.
5234
0e983327
JB
52352009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5236
38942b9c 5237 * calc.texi (Radix Modes): Clarify two's complement notation.
0e983327 5238
8e687433
CY
52392009-12-14 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5242 (Smart Jump, Analyzer Debug): Copyedits.
5243 (Semantic mode user commands): Link to new nodes.
5244 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5245 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5246 upstream Semantic manual.
5247
5248 * semantic.texi (Introduction): Minor fix to diagram.
5249
020335df
MA
52502009-12-09 Michael Albinus <michael.albinus@gmx.de>
5251
5252 * eshell.texi (History): Add the other built-in variables.
5253 (Built-ins): Explain built-ins, and how to apply the external commands.
5254 Add `history', `su' and `sudo'.
5255
5256 * tramp.texi (Remote processes): Add missing <RET> in the example.
5257
6ddf13e4
BW
52582009-12-01 Bill Wohler <wohler@newt.com>
5259
5260 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 5261 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
5262 excessively garrulous.
5263
07b6428c
MA
52642009-11-29 Michael Albinus <michael.albinus@gmx.de>
5265
5266 * tramp.texi (Remote processes): Improve eshell example with "su"
5267 and "sudo" commands.
5268
fd1cefda
CY
52692009-11-28 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5272
5273 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5274 Document semantic-complete-analyze-inline.
5275 (Semanticdb search debugging commands): Minor clarification.
5276 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 5277 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 5278 manual.
9d542758 5279 (Semantic mode): Link to Idle Scheduler.
fd1cefda 5280
159e3ad5
KR
52812009-11-28 Kevin Ryde <user42@zip.com.au>
5282
5283 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 5284 @pxref, now EIEIO is in Emacs.
159e3ad5 5285
c6d47315
KR
5286 * erc.texi (Development): Correction to git tutorial url.
5287
16f6287e
GM
52882009-11-26 Glenn Morris <rgm@gnu.org>
5289
5290 * faq.texi (Latest version of Emacs): Mention stability of development
5291 version.
5292 (Problems with very large files): Max buffer size increase in 23.2.
5293 (VM): VM has moved house again.
5294
5ea5dbc9
JB
52952009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5296
5297 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5298 notations.
5299
5dec9555
CD
53002009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5301
45a4a565 5302 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 5303
bd6f6833
CY
53042009-11-20 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
5307 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5308 (Idle Completions Mode): Numerous copyedits.
bd6f6833 5309
be479117
JB
53102009-11-17 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * semantic.texi (Semantic Internals, Glossary):
5313 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5314 (Semanticdb search debugging commands): Fix typos.
5315
17291a1f
JB
53162009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5317
be479117 5318 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 5319
af42a9cc
JB
53202009-11-16 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5323 ($(infodir)/semantic, semantic.dvi): New targets.
5324
3149927d
CY
53252009-11-16 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * Makefile.in: Build the Semantic manual.
5328
5329 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5330 repository.
5331
977640ed
MA
53322009-11-16 Michael Albinus <michael.albinus@gmx.de>
5333
5334 * dbus.texi (Receiving Method Calls): New defun
5335 `dbus-unregister-service'.
5336
17673adf
CD
53372009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5338
5339 * org.texi (Speed keys): New section.
5340
0ecd3c90
MA
53412009-11-13 Michael Albinus <michael.albinus@gmx.de>
5342
5343 * dbus.texi (Type Conversion): Fix typo.
5344 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5345 `dbus-registered-objects-table'.
0c7efc08
SM
5346 (Receiving Method Calls): New defun `dbus-register-property'.
5347 Move `dbus-unregister-object' here.
0ecd3c90 5348
8bfe682a
CD
53492009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5350
5351 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5352
53532009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5354
5355 * org.texi (Column attributes): Add the new age summary operators.
5356 Also, mention the fact you can only use one summary operator per
5357 property.
5358
53592009-11-13 John Wiegley <johnw@newartisans.com>
5360
0c7efc08 5361 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 5362 manual about how to track habits.
0c7efc08 5363 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
5364 dangling clocks are resolved.
5365
53662009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5367
5368 * org.texi (Agenda commands): Document the new `i' command.
5369 (Inserting deadline/schedule): Document logging changes
5370 of scheduling and deadline times stamps.
5371 (In-buffer settings): Document the in-buffer keywords for logging
5372 changes of scheduling and deadline times stamps.
5373 (Structure editing, Plain lists): Document indentation
5374 cycling in empty entries with TAB.
5375 (Archiving): Document the default archiving command.
5376 (Moving subtrees): Document the new keys for archiving.
5377 (Internal archiving): Fix incorrect key.
5378 (Agenda commands): Document the TODO set switching commands.
5379 (Agenda commands): Document the new archiving keys.
5380 (Clocking work time): Better description on how to save
5381 and restore a clock.
5382 (Resolving idle time): Mention the x11idle program to get true
5383 idleness also under X11.
5384 (Resolving idle time): Use @kbd instead of @key for normal
5385 letters, because this is how he rest of the manual does this.
5386 (Pushing to MobileOrg): Mention that `org-directory'
5387 should be set.
5388 (Agenda commands): Document that SPC is a filter for
5389 any tag.
0c7efc08 5390 (Search view): Rename from "Keyword search".
8bfe682a
CD
5391 (Capure): New chapter.
5392 (Markup): New chapter.
0c7efc08
SM
5393 (Links in HTML export, Images in HTML export):
5394 Extend the section titles.
8bfe682a
CD
5395 (Images in HTML export): Document the align option.
5396 (Text areas in HTML export): Extend the section title.
5397 (Images in LaTeX export): Explain image placement in LaTeX.
5398
693737cd
GM
53992009-11-10 Glenn Morris <rgm@gnu.org>
5400
5401 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5402
c7bd4ebe
MA
54032009-11-08 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * tramp.texi (Auto-save and Backup): Disable backups just for a
5406 method.
5407
5408 * trampver.texi: Update release number.
5409
76c5acad
MA
54102009-11-07 Michael Albinus <michael.albinus@gmx.de>
5411
5412 Sync with Tramp 2.1.17.
5413
5414 * trampver.texi: Update release number.
5415
d9a57abf
GM
54162009-10-29 Glenn Morris <rgm@gnu.org>
5417
5418 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5419
637f4f0f
MA
54202009-10-23 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * tramp.texi (External methods): Temporary files are kept for
5423 `rsync' and `rsyncc' methods.
5424
310dbb05
JB
54252009-10-09 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * eieio.texi: Fix typos.
5428
09094f28
CY
54292009-10-07 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5432
216f299a
JB
54332009-10-07 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5436 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5437
966a6506
CY
54382009-10-07 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * Makefile.in: Build EIEIO and EDE manuals.
5441
54422009-10-07 Eric Ludlam <zappo@gnu.org>
5443
5444 * eieio.texi:
5445 * ede.texi: New files.
5446
8842cd9b
MA
54472009-10-05 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * tramp.texi (Remote processes): Association of a pty is not supported.
5450
7006d207
CD
54512009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5452
5453 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5454 (Processing LaTeX fragments): Document that the size of images can be
5455 changes using the variable `org-format-latex-options'.
5456 (The date/time prompt, Timestamps): Be more accurate over ISO format
5457 dates and times.
5458 (Visibility cycling): Document showeverything keyword.
5459 (In-buffer settings): Document showeverything keyword.
5460 (Setting up the staging area): Fix the example.
5461 (MobileOrg): New section.
5462 (Agenda commands, Exporting Agenda Views): Document exporting the
5463 agenda view to Org files.
5464
0e7b2867
MA
54652009-09-28 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * tramp.texi (History): Add IMAP support.
5468 (External methods): Add `imap' and `imaps' methods.
5469 (GVFS based methods): Add indices for `davs'.
5470 (Password handling): Rename anchors. Add IMAP entries for
5471 ~/.authinfo.gpg.
5472
5473 * trampver.texi: Set default value of `emacsimap'.
5474
4146636e
KY
54752009-09-22 Daiki Ueno <ueno@unixuser.org>
5476
5477 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5478
d22f7ffa
CY
54792009-09-13 Chong Yidong <cyd@stupidchicken.com>
5480
0c7efc08
SM
5481 * dired-x.texi (Technical Details):
5482 Delete dired-up-directory (Bug#4292).
d22f7ffa 5483
66043531
MA
54842009-09-03 Michael Albinus <michael.albinus@gmx.de>
5485
216f299a 5486 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 5487
6eb02347
CD
54882009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5489
5490 * org.texi (Effort estimates): Document new effort setting commands.
5491 (Agenda commands): Document the new keys fro agenda time motion.
5492 Document entry text mode. Improve documentation of the keys to include
5493 inactive time stamps into the agenda view.
5494 (Feedback): Document the new bug report command.
0c7efc08 5495 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 5496
38dc51ba
KY
54972009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5498
5499 * auth.texi (Help for users): Corrected markup.
5500
e402f452
GM
55012009-09-02 Glenn Morris <rgm@gnu.org>
5502
5503 * emacs-mime.texi (time-date): Mention float-time.
5504
744256cf
JB
55052009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5506
5507 * calc.texi (Simplifying Formulas): Improve the wording.
5508
b0b63450
MB
55092009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5510
5511 * auth.texi: Rewritten for coverage and clarity.
5512
55132009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5514
0c7efc08
SM
5515 * gnus.texi (Expiring Mail):
5516 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
5517 (Various Various): Mention gnus-safe-html-newsgroups.
5518
5519 * gnus-news.texi: Mention
5520 gnus-mark-copied-or-moved-articles-as-expirable.
5521
5522 * emacs-mime.texi (Display Customization): Add xref to
5523 gnus-safe-html-newsgroups.
5524
b59329e0
MA
55252009-08-28 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * tramp.texi (Version Control): Remove.
af42a9cc 5528 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
5529 reference.
5530 (External methods): Correct `scpc' concept index entries. New method
5531 `rsyncc'.
5532 (External packages): New subsections "Filename completion" and "File
5533 attributes cache".
5534
0ff2d6c2
JB
55352009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5536
5537 * calc.texi (Rewrite Rules): Improve the example.
5538 (Simplifying Formulas): Explain use of the I and H flags for
5539 simplification.
5540
ecd3d54f
MA
55412009-08-25 Michael Albinus <michael.albinus@gmx.de>
5542
5543 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 5544 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
5545 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5546 for timeout values.
78176e69
MA
5547 (Top): Remove footnote saying D-Bus is not enabled by
5548 default. (Bug#4256)
ecd3d54f 5549
0f215bca
DU
55502009-08-23 Daiki Ueno <ueno@unixuser.org>
5551
5552 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 5553 Reported by Jari Aalto (Bug#4211).
0f215bca 5554 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 5555 epa-global-mail-mode.
3b7ab45f
DU
5556 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5557 epa-setup.
0f215bca 5558
4f22e84d
MA
55592009-08-16 Michael Albinus <michael.albinus@gmx.de>
5560
5561 * dbus.texi (Asynchronous Methods): Allow nil handler.
5562
9ff0b02b 55632009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 5564
26b03ee3 5565 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 5566
26b03ee3 5567 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 5568
4c39f404
CY
55692009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5570
5571 * calc.texi (Date Forms): Fix typos.
5572
3bcfba17
GM
55732009-08-08 Glenn Morris <rgm@gnu.org>
5574
5575 * org.texi (Agenda commands): Restore clobbered change.
5576
66783bb4
EZ
55772009-08-07 Eli Zaretskii <eliz@gnu.org>
5578
5579 * calc.texi (Graphics, Devices): Update with the peculiarities of
5580 operation on MS-Windows.
5581
c8d0cf5c
CD
55822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5583
5584 * org.texi (Publishing action): Improve documentation of file
5585 names when publishing to the source directory.
5586 (Clean view): Document `org-indent-mode'.
5587 (Clocking work time): Add documentation for the
5588 new :timetamp option when creating a clock report.
5589 (Paragraphs): Fix many typos.
5590 (Plain lists): Remove duplicate explanation about the
5591 `C-c *' command.
5592 (Literal examples): Update to reflect the new behavior
5593 of the -n -r -k switches when exporting source code examples.
5594 (Structure editing): Add information about `C-c *',
5595 converting a plain list into a list of Org items.
5596 (Remember): Small rephrasing of the paragraph
5597 describing remember.el. Also mentioned that remember.el is part
5598 of Emacs 23, not Emacs 22.
5599 (Clocking work time): Add documentation about
5600 displaying the current clocking time against the effort estimate.
5601 Also add a footnote about using `org-clock-in-prepare-hook' to add
5602 an effort estimate on the fly, just before clocking it.
5603 (Footnotes): Document automatic renumbering and
5604 sorting.
5605 (Agenda commands): Document new bulk commands.
5606 (Plain lists): Document new behavior of
5607 `org-cycle-include-plain-lists'.
4e2af782 5608 Hyphenation only in TeX.
c8d0cf5c
CD
5609 (Clocking work time): Document the key to update effort
5610 estimates.
5611 (Clocking work time): Document the clock time display.
5612 (Structure editing, TODO basics): Document new
5613 variables.
5614 (Column attributes): Document new colciew operators.
5615 (Publishing options): Document :xml-declaration.
5616 (Tracking TODO state changes): Document the
5617 LOG_INTO_DRAWER property.
5618 (Literal examples): Document the new implementation for
5619 editing source code.
5620 (Publishing action): Mention the new publishing
5621 function, to publish an Org source file.
5622 (Publishing links): Mention how to link to an Org source file.
5623 (Macro replacement): Document new macros.
5624 (Handling links): Document type-specific completion
5625 when inserting links.
5626 (Structure editing, Plain lists): Improve documentation
5627 on sorting.
5628 (Internal links): Document custom ids for links.
5629 (Handling links): Document custom ids for links.
5630 (CSS support): Document new class.
5631 (Refiling notes): Document the possibility to create new nodes
5632 during refiling.
5633 (Agenda commands): Document the "?" operator to find
5634 tasks without effort setting.
5635 (Exporting agenda information): Section moved.
5636 (RSS Feeds): New section.
5637 (Built-in table editor): Document M-e and M-a navigate
5638 inside table field.
5639 (Stuck projects): Docment that projects identified as
5640 un-stuck will still be searchd for stuck sub-projects.
5641 (Paragraphs): Document centering.
5642 (Creating timestamps, Agenda commands): Document new
5643 behavior when changing time stamps.
5644 (Structure editing): Document the new command
5645 `org-clone-subtree-with-time-shift'.
5646 (Publishing): Refresh this chapter.
5647 (Export options, Export options, In-buffer settings):
5648 Document the new keywords.
5649 (Matching tags and properties): Collect all
5650 documentation about tags/property matches here.
5651 (Setting tags): Document `org-tag-persistent-alist'.
5652 (Weekly/daily agenda): New section.
5653 (Orgstruct mode): Describe `orgstruct++-mode'.
5654 (Drawers): Mention the LOGBOOK drawer.
5655 (Export options, Sectioning structure): Document the
5656 #+LEATEX_HEADER in-buffer setting.
5657 (Bugs): Section removed.
5658 (Hooks): New section.
0c7efc08 5659 (Add-on packages): Move here from old location.
c8d0cf5c
CD
5660 (Context-sensitive commands): New section.
5661 (Setting tags): Document newline option.
5662 (Global TODO list, Matching tags and properties):
5663 Mention more variables.
5664 (Checkboxes): Update to changed command behavior.
81a5560e 5665
40d2791f
CY
56662009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5667
5668 * speedbar.texi (Basic Key Bindings): Fix typo.
5669
65d0154b
JB
56702009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5671
5672 * calc.texi (Vector/Matrix Functions): Add index entries for both
5673 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5674 affects matrices with more than one row.
b5bdfd9f 5675 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 5676
5a9e3ab7
JB
56772009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5678
5679 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 5680 `calc-transpose-lines'.
5a9e3ab7 5681
42fb7e61
MA
56822009-07-27 Michael Albinus <michael.albinus@gmx.de>
5683
5684 * dbus.texi (Receiving Method Calls): Describe special return value
5685 `:ignore'.
5686
574b69d5
AM
56872009-07-24 Alan Mackenzie <acm@muc.de>
5688
5689 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5690 initialization, any individual variable setting now takes precedence
5691 over one done via c-file-style/c-file-offsets.
5692
ec06459c
JB
56932009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5694
5695 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5696 truncated when Calc is quit.
5697 (Customizing Calc): Document `calc-undo-length'.
5698
4ce54f6b
CY
56992009-07-20 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5702
0e4f8ba5
GM
57032009-07-11 Kevin Ryde <user42@zip.com.au>
5704
5705 * pcl-cvs.texi (About PCL-CVS):
5706 * widget.texi (Basic Types):
5707 Fix cross-references.
5708
fa0f81b0
AS
57092009-07-01 Andreas Schwab <aschwab@redhat.com>
5710
5711 * dbus.texi (Type Conversion): Don't use literal control character.
5712
88a683c5
MA
57132009-07-01 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * tramp.texi (GVFS based methods): New section.
5716 (Remote processes): Processes for GVFS based methods run locally.
5717
36c8febb
MA
57182009-06-30 Michael Albinus <michael.albinus@gmx.de>
5719
0c7efc08
SM
5720 * tramp.texi (Inline methods, External methods, Gateway methods):
5721 Avoid the words "kludge" and hack".
36c8febb
MA
5722 (External methods): Add `synce' method.
5723
5724 * trampver.texi: Update release number.
5725
d6b951bb
MA
57262009-06-22 Michael Albinus <michael.albinus@gmx.de>
5727
5728 Sync with Tramp 2.1.16.
5729
5730 * tramp.texi (History): Add GVFS support.
5731 (External methods): Precise `rsync' description. Add `dav', `davs' and
5732 `obex' methods. Add 'tramp-gvfs-methods' option.
5733 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5734 forms.
5735 (Remote Programs): Introduce `tramp-own-remote-path'.
5736 (Remote processes): New subsection "Running remote programs that create
5737 local X11 windows".
5738 (Frequently Asked Questions): Improve code for disabling vc.
5739
5740 * trampver.texi: Update release number. Set default value of
5741 `emacsgvfs'.
5742
70243478
CY
57432009-06-21 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * Branch for 23.1.
5746
54b31cbf
GM
57472009-06-17 Glenn Morris <rgm@gnu.org>
5748
5749 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5750 (Latest version of Emacs): Mention source code repository.
5751
f6adc23c
GM
57522009-06-16 Glenn Morris <rgm@gnu.org>
5753
5754 * faq.texi (Top): Language tweak.
5755 (Extended commands): Most people have arrow keys.
5756 (Emacs manual): Say how to follow info links.
5757 (File-name conventions): Change title a bit. Explain about source
5758 versus installed. Condense etc description.
5759 (Guidelines for newsgroup postings): Mention Savannah list page.
5760 (Newsgroup archives): Simplify.
5761 (Contacting the FSF): Add contact URL.
5762 (Emacs Lisp documentation): Printed version not always available.
5763 (Installing Texinfo documentation): Explain how by hand installation is
5764 not normally needed. Use add-to-list. Remove duplicate reference.
5765 (Informational files for Emacs): Move info on Help menu here from
5766 "File-name conventions".
5767 (Help installing Emacs): Tweak uref.
5768 (Obtaining the FAQ): Mention repository.
5769 (Origin of the term Emacs): Explain "ITS".
5770 (Changing load-path): Use add-to-list.
5771 (Automatic indentation): Clarify this is for Text mode.
5772 Don't mention Indented Text mode.
5773 (Finding Emacs on the Internet): The FSF does not seem to offer a
5774 deluxe distribution on CD anymore.
5775
b59a8457
GM
57762009-06-16 Glenn Morris <rgm@gnu.org>
5777
5778 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5779 Recommend the latest release. Mention how to get older FAQs.
5780 Recommend the Emacs manual.
5781 (Guidelines for newsgroup postings): Discourage cross-posts.
5782 (Underlining paragraphs): Remove.
5783 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5784 (Bugs and problems): Update key-binding.
5785 (Problems with very large files): Mention 64-bit.
5786 (Shell process exits abnormally): Remove.
5787 (Problems with Shell Mode): Rename and update.
5788 (Spontaneous entry into isearch-mode)
5789 (Problems talking to certain hosts): Remove. This is old information,
5790 in etc/PROBLEMS if needed.
5791 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5792 (Dired claims that no file is on this line): Update.
5793 (Installing Emacs, Problems building Emacs): Simplify.
5794 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5795 information.
5796 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5797 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5798 (JDEE): "JDEE", not "JDE".
5799 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5800 Remove. This is old information, in etc/PROBLEMS if needed.
5801 (stty and Backspace key, Kanji and Chinese characters): Remove.
5802 (Right-to-left alphabets): Update section.
5803 (Changing the included text prefix): Gnus uses message-yank-prefix.
5804 Add cross-reference to Supercite manual.
5805 (Saving a copy of outgoing mail): Simplify output file description.
5806 (Expanding aliases when sending mail): Refer to Emacs manual.
5807 Remove old info about RFC822.
5808 Correct description of how to rebuild aliases.
5809 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5810 (MIME with Emacs mail packages)
5811 (Viewing articles with embedded underlining)
5812 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5813 Remove old sections.
5814 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5815 and is well-documented in the Gnus manual.
5816 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5817 (Making Gnus faster): Rename from "Starting Gnus faster".
5818 Merge "Catch-up is slow in Gnus" into here.
5819
0e6d12ca
GM
58202009-06-14 Glenn Morris <rgm@gnu.org>
5821
5822 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5823 (New in Emacs 23): New section.
5824 (Handling C-s and C-q with flow control): Add xref.
5825
2e17e05e
GM
58262009-06-13 Glenn Morris <rgm@gnu.org>
5827
5828 * faq.texi (Setting up a customization file): Grammar fix.
5829 Customize is no longer "new".
5830 (Displaying the current line or column): Line-number mode is on by
5831 default. Don't mention `column' package. Mention linum.el.
5832 (Turning on abbrevs by default): Explain how to do it for buffers,
5833 modes, and everywhere.
5834 (Associating modes with files): Use add-to-list. Don't mention Emacs
5835 19.
5836 (Highlighting a region): On by default since 23.1.
5837 (Replacing highlighted text): Update doc quote.
5838 (Working with unprintable characters): Don't mention search-quote-char.
5839 (Using an already running Emacs process): Gnuclient is probably not an
5840 enhancement these days.
5841 (Indenting switch statements): Remove mention of pre-Emacs 20.
5842 (Horizontal scrolling): Abbreviate Emacs 20 description.
5843 (Replacing text across multiple files): Fix name of dired command.
5844 (Disabling backups): Use require not load.
4f9d4de3 5845 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 5846
2a1cf2b9
BW
58472009-06-13 Bill Wohler <wohler@newt.com>
5848
5849 Release MH-E manual version 8.2.
5850
5851 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5852 release 8.2.
5853
85b438b7
GM
58542009-06-13 Glenn Morris <rgm@gnu.org>
5855
5856 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5857 in this day and age the common meaning is "on the web".
5858 (copying): Use @copyright in all cases.
5859 (Basic keys): Remove reference to deleted manual node "Text Characters".
5860 (File-name conventions): Use GNU as an example rather than SERVICE.
5861 default.el lives in site-lisp. Update Info directory location.
5862 (Real meaning of copyleft): GPL actions have been brought, but all
5863 settled out of court.
5864 (Guidelines for newsgroup postings): Shorten section title.
5865 Simplify comp.emacs description.
5866 (Newsgroup archives): Change Google URL. Describe Gmane.
5867 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5868 points". Mention List-Unsubscribe header.
5869 (Contacting the FSF): Update email and URLs.
5870 (Basic editing): Mention F1 for help.
5871 (Installing Texinfo documentation): Refer to Texinfo website rather
5872 than ftp server.
5873 (Printing a Texinfo file): Mention texi2pdf.
5874 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5875 are just stubs nowadays.
5876 (Latest version of Emacs): Explain version numbers.
5877 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5878 (Turning on syntax highlighting): No need to mention hilit19 any more.
5879 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5880 (Modes for various languages): Remove section.
5881 (Major packages and programs): Remove most version and maintainer
5882 information - it's hard to keep up-to-date, and adds nothing.
5883 Similarly with direct links to mailing lists.
5884 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5885 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5886 years, and Emacs comes with tools for this now.
5887 (Patch): Remove section - this is a standard tool.
5888 (Using function keys under X): Remove section.
5889
93e2d996
GM
58902009-06-12 Glenn Morris <rgm@gnu.org>
5891
5892 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5893 (Help installing Emacs): Remove reference to deleted X11 node.
5894 (Associating modes with files): Interpreter-mode-alist is no longer
5895 subservient to auto-mode-alist.
5896 (Installing Emacs): Change future Emacs version.
5897 (Linking with -lX11 fails): Remove old section.
5898 (Packages that do not come with Emacs): Update ELL location.
5899 Emacs Lisp archive is dead.
5900 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
5901 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5902 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
5903 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5904 (Removing flashing messages): Remove section about non-existent Gnus
5905 option.
5906
f0bf7708
GM
5907 * faq.texi (Top): Add @top command.
5908 Remove the optional arguments from all @node commands: makeinfo can
5909 generate these automatically, and it is easier to edit and rearrange
5910 nodes without them.
5911
30884d11
GM
59122009-06-11 Glenn Morris <rgm@gnu.org>
5913
5914 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5915 (The LPF): Make the updated URL the sole reference point.
5916 (Learning how to do something): Update refcard price and format.
5917 (Getting a printed manual): Sources in doc/emacs/, not man/.
5918 Also available in PDF format. Since the page count varies, be less
5919 precise.
5920 (Informational files for Emacs): Remove references to deleted files
5921 LPF and SUN-SUPPORT, and to UUCP.
5922 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5923 Remove many obsolete ways to get the FAQ, which now seems only to be
5924 distributed with Emacs.
5925 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5926
deab46e0
CY
59272009-06-09 Chong Yidong <cyd@stupidchicken.com>
5928
223b43fa 5929 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 5930 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 5931
deab46e0
CY
5932 * ada-mode.texi (Installation, Compile commands)
5933 (Project File Overview, No project files, Set compiler options)
5934 (Use GNAT project file, Use multiple GNAT project files)
5935 (Identifier completion): Use @samp for menu items, and @kbd for key
5936 sequences (Bug#3504).
5937
71fbd643
DU
59382009-06-04 Daiki Ueno <ueno@unixuser.org>
5939
8c9bb6f5 5940 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 5941
f197085b
CY
59422009-06-04 Ryan Yeske <rcyeske@gmail.com>
5943
5944 * message.texi (Header Commands): Fix descriptions to match
5945 keybindings.
5946
7f3bc720
DU
59472009-04-22 Daiki Ueno <ueno@unixuser.org>
5948
5949 * gnus.texi (Security): Mention that EasyPG is the current default.
5950
4518068d
CY
59512009-04-13 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * ediff.texi (Session Commands): Fix typo.
5954
d7ca410a
MB
59552009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5956
5957 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5958 news.software.readers. Reported by Florian Rehnisch.
5959
c6c76add
GM
59602009-04-02 Glenn Morris <rgm@gnu.org>
5961
5962 * auth.texi: Capitalize direntry.
5963
5964 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5965 using a period in the entry name. (Bug#2797)
5966
35ed8e2e
JB
59672009-03-03 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5970 ($(infodir)/auth, auth.dvi): New targets.
5971
e280480a
GM
59722009-03-03 Glenn Morris <rgm@gnu.org>
5973
5974 * auth.texi: Fix @setfilename.
5975
5976 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5977 (auth, $(infodir)/auth, auth.dvi): New rules.
5978
8a76755b
GM
59792009-02-25 Glenn Morris <rgm@gnu.org>
5980
5981 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5982
0038d478
MB
59832009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5986
59872009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5990 gnus-nocem-issuers, and gnus-nocem-verifyer.
5991
867d4bb3
JB
59922009-02-20 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * ada-mode.texi (Project files, Automatic Casing):
5995 * dbus.texi (Signals):
5996 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5997 * mh-e.texi (HTML):
5998 * nxml-mode.texi (Locating a schema)
5999 (Using the document's URI to locate a schema):
6000 * org.texi (Footnotes, Using the mapping API):
6001 * rcirc.texi (Channels): Remove duplicate words.
6002
3a44dc1f
GM
60032009-02-20 Glenn Morris <rgm@gnu.org>
6004
6005 * dired-x.texi (Miscellaneous Commands):
6006 * gnus.texi: Minor updates for mbox Rmail.
6007
5dc584b5
KB
60082009-02-16 Karl Berry <karl@gnu.org>
6009
b59a8457
GM
6010 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
6011 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
6012 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
6013 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
6014 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
6015 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
6016 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
6017 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6018 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
6019 Consistently use @insertcopying in the Top node,
5dc584b5 6020 @contents at the front (after @end titlepage),
b59a8457 6021 and @direntry after @copying. (Bug#1988)
5dc584b5 6022
9eb59592
MB
60232009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6024
6025 * auth.texi: New file documenting auth-source.
6026
d324fa76
CD
60272009-02-13 Carsten Dominik <dominik@science.uva.nl>
6028
6029 * org.texi (Org Plot): Fix link.
6030
7a603b73
DU
60312009-02-09 Daiki Ueno <ueno@unixuser.org>
6032
6033 * epa.texi (Mail-mode integration): Mention the way to do
6034 "encrypt-to-self". (Bug#1807)
6035
a626b338 60362009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
6037
6038 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
6039
3b36c17e
MB
60402009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus-news.texi: Print version about Incoming*.
6043
55033558
CD
60442009-02-02 Carsten Dominik <dominik@science.uva.nl>
6045
6046 * org.texi (Structure editing, Handling links)
6047 (Fast access to TODO states, Javascript support): Make standard docs
6048 correctly reflect default variable settings.
6049
ec712abb
GM
60502009-02-02 Glenn Morris <rgm@gnu.org>
6051
6052 * org.texi: Fix typos.
6053
7112648c
MA
60542009-02-01 Michael Albinus <michael.albinus@gmx.de>
6055
6056 Sync with Tramp 2.1.15.
6057
6058 * trampver.texi: Update release number.
6059
2e461fc1
CD
60602009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
6061
6062 * org.texi (TODO dependencies): Document TODO dependencies on
6063 checkboxes.
6064
bc283609
CD
60652009-01-30 Carsten Dominik <dominik@science.uva.nl>
6066
6067 * org.texi (TODO dependencies): Document key binding for toggling
6068 ORDERED property.
6069
74fc5047
MA
60702009-01-28 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
6073 of hook functions.
6074
d6685abc
CD
60752009-01-28 Carsten Dominik <dominik@science.uva.nl>
6076
6077 * org.texi (TODO dependencies): New section.
6078
65c439fd
CD
60792009-01-27 Carsten Dominik <dominik@science.uva.nl>
6080
6081 * org.texi (Plain lists, TODO basics, Priorities)
6082 (Multiple sets in one file, Conflicts): Document interaction with
6083 `shift-selection-mode'.
6084
5fafc247
JB
60852009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
6086
6087 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6088 Make Calc the subject of sentences.
6089 (Rearranging Formulas using Selections): Discuss new options
6090 for `j *'.
6091
e7433508
MA
60922009-01-26 Michael Albinus <michael.albinus@gmx.de>
6093
6094 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6095
2096a1b6
GM
60962009-01-26 Glenn Morris <rgm@gnu.org>
6097
6098 * org.texi: Fix typos.
6099
0cb61492
BW
61002009-01-26 Bill Wohler <wohler@newt.com>
6101
2096a1b6 6102 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 6103
0bd48b37
CD
61042009-01-25 Carsten Dominik <dominik@science.uva.nl>
6105
6106 * org.texi (References): Add information about remote references.
6107 (Built-in table editor): Document `C-c RET' in tables.
6108 (Math symbols, Quoting LaTeX code): Mention that simple
6109 LaTeX macros survive LaTeX export.
6110 (Images in LaTeX export): Show how to create a reference to a
6111 figure.
6112 (Sectioning structure): Document that the LaTeX class can be
6113 specified in a property.
6114 (Text areas in HTML export): New section.
6115 (External links): Add examples for text search and ID links.
6116 (Built-in table editor): Remove the descriptio of `C-c
6117 C-q', it not longer works.
6118 (Literal examples): Document that a space must follow
6119 the colon in short examples.
6120 (Relative timer): Document `org-timer-stop'.
6121 (Footnotes): New section.
6122 (Footnote markup): Shorten section and refer to new Footnote
6123 section.
6124 (Literal examples): Add documentation for line
6125 numbering in and references to code examples.
6126 (CSS support): Fix the description of default CSS styles.
6127 (Capturing column view): Document
6128 "file:path/to/file.org" as an allowed value for the ID property of
6129 a dynamic block copying column view.
6130
49dbbaf2
SE
61312009-01-23 Stephen Eglen <stephen@gnu.org>
6132
6133 * mh-e.texi (Getting Started): Describe $MH.
6134
193e6828
MA
61352009-01-21 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * tramp.texi (all): Harmonize usage of "external method",
6138 "external transfer method" and "out-of-band method".
6139 (Connection types): Precise the differences of inline and external
6140 methods. Written by Adrian Phillips <a.phillips@met.no>.
6141
26b9f88d
MB
61422009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6143
6144 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6145 commands as described at the top. Reported by Allan Gottlieb
6146 <gottlieb@nyu.edu>.
6147
61482009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6151 nnmail-pathname-coding-system.
6152
377952e0
GM
61532009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6154
6155 * org.texi (Relative timer): Fix typo.
6156
a20d3598
JB
61572009-01-15 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * org.texi (Clocking work time): Fix typo.
98a1e0f5 6160 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 6161
a50253cc
GM
61622009-01-13 Glenn Morris <rgm@gnu.org>
6163
6164 * org.texi: Fix some more typos.
6165
07450bee
GM
61662009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6167
6168 * org.texi: Fix some typos.
6169
e3e955fe
MB
61702009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * gnus.texi (Group Parameters): Add note for local variables.
6173
61742009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6175
0c7efc08
SM
6176 * gnus.texi (Converting Kill Files): Fix URL.
6177 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
6178
61792009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6180
6181 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6182 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6183 (Paging the Article): Add index entry.
6184
71dd9983
JB
61852009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6186
6187 * ada-mode.texi (Examples): Delete redundant text.
6188
4a0cf14f
MA
61892009-01-03 Michael Albinus <michael.albinus@gmx.de>
6190
36c8febb 6191 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
6192
6193 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6194 addresses.
6195
aedac0f0
BW
61962009-01-03 Bill Wohler <wohler@newt.com>
6197
6198 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6199 kept empty.
6200
4c65b566
CD
62012008-12-20 Carsten Dominik <dominik@science.uva.nl>
6202
6203 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
6204 (HTML Export commands, LaTeX/PDF export commands):
6205 Improve documentation about transient-mark-mode.
e9fce1ac 6206 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
6207 to fields in the last table row.
6208
e1a78e1e
JL
62092008-12-19 Juri Linkov <juri@jurta.org>
6210
6211 * info.texi (Search Text): Remove mention of removed key binding M-s.
6212
17a0aa82
CD
62132008-12-18 Carsten Dominik <dominik@science.uva.nl>
6214
6215 * org.texi (References): Remove mentioning of @0 as reference for the
6216 last line, this has been reverted in the Lisp sources.
6217
4997d802
JB
62182008-12-17 Juanma Barranquero <lekktu@gmail.com>
6219
6220 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6221 (DVI_TARGETS): Remove duplicates. Add sasl.
6222 ($(infodir)/sasl, sasl.dvi): New targets.
6223
33306645
CD
62242008-12-17 Carsten Dominik <dominik@science.uva.nl>
6225
6226 * org.texi: Version number pushed to 6.15d.
6227
db55f368
CD
62282008-12-16 Carsten Dominik <dominik@science.uva.nl>
6229
a0bf4117 6230 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
6231 (Images in LaTeX export): New section.
6232 (Inlined images, Images in HTML export): Sections renamed.
6233
dae0a942
MB
62342008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6235
6236 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6237
9f5572e9
MB
62382008-12-04 David Engster <dengste@eml.cc>
6239
6240 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 6241 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 6242
bc23baaa
CD
62432008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6244
6245 * org.texi (Using the mapping API): Fix bug in mapping example.
6246 (Publishing options): Make the list of properties complete again, in
6247 correspondence to the variable `org-export-plist-vars'.
6248 (Property searches): Document new special values for time comparisons.
6249 (Tag inheritance): Refine the description of tag inheritance.
6250 (Project alist): Add info about the publishing sequence of components.
a0bf4117 6251 (Effort estimates): Document the new relative timer.
bc23baaa 6252
3bf8054f
JB
62532008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6254
6255 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6256 (Using Calc): Clarify use of `C-x * o'.
6257 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6258
ac134f2f
RS
62592008-11-28 Richard M Stallman <rms@gnu.org>
6260
6261 * dbus.texi (Receiving Method Calls): Clean up previous change.
6262
ace706d1
MA
62632008-11-26 Michael Albinus <michael.albinus@gmx.de>
6264
6265 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6266 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6267 `dbus-unescape-from-identifier'.
6268 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 6269 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
6270 (Signals): Use the constants in the example.
6271
d60b1ba1
CD
62722008-11-24 Carsten Dominik <dominik@science.uva.nl>
6273
b97439ce 6274 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 6275
ce4fdcb9
CD
62762008-11-23 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * org.texi (Setting up Remember): Document `org-remember-mode'.
6279 (External links): Document that bbdb links can use a regular
6280 expression.
6281 (External links): Document that elisp links can contain interactive
6282 commands.
6283
c8548a00 62842008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
6285
6286 * viper.texi (viper-translate-all-ESC-keysequences):
6287 Description removed.
6288
6a2c4aec
GM
62892008-11-19 Glenn Morris <rgm@gnu.org>
6290
6291 * doclicense.texi: Change to FDL 1.3.
6292 Relicense all texi files under FDL 1.3 or later.
6293
59ee4113
JB
62942008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6295
6296 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6297
59bcbb98 62982008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 6299
0c7efc08 6300 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
6301
6302 * ediff.texi: Version/date change.
9f90198a 6303
8aa41c9b
CY
63042008-11-14 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6307
17587b1b
JB
63082008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6309
6310 * calc.texi (About This Manual): Comment out a mention of
6311 marginal notes.
6312
564c900e
CD
63132008-11-12 Carsten Dominik <dominik@science.uva.nl>
6314
6315 * org.texi (Clocking work time): Document the :formula property of
6316 clock tables.
6317 (Structure editing, Refiling notes): Document refiling regions.
6318 (Agenda commands): Document the double-prefix version
6319 of the `l' command in the agenda.
6320 (Handling links): Explain the effect of a double prefix
6321 arg to `C-c C-o'.
6322 (TODO basics): Add documentation for tag triggers.
6323
3c4be1f2
GM
63242008-10-23 Glenn Morris <rgm@gnu.org>
6325
6326 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6327 byte-compiling things like `+'.
6328
6329 * ns-emacs.texi: Merge copyright years of author now with assignment
6330 into FSF years.
6331 (VER): Use it for easier automatic updating. Use Emacs version rather
6332 than standalone Emacs.app version.
6333
a6520ff3
CD
63342008-10-12 Carsten Dominik <dominik@science.uva.nl>
6335
864c9740 6336 * org.texi: Lots of minor fixes.
a6520ff3
CD
6337 (Capture): New chapter.
6338 (Org Plot): New section.
6339
db7a4b66
MH
63402008-09-30 Magnus Henoch <mange@freemail.hu>
6341
6342 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6343
4043c194
JB
63442008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6345
6346 * calc.texi (User Defined Units): Mention how to enter optional display
6347 string.
6348
eef5ade7
MB
63492008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6350
0c7efc08 6351 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
6352 avoid the "y/n" wording.
6353
e52cac88
MB
63542008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6355
0c7efc08 6356 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
6357
63582008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6359
6360 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6361 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6362
00c55306
BW
63632008-09-22 Bill Wohler <wohler@newt.com>
6364
6365 Release MH-E manual version 8.1.
6366
6367 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6368 release 8.1.
6369
6370 * mh-e.texi: Retain dual license as agreed to by the FSF.
6371 However, bump GPL to Version 3.
6372 Use @include for license text.
6373
e52cac88 63742008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
6375
6376 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
6377 (Store custom flags and keywords, Store arbitrary data):
6378 Clean up markup.
64763fe3
MB
6379
63802008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6381
6382 * gnus.texi (The Gnus Registry): Document it.
6383
9e601b8d
MB
63842008-09-08 David Engster <dengste@eml.cc>
6385
88ee5b02
JB
6386 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6387 Clarify section about choosing back end servers.
9e601b8d 6388
247043f1
GM
63892008-08-23 Glenn Morris <rgm@gnu.org>
6390
6391 * dired-x.texi (Shell Command Guessing):
6392 Mention dired-guess-shell-case-fold-search. (Bug#417)
6393
2bfec7a0
MA
63942008-08-22 Michael Albinus <michael.albinus@gmx.de>
6395
6396 * trampver.texi: Update release number.
6397
247043f1 63982008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
6399
6400 * ns-emacs.texi: Update version.
6401 (Introduction): Correct menu location for options save.
6402 (Customization): Note that defaults are stored under org.gnu.Emacs.
6403
8c20bd92
BW
64042008-08-11 Bill Wohler <wohler@newt.com>
6405
6406 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6407 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6408 Henman) (closes SF #1768928).
6409
767a4d92
GM
64102008-08-10 Glenn Morris <rgm@gnu.org>
6411
6412 * ns-emacs.texi: Use @copying. Change copyright of authors with
6413 assignment to FSF. Change license to GFDL.
6414 (Top): Remove outdated references.
6415
6ecfe5c2
MB
64162008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6417
88ee5b02
JB
6418 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6419 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
6420 gnus-summary-sort-by-most-recent-date.
6421 (Summary Sorting): Explain prefix argument.
6422
64232008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6424
6425 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6426 gnus-summary-pipe-output.
6427
eb932e8a
MA
64282008-08-03 Michael Albinus <michael.albinus@gmx.de>
6429
6430 * dbus.texi (Receiving Method Calls): Document error handling of own
6431 D-Bus methods.
6432
bfe16263
BW
64332008-08-01 Bill Wohler <wohler@newt.com>
6434
6435 * mh-e.texi (Reading Mail)
9f90198a 6436 (Viewing Attachments): Describe new function
bfe16263
BW
6437 mh-show-preferred-alternative.
6438 (Sending Mail, Redistributing, Sending Message): Describe new hook
6439 mh-annotate-msg-hook.
6440
21956b56
MA
64412008-07-31 Michael Albinus <michael.albinus@gmx.de>
6442
6443 * dbus.texi (Arguments and Signatures): Fix example.
6444 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6445 (Asynchronous Methods): New node.
9f90198a
JB
6446 (Errors and Events): Describe extended layout of `dbus-event'.
6447 New defun `dbus-event-message-type'.
21956b56 6448
7c2fb837
DN
64492008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6450
6451 * ediff.texi: Remove VMS support.
6452
13662773
JB
64532008-07-29 Juanma Barranquero <lekktu@gmail.com>
6454
6455 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6456 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6457
ddde0b34
CY
64582008-07-29 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * Makefile.in: Add mairix-el targets.
6461
64622008-07-29 David Engster <deng@randomsample.de>
6463
6464 * mairix-el.texi: New file.
6465
d5875b25
JB
64662008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6467
366b7d44
JB
6468 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6469 project files. Delete 'main_unit' project variable; not needed. Allow
6470 process environment variables wherever project variables are allowed.
6471 Add tutorial section on multiple GNAT project files.
d5875b25 6472
6cbab8ee
MA
64732008-07-27 Michael Albinus <michael.albinus@gmx.de>
6474
6475 Sync with Tramp 2.1.14.
6476
6477 * trampver.texi: Update release number.
6478
9e2a2647
DN
64792008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6480
6481 * ns-emacs.texi:
6482 * faq.texi: Remove mentions of Mac Carbon.
6483
d62672f3
MB
64842008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus.texi (Saving Articles): Describe the 2nd argument of
6487 gnus-summary-save-in-pipe.
6488 (SpamAssassin): Use it.
6489
64902008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6491
6492 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6493
dd12e1c6
CD
64942008-07-25 Carsten Dominik <dominik@science.uva.nl>
6495
6496 * org.texi (Export options): Document the use of the creator flag.
6497
44ce9197
CD
64982008-07-24 Carsten Dominik <dominik@science.uva.nl>
6499
6500 * org.texi: New version 6.06a.
6501
ddd13c5d
JB
65022008-07-23 Juanma Barranquero <lekktu@gmail.com>
6503
6504 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6505 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6506
8dc6104d
JB
65072008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6508
35e951cd
JB
6509 * calc.texi (Editing Stack Entries, Algebraic Entry):
6510 Rewrite introductory sentences so it can be used by
8dc6104d
JB
6511 Calc's help functions. Mention fixing typos.
6512 (Customizing Calc): Fix typo.
6513
65142008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6515
6516 * calc.texi (summarykey): New macro. Use to correctly format keys in
6517 the summary.
6518
ddd13c5d 65192008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
6520
6521 * ns-emacs.texi (Customization): Corrected documentation on color
6522 specification formats.
6523
568beaa2
AS
65242008-07-19 Andreas Schwab <schwab@suse.de>
6525
db8ef699 6526 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
6527
6528 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6529 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6530
cd71b9ae
MA
65312008-07-18 Michael Albinus <michael.albinus@gmx.de>
6532
6533 * dbus.texi (Inspection): Rework, introduce submenus.
6534 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6535 (Properties and Annotations, Arguments and Signatures): New nodes.
6536
9b7993b4
MA
65372008-07-13 Michael Albinus <michael.albinus@gmx.de>
6538
6539 * dbus.texi (Receiving Method Calls): Fix description of
6540 `dbus-register-method'.
6541 (Signals): Allow also signal arguments for filtering in
6542 `dbus-register-signal'.
6543
241d447b
JB
65442008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6545
6546 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6547 `cnorm'.
6548 (Arithmetic Tutorial): Simplify the verification of prime factors.
6549
adb46650
MB
65502008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6551
6552 * gnus.texi (Saving Articles): Mention
6553 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6554
92e15881
JB
65552008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6556
6557 * calc.texi: Adjust mode line throughout.
6558
ea597303
JB
65592008-06-28 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * sasl.texi (Mechanisms): Fix typos.
6562
aee08080
JB
65632008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6564
6565 * calc.texi (Killing from the stack): Mention using normal Emacs
6566 copying.
6567
a06a4a12
MA
65682008-06-21 Michael Albinus <michael.albinus@gmx.de>
6569
0c7efc08 6570 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 6571 Add `auth-source' mechanism.
a06a4a12
MA
6572 (Connection caching): Tramp reopens the connection automatically,
6573 when the operating system on the remote host has been changed.
6574
7389398d
EZ
65752008-06-20 Eli Zaretskii <eliz@gnu.org>
6576
6577 * makefile.w32-in (distclean): Remove makefile.
6578
b349f79f
CD
65792008-06-17 Carsten Dominik <dominik@science.uva.nl>
6580
3f9b4c2b 6581 * org.texi (Using the mapping API): New section.
b349f79f 6582 (Agenda column view): New section.
3f9b4c2b 6583 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 6584 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 6585 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
6586
65872008-06-17 Jason Riedy <jason@acm.org>
6588
6589 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6590 function, and efmt may be a two-argument function.
6591 (Radio tables): Document multiple destinations.
6592
cd5c05d2
GM
65932008-06-16 Glenn Morris <rgm@gnu.org>
6594
6595 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6596 Add Cover-Texts.
6597
debf4439
GM
65982008-06-15 Glenn Morris <rgm@gnu.org>
6599
6600 * faq.texi (VER): Update to 23.0.60.
6601
6602 * mh-e.texi: Remove option of licensing under GPL.
6603 Add Cover-Texts to GFDL permissions notice.
6604 (GPL): Remove section.
6605 (GFDL): Include doclicense.texi rather than the actual text.
6606
6607 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6608 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6609
6610 * sasl.texi: Fix output file name.
6611
6612 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6613
6614 * gnus-coding.texi: Refer to license in Gnus manual.
6615
6616 * idlwave.texi, sasl.texi: Use @copying.
6617
6618 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6619
6620 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6621
6622 * url.texi: Use @copying, @title, @subtitle, @author.
6623
6624 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6625 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6626 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6627 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6628 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6629 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6630 * widget.texi, woman.texi:
6631 Remove references to external license, since doclicense is included.
6632
6633 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6634 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6635 Remove references to non-existent Invariant Sections.
6636
091f8bc1
GM
66372008-06-14 Glenn Morris <rgm@gnu.org>
6638
6639 * faq.texi (Major packages and programs): Remove references to external
6640 Supercite, Calc, VIPER, since they have been included for some time.
6641 Update VM, AUCTeX, BBDB entries.
6642
47bcb4d3
UJ
66432008-06-14 Ulf Jasper <ulf.jasper@web.de>
6644
6645 * newsticker.texi: Updated to match latest newsticker changes.
6646
6f093307
GM
66472008-06-13 Glenn Morris <rgm@gnu.org>
6648
6649 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6650 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6651 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6652 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6653 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6654 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6655 * woman.texi:
6656 Update Back-Cover Text as per maintain.info.
6657
2b968687
MB
66582008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6659
6660 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6661
6662 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6663 (gnus-faq.xml): Update repository host.
6664
2b968687
MB
6665 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6666
66672008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6668
6669 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6670 Fix a typo.
6671
66722008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6673
6674 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 6675 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
6676 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6677
66782008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6679
6680 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6681 coding standards.
6682
66832008-06-14 David Engster <dengste@eml.cc>
6684
6685 * gnus.texi (nnmairix): Markup fixes.
6686
e6d2d263
MB
66872008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6688
2b968687 6689 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
6690
66912008-06-05 David Engster <dengste@eml.cc>
6692
6693 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6694
66952008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6696
b344d29d 6697 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
6698 (Searching, nnir, nnmairix): New stub nodes.
6699
ad231df6 67002008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
6701
6702 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6703
f394fa25
MB
67042008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6705
6706 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6707
58333467
MB
67082008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6709
6710 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6711
67525fb9
JY
67122008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6713
6714 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6715
0549d8fc
JB
67162008-05-06 Juanma Barranquero <lekktu@gmail.com>
6717
6718 * info.texi (Top): Fix typo in xref.
6719
149a3837
KB
67202008-05-05 Karl Berry <karl@gnu.org>
6721
6722 * info.texi (Top): @xref to stand-alone manual.
6723
3a23a519
MB
67242008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6725
6726 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6727 (Various Summary Stuff): Fix typo in last xref.
6728
0a29fbf3
JB
67292008-05-02 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * org.texi (Moving subtrees): Fix typo.
6732
586b90f1
MA
67332008-04-28 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6736 Tramp via `tramp-mode'.
6737
b5af9883
CD
67382008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6739
6740 * org.texi: Massive changes, in many parts of the file.
6741
a12bf61e
GM
67422008-04-27 Jason Riedy <jason@acm.org>
6743
6744 * org.texi (A LaTeX example): Note that fmt may be a
6745 one-argument function, and efmt may be a two-argument function.
6746 (Radio tables): Document multiple destinations.
6747
d55fe5bb
MB
67482008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6749
6750 * gnus.texi (Oort Gnus): Add message-fill-column.
6751
67522008-04-12 Adrian Aichner <adrian@xemacs.org>
6753
6754 * gnus.texi (Mail Source Specifiers): Typo fix.
6755
67562008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6757
6758 * gnus.texi (Diary Headers Generation): Update key binding for
6759 `gnus-diary-check-message'.
6760
67612008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6762
6763 * gnus.texi (Emacsen): Addition.
6764
67652008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6766
6767 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6768
67692008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6770
6771 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6772
67732008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6774
6775 * gnus-news.texi: Update tool bar item.
6776
67772008-04-09 Sven Joachim <svenjoac@gmx.de>
6778
6779 * gnus-news.texi: Fix typos.
6780
76c109c3
JB
67812008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6782
222027f2 6783 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
6784 Add mention of `kron'.
6785
d5fbd5a6
MO
67862008-04-01 Daiki Ueno <ueno@unixuser.org>
6787
0c7efc08
SM
6788 * epa.texi (Encrypting/decrypting *.gpg files):
6789 Document epa-file-name-regexp.
d5fbd5a6 6790
fbcbb58c
KY
67912008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus.texi (Example Methods): Fix description about ssh-agent.
6794 (Indirect Functions): Fix the default value of nntp-telnet-command;
6795 remove link to connect.html.
6796
134ce16c
MA
67972008-03-30 Michael Albinus <michael.albinus@gmx.de>
6798
6799 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6800 dbus-call-method.
6801 (Receiving Method Calls): The timeout can be set by the calling client.
6802
da1975d7
MA
6803 * trampver.texi: Update release number.
6804
2e4089ab
RS
68052008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6806
6807 * gnus.texi (Top): Fix version. Add SASL.
6808
70cab5a9
MA
68092008-03-29 Michael Albinus <michael.albinus@gmx.de>
6810
6811 Sync with Tramp 2.1.13.
6812
6813 * trampver.texi: Update release number.
6814
5bc6ddff
MB
68152008-03-29 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * org.texi: Update to new org-mode website.
6818
68192008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6822
9b3ebcb6
MB
68232008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6826 gnus-read-ephemeral-gmane-group-url,
6827 gnus-read-ephemeral-emacs-bug-group,
6828 gnus-read-ephemeral-debian-bug-group.
6829
68302008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6831
6832 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6833
6834 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6835 Add FIXMEs for Bookmarks and gnus-registry-marks.
6836
68372008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6838
6839 * gnus.texi (Smileys): Document `smiley-style'.
6840
68412008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * gnus.texi (Gnus Development): Clarify difference between ding and
6844 gnu.emacs.gnus.
6845 (MIME Commands, Using MIME, RSS): Fix markup.
6846
6847 * gnus-faq.texi ([8.4]): Ditto.
6848
68492008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6850
6851 * gnus.texi (Emacsen): Remove obsolete stuff.
6852
68532008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6854
6855 * gnus.texi (Oort Gnus): Add version info WRT
6856 `mail-source-delete-incoming'.
6857
68582008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6859
6860 * gnus.texi (Top): Add "Other related manuals" and version info in
6861 `iftex' output.
6862 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6863 gnus-balloon-face-0 and the corresponding format specifiers.
6864
608d6a81
MA
68652008-03-26 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * tramp.texi (Filename completion): Remove footnote about let-bind
6868 of `partial-completion-mode'. It doesn't work this way.
6869
27a6f132
SM
68702008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * pcl-cvs.texi (Contributors): Update my email.
6873
4a7c4c40
MA
68742008-03-21 Michael Albinus <michael.albinus@gmx.de>
6875
6876 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6877
2940c053
BW
68782008-03-17 Bill Wohler <wohler@newt.com>
6879
6880 * mh-e.texi (Viewing): Update URL for adding header fields to
6881 mh-invisible-header-fields-default.
6882
30864d5f
BW
68832008-03-16 Bill Wohler <wohler@newt.com>
6884
6885 * mh-e.texi (Preface): Add Gnus to requirements.
6886 (Forwarding): Note that forwarded MIME messages are now inline.
6887
31fe2b00
SM
68882008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
6891 (Common Variables): Give precedence to the netcat methods over the
6892 telnet methods, and mention that they are more reliable.
31fe2b00 6893
5e97c626
CD
68942008-03-13 Carsten Dominik <dominik@science.uva.nl>
6895
6896 * org.texi (Exporting Agenda Views): Document agenda export to
6897 iCalendar.
6898 (Progress logging): Document the new progress logging stuff.
6899
37a68866
MB
69002008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6901
6902 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6903 Update for change of `mail-source-delete-incoming'.
6904
6905 * gnus-news.texi: Ditto.
6906
8f7abae3
MB
69072008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6908
6909 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6910 custom versions.
6911
af379c86
AM
69122008-03-07 Alan Mackenzie <acm@muc.de>
6913
6914 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6915 parens/brackets in a k&r region is limited.
6916
3d0f8a67
MB
69172008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6918
6919 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6920 using different Emacs versions.
6921
52151df0
GM
69222008-02-27 Glenn Morris <rgm@gnu.org>
6923
6924 * sc.texi: Remove a lot of old and obsolete info.
6925 (titlepage): Simplify.
6926 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6927 (VM with any Emacsen, GNEWS with any Emacsen)
6928 (Overloading for Non-conforming MUAs, Version 3 Changes)
6929 (The Supercite Mailing List): Delete nodes.
6930 (Introduction): Remove info about old packages.
6931 (Getting Connected): Simplify. Remove info about old packages.
6932 (Citing Commands): Delete Emacs 19 info.
6933 (Hints to MUA Authors): Simplify.
6934 (Thanks and History): Merge in some info from the deleted node
6935 "Version 3 Changes".
6936
b03f96dc
MB
69372008-02-05 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * org.texi (Setting tags, In-buffer settings):
6940 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6941
52bec650
MB
69422008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6945 installation directory name.
6946
34a3c587
RF
69472008-02-12 Romain Francoise <romain@orebokech.com>
6948
6949 * epa.texi (Overview): Fix typo.
6950
5a8d03e9
MO
69512008-02-11 Daiki Ueno <ueno@unixuser.org>
6952
6953 * epa.texi (Quick start): Remove the .emacs setting.
6954
f1914c40
MO
69552008-02-10 Daiki Ueno <ueno@unixuser.org>
6956
6957 * epa.texi (Quick start): Use the command `epa-enable' instead of
6958 loading `epa-setup'.
6959
bca98fc9
JB
69602008-02-08 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6963 ($(infodir)/epa, epa.dvi): New targets.
6964
4b01af2e
MO
69652008-02-08 Daiki Ueno <ueno@unixuser.org>
6966
6967 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6968
6969 * epa.texi: New manual documenting the EasyPG Assistant.
6970
06c0751a
MA
69712008-02-06 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6974 (Inspection): New function dbus-ping.
6975
7dcccd7b
MA
69762008-02-05 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * tramp.texi (Remote processes): Add `shell-command'.
6979
a12bf61e
GM
69802008-02-02 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * tramp.texi: Use new FSF's Back-Cover Text.
6983
a1da1e37
MB
69842008-01-28 Michael Sperber <sperber@deinprogramm.de>
6985
6986 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6987 (Group Parameters): Document `mail-source' parameter.
6988
c9d8f746
MA
69892008-01-27 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6992 must be a local host.
6993
15db4a13
MO
69942008-01-26 Michael Olson <mwolson@gnu.org>
6995
6996 * erc.texi: Update version for ERC 5.3 release.
6997 (Obtaining ERC): Update extras URLs for 5.3.
6998 (Development): Write instructions for git, and remove those for Arch.
6999 (History): Mention the switch to git.
7000
2bc43980
KB
70012008-01-24 Karl Berry <karl@gnu.org>
7002
bca98fc9
JB
7003 * info.texi (Search Index, Search Text): Mention the command
7004 character in the section name, a la the (Go to node) node.
2bc43980 7005
d2e4a6c9
MA
70062008-01-21 Michael Albinus <michael.albinus@gmx.de>
7007
7008 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
7009
0b6799c3
MB
70102008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7011
7012 * gnus-news.texi: Mention gnus-article-describe-bindings.
7013
70142008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7015
7016 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
7017
db9c3fb1 70182008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 7019
7b4d0413 7020 * org.texi (Property inheritance): New section.
db9c3fb1 7021 (Conventions): New section.
7b4d0413 7022 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
7023 commands, and the new bindings for refiling.
7024 (Sparse trees): Document the new special command for sparse trees.
7025 (References): Be more clear about the counting of hilines.
7026 (Handling links): Document M-p/n for accessing links.
7027 (Fast access to TODO states): New section.
7028 (Per file keywords): New section.
7029 (Property inheritance): New section.
7030 (Column attributes): New summary types.
7031 (Capturing Column View): New section.
7032 (The date/time prompt): Cover the new features in the date/time prompt.
7033 Compactify the table of keys for the calendar remote control.
7034 (Clocking work time): Document the new :scope parameter.
7035 (Remember): Promoted to chapter.
7036 (Quoted examples): New section.
7037 (Enhancing text): New verbatim environments.
7038
6ed73f28
MA
70392008-01-14 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * trampver.texi: Update release number.
7042
95838435
MB
70432008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7044
0c7efc08
SM
7045 * gnus.texi (Article Keymap):
7046 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
7047 gnus-article-reply-with-original and
7048 gnus-article-followup-with-original.
7049
20234d96
GM
70502008-01-09 Glenn Morris <rgm@gnu.org>
7051
7052 * nxml-mode.texi: Add @copying section.
7053
d82cf70b
MB
70542008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7055
7056 * message.texi (Mail Variables): Add some text from "(gnus)Posting
7057 Server". Add `message-send-mail-with-mailclient'.
7058
7059 * gnus.texi (Posting Server): Move some text to "(message)Mail
7060 Variables" and add a reference here.
7061
addb7f2e
MA
70622008-01-04 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * dbus.texi (Receiving Method Calls): New chapter.
7065 (Errors and Events): Add serial number to events. Replace "signal" by
7066 "message". Introduce dbus-event-serial-number.
7067
4db2806c
MA
70682008-01-03 Michael Albinus <michael.albinus@gmx.de>
7069
7070 * dbus.texi (Type Conversion): Explain the type specification for empty
7071 arrays. Use another example.
7072
c9ecb5a7
MA
70732007-12-30 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * dbus.texi (all): Replace "..." by @dots{}.
7076 (Type Conversion): Precise the value range for :byte types.
7077 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
7078 Mention its return value.
7079 (Errors and Events): There is no D-Bus error propagation during event
7080 processing.
7081
702dbfd9
JB
70822007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
7083
a12bf61e 7084 * calc.texi (Yacas Language, Maxima Language, Giac Language):
702dbfd9
JB
7085 New sections.
7086
87035689
MB
70872007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * gnus.texi (Group Parameters): Reorder the text and add a note about
7090 `gnus-parameters' near the beginning of the node.
7091
70922007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7093
7094 * gnus.texi (Score File Editing): Fix function name.
7095
5492f5ca
MA
70962007-12-23 Michael Albinus <michael.albinus@gmx.de>
7097
7098 Sync with Tramp 2.1.12.
7099
7100 * trampver.texi: Update release number.
7101
a12bf61e
GM
71022007-12-22 Richard Stallman <rms@gnu.org>
7103
7104 * cc-mode.texi (Getting Started): Change @ref to @pxref.
7105
d4e67bc5
MA
71062007-12-22 Michael Albinus <michael.albinus@gmx.de>
7107
7108 * dbus.texi (Type Conversion): Correct input parameters mapping.
7109
6a31c819
MA
71102007-12-21 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7113 (Errors and Events): Mention wrong-type-argument error.
7114
99a3e35f
AS
71152007-12-21 Alex Schroeder <alex@gnu.org>
7116
7117 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 7118 spaces. Fixed some typos.
99a3e35f
AS
7119 (Internet Relay Chat): Explain relay.
7120 (Getting started with rcirc): Change items to reflect prompts.
7121 Add more explanation to rcirc-track-minor-mode and added a comment to
7122 warn future maintainers that this section is a copy.
0c7efc08 7123 (People): Change /ignore example.
62b12a24 7124 (Keywords): Not keywords.
99a3e35f 7125
331e4d02
AS
71262007-12-20 Alex Schroeder <alex@gnu.org>
7127
7128 * rcirc.texi (Top): Fighting Information Overload chapter added.
7129 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 7130 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
7131 (Fighting Information Overload): New chapter documenting /keyword,
7132 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
7133 (Configuration): Document rcirc-server-alist, remove
7134 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 7135
cd71c3ef
MA
71362007-12-16 Michael Albinus <michael.albinus@gmx.de>
7137
7138 * dbus.texi (Signals): Fix example in dbus-register-signal.
7139
bbbe940b
MB
71402007-12-14 Sven Joachim <svenjoac@gmx.de>
7141
7142 * gnus.texi (Score Variables): Fix typo.
7143
0ce574ef
MA
71442007-12-07 Michael Albinus <michael.albinus@gmx.de>
7145
7146 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7147 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7148 (Errors and Events): Adapt dbus-event.
7149
b890d447
MB
71502007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * gnus.texi (Other Files): Add the yenc command.
7153
71542007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7155
7156 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7157 since 2004-08-06.
7158
71592007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7160
7161 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7162 on body.
7163
71642007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7165
7166 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7167 and rfc2047-allow-irregular-q-encoded-words; fix description of
7168 rfc2047-encode-encoded-words.
7169
71702007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7171
7172 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7173
3728bf03
MO
71742007-12-05 Michael Olson <mwolson@gnu.org>
7175
7176 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7177 Update documentation for `remember-diary-file'.
7178
a4397af9
MA
71792007-12-04 Michael Albinus <michael.albinus@gmx.de>
7180
7181 * dbus.texi (Signals): Precise `dbus-register-signal'.
7182 (Errors and Events): Rework events part, the internal structure of
7183 dbus-event has changed.
7184
1682490c
JB
71852007-12-03 Juanma Barranquero <lekktu@gmail.com>
7186
7187 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7188 ($(infodir)/dbus, dbus.dvi): New targets.
7189
7b13a0f2
MA
71902007-12-03 Michael Albinus <michael.albinus@gmx.de>
7191
7192 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7193 unconditionally.
7194
7195 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7196 emulation with @print{}.
7197
7ef92bc9
RS
71982007-12-02 Richard Stallman <rms@gnu.org>
7199
7200 * dbus.texi (Overview): Minor cleanup.
7201
22d8ac3a
MA
72022007-12-02 Michael Albinus <michael.albinus@gmx.de>
7203
d3a8e0df
MA
7204 * Makefile.in (INFO_TARGETS): Add dbus.
7205 (DVI_TARGETS): Add dbus.dvi.
7206 (dbus, dbus.dvi): New targets.
7207
22d8ac3a
MA
7208 * dbus.texi: New file.
7209
559764ab
RF
72102007-11-24 Romain Francoise <romain@orebokech.com>
7211
7212 * nxml-mode.texi: Add description in @direntry.
7aa579d9 7213 Fix file name to match @setfilename.
559764ab 7214
ac97a16b
MH
72152007-11-23 Mark A. Hershberger <mah@everybody.org>
7216
7217 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7218 ($(infodir)/nxml-mode): New rule.
7219
7220 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7221 ($(infodir)/nxml-mode): New rule.
7222 (clean): Add nxml-mode*.
7223
7224 * nxml-mode.texi: New file with nxml manual.
7225
404cd454
GM
72262007-11-18 Richard Stallman <rms@gnu.org>
7227
7228 * flymake.texi (Example -- Configuring a tool called directly):
7229 Update example.
7230
b048d478
MA
72312007-11-18 Michael Albinus <michael.albinus@gmx.de>
7232
7233 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 7234 double-slash behavior. Explain directory contents flushing.
b048d478 7235
346e8469
JB
72362007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7237
7238 * calc.texi (TeX and LaTeX Language Modes): Put in
7239 missing braces.
7240
404cd454
GM
72412007-11-15 Richard Stallman <rms@gnu.org>
7242
7243 * cl.texi (Equality Predicates): Delete `eql'.
7244 (Predicates, Naming Conventions, Top): Delete `eql'.
7245 (Common Lisp Compatibility): Delete `eql'.
7246 (Porting Common Lisp): Delete obsolete backquote info.
7247 Minor clarification about character constants.
7248 (Sequence Basics): Minor clarification.
7249
1f6af58b
JB
72502007-11-15 Juanma Barranquero <lekktu@gmail.com>
7251
dccb744b 7252 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
7253 * tramp.texi (Filename completion): Fix typos.
7254
3bc88bc9
JB
72552007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7256
7257 * calc.texi (Basic commands): Mention the menu.
7258
bc5300d3
MA
72592007-11-12 Michael Albinus <michael.albinus@gmx.de>
7260
7261 * tramp.texi (Connection caching): Tramp flushes connection
7262 properties when remote operating system has been changed.
7263
4d8a28ec
MB
72642007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7265
7266 * gnus-news.texi: Fix spelling.
7267 `message-insert-formatted-citation-line', not
7268 `message-insert-formated-citation-line'.
7269
404cd454
GM
7270 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7271
e1176b47
MA
72722007-11-07 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 7275 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
7276 (Frequently Asked Questions): Add code example for highlighting the
7277 mode line.
7278
6159985a
MO
72792007-11-03 Michael Olson <mwolson@gnu.org>
7280
7281 * remember.texi: Change mentions of remember-buffer to
7282 remember-finalize throughout.
7283
bec9b2f5
MO
72842007-10-30 Michael Olson <mwolson@gnu.org>
7285
7286 * remember.texi (Copying): Remove.
7287 (Mailbox): Update with non-BBDB instructions.
7288 (Diary, Org): Add.
7289 (Bibliography, Planner Page): Remove.
7290
b6173182
JB
72912007-10-30 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * makefile.w32-in (INFO_TARGETS): Add remember.
7294 (DVI_TARGETS): Add remember.dvi.
7295 ($(infodir)/remember): New rule.
7296 (clean): Add remember*.
7297
15f3eb73
MO
72982007-10-30 Michael Olson <mwolson@gnu.org>
7299
70bdc930
MO
7300 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7301 ($(infodir)/remember): New rule that builds the Remember Manual.
7302
b6173182
JB
7303 * remember.texi: New file containing the Remember Mode Manual.
7304 Shuffle chapters around after initial import.
7d3f6f1a
MO
7305 (Function Reference): Split Keystrokes into separate chapter.
7306 (Keystrokes): Document C-c C-k.
51d24a12 7307 (Introduction): Fix typographical issue with "---".
15f3eb73 7308
404cd454
GM
73092007-10-29 Richard Stallman <rms@gnu.org>
7310
7311 * widget.texi (Introduction): Delete discussion of implementation
7312 internals.
7313
9bbb9638
MA
73142007-10-29 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * tramp.texi (Connection caching): Host names must be different
7317 when tunneling.
7318
c7ff939a
RS
73192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7320
7321 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7322 Gnus v5.13.
7323
01c52d31
MB
73242007-10-28 Miles Bader <miles@gnu.org>
7325
7326 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7327
01c52d31
MB
73282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7329
0c7efc08
SM
7330 * gnus.texi (Sorting the Summary Buffer):
7331 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
7332
73332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * gnus.texi (Non-ASCII Group Names): New node.
7336 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7337 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7338
c8763fb6 73392007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7340
7341 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7342 clean the output of the program `imap-shell-program'.
7343
73442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7345
7346 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7347
73482007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7349
7350 * gnus.texi (Sticky Articles): Documentation for sticky article
7351 buffers.
7352
c8763fb6 73532007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7354
7355 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7356
73572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7360
73612007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7362
0c7efc08
SM
7363 * gnus.texi (Archived Messages):
7364 Document gnus-update-message-archive-method.
01c52d31
MB
7365
73662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7369
c8763fb6 73702007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 7371
0c7efc08
SM
7372 * gnus.texi (Group Maneuvering):
7373 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
7374
73752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7376
0c7efc08
SM
7377 * gnus.texi (Really Various Summary Commands):
7378 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
7379
73802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7381
7382 * gnus.texi, message.texi: Bump version number.
7383
73842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * gnus.texi (Group Line Specification, Misc Group Stuff)
7387 (Server Commands): Parenthesize @pxref{Mail Spool}.
7388
73892007-10-28 Didier Verna <didier@xemacs.org>
7390
7391 New user option: message-signature-directory.
7392 * message.texi (Insertion Variables): Document it.
7393 * gnus.texi (Posting Styles): Ditto.
7394
73952007-10-28 Didier Verna <didier@xemacs.org>
7396
7397 * gnus.texi (Group Line Specification):
7398 * gnus.texi (Misc Group Stuff):
7399 * gnus.texi (Server Commands): Document the group compaction feature.
7400
74012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7402
7403 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7404
7405 * message.texi (Various Message Variables): Add message-fill-column.
7406
74072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * gnus.texi: Untabify.
7410
74112007-10-28 Didier Verna <didier@xemacs.org>
7412
7413 * gnus.texi (Group Parameters): Document the posting-style merging
7414 process in topic-mode.
7415
74162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7417
7418 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7419
74202007-10-28 Romain Francoise <romain@orebokech.com>
7421
7422 * gnus.texi (Mail Spool): Fix typo.
7423 Update copyright.
7424
74252007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
7427 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7428
74292007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7430
7431 * gnus.texi (Summary Generation Commands):
7432 Add gnus-summary-insert-ticked-articles.
7433
74342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7435
b2abec73
JB
7436 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7437 to spam-spamassassin-program.
01c52d31
MB
7438
74392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7440
7441 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7442
74432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7444
7445 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7446
74472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7448
7449 * message.texi (Mail Headers): Document `opportunistic'.
7450
74512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7452
7453 * emacs-mime.texi (Encoding Customization): Explain how to set
7454 mm-coding-system-priorities per hierarchy.
7455
74562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7457
7458 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7459 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7460
74612007-10-28 Didier Verna <didier@xemacs.org>
7462
7463 * message.texi (Wide Reply): Update documentation of
7464 message-dont-reply-to-names (now allowing a list of regexps).
7465
74662007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7467
7468 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7469
74702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7471
7472 * gnus.texi (SpamAssassin back end): Fix typo.
7473
7474 * sieve.texi (Examples): Fix grammar.
7475
74762007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
7478 * gnus.texi (Searching for Articles): Document M-S and M-R.
7479 (Limiting): Document / b.
7480
74812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7482
7483 * gnus.texi (Thread Commands): T M-^.
7484
74852007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7486
7487 * message.texi (Mail Aliases): Document ecomplete.
7488 (Mail Aliases): Fix typo.
7489
74902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7491
7492 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7493 fix typo.
7494
74952007-10-28 Romain Francoise <romain@orebokech.com>
7496
7497 * gnus.texi (Mail Spool): Grammar fix.
7498
74992007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7500
7501 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7502 string.
7503
75042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus.texi (Group Parameters): Fix description.
7507
75082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7509
b2abec73
JB
7510 * gnus.texi (Gmane Spam Reporting):
7511 Fix spam-report-gmane-use-article-number.
7512 Add spam-report-user-mail-address.
01c52d31
MB
7513
75142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7515
7516 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7517
75182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7519
7520 * gnus.texi (Group Parameters): Add simplified sorting example based on
7521 example for `Sorting the Summary Buffer' from Jari Aalto
7522 <jari.aalto@cante.net>.
7523 (Example Methods): Add example for an indirect connection.
7524
75252007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7526
0c7efc08 7527 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
c5b0993e 7528 (Agent Parameters): Update parameter names to match code.
01c52d31
MB
7529 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7530 'gnus-agent-summary-fetch-series'.
7531 (Agent and flags): New section providing a generalized discussion
7532 of flag handling.
0c7efc08
SM
7533 (Agent and IMAP): Remove flag discussion.
7534 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
7535
75362007-10-28 Romain Francoise <romain@orebokech.com>
7537
7538 * gnus.texi (Exiting the Summary Buffer): Add new function
7539 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7540
75412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7542
7543 * gnus.texi (Conformity): Fix typo.
7544 (Customizing Articles): Document `first'.
7545
75462007-10-28 Jari Aalto <jari.aalto@cante.net>
7547
7548 * gnus.texi (Sorting the Summary Buffer):
7549 Add `gnus-thread-sort-by-date-reverse'. Add example
7550 host to different sorting in NNTP and RSS groups.
7551
75522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7553
7554 * message.texi (Insertion): Describe prefix for
7555 message-mark-inserted-region and message-mark-insert-file.
7556
75572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7558
7559 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7560 LaTeX documents. Describe "text/x-gnus-verbatim".
7561
75622007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7563
b2abec73 7564 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
7565 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7566 (spam-stat spam filtering, SpamOracle)
0c7efc08 7567 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
7568 clarity.
7569
75702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7571
7572 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7573 gnus-article-delete-part and gnus-article-replace-part.
7574 (Using MIME): Add gnus-mime-replace-part.
7575
75762007-10-28 Romain Francoise <romain@orebokech.com>
7577
7578 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7579 requires `auto-compression-mode' to be enabled. Add new nnml
7580 variable `nnml-compressed-files-size-threshold'.
7581
75822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7583
0c7efc08
SM
7584 * gnus.texi (Sorting the Summary Buffer):
7585 Add gnus-thread-sort-by-recipient.
01c52d31
MB
7586
75872007-10-28 Romain Francoise <romain@orebokech.com>
7588
7589 * message.texi (Insertion Variables): Mention new variable
7590 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7591 documentation accordingly.
7592
75932007-10-28 Romain Francoise <romain@orebokech.com>
7594
7595 * gnus.texi (To From Newsgroups): Mention new variables
7596 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7597
75982007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7599
7600 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7601 stuff; gnus-mime-inline-part does the automatic decompression.
7602
76032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7604
7605 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 7606 "training.ham" should be "training.spam".
01c52d31
MB
7607
76082007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7609
7610 * message.texi (Mail Variables): Fix the default value for
7611 message-send-mail-function.
7612
76132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7616 always returns nil exceptionally.
7617
76182007-10-28 Simon Josefsson <jas@extundo.com>
7619
0c7efc08
SM
7620 * gnus.texi (Article Washing): Add libidn URL.
7621 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
7622
76232007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7624
7625 * gnus.texi (Topic Commands): Fix next/previous.
7626
76272007-10-28 Simon Josefsson <jas@extundo.com>
7628
7629 * gnus.texi (Article Washing): Mention `W i'.
7630
c8763fb6 76312007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
7632
7633 * gnus.texi (Group Parameters): Slight extension of sieve
7634 parameter description.
7635
76362007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7637
7638 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7639 matching score files as well.
7640 (Picons): Describe `gnus-picon-style'.
7641
76422007-10-28 Romain Francoise <romain@orebokech.com>
7643
7644 * message.texi (Message Headers): Mention that headers are hidden
7645 using narrowing, and how to expose them.
7646 Update copyright.
7647
76482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7649
c6c863df 7650 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
01c52d31
MB
7651 `gnus-summary-sort-by-recipient'.
7652
76532007-10-28 Romain Francoise <romain@orebokech.com>
7654
7655 * gnus.texi (NNTP marks): New node.
7656 (NNTP): Move NNTP marks variables to the new node.
7657
76582007-10-28 Jesper Harder <harder@ifa.au.dk>
7659
b2abec73 7660 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
7661
7662 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7663
76642007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7665
b2abec73 7666 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 7667 everywhere for consistency.
b2abec73
JB
7668 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7669 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
7670 Say "regular expression" instead of "regex." Admonish.
7671 Pick other words to sound better (s/so/thus/).
7672 (Spam ELisp Package Filtering of Incoming Mail):
7673 Mention statistical filters. Remove old TODO.
01c52d31 7674 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
7675 New section on sorting and displaying the spam score.
7676 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7677 backend but an alias to spam-use-BBDB.
7678 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
7679 new backend functionality.
7680
76812007-10-28 Simon Josefsson <jas@extundo.com>
7682
7683 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7684 nntp-marks-directory, from Romain Francoise
7685 <romain@orebokech.com>.
7686
76872007-10-28 Magnus Henoch <mange@freemail.hu>
7688
7689 * gnus.texi (Hashcash): New default value of
7690 hashcash-default-payment.
7691
76922007-10-28 Simon Josefsson <jas@extundo.com>
7693
7694 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7695 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7696
76972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7698
0c7efc08 7699 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
7700
77012007-10-28 Simon Josefsson <jas@extundo.com>
7702
7703 * gnus.texi (documentencoding): Add, to avoid warnings.
7704
77052007-10-28 Simon Josefsson <jas@extundo.com>
7706
7707 * message.texi (Mail Headers): Add.
7708
7709 * gnus.texi (Hashcash): Fix.
7710
77112007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7712
0c7efc08 7713 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 7714 that payments can be verified and fix the name of the
b2abec73 7715 hashcash-path variable.
01c52d31
MB
7716
77172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7718
b2abec73 7719 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
7720
77212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7724
77252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7726
7727 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
7728 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7729 warning about ham processors in spam groups removed.
01c52d31
MB
7730
77312007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 7732
0c7efc08 7733 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 7734 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
7735
77362007-10-28 Jesper Harder <harder@ifa.au.dk>
7737
7738 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7739 (Mailing List): Typo.
7740 (Customizing Articles): Add gnus-treat-ansi-sequences.
7741 (Article Washing): Index.
7742
7743 * message.texi: Use m-dash consistently.
7744
77452007-10-28 Jesper Harder <harder@ifa.au.dk>
7746
7747 * gnus.texi (GroupLens): Remove.
7748
77492007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7750
0c7efc08
SM
7751 * gnus.texi (Outgoing Messages, Agent Variables):
7752 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
7753 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7754
77552007-10-28 Jesper Harder <harder@ifa.au.dk>
7756
7757 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7758
77592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7760
7761 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7762
7763 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7764
77652007-10-28 Simon Josefsson <jas@extundo.com>
7766
7767 * gnus.texi (Top): Add SASL.
7768
404cd454
GM
77692007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7770
7771 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7772
77732007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7776
0edd2970
JB
77772007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7778
7779 * calc.texi (Formulas, Composition Basics): Lower the
7780 precedence of negation.
7781
a9afba20
JY
77822007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7783
7784 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7785 Mention the new three-letter column identifiers.
7786 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7787 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7788 message when using `c' on an empty default with default printer.
7789 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7790 renamed to `ses--symbolic-formulas' some time ago.
7791
45b778a6
JB
77922007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7793
7794 * calc.texi (Default Simplifications, Making Selections)
7795 (Customizing Calc): Clarify associativity of multiplication.
7796
03b5bade
MA
77972007-10-23 Michael Albinus <michael.albinus@gmx.de>
7798
7799 * tramp.texi (Traces and Profiles): Simplify loop over
7800 `trace-function-background'.
7801
e658c8ee
JL
78022007-10-22 Juri Linkov <juri@jurta.org>
7803
7804 * dired-x.texi (Shell Command Guessing): Default values are now
7805 available by typing M-n instead of M-p.
7806
dd753688
MA
78072007-10-21 Michael Albinus <michael.albinus@gmx.de>
7808
7809 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
7810 (Password caching): Remove `tramp-clear-passwd'.
7811 It's not a command anymore.
dd753688
MA
7812 (Bug Reports): Add `tramp-bug' to function index.
7813 (Function Index, Variable Index): New nodes.
7814 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7815
7816 * trampver.texi: Update release number.
7817
4bb49b43
JB
78182007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7819
8b296cdd 7820 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
7821 about integer size into past tense.
7822 (Time Zones): Remove pointer to Calc author's address.
7823 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 7824 and hyperbolic cotangent. Fix typo.
4bb49b43 7825
311dd93f
MA
78262007-10-10 Michael Albinus <michael.albinus@gmx.de>
7827
7828 Sync with Tramp 2.1.11.
7829
7830 * trampver.texi: Update release number.
7831
ea3fc256
MA
78322007-10-06 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * tramp.texi (External packages): New section.
7835
1af74d06
MB
78362007-09-29 Juri Linkov <juri@jurta.org>
7837
7838 * info.texi (Help-Int): Document `L' (`Info-history').
7839
0e2806fa
SM
78402007-09-26 Carsten Dominik <dominik@science.uva.nl>
7841
7842 * org.texi: Change links to webpage and maintained email.
7843 (Remember): Promote to Chapter, significant changes.
7844 (Fast access to TODO states): New section.
7845 (Faces for TODO keywords): New section.
7846 (Export options): Example for #+DATE.
7847 (Progress logging): Section moved.
7848
567b9191
BW
78492007-09-26 Bill Wohler <wohler@newt.com>
7850
7851 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7852 browse-url-at-mouse.
7853
1af74d06
MB
78542007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7855
7856 * flymake.texi (Customizable variables): Face names don't end in -face.
7857 Fix flymake-err-line-patterns template.
7858 (Example -- Configuring a tool called directly): Fix init-function.
7859 (Highlighting erroneous lines): Face names don't end in -face.
7860
d60a4e3a 78612007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
7862
7863 * erc.texi (Special-Features): Fix small typo.
7864
7d7a3510
MA
78652007-09-14 Michael Albinus <michael.albinus@gmx.de>
7866
7867 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7868 and "External transfer methods".
7869
285f0d3a
JB
78702007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7871
7872 * calc.texi (Predefined Units): Add some history.
7873
526dc846
MO
78742007-09-08 Michael Olson <mwolson@gnu.org>
7875
87e04f16
JB
7876 * erc.texi (Copying): New section included from gpl.texi.
7877 This matches the look of the upstream ERC manual.
526dc846 7878
f10d0e80
JB
78792007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7880
87e04f16 7881 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
7882 (Random Numbers): Clarify the distribution of `random'.
7883
4009494e
GM
78842007-09-06 Glenn Morris <rgm@gnu.org>
7885
f1fc42aa 7886 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 7887 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
7888 Change all setfilename commands to use ../../info.
7889 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7890 refer to the Emacs manual here.
7891 (infodir): New variable.
7892 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7893 (cc-mode.texi, faq.texi): Update references to source file locations.
7894 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7895 do not refer to the Emacs manual here.
7896 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7897
7898 * Makefile.in: Add `basename' versions of all info targets, for
7899 convenience when rebuilding just one manual.
7900 (../etc/GNU): Delete obsolete target.
7901 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7902 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
7903 *.vrs *.toc here...
7904 (maintainer-clean): ...from here.
4009494e
GM
7905
7906 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7907
2de53ca6
GM
79082007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7909
7910 * calc.texi (Date Conversions): Clarify definition of
7911 Julian day numbering.
7912 (Date Forms): Clarify definition of Julian day numbering;
7913 add some history.
7914
79152007-08-30 Carsten Dominik <dominik@science.uva.nl>
7916
87e04f16 7917 * org.texi: Version 5.07.
2de53ca6
GM
7918
79192007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7920
7921 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7922
79232007-08-22 Carsten Dominik <dominik@science.uva.nl>
7924
7925 * org.texi (Adding hyperlink types): New section.
7926 (Embedded LaTeX): Chapter updated because of LaTeX export.
7927 (LaTeX export): New section.
7928 (Using links out): New section.
7929
79302007-08-22 Glenn Morris <rgm@gnu.org>
7931
7932 * faq.texi (Learning how to do something): Refcards now in
7933 etc/refcards/ directory.
7934
79352007-08-22 Michael Albinus <michael.albinus@gmx.de>
7936
7937 * tramp.texi (Remote Programs): Persistency file must be cleared when
7938 changing `tramp-remote-path'.
7939 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7940 macro.
7941
79422007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7943
7944 * calc.texi: Move contents to beginning of file.
7945 (Algebraic Entry): Fix the formatting of an example.
7946
79472007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7948
7949 * calc.texi (Basic Operations on Units): Mention exact versus
7950 inexact conversions.
7951
79522007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7953
7954 * calc.texi (Basic Operations on Units): Mention default
7955 values for new units.
7956 (Quick Calculator Mode): Mention that binary format will
7957 be displayed.
7958
79592007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7962
79632007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7964
7965 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7966
79672007-08-08 Glenn Morris <rgm@gnu.org>
7968
7969 * gnus.texi, sieve.texi: Replace `iff'.
7970
79712007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7972
7973 * calc.texi (Basic Graphics): Mention the graphing of error
7974 forms.
7975 (Graphics Options): Mention how `g s' handles error forms.
7976 (Curve Fitting): Mention plotting the curves.
7977 (Standard Nonlinear Models): Add additional models.
7978 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7979 (Linear Fits): Correct result.
7980
79812007-08-01 Alan Mackenzie <acm@muc.de>
7982
7983 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7984 to "--no-site-file".
7985
79862007-07-29 Michael Albinus <michael.albinus@gmx.de>
7987
7988 * tramp.texi (Frequently Asked Questions): Point to mode line
7989 extension in Emacs 23.1.
7990
7991 * trampver.texi: Update release number.
7992
79932007-07-27 Glenn Morris <rgm@gnu.org>
7994
7995 * calc.texi (Copying): Include license text from gpl.texi, rather than
7996 in-line.
7997
79982007-07-25 Glenn Morris <rgm@gnu.org>
7999
8000 * calc.texi (Copying): Replace license with GPLv3.
8001
8002 * Relicense all FSF files to GPLv3 or later.
8003
80042007-07-22 Michael Albinus <michael.albinus@gmx.de>
8005
8006 Sync with Tramp 2.1.10.
8007
8008 * tramp.texi (trampfn): Expand macro implementation in order to handle
8009 empty arguments.
8010 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 8011 occurrences by trampfn.
2de53ca6 8012 (Frequently Asked Questions): Extend example code for host
b2abec73 8013 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
8014 file names to be typed.
8015
8016 * trampver.texi: Update release number.
8017
80182007-07-17 Michael Albinus <michael.albinus@gmx.de>
8019
8020 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
8021 section. Reported by <poti@potis.org>.
8022 (Remote processes): Arguments of the program to be debugged are taken
8023 literally.
8024 (Frequently Asked Questions): Simplify recentf example.
8025
80262007-07-14 Karl Berry <karl@gnu.org>
8027
8028 * info.texi (@copying): New Back-Cover Text.
8029
8030 * info.texi (Quitting Info): Move to proper place in source.
8031 (Reported by Benno Schulenberg.)
8032
80332007-07-13 Eli Zaretskii <eliz@gnu.org>
8034
8035 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
8036
8037 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
8038
8039 * emacs-mime.texi: Add @documentencoding directive.
8040
80412007-07-12 Nick Roberts <nickrob@snap.net.nz>
8042
8043 * tramp.texi (Remote processes): Add an anchor to the subsection
8044 "Running a debugger on a remote host".
8045
80462007-07-12 Michael Albinus <michael.albinus@gmx.de>
8047
8048 * tramp.texi (Remote processes): Don't call it "experimental" any
8049 longer. Add subsection about running a debugger on a remote host.
8050
80512007-07-10 Carsten Dominik <dominik@science.uva.nl>
8052
8053 * org.texi (Properties and columns): Chapter rewritten.
8054
80552007-07-08 Michael Albinus <michael.albinus@gmx.de>
8056
8057 * tramp.texi:
8058 * trampver.texi: Migrate to Tramp 2.1.
8059
80602007-07-02 Carsten Dominik <dominik@science.uva.nl>
8061
8062 * org.texi (Properties): New chapter.
8063
80642007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8065
8066 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
8067 Control Panel.
8068
8069 * gnus.texi (Misc Article): Add index entry for
8070 gnus-single-article-buffer.
8071
80722007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
8073
8074 * gnus.texi (Starting Up): Fix typo.
8075
80762007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
8077
8078 * gnus.texi (Asynchronous Fetching): Fix typo.
8079
80802007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8081
8082 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
8083 (About This Manual): Remove redundant information.
8084 (Getting Started): Mention author.
8085 (Basic Arithmetic, Customizing Calc): Make description of the
8086 variable `calc-multiplication-has-precedence' match its new effect.
8087
80882007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8089
0c7efc08
SM
8090 * calc.texi (Basic Arithmetic, Customizing Calc):
8091 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
8092
80932007-06-19 Carsten Dominik <dominik@science.uva.nl>
8094
8095 * org.texi (Tag): Section swapped with node Timestamps.
8096 (Formula syntax for Lisp): Document new `L' flag.
8097
80982007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
8099
8100 * gnus.texi (Misc Group Stuff, Summary Buffer)
8101 (Server Commands, Article Keymap): Fix typo. s/function/command/.
8102
81032007-06-06 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8106 * gnus.texi (Article Buttons, Mail Source Customization)
8107 (Sending or Not Sending, Customizing NNDiary):
8108 * message.texi (Message Headers):
8109 * mh-e.texi (HTML): Fix typos.
8110
81112007-06-07 Michael Albinus <michael.albinus@gmx.de>
8112
8113 Sync with Tramp 2.0.56.
8114
8115 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8116 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8117
81182007-06-02 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * Version 22.1 released.
8121
81222007-05-26 Michael Olson <mwolson@gnu.org>
8123
8124 * erc.texi (Modules): Fix references to completion modules.
8125
81262007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8127
8128 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8129
81302007-05-09 Didier Verna <didier@xemacs.org>
8131
8132 * gnus.texi (Email Based Diary): New. Proper documentation for the
8133 nndiary back end and the gnus-diary library.
8134
81352007-05-03 Karl Berry <karl@gnu.org>
8136
8137 * .cvsignore (*.pdf): New entry.
8138
8139 * texinfo.tex: Update from current version for better pdf generation.
8140
81412007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8142
8143 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8144
81452007-04-28 Glenn Morris <rgm@gnu.org>
8146
8147 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8148 consideration of legal status.
8149
81502007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8151
8152 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8153
81542007-04-24 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * faq.texi (New in Emacs 22): python.el removed.
8157
81582007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8159
8160 * calc.texi (Reporting bugs): Update maintainer's address.
8161
81622007-04-22 Chong Yidong <cyd@stupidchicken.com>
8163
8164 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8165
81662007-04-15 Jay Belanger <belanger@truman.edu>
8167
8168 * calc.texi (Title page): Remove the date.
8169 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8170 (The Standard Calc Interface): Change trail title.
8171 (Floats): Mention that when non-decimal floats are entered, only
8172 approximations are stored.
8173 (Copying): Move to the appendices.
8174 (GNU Free Documentation License): Add as an appendix.
8175
81762007-04-15 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8179 * dired-x.texi, ebrowse.texi, ediff.texi:
8180 * emacs-mime.texi, erc.texi, eshell.texi:
8181 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8182 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8183 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8184 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8185 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8186 * woman.texi: Include GFDL.
8187
8188 * doclicense.texi: Remove node heading, so that it can be included by
8189 other files.
8190
8191 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8192
8193 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8194 than *.
8195
81962007-04-14 Carsten Dominik <dominik@science.uva.nl>
8197
8198 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8199 in Calc.
8200
82012007-04-09 Romain Francoise <romain@orebokech.com>
8202
8203 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8204 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8205 replace mouse-2.
8206
82072007-04-08 Chong Yidong <cyd@stupidchicken.com>
8208
8209 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8210 renamed to woman-use-topic-at-point. Document new behavior.
8211
82122007-04-08 Richard Stallman <rms@gnu.org>
8213
8214 * url.texi: Fix some indexing.
8215 (Disk Caching): Drop discussion of old/other Emacs versions.
8216
82172007-04-07 Chong Yidong <cyd@stupidchicken.com>
8218
8219 * url.texi (Disk Caching): Say Emacs 21 "and later".
8220
8221 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8222 on Font locking which now mentions JIT lock.
8223
82242007-04-01 Michael Olson <mwolson@gnu.org>
8225
8226 * erc.texi: Update for the ERC 5.2 release.
8227
82282007-03-31 David Kastrup <dak@gnu.org>
8229
8230 * woman.texi (Topic, Interface Options): Explain changes semantics of
8231 woman-manpath in order to consider MANPATH_MAP entries.
8232
82332007-03-31 Eli Zaretskii <eliz@gnu.org>
8234
8235 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8236
82372007-03-26 Richard Stallman <rms@gnu.org>
8238
8239 * pgg.texi (Caching passphrase): Clean up previous change.
8240
82412007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8242
8243 * gnus.texi (Setting Process Marks): Fix typo.
8244
82452007-03-25 Romain Francoise <romain@orebokech.com>
8246
8247 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8248 readability, and include various fixes by Daniel Brockman, Nick Roberts
8249 and Dieter Wilhelm.
8250
82512007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8252
8253 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8254
8255 * gnus.texi (Mail Source Specifiers): Fix typo.
8256
82572007-03-22 Ralf Angeli <angeli@caeruleus.net>
8258
8259 * reftex.texi (Imprint): Update maintainer information.
8260
82612007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * message.texi (Message Buffers): Update documentation for
8264 message-generate-new-buffers.
8265
82662007-03-15 Daiki Ueno <ueno@unixuser.org>
8267
8268 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8269
82702007-03-21 Glenn Morris <rgm@gnu.org>
8271
8272 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8273
82742007-03-19 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * eshell.texi (Known problems): Emacs 21 -> 22.
8277
8278 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8279
82802007-03-18 Jay Belanger <belanger@truman.edu>
8281
8282 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8283
82842007-03-12 Glenn Morris <rgm@gnu.org>
8285
8286 * calc.texi (Time Zones): Switch to new North America DST rule.
8287
8288 * calc.texi: Replace "daylight savings" with "daylight
8289 saving" in text throughout.
8290
82912007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8292
8293 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8294 The variable now uses a list of symbols instead of just a symbol.
8295 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8296
82972007-03-06 Romain Francoise <romain@orebokech.com>
8298
8299 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8300 new packages, and mention Gnus update.
8301
83022007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8303
8304 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8305 nntp-open-connection-functions-never-echo-commands.
8306
83072007-02-27 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8310 problems on the console, and security risk in not using gpg-agent.
8311
83122007-02-25 Carsten Dominik <dominik@science.uva.nl>
8313
0c7efc08 8314 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
8315 Completely reorganized and rewritten.
8316 (CamelCase links): Section removed.
8317 (Repeating items): New section.
8318 (Tracking TODO state changes): New section.
8319 (Agenda views): Chapter reorganized and rewritten.
8320 (HTML export): Section rewritten.
8321 (Tables in arbitrary syntax): New section.
8322 (Summary): Better feature summary.
8323 (Activation): Document problem with cut-and-paste of Lisp code
8324 from PDF files.
8325 (Visibility cycling): Document indirect buffer use.
8326 (Structure editing): Document sorting.
8327 (Remember): Section rewritten.
8328 (Time stamps): Better description of time stamp types.
8329 (Tag searches): Document regular expression search for tags.
8330 (Stuck projects): New section.
8331 (In-buffer settings): New keywords.
c5b0993e 8332 (History and Acknowledgments): Update description.
2de53ca6
GM
8333
83342007-02-24 Alan Mackenzie <acm@muc.de>
8335
8336 * cc-mode.texi (Movement Commands): Insert two missing command names.
8337 (Getting Started): Slight wording correction (use conditional).
8338
83392007-02-22 Kim F. Storm <storm@cua.dk>
8340
8341 * widget.texi (User Interface, Basic Types): Document need to put some
8342 text before the %v escape in :format string in editable-field widget.
8343
83442007-02-18 Romain Francoise <romain@orebokech.com>
8345
8346 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8347 `cvs-mode-quit'.
8348
83492007-02-10 Markus Triska <markus.triska@gmx.at>
8350
8351 * widget.texi (Programming Example): Put constant strings in :format.
8352
83532007-02-07 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * faq.texi (Fullscreen mode on MS-Windows): New node.
8356
83572007-02-04 David Kastrup <dak@gnu.org>
8358
8359 * faq.texi (AUCTeX): Update version number. Should probably be done
8360 for other packages as well.
8361
83622007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8363
8364 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8365 <tassilo@member.fsf.org>.
8366
2de53ca6
GM
83672007-01-20 Markus Triska <markus.triska@gmx.at>
8368
8369 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8370
83712007-01-13 Michael Olson <mwolson@gnu.org>
8372
8373 * erc.texi (Modules): Mention capab-identify module.
8374
83752007-01-05 Michael Olson <mwolson@gnu.org>
8376
8377 * erc.texi (Getting Started): Update for /RECONNECT command.
8378
83792007-01-04 Richard Stallman <rms@gnu.org>
8380
8381 * ebrowse.texi: Change C-c b to C-c C-m.
8382
83832007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8384
8385 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8386 variables only in info to avoid redundant entries in the printed
8387 manual.
8388
83892007-01-02 Daiki Ueno <ueno@unixuser.org>
8390
8391 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8392
83932007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8394
8395 * message.texi (Security): Split into sub-nodes.
8396
83972007-01-01 Alan Mackenzie <acm@muc.de>
8398
8399 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8400 eval-after-load in Emacs <=21 and a workaround. Document that
8401 trigraphs are not supported.
8402
84032007-01-01 Alan Mackenzie <acm@muc.de>
8404
8405 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8406 c-context-line-break. When invoked within a string, preserve
8407 whitespace. Add a backslash only when also in a macro.
8408
84092007-01-01 Alan Mackenzie <acm@muc.de>
8410
8411 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8412
84132007-01-01 Alan Mackenzie <acm@muc.de>
8414
8415 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8416 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8417
84182007-01-01 Alan Mackenzie <acm@muc.de>
8419
8420 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8421 "Choosing a Style".
8422
8423 * cc-mode.texi ("Styles"): Add @dfn{style}.
8424
84252006-12-30 Michael Albinus <michael.albinus@gmx.de>
8426
8427 Sync with Tramp 2.0.55.
8428
8429 * trampver.texi: Update release number.
8430
84312006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8432
8433 * gnus.texi (Customizing Articles): Add index entries for all
8434 gnus-treat-* variables.
8435
c8763fb6 84362006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
8437
8438 * gnus.texi (IMAP): Fix incorrect explanation of
8439 nnimap-search-uids-not-since-is-evil in documentation for
8440 nnimap-expunge-search-string.
8441
84422006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8445 spam-ifile-database.
8446
84472006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8448
8449 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8450 rebind C-s.
8451
c8763fb6 84522006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
8453
8454 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8455 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8456 "expiring mail".
8457 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8458 nnimap-nov-is-evil.
8459
84602006-12-25 Kevin Ryde <user42@zip.com.au>
8461
8462 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8463 about the key procedure being used heavily.
8464
84652006-12-24 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8468 to t.
8469 (Prerequisites): Add explanation about gpg-agent.
8470
84712006-12-22 Kevin Ryde <user42@zip.com.au>
8472
8473 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8474 "sort" instead of "sort*".
8475
84762006-12-19 Richard Stallman <rms@gnu.org>
8477
8478 * calc.texi (History and Acknowledgements): Recognize that Emacs
8479 now does have floating point.
8480
84812006-12-19 Michael Albinus <michael.albinus@gmx.de>
8482
8483 * tramp.texi (External transfer methods): Describe new method `scpc'.
8484
84852006-12-17 Sascha Wilde <wilde@sha-bang.de>
8486
8487 * pgg.texi: Added short note on gpg-agent to the introduction.
8488
84892006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8490
8491 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8492 also applies to Cc.
8493
84942006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8495
8496 * gnus.texi (X-Face): Clarify. Say which programs are required
8497 on Windows.
8498
84992006-12-08 Michael Olson <mwolson@gnu.org>
8500
8501 * erc.texi (Modules): Remove documentation for list module.
8502
c8763fb6 85032006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
8504
8505 * faq.texi (^M in the shell buffer): Ditto.
8506
85072006-11-20 Michael Olson <mwolson@gnu.org>
8508
8509 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8510
85112006-11-17 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * org.texi: Fix typos.
8514 (Agenda commands): Document `C-k'.
8515
85162006-11-16 Eli Zaretskii <eliz@gnu.org>
8517
8518 * url.texi (http/https): Fix a typo in the HTTP URL.
8519
85202006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8521
8522 * ada-mode.texi: Total rewrite.
8523
85242006-11-13 Carsten Dominik <dominik@science.uva.nl>
8525
8526 * org.texi: Minor typo fixes.
8527
85282006-11-13 Bill Wohler <wohler@newt.com>
8529
8530 Release MH-E manual version 8.0.3.
8531
8532 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8533 release 8.0.3.
8534
8535 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8536 to set MAILDIR.
8537 (Reading Mail): Document the customization of read-mail-command
8538 for MH-E.
8539 (Viewing Attachments): Document mm-discouraged-alternatives.
8540 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8541 (Junk): Add more information about the settings of mh-junk-background
8542 in a program. Add /usr/bin/mh to PATH in examples.
8543
85442006-11-12 Richard Stallman <rms@gnu.org>
8545
8546 * woman.texi: Update author address but say he no longer maintains it.
8547
85482006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8549
8550 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8551 archived trees.
8552 (Checkboxes): Section moved to chapter 5, and extended.
8553 (The date/time prompt): New section.
8554 (Link abbreviations): New section.
8555 (Presentation and sorting): New section.
8556 (Custom agenda views): Section completely rewritten.
8557 (Summary): Compare with Planner.
8558 (Feedback): More info about creating backtraces.
c5b0993e 8559 (Plain lists): Modify example.
2de53ca6
GM
8560 (Breaking down tasks): New section.
8561 (Custom time format): New section.
8562 (Time stamps): Document inactive timestamps.
8563 (Setting tags): More details about fast tag selection.
8564 (Block agenda): New section.
8565 (Custom agenda views): Section rewritten.
8566 (Block agenda): New section.
8567
85682006-11-07 Michael Albinus <michael.albinus@gmx.de>
8569
8570 * tramp.texi (Configuration): scp is the default method.
8571 (Default Method): Use ssh as example for another method.
8572
85732006-10-27 Richard Stallman <rms@gnu.org>
8574
8575 * woman.texi: Downcase nroff/troff/roff.
8576 (Installation): Chapter deleted. Some xrefs deleted.
8577 (Background): woman doesn't advise man ;-).
8578
c8763fb6 85792006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
8580
8581 * ada-mode.texi (Project files, Identifier completion)
8582 (Automatic Casing, Debugging, Using non-standard file names)
8583 (Working Remotely): Fix typos.
8584
85852006-10-20 Masatake YAMATO <jet@gyve.org>
8586
0c7efc08 8587 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
8588 sample code `my-c-initialization-hook'.
8589
85902006-10-19 Stuart D. Herring <herring@lanl.gov>
8591
8592 * widget.texi: Fix typos.
8593
85942006-10-19 Michael Albinus <michael.albinus@gmx.de>
8595
8596 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8597 "???". There have been no complaints for years, so the information
8598 must be appropriate.
8599
86002006-10-16 Richard Stallman <rms@gnu.org>
8601
8602 * widget.texi: Use @var instead of capitalization.
8603 Clarify many widget type descriptions.
8604
86052006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8606
8607 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8608 gnus-dired-attach.
8609 (Selecting a Group): Fix typo.
8610
c8763fb6 86112006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
8612
8613 * widget.texi: Fix typos.
8614
86152006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus.texi (Image Enhancements): Update for Emacs 22.
8618
8619 * gnus-faq.texi ([1.3]): Update.
8620
86212006-10-06 Richard Stallman <rms@gnu.org>
8622
8623 * faq.texi (Displaying the current line or column):
8624 Delete "As of Emacs 20".
8625
86262006-10-06 Romain Francoise <romain@orebokech.com>
8627
8628 * faq.texi (VM): VM works with Emacs 22 too.
8629
86302006-10-06 Richard Stallman <rms@gnu.org>
8631
8632 * ebrowse.texi: Remove Emacs version "21" from title.
8633
86342006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8635
8636 * gnus.texi (Foreign Groups): Say where change of editing commands are
8637 stored. Add reference to `gnus-parameters'.
8638
86392006-09-15 Jay Belanger <belanger@truman.edu>
8640
8641 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8642 Change "Library Public License" to "Lesser Public License"
8643 throughout. Use "yyyy" to represent year.
8644
86452006-09-15 Carsten Dominik <dominik@science.uva.nl>
8646
8647 * org.texi (Setting tags): Typo fix.
8648
86492006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8650
8651 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8652
86532006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8654
8655 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8656
86572006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8658
8659 * faq.texi (Escape sequences in shell output): EMACS is now set
8660 to Emacs's absolute file name, not to "t".
8661 (^M in the shell buffer): Likewise.
2de53ca6
GM
8662
86632006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8664
8665 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8666 mails with pop3-leave-mail-on-server. Fix wording.
8667 (Limiting): Improve gnus-summary-limit-to-articles.
8668 (X-Face): Fix typo.
8669
86702006-09-11 Simon Josefsson <jas@extundo.com>
8671
8672 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8673 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8674
86752006-09-06 Simon Josefsson <jas@extundo.com>
8676
8677 * smtpmail.texi (Authentication): Mention SSL.
8678
a12bf61e
GM
86792006-09-03 Diane Murray <disumu@x3y2z1.net>
8680
8681 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8682
2de53ca6
GM
86832006-09-01 Eli Zaretskii <eliz@gnu.org>
8684
8685 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8686 Don't use @indicateurl.
8687
8688 * cc-mode.texi (Subword Movement): Don't use @headitem.
8689 (Custom Braces, Clean-ups): Don't use @tie.
8690
86912006-08-29 Michael Albinus <michael.albinus@gmx.de>
8692
8693 Sync with Tramp 2.0.54.
8694
8695 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8696 Suggested by Adrian Phillips <a.phillips@met.no>.
8697
86982006-08-15 Carsten Dominik <dominik@science.uva.nl>
8699
8700 * org.texi (Installation, Activation): Split from Installation and
8701 Activation.
8702 (Clocking work time): Documented new features.
8703
87042006-08-13 Alex Schroeder <alex@gnu.org>
8705
8706 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8707 example.
8708
87092006-08-12 Eli Zaretskii <eliz@gnu.org>
8710
8711 * faq.texi (How to add fonts): New node.
8712
87132006-08-05 Romain Francoise <romain@orebokech.com>
8714
8715 * faq.texi (New in Emacs 22): Expand.
8716
87172006-08-03 Michael Olson <mwolson@gnu.org>
8718
8719 * erc.texi: Update for ERC 5.1.4.
8720
87212006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8724 in .../site-lisp/gnus/ by default.
8725 [ From gnus-news.texi in the trunk. ]
8726
87272006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8728
8729 * gnus.texi (MIME Commands): Additions for yEnc.
8730
87312006-07-24 Richard Stallman <rms@gnu.org>
8732
8733 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8734 * faq.texi: Move periods and commas inside quotes.
8735
87362006-07-20 Jay Belanger <belanger@truman.edu>
8737
8738 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8739
87402006-07-18 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * faq.texi (Security risks with Emacs): Document Emacs 22
8743 file-local-variable mechanism.
8744
87452006-07-12 Michael Olson <mwolson@gnu.org>
8746
8747 * erc.texi: Update for ERC 5.1.3.
8748
87492006-07-12 Alex Schroeder <alex@gnu.org>
8750
8751 * rcirc.texi: Fix typos.
8752 (Getting started with rcirc): New calling convention for M-x irc.
8753 Mention #rcirc. Removed channel tracking.
0c7efc08 8754 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
8755 recently, eg. rcirc-server to rcirc-default-server. Added
8756 documentation for rcirc-authinfo, some background for Bitlbee, and
8757 rcirc-track-minor-mode.
0c7efc08 8758 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 8759 Scrolling.
0c7efc08 8760 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
8761 to match code changes.
8762
87632006-07-10 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * gnus.texi, message.texi: Fix typos.
8766
87672006-07-07 Carsten Dominik <dominik@science.uva.nl>
8768
8769 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8770 commands.
8771 (Global TODO list): Document the use of the variables
8772 `org-agenda-todo-ignore-scheduled' and
8773 `org-agenda-todo-list-sublevels'.
8774
87752006-07-05 Richard Stallman <rms@gnu.org>
8776
8777 * faq.texi (Scrolling only one line): Fix xref.
8778
87792006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8780
8781 * faq.texi (Evaluating Emacs Lisp code):
8782 Throughout, replace eval-current-buffer with eval-buffer.
8783
87842006-07-03 Richard Stallman <rms@gnu.org>
8785
8786 * rcirc.texi (Scrolling conservatively): Fix xref.
8787
8788 * pcl-cvs.texi (Viewing differences): Usage fix.
8789
87902006-07-03 Carsten Dominik <dominik@science.uva.nl>
8791
8792 * org.texi (Agenda commands): Document `s' key to save all org-mode
8793 buffers.
8794
87952006-06-30 Ralf Angeli <angeli@caeruleus.net>
8796
8797 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8798 names. Mention `cvs-msg' face.
8799
88002006-06-29 Carsten Dominik <dominik@science.uva.nl>
8801
8802 * org.texi (Checkboxes): New section.
8803
88042006-06-28 Carsten Dominik <dominik@science.uva.nl>
8805
8806 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8807 throughout this chapter.
8808
88092006-06-27 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8812 text for standalone vs Emacs info.
8813 (Help): Clarify header line description. Use mouse-1 for clicks.
8814 (Help-P): Use mouse-1 for clicks.
8815 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8816 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8817 (Choose menu subtopic): Remove gratuitous Emacs command names.
8818 (Help-FOO): Put usual behavior first.
8819 (Help-Xref): Clicking on xrefs works in Emacs.
8820 (Search Text): Clarify what the default behavior is.
8821 (Create Info buffer): Fix Emacs window/X window confusion.
8822 (Emacs Info Variables): Fix for new Emacs init file behavior.
8823
88242006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8825
8826 * gnus.texi (Summary Buffer Lines): Fix typo.
8827
88282006-06-23 Carsten Dominik <dominik@science.uva.nl>
8829
8830 * org.texi (Embedded LaTeX): New chapter.
8831 (Archiving): Section rewritten.
8832 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8833
88342006-06-20 Bill Wohler <wohler@newt.com>
8835
8836 Release MH-E manual version 8.0.1.
8837
8838 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8839 release 8.0.1.
8840 (Preface): Depend on GNU mailutils 1.0 and higher.
8841
88422006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8843
8844 * message.texi (News Headers): Update message-syntax-checks section.
8845
88462006-06-19 Karl Berry <karl@gnu.org>
8847
8848 * info.texi (Advanced): Mention C-q, especially with ?.
8849
88502006-06-19 Carsten Dominik <dominik@science.uva.nl>
8851
8852 * org.texi (Publishing links): Document the `:link-validation-function'
8853 property.
8854 (Extensions and Hacking): New chapter, includes some sections of the
8855 "Miscellaneous" chapter.
8856
88572006-06-10 Carsten Dominik <dominik@science.uva.nl>
8858
8859 * org.texi (Progress logging): New section.
8860
2de53ca6
GM
88612006-06-06 Carsten Dominik <dominik@science.uva.nl>
8862
8863 * org.texi (ASCII export): Document indentation adaptation.
8864 (Setting tags): Document mutually-exclusive tags.
8865
88662006-06-05 Romain Francoise <romain@orebokech.com>
8867
8868 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8869 Fix typo.
8870
8871 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8872 channel (#gnus@irc.freenode.net).
8873 Fix typos. Update copyright notice.
8874
8875 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8876 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8877 (Line-Up Functions, Custom Macros):
8878 * ediff.texi (Window and Frame Configuration)
dccb744b 8879 (Highlighting Difference Regions):
2de53ca6
GM
8880 * emacs-mime.texi (Display Customization):
8881 * erc.texi (History):
8882 * eshell.texi (Known problems):
8883 * eudc.texi (Overview, BBDB):
8884 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8885 (The problem of spam, SpamOracle, Extending the Spam package)
8886 (Conformity, Terminology):
dccb744b 8887 * idlwave.texi (Routine Info)
2de53ca6
GM
8888 (Class and Keyword Inheritance, Padding Operators)
8889 (Breakpoints and Stepping, Electric Debug Mode)
8890 (Examining Variables, Troubleshooting):
8891 * org.texi (Creating timestamps):
8892 * reftex.texi (Commands, Options, Changes):
8893 * tramp.texi (Inline methods, Password caching)
8894 (Auto-save and Backup, Issues):
8895 * vip.texi (Files, Commands in Insert Mode):
8896 * viper.texi (Emacs Preliminaries, States in Viper)
8897 (Packages that Change Keymaps, Viper Specials, Groundwork):
8898 Fix various typos.
8899
89002006-05-31 Michael Ernst <mernst@alum.mit.edu>
8901
8902 * ediff.texi: Fix typos.
8903
89042006-05-30 Carsten Dominik <dominik@science.uva.nl>
8905
8906 * org.texi: Small typo fixes.
8907
fff84c22
JB
89082006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * viper.texi (Viper Specials):
8911 * gnus.texi (Example Setup):
8912 * faq.texi (Backspace invokes help):
8913 * dired-x.texi (Optional Installation Dired Jump):
8914 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8915 follow coding conventions.
8916
2de53ca6
GM
89172006-05-29 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8920
89212006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8922
8923 * pcl-cvs.texi: Fix typos.
8924 (Customization): Say "us".
8925
89262006-05-26 Eli Zaretskii <eliz@gnu.org>
8927
8928 * org.texi: Remove bogus @setfilename.
8929
89302006-05-26 Carsten Dominik <dominik@science.uva.nl>
8931
8932 * org.texi (ASCII export): Omit command name.
8933 (HTML export): Add prefix to all lines in Local Variable example.
8934 (Acknowledgments): Typeset names in italics.
8935
89362006-05-24 Carsten Dominik <dominik@science.uva.nl>
8937
8938 * org.texi (Plain lists): Add new item navigation commands.
8939 (External links): Document elisp and info links.
8940 (Custom searches): New section.
8941 (Publishing): New chapter.
8942 (HTML export): Include a list of supported CSS classes.
8943 (Setting tags): Describe the fast-tag-setting interface.
8944
89452006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * dired-x.texi: ifinfo -> ifnottex.
8948
89492006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8950
8951 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8952
89532006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8954
8955 * message.texi (Interface): Add tool bar customization.
8956 (MIME): Index and text additions for mml-attach.
8957 (MIME): Describe mml-dnd-protocol-alist and
8958 mml-dnd-attach-options.
8959
8960 * gnus.texi (Oort Gnus): Reorder entries in sections.
8961 Fix some entries.
8962 (Starting Up): Add references to "Emacs for Heathens" and to
8963 "Finding the News". Add user-full-name and user-mail-address.
8964 (Group Buffer Format): Add tool bar customization and update.
8965 (Summary Buffer): Add tool bar customization.
8966 (Posting Styles): Add message-alternative-emails.
8967
89682006-05-09 Michael Albinus <michael.albinus@gmx.de>
8969
8970 * tramp.texi (Filename completion): Improve wording.
8971
89722006-05-07 Romain Francoise <romain@orebokech.com>
8973
8974 * faq.texi (Using regular expressions): Fix typo.
8975 (Packages that do not come with Emacs): Fix capitalization.
8976 (Replacing text across multiple files): Expand node to explain how
8977 to use `dired-do-query-replace-regexp' in more detail, based on
8978 suggestion by Eric Hanchrow <offby1@blarg.net>.
8979
89802006-05-06 Michael Albinus <michael.albinus@gmx.de>
8981
8982 * tramp.texi (Filename completion): Completion of remote files'
8983 method, user name and host name is active only in partial
8984 completion mode.
8985
89862006-05-06 Bill Wohler <wohler@newt.com>
8987
8988 Release MH-E manual version 8.0.
8989
8990 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8991 release 8.0.
8992
89932006-05-06 Bill Wohler <wohler@newt.com>
8994
8995 * mh-e.texi (MH-BOOK-HOME): Change from
8996 http://www.ics.uci.edu/~mh/book/mh to
8997 http://rand-mh.sourceforge.net/book/mh.
8998 Replace .htm suffix with .html for MH book files.
8999 (Using This Manual): Update key binding for getting relevant
9000 chapter in Info from command key.
9001 (Ranges): Fix itemx.
9002
90032006-05-05 Karl Berry <karl@gnu.org>
9004
9005 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
9006 (\fonttextsize): New user-level command to change text font size.
9007
90082006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9009
9010 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
9011
90122006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
9013
9014 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
9015
90162006-04-24 Bill Wohler <wohler@newt.com>
9017
9018 * mh-e.texi (Getting Started): Make it more explicit that you need
9019 to install MH. Add pointers to current MH implementations.
9020
90212006-04-21 Bill Wohler <wohler@newt.com>
9022
9023 Release MH-E manual version 7.94.
9024
9025 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9026 release 7.94.
9027
90282006-04-21 Carsten Dominik <dominik@science.uva.nl>
9029
9030 * org.texi: Many small fixes.
9031 (Handling links): Rename from "Managing links".
9032
90332006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9034
9035 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
9036 (Splitting mail using spam-stat): Fix @xref.
9037
90382006-04-20 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 9041 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
9042
90432006-04-20 Carsten Dominik <dominik@science.uva.nl>
9044
9045 * org.texi (Time stamps): Better explanation of the purpose of
9046 different time stamps.
9047 (Structure editing, Plain lists): More details on how new items
9048 and headings are inserted.
9049
90502006-04-18 Carsten Dominik <dominik@science.uva.nl>
9051
9052 * org.texi (Formula syntax): Fix link to Calc Manual.
9053
90542006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9055
9056 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
9057
90582006-04-17 Bill Wohler <wohler@newt.com>
9059
9060 * mh-e.texi (Folders): Update mh-before-quit-hook and
9061 mh-quit-hook example with code that removes the buffers rather
9062 than just bury them.
9063
90642006-04-17 Michael Albinus <michael.albinus@gmx.de>
9065
9066 Sync with Tramp 2.0.53.
9067
90682006-04-13 Carsten Dominik <dominik@science.uva.nl>
9069
9070 * org.texi (Updating settings): New section.
9071 (Visibility cycling): Better names for the startup folding
9072 options.
9073 (Exporting): Completely restructured.
9074 (The very busy C-c C-c key): New section.
9075 (Summary of in-buffer settings): New section.
9076
90772006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
9080
90812006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
9082
9083 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
9084 (Server Commands): Key `v' is reserved for users.
9085
90862006-04-11 Carsten Dominik <dominik@science.uva.nl>
9087
9088 * org.texi (Link format): New section, emphasis on bracket links.
9089 (External links): Document bracket links.
9090 (FAQ): Expand to cover shell links and the new link format.
9091
90922006-04-09 Kevin Ryde <user42@zip.com.au>
9093
9094 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9095
90962006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9097
9098 * gnus.texi (Summary Buffer Lines): Add `*'.
9099
c8763fb6 91002006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
9101
9102 * gnus.texi (Group Parameters):
9103 Mention gnus-permanently-visible-groups.
9104
91052006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9106
9107 * gnus.texi (Face): Fix typo.
9108
91092006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
9110
9111 * gnus.texi (X-Face): Clarify.
9112 (Face): Need Emacs with PNG support.
9113
91142006-04-06 Richard Stallman <rms@gnu.org>
9115
9116 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9117 Emacs".
9118
91192006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9120
9121 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9122 blocks not suitable for inclusion with Emacs using variable
9123 PARTOFEMACS.
9124
91252006-04-04 Simon Josefsson <jas@extundo.com>
9126
9127 * gnus.texi (Security): Improve.
9128
689c9ca5
GM
91292006-04-02 Karl Berry <karl@gnu.org>
9130
9131 * texinfo.tex: Update to current version (2006-03-21.13).
9132
2de53ca6
GM
91332006-04-02 Bill Wohler <wohler@newt.com>
9134
9135 * mh-e.texi (Getting Started, Junk, Bug Reports)
9136 (MH FAQ and Support): Fix URLs.
9137
91382006-03-31 Romain Francoise <romain@orebokech.com>
9139
9140 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9141 to t, not nil (and has for the past eight years).
9142
91432006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * message.texi, gnus.texi: Bump version to 5.11.
9146
91472006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9148
9149 * gnus.texi (Top): Add comment about version line.
9150
9151 * message.texi (Top): Ditto. Change to take named versions into
9152 account.
9153
91542006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9155
9156 * gnus.texi (Posting Styles): Add x-face-file to example.
9157 (X-Face): Refer to posting styles.
9158
9159 * gnus-faq.texi ([5.8]): Add x-face-file.
9160 ([8.4]): Add links to gmane.emacs.gnus.user and
9161 gmane.emacs.gnus.general.
9162
91632006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9164
9165 * gnus-faq.texi: Use .invalid.
9166 ([5.4]): Fix gnus-posting-styles example.
9167
91682006-03-27 Romain Francoise <romain@orebokech.com>
9169
9170 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9171 Emacs/W3 needs a new maintainer.
9172 (Ispell): Update author and version info.
9173 (Mailcrypt): Mention PGG.
9174 (New in Emacs 22): Add PGG to the list of new packages.
9175 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9176 updating dead URLs.
9177
91782006-03-25 Karl Berry <karl@gnu.org>
9179
9180 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9181 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9182 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9183 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9184 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9185 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9186 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9187 (2) do not indent copyright year list (or anything else).
9188
91892006-03-21 Bill Wohler <wohler@newt.com>
9190
9191 * mh-e.texi (Folders): Various edits.
9192
91932006-03-20 Romain Francoise <romain@orebokech.com>
9194
9195 * gnus.texi (Mail Folders): Grammar fix.
9196
91972006-03-19 Bill Wohler <wohler@newt.com>
9198
9199 * mh-e.texi (Replying): Document Mail-Followup-To.
9200 Change manually-formatted table to multitable. Add debugging info.
9201 Move description of mh-reply-default-reply-to into paragraph
9202 that describes its values.
9203
92042006-03-17 Bill Wohler <wohler@newt.com>
9205
10d1d0af 9206 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
9207 (Sending Mail Tour): Update method of entering
9208 addresses and subject.
9209 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9210 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9211
92122006-03-15 Carsten Dominik <dominik@science.uva.nl>
9213
9214 * org.texi: Version number change only.
9215
92162006-03-14 Bill Wohler <wohler@newt.com>
9217
9218 * mh-e.texi: Add index entries around each paragraph rather than
9219 depend on entries from beginning of node. Doing so ensures that
9220 index entries are less likely to be forgotten if text is cut and
9221 pasted, and are necessary anyway if the references are on a
9222 separate page. It seems that makeinfo is now (v. 4.8) only
9223 producing one index entry per node, so there is no longer any
9224 excuse not to. Use subheading instead of heading. The incorrect
9225 use of heading produced very large fonts in Info--as large as the
9226 main heading.
9227 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9228 versions 6 and 7 appeared *around* the time of these Emacs releases.
9229
92302006-03-13 Carsten Dominik <dominik@science.uva.nl>
9231
9232 * org.texi (Clean view): Document new startup options.
9233
92342006-03-11 Bill Wohler <wohler@newt.com>
9235
9236 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9237 (Composing, Scan Line Formats): Fix @refs.
9238 (Getting Started): Define MH profile and MH profile components.
9239 (Incorporating Mail, Reading Mail, Viewing, Printing)
9240 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9241 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9242 for string constants.
9243 (Tool Bar): Remove spurious quote.
9244 (Junk): Use ``...'' instead of "...".
9245 (Scan Line Formats): Replace @samp with @kbd.
9246
92472006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9250
92512006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9252
9253 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9254 easy to understand.
9255
92562006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9257
9258 * gnus.texi: Markup fix.
9259 (Fancy Mail Splitting): Specify new feature.
9260
92612006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9262
9263 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9264 partial-words matching.
9265
92662006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9269
9270 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9271 (MIME Commands): Fix mm-discouraged-alternatives.
9272
92732006-03-07 Carsten Dominik <dominik@science.uva.nl>
9274
9275 * org.texi: Version number change only.
9276
92772006-03-06 Bill Wohler <wohler@newt.com>
9278
9279 * mh-e.texi: Move from SourceForge repository to Savannah.
9280 This is version 7.93, which is a total rewrite from the previous
9281 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9282 version 7.93.
9283
92842006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9285
9286 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9287
92882006-03-01 Carsten Dominik <dominik@science.uva.nl>
9289
9290 * org.texi (Interaction): Add item about `org-mouse.el' by
9291 Piotr Zielinski.
9292 (Managing links): Document that also mouse-1 can be used to
9293 activate a link.
9294 (Headlines, FAQ): Add entry about hiding leading stars.
9295 (Miscellaneous): Resort the sections in this chapter to a more
9296 logical sequence.
9297
92982006-02-27 Simon Josefsson <jas@extundo.com>
9299
9300 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9301 2004-01-27 from the trunk).
9302
93032006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9304
9305 * cc-mode.texi: Rename c-hungry-backspace to
9306 c-hungry-delete-backwards, at the request of RMS. Leave the old
9307 name as an alias.
9308
93092006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9310
9311 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9312 include the function header within the defun.
9313
93142006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9315
9316 * cc-mode.texi: Correct two typos.
9317
93182006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9319
9320 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9321 existing comment.
9322 (Electric Keys): Add a justification for electric indentation.
9323 (Hungry WS Deletion): Clear up the names and complications of the
9324 BACKSPACE and DELETE keys.
9325
93262006-02-23 Juri Linkov <juri@jurta.org>
9327
9328 * faq.texi (Common requests): Move `Turning on auto-fill by
9329 default' after `Wrapping words automatically'. Move `Working with
9330 unprintable characters' before `Searching for/replacing newlines'.
9331 Move `Replacing highlighted text' after `Highlighting a region'.
9332 Merge `Repeating commands' and `Repeating a command as many times
9333 as possible' into the former.
9334 (Packages that do not come with Emacs): Add refs to Gmane and
9335 etc/MORE.STUFF.
9336
93372006-02-23 Juri Linkov <juri@jurta.org>
9338
9339 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9340 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9341 Add xref to `(emacs)Reporting Bugs'.
9342 (Getting a printed manual): Add URL to other formats of the manual.
9343 (Common requests): Fix menu.
9344 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9345 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9346 (Inserting text at the beginning of each line): Add pxref to
9347 `Changing the included text prefix'.
9348 (Forcing the cursor to remain in the same column): Mention `track-eol'
9349 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9350 (Replacing text across multiple files): Add keybinding `Q' for
9351 `dired-do-query-replace'.
9352
93532006-02-22 Carsten Dominik <dominik@science.uva.nl>
9354
9355 * reftex.texi: Version number and date change only.
9356
9357 * org.texi (Internal Links): Rewrite to cover the modified
9358 linking system.
9359
93602006-02-17 Eli Zaretskii <eliz@gnu.org>
9361
9362 * faq.texi: Remove the coding cookie, it's not needed anymore.
9363
93642006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9365
9366 * faq.texi (Colors on a TTY): Mention Mac OS port.
9367
93682006-02-12 Karl Berry <karl@gnu.org>
9369
9370 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9371 8-bit accented a.
9372
93732006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9374
9375 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9376
93772006-02-08 Romain Francoise <romain@orebokech.com>
9378
9379 * faq.texi (Top): Remove paragraph about the FAQ being a
9380 transitional document, etc.
9381 (Searching for/replacing newlines): New node.
9382 (Yanking text in isearch): New node.
9383 (Inserting text at the beginning of each line): Rename and make
9384 more general, mention `M-;' in Message mode.
9385
93862006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * faq.texi (Meta key does not work in xterm)
9389 (Emacs does not display 8-bit characters)
9390 (Inputting eight-bit characters): Update xrefs.
9391
93922006-02-06 Romain Francoise <romain@orebokech.com>
9393
9394 * faq.texi (VM): VM now at version 7.19.
9395 Set myself as maintainer of this file.
9396
93972006-02-04 Michael Olson <mwolson@gnu.org>
9398
9399 * erc.texi (History): Note that ERC is now included with Emacs.
9400
94012006-01-31 Romain Francoise <romain@orebokech.com>
9402
9403 * message.texi (Message Headers): Explain what
9404 `message-alternative-emails' does in more detail.
9405 Update copyright year.
9406
94072006-01-30 Juanma Barranquero <lekktu@gmail.com>
9408
9409 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9410
94112006-01-29 Richard M. Stallman <rms@gnu.org>
9412
9413 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9414
94152006-01-29 Michael Olson <mwolson@gnu.org>
9416
9417 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9418
9419 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9420
9421 * faq.texi (New in Emacs 22): Mention ERC.
9422
94232006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9424
9425 * rcirc.texi: Capitalize dir entry for consistency with the entry
9426 in info/dir and other entries in the Emacs category.
9427 Fix typos. Delete trailing whitespace.
9428
c8763fb6 94292006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
9430
9431 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9432
94332006-01-27 Eli Zaretskii <eliz@gnu.org>
9434
9435 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9436 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9437
9438 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9439 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9440
94412006-01-27 Alex Schroeder <alex@gnu.org>
9442
9443 * rcirc.texi: New file.
9444
94452006-01-23 Juri Linkov <juri@jurta.org>
9446
9447 * widget.texi (User Interface): Add S-TAB for widget-backward.
9448
94492006-01-22 Michael Albinus <michael.albinus@gmx.de>
9450
9451 Sync with Tramp 2.0.52.
9452
9453 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9454 Add Tramp disabling item. New item for common connection problems.
9455 (various): Apply "ftp" as method for the download URL.
9456 (Bug Reports): Refer to FAQ for common problems.
9457
94582006-01-21 Eli Zaretskii <eliz@gnu.org>
9459
9460 * widget.texi (User Interface): Use @key for TAB.
9461
9462 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9463
9464 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9465 for TAB.
9466
9467 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9468
94692006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9470
9471 * gnus.texi: Update copyright.
9472
94732006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus.texi (Article Washing): Additions.
9476
2de53ca6
GM
94772006-01-13 Carsten Dominik <dominik@science.uva.nl>
9478
9479 * org.texi (Agenda commands): Document tags command.
9480
94812006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9484
94852006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * gnus.texi (RSS): Addition.
9488
94892005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9492
94932005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9494
9495 * emacs-mime.texi (Display Customization): Add setting example to
9496 mm-discouraged-alternatives.
9497
94982006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9501 version is the canonical version.
9502
95032006-01-08 Alex Schroeder <alex@gnu.org>
9504
9505 * pgg.texi (Caching passphrase): Rewording.
9506
95072006-01-06 Eli Zaretskii <eliz@gnu.org>
9508
9509 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9510 repository URL.
9511
95122006-01-06 Carsten Dominik <dominik@science.uva.nl>
9513
9514 * org.texi: Removed the accidentally re-added empty line in the
9515 direntry.
9516
95172006-01-05 Carsten Dominik <dominik@science.uva.nl>
9518
9519 * org.texi (Agenda Views): Chapter reorganized.
9520
95212005-12-29 Romain Francoise <romain@orebokech.com>
9522
9523 * faq.texi (Using Customize): New node.
9524
95252005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * org.texi: Remove blank line in @direntry. It is non-standard
9528 and recursively produces blank lines all over the dir file (when
9529 using Texinfo 4.8).
9530
95312005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9532
9533 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9534
95352005-12-20 Carsten Dominik <dominik@science.uva.nl>
9536
9537 * org.texi (Tags): Boolean logic documented.
9538 (Agenda Views): Document custom commands.
9539
95402005-12-20 David Kastrup <dak@gnu.org>
9541
9542 * faq.texi (AUCTeX): Update version and mailing list info.
9543
95442005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9545
9546 * gnus.texi (MIME Commands): Mention addition of
9547 multipart/alternative to gnus-buttonized-mime-types and add xref
9548 to mm-discouraged-alternatives.
9549
9550 * emacs-mime.texi (Display Customization): Mention addition of
9551 "image/.*" and add xref to gnus-buttonized-mime-types in the
9552 mm-discouraged-alternatives section.
9553
95542005-12-16 Carsten Dominik <dominik@science.uva.nl>
9555
9556 * org.texi (Tags): New section.
9557 (Agenda Views): Chapter reorganized.
9558
95592005-12-16 Eli Zaretskii <eliz@gnu.org>
9560
9561 * org.texi (Internal Links): Add a missing comma after an @xref.
9562
95632005-12-14 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * faq.texi (Filling paragraphs with a single space): No need to
9566 change sentence-end now.
9567
95682005-12-13 Romain Francoise <romain@orebokech.com>
9569
9570 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9571
95722005-12-12 Jay Belanger <belanger@truman.edu>
9573
9574 * faq.texi (Calc): Update version number.
9575
95762005-12-12 Carsten Dominik <dominik@science.uva.nl>
9577
9578 * org.texi (Progress Logging): New section.
9579
95802005-12-10 Romain Francoise <romain@orebokech.com>
9581
9582 Update the Emacs FAQ for the 22.1 release.
9583
9584 * faq.texi: Set VER to `22.1'.
9585 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
9586 Tutorial. Mention that `C-h r' displays the manual.
9587 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
9588 (Getting a printed manual): Point to the new locations of the
9589 manuals on the GNU Web site.
9590 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9591 available via Info (it was previously distributed separately).
9592 (Installing Texinfo documentation): The latest version of Texinfo
9593 is 4.8, not 4.0.
9594 (Informational files for Emacs): COPYING is the GNU General Public
9595 License, not the Emacs General Public License.
9596 (Informational files for Emacs): Delete obsolete link to the
9597 GNUinfo pages as they have been removed from the GNU Web site.
9598 (New in Emacs 22): New node.
9599 (Setting up a customization file): Say that most packages support
9600 Customize nowadays.
9601 (Colors on a TTY): Delete reference to instructions on how to
9602 enable syntax highlighting, it is now enabled by default.
9603 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9604 at startup automatically.
9605 (Controlling case sensitivity): Mention `M-c' in isearch.
9606 (Using an already running Emacs process): Emacs now creates the
9607 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9608 gnuserv. As emacsclient can now run Lisp code as well, delete a
9609 sentence praising gnuserv for that. Simplify description of how
9610 the client/server operation works.
9611 (Compiler error messages): Delete obsolete text (compile.el has
9612 been rewritten).
9613 (Indenting switch statements): Fix typo.
9614 (Matching parentheses): Simplify setup instructions, mention the
9615 menu bar item in the Options menu.
9616 (Repeating a command as many times as possible): Mention `C-x e'.
9617 (Going to a line by number): Mention new keymap and bindings
9618 `M-g M-g', `M-g M-p' and `M-g M-n'.
9619 (Turning on syntax highlighting): Now on by default. Simplify.
9620 (Replacing highlighted text): Use `1', not `t'.
9621 (Problems with very large files): The maximum size is now 256MB on
9622 32-bit machines.
9623 (^M in the shell buffer): Mention `comint-process-echoes'.
9624 (Emacs for Apple computers): Emacs 22 has native support for Mac
9625 OS X.
9626 (Translating names to IP addresses): Delete node.
9627 (Binding keys to commands): Fix typo.
9628 (SPC no longer completes file names): New node.
9629 (MIME with Emacs mail packages): Delete section about the Emacs
9630 MIME FAQ (it's not reachable anymore).
9631
96322005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9633
9634 * cc-mode.texi: The manual has been extensively revised: the
9635 information about using CC Mode has been separated from the larger
9636 and more difficult chapters about configuration. It has been
9637 updated for CC Mode 5.31.
9638
96392005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9640
9641 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9642 (Selecting an implementation): Fix descriptions.
9643
96442005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9645
9646 * message.texi (Various Message Variables): Addition.
9647
96482005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * message.texi: Fix default values.
9651
96522005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9653
9654 * message.texi (Header Commands): Clarify descriptions of
9655 message-cross-post-followup-to, message-reduce-to-to-cc, and
9656 message-insert-wide-reply.
9657 (Various Commands): Fix kindex for message-kill-to-signature;
9658 clarify description of message-tab.
9659
96602005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9661
9662 * message.texi (Mailing Lists): Fix description about MFT.
9663
9664 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9665
96662005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9667
9668 * gnus.texi (Slow Terminal Connection): Replace old description
9669 with new one.
9670
96712005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9672
9673 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9674 replace X-Draft-Headers with X-Draft-From.
9675
96762005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9677
9678 * gnus.texi (Various Various): Fix the default value of
9679 nnheader-max-head-length.
9680 (Gnus Versions): Fix typo.
9681
96822005-12-08 Carsten Dominik <dominik@science.uva.nl>
9683
9684 * org.texi (Structure editing): Document new functionality of
9685 M-RET.
9686
96872005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9688
9689 * org.texi (Internal Links): Fix Texinfo usage.
9690
96912005-12-06 Carsten Dominik <dominik@science.uva.nl>
9692
9693 * org.texi (TODO basics): Document the global todo list.
9694 (TODO items): Documents sparse tree for specific TODO
9695 keywords.
9696
96972005-11-30 Carsten Dominik <dominik@science.uva.nl>
9698
9699 * org.texi (Plain Lists): Typos fixed.
9700
97012005-11-28 Jay Belanger <belanger@truman.edu>
9702
9703 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9704
97052005-11-24 Carsten Dominik <dominik@science.uva.nl>
9706
9707 * org.texi (Structure editing): New item moving commands added.
9708 (Plain Lists): New section.
9709
97102005-11-18 Carsten Dominik <dominik@science.uva.nl>
9711
9712 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9713 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 9714 `org-agenda-file-to-front'.
2de53ca6
GM
9715 (Built-in table editor): Document `org-table-sort-lines'.
9716 (HTML formatting): Export of hand-formatted lists.
9717
97182005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9719
9720 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9721 new variable gnus-toolbar-thickness.
9722
97232005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9724
9725 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9726
97272005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * gnus.texi (X-Face): Fix description.
9730 (XVarious): Remove gnus-xmas-logo-color-alist and
9731 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9732
97332005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9734
9735 * gnus.texi (Group Parameters): Mention new variable
9736 gnus-parameters-case-fold-search.
9737 (Home Score File): Addition.
9738
97392005-11-04 Ulf Jasper <ulf.jasper@web.de>
9740
9741 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9742 (Overview): List supported feed types.
9743 (Installation): No installation necessary when using autoload.
9744 (Configuration): Rename "RSS" to "news".
9745
97462005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9747
9748 * pgg.texi (User Commands): Document additional passphrase
9749 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9750 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9751
97522005-11-04 Carsten Dominik <dominik@science.uva.nl>
9753
9754 * org.texi: Version number changed to 3.19.
9755
97562005-10-29 Sascha Wilde <wilde@sha-bang.de>
9757
9758 * pgg.texi (How to use): Update the example to add autoload of
9759 pgg-encrypt-symmetric-region.
9760 (User Commands): Document pgg-encrypt-symmetric-region.
9761 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9762
97632005-10-27 Jay Belanger <belanger@truman.edu>
9764
9765 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9766 mention other TeX-related units.
9767
97682005-10-23 Lars Hansen <larsh@soem.dk>
9769
0c7efc08
SM
9770 * dired-x.texi (Miscellaneous Commands):
9771 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
9772 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9773
97742005-10-23 Jay Belanger <belanger@truman.edu>
9775
9776 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9777 constant.
9778
97792005-10-23 Michael Albinus <michael.albinus@gmx.de>
9780
0c7efc08
SM
9781 * faq.texi (Bugs and problems):
9782 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
9783 `directory-listing-before-filename-regexp'.
9784
97852005-10-22 Eli Zaretskii <eliz@gnu.org>
9786
9787 * newsticker.texi (UPDATED): Set value.
9788
97892005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * gnus.texi (Document Groups): Remove duplicate item.
9792
97932005-10-21 Carsten Dominik <dominik@science.uva.nl>
9794
9795 * org.texi (Summary): Mention iCalendar support.
9796 (Exporting): Document iCalendar support.
9797
97982005-10-18 Romain Francoise <romain@orebokech.com>
9799
9800 * viper.texi (Viper Specials): Capitalize GNU.
9801
98022005-10-17 Juri Linkov <juri@jurta.org>
9803
9804 * info.texi (Getting Started, Search Index, Expert Info):
9805 Fix wording.
9806 (Search Text): Replace `echo area' with `mode line'.
9807 (Search Index): Both `i' and `,' find all index entries.
9808 Replace example `C-f' with `C-l' (which exists in index of Info
9809 manual) and delete spaces in its keyboard input sequence.
9810 Delete unnecessary explanations about literal characters.
9811
98122005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * gnus.texi (Document Server Internals): Addition.
9815
98162005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus.texi (A note on namespaces): Fix RFC reference.
9819
98202005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9821
9822 * gnus.texi (RSS): Fix key description.
9823
98242005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * gnus.texi: Emacs/w3 -> Emacs/W3.
9827 (Browsing the Web): Fix description.
9828 (Web Searches): Ditto.
9829 (Customizing W3): Ditto.
9830
98312005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9832
9833 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9834
98352005-10-11 Jay Belanger <belanger@truman.edu>
9836
9837 * calc.texi (Integration): Mention using `a i' to compute definite
9838 integrals.
9839
98402005-10-11 Juri Linkov <juri@jurta.org>
9841
9842 * info.texi: Rearrange nodes.
9843 (Top): Update menu. Change ref `Info for Experts' to
9844 `Advanced Info Commands'.
9845 (Getting Started): Fix description of manual's parts.
9846 (Help-Int): Change xref `Info Search' to `Search Index', and
9847 `Expert Info' to `Advanced'.
9848 (Advanced): Move node one level up.
9849 (Search Text, Search Index): New nodes split out from `Info Search'.
9850 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9851 split out from `Advanced'.
9852 (Advanced, Emacs Info Variables): De-document editing an Info file
9853 in Info.
9854 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9855 (Creating an Info File): Delete node and move its text to
9856 `Expert Info'.
9857
98582005-10-10 Carsten Dominik <dominik@science.uva.nl>
9859
9860 * org.texi (Workflow states): Documented that change in keywords
9861 becomes active only after restart of Emacs.
9862
98632005-10-08 Michael Albinus <michael.albinus@gmx.de>
9864
9865 Sync with Tramp 2.0.51.
9866
98672005-10-08 Nick Roberts <nickrob@snap.net.nz>
9868
9869 * speedbar.texi (Introduction): Describe new location of speedbar
9870 on menubar.
9871 (Basic Key Bindings): Remove descriptions of bindings that have
9872 been removed.
9873
98742005-10-05 Nick Roberts <nickrob@snap.net.nz>
9875
9876 * speedbar.texi (GDB): Describe use of watch expressions.
9877
98782005-09-28 Simon Josefsson <jas@extundo.com>
9879
9880 * message.texi (IDNA): Fix.
9881
98822005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9883
9884 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9885 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9886 description of nntp-open-connection-function.
9887 (Common Variables): Fix descriptions.
9888
98892005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9890
9891 * gnus.texi (Server Buffer Format): Document the %a format spec.
9892
98932005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9894
9895 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9896
98972005-09-23 Carsten Dominik <dominik@science.uva.nl>
9898
9899 * org.texi Version 3.16.
9900
99012005-09-19 Miles Bader <miles@gnu.org>
9902
9903 * newsticker.texi: Get rid of CVS keywords.
9904
99052005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9906
9907 * gnus.texi (Finding the Parent): Fix description of how Gnus
9908 finds article.
9909
99102005-09-14 Jari Aalto <jari.aalto@cante.net>
9911
9912 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9913 to drop off non-answered articles.
9914
99152005-09-19 Juanma Barranquero <lekktu@gmail.com>
9916
9917 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9918 braces (which are unsupported by NMAKE) for macro `srcdir'.
9919
99202005-09-17 Eli Zaretskii <eliz@gnu.org>
9921
9922 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9923 (../info/newsticker, newsticker.dvi): New targets.
9924
99252005-09-17 Ulf Jasper <ulf.jasper@web.de>
9926
9927 * newsticker.texi: Replace @command with @code. Replace @example
9928 with @lisp.
0c7efc08
SM
9929 (Top): Add explanations to menu items.
9930 (GNU Free Documentation License): Remove.
2de53ca6
GM
9931
99322005-09-16 Romain Francoise <romain@orebokech.com>
9933
9934 Update all files to specify GFDL version 1.2.
9935
9936 * doclicense.texi (GNU Free Documentation License): Update to
9937 version 1.2.
9938
99392005-09-15 Richard M. Stallman <rms@gnu.org>
9940
9941 * newsticker.texi: Fix @setfilename.
9942
9943 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9944 (../info/newsticker, newsticker.dvi): New targets.
9945
99462005-08-30 Carsten Dominik <dominik@science.uva.nl>
9947
9948 * org.texi: Version 3.15.
9949
99502005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * ses.texi: Combine all three indices into one.
9953 Correct a few typos.
9954
99552005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9956
9957 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9958
99592005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * emacs-mime.texi (Handles): Remove duplicate item.
9962 (Encoding Customization): Fix the default value for
9963 mm-coding-system-priorities.
9964 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9965 (Basic Functions): Fix reference.
9966
99672005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9970
99712005-08-18 Richard M. Stallman <rms@gnu.org>
9972
9973 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9974 and web site.
9975
9976 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9977 not keyboard-translate.
9978
99792005-08-11 Richard M. Stallman <rms@gnu.org>
9980
9981 * faq.texi (Using regular expressions): Fix xref.
9982
99832005-08-09 Juri Linkov <juri@jurta.org>
9984
9985 * info.texi (Help-P): Replace `Prev' with `Previous'.
9986 (Help-M, Help-Xref): Add S-TAB.
9987 (Help-FOO): Update `u' command.
9988 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9989 Update info about visibility of xref parts.
9990 (Help-Int): Fix `m' command. Rename `Info-last' to
9991 `Info-history-back'. Add `Info-history-forward'.
9992 (Advanced): Fix `g*' and `M-n' commands.
9993 (Info Search): Add `index-apropos' in stand-alone browser.
9994 Add isearch commands.
9995 (Emacs Info Variables): Remove `Info-fontify'.
9996 Add `Info-mode-hook'. Update face names.
9997 Add `Info-fontify-maximum-menu-size',
9998 `Info-fontify-visited-nodes', `Info-isearch-search'.
9999
100002005-08-07 Michael Albinus <michael.albinus@gmx.de>
10001
10002 Sync with Tramp 2.0.50.
10003
10004 * tramp.texi: Use @option{} consequently for method names.
10005 (Inline methods, External transfer methods): Remove references to
10006 Cygwin.
10007 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
10008 implementation.
10009
100102005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
10011
10012 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
10013 Mention that gnus-init-file is not read when Emacs is invoked with
10014 --no-init-file or -q.
10015
100162005-07-19 Carsten Dominik <dominik@science.uva.nl>
10017
10018 * org.texi: Version 3.14.
10019
100202005-07-04 Carsten Dominik <dominik@science.uva.nl>
10021
10022 * org.texi: Version 3.13.
10023
100242005-07-18 Juri Linkov <juri@jurta.org>
10025
10026 * calc.texi (Time Zones, Logical Operations):
10027 * cl.texi (Overview):
10028 * org.texi (TODO types):
10029 * sc.texi (Emacs 18 MUAs):
10030 * speedbar.texi (Top):
10031 * url.texi (History):
10032 Delete duplicate duplicate words.
10033
ce058493 100342005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
10035
10036 * cl.texi (Type Predicates): Document `atom' type.
10037
100382005-07-04 Lute Kamstra <lute@gnu.org>
10039
10040 Update FSF's address in GPL notices.
10041
10042 * calc.texi (Copying):
10043 * doclicense.texi (GNU Free Documentation License):
10044 * faq.texi (Contacting the FSF):
10045 * mh-e.texi (Copying): Update FSF's address.
10046
100472005-07-03 Richard M. Stallman <rms@gnu.org>
10048
10049 * flymake.texi (Example -- Configuring a tool called directly):
10050 Update name of flymake-build-relative-filename.
10051
100522005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10053
10054 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
10055
100562005-06-29 Carsten Dominik <dominik@science.uva.nl>
10057
10058 * org.texi: Version 3.12.
10059
100602005-06-24 Eli Zaretskii <eliz@gnu.org>
10061
10062 * makefile.w32-in (MAKEINFO): Use --force.
10063 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
10064 Makefile.in.
10065 (gnus.dvi): Use "..." to quote Sed args, so that it works with
10066 more shells.
10067
100682005-06-23 Richard M. Stallman <rms@gnu.org>
10069
10070 * speedbar.texi (Creating a display): Texinfo usage fixes.
10071
10072 * tramp.texi (Customizing Completion, Auto-save and Backup):
10073 Texinfo usage fixes.
10074
100752005-06-23 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * dired-x.texi (Miscellaneous Commands):
10078 * ediff.texi (Miscellaneous):
10079 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
10080 (Agent Variables):
10081 * info.texi (Help-Xref):
10082 * message.texi (Message Headers):
10083 * org.texi (Remember):
35e951cd
JB
10084 * reftex.texi (Options (Defining Label Environments))
10085 (Options (Index Support), Options (Viewing Cross-References))
10086 (Options (Misc), Changes):
2de53ca6
GM
10087 * speedbar.texi (Creating a display):
10088 * tramp.texi (Customizing Completion, Auto-save and Backup):
10089 Texinfo usage fix.
10090
100912005-06-13 Carsten Dominik <dominik@science.uva.nl>
10092
10093 * org.texi: Version 3.11.
10094
100952005-06-12 Jay Belanger <belanger@truman.edu>
10096
10097 * calc.texi (Getting Started): Remove extra menu item.
10098
100992005-05-31 Jay Belanger <belanger@truman.edu>
10100
10101 * calc.texi (Notations Used in This Manual): Use @kbd for key
10102 sequence.
10103 (Demonstration of Calc): Mention another way of starting Calc.
10104 (Starting Calc): Mention long name of M-#.
10105 (Embedded Mode Overview): Remove unnecessary instruction.
10106 (Other M-# commands): Rephrase `M-# 0' explanation.
10107 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10108 reflect current behavior.
10109
101102005-05-30 Jay Belanger <belanger@truman.edu>
10111
10112 * calc.texi (Hooks): Change description of calc-window-hook and
10113 calc-trail-window-hook to match usage.
10114 (Computational Functions): Add more constant-generating functions.
10115 (Customizable Variables): Use defvar.
10116
101172005-05-28 Jay Belanger <belanger@truman.edu>
10118
10119 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10120 (Basic Embedded Mode): Explain behavior of arguments to
10121 calc-embedded-mode.
10122
101232005-05-27 Jay Belanger <belanger@truman.edu>
10124
10125 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10126 current behavior.
10127
101282005-05-25 Jay Belanger <belanger@truman.edu>
10129
10130 * calc.texi: Change Calc version number throughout.
10131 (Keypad Mode): Change location in info output.
10132 (Keypad mode overview): Move picture of keypad.
10133
101342005-05-21 Jay Belanger <belanger@truman.edu>
10135
10136 * calc.texi (Storing variables): Mention that only most variables
10137 are void to begin with.
10138
101392005-05-21 Kevin Ryde <user42@zip.com.au>
10140
10141 * widget.texi (Basic Types): Update cross ref from "Enabling
10142 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10143 lispref/text.texi change.
10144
101452005-05-20 Carsten Dominik <dominik@science.uva.nl>
10146
10147 * org.texi: Version 3.09.
10148
101492005-05-18 Carsten Dominik <dominik@science.uva.nl>
10150
10151 * reftex.texi: Version 4.28.
10152
101532005-05-16 Jay Belanger <belanger@truman.edu>
10154
10155 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10156
101572005-05-14 Jay Belanger <belanger@truman.edu>
10158
10159 * calc.texi (Default Simplifications): Insert missing ! (logical
10160 not operator).
10161
101622005-05-14 Michael Albinus <michael.albinus@gmx.de>
10163
10164 Sync with Tramp 2.0.49.
10165
101662005-05-10 Jay Belanger <belanger@truman.edu>
10167
10168 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10169 to 1.
10170
101712005-04-29 Carsten Dominik <dominik@science.uva.nl>
10172
10173 * org.texi: Version 3.08, structure reorganized.
10174
101752005-04-24 Richard M. Stallman <rms@gnu.org>
10176
10177 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10178
101792005-04-15 Carsten Dominik <dominik@science.uva.nl>
10180
10181 * org.texi: Update to version 3.06.
10182
101832005-04-13 Lute Kamstra <lute@gnu.org>
10184
10185 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10186
101872005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10188
10189 * cl.texi (Porting Common Lisp): Fix typo.
10190
101912005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * gnus.texi (RSS): Addition.
10194
101952005-04-04 Jay Belanger <belanger@truman.edu>
10196
10197 * calc.texi: Change Calc version number.
10198 (Customizable variables): Fix description of calc-language-alist.
10199 (Copying): Put in version 2 of GPL.
10200
102012005-04-01 Jay Belanger <belanger@truman.edu>
10202
10203 * calc.texi (Troubleshooting Commands): Remove comment about
10204 installation.
10205 (Installation): Remove section.
10206 (Customizable Variables): New section.
10207 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10208 (Graphical Devices): Add references to Customizable Variables.
10209
102102005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10211
10212 * emacs-mime.texi (Display Customization): Markup fixes.
10213 (rfc2047): Update.
10214
102152005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10216
10217 * gnus-faq.texi: Replaced with auto-generated version.
10218
102192005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10220
10221 * dired-x.texi (Multiple Dired Directories): default-directory was
10222 renamed to dired-default-directory.
10223
102242005-03-26 Jay Belanger <belanger@truman.edu>
10225
10226 * calc.texi (Simplifying Formulas, Rewrite Rules):
10227 Change description of top and bottom of fraction.
10228 (Modulo Forms): Move description of how to create modulo forms to
10229 earlier in the section.
10230 (Fraction Mode): Suggest using : to get a fraction by dividing.
10231 (Basic Arithmetic): Adjust placement of command name.
10232 (Truncating the Stack): Emphasize that "hidden" entries are still
10233 visible.
10234 (Installation): Move discussion of printing manual to "About This
10235 Manual".
10236 (About This Manual): Mention how to print the manual.
10237 (Reporting Bugs): Remove first person.
10238 (Building Vectors): Add algebraic version of append.
10239 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10240 (Grouping Digits): Fix typo.
10241
102422005-03-25 Werner Lemberg <wl@gnu.org>
10243
10244 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10245 Replace `legal' with `valid'.
10246
102472005-03-25 Werner Lemberg <wl@gnu.org>
10248
10249 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10250
102512005-03-24 Jay Belanger <belanger@truman.edu>
10252
10253 * calc.texi (General Mode Commands)
10254 (Mode Settings in Embedded Mode): Add some explanation of
10255 recording mode settings.
10256
102572005-03-24 Richard M. Stallman <rms@gnu.org>
10258
10259 * calc.texi: Remove praise of non-free software.
10260
10261 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10262 (Installation): Node deleted.
10263
102642005-03-23 Richard M. Stallman <rms@gnu.org>
10265
10266 * url.texi (HTTP language/coding): Improve last change.
10267
102682005-03-22 Jay Belanger <belanger@truman.edu>
10269
10270 * calc.texi (Embedded Mode): Add new information on changing
10271 modes.
10272
102732005-03-20 Michael Albinus <michael.albinus@gmx.de>
10274
10275 Sync with Tramp 2.0.48.
10276
10277 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10278
10279 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10280 "GNU/Linux". Change all addresses to .gnu.org.
10281 (Default Method): Offer shortened syntax for "su" and "sudo"
10282 methods.
10283
102842005-03-07 Richard M. Stallman <rms@gnu.org>
10285
10286 * url.texi: Fix usage of "e.g.".
10287 (HTTP language/coding): Explain the rules for these strings.
10288
102892005-03-06 Richard M. Stallman <rms@gnu.org>
10290
10291 * woman.texi (Introduction): Minor cleanups.
10292
10293 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10294
10295 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10296 (Installation): Node deleted.
10297
10298 * mh-e.texi (Preface): Get rid of "Emacs 21".
10299
10300 * eshell.texi (Installation): Delete node (for Emacs 20).
10301
103022005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10303
10304 * flymake.texi: Refill and tweak style in @lisp blocks.
10305
103062005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10307
10308 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10309
103102005-03-01 Jay Belanger <belanger@truman.edu>
10311
10312 * calc.texi (Trigonometric and Hyperbolic Functions):
10313 Mention additional functions.
10314 (Algebraic Simplifications): Mention additional simplifications.
10315
103162005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10317
10318 * ses.texi: Add concept/function/variable indices (this work was
10319 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10320 papers on file at FSF).
10321
103222005-02-10 Jay Belanger <belanger@truman.edu>
10323
10324 * calc.texi: Change @LaTeX to La@TeX throughout.
10325 Redefine @expr as @math for TeX output.
10326 Redefine @texline as a no-op for TeX output.
10327 Define @tfn, replace @t by @tfn throughout.
10328
103292005-02-09 Jay Belanger <belanger@truman.edu>
10330
10331 * calc.texi: Add macro for LaTeX for info output.
10332
103332005-02-08 Kim F. Storm <storm@cua.dk>
10334
10335 * texinfo.tex (LaTex): Add def.
10336
103372005-02-06 Jay Belanger <belanger@truman.edu>
10338
10339 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10340 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10341 throughout manual.
10342
103432005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10344
10345 * gnus.texi: Some edits based on comments from David Abrahams.
10346
103472005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10348
10349 * gnus.texi (RSS): Fix the keystroke.
10350
103512005-01-24 David Kastrup <dak@gnu.org>
10352
10353 * faq.texi: Update AUCTeX version info.
10354
103552005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10356
10357 * gnus-faq.texi ([4.1]): Typo.
10358
103592005-01-19 Jay Belanger <belanger@truman.edu>
10360
10361 * calc.texi (Keep Arguments): Mention that keeping arguments
10362 doesn't work with keyboard macros.
10363
103642005-01-16 Richard M. Stallman <rms@gnu.org>
10365
10366 * autotype.texi (Autoinserting): Fix small error.
10367
103682005-01-16 Michael Albinus <michael.albinus@gmx.de>
10369
10370 Sync with Tramp 2.0.47.
10371
10372 * tramp.texi (Compilation): New section, describing compilation of
10373 remote files.
10374
103752005-01-11 Kim F. Storm <storm@cua.dk>
10376
10377 * widget.texi (Basic Types): Add :follow-link keyword.
10378
103792005-01-09 Jay Belanger <belanger@truman.edu>
10380
10381 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10382
103832005-01-08 Jay Belanger <belanger@truman.edu>
10384
10385 * calc.texi: Change throughout to reflect new default value of
10386 calc-settings-file.
10387
103882005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * message.texi (Reply): `message-reply-to-function' should return
10391 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10392
103932005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10394
10395 * faq.texi (Changing load-path): Fix typo.
10396
103972005-01-05 Jay Belanger <belanger@truman.edu>
10398
10399 * calc.texi (Programming Tutorial): Replace kbd command by
10400 appropriate characters for a keyboard macro.
10401
104022005-01-04 Jay Belanger <belanger@truman.edu>
10403
10404 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10405 for Lucid Emacs.
10406 (Programming Tutorial): Mention that the user needs to be in the
10407 right mode to compute some functions.
10408
104092005-01-04 Jay Belanger <belanger@truman.edu>
10410
10411 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10412 no longer applicable.
10413
104142005-01-01 Jay Belanger <belanger@truman.edu>
10415
0c7efc08 10416 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
10417 edit keyboard macros to match current behavior.
10418
104192004-12-31 Jay Belanger <belanger@truman.edu>
10420
10421 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10422
104232004-12-20 Jay Belanger <belanger@truman.edu>
10424
10425 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10426 zero.
10427
104282004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10431 @xref.
10432 (Font Locking): Avoid @strong{Note:}.
10433
104342004-12-17 Michael Albinus <michael.albinus@gmx.de>
10435
10436 Sync with Tramp 2.0.46.
10437
10438 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10439
104402004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10441
10442 * url.texi: Correct typos.
10443 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 10444 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
10445 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10446 (Dealing with HTTP documents): @inforef->@xref.
10447
104482004-12-15 Jay Belanger <belanger@truman.edu>
10449
10450 * calc.texi: Consistently capitalized all mode names.
10451 (Answers to Exercises): Mention that an answer can be a fraction
10452 when in Fraction mode.
10453
104542004-12-13 Jay Belanger <belanger@truman.edu>
10455
10456 * calc.texi: Fix some TeX definitions.
10457
104582004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10459
10460 * reftex.texi (Imprint): Remove erroneous @value's.
10461
104622004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10463
10464 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10465 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10466
104672004-12-08 Jay Belanger <belanger@truman.edu>
10468
10469 * calc.texi (Starting Calc): Remove comment about installation.
10470 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10471
104722004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10473
10474 * url.texi: Update @setfilename.
10475 (Getting Started): No need to worry about Gnus versions.
10476 (Dealing with HTTP documents): Use @inforef.
10477
10478 * org.texi: Fix @direntry file name.
10479
104802004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * url.texi: New file.
10483
10484 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10485
104862004-12-06 Jay Belanger <belanger@truman.edu>
10487
10488 * calc.texi (Using Calc): Remove paragraph about installation.
10489
104902004-12-06 Jay Belanger <belanger@truman.edu>
10491
10492 * calc.texi: Use more Texinfo macros and less TeX defs.
10493 Remove @refill's.
10494
104952004-12-06 Richard M. Stallman <rms@gnu.org>
10496
10497 * org.texi: New file.
10498
104992004-12-05 Richard M. Stallman <rms@gnu.org>
10500
10501 * Makefile.in (org.dvi, ../info/org): New targets.
10502 (INFO_TARGETS): Add ../info/org.
10503 (DVI_TARGETS): Add org.dvi.
10504 (maintainer-clean): Remove the info files in the info dir.
10505
105062004-11-26 Eli Zaretskii <eliz@gnu.org>
10507
10508 * idlwave.texi: Fix the setfilename directive to put the produced
10509 file in ../info.
10510 (Continued Statement Indentation): Resurrect Jan D.'s change from
10511 2004-11-03 that was lost when a newer version of idlwave.texi was
10512 imported.
10513
105142004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10515
0c7efc08 10516 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 10517
0c7efc08
SM
10518 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10519 Index `spam-initialize'.
2de53ca6
GM
10520
105212004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10522
10523 * message.texi (Various Message Variables): Mention that all mail
10524 file variables are derived from `message-directory'.
10525
10526 * gnus.texi (Splitting Mail): Clarify bogus group.
10527
105282004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10529
0c7efc08
SM
10530 * emacs-mime.texi (Encoding Customization):
10531 Fix mm-coding-system-priorities entry.
2de53ca6 10532
c8763fb6 105332004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
10534
10535 * idlwave.texi (Continued Statement Indentation):
35e951cd 10536 * reftex.texi (Options (Index Support))
2de53ca6 10537 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
10538 * speedbar.texi (Creating a display, Major Display Modes):
10539 Replace non-nil with non-@code{nil}.
2de53ca6
GM
10540
105412004-10-21 Jay Belanger <belanger@truman.edu>
10542
0c7efc08 10543 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
10544
105452004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10546
10547 * calc.texi (Reporting Bugs): Double up `@'.
10548
105492004-10-18 Jay Belanger <belanger@truman.edu>
10550
0c7efc08 10551 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
10552 should be sent to.
10553
105542004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10555
10556 * gnus.texi (New Features): Add 5.11.
10557
10558 * message.texi (Resending): Remove wrong default value.
10559
10560 * gnus.texi (Mail Source Specifiers): Describe possible problems
10561 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10562 `pop3-leave-mail-on-server' to the index.
10563
105642004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * message.texi (Canceling News): Add how to set a password.
10567
105682004-10-12 Jay Belanger <belanger@truman.edu>
10569
0c7efc08 10570 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
10571 calc-describe-function and calc-describe-variable to match their
10572 current behavior.
10573
105742004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10575
10576 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10577
105782004-10-12 Michael Albinus <michael.albinus@gmx.de>
10579
10580 Sync with Tramp 2.0.45.
10581
10582 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10583 plink link. The URL is outdated. Originator contacted for
10584 clarification.
10585
105862004-10-10 Juri Linkov <juri@jurta.org>
10587
10588 * gnus.texi (Top, Marking Articles): Join two menus in one node
10589 because a node can have only one menu.
10590
105912004-10-09 Juri Linkov <juri@jurta.org>
10592
10593 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10594 example of nnmail-split-fancy.
10595
105962004-10-06 Karl Berry <karl@gnu.org>
10597
10598 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10599 consistency with other uses of dashes.
10600
106012004-10-05 Karl Berry <karl@gnu.org>
10602
10603 * info.texi: Consistently use --- throughout, periods at end of
10604 menu descriptions, and a couple typos.
10605
106062004-09-26 Jesper Harder <harder@ifa.au.dk>
10607
10608 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10609 * pgg.texi (User Commands, Backend methods): Do.
10610 * gnus.texi: Markup fixes.
10611 (Setting Process Marks): Fix `M P a' entry.
10612 * emacs-mime.texi: Fixes.
10613
106142004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10615
10616 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10617 again.
10618 Use 5.10 instead of 5.10.0.
10619
106202004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10621
10622 * gnus.texi (Summary Mail Commands): S D e.
10623
106242004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10625
10626 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10627 the gnus-article-mode-line-format section.
10628
106292004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10630
10631 * gnus.texi (Various Summary Stuff): Fix the documentation for
10632 gnus-newsgroup-variables.
10633
106342004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10635
0c7efc08
SM
10636 * gnus.texi (MIME Commands):
10637 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
10638 gnus-mime-display-multipart-alternative-as-mixed,
10639 gnus-mime-display-multipart-related-as-mixed.
10640 (Mail Source Customization): Clarify `mail-source-directory'.
10641 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 10642 (SpamOracle): Fix typo.
2de53ca6
GM
10643
10644 * gnus-faq.texi: Untabify.
10645 ([6.3]): nnir.el is in contrib directory.
10646
10647 * message.texi (News Headers): Clarify how a unique ID is created.
10648
0c7efc08
SM
10649 * gnus.texi (Batching Agents): Fix typo in example.
10650 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 10651
b2abec73 106522004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 10653
0c7efc08 10654 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
10655
106562004-09-20 Florian Weimer <fw@deneb.enyo.de>
10657
10658 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10659
106602004-09-22 Jay Belanger <belanger@truman.edu>
10661
0c7efc08 10662 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
10663 might be hidden during part of the session.
10664
106652004-09-20 Jay Belanger <belanger@truman.edu>
10666
10667 * calc.texi (Notations Used in This Manual): Put in an earlier
10668 mention that DEL could be called Backspace.
10669
106702004-09-10 Simon Josefsson <jas@extundo.com>
10671
10672 * gnus.texi (IMAP): Add example. Suggested and partially written
10673 by Steinar Bang <sb@dod.no>.
10674
106752004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10676
10677 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10678 netrc syntax.
10679
106802004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10681
b2abec73
JB
10682 * gnus.texi (Spam ELisp Package Sequence of Events):
10683 Some clarifications.
2de53ca6
GM
10684 (Spam ELisp Package Global Variables): More clarifications.
10685
106862004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10687
10688 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10689 Mention spam-split does not modify incoming mail.
10690
106912004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10692
10693 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10694
106952004-09-10 Eli Zaretskii <eliz@gnu.org>
10696
10697 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10698
106992004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10700
10701 * makefile.w32-in (sieve, pgg): Use $(infodir).
10702
107032004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10704
10705 * makefile.w32-in: Fix PGG and Sieve entries.
10706
107072004-08-28 Eli Zaretskii <eliz@gnu.org>
10708
10709 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10710 Emacs and related programs.
10711
107122004-08-27 Richard M. Stallman <rms@gnu.org>
10713
10714 * faq.texi: Fix texinfo usage, esp. doublequotes.
10715 (Difference between Emacs and XEmacs): Some clarification.
10716
10717 * faq.texi (Difference between Emacs and XEmacs):
10718 Explain not to contrast XEmacs with GNU Emacs.
10719
107202004-08-26 Richard M. Stallman <rms@gnu.org>
10721
10722 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10723
107242004-08-22 David Kastrup <dak@gnu.org>
10725
10726 * reftex.texi (AUCTeX): Update links, section name.
10727
10728 * faq.texi (Calc): Update availability (included in 22.1).
10729 (AUCTeX): Update availability, information, versions, description.
10730
107312004-08-14 Eli Zaretskii <eliz@gnu.org>
10732
10733 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10734
107352004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10736
10737 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10738
107392004-08-10 Michael Albinus <michael.albinus@gmx.de>
10740
10741 Sync with Tramp 2.0.44.
10742
107432004-08-05 Lars Hansen <larsh@math.ku.dk>
10744
10745 * widget.texi (User Interface): Update how to separate the
10746 editable field of an editable-field widget from other widgets.
10747 (Programming Example): Add text after field.
10748
107492004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10750
10751 * emacs-mime.texi (Encoding Customization): Add a note to the
10752 mm-content-transfer-encoding-defaults entry.
10753 (rfc2047): Update.
10754
0c7efc08
SM
10755 * gnus.texi (Article Highlighting):
10756 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
10757 (POP before SMTP): New node.
10758 (Posting Styles): Addition.
10759 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10760 (Fancy Mail Splitting): Ditto.
10761 (X-Face): Add gnus-x-face.
10762
107632004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10764
10765 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10766 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10767
107682004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10769
0c7efc08
SM
10770 * gnus.texi (Mail Source Specifiers):
10771 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
10772
107732004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10774
10775 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10776
10777 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10778 repository. Change setfilename.
10779
10780 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10781
107822004-07-02 Juri Linkov <juri@jurta.org>
10783
10784 * pcl-cvs.texi (Viewing differences): Add `d r'.
10785
107862004-06-29 Jesper Harder <harder@ifa.au.dk>
10787
10788 * ses.texi, viper.texi, flymake.texi, faq.texi:
10789 * eshell.texi, ediff.texi: Markup fixes.
10790
107912004-06-21 Karl Berry <karl@gnu.org>
10792
10793 * info.texi (Top): Mention that only Emacs has mouse support.
10794 (Getting Started): Mention this in a few other places.
10795
107962004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10797
0c7efc08
SM
10798 * autotype.texi (Copyrights, Timestamps):
10799 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
10800
108012004-06-13 Lars Hansen <larsh@math.ku.dk>
10802
10803 * dired-x.texi (dired-mark-omitted): Update keybinding.
10804
108052004-06-10 Kim F. Storm <storm@cua.dk>
10806
10807 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10808
108092004-06-05 Lars Hansen <larsh@math.ku.dk>
10810
10811 * dired-x.texi (variable dired-omit-mode): Rename from
10812 dired-omit-files-p.
10813 (function dired-omit-mode): Rename from dired-omit-toggle.
10814 Call dired-omit-mode rather than set dired-omit-files-p.
10815 (dired-mark-omitted): Describe command.
10816
108172004-05-29 Michael Albinus <michael.albinus@gmx.de>
10818
10819 Version 2.0.41 of Tramp released.
10820
108212004-05-29 Juanma Barranquero <lektu@terra.es>
10822
10823 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10824 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10825
108262004-05-29 Richard M. Stallman <rms@gnu.org>
10827
10828 * cl.texi (Top): Call this chapter `Introduction'.
10829 (Overview): In TeX, no section heading here.
10830
10831 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10832
108332004-05-29 Eli Zaretskii <eliz@gnu.org>
10834
10835 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10836 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10837
108382004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10839
10840 * flymake.texi: New file.
10841
108422004-05-28 Simon Josefsson <jas@extundo.com>
10843
10844 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10845
b344d29d 108462004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
10847
10848 Version 2.0.40 of Tramp released.
10849
108502004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10851
10852 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10853
10854 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10855 variables `tramp-backup-directory-alist' and
10856 `tramp-bkup-backup-directory-info'.
10857 (Overview, Connection types)
10858 (External transfer methods, Default Method)
10859 (Windows setup hints): Remove restriction of password entering
10860 with external methods.
10861 (Auto-save and Backup): Make file name example
10862 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10863 and `auto-save-directory' must be used.
10864 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10865 only "NT"). Remove doubled entry "What kinds of systems does
10866 @tramp{} work on".
10867 (tramp): Macro removed.
10868 (Obtaining Tramp): Flag removed from title.
10869 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10870 and `trampver' used properly. Flag `tramp-inst' replaced by
10871 `installchapter'. Installation related text adapted.
10872
108732004-04-28 Masatake YAMATO <jet@gyve.org>
10874
10875 * widget.texi (Programming Example): Remove overlays.
10876
108772004-04-27 Jesper Harder <harder@ifa.au.dk>
10878
10879 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10880
108812004-04-23 Juanma Barranquero <lektu@terra.es>
10882
10883 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10884
108852004-04-05 Jesper Harder <harder@ifa.au.dk>
10886
10887 * info.texi (Info Search): Add info-apropos.
10888
108892004-03-22 Juri Linkov <juri@jurta.org>
10890
10891 * faq.texi: Fix help key bindings.
10892
108932004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10894
10895 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10896 (as suggested by Karl Berry). Update information about colored
10897 stars in menus. Add new subheading describing M-n.
10898
108992004-03-12 Richard M. Stallman <rms@gnu.org>
10900
10901 * cl.texi (Top): Rename top node's title.
10902
109032004-03-08 Karl Berry <karl@gnu.org>
10904
10905 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10906 problems making the texinfo distribution.
10907
109082004-02-29 Simon Josefsson <jas@extundo.com>
10909
0c7efc08 10910 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
10911 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10912 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10913 <voegelas@gmx.net>.
10914
109152004-02-29 Juanma Barranquero <lektu@terra.es>
10916
10917 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10918 Use $(DEL) instead of rm, and ignore exit code.
10919
b344d29d 109202004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
10921
10922 Tramp version 2.0.39 released.
10923
109242004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10925
10926 * tramp.texi (Customizing Completion): Explain new functions
10927 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10928 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
10929 (Top): Refer to Savannah mailing list as the major one.
10930 Mention older mailing lists in HTML mode only.
2de53ca6
GM
10931 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10932 (Frequently Asked Questions): Remote hosts must not be Unix-like
10933 for "smb" method.
10934 (Password caching): New node.
10935 (External transfer methods): Refer to password caching for "smb"
10936 method.
10937
109382004-02-17 Karl Berry <karl@gnu.org>
10939
10940 * info.texi (Help-Int): Mention the new line number feature.
10941
109422004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10943
10944 * ses.texi (Advanced Features): New functionality for
10945 ses-set-header-row (defaults to current row unless C-u used).
10946 (Acknowledgements): Add Stefan Monnier.
10947
109482003-12-29 Kevin Ryde <user42@zip.com.au>
10949
10950 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10951
b344d29d 109522003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
10953
10954 Tramp version 2.0.38 released.
10955
10956 * tramp.texi (Remote shell setup): Warn of environment variables
10957 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10958 <sven.gabriel@imk.fzk.de>.
10959 (Configuration): Tramp now chooses base64/uuencode
10960 automatically. Update wording accordingly.
10961 (Top): More description for the `Default Method' menu entry.
10962 (Default Method): Use @code, not @var, for Lisp variables.
10963 (Default Method): New subsection `Which method is the right one
c295fc18 10964 for me?'. Suggested by Christian Kirsch.
2de53ca6
GM
10965 (Configuration): Pointer to new subsection added.
10966 (Default Method): Too many "use" in one sentence.
10967 Rephrase. Reported by Christian Kirsch.
10968 (Filename Syntax): Old `su' example is probably a left-over from
10969 the sm/su method naming. Replace with `ssh', instead.
10970 (External transfer methods, Auto-save and Backup):
10971 Typo fixes.
10972
109732003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10974
183080b6 10975 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
10976 (Top): Mention japanese manual only if flag `jamanual' is set.
10977 Insert section `Japanese manual' in menu.
10978
109792003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10980
10981 * eshell.texi (Known Problems): Add doc item.
10982
109832003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10984
10985 * cc-mode.texi: Update for CC Mode 5.30.
10986
10987 Note: Please refrain from doing purely cosmetic changes like
10988 removing trailing whitespace in this manual; it clobbers cvs
10989 merging for no good reason.
10990
109912003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10992
38942b9c
GM
10993 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10994 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
2de53ca6
GM
10995 @acronym{ASCII}.
10996
109972003-10-26 Karl Berry <karl@gnu.org>
10998
10999 * info.texi (Info Search): Echo area, not echo are. From Debian
11000 diff.
11001
110022003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
11003
10d1d0af 11004 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
11005 :buttons and :children keywords.
11006
110072003-10-22 Miles Bader <miles@gnu.org>
11008
11009 * Makefile.in (info): Move before $(top_srcdir)/info.
11010
110112003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
11012
11013 * tramp.texi (Inline methods): Small grammar fix.
11014 (External transfer methods): Likewise.
11015
110162003-10-08 Nick Roberts <nick@nick.uklinux.net>
11017
11018 * speedbar.texi: Remove paragraph for GUD that is no longer true.
11019
110202003-10-06 Luc Teirlinck <teirllm@auburn.edu>
11021
11022 * texinfo.tex: Replace `%' in arch tagline by @ignore.
11023
110242003-09-30 Richard M. Stallman <rms@gnu.org>
11025
11026 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
11027
11028 * widget.texi (User Interface): Fix typos.
11029
11030 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
11031
110322003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11033
11034 * pcl-cvs.texi (Selected Files): Fix typo.
11035
110362003-09-21 Karl Berry <karl@gnu.org>
11037
11038 * info.texi (] and [ commands): No period at end of section title.
11039
110402003-09-04 Miles Bader <miles@gnu.org>
11041
11042 * Makefile.in (top_srcdir): New variable.
11043 ($(top_srcdir)/info): New rule.
11044 (info): Depend on it.
11045
110462003-09-03 Peter Runestig <peter@runestig.com>
11047
11048 * makefile.w32-in: New file.
11049
110502003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
11051
11052 * widget.texi (User Interface): Explain the need of static text
11053 around an editable field.
11054
110552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11056
11057 * widget.texi (Basic Types): The argument to `:help-echo' can now
11058 be a form that evaluates to a string.
11059
110602003-08-18 Kim F. Storm <storm@cua.dk>
11061
11062 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
11063
110642003-08-16 Richard M. Stallman <rms@gnu.org>
11065
11066 * dired-x.texi (Shell Command Guessing): Explain *.
11067
110682003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
11069
11070 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
11071 log-edit-insert-changelog.
11072
110732003-08-03 Karl Berry <karl@gnu.org>
11074
11075 * info.texi: Need @contents.
11076
c8763fb6 110772003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
11078
11079 Tramp version 2.0.36 released.
11080
11081 * tramp.texi (Remote shell setup): Explain about problems with
11082 non-Bourne commands in ~/.profile and ~/.shrc.
11083
110842003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
11085
11086 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11087 renaming of `vis-mode' to `visible-mode'.
11088
110892003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
11090
11091 * info.texi (Top, Help-Small-Screen): Remove accidentally added
11092 next, prev and up pointers.
11093
110942003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
11095
11096 * info.texi (Help): Mention existence of Emacs and stand-alone
11097 Info at the very beginning of the tutorial.
11098 (Help-Inv): New node.
11099 (Help-]): New node.
11100 (Help-M): Systematically point out the differences between default
11101 Emacs and stand-alone versions. Delete second menu.
11102 (Help-Xref): Systematically point out the differences between
11103 default Emacs and stand-alone versions.
11104 (Help-Int): Change `l' example.
11105 (Expert Info): Fix typos.
11106 (Emacs Info Variables): Mention `Info-hide-note-references' and
11107 new default for `Info-scroll-prefer-subnodes'.
11108
c8763fb6 111092003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
11110
11111 Version 2.0.35 of Tramp released.
11112
11113 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11114 (Inline methods): Add methods `remsh' and `plink1'.
11115 (External transfer methods): Add method `remcp'.
11116 (Multi-hop Methods): Add method `remsh'.
11117 Small patch from Adrian Aichner <adrian@xemacs.org>:
11118 Fix minor typos.
0c7efc08 11119 (Concept Index): Add to make manual searchable via
2de53ca6
GM
11120 `Info-index'.
11121 (Version Control): Add cindex entry.
11122
c8763fb6 111232003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
11124
11125 * trampver.texi: Version 2.0.34 released.
11126
111272003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11128
11129 * faq.texi: Improve previous changes.
11130
111312003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11132
11133 * faq.texi: Update copyright and maintenance details.
11134 Update some package URLs, versions, and maintainers.
11135 Remove many references to the Emacs Lisp Archive.
11136
111372003-04-23 Simon Josefsson <jas@extundo.com>
11138
11139 * smtpmail.texi: Fix license (the invariant sections mentioned has
11140 never been part of the smtp manual). Align info dir entry with
11141 other emacs packages.
11142
111432003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11144
11145 * tramp.texi: Version 2.0.33 released.
11146 Remove installation chapter. Remove XEmacs specifics.
11147
111482003-03-29 Richard M. Stallman <rms@gnu.org>
11149
11150 * tramp.texi (Top): Undo the previous renaming.
11151 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11152
c8763fb6 111532003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
11154
11155 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11156 version of manual.
11157
11158 * tramp.texi (Auto-save and Backup): New node.
11159
111602003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11161
11162 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11163 Emacs" in order to have better differentiation to "XEmacs".
11164 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11165 are new macros in order to point to the other Emacs flavor where
11166 appropriate. In info case, point to node `Installation' in order
11167 to explain how to generate the other way. In html case, make a
11168 link to the other html file.
0c7efc08 11169 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
11170 after CVS checkout/update.
11171 (Installation): Completely rewritten.
11172 (Installation parameters, Load paths): New sections under
11173 `Installation'.
11174
c8763fb6 111752003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
11176
11177 * tramp.texi: Version 2.0.30 released.
11178 Replace word "path" with "localname" where used as a component of
11179 a Tramp file name.
11180
111812003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11182
11183 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11184 introduced.
11185 (Installation): Explain what to do if files from the tramp/contrib
11186 directory are needed.
11187
111882003-02-23 Alex Schroeder <alex@emacswiki.org>
11189
11190 * smtpmail.texi (How Mail Works): New.
11191
111922003-02-22 Alex Schroeder <alex@emacswiki.org>
11193
11194 * smtpmail.texi: New file.
11195
11196 * Makefile.in: Build SMTP manual.
11197
c8763fb6 111982003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
11199
11200 * tramp.texi: Version 2.0.29 released.
11201 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11202 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11203
112042003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11205
11206 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 11207 another package loads accidentally Ange-FTP.
2de53ca6
GM
11208
112092003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11210
11211 * tramp.texi (Customizing Completion): Add function
11212 `tramp-parse-sconfig'. Change example of
11213 `tramp-set-completion-function', because parsing of ssh config
11214 files looks more natural.
11215
d967cd18
GM
112162003-01-15 Kevin Ryde <user42@zip.com.au>
11217
11218 * gnus.texi (Using MIME): Mention auto-compression-mode with
11219 gnus-mime-copy-part.
11220
2de53ca6
GM
112212003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11222
11223 * gnus.texi: Do not use `path' in several locations.
11224
c8763fb6 112252002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 11226
0c7efc08
SM
11227 * tramp.texi (External transfer methods): New method `smb'.
11228 From Michael Albinus.
2de53ca6
GM
11229
112302002-11-05 Karl Berry <karl@gnu.org>
11231
11232 * info.texi (Info-fontify): Reorder face list to avoid bad line
11233 breaks.
11234
c8763fb6 112352002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 11236
0c7efc08
SM
11237 * tramp.texi: Move @copying to standard place.
11238 Use @insertcopying.
2de53ca6
GM
11239
112402002-10-02 Karl Berry <karl@gnu.org>
11241
39c87140
GM
11242 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11243 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11244 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11245 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11246 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11247 * widget.texi, woman.texi:
2de53ca6
GM
11248 Per rms, update all manuals to use @copying instead of @ifinfo.
11249 Also use @ifnottex instead of @ifinfo around the top node, where
11250 needed for the sake of the HTML output.
11251 (The Gnus manual is not fixed since it's not clear to me how it
11252 works; and the Tramp manual already uses @copying, although in an
11253 unusual way. All others were changed.)
11254
112552002-09-10 Jonathan Yavner <jyavner@engineer.com>
11256
11257 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11258 (../info/ses, ses.dvi): New targets.
11259 * ses.texi: New file.
11260
c8763fb6 112612002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
11262
11263 * texinfo.tex: Update to texinfo 4.2.
11264
112652002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11266
11267 * reftex.texi: Update to RefTeX 4.19.
11268
d967cd18
GM
112692002-07-21 Jesper Harder <harder@ifa.au.dk>
11270
11271 * gnus.texi (Sorting Groups): Add key bindings for
11272 gnus-group-sort-groups-by-real-name and
11273 gnus-group-sort-selected-groups-by-real-name.
11274
c8763fb6 112752002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
11276
11277 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11278 (../info/tramp, tramp.dvi): New targets.
11279
112802002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11281
11282 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11283 (calc.dvi): Uncomment.
11284
112852001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11286
11287 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11288 (../info/calc): New target.
11289
112902001-10-20 Gerd Moellmann <gerd@gnu.org>
11291
11292 * (Version 21.1 released.)
11293
112942001-10-05 Gerd Moellmann <gerd@gnu.org>
11295
11296 * Branch for 21.1.
11297
112982001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11299
11300 * Makefile.in (../info/info): Use an explicit -o switch to
11301 makeinfo.
11302
113032001-03-05 Gerd Moellmann <gerd@gnu.org>
11304
11305 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11306
689c9ca5
GM
113072001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11308
11309 * ediff.texi: Added ediff-coding-system-for-read.
11310
11311 * viper.texi: Fix typos.
11312
2de53ca6
GM
113132000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11314
11315 * Makefile.in (../info/idlwave): Use --no-split.
11316
113172000-12-14 Dave Love <fx@gnu.org>
11318
c4cc8b9a 11319 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
11320 (gnus.dvi): Change rule to remove @latex stuff.
11321
113222000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11323
11324 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11325
113262000-10-13 John Wiegley <johnw@gnu.org>
11327
11328 * Makefile.in: Add build targets for eshell.texi.
11329
113302000-09-25 Gerd Moellmann <gerd@gnu.org>
11331
11332 * Makefile.in: Remove/comment speedbar stuff.
11333
113342000-09-22 Dave Love <fx@gnu.org>
11335
11336 * Makefile.in: Add emacs-mime.
11337
113382000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11339
11340 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11341 (DVI_TARGETS): Add woman.dvi.
11342 (../info/woman, woman.dvi): New targets.
11343
113442000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11345
11346 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11347
11348 * pcl-cvs.texi: New file.
11349 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11350 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11351
113522000-05-11 Gerd Moellmann <gerd@gnu.org>
11353
11354 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11355 (../info/ebrowse, ebrowse.dvi): New targets.
11356
113572000-01-13 Gerd Moellmann <gerd@gnu.org>
11358
11359 * Makefile.in (INFO_TARGETS): Add eudc.
11360 (DVI_TARGETS): Add eudc.dvi.
11361 (../info/eudc, eudc.dvi): New targets.
11362
113632000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11364
11365 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11366 compatibility with 8+3 filesystems).
11367 (../info/efaq): Rename from emacs-faq.
11368
113692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11370
11371 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11372 (../info/idlwave, idlwave.dvi): New targets.
11373
113741999-10-23 Dave Love <fx@gnu.org>
11375
11376 * Makefile.in: Use autotype.texi.
11377
113781999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11381 faq.texi file) rather than ../info/faq.
11382
113831999-10-07 Gerd Moellmann <gerd@gnu.org>
11384
11385 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11386 (../info/ada-mode, ada-mode.dvi): New targets.
11387
113881999-09-01 Dave Love <fx@gnu.org>
11389
11390 * Makefile.in: Add faq.
11391
113921999-07-12 Richard Stallman <rms@gnu.org>
11393
11394 * Version 20.4 released.
11395
113961998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11397
11398 * Version 20.3 released.
11399
114001998-04-06 Andreas Schwab <schwab@gnu.org>
11401
768c0c0f
JB
11402 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11403 Use it in dvi targets.
2de53ca6
GM
11404 (../etc/GNU): Change to $(srcdir) first.
11405
114061998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11407
11408 * reftex.texi: Update for RefTeX version 3.22.
11409
d967cd18
GM
114101998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11411
5fb6db0d 11412 * gnus.texi (Easy Picons): Remove references to
d967cd18
GM
11413 `gnus-group-display-picons'.
11414 (Hard Picons): Ditto.
11415
2de53ca6
GM
114161998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11417
11418 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11419 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11420
114211997-09-23 Paul Eggert <eggert@twinsun.com>
11422
11423 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11424 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11425
114261997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11427
11428 * Version 20.2 released.
11429
114301997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11431
11432 * Version 20.1 released.
11433
114341997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11435
11436 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11437
39c87140
GM
114381997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11439
11440 * widget.texi (push-button): Document it.
11441
2de53ca6
GM
114421996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11443
11444 * Version 19.33 released.
11445
114461996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11447
11448 * Version 19.32 released.
11449
114501996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11451
11452 * Makefile.in: Add rules for the Message manual.
11453
114541996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11455
11456 * gnus.texi: New version.
11457
11458 * message.texi: New manual.
11459
114601996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11461
11462 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11463
114641996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11465
11466 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11467 Specify -I option.
11468 (All dvi targets): Set the TEXINPUTS variable.
11469
114701996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11471
11472 * Version 19.31 released.
11473
114741996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11475
11476 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11477 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11478
114791995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11480
11481 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11482 (INFO_TARGETS): Add ../info/cc-mode.
11483 (DVI_TARGETS): Add cc-mode.dvi.
11484
2de53ca6
GM
114851995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11486
11487 * Version 19.30 released.
11488
114891995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11490
11491 * gnus.texi: New file.
11492
114931995-11-04 Erik Naggum <erik@naggum.no>
11494
11495 * gnus.texi: File deleted.
11496
114971995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11498
11499 * mh-e.texi: "Function Index" -> "Command Index" to work with
11500 Emacs 19.30 C-h C-k support of separately-documented commands.
11501
115021995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11503
11504 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11505 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11506
115071995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11508
11509 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11510 (../info/viper, viper.dvi): New targets.
11511
115121995-04-20 Kevin Rodgers <kevinr@ihs.com>
11513
11514 * dired-x.texi (Installation): Change the example to set
11515 buffer-local variables like dired-omit-files-p in
11516 dired-mode-hook.
11517
115181995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11519
11520 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11521 (../info/mh-e, mh-e.dvi): New targets.
11522
115231995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11524
11525 * Makefile.in (maintainer-clean): Rename from realclean.
11526
115271994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11528
11529 * Makefile.in: New file.
11530 * Makefile: File deleted.
11531
115321994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11533
11534 * Makefile (TEXINDEX_OBJS): Variable deleted.
11535 (texindex, texindex.o, getopt.o): Rules deleted.
11536 All deps on texindex deleted.
11537 (distclean): Don't delete texindex.
11538 (mostlyclean): Don't delete *.o.
11539 * texindex.c, getopt.c: Files deleted.
11540
115411994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11542
11543 * Version 19.26 released.
11544
115451994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11546
11547 * Version 19.25 released.
11548
115491994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11550
11551 * Version 19.24 released.
11552
115531994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11554
11555 * Version 19.23 released.
11556
115571994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11558
11559 * Makefile: Delete spurious tab.
11560
115611994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11562
11563 * Makefile (.SUFFIXES): New rule.
11564
115651994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11566
11567 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11568 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11569
115701994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11571
11572 * Makefile (../info/sc): Rename from sc.info.
11573 (../info/cl): Likewise.
11574 (INFO_TARGETS): Use new names.
11575
115761993-12-04 Richard Stallman (rms@srarc2)
11577
11578 * getopt.c: New file.
11579 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11580 (getopt.o): New rule.
11581 (dvi): Don't depend on texindex.
11582 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11583 Depend on texindex.
11584
115851993-12-03 Richard Stallman (rms@srarc2)
11586
11587 * Makefile (../info/sc.info): Rename from ../info/sc.
11588 (TEXI2DVI): New variable.
11589 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11590 Add explicit commands.
11591 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11592
115931993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11594
11595 * Version 19.22 released.
11596
115971993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11598
11599 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11600
116011993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11602
11603 * Version 19.21 released.
11604
116051993-11-15 Paul Eggert (eggert@twinsun.com)
11606
38942b9c 11607 * Makefile (../info/cl.info): Rename from ../info/cl.
2de53ca6
GM
11608
116091993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11610
11611 * Makefile (../etc/GNU): New target.
11612 (EMACSSOURCES): Add gnu1.texi.
11613
116141993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11615
11616 * Makefile (realclean): Don't delete the Info files.
11617
f0131492 116181993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
11619
11620 * forms.texi: Fix forms.texi so that it will format correctly.
11621 Add missing `@end iftex', fix bad reference.
11622
f0131492 116231993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
11624
11625 * Makefile: Fix targets for texindex, new info.texi files.
11626 * info-stnd.texi: New file implements info for standalone info
11627 reader.
11628 * info.texi: Update to include recent changes to "../info/info".
11629 New source file for ../info/info; includes info-stnd.texi.
11630
11631 * texindex.c: Include "../src/config.h" if building in emacs.
11632
11633 * Makefile: Change all files to FILENAME.texi, force all targets
11634 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11635 vip.texinfo, forms.texinfo, cl.texinfo.
11636 Add target to build texindex.c, defining `emacs'.
11637
11638 * forms.texi: Install new file to match version 2.3 of forms.el.
11639
116401993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11641
11642 * Version 19.19 released.
11643
116441993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11645
11646 * sc.texinfo: Fix info file name.
11647
11648 * Makefile (info): Add gnus and sc.
11649 (dvi): Add gnus.dvi and sc.dvi.
11650 (../info/sc, sc.dvi): New targets.
11651
116521993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11653
11654 * Version 19.18 released.
11655
116561993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11657
11658 * Makefile: Fix source file names of the separate manuals.
11659 (gnus.dvi, ../info/gnus): New targets.
11660
116611993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11662
11663 * Version 19.17 released.
11664
116651993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11666
11667 * split-man: Fix typos in last change.
11668
116691993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11670
11671 * Version 19.16 released.
11672
116731993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11674
11675 * version 19.15 released.
11676
116771993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11678
11679 * Makefile (distclean): It's rm, not rf.
11680
116811993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11682
11683 * Version 19.14 released.
11684
116851993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11686
11687 * Makefile: New file.
11688
116891993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11690
11691 * Version 19.13 released.
11692
116931993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11694
11695 * Version 19.9 released.
11696
116971993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11698
11699 * Version 19.8 released.
11700
117011993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11702
11703 * Version 19.7 released.
11704
117051990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11706
11707 * gnus.texinfo: New file. Removed installation instructions.
11708
117091990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11710
689c9ca5 11711 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
2de53ca6
GM
11712
117131989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11714
11715 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
11716 then define `\sc' as the command for smallcaps in Texinfo.
11717 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
11718 made the corresponding change to makeinfo and texinfm.el.
11719
117201988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11721
11722 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11723 Customization since the menu entry did not point to anything.
11724 Also add an @finalout command to remove overfull hboxes from the
11725 printed output.
11726
11727 * cl.texinfo: Add @bye, \input line and @settitle to file.
11728 This file is clearly intended to be a chapter of some other work,
11729 but the other work does not yet exist.
11730
117311988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11732
11733 * texinfo.texinfo: Three typos corrected.
11734
4009494e 11735;; Local Variables:
c8763fb6 11736;; coding: utf-8
4009494e
GM
11737;; End:
11738
ba318903 11739 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
4009494e
GM
11740
11741 This file is part of GNU Emacs.
11742
97c0352c 11743 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 11744 it under the terms of the GNU General Public License as published by
97c0352c
GM
11745 the Free Software Foundation, either version 3 of the License, or
11746 (at your option) any later version.
4009494e
GM
11747
11748 GNU Emacs is distributed in the hope that it will be useful,
11749 but WITHOUT ANY WARRANTY; without even the implied warranty of
11750 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11751 GNU General Public License for more details.
11752
11753 You should have received a copy of the GNU General Public License
97c0352c 11754 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.