Move marker debugging code under MARKER_DEBUG.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
ef091c97
MA
12012-07-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Multi-hops): Introduce
4 `tramp-restricted-shell-hosts-alist'.
5
89b163db
G
62012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
9 methods, so don't mention smtpmail here.
10
112012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
12
13 * gnus.texi (Picons): Document gnus-picon-properties.
14
152012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16
17 * gnus.texi: Remove mention of compilation, as that's no longer
18 supported.
19
202012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
21
22 * gnus.texi (Archived Messages): Mention
23 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
24
252012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
26
27 * gnus.texi (Various Summary Stuff):
28 Remove mention of `gnus-propagate-marks'.
29
302012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
31
32 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
33 which no longer exist.
34
352012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
36
37 * gnus.texi (Archived Messages):
38 Document gnus-gcc-self-resent-messages.
39
402012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
41
42 * message.texi (Mail Variables):
43 Mention the optional user parameter for X-Message-SMTP-Method.
44
452012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
46
47 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
48
49 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
50
512012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
52
53 * gnus.texi (Key Index): Change encoding to utf-8.
54
ac1a0ce1 552012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
56
57 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
58
71cca84d
G
592012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
60
61 * gnus.texi (Group Timestamp): Mention where to find documentation for
62 the `gnus-tmp-' variables (bug#11601).
63
888a7fc0
MA
642012-06-11 Michael Albinus <michael.albinus@gmx.de>
65
66 Sync with Tramp 2.2.6-pre.
67
68 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
69 where appropriate.
70 (Ad-hoc multi-hops): New section.
71 (Remote processes): New subsection "Running remote processes on
72 Windows hosts".
73 (History): Add remote commands on Windows, and ad-hoc multi-hop
74 methods.
75 (External methods): "ControlPersist" must be set to "no" for the
76 `scpc' method.
77 (Remote processes): Add a note about `auto-revert-tail-mode'.
78 (Frequently Asked Questions): Use "scpx" in combination with
79 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
80
81 * trampver.texi: Update release number.
82
31ca4639 832012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
84
85 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
86 compilation for html-mono.
87
0e8bbf66
PE
882012-06-08 Paul Eggert <eggert@cs.ucla.edu>
89
90 * texinfo.tex: Merge from gnulib.
91
b8f061b3
KY
922012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
93
94 * Makefile.in (echo-info): Don't try to install info files named
95 just ".info".
96
16af873e
GM
972012-05-28 Glenn Morris <rgm@gnu.org>
98
c1dabff0
GM
99 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
100
16af873e
GM
101 * sc.texi: Nuke hand-written node pointers.
102 Fix top-level menu to match actual node order.
103
1d5b82ef
GM
1042012-05-27 Glenn Morris <rgm@gnu.org>
105
106 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
107 Some associated fixes, including not messing with chapno in cl.texi.
108
33017faf 1092012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
110
111 * org.texi (Durations and time values): Fix typo.
112
d14b0029
JB
1132012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
114
33017faf 115 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
116 Mention `calc-ensure-consistent-units'.
117
2f4cadd1 1182012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 119
9879e263
AS
120 * cc-mode.texi: Avoid space before macro in 4th argument of cross
121 reference commands. (Bug#11461)
122
78e91d08
AS
123 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
124
3fe7cdc8
GM
1252012-05-12 Glenn Morris <rgm@gnu.org>
126
9598ef0b
GM
127 * Makefile.in (mostlyclean): Add more TeX intermediates.
128
7d326a29
GM
129 * Makefile.in: Make it look more like the other doc Makefiles.
130 Use explicit $srcdir in all dependencies.
131 Remove cd $srcdir from rules.
132 (VPATH): Remove.
133 (infodir): Set to an absolute path.
134 (INFO_TARGETS): Use short names.
135 (mkinfodir): infodir is now absolute.
136 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
137
c7f95930 138 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 139 (.SUFFIXES): Disable implicit rules.
c7f95930 140
3fe7cdc8
GM
141 * Makefile.in (MKDIR_P): New, set by configure.
142 (mkinfodir): Use $MKDIR_P.
143
6f0652af
GM
1442012-05-07 Glenn Morris <rgm@gnu.org>
145
146 * forms.texi (Long Example): Update for changed location of files.
147
8045b906
GM
1482012-05-04 Glenn Morris <rgm@gnu.org>
149
150 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
151 (INFO_TARGETS): Use $INFO_EXT.
152 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
153 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
154 (INFO_TARGETS): Use $INFO_EXT.
155 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
156
9e7a4bcf
GM
1572012-05-02 Glenn Morris <rgm@gnu.org>
158
9aa071df
GM
159 * Makefile.in (echo-info): New phony target, used by top-level.
160
9e7a4bcf
GM
161 * viper.texi: Make direntry shorter (also it is no longer "newest").
162
163 * emacs-gnutls.texi, ert.texi, org.texi:
164 Fix dircategory, direntry to match info/dir.
165
31cc861c
GM
166 * faq.texi: Convert @inforefs to @xrefs.
167 Fix some malformed cross-references.
f9e320bb
GM
168 (File-name conventions): Shorten section name to avoid overfull line.
169 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 170
723ea6b5
TZ
1712012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
172
173 * auth.texi (Help for users): Update for .gpg file being second.
174
a8e7d6d7 1752012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
176
177 * org.texi (Agenda commands): Fix two typos: give corresponding
178 function names, according to `org-agenda-view-mode-dispatch'.
179
a8e7d6d7 1802012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
181
182 * faq.texi (Major packages and programs): Remove section.
183 There is no point listing 6 packages (cf etc/MORE.STUFF).
184 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 185
dcbf5805
MA
1862012-04-22 Michael Albinus <michael.albinus@gmx.de>
187
188 * dbus.texi (Version): New node.
189 (Properties and Annotations): Mention the object manager
190 interface. Describe dbus-get-all-managed-objects.
191 (Type Conversion): Floating point numbers are allowed, if an
192 anteger does not fit Emacs's integer range.
193 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
194 (Asynchronous Methods): Fix description of
195 dbus-call-method-asynchronously.
196 (Receiving Method Calls): Fix some minor errors. Add
197 dbus-interface-emacs.
198 (Signals): Describe unicast signals and the new match rules.
199 (Alternative Buses): Add the PRIVATE optional argument to
200 dbus-init-bus. Describe its new return value. Add dbus-setenv.
201
adee4030
GM
2022012-04-20 Glenn Morris <rgm@gnu.org>
203
204 * faq.texi (New in Emacs 24): New section.
205 (Packages that do not come with Emacs): Mention M-x list-packages.
206
35dc09a1 2072012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
208
209 * cc-mode.texi (c-offsets-alist): Correct a typo.
210
35dc09a1 2112012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
212
213 * org.texi (Deadlines and scheduling): Fix the example: the
214 DEADLINE item should come right after the headline. We enforce
215 this convention, so it is a bug not to illustrate it correctly in
216 the manual.
217
35dc09a1 2182012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
219
220 * org.texi (Agenda commands): Fix documentation bug by swapping
221 the equivalent keybindings to `org-agenda-next-line' with the ones
222 to `org-agenda-previous-line'.
223
35dc09a1 2242012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
225
226 * Makefile.in: Replace non-portable use of $< in ordinary rules.
227
e2560ea8
EZ
2282012-04-09 Eli Zaretskii <eliz@gnu.org>
229
230 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
231 emacs-gnutls.
232 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
233
6b4f4a2d
TZ
2342012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
235
250b840e 236 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
237
238 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
239
ca2c89b6
TZ
2402012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
241
242 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 243 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 244
aebd5f1a
GM
2452012-04-04 Glenn Morris <rgm@gnu.org>
246
247 * auth.texi (Secret Service API): Copyedits.
248 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
249 (Help for users, Help for developers)
250 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 251
0317dd51
MA
2522012-04-04 Michael Albinus <michael.albinus@gmx.de>
253
254 * auth.texi (Secret Service API): Add the missing text.
255
3d439cd1
CY
2562012-04-04 Chong Yidong <cyd@gnu.org>
257
258 * message.texi (Using PGP/MIME): Note that epg is now the default.
259
260 * gnus.texi: Reduce references to obsolete pgg library.
261 (Security): Note that epg is now the default.
262
263 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
264
265 * nxml-mode.texi (Completion): C-RET is no longer bound to
266 nxml-complete.
267
153ae947
BG
2682012-04-01 Jambunathan K <kjambunathan@gmail.com>
269
270 * org.texi (Customizing tables in ODT export): Correct few errors.
271
2722012-04-01 Jambunathan K <kjambunathan@gmail.com>
273
274 * org.texi (Links in ODT export): Update.
275 (Labels and captions in ODT export): New node.
276
2772012-04-01 Jambunathan K <kjambunathan@gmail.com>
278
279 * org.texi (Literal examples in ODT export): htmlfontify.el in
280 Emacs-24.1 now supports fontification. So ODT source blocks will
281 be fontified by default.
282
2832012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
284
285 * org.texi (Refiling notes): Remove duplicated keybinding.
286
2872012-04-01 Eric Schulte <eric.schulte@gmx.com>
288
289 * org.texi (noweb): Documentation of this new option to the :noweb
290 header argument.
291
2922012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
293
294 * org.texi (Header and sectioning): Add example demonstrating how
295 to use "LaTeX_CLASS_OPTIONS".
296
2972012-04-01 Eric Schulte <eric.schulte@gmx.com>
298
299 * org.texi (Noweb reference syntax): Describe the ability to
300 execute noweb references in the manual.
301
3022012-04-01 Eric Schulte <eric.schulte@gmx.com>
303
304 * org.texi (cache): Improve cache documentation when session
305 evaluation is used.
306
3072012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
308
309 * org.texi (Plain lists): Document removal.
310
3112012-04-01 Michael Brand <michael.ch.brand@gmail.com>
312
313 * org.texi: Decapitalize file name in references to Calc manual.
314
3152012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
316
317 * org.texi (Plain lists): Document removal.
318
3192012-04-01 Jambunathan K <kjambunathan@gmail.com>
320
321 * org.texi (Top, OpenDocument Text export)
322 (ODT export commands, Extending ODT export)
323 (Images in ODT export, Tables in ODT export)
324 (Configuring a document converter): Add or Update.
325
3262012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
327
328 * org.texi (MobileOrg): Change the wording to reflect that the
329 Android Version is no longer just the little brother of the iOS
330 version.
331
3322012-04-01 Eric Schulte <eric.schulte@gmx.com>
333
334 * org.texi (Key bindings and useful functions): Updated babel key
335 binding documentation in manual.
336
3372012-04-01 Eric Schulte <eric.schulte@gmx.com>
338
339 * org.texi (noweb): Document new noweb header value.
340
3412012-04-01 Eric Schulte <eric.schulte@gmx.com>
342
343 * org.texi (noweb-sep): Document new header argument.
344
3452012-04-01 Eric Schulte <eric.schulte@gmx.com>
346
347 * org.texi (noweb-ref): Documentation of this new custom variable.
348
3492012-04-01 Eric Schulte <eric.schulte@gmx.com>
350
351 * org.texi (wrap): Update the new :wrap documentation to match the
352 current implementation.
353
3542012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
355
356 * org.texi: Added documentation for :wrap.
357
3582012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
359
360 * org.texi: #+RESULTS now user-configurable.
361
3622012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
363
364 * org.texi: Documented :noweb no-export.
365
3662012-04-01 Thomas Dye <dk@poto.local>
367
368 * org.texi: Edit :noweb no header argument for correctness.
369
3702012-04-01 Bastien Guerry <bzg@altern.org>
371
372 * org.texi (Customization): Update the approximate number of Org
373 variables.
374
3752012-04-01 Thomas Dye <dk@poto.local>
376
377 * org.texi: The :results wrap produces a drawer instead of a
378 begin_results block.
379
005a89ff
G
3802012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
381
382 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
383 reflect the new default.
384
589ce070
EZ
3852012-03-10 Eli Zaretskii <eliz@gnu.org>
386
387 * info.texi (Expert Info): Move the index entry for "Texinfo" from
388 "Getting Started" to this node. (Bug#10450)
389
a5392527
CY
3902012-03-10 Chong Yidong <cyd@gnu.org>
391
8ae818e4
CY
392 * flymake.texi (Example -- Configuring a tool called via make):
393 Mention the Automake COMPILE variable (Bug#8715).
394
a5392527
CY
395 * info.texi (Getting Started): Add an index entry (Bug#10450).
396
d49902e4
MA
3972012-03-02 Michael Albinus <michael.albinus@gmx.de>
398
399 * dbus.texi (Signals): Known names will be mapped onto unique
400 names, when registering for signals.
401
53eced6d
GM
4022012-02-29 Glenn Morris <rgm@gnu.org>
403
bcd6cd23
GM
404 * url.texi: Fix quote usage in body text.
405
775b55af
GM
406 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
407
53eced6d
GM
408 * cl.texi: Use @code{} in menus when appropriate.
409
44e97401
GM
4102012-02-28 Glenn Morris <rgm@gnu.org>
411
412 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
413 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
414 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
415 * org.texi, sc.texi, vip.texi, viper.texi:
416 Standardize possessive apostrophe usage.
417
fa9a0855
CY
4182012-02-26 Chong Yidong <cyd@gnu.org>
419
420 * ediff.texi (Quick Help Commands): Add a couple of index entries
421 (Bug#10834).
422
0fd2c9a3
GM
4232012-02-17 Glenn Morris <rgm@gnu.org>
424
425 * gnus.texi (Posting Styles):
426 * remember.texi (Org): Fix cross-refs to other manuals.
427
9f26dc24
GM
4282012-02-15 Glenn Morris <rgm@gnu.org>
429
430 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
431 (Encryption): New chapter, split out from previous.
432
3d2af193
LI
4332012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
434
435 * gnus.texi (Customizing the IMAP Connection): Mention
436 nnimap-record-commands.
437
b74c9672
GM
4382012-02-10 Glenn Morris <rgm@gnu.org>
439
440 * url.texi (Retrieving URLs): Update url-retrieve arguments.
441 Mention url-queue-retrieve.
442
2ebc3b94
GM
4432012-02-09 Glenn Morris <rgm@gnu.org>
444
9fcfcdef
GM
445 * sem-user.texi (Semantic mode user commands): Typo fix.
446
2ebc3b94
GM
447 * info.texi (Create Info buffer): Mention info-display-manual.
448
7c4bbb69
LI
4492012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
450
451 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
452 example (modified from an example by Michael Albinus).
453
debce7bc
G
4542012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
455
456 * gnus.texi (Agent Basics): Fix outdated description of
457 `gnus-agent-auto-agentize-methods'.
458
b207a4ec
AS
4592012-01-28 Andreas Schwab <schwab@linux-m68k.org>
460
461 * cc-mode.texi: Always @defindex ss.
462 (Config Basics): Fix argument of @itemize.
463 (Macro Backslashes): Add @code around index entry.
464
b8fe8712
GM
4652012-01-23 Glenn Morris <rgm@gnu.org>
466
467 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
468
02dc2fd7
EH
4692012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
470
471 * tramp.texi (File): Tweak wording for the `scpc' option.
472
e7719ea1
G
4732012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
474
475 * gnus.texi (Group Parameters): Really note precedence.
476
9937bef4
G
4772012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
479 * gnus.texi (Group Parameters): Note precedence.
480
e66ba1df
BG
4812012-01-03 Eric Schulte <eric.schulte@gmx.com>
482
483 * org.texi (Noweb reference syntax): Adding documentation of
484 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
485 variable.
486
4872012-01-03 Bastien Guerry <bzg@gnu.org>
488
489 * org.texi (Plain lists): Split the table to fix the display
490 of items.
491
4922012-01-03 Bastien Guerry <bzg@gnu.org>
493
494 * org.texi (Plain lists): Fix misplaced explanation.
495
4962012-01-03 Bastien Guerry <bzg@gnu.org>
497
498 * org.texi (Plain lists, Agenda files): Add index entries.
499
5002012-01-03 Julian Gehring <julian.gehring@googlemail.com>
501
502 * org.texi: Use "Org mode" instead of alternatives like
503 "Org-mode" or "org-mode".
504
5052012-01-03 Bernt Hansen <bernt@norang.ca>
506
507 * org.texi (Agenda commands): Document
508 `org-clock-report-include-clocking-task'.
509
5102012-01-03 Bastien Guerry <bzg@gnu.org>
511
512 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
513 C-c' on checkboxes.
514
5152012-01-03 Julian Gehring <julian.gehring@googlemail.com>
516
517 * org.texi: End sentences with two spaces.
518
5192012-01-03 Michael Brand <michael.ch.brand@gmail.com>
520
521 * org.texi (External links): Document the link types file+sys
522 and file+emacs, slightly narrow used page width.
523
5242012-01-03 Eric Schulte <eric.schulte@gmx.com>
525
526 * org.texi (colnames): Note that colnames behavior may differ
527 across languages.
528
5292012-01-03 Bastien Guerry <bzg@gnu.org>
530
531 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
532
5332012-01-03 Thomas Dye <dk@poto.westell.com>
534
535 * org.texi: Augmented discussion of babel property
536 inheritance. Put footnote outside sentence ending period.
537
5382012-01-03 Eric Schulte <schulte.eric@gmail.com>
539
540 * org.texi (eval): Documenting the full range of :eval header
541 argument values.
542
5432012-01-03 Eric Schulte <schulte.eric@gmail.com>
544
545 * org.texi (eval): Documentation of the new :eval option.
546
5472012-01-03 Thomas Dye <dk@poto.local>
548
549 * org.texi: Add accumulated properties.
550
5512012-01-03 Thomas Dye <dk@poto.local>
552
553 * org.texi: Documented no spaces in name=assign, another
554 correction to :var table.
555
5562012-01-03 Thomas Dye <dk@poto.local>
557
558 * org.texi: Changed DATA to NAME in Working With Source Code
559 section.
560
5612012-01-03 Tom Dye <tsd@tsdye.com>
562
563 * org.texi: Minor change to :var table.
564
5652012-01-03 Tom Dye <tsd@tsdye.com>
566
567 * org.texi: More changes to :var table (some examples were wrong).
568
5692012-01-03 Tom Dye <tsd@tsdye.com>
570
571 * org.texi: Cleaned up :var table.
572
5732012-01-03 Bastien Guerry <bzg@gnu.org>
574
575 * org.texi (Timestamps, Weekly/daily agenda)
576 (Weekly/daily agenda): Add @cindex for "appointment".
577
5782012-01-03 Eric Schulte <schulte.eric@gmail.com>
579
580 * org.texi (Literal examples): A new link to the template for
581 inserting empty code blocks.
582 (Structure of code blocks): A new link to the template for
583 inserting empty code blocks.
584
5852012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
586
587 * org.texi (External links): Add footnote on how the behavior
588 of the text search in Org files are controled by the variable
589 `org-link-search-must-match-exact-headline'.
590
5912012-01-03 Eric Schulte <schulte.eric@gmail.com>
592
593 * org.texi (Buffer-wide header arguments): Update
594 documentation to reflect removal of #+PROPERTIES.
595
5962012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
597
598 * org.texi (The clock table): Mention that ACHIVED trees
599 contribute to the clock table.
600
6012012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
602
603 * org.texi (Conflicts): Better yasnippet config info.
604
6052012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
606
607 * org.texi (Selective export): Explicitely mention the default
608 values for `org-export-select-tags',
609 `org-export-exclude-tags'.
610
6112012-01-03 Tom Dye <tsd@tsdye.com>
612
613 * org.texi: Added a line to specify that header arguments are
614 lowercase.
615
6162012-01-03 Tom Dye <tsd@tsdye.com>
617
618 * org.texi: :var requires default value when declared.
619
6202012-01-03 Bastien Guerry <bzg@gnu.org>
621
622 * org.texi (Handling links): Add a note about the
623 `org-link-frame-setup' option.
624
6252012-01-03 David Maus <dmaus@ictsoc.de>
626
627 * org.texi (Exporting Agenda Views, Extracting agenda
628 information): Fix command line syntax, quote symbol parameter
629 values.
630
6312012-01-03 David Maus <dmaus@ictsoc.de>
632
633 * org.texi (Exporting Agenda Views): Fix command line syntax.
634
8d80ef01
PE
6352011-12-28 Paul Eggert <eggert@cs.ucla.edu>
636
637 * gnus.texi (Mail Source Customization, Mail Back End Variables):
638 Use octal notation for file permissions, which are normally
639 thought of in octal.
640 (Mail Back End Variables): Use more-plausible modes in example.
641
47d42d81
AM
6422011-12-20 Alan Mackenzie <acm@muc.de>
643
644 * cc-mode.texi: Update version string 5.31 -> 5.32.
645
a98edce9
JB
6462011-12-06 Juanma Barranquero <lekktu@gmail.com>
647
648 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
649
321decc8
GM
6502011-11-24 Glenn Morris <rgm@gnu.org>
651
652 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
653
f8107b79
JB
6542011-11-24 Juanma Barranquero <lekktu@gmail.com>
655
656 * makefile.w32-in: Update dependencies.
657
f5a96a4f
GM
6582011-11-20 Glenn Morris <rgm@gnu.org>
659
660 * gnus.texi (Group Information):
661 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
662
cd1181db
JB
6632011-11-20 Juanma Barranquero <lekktu@gmail.com>
664
665 * gnus-coding.texi (Gnus Maintenance Guide):
666 Rename from "Gnus Maintainance Guide".
667
668 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
669 * eieio.texi (Customizing):
fe7a3057
JB
670 * gnus.texi (Article Washing):
671 * gnus-news.texi:
672 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 673
7877f373
JB
6742011-11-16 Juanma Barranquero <lekktu@gmail.com>
675
676 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
677
0d26e0b6
JB
6782011-11-15 Juanma Barranquero <lekktu@gmail.com>
679
c7015153
JB
680 * ede.texi (project-am-texinfo):
681 * gnus.texi (Sending or Not Sending):
682 * org.texi (Template elements): Fix typos.
0d26e0b6 683
0b381c7e
JB
6842011-11-14 Juanma Barranquero <lekktu@gmail.com>
685
686 * ediff.texi (Hooks):
c7015153 687 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 688
40a8bdf6
JB
6892011-11-11 Juanma Barranquero <lekktu@gmail.com>
690
691 * semantic.texi (Tag handling): Fix typo.
692
57dda3bb
KY
6932011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
694
695 * gnus.texi (Other Gnus Versions): Remove.
696
52bedd34
AM
6972011-10-28 Alan Mackenzie <acm@muc.de>
698
699 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
700 (Other Special Indentations): Add an xref to "Macros with ;".
701 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
702 "Macros with ;".
703 (Macros with ;): New page.
704
00b77525
GM
705 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
706 Document the new handling of nested scopes for movement by defuns.
52bedd34 707
4a623313
MA
7082011-10-23 Michael Albinus <michael.albinus@gmx.de>
709
710 Sync with Tramp 2.2.3.
711
712 * trampver.texi: Update release number.
713
466a320e
GM
7142011-10-14 Glenn Morris <rgm@gnu.org>
715
716 * ert.texi (Introduction, How to Run Tests)
717 (Running Tests Interactively, Expected Failures)
718 (Tests and Their Environment, Useful Techniques)
719 (Interactive Debugging, Fixtures and Test Suites):
720 Minor rephrasings.
721 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
722 (Running Tests in Batch Mode): Simplify loading instructions.
723 (Test Selectors): Clarify some selectors.
724 (Expected Failures, Useful Techniques):
725 Make examples fit in 80 columns.
726
2be4956d
JB
7272011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
728
729 * calc.texi (Basic Operations on Units): Discuss temperature
730 conversion (`u t') alongside with other unit conversions ('u c').
731
7359a765
GM
7322011-10-12 Glenn Morris <rgm@gnu.org>
733
734 * ert.texi: Whitespace trivia to make main menu items line up better.
735
a0c52e5d
GM
7362011-10-08 Glenn Morris <rgm@gnu.org>
737
738 * Makefile.in: Fix ert rules.
739
465d0300
G
7402011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
742 * gnus.texi (Gnus Utility Functions): Add more references and
743 explanations (bug#9683).
744
a5166359
LMI
7452011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * gnus.texi (Archived Messages): Note the default (bug#9552).
748
b523dc20
BW
7492011-09-21 Bill Wohler <wohler@newt.com>
750
751 Release MH-E manual version 8.3.
752
58179cce 753 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
754 release 8.3.
755 (Preface): Updated support information.
bd7239f5 756 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
757 historical quote, the tense should be correct in the time that it
758 was written.
759
0afb49a1
LMI
7602011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
761
762 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
763 (Finding the News): Doc clarification.
764 (Terminology): Mention naming.
765
e21bac42
G
7662011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
767
768 * gnus.texi: Remove mentions of `recent', which are now obsolete.
769 (Interactive): Document `quiet'.
770
5b409b39 7712011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 772
bd7239f5 773 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 774
5b409b39 7752011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 776
bd7239f5 777 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
778 scope for `org-map-entries'.
779
5b409b39 7802011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
781
782 * org.texi (Visibility cycling): Document `org-copy-visible'.
783
5b409b39 7842011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 785
bd7239f5 786 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
787 proper order.
788
5b409b39 7892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
790
791 * org.texi (eval): Expand discussion of the :eval header argument.
792
5b409b39 7932011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
794
795 * org.texi (Languages): Add Lilypond and Awk as supported
796 languages.
797
5b409b39 7982011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 799
bd7239f5 800 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
801 LOG_INTO_DRAWER can be used to override the contents of variable
802 org-clock-into-drawer (or if unset, org-log-into-drawer).
803
bd7239f5 804 * org.texi: Replace @xref->@pxref.
3ab2c837 805
5b409b39 8062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
807
808 * org.texi (Evaluating code blocks): Documenting the new option
809 for inline call lines.
810
5b409b39 8112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
812
813 * org.texi (Results of evaluation): More explicit about the
814 mechanism through which interactive evaluation of code is
815 performed.
816
5b409b39 8172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
818
819 * org.texi (noweb-ref): New header argument documentation.
820
5b409b39 8212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
822
823 * org.texi (Extracting source code): Documentation of the new
824 org-babel-tangle-named-block-combination variable.
825
5b409b39 8262011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 827
bd7239f5 828 * org.texi (Structure of code blocks): Explicitly state that the
3ab2c837
BG
829 behavior of multiple blocks of the same name is undefined
830
5b409b39 8312011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
832
833 * org.texi (TaskJuggler export): Modify the example to reflect the
834 new effort durations.
835
5b409b39 8362011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
837
838 * org.texi (Images in LaTeX export): Escape curly brackets in
839 LaTeX example.
840
5b409b39 8412011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
842
843 * org.texi (The clock table): Document the :properties and
844 :inherit-props arguments for the clocktable.
845
5b409b39 8462011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
847
848 * org.texi (Tables in LaTeX export): Document specifying placement
849 options for tables.
850
5b409b39 8512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
852
853 * org.texi (Evaluating code blocks): More specific documentation
854 about the different types of header arguments.
855
5b409b39 8562011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
857
858 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
859
5b409b39 8602011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
861
862 * org.texi (Built-in table editor): Document the table field
863 follow mode.
864
5b409b39 8652011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
866
867 * org.texi (Easy Templates): Document new template.
868
5b409b39 8692011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
870
871 * org.texi (Literal examples): Add a cross-reference from "Literal
872 Examples" to "Easy Templates."
873
5b409b39 8742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
875
876 * org.texi (The clock table): Add link to match syntax.
877
5b409b39 8782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
879
880 * org.texi (Agenda commands): Document clock consistency checks.
881
5b409b39 8822011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
883
884 * org.texi (Built-in table editor): Document that \vert represents
885 a vertical bar in a table field.
886
5b409b39 8872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
888
889 * org.texi (Literal examples): Link from "Markup" > "Literate
890 Examples" to "Working with Source Code".
891
5b409b39 8922011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
893
894 * org.texi (Agenda commands): Doc for function option to bulk
895 action.
896
5b409b39 8972011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
898
899 * org.texi (Template expansion): Document new %<...> template
900 escape.
901
5b409b39 9022011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
903
904 * org.texi (Selective export): Document exclusion of any tasks
905 from export.
906
5b409b39 9072011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
908
909 * org.texi (Selective export): Document how to exclude DONE tasks
910 from export.
911 (Publishing options): Document the properties to be used to turn off
912 export of DONE tasks.
913
5b409b39 9142011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
915
916 * org.texi (The date/time prompt): Document date range protection.
917
5b409b39 9182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
919
920 * org.texi (padline): Documentation of the new padline header
921 argument.
922
5b409b39 9232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
924
925 * org.texi (var): Adding "[" to list of characters triggering
926 elisp evaluation.
927
5b409b39 9282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
929
930 * org.texi (var): Documentation of Emacs Lisp evaluation during
931 variable assignment.
932
5b409b39 9332011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
934
935 * org.texi (colnames): Reference indexing into variables, and note
936 that colnames are *not* removed before indexing occurs.
937 (rownames): Reference indexing into variables, and note that
938 rownames are *not* removed before indexing occurs.
939
5b409b39 9402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
941
942 * org.texi (var): Clarification of indexing into tabular
943 variables.
944
5b409b39 9452011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
946
947 * org.texi (results): Documentation of the `:results wrap' header
948 argument.
949
5b409b39 9502011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 951
bd7239f5 952 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
953 of the LaTeX export: the org file has to be properly structured.
954
5b409b39 9552011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
956
957 * org.texi (Dynamic blocks, Structure editing): Mention
958 the function `org-narrow-to-block'.
959
5b409b39 9602011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
961
962 * org.texi (Languages): Updating list of code block supported
963 languages.
964
5b409b39 9652011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
966
967 * org.texi (Special properties): CATEGORY is a special property,
968 but it may also used in the drawer.
969
5b409b39 9702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
971
972 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
973
5b409b39 9742011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
975
976 * org.texi (Include files): Document :lines.
977
5b409b39 9782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
979
980 * org.texi (comments): Documentation of the ":comments noweb" code
981 block header argument.
982
5b409b39 9832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
984
985 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
986 added extra whitespace around functions to be consistent with the
987 rest of the section.
988
5b409b39 9892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 990
0b381c7e 991 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
992 #+call: line syntax.
993 (Header arguments in function calls): Expanded discussion of
994 #+call: line syntax.
995
5b409b39 9962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
997
998 * org.texi (Evaluating code blocks): More explicit about how to
999 pass variables to #+call lines.
1000
5b409b39 10012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1002
1003 * org.texi (Results of evaluation): Link to the :results header
1004 argument list from the "Results of evaluation" section.
1005
5b409b39 10062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1007
1008 * org.texi (Conflicts): Adding additional information about
1009 resolving org/yasnippet conflicts.
1010
5b409b39 10112011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1012
1013 * org.texi (Publishing options): Document style-include-scripts
1014 publishing project property.
1015
5b409b39 10162011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1017
1018 * org.texi (Sparse trees): Document the next-error /
1019 previous-error functionality.
1020
5b409b39 10212011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1022
1023 * org.texi (cache): Improved documentation of code block caches.
1024
5b409b39 10252011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1026
1027 * org.texi (Code block specific header arguments): Documentation
1028 of multi-line header arguments.
1029
5b409b39 10302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1031
1032 * org.texi (Code evaluation security): Add example for using a
1033 function.
1034
5b409b39 10352011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1036
1037 * org.texi (Tables in LaTeX export): Documentation of new
1038 attr_latex options for tables.
1039
5b409b39
BG
10402011-08-03 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * trampver.texi: Update release number.
1043
10442011-07-30 Michael Albinus <michael.albinus@gmx.de>
1045
1046 Sync with Tramp 2.2.2.
1047
1048 * trampver.texi: Update release number.
1049
064e2d08
LMI
10502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * flymake.texi (Example -- Configuring a tool called via make):
1053 Use /dev/null instead of the Windows "nul" (bug#8715).
1054
b8151e9c
LMI
10552011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * widget.texi (Setting Up the Buffer): Remove mention of the
1058 global keymap parent, which doesn't seem to be accurate
1059 (bug#7045).
1060
5b409b39
BG
10612011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1062
1063 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1064
c0a8ae95
KR
10652010-07-10 Kevin Ryde <user42@zip.com.au>
1066
1067 * cl.texi (For Clauses): Add destructuring example processing an
1068 alist (bug#6596).
1069
ac6531ad
LMI
10702011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1071
1072 * ediff.texi (Major Entry Points): Remove mention of `require',
1073 since that's not pertinent in the installed Emacs (bug#9016).
1074
d30dd079
G
10752011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1076
1077 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1078 (Filtering New Groups): Clarify how simple the "options -n" format is.
1079 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1080 is internal.
d30dd079 1081
862c0d68
MA
10822011-07-04 Michael Albinus <michael.albinus@gmx.de>
1083
1084 * tramp.texi (Cleanup remote connections): Add
1085 `tramp-cleanup-this-connection'.
1086
cd865a33
G
10872011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1088
1089 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1090 zombies.
1091 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1092 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1093
10942011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1095
1096 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1097 backups, and not actual vc (bug#8975).
1098
79414ae4
KR
10992011-07-03 Kevin Ryde <user42@zip.com.au>
1100
1101 * cl.texi (For Clauses): @items for hash-values and key-bindings
1102 to make them more visible when skimming. Add examples of `using'
1103 clause to them, examples being clearer than a description in
1104 words (bug#6599).
1105
847ccf7c
AM
11062011-07-01 Alan Mackenzie <acm@muc.de>
1107
1108 * cc-mode.texi (Guessing the Style): New page.
1109 (Styles): Add a short introduction to above.
1110
3da13bb9
DD
11112011-06-28 Deniz Dogan <deniz@dogan.se>
1112
1113 * rcirc.texi (Configuration): Bug-fix:
1114 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1115 Reported by Elias Pipping <pipping@exherbo.org>.
1116
60a0884e
G
11172011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1118
1119 * gnus.texi (Summary Mail Commands): Document
1120 `gnus-summary-reply-to-list-with-original'.
1121
0c7efc08
SM
11222011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * eshell.texi (Known problems): Fix typo.
1125
ea3596a2
MA
11262011-06-12 Michael Albinus <michael.albinus@gmx.de>
1127
0c7efc08 1128 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1129 (Password handling): `auth-source-debug' is good for debug messages.
1130
2da9c605
G
11312011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1132
1133 * gnus.texi (Store custom flags and keywords): Refer to
1134 `gnus-registry-article-marks-to-{chars,names}' instead of
1135 `gnus-registry-user-format-function-{M,M2}'.
1136
e61923c8
GM
11372011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1138
1139 * texinfo.tex: Merge from gnulib.
1140
627abcdd
TZ
11412011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1142
1143 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1144 (Store custom flags and keywords):
1145 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1146 `gnus-registry-user-format-function-M2'.
1147
a3c92bc1
EZ
11482011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1149
8f906c40 1150 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1151
85d870a9
GM
11522011-05-17 Glenn Morris <rgm@gnu.org>
1153
1154 * gnus.texi (Face): Fix typo.
1155
2cdee799
GM
11562011-05-14 Glenn Morris <rgm@gnu.org>
1157
1158 * dired-x.texi (Omitting Examples): Minor addition.
1159
79b70037
GM
11602011-05-10 Jim Meyering <meyering@redhat.com>
1161
1162 * ede.texi: Fix typo "or or -> or".
1163
a7111a62 11642011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1165
1166 * gnus.texi (Summary Buffer Lines):
1167 gnus-summary-user-date-format-alist does not exist.
1168 (Sorting the Summary Buffer): More about sorting threads.
1169
69026aba
MA
11702011-04-25 Michael Albinus <michael.albinus@gmx.de>
1171
1172 * trampver.texi: Update release number.
1173
9024ff79
MA
11742011-04-14 Michael Albinus <michael.albinus@gmx.de>
1175
1176 * tramp.texi (Frequently Asked Questions): New item for disabling
1177 Tramp in other packages.
1178
c3c65d73
TZ
11792011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1180
1181 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1182 (Fancy splitting to parent, Store arbitrary data):
1183 Updated gnus-registry docs.
c3c65d73 1184
9ec6a317
JB
11852011-04-13 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * ede.texi: Fix typos.
1188
1e3b6001
G
11892011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
9ec6a317
JB
1191 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1192 It's @table @code.
1e3b6001 1193
a5954fa5
G
11942011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1195
1196 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1197
d71990a1
JB
11982011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1199
1200 * calc.texi (Logarithmic Units): Update the function names.
1201
1518e4f0
G
12022011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1203
1204 * message.texi (Various Commands): Document format specs in the
1205 ellipsis.
1206
a123622d
G
12072011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1208
1209 * message.texi (Insertion Variables): Document message-cite-style.
1210
12112011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1212
1213 * tramp.texi (Remote processes): New subsection "Running shell on
1214 a remote host".
1215
4248cca2
TZ
12162011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1217
1218 * auth.texi (Help for developers): Update docs to explain that the
1219 :save-function will only run the first time.
1220
54ce11a1
GM
12212011-03-12 Glenn Morris <rgm@gnu.org>
1222
1223 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1224 (emacs-faq.text): New target.
1225 (clean): Add emacs-faq.
1226
0c3b25f8
MA
12272011-03-12 Michael Albinus <michael.albinus@gmx.de>
1228
1229 Sync with Tramp 2.2.1.
1230
1231 * trampver.texi: Update release number.
1232
b740639e
GM
12332011-03-11 Glenn Morris <rgm@gnu.org>
1234
1235 * Makefile.in (HTML_TARGETS): New.
1236 (clean): Delete $HTML_TARGETS.
1237 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1238
733afdf4
TZ
12392011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1240
1241 * auth.texi (Help for developers): Show example of using
1242 `auth-source-search' with prompts and :save-function.
1243
33383987
JB
12442011-03-07 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * Version 23.3 released.
1247
a5057546
G
12482011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1249
1250 * message.texi (Message Buffers): Update default value of
1251 message-generate-new-buffers.
1252
479a2c9b
JB
12532011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1254
1255 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1256 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1257 respectively.
05a29101
JB
1258 (Musical Notes): New section.
1259 (Customizing Calc): Mention the customizable variable
1260 calc-note-threshold.
479a2c9b 1261
e0535b76
GM
12622011-03-03 Glenn Morris <rgm@gnu.org>
1263
1264 * url.texi (Dealing with HTTP documents): Remove reference to
1265 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1266 (Configuration): Update url-configuration-directory description.
e0535b76 1267
2777ccbf
GM
12682011-03-02 Glenn Morris <rgm@gnu.org>
1269
1270 * dired-x.texi (Multiple Dired Directories): Remove mentions
1271 of dired-default-directory-alist and dired-default-directory.
1272 Move dired-smart-shell-command here...
1273 (Miscellaneous Commands): ... from here.
1274
257219bd
PE
12752011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1276
1277 * texinfo.tex: Update to version 2011-02-24.09.
1278
8889f4e2
GM
12792011-03-02 Glenn Morris <rgm@gnu.org>
1280
1281 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1282 instead of the obsoleted dired-omit-here-always.
1283
5d41af19
MA
12842011-02-28 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1287 supported systems.
1288
2b0c7330 12892011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1290
61cf3a76
GM
1291 * dbus.texi (Type Conversion): Grammar fix.
1292
cce7d530 12932011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1294
cce7d530
GM
1295 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1296 "Debian GNU/Linux".
51a13bdd 1297
cce7d530
GM
1298 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1299
817b48a7
GM
13002011-02-23 Glenn Morris <rgm@gnu.org>
1301
cce7d530
GM
1302 * dired-x.texi (Features): Minor rephrasing.
1303 (Local Variables): Fix typos.
47301027
GM
1304
1305 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1306 Standardize some Emacs/XEmacs terminology.
1307
817b48a7
GM
1308 * dired-x.texi (Features): Don't advertise obsolete local variables.
1309 Simplify layout.
1310 (Omitting Variables): Update local variables example.
1311 (Local Variables): Say this is obsolete. Fix description of
1312 dired-enable-local-variables possible values.
1313
4a3988d5
G
13142011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1315
1316 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1317 default now.
1318
8e22bee0
G
13192011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1320
1321 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1322
06b840e0
LI
13232011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1324
1325 * gnus.texi (Window Layout): Document layout names.
1326
67ab0163 13272011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1328
1329 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1330 * auth.texi: Sync @dircategory with ../../info/dir.
1331 * autotype.texi: Sync @dircategory with ../../info/dir.
1332 * calc.texi: Sync @dircategory with ../../info/dir.
1333 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1334 * cl.texi: Sync @dircategory with ../../info/dir.
1335 * dbus.texi: Sync @dircategory with ../../info/dir.
1336 * dired-x.texi: Sync @dircategory with ../../info/dir.
1337 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1338 * ede.texi: Sync @dircategory with ../../info/dir.
1339 * ediff.texi: Sync @dircategory with ../../info/dir.
1340 * edt.texi: Sync @dircategory with ../../info/dir.
1341 * eieio.texi: Sync @dircategory with ../../info/dir.
1342 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1343 * epa.texi: Sync @dircategory with ../../info/dir.
1344 * erc.texi: Sync @dircategory with ../../info/dir.
1345 * eshell.texi: Sync @dircategory with ../../info/dir.
1346 * eudc.texi: Sync @dircategory with ../../info/dir.
1347 * flymake.texi: Sync @dircategory with ../../info/dir.
1348 * forms.texi: Sync @dircategory with ../../info/dir.
1349 * gnus.texi: Sync @dircategory with ../../info/dir.
1350 * idlwave.texi: Sync @dircategory with ../../info/dir.
1351 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1352 * message.texi: Sync @dircategory with ../../info/dir.
1353 * mh-e.texi: Sync @dircategory with ../../info/dir.
1354 * newsticker.texi: Sync @dircategory with ../../info/dir.
1355 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1356 * org.texi: Sync @dircategory with ../../info/dir.
1357 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1358 * pgg.texi: Sync @dircategory with ../../info/dir.
1359 * rcirc.texi: Sync @dircategory with ../../info/dir.
1360 * reftex.texi: Sync @dircategory with ../../info/dir.
1361 * remember.texi: Sync @dircategory with ../../info/dir.
1362 * sasl.texi: Sync @dircategory with ../../info/dir.
1363 * sc.texi: Sync @dircategory with ../../info/dir.
1364 * semantic.texi: Sync @dircategory with ../../info/dir.
1365 * ses.texi: Sync @dircategory with ../../info/dir.
1366 * sieve.texi: Sync @dircategory with ../../info/dir.
1367 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1368 * speedbar.texi: Sync @dircategory with ../../info/dir.
1369 * trampver.texi [emacs]: Set emacsname to "Emacs".
1370 * tramp.texi: Sync @dircategory with ../../info/dir.
1371 * url.texi: Sync @dircategory with ../../info/dir.
1372 * vip.texi: Sync @dircategory with ../../info/dir.
1373 * viper.texi: Sync @dircategory with ../../info/dir.
1374 * widget.texi: Sync @dircategory with ../../info/dir.
1375 * woman.texi: Sync @dircategory with ../../info/dir.
1376
30abce25
GM
13772011-02-19 Glenn Morris <rgm@gnu.org>
1378
0c7efc08
SM
1379 * dired-x.texi (Technical Details): No longer redefines
1380 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1381 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1382
f31f8469
GM
13832011-02-18 Glenn Morris <rgm@gnu.org>
1384
1385 * dired-x.texi (Optional Installation File At Point): Simplify.
1386
35123c04
TZ
13872011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1388
1389 * auth.texi (Help for users): Use :port instead of :protocol for all
1390 auth-source docs.
7ba93e94
G
1391 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1392 to have two files in `auth-sources'.
35123c04 1393
da5e0ce4
GM
13942011-02-16 Glenn Morris <rgm@gnu.org>
1395
b322c9af
GM
1396 * dired-x.texi: Use emacsver.texi to get Emacs version.
1397 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1398 Depend on emacsver.texi.
1399
07ca5555
GM
1400 * dired-x.texi: Drop meaningless version number.
1401 (Introduction): Remove old info.
1402 (Optional Installation Dired Jump): Autoload from dired-x.
1403 Remove incorrect info about loaddefs.el.
1404 (Bugs): Just refer to M-x report-emacs-bug.
1405
da5e0ce4
GM
1406 * dired-x.texi (Multiple Dired Directories): Update for rename of
1407 default-directory-alist.
1408 (Miscellaneous Commands): No longer mention very old VM version 4.
1409
bb55f713
PE
14102011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1411
1412 Merge from gnulib.
1413 * texinfo.tex: Update to version 2011-02-14.11.
1414
5415d076
G
14152011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1416
da5e0ce4
GM
1417 * auth.texi (Help for users):
1418 Login collection is "Login" and not "login".
5415d076 1419
14029d4b
MA
14202011-02-13 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * tramp.texi (History): Remove IMAP support.
1423 (External methods, Frequently Asked Questions): Remove `imap' and
1424 `imaps' methods.
1425 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1426
1427 * trampver.texi: Remove default value of `emacsimap'.
1428
8a36c07f
GM
14292011-02-13 Glenn Morris <rgm@gnu.org>
1430
1431 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1432 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1433
165bc5a0
GM
14342011-02-12 Glenn Morris <rgm@gnu.org>
1435
1436 * sc.texi (Getting Connected): Remove old index entries.
1437
5415d076 14382011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1439
1440 * url.texi: Remove duplicate @dircategory (Bug#7942).
1441
b8e0f0cd
G
14422011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1443
8a36c07f
GM
1444 * auth.texi (Overview, Help for users, Help for developers):
1445 Update docs.
b8e0f0cd
G
1446 (Help for users): Talk about spaces.
1447
caf82551
PE
14482011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1449
1450 * texinfo.tex: Update to version 2011-02-07.16.
1451
1ff98217
MA
14522011-02-07 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * dbus.texi (Bus names): Adapt descriptions for
1455 dbus-list-activatable-names and dbus-list-known-names.
1456
2e78df6b
JB
14572011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1458
1459 * calc.texi (Logarithmic Units): New section.
1460
7fbf7cae
TZ
14612011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1462
1463 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1464 manuals use it now.
1465
0c7efc08 1466 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1467
156ad271
KY
14682011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1469
1470 * overrides.texi: Remove.
1471
1472 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1473 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1474
36539990
MA
14752011-02-05 Michael Albinus <michael.albinus@gmx.de>
1476
1477 * tramp.texi (Frequently Asked Questions): Mention problems with
1478 WinSSHD.
1479
1480 * trampver.texi: Update release number.
1481
14822011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1483
1484 * tramp.texi:
1485 Replace "delimet" with "delimit" globally.
1486 Replace "explicite" with "explicit" globally.
1487 Replace "instead of" with "instead" where there was nothing after "of".
1488 Audit use of comma before interrogative pronoun, "that", or "which".
1489 Minor word order, spelling, wording changes.
1490
ec72bf63
G
14912011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1492
1493 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1494
1495 * sieve.texi: Use WEBHACKDEVEL.
1496
1497 * sasl.texi: Use WEBHACKDEVEL.
1498
1499 * pgg.texi: Use WEBHACKDEVEL.
1500
1501 * message.texi: Use WEBHACKDEVEL.
1502
1503 * gnus.texi: Use WEBHACKDEVEL.
1504
1505 * emacs-mime.texi: Use WEBHACKDEVEL.
1506
1507 * auth.texi: Use WEBHACKDEVEL.
1508
1509 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1510 manuals.
1511
15122011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1513
1514 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1515
90b750f4
PE
15162011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1517
1518 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1519 which in turn is copied from ftp://tug.org/tex/.
1520
0e751a49
GM
15212011-02-03 Glenn Morris <rgm@gnu.org>
1522
1523 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1524 (Binding combinations of modifiers and function keys):
1525 Let's assume people reading this are not using Emacs 18.
1526
7f13c2e2
LI
15272011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1528
1529 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1530 since it's run automatically.
1531
d76c843e
LI
15322011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1533
1534 * gnus.texi (Customizing Articles): Fix typo.
1535
12e3ca0a
LI
15362011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1537
1538 * gnus.texi (Customizing Articles): Document the new way of customizing
1539 the date headers(s).
1540
fe72c8fa
LI
15412011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1542
1543 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1544 splitting example.
1545
bf3dae7e
EZ
15462011-01-29 Eli Zaretskii <eliz@gnu.org>
1547
1548 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1549 (MAKEINFO_OPTS): New variable.
1550 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1551 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1552 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1553 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1554 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1555 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1556 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1557 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1558 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1559 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1560 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1561 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1562 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1563 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1564 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1565 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1566 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1567 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1568
d6f13ac8
LI
15692011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1570
1571 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1572
c5ecc769
G
15732011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1574
1575 * message.texi (IDNA): Explain what it is.
1576
15772011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1578
1579 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1580
45eb2a5d
WL
15812011-01-23 Werner Lemberg <wl@gnu.org>
1582
1583 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1584 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 1585 (ENVADD): Update.
45eb2a5d 1586
6872a814
GM
15872011-01-18 Glenn Morris <rgm@gnu.org>
1588
1589 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1590
77ab81d0 15912011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
1592
1593 * nxml-mode.texi (Introduction): Fix file name typos.
1594
d221e780
CO
15952011-01-13 Christian Ohler <ohler@gnu.org>
1596
1597 * ert.texi: New file.
1598
1599 * Makefile.in:
1600 * makefile.w32-in: Add ert.texi.
1601
8c904d82
MA
16022011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1603
1604 * dbus.texi (Receiving Method Calls): New function
1605 dbus-register-service. Rearrange node.
1606
f56e0e7a
PE
16072011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1610 which in turn is copied from ftp://tug.org/tex/.
1611
0fadf00e
MA
16122011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1613
1614 * dbus.texi (Receiving Method Calls): Describe new optional
1615 parameter dont-register-service of dbus-register-{method,property}.
1616
8b358e90
DU
16172010-12-17 Daiki Ueno <ueno@unixuser.org>
1618
0c7efc08
SM
1619 * epa.texi (Encrypting/decrypting *.gpg files):
1620 Mention epa-file-select-keys.
8b358e90 1621
549c9aed
G
16222010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1623
1624 * gnus.texi (Archived Messages): Remove outdated text.
1625
16262010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1627
0c7efc08 1628 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 1629
156e3f9c
G
16302010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1631
83f3eadc 1632 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 1633
8151d490
AC
16342010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1635
1636 * gnus.texi (The swish++ Engine): Add customizable parameters
1637 descriptions.
1638 (The swish-e Engine): Ditto.
1639
305bdd22
MA
16402010-12-14 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * tramp.texi (Inline methods): Add "ksu" method.
1643 (Remote processes): Add example with remote `default-directory'.
1644
53aff12a
GM
16452010-12-14 Glenn Morris <rgm@gnu.org>
1646
1647 * faq.texi (Expanding aliases when sending mail):
1648 Now build-mail-aliases is interactive.
1649
8a1cdce5
AC
16502010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1651
1652 * gnus.texi: First pass at adding (rough) nnir documentation.
1653
7410c270
G
16542010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1655
53aff12a
GM
1656 * gnus.texi (Filtering New Groups):
1657 Mention gnus-auto-subscribed-categories.
1658 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
1659 removed.
1660
f49d1f52 16612010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
1662
1663 * cl.texi (For Clauses): Small fixes for frames and windows.
1664
acedf35c
CD
16652010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1666
1667 * org.texi (Using capture): Document using prefix arguments for
1668 finalizing capture.
1669 (Agenda commands): Document prefix argument for the bulk scatter
1670 command.
1671 (Beamer class export): Document that also overlay arguments can be
1672 passed to the column environment.
1673 (Template elements): Document the new entry type.
1674
16752010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1676
1677 * org.texi (Include files): Document :minlevel.
1678
16792010-12-11 Julien Danjou <julien@danjou.info>
1680
1681 * org.texi (Categories): Document category icons.
1682
16832010-12-11 Eric Schulte <schulte.eric@gmail.com>
1684
1685 * org.texi (noweb): Fix typo.
1686
516aa569
G
16872010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1688
1689 * gnus.texi (Server Commands): Point to the rest of the server
1690 commands.
1691
04db63bc
G
16922010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1693
1694 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1695 g'.
1696
ed797193
G
16972010-12-02 Julien Danjou <julien@danjou.info>
1698
1699 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1700
17012010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1702
1703 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1704 (Direct Functions): Note the STARTTLS upgrade.
1705
07976ae3 17062010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 1707 James Clark <none@example.com>
d3dfb185
GM
1708
1709 * nxml-mode.texi (Introduction): New section.
1710
59e75882
G
17112010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1712
1713 * gnus.texi (Server Commands): Document gnus-server-show-server.
1714
568a887f
MA
17152010-11-20 Michael Albinus <michael.albinus@gmx.de>
1716
1717 Sync with Tramp 2.2.0.
1718
1719 * trampver.texi: Update release number.
1720
1265829e
JB
17212010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1722
1723 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1724 Mention that the TeX specific units won't use the `tex' prefix
1725 in TeX mode.
1726
239661c0
KY
17272010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1728
1729 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1730
4a47c275 17312010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
1732
1733 * edt.texi: Remove information about Emacs 19.
1734
4a47c275 17352010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
1736
1737 * trampver.texi: Update release number.
1738
2f0e0dc8
KY
17392010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1740
1741 * gnus.texi (Article Washing): Fix typo.
1742
afe98dfa
CD
17432010-11-11 Noorul Islam <noorul@noorul.com>
1744
56f5a94e 1745 * org.texi: Fix typo.
afe98dfa
CD
1746
17472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1748
1749 * org.texi (Using capture): Explain that refiling is
1750 sensitive to cursor position.
1751
17522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1753
56f5a94e 1754 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
1755
17562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1757
1758 * org.texi: Document the <c> cookie.
1759
17602010-11-11 Eric Schulte <schulte.eric@gmail.com>
1761
bd7239f5 1762 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 1763 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
1764
17652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1766
56f5a94e 1767 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
1768
17692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1770
56f5a94e 1771 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
1772
17732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1774
1775 * org.texi (Setting up the staging area): Document that
1776 file names remain visible when encrypting the MobileOrg files.
1777
17782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1779
1780 * org.texi (Setting up the staging area): Document which
1781 versions are needed for encryption.
1782
17832010-11-11 Eric Schulte <schulte.eric@gmail.com>
1784
56f5a94e
GM
1785 * org.texi (noweb): Update :noweb documentation to
1786 reflect the new "tangle" argument.
afe98dfa
CD
1787
17882010-11-11 Eric Schulte <schulte.eric@gmail.com>
1789
56f5a94e
GM
1790 * org.texi (Batch execution): Improve tangling script in
1791 documentation.
afe98dfa
CD
1792
17932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1794
1795 * org.texi (Handling links):
1796 (In-buffer settings): Document inlining images on startup.
1797
17982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1799
1800 * org.texi (Setting up the staging area): Document use of
1801 crypt password.
1802
18032010-11-11 David Maus <dmaus@ictsoc.de>
1804
56f5a94e 1805 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
1806
18072010-11-11 David Maus <dmaus@ictsoc.de>
1808
56f5a94e
GM
1809 * org.texi (Template expansion): Add mew in table for link type
1810 escapes.
afe98dfa
CD
1811
18122010-11-11 David Maus <dmaus@ictsoc.de>
1813
56f5a94e 1814 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
1815
18162010-11-11 Eric Schulte <schulte.eric@gmail.com>
1817
56f5a94e 1818 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
1819
18202010-11-11 Eric Schulte <schulte.eric@gmail.com>
1821
56f5a94e 1822 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
1823
18242010-11-11 Eric Schulte <schulte.eric@gmail.com>
1825
56f5a94e
GM
1826 * org.texi (Structure of code blocks):
1827 Update documentation to mention inline code block syntax.
afe98dfa
CD
1828
18292010-11-11 Eric Schulte <schulte.eric@gmail.com>
1830
56f5a94e 1831 * org.texi (comments): Improve wording.
afe98dfa
CD
1832
18332010-11-11 Eric Schulte <schulte.eric@gmail.com>
1834
56f5a94e 1835 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
1836
18372010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1838
1839 * org.texi (Installation): Remove the special
1840 installation instructions for XEmacs.
1841
18422010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1843
56f5a94e 1844 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
1845 insertion of empty structural elements.
1846
18472010-11-11 Noorul Islam <noorul@noorul.com>
1848
56f5a94e 1849 * org.texi: Fix doc.
afe98dfa
CD
1850
18512010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1852
1853 * org.texi (The date/time prompt): Document specification
1854 of time ranges.
1855
18562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1857
1858 * org.texi (Internal links): Document the changes in
1859 internal links.
1860
18612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1862
1863 * org.texi (Agenda commands): Document the limitation for
1864 the filter preset - it can only be used for an entire agenda
1865 view, not in an individual block in a block agenda.
1866
18672010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1868
1869 * org.texi (iCalendar export): Document alarm creation.
1870
6f8fc60c
MA
18712010-11-10 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1874
be3c11b3
LMI
18752010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
1877 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1878
d607b96b 18792010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 1880
d607b96b 1881 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 1882
181cb5fb
G
18832010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1884
1885 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1886 since that works by default.
1887
18882010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1889
1890 * gnus.texi (Customizing the IMAP Connection): Document
1891 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1892
36bc5d3b
MA
18932010-11-04 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * tramp.texi (Remote shell setup): New item "Interactive shell
1896 prompt". Reported by Christian Millour <cm@abtela.com>.
1897 (Remote shell setup, Remote processes): Use @code{} for
1898 environment variables.
1899
cf503f7c
GM
19002010-11-03 Glenn Morris <rgm@gnu.org>
1901
537b04b9 1902 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 1903 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 1904
389b76fa
G
19052010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1906
1907 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1908
2699a554 19092010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
1910
1911 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1912
2699a554 19132010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
1914
1915 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1916
99e65b2d
G
19172010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1918
0c7efc08
SM
1919 * gnus.texi (Client-Side IMAP Splitting):
1920 Mention nnimap-unsplittable-articles.
99e65b2d
G
1921
19222010-10-29 Julien Danjou <julien@danjou.info>
1923
1924 * gnus.texi (Finding the News): Remove references to obsoletes
1925 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1926
aeeb3dcb
EZ
19272010-10-29 Eli Zaretskii <eliz@gnu.org>
1928
1929 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1930 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1931 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1932 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1933
8289f37b
GM
19342010-10-28 Glenn Morris <rgm@gnu.org>
1935
1936 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1937 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1938 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1939
d85d3b3a
DU
19402010-10-25 Daiki Ueno <ueno@unixuser.org>
1941
1942 * epa.texi (Mail-mode integration): Add alternative key bindings
1943 for epa-mail commands; escape comma.
c05c2b9b 1944 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 1945
9f534a47
JB
19462010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1947
99e65b2d 1948 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 1949
5793a7bc 19502010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
1951
1952 * gnus.texi (Group Parameters, Buttons): Fix typos.
1953
280f417b
G
19542010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1955
1956 * gnus.texi (Subscription Commands): Mention that you can also
1957 subscribe to new groups via the Server buffer, which is probably more
1958 convenient when subscribing to many groups.
1959
d806c872
G
19602010-10-21 Julien Danjou <julien@danjou.info>
1961
1962 * message.texi (Message Headers): Allow message-default-headers to be a
1963 function.
1964
d5798f68
LMI
19652010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1966
1967 * gnus-news.texi: Mention new archive defaults.
1968
b79bbef7
KY
19692010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1972
2526f423
G
19732010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1974
1975 * gnus.texi (HTML): Document the function value of
1976 gnus-blocked-images.
1977 (Article Washing): shr and gnus-w3m, not the direct function names.
1978
ba91f05d
G
19792010-10-20 Julien Danjou <julien@danjou.info>
1980
1981 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1982 variable.
1983
da451787
LMI
19842010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * gnus.texi (Customizing the IMAP Connection): The port strings are
1987 strings.
c872595d 1988 (Document Groups): Mention git.
da451787 1989
7cad71ad
G
19902010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1993 bzr/Gnus git sync.
1994
c56dfd36
EZ
19952010-10-15 Eli Zaretskii <eliz@gnu.org>
1996
1997 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1998 change.
1999
a1d16a7b
G
20002010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2001
2002 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2003 @item syntax for in-Emacs makeinfo.
2004
20052010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2006
2007 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2008 trim sentence.
2009
98e2b864
DU
20102010-10-12 Daiki Ueno <ueno@unixuser.org>
2011
2012 * epa.texi (Caching Passphrases):
0c7efc08
SM
2013 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2014 Clarify some configurations require to set up gpg-agent.
98e2b864 2015
c12e4a81
GM
20162010-10-11 Glenn Morris <rgm@gnu.org>
2017
2018 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2019
f7aa248a
G
20202010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus.texi (Spam Package Introduction): Mention `$'.
2023
6513b232
EZ
20242010-10-09 Eli Zaretskii <eliz@gnu.org>
2025
2026 * makefile.w32-in (emacsdir): New variable.
2027 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2028 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2029
abd40fb4
GM
20302010-10-09 Glenn Morris <rgm@gnu.org>
2031
0f05450f
GM
2032 * Makefile.in (mostlyclean): Delete *.toc.
2033
d3a4ac46
GM
2034 * Makefile.in: Use $< in rules.
2035
aa9db089
GM
2036 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2037
abd40fb4
GM
2038 * Makefile.in ($(infodir)): Delete rule.
2039 (mkinfodir): New. Use it in all the info rules, rather than depending
2040 on infodir.
2041
ea274122
GM
20422010-10-09 Glenn Morris <rgm@gnu.org>
2043
6e90e2a8
GM
2044 * gnus.texi (Article Washing): Fix previous change.
2045
f7a31f11
GM
2046 * Makefile.in (emacsdir): New variable.
2047 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2048 Depend on emacsver.texi.
2049
f7a31f11
GM
2050 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2051
ea274122
GM
2052 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2053
36d3245f
G
20542010-10-08 Julien Danjou <julien@danjou.info>
2055
f7a31f11 2056 * gnus.texi: Add mm-shr.
36d3245f
G
2057
20582010-10-08 Ludovic Courtès <ludo@gnu.org>
2059
2060 * gnus.texi (Finding the Parent, The Gnus Registry)
2061 (Registry Article Refer Method): Update docs for nnregistry.el.
2062
20632010-10-08 Daiki Ueno <ueno@unixuser.org>
2064
2065 * auth.texi (Help for users)
2066 (GnuPG and EasyPG Assistant Configuration): Update docs.
2067
12359245
GM
20682010-10-08 Glenn Morris <rgm@gnu.org>
2069
2070 * cl.texi (Organization, Installation, Old CL Compatibility):
2071 Deprecate cl-compat for new code.
4628bef1 2072 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2073
2074 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2075
fcf2d385
KY
20762010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2077
2078 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2079
66627fa9
G
20802010-10-06 Julien Danjou <julien@danjou.info>
2081
fd9ba500
JD
2082 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2083
66627fa9
G
2084 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2085 broken link.
2086
2087 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2088
2089 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2090 to ReiserFS.
2091
2092 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2093 (FAQ 7-1): Fix getmail URL.
2094
65f54520
DU
20952010-10-06 Daiki Ueno <ueno@unixuser.org>
2096
2097 * epa.texi (Caching Passphrases): New section.
2098
4c83f6e1
GM
20992010-10-06 Glenn Morris <rgm@gnu.org>
2100
2101 * Makefile.in (SHELL): Set it.
2102 (info): Move the mkdir dependency to the individual info files.
2103 (mostlyclean): Tidy up.
2104 (clean): Only delete the specific dvi and pdf files.
2105 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2106 ($(infodir)): Add parallel build workaround.
4c83f6e1 2107
71e691a5
G
21082010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2109
2110 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2111
a41c2e6d
G
21122010-10-03 Julien Danjou <julien@danjou.info>
2113
0c7efc08
SM
2114 * emacs-mime.texi (Display Customization):
2115 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2116 mm-inline-large-images-proportion.
2117
37255945
MA
21182010-10-03 Michael Albinus <michael.albinus@gmx.de>
2119
0c7efc08
SM
2120 * tramp.texi (Frequently Asked Questions):
2121 Mention remote-file-name-inhibit-cache.
37255945 2122
11e4e7bd
LMI
21232010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2126 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2127
cb83220a
KY
21282010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2129
0c7efc08
SM
2130 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2131 (Article Hiding): Add google banner example.
2132 Suggested by Benjamin Xu.
cb83220a 2133
6b958814
G
21342010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2135
0c7efc08
SM
2136 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2137 Remove nnimap-split-rule from examples.
6b958814
G
2138
21392010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140
2141 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2142 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2143 Fishman.
2144 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2145
21462010-09-30 Julien Danjou <julien@danjou.info>
2147
2148 * gnus.texi (Gravatars): Fix documentation about
2149 gnu-gravatar-properties.
2150
b9476c04
DU
21512010-09-29 Daiki Ueno <ueno@unixuser.org>
2152
2153 * epa.texi (Bug Reports): New section.
2154
5f874327
GM
21552010-09-29 Glenn Morris <rgm@gnu.org>
2156
2157 * Makefile.in (top_srcdir): Remove unused variable.
2158
6b958814
G
21592010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2160
2161 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2162 (Client-Side IMAP Splitting): Document 'default.
2163
21642010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2165
0c7efc08
SM
2166 * gnus.texi (Customizing the IMAP Connection):
2167 Document nnimap-fetch-partial-articles.
6b958814 2168
82bccbfa
KY
21692010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2170
2171 * gnus-news.texi: Mention nnimap-inbox.
2172
2173 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2174
21752010-09-26 Julien Danjou <julien@danjou.info>
2176
47e08896 2177 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2178
21792010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180
2181 * gnus.texi (Security): Remove gpg.el mention.
2182
21832010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2184
2185 * gnus.texi (Browse Foreign Server): New variable
2186 gnus-browse-subscribe-newsgroup-method.
2187
2188 * gnus-news.texi: Mention it.
2189
21902010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2191
0c7efc08 2192 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2193 (Startup Variables): No jingle.
2194
4c964351
UM
21952010-09-25 Ulrich Mueller <ulm@gentoo.org>
2196
2197 * woman.texi (Interface Options): xz compression is now supported.
2198
82bccbfa
KY
21992010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
2201 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2202 (Unavailable Servers): Document gnus-server-copy-server.
2203 (Using IMAP): Document the new nnimap.
2204
22052010-09-25 Julien Danjou <julien@danjou.info>
2206
47e08896 2207 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2208
18778f71
GM
22092010-09-24 Glenn Morris <rgm@gnu.org>
2210
2211 * url.texi (Disk Caching): Tweak previous change.
2212
9c766321
JD
22132010-09-24 Julien Danjou <julien@danjou.info>
2214
2215 * url.texi (Disk Caching): Mention url-cache-expire-time,
2216 url-cache-expired, and url-fetch-from-cache.
2217
82bccbfa
KY
22182010-09-24 Julien Danjou <julien@danjou.info>
2219
2220 * gnus.texi: Add Gravatars.
2221
22222010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2223
2224 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2225
592bdb9a
LMI
22262010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2227
2228 * gnus.texi (Expunging mailboxes): Update name of the expunging
2229 command.
2230
e4e22d29
KY
22312010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2232
2233 * emacs-mime.texi (rfc2047): Update description for
2234 rfc2047-encode-parameter.
2235
371d9801
MA
22362010-09-13 Michael Albinus <michael.albinus@gmx.de>
2237
2238 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2239 "fish" methods.
2240 (External methods): Remove "scp1_old" and "scp2_old" methods.
2241
31ae5827
MA
22422010-09-09 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * tramp.texi: Remove Japanese manual. Fix typo.
2245
2246 * trampver.texi: Update release number. Remove japanesemanual.
2247
c0468714
GM
22482010-09-09 Glenn Morris <rgm@gnu.org>
2249
2250 * org.texi: Restore clobbered changes (copyright years, untabify).
2251
86441999
JD
22522010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2253
2254 * gnus.texi (Adaptive Scoring): Fix typo.
2255
25f28806
LMI
22562010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
2258 * gnus.texi (Article Display): Document gnus-html-show-images.
2259
45240125 22602010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2261
45240125
JD
2262 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2263
59d09f15
LMI
22642010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2265
2266 * gnus.texi (HTML): Document gnus-max-image-proportion.
2267
2cdd366f
KY
22682010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
51dee5ef
KY
2270 * gnus.texi (HTML): Document gnus-blocked-images.
2271
2cdd366f
KY
2272 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2273
b0e4f3fc
KY
22742010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2275
2276 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2277 the first message are used for wide replies.
f02566ce
KY
2278 (Changing Servers): Remove documentation on gnus-change-server and
2279 friends, since it's been removed.
b0e4f3fc 2280
598451ed
KY
22812010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2282
2283 * gnus.texi (Drafts): Mention B DEL.
2284
e7842e69
KY
22852010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2286
2287 * gnus.texi (Delayed Articles): Mention that the Date header is the
2288 original one, even if you delay.
2289
85115796
KY
22902010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2291
0c7efc08
SM
2292 * gnus.texi (Asynchronous Fetching):
2293 Document gnus-async-post-fetch-function.
85115796
KY
2294 (HTML): Made into its own section.
2295
f0b44bc0
MA
22962010-08-26 Michael Albinus <michael.albinus@gmx.de>
2297
2298 Sync with Tramp 2.1.19.
2299
217876c9 2300 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2301 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2302 Remove remark about doubled "-t" argument.
217876c9
MA
2303 (Auto-save and Backup): Remove reference to Emacs 21.
2304 (Filename Syntax): Describe port numbers.
2305 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2306 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2307 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2308 errors with the backquotes.
2309 (External packages): File attributes cache flushing for asynchronous
2310 processes.
2311 (Traces and Profiles): Describe verbose level 9.
2312
f0b44bc0
MA
2313 * trampver.texi: Update release number.
2314
7457f7b6
MA
23152010-08-23 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * dbus.texi (Alternative Buses): New chapter.
2318
b695beda
SM
23192010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2322
443c2c03
JB
23232010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2324
2325 * calc.texi (Customizing Calc): Rearrange description of new
2326 variables to match the presentation of other variables.
2327
7815fe19 23282010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2329
2330 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2331
2c695727
JB
23322010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2333
2334 * calc.texi (Making Selections, Selecting Subformulas)
2335 (Customizing Calc): Mention how to use faces to emphasize selected
2336 sub-formulas.
2337
bbb6ffa1
MA
23382010-08-05 Michael Albinus <michael.albinus@gmx.de>
2339
2340 * tramp.texi (External packages): File attributes cache flushing
2341 for asynchronous processes.
2342
5cee0a9c
AM
23432010-08-01 Alan Mackenzie <acm@muc.de>
2344
2345 Enhance the manual for the latest Java Mode.
2346
2347 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2348 annotation-var-cont.
2349 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2350 two new symbols.
2351
3f2afe32
MA
23522010-07-28 Michael Albinus <michael.albinus@gmx.de>
2353
2354 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2355
0ed082fe 23562010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2357
2358 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2359
311f0356
JB
23602010-07-19 Juanma Barranquero <lekktu@gmail.com>
2361
2362 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2363
86fbb8ca
CD
23642010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2365
2366 * org.texi: Add macros to get plain quotes in PDF output.
2367 List additional contributors.
2368 (Capture): New section, replaces the section about remember.
2369 (Working With Source Code): New chapter, focused on documenting Org
2370 Babel.
2371 (Code evaluation security): New section.
2372 (MobileOrg): Document DropBox support.
2373 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2374 (Special symbols): Show how to display UTF8 characters for entities.
2375 (Global TODO list): Clarify the use of the "M" key and the differences
2376 to the "m" key.
2377 (RSS Feeds): Mention Atom feeds as well.
2378 (Setting tags): Remove paragraph about
2379 `org-complete-tags-always-offer-all-agenda-tags'.
2380
5732e8ed
MA
23812010-07-17 Michael Albinus <michael.albinus@gmx.de>
2382
2383 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2384 argument.
2385 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2386 echoing shells.
2387
ca1bb391
MA
23882010-07-10 Michael Albinus <michael.albinus@gmx.de>
2389
2390 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2391 (Filename Syntax): Describe port numbers.
2392
5bd55c3c
MA
23932010-07-09 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2396 forgotten.
2397 (Type Conversion): Precise conversion of natural numbers.
2398 (Errors and Events): Add "debugging" to concept index. Add variable
2399 `dbus-debug'.
2400
820ae8fe
MA
24012010-07-04 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * dbus.texi (Receiving Method Calls): Add optional argument
2404 EMITS-SIGNAL to `dbus-register-property'.
2405
b6f9df0f
JB
24062010-06-27 Alex Schroeder <alex@gnu.org>
2407
2408 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2409
62e034c2
GM
24102010-06-24 Glenn Morris <rgm@gnu.org>
2411
2412 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2413 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2414 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2415 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2416 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2417 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2418 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2419 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2420 convention. Make them end with a period.
2421
9360256a
GM
24222010-06-23 Glenn Morris <rgm@gnu.org>
2423
2424 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2425 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2426 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2427 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2428 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2429 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2430
04d3bb6c
GM
24312010-06-10 Glenn Morris <rgm@gnu.org>
2432
2433 * idlwave.texi (Load-Path Shadows):
2434 * org.texi (Handling links): Fix typos.
2435
5e7d4a75
KY
24362010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2437
2438 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2439
9841cb4f
MA
24402010-05-26 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2443 by an alias. (Bug#6226)
2444
597517ef
JB
24452010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2446
2447 * calc.texi (Manipulating Vectors): Mention that vectors can
2448 be used to determine bins for `calc-histogram'.
2449
14914c43
JB
24502010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2451
597517ef 2452 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2453
0235128c 24542010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2455
2456 * url.texi (HTTP language/coding, Customization):
2457 * message.texi (Header Commands, Responses):
2458 * cl.texi (Argument Lists): Fix typos.
2459
0235128c 24602010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2461
0235128c
SM
2462 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2463 Note that Development menu is always available.
aa5789b5
CY
2464 (Creating a project): Fix terminology.
2465 (Add/Remove files): Fix typo.
2466
0235128c
SM
24672010-05-07 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * Version 23.2 released.
2470
a628ad9d 24712010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2472
2473 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2474
502269d6
MA
24752010-05-01 Michael Albinus <michael.albinus@gmx.de>
2476
0235128c
SM
2477 * tramp.texi (Inline methods, Default Method):
2478 Mention `tramp-inline-compress-start-size'.
502269d6 2479
6e104790 24802010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2481
2482 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2483 the CVS repo. Put the Git repo in the news section.
2484
6e104790 2485 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2486 Removed some mentions of CVS. Mention the new Git repo.
2487
6e104790 24882010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2489
2490 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2491 (Mail Group Commands): Add index entry.
2492
6e104790 24932010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2494
2495 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2496
f8b91752
JB
24972010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2498
2499 * calc.texi (Radix modes): Mention that the option prefix will
2500 turn on twos-complement mode.
2501 (Inverse and Hyperbolic Flags): Mention the Option flag.
2502
ed21c5c8
CD
25032010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2504
2505 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2506 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2507 (Sectioning structure): Update.
2508 (References): New use case for field coordinates.
6e104790 2509 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2510 (Setting up the staging area): Document the availability of
2511 encryption for MobileOrg.
2512 (Images and tables): Document how to reference labels.
2513 (Index entries): New section.
2514 (Generating an index): New section.
2515 (Column width and alignment): Document that <N> now
2516 means a fixed width, not a maximum width.
2517 (Publishing options): Document the :email option.
2518 (Beamer class export): Fix bug in the BEAMER example.
2519 (Refiling notes): Document refile logging.
2520 (In-buffer settings): Document refile logging keywords.
2521 (Drawers): Document `C-c C-z' command.
2522 (Agenda commands): Mention the alternative key `C-c C-z'.
2523 (Special properties): Document the BLOCKED property.
2524 (The spreadsheet): Mention the formula editor.
2525 (References): Document field coordinates.
2526 (Publishing action): Correct the documentation for the
2527 publishing function.
2528 (The date/time prompt): Document that we accept dates
2529 like month/day/year.
2530 (Cooperation): Document the changes in table.el support.
2531 (Faces for TODO keywords, Faces for TODO keywords)
2532 (Priorities): Document the easy colors.
2533 (Visibility cycling): Document the new double prefix
2534 arg for `org-reveal'.
2535 (Cooperation): Remember.el is part of Emacs.
2536 (Clean view): Mention that `wrap-prefix' is also set by
2537 org-indent-mode.
2538 (Agenda commands): Add information about prefix args to
2539 scheduling and deadline commands.
2540 (Search view): Point to the docstring of
2541 `org-search-view' for more details.
6e104790 2542 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
2543 (Setting tags): Document variable
2544 org-complete-tags-always-offer-all-agenda-tags.
6e104790 2545 (Column attributes): Cross-reference special properties.
ed21c5c8 2546
456b348e
MA
25472010-04-10 Michael Albinus <michael.albinus@gmx.de>
2548
2549 Synchronize with Tramp repository.
2550
2551 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
2552 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2553 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
2554 syntax, texi2dvi reports errors with the backquotes.
2555
2556 * trampver.texi: Update release number.
2557
357e2d8e
KY
25582010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2559
2560 * gnus.texi (Finding the News): Add pointers to the Server buffer
2561 because it's essential.
2562
1d4d7664
KY
25632010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2564
2565 * gnus.texi (MIME Commands): Update description of
2566 gnus-article-browse-html-article.
2567
bd3e840f
KY
25682010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2569
2570 * auth.texi (Secret Service API): Add TODO node.
2571 (Help for users): Explain the new source options for `auth-sources'.
2572
e867cb5d 25732010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2574
2575 * trampver.texi: Update release number.
2576
288f9fc0
CY
25772010-03-10 Chong Yidong <cyd@stupidchicken.com>
2578
2579 * Branch for 23.2.
2580
d99aaebd
CY
25812010-03-03 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2584 now enabled by default.
2585
5794c2a5
MA
25862010-02-28 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2589 when Emacs runs in interactive mode. (Bug#5645)
2590
40572be6
GM
25912010-02-16 Glenn Morris <rgm@gnu.org>
2592
2593 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2594
7bb8ed67
MH
25952010-02-05 Mark A. Hershberger <mah@everybody.org>
2596
2597 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2598
45a1423d 25992010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
2600
2601 * gnus.texi (Score File Format): Fix typo.
2602
45a1423d 26032010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
2604
2605 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2606
14f17fc8
JB
26072010-01-18 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * ada-mode.texi (Project File Overview): Fix typo.
2610
607d4369
CY
26112010-01-17 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * semantic.texi: Add Richard Y. Kim credit.
2614
2615 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2616
3d1bfa99
MA
26172010-01-17 Michael Albinus <michael.albinus@gmx.de>
2618
2619 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 2620 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 2621
6fbf7a75
GM
26222010-01-17 Glenn Morris <rgm@gnu.org>
2623
b9f978f0
GM
2624 * calc.texi (Reporting Bugs): Don't mention format of repository.
2625
f19bc38d
GM
2626 * woman.texi (Bugs): Make "Emacs repository" less specific,
2627 and the URL for same more specific.
2628
6fbf7a75
GM
2629 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2630
16c3428a
JB
26312010-01-17 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * ede.texi (ede-step-project, ede-proj-target):
2634 * tramp.texi (Remote processes): Fix typos.
2635
045b9da7
ML
26362010-01-16 Mario Lang <mlang@delysid.org>
2637
2638 * ede.texi (ede-target):
2639 * org.texi (Refiling notes): Remove duplicated words.
2640
c57008f6
SM
26412010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * gnus.texi (Posting Styles): Use with-current-buffer.
2644 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2645
798c9eb5
KR
26462010-01-02 Kevin Ryde <user42@zip.com.au>
2647
2648 * eieio.texi (Naming Conventions): Correction to xref on elisp
2649 coding conventions, is "Tips" node not "Standards".
2650
4970fbfe
CY
26512009-12-24 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2654
2655 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2656
83828b06
KY
26572009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2658
2659 * gnus.texi (Direct Functions): Add missing port number to tls method.
2660
45a4a565
JB
26612009-12-15 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2664 ($(infodir)/edt, edt.dvi): New targets.
2665
698bfef7
GM
26662009-12-15 Glenn Morris <rgm@gnu.org>
2667
2668 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2669 (edt, $(infodir)/edt, edt.dvi): New targets.
2670 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2671
2672 * Makefile.in (PDF_TARGETS, pdf): New.
2673 (clean): Add *.pdf.
2674 Add pdf rules for all manuals.
2675
0e983327
JB
26762009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2677
2678 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2679
8e687433
CY
26802009-12-14 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2683 (Smart Jump, Analyzer Debug): Copyedits.
2684 (Semantic mode user commands): Link to new nodes.
2685 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2686 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2687 upstream Semantic manual.
2688
2689 * semantic.texi (Introduction): Minor fix to diagram.
2690
020335df
MA
26912009-12-09 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * eshell.texi (History): Add the other built-in variables.
2694 (Built-ins): Explain built-ins, and how to apply the external commands.
2695 Add `history', `su' and `sudo'.
2696
2697 * tramp.texi (Remote processes): Add missing <RET> in the example.
2698
6ddf13e4
BW
26992009-12-01 Bill Wohler <wohler@newt.com>
2700
2701 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 2702 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
2703 excessively garrulous.
2704
07b6428c
MA
27052009-11-29 Michael Albinus <michael.albinus@gmx.de>
2706
2707 * tramp.texi (Remote processes): Improve eshell example with "su"
2708 and "sudo" commands.
2709
fd1cefda
CY
27102009-11-28 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2713
2714 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2715 Document semantic-complete-analyze-inline.
2716 (Semanticdb search debugging commands): Minor clarification.
2717 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 2718 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 2719 manual.
9d542758 2720 (Semantic mode): Link to Idle Scheduler.
fd1cefda 2721
159e3ad5
KR
27222009-11-28 Kevin Ryde <user42@zip.com.au>
2723
2724 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 2725 @pxref, now EIEIO is in Emacs.
159e3ad5 2726
c6d47315
KR
2727 * erc.texi (Development): Correction to git tutorial url.
2728
16f6287e
GM
27292009-11-26 Glenn Morris <rgm@gnu.org>
2730
2731 * faq.texi (Latest version of Emacs): Mention stability of development
2732 version.
2733 (Problems with very large files): Max buffer size increase in 23.2.
2734 (VM): VM has moved house again.
2735
5ea5dbc9
JB
27362009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2737
2738 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2739 notations.
2740
5dec9555
CD
27412009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2742
45a4a565 2743 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 2744
bd6f6833
CY
27452009-11-20 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
2748 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2749 (Idle Completions Mode): Numerous copyedits.
bd6f6833 2750
be479117
JB
27512009-11-17 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * semantic.texi (Semantic Internals, Glossary):
2754 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2755 (Semanticdb search debugging commands): Fix typos.
2756
17291a1f
JB
27572009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2758
be479117 2759 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 2760
af42a9cc
JB
27612009-11-16 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2764 ($(infodir)/semantic, semantic.dvi): New targets.
2765
3149927d
CY
27662009-11-16 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * Makefile.in: Build the Semantic manual.
2769
2770 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2771 repository.
2772
977640ed
MA
27732009-11-16 Michael Albinus <michael.albinus@gmx.de>
2774
2775 * dbus.texi (Receiving Method Calls): New defun
2776 `dbus-unregister-service'.
2777
17673adf
CD
27782009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2779
2780 * org.texi (Speed keys): New section.
2781
0ecd3c90
MA
27822009-11-13 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * dbus.texi (Type Conversion): Fix typo.
2785 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2786 `dbus-registered-objects-table'.
0c7efc08
SM
2787 (Receiving Method Calls): New defun `dbus-register-property'.
2788 Move `dbus-unregister-object' here.
0ecd3c90 2789
8bfe682a
CD
27902009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2791
2792 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2793
27942009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2795
2796 * org.texi (Column attributes): Add the new age summary operators.
2797 Also, mention the fact you can only use one summary operator per
2798 property.
2799
28002009-11-13 John Wiegley <johnw@newartisans.com>
2801
0c7efc08 2802 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 2803 manual about how to track habits.
0c7efc08 2804 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
2805 dangling clocks are resolved.
2806
28072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2808
2809 * org.texi (Agenda commands): Document the new `i' command.
2810 (Inserting deadline/schedule): Document logging changes
2811 of scheduling and deadline times stamps.
2812 (In-buffer settings): Document the in-buffer keywords for logging
2813 changes of scheduling and deadline times stamps.
2814 (Structure editing, Plain lists): Document indentation
2815 cycling in empty entries with TAB.
2816 (Archiving): Document the default archiving command.
2817 (Moving subtrees): Document the new keys for archiving.
2818 (Internal archiving): Fix incorrect key.
2819 (Agenda commands): Document the TODO set switching commands.
2820 (Agenda commands): Document the new archiving keys.
2821 (Clocking work time): Better description on how to save
2822 and restore a clock.
2823 (Resolving idle time): Mention the x11idle program to get true
2824 idleness also under X11.
2825 (Resolving idle time): Use @kbd instead of @key for normal
2826 letters, because this is how he rest of the manual does this.
2827 (Pushing to MobileOrg): Mention that `org-directory'
2828 should be set.
2829 (Agenda commands): Document that SPC is a filter for
2830 any tag.
0c7efc08 2831 (Search view): Rename from "Keyword search".
8bfe682a
CD
2832 (Capure): New chapter.
2833 (Markup): New chapter.
0c7efc08
SM
2834 (Links in HTML export, Images in HTML export):
2835 Extend the section titles.
8bfe682a
CD
2836 (Images in HTML export): Document the align option.
2837 (Text areas in HTML export): Extend the section title.
2838 (Images in LaTeX export): Explain image placement in LaTeX.
2839
693737cd
GM
28402009-11-10 Glenn Morris <rgm@gnu.org>
2841
2842 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2843
c7bd4ebe
MA
28442009-11-08 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * tramp.texi (Auto-save and Backup): Disable backups just for a
2847 method.
2848
2849 * trampver.texi: Update release number.
2850
76c5acad
MA
28512009-11-07 Michael Albinus <michael.albinus@gmx.de>
2852
2853 Sync with Tramp 2.1.17.
2854
2855 * trampver.texi: Update release number.
2856
d9a57abf
GM
28572009-10-29 Glenn Morris <rgm@gnu.org>
2858
2859 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2860
637f4f0f
MA
28612009-10-23 Michael Albinus <michael.albinus@gmx.de>
2862
2863 * tramp.texi (External methods): Temporary files are kept for
2864 `rsync' and `rsyncc' methods.
2865
310dbb05
JB
28662009-10-09 Juanma Barranquero <lekktu@gmail.com>
2867
2868 * eieio.texi: Fix typos.
2869
09094f28
CY
28702009-10-07 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2873
216f299a
JB
28742009-10-07 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2877 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2878
966a6506
CY
28792009-10-07 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * Makefile.in: Build EIEIO and EDE manuals.
2882
28832009-10-07 Eric Ludlam <zappo@gnu.org>
2884
2885 * eieio.texi:
2886 * ede.texi: New files.
2887
8842cd9b
MA
28882009-10-05 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * tramp.texi (Remote processes): Association of a pty is not supported.
2891
7006d207
CD
28922009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2893
2894 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2895 (Processing LaTeX fragments): Document that the size of images can be
2896 changes using the variable `org-format-latex-options'.
2897 (The date/time prompt, Timestamps): Be more accurate over ISO format
2898 dates and times.
2899 (Visibility cycling): Document showeverything keyword.
2900 (In-buffer settings): Document showeverything keyword.
2901 (Setting up the staging area): Fix the example.
2902 (MobileOrg): New section.
2903 (Agenda commands, Exporting Agenda Views): Document exporting the
2904 agenda view to Org files.
2905
0e7b2867
MA
29062009-09-28 Michael Albinus <michael.albinus@gmx.de>
2907
2908 * tramp.texi (History): Add IMAP support.
2909 (External methods): Add `imap' and `imaps' methods.
2910 (GVFS based methods): Add indices for `davs'.
2911 (Password handling): Rename anchors. Add IMAP entries for
2912 ~/.authinfo.gpg.
2913
2914 * trampver.texi: Set default value of `emacsimap'.
2915
4146636e
KY
29162009-09-22 Daiki Ueno <ueno@unixuser.org>
2917
2918 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2919
d22f7ffa
CY
29202009-09-13 Chong Yidong <cyd@stupidchicken.com>
2921
0c7efc08
SM
2922 * dired-x.texi (Technical Details):
2923 Delete dired-up-directory (Bug#4292).
d22f7ffa 2924
66043531
MA
29252009-09-03 Michael Albinus <michael.albinus@gmx.de>
2926
216f299a 2927 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 2928
6eb02347
CD
29292009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2930
2931 * org.texi (Effort estimates): Document new effort setting commands.
2932 (Agenda commands): Document the new keys fro agenda time motion.
2933 Document entry text mode. Improve documentation of the keys to include
2934 inactive time stamps into the agenda view.
2935 (Feedback): Document the new bug report command.
0c7efc08 2936 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 2937
38dc51ba
KY
29382009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2939
2940 * auth.texi (Help for users): Corrected markup.
2941
e402f452
GM
29422009-09-02 Glenn Morris <rgm@gnu.org>
2943
2944 * emacs-mime.texi (time-date): Mention float-time.
2945
744256cf
JB
29462009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2947
2948 * calc.texi (Simplifying Formulas): Improve the wording.
2949
b0b63450
MB
29502009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2951
2952 * auth.texi: Rewritten for coverage and clarity.
2953
29542009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2955
0c7efc08
SM
2956 * gnus.texi (Expiring Mail):
2957 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
2958 (Various Various): Mention gnus-safe-html-newsgroups.
2959
2960 * gnus-news.texi: Mention
2961 gnus-mark-copied-or-moved-articles-as-expirable.
2962
2963 * emacs-mime.texi (Display Customization): Add xref to
2964 gnus-safe-html-newsgroups.
2965
b59329e0
MA
29662009-08-28 Michael Albinus <michael.albinus@gmx.de>
2967
2968 * tramp.texi (Version Control): Remove.
af42a9cc 2969 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
2970 reference.
2971 (External methods): Correct `scpc' concept index entries. New method
2972 `rsyncc'.
2973 (External packages): New subsections "Filename completion" and "File
2974 attributes cache".
2975
0ff2d6c2
JB
29762009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2977
2978 * calc.texi (Rewrite Rules): Improve the example.
2979 (Simplifying Formulas): Explain use of the I and H flags for
2980 simplification.
2981
ecd3d54f
MA
29822009-08-25 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 2985 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
2986 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2987 for timeout values.
78176e69
MA
2988 (Top): Remove footnote saying D-Bus is not enabled by
2989 default. (Bug#4256)
ecd3d54f 2990
0f215bca
DU
29912009-08-23 Daiki Ueno <ueno@unixuser.org>
2992
2993 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 2994 Reported by Jari Aalto (Bug#4211).
0f215bca 2995 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 2996 epa-global-mail-mode.
3b7ab45f
DU
2997 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2998 epa-setup.
0f215bca 2999
4f22e84d
MA
30002009-08-16 Michael Albinus <michael.albinus@gmx.de>
3001
3002 * dbus.texi (Asynchronous Methods): Allow nil handler.
3003
9ff0b02b 30042009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3005
26b03ee3 3006 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3007
26b03ee3 3008 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3009
4c39f404
CY
30102009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3011
3012 * calc.texi (Date Forms): Fix typos.
3013
3bcfba17
GM
30142009-08-08 Glenn Morris <rgm@gnu.org>
3015
3016 * org.texi (Agenda commands): Restore clobbered change.
3017
66783bb4
EZ
30182009-08-07 Eli Zaretskii <eliz@gnu.org>
3019
3020 * calc.texi (Graphics, Devices): Update with the peculiarities of
3021 operation on MS-Windows.
3022
c8d0cf5c
CD
30232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3024
3025 * org.texi (Publishing action): Improve documentation of file
3026 names when publishing to the source directory.
3027 (Clean view): Document `org-indent-mode'.
3028 (Clocking work time): Add documentation for the
3029 new :timetamp option when creating a clock report.
3030 (Paragraphs): Fix many typos.
3031 (Plain lists): Remove duplicate explanation about the
3032 `C-c *' command.
3033 (Literal examples): Update to reflect the new behavior
3034 of the -n -r -k switches when exporting source code examples.
3035 (Structure editing): Add information about `C-c *',
3036 converting a plain list into a list of Org items.
3037 (Remember): Small rephrasing of the paragraph
3038 describing remember.el. Also mentioned that remember.el is part
3039 of Emacs 23, not Emacs 22.
3040 (Clocking work time): Add documentation about
3041 displaying the current clocking time against the effort estimate.
3042 Also add a footnote about using `org-clock-in-prepare-hook' to add
3043 an effort estimate on the fly, just before clocking it.
3044 (Footnotes): Document automatic renumbering and
3045 sorting.
3046 (Agenda commands): Document new bulk commands.
3047 (Plain lists): Document new behavior of
3048 `org-cycle-include-plain-lists'.
4e2af782 3049 Hyphenation only in TeX.
c8d0cf5c
CD
3050 (Clocking work time): Document the key to update effort
3051 estimates.
3052 (Clocking work time): Document the clock time display.
3053 (Structure editing, TODO basics): Document new
3054 variables.
3055 (Column attributes): Document new colciew operators.
3056 (Publishing options): Document :xml-declaration.
3057 (Tracking TODO state changes): Document the
3058 LOG_INTO_DRAWER property.
3059 (Literal examples): Document the new implementation for
3060 editing source code.
3061 (Publishing action): Mention the new publishing
3062 function, to publish an Org source file.
3063 (Publishing links): Mention how to link to an Org source file.
3064 (Macro replacement): Document new macros.
3065 (Handling links): Document type-specific completion
3066 when inserting links.
3067 (Structure editing, Plain lists): Improve documentation
3068 on sorting.
3069 (Internal links): Document custom ids for links.
3070 (Handling links): Document custom ids for links.
3071 (CSS support): Document new class.
3072 (Refiling notes): Document the possibility to create new nodes
3073 during refiling.
3074 (Agenda commands): Document the "?" operator to find
3075 tasks without effort setting.
3076 (Exporting agenda information): Section moved.
3077 (RSS Feeds): New section.
3078 (Built-in table editor): Document M-e and M-a navigate
3079 inside table field.
3080 (Stuck projects): Docment that projects identified as
3081 un-stuck will still be searchd for stuck sub-projects.
3082 (Paragraphs): Document centering.
3083 (Creating timestamps, Agenda commands): Document new
3084 behavior when changing time stamps.
3085 (Structure editing): Document the new command
3086 `org-clone-subtree-with-time-shift'.
3087 (Publishing): Refresh this chapter.
3088 (Export options, Export options, In-buffer settings):
3089 Document the new keywords.
3090 (Matching tags and properties): Collect all
3091 documentation about tags/property matches here.
3092 (Setting tags): Document `org-tag-persistent-alist'.
3093 (Weekly/daily agenda): New section.
3094 (Orgstruct mode): Describe `orgstruct++-mode'.
3095 (Drawers): Mention the LOGBOOK drawer.
3096 (Export options, Sectioning structure): Document the
3097 #+LEATEX_HEADER in-buffer setting.
3098 (Bugs): Section removed.
3099 (Hooks): New section.
0c7efc08 3100 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3101 (Context-sensitive commands): New section.
3102 (Setting tags): Document newline option.
3103 (Global TODO list, Matching tags and properties):
3104 Mention more variables.
3105 (Checkboxes): Update to changed command behavior.
81a5560e 3106
40d2791f
CY
31072009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3108
3109 * speedbar.texi (Basic Key Bindings): Fix typo.
3110
65d0154b
JB
31112009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3112
3113 * calc.texi (Vector/Matrix Functions): Add index entries for both
3114 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3115 affects matrices with more than one row.
b5bdfd9f 3116 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3117
5a9e3ab7
JB
31182009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3119
3120 * calc.texi (Stack Manipulation Commands): Add documentation for
3121 `calc-transpose-lines'
3122
42fb7e61
MA
31232009-07-27 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * dbus.texi (Receiving Method Calls): Describe special return value
3126 `:ignore'.
3127
574b69d5
AM
31282009-07-24 Alan Mackenzie <acm@muc.de>
3129
3130 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3131 initialization, any individual variable setting now takes precedence
3132 over one done via c-file-style/c-file-offsets.
3133
ec06459c
JB
31342009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3135
3136 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3137 truncated when Calc is quit.
3138 (Customizing Calc): Document `calc-undo-length'.
3139
4ce54f6b
CY
31402009-07-20 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3143
0e4f8ba5
GM
31442009-07-11 Kevin Ryde <user42@zip.com.au>
3145
3146 * pcl-cvs.texi (About PCL-CVS):
3147 * widget.texi (Basic Types):
3148 Fix cross-references.
3149
fa0f81b0
AS
31502009-07-01 Andreas Schwab <aschwab@redhat.com>
3151
3152 * dbus.texi (Type Conversion): Don't use literal control character.
3153
88a683c5
MA
31542009-07-01 Michael Albinus <michael.albinus@gmx.de>
3155
3156 * tramp.texi (GVFS based methods): New section.
3157 (Remote processes): Processes for GVFS based methods run locally.
3158
36c8febb
MA
31592009-06-30 Michael Albinus <michael.albinus@gmx.de>
3160
0c7efc08
SM
3161 * tramp.texi (Inline methods, External methods, Gateway methods):
3162 Avoid the words "kludge" and hack".
36c8febb
MA
3163 (External methods): Add `synce' method.
3164
3165 * trampver.texi: Update release number.
3166
d6b951bb
MA
31672009-06-22 Michael Albinus <michael.albinus@gmx.de>
3168
3169 Sync with Tramp 2.1.16.
3170
3171 * tramp.texi (History): Add GVFS support.
3172 (External methods): Precise `rsync' description. Add `dav', `davs' and
3173 `obex' methods. Add 'tramp-gvfs-methods' option.
3174 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3175 forms.
3176 (Remote Programs): Introduce `tramp-own-remote-path'.
3177 (Remote processes): New subsection "Running remote programs that create
3178 local X11 windows".
3179 (Frequently Asked Questions): Improve code for disabling vc.
3180
3181 * trampver.texi: Update release number. Set default value of
3182 `emacsgvfs'.
3183
70243478
CY
31842009-06-21 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * Branch for 23.1.
3187
54b31cbf
GM
31882009-06-17 Glenn Morris <rgm@gnu.org>
3189
3190 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3191 (Latest version of Emacs): Mention source code repository.
3192
f6adc23c
GM
31932009-06-16 Glenn Morris <rgm@gnu.org>
3194
3195 * faq.texi (Top): Language tweak.
3196 (Extended commands): Most people have arrow keys.
3197 (Emacs manual): Say how to follow info links.
3198 (File-name conventions): Change title a bit. Explain about source
3199 versus installed. Condense etc description.
3200 (Guidelines for newsgroup postings): Mention Savannah list page.
3201 (Newsgroup archives): Simplify.
3202 (Contacting the FSF): Add contact URL.
3203 (Emacs Lisp documentation): Printed version not always available.
3204 (Installing Texinfo documentation): Explain how by hand installation is
3205 not normally needed. Use add-to-list. Remove duplicate reference.
3206 (Informational files for Emacs): Move info on Help menu here from
3207 "File-name conventions".
3208 (Help installing Emacs): Tweak uref.
3209 (Obtaining the FAQ): Mention repository.
3210 (Origin of the term Emacs): Explain "ITS".
3211 (Changing load-path): Use add-to-list.
3212 (Automatic indentation): Clarify this is for Text mode.
3213 Don't mention Indented Text mode.
3214 (Finding Emacs on the Internet): The FSF does not seem to offer a
3215 deluxe distribution on CD anymore.
3216
b59a8457
GM
32172009-06-16 Glenn Morris <rgm@gnu.org>
3218
3219 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3220 Recommend the latest release. Mention how to get older FAQs.
3221 Recommend the Emacs manual.
3222 (Guidelines for newsgroup postings): Discourage cross-posts.
3223 (Underlining paragraphs): Remove.
3224 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3225 (Bugs and problems): Update key-binding.
3226 (Problems with very large files): Mention 64-bit.
3227 (Shell process exits abnormally): Remove.
3228 (Problems with Shell Mode): Rename and update.
3229 (Spontaneous entry into isearch-mode)
3230 (Problems talking to certain hosts): Remove. This is old information,
3231 in etc/PROBLEMS if needed.
3232 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3233 (Dired claims that no file is on this line): Update.
3234 (Installing Emacs, Problems building Emacs): Simplify.
3235 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3236 information.
3237 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3238 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3239 (JDEE): "JDEE", not "JDE".
3240 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3241 Remove. This is old information, in etc/PROBLEMS if needed.
3242 (stty and Backspace key, Kanji and Chinese characters): Remove.
3243 (Right-to-left alphabets): Update section.
3244 (Changing the included text prefix): Gnus uses message-yank-prefix.
3245 Add cross-reference to Supercite manual.
3246 (Saving a copy of outgoing mail): Simplify output file description.
3247 (Expanding aliases when sending mail): Refer to Emacs manual.
3248 Remove old info about RFC822.
3249 Correct description of how to rebuild aliases.
3250 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3251 (MIME with Emacs mail packages)
3252 (Viewing articles with embedded underlining)
3253 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3254 Remove old sections.
3255 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3256 and is well-documented in the Gnus manual.
3257 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3258 (Making Gnus faster): Rename from "Starting Gnus faster".
3259 Merge "Catch-up is slow in Gnus" into here.
3260
0e6d12ca
GM
32612009-06-14 Glenn Morris <rgm@gnu.org>
3262
3263 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3264 (New in Emacs 23): New section.
3265 (Handling C-s and C-q with flow control): Add xref.
3266
2e17e05e
GM
32672009-06-13 Glenn Morris <rgm@gnu.org>
3268
3269 * faq.texi (Setting up a customization file): Grammar fix.
3270 Customize is no longer "new".
3271 (Displaying the current line or column): Line-number mode is on by
3272 default. Don't mention `column' package. Mention linum.el.
3273 (Turning on abbrevs by default): Explain how to do it for buffers,
3274 modes, and everywhere.
3275 (Associating modes with files): Use add-to-list. Don't mention Emacs
3276 19.
3277 (Highlighting a region): On by default since 23.1.
3278 (Replacing highlighted text): Update doc quote.
3279 (Working with unprintable characters): Don't mention search-quote-char.
3280 (Using an already running Emacs process): Gnuclient is probably not an
3281 enhancement these days.
3282 (Indenting switch statements): Remove mention of pre-Emacs 20.
3283 (Horizontal scrolling): Abbreviate Emacs 20 description.
3284 (Replacing text across multiple files): Fix name of dired command.
3285 (Disabling backups): Use require not load.
4f9d4de3 3286 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3287
2a1cf2b9
BW
32882009-06-13 Bill Wohler <wohler@newt.com>
3289
3290 Release MH-E manual version 8.2.
3291
3292 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3293 release 8.2.
3294
85b438b7
GM
32952009-06-13 Glenn Morris <rgm@gnu.org>
3296
3297 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3298 in this day and age the common meaning is "on the web".
3299 (copying): Use @copyright in all cases.
3300 (Basic keys): Remove reference to deleted manual node "Text Characters".
3301 (File-name conventions): Use GNU as an example rather than SERVICE.
3302 default.el lives in site-lisp. Update Info directory location.
3303 (Real meaning of copyleft): GPL actions have been brought, but all
3304 settled out of court.
3305 (Guidelines for newsgroup postings): Shorten section title.
3306 Simplify comp.emacs description.
3307 (Newsgroup archives): Change Google URL. Describe Gmane.
3308 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3309 points". Mention List-Unsubscribe header.
3310 (Contacting the FSF): Update email and URLs.
3311 (Basic editing): Mention F1 for help.
3312 (Installing Texinfo documentation): Refer to Texinfo website rather
3313 than ftp server.
3314 (Printing a Texinfo file): Mention texi2pdf.
3315 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3316 are just stubs nowadays.
3317 (Latest version of Emacs): Explain version numbers.
3318 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3319 (Turning on syntax highlighting): No need to mention hilit19 any more.
3320 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3321 (Modes for various languages): Remove section.
3322 (Major packages and programs): Remove most version and maintainer
3323 information - it's hard to keep up-to-date, and adds nothing.
3324 Similarly with direct links to mailing lists.
3325 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3326 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3327 years, and Emacs comes with tools for this now.
3328 (Patch): Remove section - this is a standard tool.
3329 (Using function keys under X): Remove section.
3330
93e2d996
GM
33312009-06-12 Glenn Morris <rgm@gnu.org>
3332
3333 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3334 (Help installing Emacs): Remove reference to deleted X11 node.
3335 (Associating modes with files): Interpreter-mode-alist is no longer
3336 subservient to auto-mode-alist.
3337 (Installing Emacs): Change future Emacs version.
3338 (Linking with -lX11 fails): Remove old section.
3339 (Packages that do not come with Emacs): Update ELL location.
3340 Emacs Lisp archive is dead.
3341 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3342 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3343 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3344 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3345 (Removing flashing messages): Remove section about non-existent Gnus
3346 option.
3347
f0bf7708
GM
3348 * faq.texi (Top): Add @top command.
3349 Remove the optional arguments from all @node commands: makeinfo can
3350 generate these automatically, and it is easier to edit and rearrange
3351 nodes without them.
3352
30884d11
GM
33532009-06-11 Glenn Morris <rgm@gnu.org>
3354
3355 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3356 (The LPF): Make the updated URL the sole reference point.
3357 (Learning how to do something): Update refcard price and format.
3358 (Getting a printed manual): Sources in doc/emacs/, not man/.
3359 Also available in PDF format. Since the page count varies, be less
3360 precise.
3361 (Informational files for Emacs): Remove references to deleted files
3362 LPF and SUN-SUPPORT, and to UUCP.
3363 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3364 Remove many obsolete ways to get the FAQ, which now seems only to be
3365 distributed with Emacs.
3366 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3367
deab46e0
CY
33682009-06-09 Chong Yidong <cyd@stupidchicken.com>
3369
223b43fa 3370 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3371 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3372
deab46e0
CY
3373 * ada-mode.texi (Installation, Compile commands)
3374 (Project File Overview, No project files, Set compiler options)
3375 (Use GNAT project file, Use multiple GNAT project files)
3376 (Identifier completion): Use @samp for menu items, and @kbd for key
3377 sequences (Bug#3504).
3378
71fbd643
DU
33792009-06-04 Daiki Ueno <ueno@unixuser.org>
3380
8c9bb6f5 3381 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3382
f197085b
CY
33832009-06-04 Ryan Yeske <rcyeske@gmail.com>
3384
3385 * message.texi (Header Commands): Fix descriptions to match
3386 keybindings.
3387
7f3bc720
DU
33882009-04-22 Daiki Ueno <ueno@unixuser.org>
3389
3390 * gnus.texi (Security): Mention that EasyPG is the current default.
3391
4518068d
CY
33922009-04-13 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * ediff.texi (Session Commands): Fix typo.
3395
d7ca410a
MB
33962009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3397
3398 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3399 news.software.readers. Reported by Florian Rehnisch.
3400
c6c76add
GM
34012009-04-02 Glenn Morris <rgm@gnu.org>
3402
3403 * auth.texi: Capitalize direntry.
3404
3405 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3406 using a period in the entry name. (Bug#2797)
3407
35ed8e2e
JB
34082009-03-03 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3411 ($(infodir)/auth, auth.dvi): New targets.
3412
e280480a
GM
34132009-03-03 Glenn Morris <rgm@gnu.org>
3414
3415 * auth.texi: Fix @setfilename.
3416
3417 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3418 (auth, $(infodir)/auth, auth.dvi): New rules.
3419
8a76755b
GM
34202009-02-25 Glenn Morris <rgm@gnu.org>
3421
3422 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3423
0038d478
MB
34242009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3425
3426 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3427
34282009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3429
3430 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3431 gnus-nocem-issuers, and gnus-nocem-verifyer.
3432
867d4bb3
JB
34332009-02-20 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * ada-mode.texi (Project files, Automatic Casing):
3436 * dbus.texi (Signals):
3437 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3438 * mh-e.texi (HTML):
3439 * nxml-mode.texi (Locating a schema)
3440 (Using the document's URI to locate a schema):
3441 * org.texi (Footnotes, Using the mapping API):
3442 * rcirc.texi (Channels): Remove duplicate words.
3443
3a44dc1f
GM
34442009-02-20 Glenn Morris <rgm@gnu.org>
3445
3446 * dired-x.texi (Miscellaneous Commands):
3447 * gnus.texi: Minor updates for mbox Rmail.
3448
5dc584b5
KB
34492009-02-16 Karl Berry <karl@gnu.org>
3450
b59a8457
GM
3451 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3452 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3453 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3454 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3455 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3456 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3457 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3458 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3459 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3460 Consistently use @insertcopying in the Top node,
5dc584b5 3461 @contents at the front (after @end titlepage),
b59a8457 3462 and @direntry after @copying. (Bug#1988)
5dc584b5 3463
9eb59592
MB
34642009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * auth.texi: New file documenting auth-source.
3467
d324fa76
CD
34682009-02-13 Carsten Dominik <dominik@science.uva.nl>
3469
3470 * org.texi (Org Plot): Fix link.
3471
7a603b73
DU
34722009-02-09 Daiki Ueno <ueno@unixuser.org>
3473
3474 * epa.texi (Mail-mode integration): Mention the way to do
3475 "encrypt-to-self". (Bug#1807)
3476
a626b338 34772009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3478
3479 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3480
3b36c17e
MB
34812009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3482
3483 * gnus-news.texi: Print version about Incoming*.
3484
55033558
CD
34852009-02-02 Carsten Dominik <dominik@science.uva.nl>
3486
3487 * org.texi (Structure editing, Handling links)
3488 (Fast access to TODO states, Javascript support): Make standard docs
3489 correctly reflect default variable settings.
3490
ec712abb
GM
34912009-02-02 Glenn Morris <rgm@gnu.org>
3492
3493 * org.texi: Fix typos.
3494
7112648c
MA
34952009-02-01 Michael Albinus <michael.albinus@gmx.de>
3496
3497 Sync with Tramp 2.1.15.
3498
3499 * trampver.texi: Update release number.
3500
2e461fc1
CD
35012009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3502
3503 * org.texi (TODO dependencies): Document TODO dependencies on
3504 checkboxes.
3505
bc283609
CD
35062009-01-30 Carsten Dominik <dominik@science.uva.nl>
3507
3508 * org.texi (TODO dependencies): Document key binding for toggling
3509 ORDERED property.
3510
74fc5047
MA
35112009-01-28 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3514 of hook functions.
3515
d6685abc
CD
35162009-01-28 Carsten Dominik <dominik@science.uva.nl>
3517
3518 * org.texi (TODO dependencies): New section.
3519
65c439fd
CD
35202009-01-27 Carsten Dominik <dominik@science.uva.nl>
3521
3522 * org.texi (Plain lists, TODO basics, Priorities)
3523 (Multiple sets in one file, Conflicts): Document interaction with
3524 `shift-selection-mode'.
3525
5fafc247
JB
35262009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3527
3528 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3529 Make Calc the subject of sentences.
3530 (Rearranging Formulas using Selections): Discuss new options
3531 for `j *'.
3532
e7433508
MA
35332009-01-26 Michael Albinus <michael.albinus@gmx.de>
3534
3535 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3536
2096a1b6
GM
35372009-01-26 Glenn Morris <rgm@gnu.org>
3538
3539 * org.texi: Fix typos.
3540
0cb61492
BW
35412009-01-26 Bill Wohler <wohler@newt.com>
3542
2096a1b6 3543 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 3544
0bd48b37
CD
35452009-01-25 Carsten Dominik <dominik@science.uva.nl>
3546
3547 * org.texi (References): Add information about remote references.
3548 (Built-in table editor): Document `C-c RET' in tables.
3549 (Math symbols, Quoting LaTeX code): Mention that simple
3550 LaTeX macros survive LaTeX export.
3551 (Images in LaTeX export): Show how to create a reference to a
3552 figure.
3553 (Sectioning structure): Document that the LaTeX class can be
3554 specified in a property.
3555 (Text areas in HTML export): New section.
3556 (External links): Add examples for text search and ID links.
3557 (Built-in table editor): Remove the descriptio of `C-c
3558 C-q', it not longer works.
3559 (Literal examples): Document that a space must follow
3560 the colon in short examples.
3561 (Relative timer): Document `org-timer-stop'.
3562 (Footnotes): New section.
3563 (Footnote markup): Shorten section and refer to new Footnote
3564 section.
3565 (Literal examples): Add documentation for line
3566 numbering in and references to code examples.
3567 (CSS support): Fix the description of default CSS styles.
3568 (Capturing column view): Document
3569 "file:path/to/file.org" as an allowed value for the ID property of
3570 a dynamic block copying column view.
3571
49dbbaf2
SE
35722009-01-23 Stephen Eglen <stephen@gnu.org>
3573
3574 * mh-e.texi (Getting Started): Describe $MH.
3575
193e6828
MA
35762009-01-21 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * tramp.texi (all): Harmonize usage of "external method",
3579 "external transfer method" and "out-of-band method".
3580 (Connection types): Precise the differences of inline and external
3581 methods. Written by Adrian Phillips <a.phillips@met.no>.
3582
26b9f88d
MB
35832009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3584
3585 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3586 commands as described at the top. Reported by Allan Gottlieb
3587 <gottlieb@nyu.edu>.
3588
35892009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3590
3591 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3592 nnmail-pathname-coding-system.
3593
377952e0
GM
35942009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3595
3596 * org.texi (Relative timer): Fix typo.
3597
a20d3598
JB
35982009-01-15 Juanma Barranquero <lekktu@gmail.com>
3599
3600 * org.texi (Clocking work time): Fix typo.
98a1e0f5 3601 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 3602
a50253cc
GM
36032009-01-13 Glenn Morris <rgm@gnu.org>
3604
3605 * org.texi: Fix some more typos.
3606
07450bee
GM
36072009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3608
3609 * org.texi: Fix some typos.
3610
e3e955fe
MB
36112009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3612
3613 * gnus.texi (Group Parameters): Add note for local variables.
3614
36152009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3616
0c7efc08
SM
3617 * gnus.texi (Converting Kill Files): Fix URL.
3618 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
3619
36202009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3621
3622 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3623 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3624 (Paging the Article): Add index entry.
3625
71dd9983
JB
36262009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3627
3628 * ada-mode.texi (Examples): Delete redundant text.
3629
4a0cf14f
MA
36302009-01-03 Michael Albinus <michael.albinus@gmx.de>
3631
36c8febb 3632 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
3633
3634 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3635 addresses.
3636
aedac0f0
BW
36372009-01-03 Bill Wohler <wohler@newt.com>
3638
3639 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3640 kept empty.
3641
4c65b566
CD
36422008-12-20 Carsten Dominik <dominik@science.uva.nl>
3643
3644 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
3645 (HTML Export commands, LaTeX/PDF export commands):
3646 Improve documentation about transient-mark-mode.
e9fce1ac 3647 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
3648 to fields in the last table row.
3649
e1a78e1e
JL
36502008-12-19 Juri Linkov <juri@jurta.org>
3651
3652 * info.texi (Search Text): Remove mention of removed key binding M-s.
3653
17a0aa82
CD
36542008-12-18 Carsten Dominik <dominik@science.uva.nl>
3655
3656 * org.texi (References): Remove mentioning of @0 as reference for the
3657 last line, this has been reverted in the Lisp sources.
3658
4997d802
JB
36592008-12-17 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3662 (DVI_TARGETS): Remove duplicates. Add sasl.
3663 ($(infodir)/sasl, sasl.dvi): New targets.
3664
33306645
CD
36652008-12-17 Carsten Dominik <dominik@science.uva.nl>
3666
3667 * org.texi: Version number pushed to 6.15d.
3668
db55f368
CD
36692008-12-16 Carsten Dominik <dominik@science.uva.nl>
3670
a0bf4117 3671 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
3672 (Images in LaTeX export): New section.
3673 (Inlined images, Images in HTML export): Sections renamed.
3674
dae0a942
MB
36752008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3676
3677 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3678
9f5572e9
MB
36792008-12-04 David Engster <dengste@eml.cc>
3680
3681 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 3682 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 3683
bc23baaa
CD
36842008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3685
3686 * org.texi (Using the mapping API): Fix bug in mapping example.
3687 (Publishing options): Make the list of properties complete again, in
3688 correspondence to the variable `org-export-plist-vars'.
3689 (Property searches): Document new special values for time comparisons.
3690 (Tag inheritance): Refine the description of tag inheritance.
3691 (Project alist): Add info about the publishing sequence of components.
a0bf4117 3692 (Effort estimates): Document the new relative timer.
bc23baaa 3693
3bf8054f
JB
36942008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3695
3696 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3697 (Using Calc): Clarify use of `C-x * o'.
3698 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3699
ac134f2f
RS
37002008-11-28 Richard M Stallman <rms@gnu.org>
3701
3702 * dbus.texi (Receiving Method Calls): Clean up previous change.
3703
ace706d1
MA
37042008-11-26 Michael Albinus <michael.albinus@gmx.de>
3705
3706 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3707 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3708 `dbus-unescape-from-identifier'.
3709 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 3710 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
3711 (Signals): Use the constants in the example.
3712
d60b1ba1
CD
37132008-11-24 Carsten Dominik <dominik@science.uva.nl>
3714
b97439ce 3715 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 3716
ce4fdcb9
CD
37172008-11-23 Carsten Dominik <dominik@science.uva.nl>
3718
3719 * org.texi (Setting up Remember): Document `org-remember-mode'.
3720 (External links): Document that bbdb links can use a regular
3721 expression.
3722 (External links): Document that elisp links can contain interactive
3723 commands.
3724
c8548a00 37252008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
3726
3727 * viper.texi (viper-translate-all-ESC-keysequences):
3728 Description removed.
3729
6a2c4aec
GM
37302008-11-19 Glenn Morris <rgm@gnu.org>
3731
3732 * doclicense.texi: Change to FDL 1.3.
3733 Relicense all texi files under FDL 1.3 or later.
3734
59ee4113
JB
37352008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3736
3737 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3738
59bcbb98 37392008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 3740
0c7efc08 3741 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
3742
3743 * ediff.texi: Version/date change.
9f90198a 3744
8aa41c9b
CY
37452008-11-14 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3748
17587b1b
JB
37492008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3750
3751 * calc.texi (About This Manual): Comment out a mention of
3752 marginal notes.
3753
564c900e
CD
37542008-11-12 Carsten Dominik <dominik@science.uva.nl>
3755
3756 * org.texi (Clocking work time): Document the :formula property of
3757 clock tables.
3758 (Structure editing, Refiling notes): Document refiling regions.
3759 (Agenda commands): Document the double-prefix version
3760 of the `l' command in the agenda.
3761 (Handling links): Explain the effect of a double prefix
3762 arg to `C-c C-o'.
3763 (TODO basics): Add documentation for tag triggers.
3764
3c4be1f2
GM
37652008-10-23 Glenn Morris <rgm@gnu.org>
3766
3767 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3768 byte-compiling things like `+'.
3769
3770 * ns-emacs.texi: Merge copyright years of author now with assignment
3771 into FSF years.
3772 (VER): Use it for easier automatic updating. Use Emacs version rather
3773 than standalone Emacs.app version.
3774
a6520ff3
CD
37752008-10-12 Carsten Dominik <dominik@science.uva.nl>
3776
864c9740 3777 * org.texi: Lots of minor fixes.
a6520ff3
CD
3778 (Capture): New chapter.
3779 (Org Plot): New section.
3780
db7a4b66
MH
37812008-09-30 Magnus Henoch <mange@freemail.hu>
3782
3783 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3784
4043c194
JB
37852008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3786
3787 * calc.texi (User Defined Units): Mention how to enter optional display
3788 string.
3789
eef5ade7
MB
37902008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3791
0c7efc08 3792 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
3793 avoid the "y/n" wording.
3794
e52cac88
MB
37952008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3796
0c7efc08 3797 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
3798
37992008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3800
3801 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3802 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3803
00c55306
BW
38042008-09-22 Bill Wohler <wohler@newt.com>
3805
3806 Release MH-E manual version 8.1.
3807
3808 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3809 release 8.1.
3810
3811 * mh-e.texi: Retain dual license as agreed to by the FSF.
3812 However, bump GPL to Version 3.
3813 Use @include for license text.
3814
e52cac88 38152008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
3816
3817 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
3818 (Store custom flags and keywords, Store arbitrary data):
3819 Clean up markup.
64763fe3
MB
3820
38212008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3822
3823 * gnus.texi (The Gnus Registry): Document it.
3824
9e601b8d
MB
38252008-09-08 David Engster <dengste@eml.cc>
3826
88ee5b02
JB
3827 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3828 Clarify section about choosing back end servers.
9e601b8d 3829
247043f1
GM
38302008-08-23 Glenn Morris <rgm@gnu.org>
3831
3832 * dired-x.texi (Shell Command Guessing):
3833 Mention dired-guess-shell-case-fold-search. (Bug#417)
3834
2bfec7a0
MA
38352008-08-22 Michael Albinus <michael.albinus@gmx.de>
3836
3837 * trampver.texi: Update release number.
3838
247043f1 38392008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
3840
3841 * ns-emacs.texi: Update version.
3842 (Introduction): Correct menu location for options save.
3843 (Customization): Note that defaults are stored under org.gnu.Emacs.
3844
8c20bd92
BW
38452008-08-11 Bill Wohler <wohler@newt.com>
3846
3847 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3848 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3849 Henman) (closes SF #1768928).
3850
767a4d92
GM
38512008-08-10 Glenn Morris <rgm@gnu.org>
3852
3853 * ns-emacs.texi: Use @copying. Change copyright of authors with
3854 assignment to FSF. Change license to GFDL.
3855 (Top): Remove outdated references.
3856
6ecfe5c2
MB
38572008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3858
88ee5b02
JB
3859 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3860 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
3861 gnus-summary-sort-by-most-recent-date.
3862 (Summary Sorting): Explain prefix argument.
3863
38642008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3865
3866 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3867 gnus-summary-pipe-output.
3868
eb932e8a
MA
38692008-08-03 Michael Albinus <michael.albinus@gmx.de>
3870
3871 * dbus.texi (Receiving Method Calls): Document error handling of own
3872 D-Bus methods.
3873
bfe16263
BW
38742008-08-01 Bill Wohler <wohler@newt.com>
3875
3876 * mh-e.texi (Reading Mail)
9f90198a 3877 (Viewing Attachments): Describe new function
bfe16263
BW
3878 mh-show-preferred-alternative.
3879 (Sending Mail, Redistributing, Sending Message): Describe new hook
3880 mh-annotate-msg-hook.
3881
21956b56
MA
38822008-07-31 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * dbus.texi (Arguments and Signatures): Fix example.
3885 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3886 (Asynchronous Methods): New node.
9f90198a
JB
3887 (Errors and Events): Describe extended layout of `dbus-event'.
3888 New defun `dbus-event-message-type'.
21956b56 3889
7c2fb837
DN
38902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3891
3892 * ediff.texi: Remove VMS support.
3893
13662773
JB
38942008-07-29 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3897 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3898
ddde0b34
CY
38992008-07-29 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * Makefile.in: Add mairix-el targets.
3902
39032008-07-29 David Engster <deng@randomsample.de>
3904
3905 * mairix-el.texi: New file.
3906
d5875b25
JB
39072008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3908
366b7d44
JB
3909 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3910 project files. Delete 'main_unit' project variable; not needed. Allow
3911 process environment variables wherever project variables are allowed.
3912 Add tutorial section on multiple GNAT project files.
d5875b25 3913
6cbab8ee
MA
39142008-07-27 Michael Albinus <michael.albinus@gmx.de>
3915
3916 Sync with Tramp 2.1.14.
3917
3918 * trampver.texi: Update release number.
3919
9e2a2647
DN
39202008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * ns-emacs.texi:
3923 * faq.texi: Remove mentions of Mac Carbon.
3924
d62672f3
MB
39252008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927 * gnus.texi (Saving Articles): Describe the 2nd argument of
3928 gnus-summary-save-in-pipe.
3929 (SpamAssassin): Use it.
3930
39312008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3932
3933 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3934
dd12e1c6
CD
39352008-07-25 Carsten Dominik <dominik@science.uva.nl>
3936
3937 * org.texi (Export options): Document the use of the creator flag.
3938
44ce9197
CD
39392008-07-24 Carsten Dominik <dominik@science.uva.nl>
3940
3941 * org.texi: New version 6.06a.
3942
ddd13c5d
JB
39432008-07-23 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3946 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3947
8dc6104d
JB
39482008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3949
3950 * calc.texi (Editing Stack Entries):
3951 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3952 Calc's help functions. Mention fixing typos.
3953 (Customizing Calc): Fix typo.
3954
39552008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3956
3957 * calc.texi (summarykey): New macro. Use to correctly format keys in
3958 the summary.
3959
ddd13c5d 39602008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
3961
3962 * ns-emacs.texi (Customization): Corrected documentation on color
3963 specification formats.
3964
568beaa2
AS
39652008-07-19 Andreas Schwab <schwab@suse.de>
3966
db8ef699 3967 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
3968
3969 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3970 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3971
cd71b9ae
MA
39722008-07-18 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * dbus.texi (Inspection): Rework, introduce submenus.
3975 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3976 (Properties and Annotations, Arguments and Signatures): New nodes.
3977
9b7993b4
MA
39782008-07-13 Michael Albinus <michael.albinus@gmx.de>
3979
3980 * dbus.texi (Receiving Method Calls): Fix description of
3981 `dbus-register-method'.
3982 (Signals): Allow also signal arguments for filtering in
3983 `dbus-register-signal'.
3984
241d447b
JB
39852008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3986
3987 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3988 `cnorm'.
3989 (Arithmetic Tutorial): Simplify the verification of prime factors.
3990
adb46650
MB
39912008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gnus.texi (Saving Articles): Mention
3994 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3995
92e15881
JB
39962008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3997
3998 * calc.texi: Adjust mode line throughout.
3999
ea597303
JB
40002008-06-28 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * sasl.texi (Mechanisms): Fix typos.
4003
aee08080
JB
40042008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4005
4006 * calc.texi (Killing from the stack): Mention using normal Emacs
4007 copying.
4008
a06a4a12
MA
40092008-06-21 Michael Albinus <michael.albinus@gmx.de>
4010
0c7efc08 4011 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4012 Add `auth-source' mechanism.
a06a4a12
MA
4013 (Connection caching): Tramp reopens the connection automatically,
4014 when the operating system on the remote host has been changed.
4015
7389398d
EZ
40162008-06-20 Eli Zaretskii <eliz@gnu.org>
4017
4018 * makefile.w32-in (distclean): Remove makefile.
4019
b349f79f
CD
40202008-06-17 Carsten Dominik <dominik@science.uva.nl>
4021
3f9b4c2b 4022 * org.texi (Using the mapping API): New section.
b349f79f 4023 (Agenda column view): New section.
3f9b4c2b 4024 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4025 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4026 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4027
40282008-06-17 Jason Riedy <jason@acm.org>
4029
4030 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4031 function, and efmt may be a two-argument function.
4032 (Radio tables): Document multiple destinations.
4033
cd5c05d2
GM
40342008-06-16 Glenn Morris <rgm@gnu.org>
4035
4036 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4037 Add Cover-Texts.
4038
debf4439
GM
40392008-06-15 Glenn Morris <rgm@gnu.org>
4040
4041 * faq.texi (VER): Update to 23.0.60.
4042
4043 * mh-e.texi: Remove option of licensing under GPL.
4044 Add Cover-Texts to GFDL permissions notice.
4045 (GPL): Remove section.
4046 (GFDL): Include doclicense.texi rather than the actual text.
4047
4048 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4049 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4050
4051 * sasl.texi: Fix output file name.
4052
4053 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4054
4055 * gnus-coding.texi: Refer to license in Gnus manual.
4056
4057 * idlwave.texi, sasl.texi: Use @copying.
4058
4059 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4060
4061 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4062
4063 * url.texi: Use @copying, @title, @subtitle, @author.
4064
4065 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4066 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4067 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4068 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4069 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4070 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4071 * widget.texi, woman.texi:
4072 Remove references to external license, since doclicense is included.
4073
4074 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4075 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4076 Remove references to non-existent Invariant Sections.
4077
091f8bc1
GM
40782008-06-14 Glenn Morris <rgm@gnu.org>
4079
4080 * faq.texi (Major packages and programs): Remove references to external
4081 Supercite, Calc, VIPER, since they have been included for some time.
4082 Update VM, AUCTeX, BBDB entries.
4083
47bcb4d3
UJ
40842008-06-14 Ulf Jasper <ulf.jasper@web.de>
4085
4086 * newsticker.texi: Updated to match latest newsticker changes.
4087
6f093307
GM
40882008-06-13 Glenn Morris <rgm@gnu.org>
4089
4090 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4091 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4092 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4093 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4094 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4095 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4096 * woman.texi:
4097 Update Back-Cover Text as per maintain.info.
4098
2b968687
MB
40992008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4100
4101 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4102
4103 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4104 (gnus-faq.xml): Update repository host.
4105
2b968687
MB
4106 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4107
41082008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4109
4110 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4111 Fix a typo.
4112
41132008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4114
4115 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4116 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4117 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4118
41192008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4120
4121 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4122 coding standards.
4123
41242008-06-14 David Engster <dengste@eml.cc>
4125
4126 * gnus.texi (nnmairix): Markup fixes.
4127
e6d2d263
MB
41282008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4129
2b968687 4130 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4131
41322008-06-05 David Engster <dengste@eml.cc>
4133
4134 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4135
41362008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4137
b344d29d 4138 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4139 (Searching, nnir, nnmairix): New stub nodes.
4140
ad231df6 41412008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4142
4143 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4144
f394fa25
MB
41452008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4146
4147 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4148
58333467
MB
41492008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4150
4151 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4152
67525fb9
JY
41532008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4154
4155 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4156
0549d8fc
JB
41572008-05-06 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * info.texi (Top): Fix typo in xref.
4160
149a3837
KB
41612008-05-05 Karl Berry <karl@gnu.org>
4162
4163 * info.texi (Top): @xref to stand-alone manual.
4164
3a23a519
MB
41652008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4168 (Various Summary Stuff): Fix typo in last xref.
4169
0a29fbf3
JB
41702008-05-02 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * org.texi (Moving subtrees): Fix typo.
4173
586b90f1
MA
41742008-04-28 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4177 Tramp via `tramp-mode'.
4178
b5af9883
CD
41792008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4180
4181 * org.texi: Massive changes, in many parts of the file.
4182
d55fe5bb
MB
41832008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4184
4185 * gnus.texi (Oort Gnus): Add message-fill-column.
4186
41872008-04-12 Adrian Aichner <adrian@xemacs.org>
4188
4189 * gnus.texi (Mail Source Specifiers): Typo fix.
4190
41912008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4192
4193 * gnus.texi (Diary Headers Generation): Update key binding for
4194 `gnus-diary-check-message'.
4195
41962008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4197
4198 * gnus.texi (Emacsen): Addition.
4199
42002008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4201
4202 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4203
42042008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4205
4206 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4207
42082008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4209
4210 * gnus-news.texi: Update tool bar item.
4211
42122008-04-09 Sven Joachim <svenjoac@gmx.de>
4213
4214 * gnus-news.texi: Fix typos.
4215
76c109c3
JB
42162008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4217
222027f2 4218 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4219 Add mention of `kron'.
4220
d5fbd5a6
MO
42212008-04-01 Daiki Ueno <ueno@unixuser.org>
4222
0c7efc08
SM
4223 * epa.texi (Encrypting/decrypting *.gpg files):
4224 Document epa-file-name-regexp.
d5fbd5a6 4225
fbcbb58c
KY
42262008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus.texi (Example Methods): Fix description about ssh-agent.
4229 (Indirect Functions): Fix the default value of nntp-telnet-command;
4230 remove link to connect.html.
4231
134ce16c
MA
42322008-03-30 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4235 dbus-call-method.
4236 (Receiving Method Calls): The timeout can be set by the calling client.
4237
da1975d7
MA
4238 * trampver.texi: Update release number.
4239
2e4089ab
RS
42402008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4241
4242 * gnus.texi (Top): Fix version. Add SASL.
4243
70cab5a9
MA
42442008-03-29 Michael Albinus <michael.albinus@gmx.de>
4245
4246 Sync with Tramp 2.1.13.
4247
4248 * trampver.texi: Update release number.
4249
5bc6ddff
MB
42502008-03-29 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * org.texi: Update to new org-mode website.
4253
42542008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4257
9b3ebcb6
MB
42582008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4259
4260 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4261 gnus-read-ephemeral-gmane-group-url,
4262 gnus-read-ephemeral-emacs-bug-group,
4263 gnus-read-ephemeral-debian-bug-group.
4264
42652008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4266
4267 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4268
4269 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4270 Add FIXMEs for Bookmarks and gnus-registry-marks.
4271
42722008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4273
4274 * gnus.texi (Smileys): Document `smiley-style'.
4275
42762008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4277
4278 * gnus.texi (Gnus Development): Clarify difference between ding and
4279 gnu.emacs.gnus.
4280 (MIME Commands, Using MIME, RSS): Fix markup.
4281
4282 * gnus-faq.texi ([8.4]): Ditto.
4283
42842008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4285
4286 * gnus.texi (Emacsen): Remove obsolete stuff.
4287
42882008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4289
4290 * gnus.texi (Oort Gnus): Add version info WRT
4291 `mail-source-delete-incoming'.
4292
42932008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4294
4295 * gnus.texi (Top): Add "Other related manuals" and version info in
4296 `iftex' output.
4297 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4298 gnus-balloon-face-0 and the corresponding format specifiers.
4299
608d6a81
MA
43002008-03-26 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * tramp.texi (Filename completion): Remove footnote about let-bind
4303 of `partial-completion-mode'. It doesn't work this way.
4304
27a6f132
SM
43052008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * pcl-cvs.texi (Contributors): Update my email.
4308
4a7c4c40
MA
43092008-03-21 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4312
2940c053
BW
43132008-03-17 Bill Wohler <wohler@newt.com>
4314
4315 * mh-e.texi (Viewing): Update URL for adding header fields to
4316 mh-invisible-header-fields-default.
4317
30864d5f
BW
43182008-03-16 Bill Wohler <wohler@newt.com>
4319
4320 * mh-e.texi (Preface): Add Gnus to requirements.
4321 (Forwarding): Note that forwarded MIME messages are now inline.
4322
31fe2b00
SM
43232008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4326 (Common Variables): Give precedence to the netcat methods over the
4327 telnet methods, and mention that they are more reliable.
31fe2b00 4328
5e97c626
CD
43292008-03-13 Carsten Dominik <dominik@science.uva.nl>
4330
4331 * org.texi (Exporting Agenda Views): Document agenda export to
4332 iCalendar.
4333 (Progress logging): Document the new progress logging stuff.
4334
37a68866
MB
43352008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4336
4337 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4338 Update for change of `mail-source-delete-incoming'.
4339
4340 * gnus-news.texi: Ditto.
4341
8f7abae3
MB
43422008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4343
4344 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4345 custom versions.
4346
af379c86
AM
43472008-03-07 Alan Mackenzie <acm@muc.de>
4348
4349 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4350 parens/brackets in a k&r region is limited.
4351
3d0f8a67
MB
43522008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4353
4354 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4355 using different Emacs versions.
4356
52151df0
GM
43572008-02-27 Glenn Morris <rgm@gnu.org>
4358
4359 * sc.texi: Remove a lot of old and obsolete info.
4360 (titlepage): Simplify.
4361 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4362 (VM with any Emacsen, GNEWS with any Emacsen)
4363 (Overloading for Non-conforming MUAs, Version 3 Changes)
4364 (The Supercite Mailing List): Delete nodes.
4365 (Introduction): Remove info about old packages.
4366 (Getting Connected): Simplify. Remove info about old packages.
4367 (Citing Commands): Delete Emacs 19 info.
4368 (Hints to MUA Authors): Simplify.
4369 (Thanks and History): Merge in some info from the deleted node
4370 "Version 3 Changes".
4371
b03f96dc
MB
43722008-02-05 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * org.texi (Setting tags, In-buffer settings):
4375 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4376
52bec650
MB
43772008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4380 installation directory name.
4381
34a3c587
RF
43822008-02-12 Romain Francoise <romain@orebokech.com>
4383
4384 * epa.texi (Overview): Fix typo.
4385
5a8d03e9
MO
43862008-02-11 Daiki Ueno <ueno@unixuser.org>
4387
4388 * epa.texi (Quick start): Remove the .emacs setting.
4389
f1914c40
MO
43902008-02-10 Daiki Ueno <ueno@unixuser.org>
4391
4392 * epa.texi (Quick start): Use the command `epa-enable' instead of
4393 loading `epa-setup'.
4394
bca98fc9
JB
43952008-02-08 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4398 ($(infodir)/epa, epa.dvi): New targets.
4399
4b01af2e
MO
44002008-02-08 Daiki Ueno <ueno@unixuser.org>
4401
4402 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4403
4404 * epa.texi: New manual documenting the EasyPG Assistant.
4405
06c0751a
MA
44062008-02-06 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4409 (Inspection): New function dbus-ping.
4410
7dcccd7b
MA
44112008-02-05 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * tramp.texi (Remote processes): Add `shell-command'.
4414
a1da1e37
MB
44152008-01-28 Michael Sperber <sperber@deinprogramm.de>
4416
4417 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4418 (Group Parameters): Document `mail-source' parameter.
4419
c9d8f746
MA
44202008-01-27 Michael Albinus <michael.albinus@gmx.de>
4421
4422 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4423 must be a local host.
4424
15db4a13
MO
44252008-01-26 Michael Olson <mwolson@gnu.org>
4426
4427 * erc.texi: Update version for ERC 5.3 release.
4428 (Obtaining ERC): Update extras URLs for 5.3.
4429 (Development): Write instructions for git, and remove those for Arch.
4430 (History): Mention the switch to git.
4431
2bc43980
KB
44322008-01-24 Karl Berry <karl@gnu.org>
4433
bca98fc9
JB
4434 * info.texi (Search Index, Search Text): Mention the command
4435 character in the section name, a la the (Go to node) node.
2bc43980 4436
d2e4a6c9
MA
44372008-01-21 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4440
0b6799c3
MB
44412008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4442
4443 * gnus-news.texi: Mention gnus-article-describe-bindings.
4444
44452008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4446
4447 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4448
db9c3fb1 44492008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4450
7b4d0413 4451 * org.texi (Property inheritance): New section.
db9c3fb1 4452 (Conventions): New section.
7b4d0413 4453 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4454 commands, and the new bindings for refiling.
4455 (Sparse trees): Document the new special command for sparse trees.
4456 (References): Be more clear about the counting of hilines.
4457 (Handling links): Document M-p/n for accessing links.
4458 (Fast access to TODO states): New section.
4459 (Per file keywords): New section.
4460 (Property inheritance): New section.
4461 (Column attributes): New summary types.
4462 (Capturing Column View): New section.
4463 (The date/time prompt): Cover the new features in the date/time prompt.
4464 Compactify the table of keys for the calendar remote control.
4465 (Clocking work time): Document the new :scope parameter.
4466 (Remember): Promoted to chapter.
4467 (Quoted examples): New section.
4468 (Enhancing text): New verbatim environments.
4469
6ed73f28
MA
44702008-01-14 Michael Albinus <michael.albinus@gmx.de>
4471
4472 * trampver.texi: Update release number.
4473
95838435
MB
44742008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4475
0c7efc08
SM
4476 * gnus.texi (Article Keymap):
4477 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4478 gnus-article-reply-with-original and
4479 gnus-article-followup-with-original.
4480
20234d96
GM
44812008-01-09 Glenn Morris <rgm@gnu.org>
4482
4483 * nxml-mode.texi: Add @copying section.
4484
d82cf70b
MB
44852008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4486
4487 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4488 Server". Add `message-send-mail-with-mailclient'.
4489
4490 * gnus.texi (Posting Server): Move some text to "(message)Mail
4491 Variables" and add a reference here.
4492
addb7f2e
MA
44932008-01-04 Michael Albinus <michael.albinus@gmx.de>
4494
4495 * dbus.texi (Receiving Method Calls): New chapter.
4496 (Errors and Events): Add serial number to events. Replace "signal" by
4497 "message". Introduce dbus-event-serial-number.
4498
4db2806c
MA
44992008-01-03 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * dbus.texi (Type Conversion): Explain the type specification for empty
4502 arrays. Use another example.
4503
c9ecb5a7
MA
45042007-12-30 Michael Albinus <michael.albinus@gmx.de>
4505
4506 * dbus.texi (all): Replace "..." by @dots{}.
4507 (Type Conversion): Precise the value range for :byte types.
4508 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4509 Mention its return value.
4510 (Errors and Events): There is no D-Bus error propagation during event
4511 processing.
4512
702dbfd9
JB
45132007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4514
4515 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4516 New sections.
4517
87035689
MB
45182007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4519
4520 * gnus.texi (Group Parameters): Reorder the text and add a note about
4521 `gnus-parameters' near the beginning of the node.
4522
45232007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4524
4525 * gnus.texi (Score File Editing): Fix function name.
4526
5492f5ca
MA
45272007-12-23 Michael Albinus <michael.albinus@gmx.de>
4528
4529 Sync with Tramp 2.1.12.
4530
4531 * trampver.texi: Update release number.
4532
d4e67bc5
MA
45332007-12-22 Michael Albinus <michael.albinus@gmx.de>
4534
4535 * dbus.texi (Type Conversion): Correct input parameters mapping.
4536
6a31c819
MA
45372007-12-21 Michael Albinus <michael.albinus@gmx.de>
4538
4539 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4540 (Errors and Events): Mention wrong-type-argument error.
4541
99a3e35f
AS
45422007-12-21 Alex Schroeder <alex@gnu.org>
4543
4544 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 4545 spaces. Fixed some typos.
99a3e35f
AS
4546 (Internet Relay Chat): Explain relay.
4547 (Getting started with rcirc): Change items to reflect prompts.
4548 Add more explanation to rcirc-track-minor-mode and added a comment to
4549 warn future maintainers that this section is a copy.
0c7efc08 4550 (People): Change /ignore example.
62b12a24 4551 (Keywords): Not keywords.
99a3e35f 4552
331e4d02
AS
45532007-12-20 Alex Schroeder <alex@gnu.org>
4554
4555 * rcirc.texi (Top): Fighting Information Overload chapter added.
4556 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 4557 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
4558 (Fighting Information Overload): New chapter documenting /keyword,
4559 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
4560 (Configuration): Document rcirc-server-alist, remove
4561 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 4562
cd71c3ef
MA
45632007-12-16 Michael Albinus <michael.albinus@gmx.de>
4564
4565 * dbus.texi (Signals): Fix example in dbus-register-signal.
4566
bbbe940b
MB
45672007-12-14 Sven Joachim <svenjoac@gmx.de>
4568
4569 * gnus.texi (Score Variables): Fix typo.
4570
0ce574ef
MA
45712007-12-07 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4574 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4575 (Errors and Events): Adapt dbus-event.
4576
b890d447
MB
45772007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4578
4579 * gnus.texi (Other Files): Add the yenc command.
4580
45812007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4582
4583 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4584 since 2004-08-06.
4585
45862007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4587
4588 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4589 on body.
4590
45912007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4592
4593 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4594 and rfc2047-allow-irregular-q-encoded-words; fix description of
4595 rfc2047-encode-encoded-words.
4596
45972007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4598
4599 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4600
3728bf03
MO
46012007-12-05 Michael Olson <mwolson@gnu.org>
4602
4603 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4604 Update documentation for `remember-diary-file'.
4605
a4397af9
MA
46062007-12-04 Michael Albinus <michael.albinus@gmx.de>
4607
4608 * dbus.texi (Signals): Precise `dbus-register-signal'.
4609 (Errors and Events): Rework events part, the internal structure of
4610 dbus-event has changed.
4611
1682490c
JB
46122007-12-03 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4615 ($(infodir)/dbus, dbus.dvi): New targets.
4616
7b13a0f2
MA
46172007-12-03 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4620 unconditionally.
4621
4622 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4623 emulation with @print{}.
4624
7ef92bc9
RS
46252007-12-02 Richard Stallman <rms@gnu.org>
4626
4627 * dbus.texi (Overview): Minor cleanup.
4628
22d8ac3a
MA
46292007-12-02 Michael Albinus <michael.albinus@gmx.de>
4630
d3a8e0df
MA
4631 * Makefile.in (INFO_TARGETS): Add dbus.
4632 (DVI_TARGETS): Add dbus.dvi.
4633 (dbus, dbus.dvi): New targets.
4634
22d8ac3a
MA
4635 * dbus.texi: New file.
4636
559764ab
RF
46372007-11-24 Romain Francoise <romain@orebokech.com>
4638
4639 * nxml-mode.texi: Add description in @direntry.
7aa579d9 4640 Fix file name to match @setfilename.
559764ab 4641
ac97a16b
MH
46422007-11-23 Mark A. Hershberger <mah@everybody.org>
4643
4644 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4645 ($(infodir)/nxml-mode): New rule.
4646
4647 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4648 ($(infodir)/nxml-mode): New rule.
4649 (clean): Add nxml-mode*.
4650
4651 * nxml-mode.texi: New file with nxml manual.
4652
404cd454
GM
46532007-11-18 Richard Stallman <rms@gnu.org>
4654
4655 * flymake.texi (Example -- Configuring a tool called directly):
4656 Update example.
4657
b048d478
MA
46582007-11-18 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 4661 double-slash behavior. Explain directory contents flushing.
b048d478 4662
346e8469
JB
46632007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4664
4665 * calc.texi (TeX and LaTeX Language Modes): Put in
4666 missing braces.
4667
404cd454
GM
46682007-11-15 Richard Stallman <rms@gnu.org>
4669
4670 * cl.texi (Equality Predicates): Delete `eql'.
4671 (Predicates, Naming Conventions, Top): Delete `eql'.
4672 (Common Lisp Compatibility): Delete `eql'.
4673 (Porting Common Lisp): Delete obsolete backquote info.
4674 Minor clarification about character constants.
4675 (Sequence Basics): Minor clarification.
4676
1f6af58b
JB
46772007-11-15 Juanma Barranquero <lekktu@gmail.com>
4678
dccb744b 4679 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
4680 * tramp.texi (Filename completion): Fix typos.
4681
3bc88bc9
JB
46822007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4683
4684 * calc.texi (Basic commands): Mention the menu.
4685
bc5300d3
MA
46862007-11-12 Michael Albinus <michael.albinus@gmx.de>
4687
4688 * tramp.texi (Connection caching): Tramp flushes connection
4689 properties when remote operating system has been changed.
4690
4d8a28ec
MB
46912007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4692
4693 * gnus-news.texi: Fix spelling.
4694 `message-insert-formatted-citation-line', not
4695 `message-insert-formated-citation-line'.
4696
404cd454
GM
4697 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4698
e1176b47
MA
46992007-11-07 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * tramp.texi (Overview): Mention also the PuTTY integration under
4702 Win32. Remove paragraphs about Tramp's experimental status.
4703 (Frequently Asked Questions): Add code example for highlighting the
4704 mode line.
4705
6159985a
MO
47062007-11-03 Michael Olson <mwolson@gnu.org>
4707
4708 * remember.texi: Change mentions of remember-buffer to
4709 remember-finalize throughout.
4710
bec9b2f5
MO
47112007-10-30 Michael Olson <mwolson@gnu.org>
4712
4713 * remember.texi (Copying): Remove.
4714 (Mailbox): Update with non-BBDB instructions.
4715 (Diary, Org): Add.
4716 (Bibliography, Planner Page): Remove.
4717
b6173182
JB
47182007-10-30 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * makefile.w32-in (INFO_TARGETS): Add remember.
4721 (DVI_TARGETS): Add remember.dvi.
4722 ($(infodir)/remember): New rule.
4723 (clean): Add remember*.
4724
15f3eb73
MO
47252007-10-30 Michael Olson <mwolson@gnu.org>
4726
70bdc930
MO
4727 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4728 ($(infodir)/remember): New rule that builds the Remember Manual.
4729
b6173182
JB
4730 * remember.texi: New file containing the Remember Mode Manual.
4731 Shuffle chapters around after initial import.
7d3f6f1a
MO
4732 (Function Reference): Split Keystrokes into separate chapter.
4733 (Keystrokes): Document C-c C-k.
51d24a12 4734 (Introduction): Fix typographical issue with "---".
15f3eb73 4735
404cd454
GM
47362007-10-29 Richard Stallman <rms@gnu.org>
4737
4738 * widget.texi (Introduction): Delete discussion of implementation
4739 internals.
4740
9bbb9638
MA
47412007-10-29 Michael Albinus <michael.albinus@gmx.de>
4742
4743 * tramp.texi (Connection caching): Host names must be different
4744 when tunneling.
4745
c7ff939a
RS
47462007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4747
4748 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4749 Gnus v5.13.
4750
01c52d31
MB
47512007-10-28 Miles Bader <miles@gnu.org>
4752
4753 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4754
01c52d31
MB
47552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4756
0c7efc08
SM
4757 * gnus.texi (Sorting the Summary Buffer):
4758 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
4759
47602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * gnus.texi (Non-ASCII Group Names): New node.
4763 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4764 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4765
c8763fb6 47662007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4767
4768 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4769 clean the output of the program `imap-shell-program'.
4770
47712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4774
47752007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4776
4777 * gnus.texi (Sticky Articles): Documentation for sticky article
4778 buffers.
4779
c8763fb6 47802007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4781
4782 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4783
47842007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4785
4786 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4787
47882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4789
0c7efc08
SM
4790 * gnus.texi (Archived Messages):
4791 Document gnus-update-message-archive-method.
01c52d31
MB
4792
47932007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4794
4795 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4796
c8763fb6 47972007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 4798
0c7efc08
SM
4799 * gnus.texi (Group Maneuvering):
4800 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
4801
48022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4803
0c7efc08
SM
4804 * gnus.texi (Really Various Summary Commands):
4805 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
4806
48072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * gnus.texi, message.texi: Bump version number.
4810
48112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4812
4813 * gnus.texi (Group Line Specification, Misc Group Stuff)
4814 (Server Commands): Parenthesize @pxref{Mail Spool}.
4815
48162007-10-28 Didier Verna <didier@xemacs.org>
4817
4818 New user option: message-signature-directory.
4819 * message.texi (Insertion Variables): Document it.
4820 * gnus.texi (Posting Styles): Ditto.
4821
48222007-10-28 Didier Verna <didier@xemacs.org>
4823
4824 * gnus.texi (Group Line Specification):
4825 * gnus.texi (Misc Group Stuff):
4826 * gnus.texi (Server Commands): Document the group compaction feature.
4827
48282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4831
4832 * message.texi (Various Message Variables): Add message-fill-column.
4833
48342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4835
4836 * gnus.texi: Untabify.
4837
48382007-10-28 Didier Verna <didier@xemacs.org>
4839
4840 * gnus.texi (Group Parameters): Document the posting-style merging
4841 process in topic-mode.
4842
48432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4844
4845 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4846
48472007-10-28 Romain Francoise <romain@orebokech.com>
4848
4849 * gnus.texi (Mail Spool): Fix typo.
4850 Update copyright.
4851
48522007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853
4854 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4855
48562007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4857
4858 * gnus.texi (Summary Generation Commands):
4859 Add gnus-summary-insert-ticked-articles.
4860
48612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4862
b2abec73
JB
4863 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4864 to spam-spamassassin-program.
01c52d31
MB
4865
48662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4869
48702007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4871
4872 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4873
48742007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * message.texi (Mail Headers): Document `opportunistic'.
4877
48782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * emacs-mime.texi (Encoding Customization): Explain how to set
4881 mm-coding-system-priorities per hierarchy.
4882
48832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4884
4885 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4886 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4887
48882007-10-28 Didier Verna <didier@xemacs.org>
4889
4890 * message.texi (Wide Reply): Update documentation of
4891 message-dont-reply-to-names (now allowing a list of regexps).
4892
48932007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894
4895 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4896
48972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4898
4899 * gnus.texi (SpamAssassin back end): Fix typo.
4900
4901 * sieve.texi (Examples): Fix grammar.
4902
49032007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4904
4905 * gnus.texi (Searching for Articles): Document M-S and M-R.
4906 (Limiting): Document / b.
4907
49082007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4909
4910 * gnus.texi (Thread Commands): T M-^.
4911
49122007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4913
4914 * message.texi (Mail Aliases): Document ecomplete.
4915 (Mail Aliases): Fix typo.
4916
49172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4918
4919 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4920 fix typo.
4921
49222007-10-28 Romain Francoise <romain@orebokech.com>
4923
4924 * gnus.texi (Mail Spool): Grammar fix.
4925
49262007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4927
4928 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4929 string.
4930
49312007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4932
4933 * gnus.texi (Group Parameters): Fix description.
4934
49352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4936
b2abec73
JB
4937 * gnus.texi (Gmane Spam Reporting):
4938 Fix spam-report-gmane-use-article-number.
4939 Add spam-report-user-mail-address.
01c52d31
MB
4940
49412007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4942
4943 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4944
49452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4946
4947 * gnus.texi (Group Parameters): Add simplified sorting example based on
4948 example for `Sorting the Summary Buffer' from Jari Aalto
4949 <jari.aalto@cante.net>.
4950 (Example Methods): Add example for an indirect connection.
4951
49522007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4953
0c7efc08 4954 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
4955 (Agent Parameters): Updated parameter names to match code.
4956 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4957 'gnus-agent-summary-fetch-series'.
4958 (Agent and flags): New section providing a generalized discussion
4959 of flag handling.
0c7efc08
SM
4960 (Agent and IMAP): Remove flag discussion.
4961 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
4962
49632007-10-28 Romain Francoise <romain@orebokech.com>
4964
4965 * gnus.texi (Exiting the Summary Buffer): Add new function
4966 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4967
49682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4969
4970 * gnus.texi (Conformity): Fix typo.
4971 (Customizing Articles): Document `first'.
4972
49732007-10-28 Jari Aalto <jari.aalto@cante.net>
4974
4975 * gnus.texi (Sorting the Summary Buffer):
4976 Add `gnus-thread-sort-by-date-reverse'. Add example
4977 host to different sorting in NNTP and RSS groups.
4978
49792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * message.texi (Insertion): Describe prefix for
4982 message-mark-inserted-region and message-mark-insert-file.
4983
49842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4985
4986 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4987 LaTeX documents. Describe "text/x-gnus-verbatim".
4988
49892007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4990
b2abec73 4991 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
4992 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4993 (spam-stat spam filtering, SpamOracle)
0c7efc08 4994 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
4995 clarity.
4996
49972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4998
4999 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5000 gnus-article-delete-part and gnus-article-replace-part.
5001 (Using MIME): Add gnus-mime-replace-part.
5002
50032007-10-28 Romain Francoise <romain@orebokech.com>
5004
5005 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5006 requires `auto-compression-mode' to be enabled. Add new nnml
5007 variable `nnml-compressed-files-size-threshold'.
5008
50092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5010
0c7efc08
SM
5011 * gnus.texi (Sorting the Summary Buffer):
5012 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5013
50142007-10-28 Romain Francoise <romain@orebokech.com>
5015
5016 * message.texi (Insertion Variables): Mention new variable
5017 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5018 documentation accordingly.
5019
50202007-10-28 Romain Francoise <romain@orebokech.com>
5021
5022 * gnus.texi (To From Newsgroups): Mention new variables
5023 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5024
50252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5026
5027 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5028 stuff; gnus-mime-inline-part does the automatic decompression.
5029
50302007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5031
5032 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5033 "training.ham" should be "training.spam".
01c52d31
MB
5034
50352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5036
5037 * message.texi (Mail Variables): Fix the default value for
5038 message-send-mail-function.
5039
50402007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5041
5042 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5043 always returns nil exceptionally.
5044
50452007-10-28 Simon Josefsson <jas@extundo.com>
5046
0c7efc08
SM
5047 * gnus.texi (Article Washing): Add libidn URL.
5048 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5049
50502007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5051
5052 * gnus.texi (Topic Commands): Fix next/previous.
5053
50542007-10-28 Simon Josefsson <jas@extundo.com>
5055
5056 * gnus.texi (Article Washing): Mention `W i'.
5057
c8763fb6 50582007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5059
5060 * gnus.texi (Group Parameters): Slight extension of sieve
5061 parameter description.
5062
50632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5064
5065 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5066 matching score files as well.
5067 (Picons): Describe `gnus-picon-style'.
5068
50692007-10-28 Romain Francoise <romain@orebokech.com>
5070
5071 * message.texi (Message Headers): Mention that headers are hidden
5072 using narrowing, and how to expose them.
5073 Update copyright.
5074
50752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5076
5077 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5078 `gnus-summary-sort-by-recipient'.
5079
50802007-10-28 Romain Francoise <romain@orebokech.com>
5081
5082 * gnus.texi (NNTP marks): New node.
5083 (NNTP): Move NNTP marks variables to the new node.
5084
50852007-10-28 Jesper Harder <harder@ifa.au.dk>
5086
b2abec73 5087 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5088
5089 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5090
50912007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5092
b2abec73 5093 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5094 everywhere for consistency.
b2abec73
JB
5095 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5096 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5097 Say "regular expression" instead of "regex." Admonish.
5098 Pick other words to sound better (s/so/thus/).
5099 (Spam ELisp Package Filtering of Incoming Mail):
5100 Mention statistical filters. Remove old TODO.
01c52d31 5101 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5102 New section on sorting and displaying the spam score.
5103 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5104 backend but an alias to spam-use-BBDB.
5105 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5106 new backend functionality.
5107
51082007-10-28 Simon Josefsson <jas@extundo.com>
5109
5110 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5111 nntp-marks-directory, from Romain Francoise
5112 <romain@orebokech.com>.
5113
51142007-10-28 Magnus Henoch <mange@freemail.hu>
5115
5116 * gnus.texi (Hashcash): New default value of
5117 hashcash-default-payment.
5118
51192007-10-28 Simon Josefsson <jas@extundo.com>
5120
5121 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5122 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5123
51242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5125
0c7efc08 5126 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5127
51282007-10-28 Simon Josefsson <jas@extundo.com>
5129
5130 * gnus.texi (documentencoding): Add, to avoid warnings.
5131
51322007-10-28 Simon Josefsson <jas@extundo.com>
5133
5134 * message.texi (Mail Headers): Add.
5135
5136 * gnus.texi (Hashcash): Fix.
5137
51382007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5139
0c7efc08 5140 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5141 that payments can be verified and fix the name of the
b2abec73 5142 hashcash-path variable.
01c52d31
MB
5143
51442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5145
b2abec73 5146 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5147
51482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5149
5150 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5151
51522007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5153
5154 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5155 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5156 warning about ham processors in spam groups removed.
01c52d31
MB
5157
51582007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5159
0c7efc08 5160 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5161 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5162
51632007-10-28 Jesper Harder <harder@ifa.au.dk>
5164
5165 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5166 (Mailing List): Typo.
5167 (Customizing Articles): Add gnus-treat-ansi-sequences.
5168 (Article Washing): Index.
5169
5170 * message.texi: Use m-dash consistently.
5171
51722007-10-28 Jesper Harder <harder@ifa.au.dk>
5173
5174 * gnus.texi (GroupLens): Remove.
5175
51762007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5177
0c7efc08
SM
5178 * gnus.texi (Outgoing Messages, Agent Variables):
5179 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5180 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5181
51822007-10-28 Jesper Harder <harder@ifa.au.dk>
5183
5184 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5185
51862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5187
5188 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5189
5190 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5191
51922007-10-28 Simon Josefsson <jas@extundo.com>
5193
5194 * gnus.texi (Top): Add SASL.
5195
404cd454
GM
51962007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5197
5198 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5199
52002007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5201
5202 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5203
0edd2970
JB
52042007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5205
5206 * calc.texi (Formulas, Composition Basics): Lower the
5207 precedence of negation.
5208
a9afba20
JY
52092007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5210
5211 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5212 Mention the new three-letter column identifiers.
5213 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5214 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5215 message when using `c' on an empty default with default printer.
5216 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5217 renamed to `ses--symbolic-formulas' some time ago.
5218
45b778a6
JB
52192007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5220
5221 * calc.texi (Default Simplifications, Making Selections)
5222 (Customizing Calc): Clarify associativity of multiplication.
5223
03b5bade
MA
52242007-10-23 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * tramp.texi (Traces and Profiles): Simplify loop over
5227 `trace-function-background'.
5228
e658c8ee
JL
52292007-10-22 Juri Linkov <juri@jurta.org>
5230
5231 * dired-x.texi (Shell Command Guessing): Default values are now
5232 available by typing M-n instead of M-p.
5233
dd753688
MA
52342007-10-21 Michael Albinus <michael.albinus@gmx.de>
5235
5236 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5237 (Password caching): Remove `tramp-clear-passwd'.
5238 It's not a command anymore.
dd753688
MA
5239 (Bug Reports): Add `tramp-bug' to function index.
5240 (Function Index, Variable Index): New nodes.
5241 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5242
5243 * trampver.texi: Update release number.
5244
4bb49b43
JB
52452007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5246
8b296cdd 5247 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5248 about integer size into past tense.
5249 (Time Zones): Remove pointer to Calc author's address.
5250 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5251 and hyperbolic cotangent. Fix typo.
4bb49b43 5252
311dd93f
MA
52532007-10-10 Michael Albinus <michael.albinus@gmx.de>
5254
5255 Sync with Tramp 2.1.11.
5256
5257 * trampver.texi: Update release number.
5258
ea3fc256
MA
52592007-10-06 Michael Albinus <michael.albinus@gmx.de>
5260
5261 * tramp.texi (External packages): New section.
5262
1af74d06
MB
52632007-09-29 Juri Linkov <juri@jurta.org>
5264
5265 * info.texi (Help-Int): Document `L' (`Info-history').
5266
0e2806fa
SM
52672007-09-26 Carsten Dominik <dominik@science.uva.nl>
5268
5269 * org.texi: Change links to webpage and maintained email.
5270 (Remember): Promote to Chapter, significant changes.
5271 (Fast access to TODO states): New section.
5272 (Faces for TODO keywords): New section.
5273 (Export options): Example for #+DATE.
5274 (Progress logging): Section moved.
5275
567b9191
BW
52762007-09-26 Bill Wohler <wohler@newt.com>
5277
5278 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5279 browse-url-at-mouse.
5280
1af74d06
MB
52812007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5282
5283 * flymake.texi (Customizable variables): Face names don't end in -face.
5284 Fix flymake-err-line-patterns template.
5285 (Example -- Configuring a tool called directly): Fix init-function.
5286 (Highlighting erroneous lines): Face names don't end in -face.
5287
d60a4e3a 52882007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5289
5290 * erc.texi (Special-Features): Fix small typo.
5291
7d7a3510
MA
52922007-09-14 Michael Albinus <michael.albinus@gmx.de>
5293
5294 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5295 and "External transfer methods".
5296
285f0d3a
JB
52972007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5298
5299 * calc.texi (Predefined Units): Add some history.
5300
526dc846
MO
53012007-09-08 Michael Olson <mwolson@gnu.org>
5302
87e04f16
JB
5303 * erc.texi (Copying): New section included from gpl.texi.
5304 This matches the look of the upstream ERC manual.
526dc846 5305
f10d0e80
JB
53062007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5307
87e04f16 5308 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5309 (Random Numbers): Clarify the distribution of `random'.
5310
4009494e
GM
53112007-09-06 Glenn Morris <rgm@gnu.org>
5312
f1fc42aa 5313 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5314 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5315 Change all setfilename commands to use ../../info.
5316 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5317 refer to the Emacs manual here.
5318 (infodir): New variable.
5319 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5320 (cc-mode.texi, faq.texi): Update references to source file locations.
5321 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5322 do not refer to the Emacs manual here.
5323 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5324
5325 * Makefile.in: Add `basename' versions of all info targets, for
5326 convenience when rebuilding just one manual.
5327 (../etc/GNU): Delete obsolete target.
5328 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5329 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5330 *.vrs *.toc here...
5331 (maintainer-clean): ...from here.
4009494e
GM
5332
5333 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5334
2de53ca6
GM
53352007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5336
5337 * calc.texi (Date Conversions): Clarify definition of
5338 Julian day numbering.
5339 (Date Forms): Clarify definition of Julian day numbering;
5340 add some history.
5341
53422007-08-30 Carsten Dominik <dominik@science.uva.nl>
5343
87e04f16 5344 * org.texi: Version 5.07.
2de53ca6
GM
5345
53462007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5347
5348 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5349
53502007-08-22 Carsten Dominik <dominik@science.uva.nl>
5351
5352 * org.texi (Adding hyperlink types): New section.
5353 (Embedded LaTeX): Chapter updated because of LaTeX export.
5354 (LaTeX export): New section.
5355 (Using links out): New section.
5356
53572007-08-22 Glenn Morris <rgm@gnu.org>
5358
5359 * faq.texi (Learning how to do something): Refcards now in
5360 etc/refcards/ directory.
5361
53622007-08-22 Michael Albinus <michael.albinus@gmx.de>
5363
5364 * tramp.texi (Remote Programs): Persistency file must be cleared when
5365 changing `tramp-remote-path'.
5366 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5367 macro.
5368
53692007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5370
5371 * calc.texi: Move contents to beginning of file.
5372 (Algebraic Entry): Fix the formatting of an example.
5373
53742007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5375
5376 * calc.texi (Basic Operations on Units): Mention exact versus
5377 inexact conversions.
5378
53792007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5380
5381 * calc.texi (Basic Operations on Units): Mention default
5382 values for new units.
5383 (Quick Calculator Mode): Mention that binary format will
5384 be displayed.
5385
53862007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5387
5388 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5389
53902007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5391
5392 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5393
53942007-08-08 Glenn Morris <rgm@gnu.org>
5395
5396 * gnus.texi, sieve.texi: Replace `iff'.
5397
53982007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5399
5400 * calc.texi (Basic Graphics): Mention the graphing of error
5401 forms.
5402 (Graphics Options): Mention how `g s' handles error forms.
5403 (Curve Fitting): Mention plotting the curves.
5404 (Standard Nonlinear Models): Add additional models.
5405 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5406 (Linear Fits): Correct result.
5407
54082007-08-01 Alan Mackenzie <acm@muc.de>
5409
5410 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5411 to "--no-site-file".
5412
54132007-07-29 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * tramp.texi (Frequently Asked Questions): Point to mode line
5416 extension in Emacs 23.1.
5417
5418 * trampver.texi: Update release number.
5419
54202007-07-27 Glenn Morris <rgm@gnu.org>
5421
5422 * calc.texi (Copying): Include license text from gpl.texi, rather than
5423 in-line.
5424
54252007-07-25 Glenn Morris <rgm@gnu.org>
5426
5427 * calc.texi (Copying): Replace license with GPLv3.
5428
5429 * Relicense all FSF files to GPLv3 or later.
5430
54312007-07-22 Michael Albinus <michael.albinus@gmx.de>
5432
5433 Sync with Tramp 2.1.10.
5434
5435 * tramp.texi (trampfn): Expand macro implementation in order to handle
5436 empty arguments.
5437 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5438 occurrences by trampfn.
2de53ca6 5439 (Frequently Asked Questions): Extend example code for host
b2abec73 5440 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5441 file names to be typed.
5442
5443 * trampver.texi: Update release number.
5444
54452007-07-17 Michael Albinus <michael.albinus@gmx.de>
5446
5447 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5448 section. Reported by <poti@potis.org>.
5449 (Remote processes): Arguments of the program to be debugged are taken
5450 literally.
5451 (Frequently Asked Questions): Simplify recentf example.
5452
54532007-07-14 Karl Berry <karl@gnu.org>
5454
5455 * info.texi (@copying): New Back-Cover Text.
5456
5457 * info.texi (Quitting Info): Move to proper place in source.
5458 (Reported by Benno Schulenberg.)
5459
54602007-07-13 Eli Zaretskii <eliz@gnu.org>
5461
5462 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5463
5464 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5465
5466 * emacs-mime.texi: Add @documentencoding directive.
5467
54682007-07-12 Nick Roberts <nickrob@snap.net.nz>
5469
5470 * tramp.texi (Remote processes): Add an anchor to the subsection
5471 "Running a debugger on a remote host".
5472
54732007-07-12 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * tramp.texi (Remote processes): Don't call it "experimental" any
5476 longer. Add subsection about running a debugger on a remote host.
5477
54782007-07-10 Carsten Dominik <dominik@science.uva.nl>
5479
5480 * org.texi (Properties and columns): Chapter rewritten.
5481
54822007-07-08 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * tramp.texi:
5485 * trampver.texi: Migrate to Tramp 2.1.
5486
54872007-07-02 Carsten Dominik <dominik@science.uva.nl>
5488
5489 * org.texi (Properties): New chapter.
5490
54912007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5492
5493 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5494 Control Panel.
5495
5496 * gnus.texi (Misc Article): Add index entry for
5497 gnus-single-article-buffer.
5498
54992007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5500
5501 * gnus.texi (Starting Up): Fix typo.
5502
55032007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus.texi (Asynchronous Fetching): Fix typo.
5506
55072007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5508
5509 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5510 (About This Manual): Remove redundant information.
5511 (Getting Started): Mention author.
5512 (Basic Arithmetic, Customizing Calc): Make description of the
5513 variable `calc-multiplication-has-precedence' match its new effect.
5514
55152007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5516
0c7efc08
SM
5517 * calc.texi (Basic Arithmetic, Customizing Calc):
5518 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5519
55202007-06-19 Carsten Dominik <dominik@science.uva.nl>
5521
5522 * org.texi (Tag): Section swapped with node Timestamps.
5523 (Formula syntax for Lisp): Document new `L' flag.
5524
55252007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5526
5527 * gnus.texi (Misc Group Stuff, Summary Buffer)
5528 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5529
55302007-06-06 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5533 * gnus.texi (Article Buttons, Mail Source Customization)
5534 (Sending or Not Sending, Customizing NNDiary):
5535 * message.texi (Message Headers):
5536 * mh-e.texi (HTML): Fix typos.
5537
55382007-06-07 Michael Albinus <michael.albinus@gmx.de>
5539
5540 Sync with Tramp 2.0.56.
5541
5542 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5543 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5544
55452007-06-02 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * Version 22.1 released.
5548
55492007-05-26 Michael Olson <mwolson@gnu.org>
5550
5551 * erc.texi (Modules): Fix references to completion modules.
5552
55532007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5554
5555 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5556
55572007-05-09 Didier Verna <didier@xemacs.org>
5558
5559 * gnus.texi (Email Based Diary): New. Proper documentation for the
5560 nndiary back end and the gnus-diary library.
5561
55622007-05-03 Karl Berry <karl@gnu.org>
5563
5564 * .cvsignore (*.pdf): New entry.
5565
5566 * texinfo.tex: Update from current version for better pdf generation.
5567
55682007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5571
55722007-04-28 Glenn Morris <rgm@gnu.org>
5573
5574 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5575 consideration of legal status.
5576
55772007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5578
5579 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5580
55812007-04-24 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * faq.texi (New in Emacs 22): python.el removed.
5584
55852007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5586
5587 * calc.texi (Reporting bugs): Update maintainer's address.
5588
55892007-04-22 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5592
55932007-04-15 Jay Belanger <belanger@truman.edu>
5594
5595 * calc.texi (Title page): Remove the date.
5596 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5597 (The Standard Calc Interface): Change trail title.
5598 (Floats): Mention that when non-decimal floats are entered, only
5599 approximations are stored.
5600 (Copying): Move to the appendices.
5601 (GNU Free Documentation License): Add as an appendix.
5602
56032007-04-15 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5606 * dired-x.texi, ebrowse.texi, ediff.texi:
5607 * emacs-mime.texi, erc.texi, eshell.texi:
5608 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5609 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5610 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5611 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5612 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5613 * woman.texi: Include GFDL.
5614
5615 * doclicense.texi: Remove node heading, so that it can be included by
5616 other files.
5617
5618 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5619
5620 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5621 than *.
5622
56232007-04-14 Carsten Dominik <dominik@science.uva.nl>
5624
5625 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5626 in Calc.
5627
56282007-04-09 Romain Francoise <romain@orebokech.com>
5629
5630 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5631 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5632 replace mouse-2.
5633
56342007-04-08 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5637 renamed to woman-use-topic-at-point. Document new behavior.
5638
56392007-04-08 Richard Stallman <rms@gnu.org>
5640
5641 * url.texi: Fix some indexing.
5642 (Disk Caching): Drop discussion of old/other Emacs versions.
5643
56442007-04-07 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * url.texi (Disk Caching): Say Emacs 21 "and later".
5647
5648 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5649 on Font locking which now mentions JIT lock.
5650
56512007-04-01 Michael Olson <mwolson@gnu.org>
5652
5653 * erc.texi: Update for the ERC 5.2 release.
5654
56552007-03-31 David Kastrup <dak@gnu.org>
5656
5657 * woman.texi (Topic, Interface Options): Explain changes semantics of
5658 woman-manpath in order to consider MANPATH_MAP entries.
5659
56602007-03-31 Eli Zaretskii <eliz@gnu.org>
5661
5662 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5663
56642007-03-26 Richard Stallman <rms@gnu.org>
5665
5666 * pgg.texi (Caching passphrase): Clean up previous change.
5667
56682007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5669
5670 * gnus.texi (Setting Process Marks): Fix typo.
5671
56722007-03-25 Romain Francoise <romain@orebokech.com>
5673
5674 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5675 readability, and include various fixes by Daniel Brockman, Nick Roberts
5676 and Dieter Wilhelm.
5677
56782007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5679
5680 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5681
5682 * gnus.texi (Mail Source Specifiers): Fix typo.
5683
56842007-03-22 Ralf Angeli <angeli@caeruleus.net>
5685
5686 * reftex.texi (Imprint): Update maintainer information.
5687
56882007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * message.texi (Message Buffers): Update documentation for
5691 message-generate-new-buffers.
5692
56932007-03-15 Daiki Ueno <ueno@unixuser.org>
5694
5695 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5696
56972007-03-21 Glenn Morris <rgm@gnu.org>
5698
5699 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5700
57012007-03-19 Chong Yidong <cyd@stupidchicken.com>
5702
5703 * eshell.texi (Known problems): Emacs 21 -> 22.
5704
5705 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5706
57072007-03-18 Jay Belanger <belanger@truman.edu>
5708
5709 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5710
57112007-03-12 Glenn Morris <rgm@gnu.org>
5712
5713 * calc.texi (Time Zones): Switch to new North America DST rule.
5714
5715 * calc.texi: Replace "daylight savings" with "daylight
5716 saving" in text throughout.
5717
57182007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5719
5720 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5721 The variable now uses a list of symbols instead of just a symbol.
5722 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5723
57242007-03-06 Romain Francoise <romain@orebokech.com>
5725
5726 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5727 new packages, and mention Gnus update.
5728
57292007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5730
5731 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5732 nntp-open-connection-functions-never-echo-commands.
5733
57342007-02-27 Chong Yidong <cyd@stupidchicken.com>
5735
5736 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5737 problems on the console, and security risk in not using gpg-agent.
5738
57392007-02-25 Carsten Dominik <dominik@science.uva.nl>
5740
0c7efc08 5741 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
5742 Completely reorganized and rewritten.
5743 (CamelCase links): Section removed.
5744 (Repeating items): New section.
5745 (Tracking TODO state changes): New section.
5746 (Agenda views): Chapter reorganized and rewritten.
5747 (HTML export): Section rewritten.
5748 (Tables in arbitrary syntax): New section.
5749 (Summary): Better feature summary.
5750 (Activation): Document problem with cut-and-paste of Lisp code
5751 from PDF files.
5752 (Visibility cycling): Document indirect buffer use.
5753 (Structure editing): Document sorting.
5754 (Remember): Section rewritten.
5755 (Time stamps): Better description of time stamp types.
5756 (Tag searches): Document regular expression search for tags.
5757 (Stuck projects): New section.
5758 (In-buffer settings): New keywords.
5759 (History and Acknowledgments): Updated description.
5760
57612007-02-24 Alan Mackenzie <acm@muc.de>
5762
5763 * cc-mode.texi (Movement Commands): Insert two missing command names.
5764 (Getting Started): Slight wording correction (use conditional).
5765
57662007-02-22 Kim F. Storm <storm@cua.dk>
5767
5768 * widget.texi (User Interface, Basic Types): Document need to put some
5769 text before the %v escape in :format string in editable-field widget.
5770
57712007-02-18 Romain Francoise <romain@orebokech.com>
5772
5773 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5774 `cvs-mode-quit'.
5775
57762007-02-10 Markus Triska <markus.triska@gmx.at>
5777
5778 * widget.texi (Programming Example): Put constant strings in :format.
5779
57802007-02-07 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * faq.texi (Fullscreen mode on MS-Windows): New node.
5783
57842007-02-04 David Kastrup <dak@gnu.org>
5785
5786 * faq.texi (AUCTeX): Update version number. Should probably be done
5787 for other packages as well.
5788
57892007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5790
5791 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5792 <tassilo@member.fsf.org>.
5793
57942007-01-27 Eli Zaretskii <eliz@gnu.org>
5795
5796 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5797 ls-lisp-use-localized-time-format.
5798
57992007-01-20 Markus Triska <markus.triska@gmx.at>
5800
5801 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5802
58032007-01-13 Michael Olson <mwolson@gnu.org>
5804
5805 * erc.texi (Modules): Mention capab-identify module.
5806
58072007-01-05 Michael Olson <mwolson@gnu.org>
5808
5809 * erc.texi (Getting Started): Update for /RECONNECT command.
5810
58112007-01-04 Richard Stallman <rms@gnu.org>
5812
5813 * ebrowse.texi: Change C-c b to C-c C-m.
5814
58152007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5818 variables only in info to avoid redundant entries in the printed
5819 manual.
5820
58212007-01-02 Daiki Ueno <ueno@unixuser.org>
5822
5823 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5824
58252007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5826
5827 * message.texi (Security): Split into sub-nodes.
5828
58292007-01-01 Alan Mackenzie <acm@muc.de>
5830
5831 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5832 eval-after-load in Emacs <=21 and a workaround. Document that
5833 trigraphs are not supported.
5834
58352007-01-01 Alan Mackenzie <acm@muc.de>
5836
5837 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5838 c-context-line-break. When invoked within a string, preserve
5839 whitespace. Add a backslash only when also in a macro.
5840
58412007-01-01 Alan Mackenzie <acm@muc.de>
5842
5843 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5844
58452007-01-01 Alan Mackenzie <acm@muc.de>
5846
5847 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5848 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5849
58502007-01-01 Alan Mackenzie <acm@muc.de>
5851
5852 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5853 "Choosing a Style".
5854
5855 * cc-mode.texi ("Styles"): Add @dfn{style}.
5856
58572006-12-30 Michael Albinus <michael.albinus@gmx.de>
5858
5859 Sync with Tramp 2.0.55.
5860
5861 * trampver.texi: Update release number.
5862
58632006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5864
5865 * gnus.texi (Customizing Articles): Add index entries for all
5866 gnus-treat-* variables.
5867
c8763fb6 58682006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5869
5870 * gnus.texi (IMAP): Fix incorrect explanation of
5871 nnimap-search-uids-not-since-is-evil in documentation for
5872 nnimap-expunge-search-string.
5873
58742006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5875
5876 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5877 spam-ifile-database.
5878
58792006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5880
5881 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5882 rebind C-s.
5883
c8763fb6 58842006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
5885
5886 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5887 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5888 "expiring mail".
5889 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5890 nnimap-nov-is-evil.
5891
58922006-12-25 Kevin Ryde <user42@zip.com.au>
5893
5894 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5895 about the key procedure being used heavily.
5896
58972006-12-24 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5900 to t.
5901 (Prerequisites): Add explanation about gpg-agent.
5902
59032006-12-22 Kevin Ryde <user42@zip.com.au>
5904
5905 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5906 "sort" instead of "sort*".
5907
59082006-12-19 Richard Stallman <rms@gnu.org>
5909
5910 * calc.texi (History and Acknowledgements): Recognize that Emacs
5911 now does have floating point.
5912
59132006-12-19 Michael Albinus <michael.albinus@gmx.de>
5914
5915 * tramp.texi (External transfer methods): Describe new method `scpc'.
5916
59172006-12-17 Sascha Wilde <wilde@sha-bang.de>
5918
5919 * pgg.texi: Added short note on gpg-agent to the introduction.
5920
59212006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5922
5923 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5924 also applies to Cc.
5925
59262006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5927
5928 * gnus.texi (X-Face): Clarify. Say which programs are required
5929 on Windows.
5930
59312006-12-08 Michael Olson <mwolson@gnu.org>
5932
5933 * erc.texi (Modules): Remove documentation for list module.
5934
c8763fb6 59352006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
5936
5937 * faq.texi (^M in the shell buffer): Ditto.
5938
59392006-11-20 Michael Olson <mwolson@gnu.org>
5940
5941 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5942
59432006-11-17 Carsten Dominik <dominik@science.uva.nl>
5944
5945 * org.texi: Fix typos.
5946 (Agenda commands): Document `C-k'.
5947
59482006-11-16 Eli Zaretskii <eliz@gnu.org>
5949
5950 * url.texi (http/https): Fix a typo in the HTTP URL.
5951
59522006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5953
5954 * ada-mode.texi: Total rewrite.
5955
59562006-11-13 Carsten Dominik <dominik@science.uva.nl>
5957
5958 * org.texi: Minor typo fixes.
5959
59602006-11-13 Bill Wohler <wohler@newt.com>
5961
5962 Release MH-E manual version 8.0.3.
5963
5964 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5965 release 8.0.3.
5966
5967 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5968 to set MAILDIR.
5969 (Reading Mail): Document the customization of read-mail-command
5970 for MH-E.
5971 (Viewing Attachments): Document mm-discouraged-alternatives.
5972 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5973 (Junk): Add more information about the settings of mh-junk-background
5974 in a program. Add /usr/bin/mh to PATH in examples.
5975
59762006-11-12 Richard Stallman <rms@gnu.org>
5977
5978 * woman.texi: Update author address but say he no longer maintains it.
5979
59802006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5981
5982 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5983 archived trees.
5984 (Checkboxes): Section moved to chapter 5, and extended.
5985 (The date/time prompt): New section.
5986 (Link abbreviations): New section.
5987 (Presentation and sorting): New section.
5988 (Custom agenda views): Section completely rewritten.
5989 (Summary): Compare with Planner.
5990 (Feedback): More info about creating backtraces.
5991 (Plain lists): Modified example.
5992 (Breaking down tasks): New section.
5993 (Custom time format): New section.
5994 (Time stamps): Document inactive timestamps.
5995 (Setting tags): More details about fast tag selection.
5996 (Block agenda): New section.
5997 (Custom agenda views): Section rewritten.
5998 (Block agenda): New section.
5999
60002006-11-07 Michael Albinus <michael.albinus@gmx.de>
6001
6002 * tramp.texi (Configuration): scp is the default method.
6003 (Default Method): Use ssh as example for another method.
6004
60052006-10-27 Richard Stallman <rms@gnu.org>
6006
6007 * woman.texi: Downcase nroff/troff/roff.
6008 (Installation): Chapter deleted. Some xrefs deleted.
6009 (Background): woman doesn't advise man ;-).
6010
c8763fb6 60112006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6012
6013 * ada-mode.texi (Project files, Identifier completion)
6014 (Automatic Casing, Debugging, Using non-standard file names)
6015 (Working Remotely): Fix typos.
6016
60172006-10-20 Masatake YAMATO <jet@gyve.org>
6018
0c7efc08 6019 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6020 sample code `my-c-initialization-hook'.
6021
60222006-10-19 Stuart D. Herring <herring@lanl.gov>
6023
6024 * widget.texi: Fix typos.
6025
60262006-10-19 Michael Albinus <michael.albinus@gmx.de>
6027
6028 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6029 "???". There have been no complaints for years, so the information
6030 must be appropriate.
6031
60322006-10-16 Richard Stallman <rms@gnu.org>
6033
6034 * widget.texi: Use @var instead of capitalization.
6035 Clarify many widget type descriptions.
6036
60372006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6038
6039 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6040 gnus-dired-attach.
6041 (Selecting a Group): Fix typo.
6042
c8763fb6 60432006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6044
6045 * widget.texi: Fix typos.
6046
60472006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6048
6049 * gnus.texi (Image Enhancements): Update for Emacs 22.
6050
6051 * gnus-faq.texi ([1.3]): Update.
6052
60532006-10-06 Richard Stallman <rms@gnu.org>
6054
6055 * faq.texi (Displaying the current line or column):
6056 Delete "As of Emacs 20".
6057
60582006-10-06 Romain Francoise <romain@orebokech.com>
6059
6060 * faq.texi (VM): VM works with Emacs 22 too.
6061
60622006-10-06 Richard Stallman <rms@gnu.org>
6063
6064 * ebrowse.texi: Remove Emacs version "21" from title.
6065
60662006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6067
6068 * gnus.texi (Foreign Groups): Say where change of editing commands are
6069 stored. Add reference to `gnus-parameters'.
6070
60712006-09-15 Jay Belanger <belanger@truman.edu>
6072
6073 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6074 Change "Library Public License" to "Lesser Public License"
6075 throughout. Use "yyyy" to represent year.
6076
60772006-09-15 Carsten Dominik <dominik@science.uva.nl>
6078
6079 * org.texi (Setting tags): Typo fix.
6080
60812006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6082
6083 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6084
60852006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6086
6087 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6088
60892006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6090
6091 * faq.texi (Escape sequences in shell output): EMACS is now set
6092 to Emacs's absolute file name, not to "t".
6093 (^M in the shell buffer): Likewise.
6094 * misc.texi (Interactive Shell): Likewise.
6095
60962006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6097
6098 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6099 mails with pop3-leave-mail-on-server. Fix wording.
6100 (Limiting): Improve gnus-summary-limit-to-articles.
6101 (X-Face): Fix typo.
6102
61032006-09-11 Simon Josefsson <jas@extundo.com>
6104
6105 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6106 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6107
61082006-09-06 Simon Josefsson <jas@extundo.com>
6109
6110 * smtpmail.texi (Authentication): Mention SSL.
6111
61122006-09-01 Eli Zaretskii <eliz@gnu.org>
6113
6114 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6115 Don't use @indicateurl.
6116
6117 * cc-mode.texi (Subword Movement): Don't use @headitem.
6118 (Custom Braces, Clean-ups): Don't use @tie.
6119
61202006-08-29 Michael Albinus <michael.albinus@gmx.de>
6121
6122 Sync with Tramp 2.0.54.
6123
6124 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6125 Suggested by Adrian Phillips <a.phillips@met.no>.
6126
61272006-08-15 Carsten Dominik <dominik@science.uva.nl>
6128
6129 * org.texi (Installation, Activation): Split from Installation and
6130 Activation.
6131 (Clocking work time): Documented new features.
6132
61332006-08-13 Alex Schroeder <alex@gnu.org>
6134
6135 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6136 example.
6137
61382006-08-12 Eli Zaretskii <eliz@gnu.org>
6139
6140 * faq.texi (How to add fonts): New node.
6141
61422006-08-05 Romain Francoise <romain@orebokech.com>
6143
6144 * faq.texi (New in Emacs 22): Expand.
6145
61462006-08-03 Michael Olson <mwolson@gnu.org>
6147
6148 * erc.texi: Update for ERC 5.1.4.
6149
61502006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6153 in .../site-lisp/gnus/ by default.
6154 [ From gnus-news.texi in the trunk. ]
6155
61562006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6157
6158 * gnus.texi (MIME Commands): Additions for yEnc.
6159
61602006-07-24 Richard Stallman <rms@gnu.org>
6161
6162 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6163 * faq.texi: Move periods and commas inside quotes.
6164
61652006-07-20 Jay Belanger <belanger@truman.edu>
6166
6167 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6168
61692006-07-18 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * faq.texi (Security risks with Emacs): Document Emacs 22
6172 file-local-variable mechanism.
6173
61742006-07-12 Michael Olson <mwolson@gnu.org>
6175
6176 * erc.texi: Update for ERC 5.1.3.
6177
61782006-07-12 Alex Schroeder <alex@gnu.org>
6179
6180 * rcirc.texi: Fix typos.
6181 (Getting started with rcirc): New calling convention for M-x irc.
6182 Mention #rcirc. Removed channel tracking.
0c7efc08 6183 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6184 recently, eg. rcirc-server to rcirc-default-server. Added
6185 documentation for rcirc-authinfo, some background for Bitlbee, and
6186 rcirc-track-minor-mode.
0c7efc08 6187 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6188 Scrolling.
0c7efc08 6189 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6190 to match code changes.
6191
61922006-07-10 Nick Roberts <nickrob@snap.net.nz>
6193
6194 * gnus.texi, message.texi: Fix typos.
6195
61962006-07-07 Carsten Dominik <dominik@science.uva.nl>
6197
6198 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6199 commands.
6200 (Global TODO list): Document the use of the variables
6201 `org-agenda-todo-ignore-scheduled' and
6202 `org-agenda-todo-list-sublevels'.
6203
62042006-07-05 Richard Stallman <rms@gnu.org>
6205
6206 * faq.texi (Scrolling only one line): Fix xref.
6207
62082006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6209
6210 * faq.texi (Evaluating Emacs Lisp code):
6211 Throughout, replace eval-current-buffer with eval-buffer.
6212
62132006-07-03 Richard Stallman <rms@gnu.org>
6214
6215 * rcirc.texi (Scrolling conservatively): Fix xref.
6216
6217 * pcl-cvs.texi (Viewing differences): Usage fix.
6218
62192006-07-03 Carsten Dominik <dominik@science.uva.nl>
6220
6221 * org.texi (Agenda commands): Document `s' key to save all org-mode
6222 buffers.
6223
62242006-06-30 Ralf Angeli <angeli@caeruleus.net>
6225
6226 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6227 names. Mention `cvs-msg' face.
6228
62292006-06-29 Carsten Dominik <dominik@science.uva.nl>
6230
6231 * org.texi (Checkboxes): New section.
6232
62332006-06-28 Carsten Dominik <dominik@science.uva.nl>
6234
6235 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6236 throughout this chapter.
6237
62382006-06-27 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6241 text for standalone vs Emacs info.
6242 (Help): Clarify header line description. Use mouse-1 for clicks.
6243 (Help-P): Use mouse-1 for clicks.
6244 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6245 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6246 (Choose menu subtopic): Remove gratuitous Emacs command names.
6247 (Help-FOO): Put usual behavior first.
6248 (Help-Xref): Clicking on xrefs works in Emacs.
6249 (Search Text): Clarify what the default behavior is.
6250 (Create Info buffer): Fix Emacs window/X window confusion.
6251 (Emacs Info Variables): Fix for new Emacs init file behavior.
6252
62532006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6254
6255 * gnus.texi (Summary Buffer Lines): Fix typo.
6256
62572006-06-23 Carsten Dominik <dominik@science.uva.nl>
6258
6259 * org.texi (Embedded LaTeX): New chapter.
6260 (Archiving): Section rewritten.
6261 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6262
62632006-06-20 Bill Wohler <wohler@newt.com>
6264
6265 Release MH-E manual version 8.0.1.
6266
6267 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6268 release 8.0.1.
6269 (Preface): Depend on GNU mailutils 1.0 and higher.
6270
62712006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6272
6273 * message.texi (News Headers): Update message-syntax-checks section.
6274
62752006-06-19 Karl Berry <karl@gnu.org>
6276
6277 * info.texi (Advanced): Mention C-q, especially with ?.
6278
62792006-06-19 Carsten Dominik <dominik@science.uva.nl>
6280
6281 * org.texi (Publishing links): Document the `:link-validation-function'
6282 property.
6283 (Extensions and Hacking): New chapter, includes some sections of the
6284 "Miscellaneous" chapter.
6285
62862006-06-10 Carsten Dominik <dominik@science.uva.nl>
6287
6288 * org.texi (Progress logging): New section.
6289
2de53ca6
GM
62902006-06-06 Carsten Dominik <dominik@science.uva.nl>
6291
6292 * org.texi (ASCII export): Document indentation adaptation.
6293 (Setting tags): Document mutually-exclusive tags.
6294
62952006-06-05 Romain Francoise <romain@orebokech.com>
6296
6297 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6298 Fix typo.
6299
6300 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6301 channel (#gnus@irc.freenode.net).
6302 Fix typos. Update copyright notice.
6303
6304 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6305 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6306 (Line-Up Functions, Custom Macros):
6307 * ediff.texi (Window and Frame Configuration)
dccb744b 6308 (Highlighting Difference Regions):
2de53ca6
GM
6309 * emacs-mime.texi (Display Customization):
6310 * erc.texi (History):
6311 * eshell.texi (Known problems):
6312 * eudc.texi (Overview, BBDB):
6313 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6314 (The problem of spam, SpamOracle, Extending the Spam package)
6315 (Conformity, Terminology):
dccb744b 6316 * idlwave.texi (Routine Info)
2de53ca6
GM
6317 (Class and Keyword Inheritance, Padding Operators)
6318 (Breakpoints and Stepping, Electric Debug Mode)
6319 (Examining Variables, Troubleshooting):
6320 * org.texi (Creating timestamps):
6321 * reftex.texi (Commands, Options, Changes):
6322 * tramp.texi (Inline methods, Password caching)
6323 (Auto-save and Backup, Issues):
6324 * vip.texi (Files, Commands in Insert Mode):
6325 * viper.texi (Emacs Preliminaries, States in Viper)
6326 (Packages that Change Keymaps, Viper Specials, Groundwork):
6327 Fix various typos.
6328
63292006-05-31 Michael Ernst <mernst@alum.mit.edu>
6330
6331 * ediff.texi: Fix typos.
6332
63332006-05-30 Carsten Dominik <dominik@science.uva.nl>
6334
6335 * org.texi: Small typo fixes.
6336
fff84c22
JB
63372006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * viper.texi (Viper Specials):
6340 * gnus.texi (Example Setup):
6341 * faq.texi (Backspace invokes help):
6342 * dired-x.texi (Optional Installation Dired Jump):
6343 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6344 follow coding conventions.
6345
2de53ca6
GM
63462006-05-29 Michael Albinus <michael.albinus@gmx.de>
6347
6348 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6349
63502006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6351
6352 * pcl-cvs.texi: Fix typos.
6353 (Customization): Say "us".
6354
63552006-05-26 Eli Zaretskii <eliz@gnu.org>
6356
6357 * org.texi: Remove bogus @setfilename.
6358
63592006-05-26 Carsten Dominik <dominik@science.uva.nl>
6360
6361 * org.texi (ASCII export): Omit command name.
6362 (HTML export): Add prefix to all lines in Local Variable example.
6363 (Acknowledgments): Typeset names in italics.
6364
63652006-05-24 Carsten Dominik <dominik@science.uva.nl>
6366
6367 * org.texi (Plain lists): Add new item navigation commands.
6368 (External links): Document elisp and info links.
6369 (Custom searches): New section.
6370 (Publishing): New chapter.
6371 (HTML export): Include a list of supported CSS classes.
6372 (Setting tags): Describe the fast-tag-setting interface.
6373
63742006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6375
6376 * dired-x.texi: ifinfo -> ifnottex.
6377
63782006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6379
6380 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6381
63822006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6383
6384 * message.texi (Interface): Add tool bar customization.
6385 (MIME): Index and text additions for mml-attach.
6386 (MIME): Describe mml-dnd-protocol-alist and
6387 mml-dnd-attach-options.
6388
6389 * gnus.texi (Oort Gnus): Reorder entries in sections.
6390 Fix some entries.
6391 (Starting Up): Add references to "Emacs for Heathens" and to
6392 "Finding the News". Add user-full-name and user-mail-address.
6393 (Group Buffer Format): Add tool bar customization and update.
6394 (Summary Buffer): Add tool bar customization.
6395 (Posting Styles): Add message-alternative-emails.
6396
63972006-05-09 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * tramp.texi (Filename completion): Improve wording.
6400
64012006-05-07 Romain Francoise <romain@orebokech.com>
6402
6403 * faq.texi (Using regular expressions): Fix typo.
6404 (Packages that do not come with Emacs): Fix capitalization.
6405 (Replacing text across multiple files): Expand node to explain how
6406 to use `dired-do-query-replace-regexp' in more detail, based on
6407 suggestion by Eric Hanchrow <offby1@blarg.net>.
6408
64092006-05-06 Michael Albinus <michael.albinus@gmx.de>
6410
6411 * tramp.texi (Filename completion): Completion of remote files'
6412 method, user name and host name is active only in partial
6413 completion mode.
6414
64152006-05-06 Bill Wohler <wohler@newt.com>
6416
6417 Release MH-E manual version 8.0.
6418
6419 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6420 release 8.0.
6421
64222006-05-06 Bill Wohler <wohler@newt.com>
6423
6424 * mh-e.texi (MH-BOOK-HOME): Change from
6425 http://www.ics.uci.edu/~mh/book/mh to
6426 http://rand-mh.sourceforge.net/book/mh.
6427 Replace .htm suffix with .html for MH book files.
6428 (Using This Manual): Update key binding for getting relevant
6429 chapter in Info from command key.
6430 (Ranges): Fix itemx.
6431
64322006-05-05 Karl Berry <karl@gnu.org>
6433
6434 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6435 (\fonttextsize): New user-level command to change text font size.
6436
64372006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6438
6439 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6440
64412006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6442
6443 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6444
64452006-04-24 Bill Wohler <wohler@newt.com>
6446
6447 * mh-e.texi (Getting Started): Make it more explicit that you need
6448 to install MH. Add pointers to current MH implementations.
6449
64502006-04-21 Bill Wohler <wohler@newt.com>
6451
6452 Release MH-E manual version 7.94.
6453
6454 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6455 release 7.94.
6456
64572006-04-21 Carsten Dominik <dominik@science.uva.nl>
6458
6459 * org.texi: Many small fixes.
6460 (Handling links): Rename from "Managing links".
6461
64622006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6463
6464 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6465 (Splitting mail using spam-stat): Fix @xref.
6466
64672006-04-20 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6470 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6471
64722006-04-20 Carsten Dominik <dominik@science.uva.nl>
6473
6474 * org.texi (Time stamps): Better explanation of the purpose of
6475 different time stamps.
6476 (Structure editing, Plain lists): More details on how new items
6477 and headings are inserted.
6478
64792006-04-18 Carsten Dominik <dominik@science.uva.nl>
6480
6481 * org.texi (Formula syntax): Fix link to Calc Manual.
6482
64832006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6484
6485 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6486
64872006-04-17 Bill Wohler <wohler@newt.com>
6488
6489 * mh-e.texi (Folders): Update mh-before-quit-hook and
6490 mh-quit-hook example with code that removes the buffers rather
6491 than just bury them.
6492
64932006-04-17 Michael Albinus <michael.albinus@gmx.de>
6494
6495 Sync with Tramp 2.0.53.
6496
64972006-04-13 Carsten Dominik <dominik@science.uva.nl>
6498
6499 * org.texi (Updating settings): New section.
6500 (Visibility cycling): Better names for the startup folding
6501 options.
6502 (Exporting): Completely restructured.
6503 (The very busy C-c C-c key): New section.
6504 (Summary of in-buffer settings): New section.
6505
65062006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6507
6508 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6509
65102006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6511
6512 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6513 (Server Commands): Key `v' is reserved for users.
6514
65152006-04-11 Carsten Dominik <dominik@science.uva.nl>
6516
6517 * org.texi (Link format): New section, emphasis on bracket links.
6518 (External links): Document bracket links.
6519 (FAQ): Expand to cover shell links and the new link format.
6520
65212006-04-09 Kevin Ryde <user42@zip.com.au>
6522
6523 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6524
65252006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6526
6527 * gnus.texi (Summary Buffer Lines): Add `*'.
6528
c8763fb6 65292006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
6530
6531 * gnus.texi (Group Parameters):
6532 Mention gnus-permanently-visible-groups.
6533
65342006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * gnus.texi (Face): Fix typo.
6537
65382006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6539
6540 * gnus.texi (X-Face): Clarify.
6541 (Face): Need Emacs with PNG support.
6542
65432006-04-06 Richard Stallman <rms@gnu.org>
6544
6545 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6546 Emacs".
6547
65482006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6549
6550 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6551 blocks not suitable for inclusion with Emacs using variable
6552 PARTOFEMACS.
6553
65542006-04-04 Simon Josefsson <jas@extundo.com>
6555
6556 * gnus.texi (Security): Improve.
6557
65582006-04-02 Bill Wohler <wohler@newt.com>
6559
6560 * mh-e.texi (Getting Started, Junk, Bug Reports)
6561 (MH FAQ and Support): Fix URLs.
6562
65632006-03-31 Romain Francoise <romain@orebokech.com>
6564
6565 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6566 to t, not nil (and has for the past eight years).
6567
65682006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6569
6570 * message.texi, gnus.texi: Bump version to 5.11.
6571
65722006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * gnus.texi (Top): Add comment about version line.
6575
6576 * message.texi (Top): Ditto. Change to take named versions into
6577 account.
6578
65792006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6580
6581 * gnus.texi (Posting Styles): Add x-face-file to example.
6582 (X-Face): Refer to posting styles.
6583
6584 * gnus-faq.texi ([5.8]): Add x-face-file.
6585 ([8.4]): Add links to gmane.emacs.gnus.user and
6586 gmane.emacs.gnus.general.
6587
65882006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6589
6590 * gnus-faq.texi: Use .invalid.
6591 ([5.4]): Fix gnus-posting-styles example.
6592
65932006-03-27 Romain Francoise <romain@orebokech.com>
6594
6595 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6596 Emacs/W3 needs a new maintainer.
6597 (Ispell): Update author and version info.
6598 (Mailcrypt): Mention PGG.
6599 (New in Emacs 22): Add PGG to the list of new packages.
6600 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6601 updating dead URLs.
6602
66032006-03-25 Karl Berry <karl@gnu.org>
6604
6605 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6606 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6607 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6608 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6609 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6610 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6611 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6612 (2) do not indent copyright year list (or anything else).
6613
66142006-03-21 Bill Wohler <wohler@newt.com>
6615
6616 * mh-e.texi (Folders): Various edits.
6617
66182006-03-20 Romain Francoise <romain@orebokech.com>
6619
6620 * gnus.texi (Mail Folders): Grammar fix.
6621
66222006-03-19 Bill Wohler <wohler@newt.com>
6623
6624 * mh-e.texi (Replying): Document Mail-Followup-To.
6625 Change manually-formatted table to multitable. Add debugging info.
6626 Move description of mh-reply-default-reply-to into paragraph
6627 that describes its values.
6628
66292006-03-17 Bill Wohler <wohler@newt.com>
6630
10d1d0af 6631 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
6632 (Sending Mail Tour): Update method of entering
6633 addresses and subject.
6634 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6635 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6636
66372006-03-15 Carsten Dominik <dominik@science.uva.nl>
6638
6639 * org.texi: Version number change only.
6640
66412006-03-14 Bill Wohler <wohler@newt.com>
6642
6643 * mh-e.texi: Add index entries around each paragraph rather than
6644 depend on entries from beginning of node. Doing so ensures that
6645 index entries are less likely to be forgotten if text is cut and
6646 pasted, and are necessary anyway if the references are on a
6647 separate page. It seems that makeinfo is now (v. 4.8) only
6648 producing one index entry per node, so there is no longer any
6649 excuse not to. Use subheading instead of heading. The incorrect
6650 use of heading produced very large fonts in Info--as large as the
6651 main heading.
6652 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6653 versions 6 and 7 appeared *around* the time of these Emacs releases.
6654
66552006-03-13 Carsten Dominik <dominik@science.uva.nl>
6656
6657 * org.texi (Clean view): Document new startup options.
6658
66592006-03-11 Bill Wohler <wohler@newt.com>
6660
6661 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6662 (Composing, Scan Line Formats): Fix @refs.
6663 (Getting Started): Define MH profile and MH profile components.
6664 (Incorporating Mail, Reading Mail, Viewing, Printing)
6665 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6666 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6667 for string constants.
6668 (Tool Bar): Remove spurious quote.
6669 (Junk): Use ``...'' instead of "...".
6670 (Scan Line Formats): Replace @samp with @kbd.
6671
66722006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6673
6674 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6675
66762006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6679 easy to understand.
6680
66812006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6682
6683 * gnus.texi: Markup fix.
6684 (Fancy Mail Splitting): Specify new feature.
6685
66862006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6689 partial-words matching.
6690
66912006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6692
6693 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6694
6695 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6696 (MIME Commands): Fix mm-discouraged-alternatives.
6697
66982006-03-07 Carsten Dominik <dominik@science.uva.nl>
6699
6700 * org.texi: Version number change only.
6701
67022006-03-06 Bill Wohler <wohler@newt.com>
6703
6704 * mh-e.texi: Move from SourceForge repository to Savannah.
6705 This is version 7.93, which is a total rewrite from the previous
6706 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6707 version 7.93.
6708
67092006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6710
6711 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6712
67132006-03-01 Carsten Dominik <dominik@science.uva.nl>
6714
6715 * org.texi (Interaction): Add item about `org-mouse.el' by
6716 Piotr Zielinski.
6717 (Managing links): Document that also mouse-1 can be used to
6718 activate a link.
6719 (Headlines, FAQ): Add entry about hiding leading stars.
6720 (Miscellaneous): Resort the sections in this chapter to a more
6721 logical sequence.
6722
67232006-02-27 Simon Josefsson <jas@extundo.com>
6724
6725 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6726 2004-01-27 from the trunk).
6727
67282006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6729
6730 * cc-mode.texi: Rename c-hungry-backspace to
6731 c-hungry-delete-backwards, at the request of RMS. Leave the old
6732 name as an alias.
6733
67342006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6735
6736 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6737 include the function header within the defun.
6738
67392006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6740
6741 * cc-mode.texi: Correct two typos.
6742
67432006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6744
6745 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6746 existing comment.
6747 (Electric Keys): Add a justification for electric indentation.
6748 (Hungry WS Deletion): Clear up the names and complications of the
6749 BACKSPACE and DELETE keys.
6750
67512006-02-23 Juri Linkov <juri@jurta.org>
6752
6753 * faq.texi (Common requests): Move `Turning on auto-fill by
6754 default' after `Wrapping words automatically'. Move `Working with
6755 unprintable characters' before `Searching for/replacing newlines'.
6756 Move `Replacing highlighted text' after `Highlighting a region'.
6757 Merge `Repeating commands' and `Repeating a command as many times
6758 as possible' into the former.
6759 (Packages that do not come with Emacs): Add refs to Gmane and
6760 etc/MORE.STUFF.
6761
67622006-02-23 Juri Linkov <juri@jurta.org>
6763
6764 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6765 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6766 Add xref to `(emacs)Reporting Bugs'.
6767 (Getting a printed manual): Add URL to other formats of the manual.
6768 (Common requests): Fix menu.
6769 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6770 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6771 (Inserting text at the beginning of each line): Add pxref to
6772 `Changing the included text prefix'.
6773 (Forcing the cursor to remain in the same column): Mention `track-eol'
6774 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6775 (Replacing text across multiple files): Add keybinding `Q' for
6776 `dired-do-query-replace'.
6777
67782006-02-22 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * reftex.texi: Version number and date change only.
6781
6782 * org.texi (Internal Links): Rewrite to cover the modified
6783 linking system.
6784
67852006-02-17 Eli Zaretskii <eliz@gnu.org>
6786
6787 * faq.texi: Remove the coding cookie, it's not needed anymore.
6788
67892006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6790
6791 * faq.texi (Colors on a TTY): Mention Mac OS port.
6792
67932006-02-12 Karl Berry <karl@gnu.org>
6794
6795 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6796 8-bit accented a.
6797
67982006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6799
6800 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6801
68022006-02-08 Romain Francoise <romain@orebokech.com>
6803
6804 * faq.texi (Top): Remove paragraph about the FAQ being a
6805 transitional document, etc.
6806 (Searching for/replacing newlines): New node.
6807 (Yanking text in isearch): New node.
6808 (Inserting text at the beginning of each line): Rename and make
6809 more general, mention `M-;' in Message mode.
6810
68112006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6812
6813 * faq.texi (Meta key does not work in xterm)
6814 (Emacs does not display 8-bit characters)
6815 (Inputting eight-bit characters): Update xrefs.
6816
68172006-02-06 Romain Francoise <romain@orebokech.com>
6818
6819 * faq.texi (VM): VM now at version 7.19.
6820 Set myself as maintainer of this file.
6821
68222006-02-04 Michael Olson <mwolson@gnu.org>
6823
6824 * erc.texi (History): Note that ERC is now included with Emacs.
6825
68262006-01-31 Romain Francoise <romain@orebokech.com>
6827
6828 * message.texi (Message Headers): Explain what
6829 `message-alternative-emails' does in more detail.
6830 Update copyright year.
6831
68322006-01-30 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6835
68362006-01-29 Richard M. Stallman <rms@gnu.org>
6837
6838 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6839
68402006-01-29 Michael Olson <mwolson@gnu.org>
6841
6842 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6843
6844 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6845
6846 * faq.texi (New in Emacs 22): Mention ERC.
6847
68482006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * rcirc.texi: Capitalize dir entry for consistency with the entry
6851 in info/dir and other entries in the Emacs category.
6852 Fix typos. Delete trailing whitespace.
6853
c8763fb6 68542006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
6855
6856 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6857
68582006-01-27 Eli Zaretskii <eliz@gnu.org>
6859
6860 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6861 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6862
6863 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6864 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6865
68662006-01-27 Alex Schroeder <alex@gnu.org>
6867
6868 * rcirc.texi: New file.
6869
68702006-01-23 Juri Linkov <juri@jurta.org>
6871
6872 * widget.texi (User Interface): Add S-TAB for widget-backward.
6873
68742006-01-22 Michael Albinus <michael.albinus@gmx.de>
6875
6876 Sync with Tramp 2.0.52.
6877
6878 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6879 Add Tramp disabling item. New item for common connection problems.
6880 (various): Apply "ftp" as method for the download URL.
6881 (Bug Reports): Refer to FAQ for common problems.
6882
68832006-01-21 Eli Zaretskii <eliz@gnu.org>
6884
6885 * widget.texi (User Interface): Use @key for TAB.
6886
6887 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6888
6889 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6890 for TAB.
6891
6892 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6893
68942006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * gnus.texi: Update copyright.
6897
68982006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6899
6900 * gnus.texi (Article Washing): Additions.
6901
2de53ca6
GM
69022006-01-13 Carsten Dominik <dominik@science.uva.nl>
6903
6904 * org.texi (Agenda commands): Document tags command.
6905
69062006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6909
69102006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6911
6912 * gnus.texi (RSS): Addition.
6913
69142005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6915
6916 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6917
69182005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6919
6920 * emacs-mime.texi (Display Customization): Add setting example to
6921 mm-discouraged-alternatives.
6922
69232006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6926 version is the canonical version.
6927
69282006-01-08 Alex Schroeder <alex@gnu.org>
6929
6930 * pgg.texi (Caching passphrase): Rewording.
6931
69322006-01-06 Eli Zaretskii <eliz@gnu.org>
6933
6934 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6935 repository URL.
6936
69372006-01-06 Carsten Dominik <dominik@science.uva.nl>
6938
6939 * org.texi: Removed the accidentally re-added empty line in the
6940 direntry.
6941
69422006-01-05 Carsten Dominik <dominik@science.uva.nl>
6943
6944 * org.texi (Agenda Views): Chapter reorganized.
6945
69462005-12-29 Romain Francoise <romain@orebokech.com>
6947
6948 * faq.texi (Using Customize): New node.
6949
69502005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * org.texi: Remove blank line in @direntry. It is non-standard
6953 and recursively produces blank lines all over the dir file (when
6954 using Texinfo 4.8).
6955
69562005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6959
69602005-12-20 Carsten Dominik <dominik@science.uva.nl>
6961
6962 * org.texi (Tags): Boolean logic documented.
6963 (Agenda Views): Document custom commands.
6964
69652005-12-20 David Kastrup <dak@gnu.org>
6966
6967 * faq.texi (AUCTeX): Update version and mailing list info.
6968
69692005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6970
6971 * gnus.texi (MIME Commands): Mention addition of
6972 multipart/alternative to gnus-buttonized-mime-types and add xref
6973 to mm-discouraged-alternatives.
6974
6975 * emacs-mime.texi (Display Customization): Mention addition of
6976 "image/.*" and add xref to gnus-buttonized-mime-types in the
6977 mm-discouraged-alternatives section.
6978
69792005-12-16 Carsten Dominik <dominik@science.uva.nl>
6980
6981 * org.texi (Tags): New section.
6982 (Agenda Views): Chapter reorganized.
6983
69842005-12-16 Eli Zaretskii <eliz@gnu.org>
6985
6986 * org.texi (Internal Links): Add a missing comma after an @xref.
6987
69882005-12-14 Chong Yidong <cyd@stupidchicken.com>
6989
6990 * faq.texi (Filling paragraphs with a single space): No need to
6991 change sentence-end now.
6992
69932005-12-13 Romain Francoise <romain@orebokech.com>
6994
6995 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6996
69972005-12-12 Jay Belanger <belanger@truman.edu>
6998
6999 * faq.texi (Calc): Update version number.
7000
70012005-12-12 Carsten Dominik <dominik@science.uva.nl>
7002
7003 * org.texi (Progress Logging): New section.
7004
70052005-12-10 Romain Francoise <romain@orebokech.com>
7006
7007 Update the Emacs FAQ for the 22.1 release.
7008
7009 * faq.texi: Set VER to `22.1'.
7010 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7011 Tutorial. Mention that `C-h r' displays the manual.
7012 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7013 (Getting a printed manual): Point to the new locations of the
7014 manuals on the GNU Web site.
7015 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7016 available via Info (it was previously distributed separately).
7017 (Installing Texinfo documentation): The latest version of Texinfo
7018 is 4.8, not 4.0.
7019 (Informational files for Emacs): COPYING is the GNU General Public
7020 License, not the Emacs General Public License.
7021 (Informational files for Emacs): Delete obsolete link to the
7022 GNUinfo pages as they have been removed from the GNU Web site.
7023 (New in Emacs 22): New node.
7024 (Setting up a customization file): Say that most packages support
7025 Customize nowadays.
7026 (Colors on a TTY): Delete reference to instructions on how to
7027 enable syntax highlighting, it is now enabled by default.
7028 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7029 at startup automatically.
7030 (Controlling case sensitivity): Mention `M-c' in isearch.
7031 (Using an already running Emacs process): Emacs now creates the
7032 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7033 gnuserv. As emacsclient can now run Lisp code as well, delete a
7034 sentence praising gnuserv for that. Simplify description of how
7035 the client/server operation works.
7036 (Compiler error messages): Delete obsolete text (compile.el has
7037 been rewritten).
7038 (Indenting switch statements): Fix typo.
7039 (Matching parentheses): Simplify setup instructions, mention the
7040 menu bar item in the Options menu.
7041 (Repeating a command as many times as possible): Mention `C-x e'.
7042 (Going to a line by number): Mention new keymap and bindings
7043 `M-g M-g', `M-g M-p' and `M-g M-n'.
7044 (Turning on syntax highlighting): Now on by default. Simplify.
7045 (Replacing highlighted text): Use `1', not `t'.
7046 (Problems with very large files): The maximum size is now 256MB on
7047 32-bit machines.
7048 (^M in the shell buffer): Mention `comint-process-echoes'.
7049 (Emacs for Apple computers): Emacs 22 has native support for Mac
7050 OS X.
7051 (Translating names to IP addresses): Delete node.
7052 (Binding keys to commands): Fix typo.
7053 (SPC no longer completes file names): New node.
7054 (MIME with Emacs mail packages): Delete section about the Emacs
7055 MIME FAQ (it's not reachable anymore).
7056
70572005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7058
7059 * cc-mode.texi: The manual has been extensively revised: the
7060 information about using CC Mode has been separated from the larger
7061 and more difficult chapters about configuration. It has been
7062 updated for CC Mode 5.31.
7063
70642005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7065
7066 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7067 (Selecting an implementation): Fix descriptions.
7068
70692005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7070
7071 * message.texi (Various Message Variables): Addition.
7072
70732005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * message.texi: Fix default values.
7076
70772005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7078
7079 * message.texi (Header Commands): Clarify descriptions of
7080 message-cross-post-followup-to, message-reduce-to-to-cc, and
7081 message-insert-wide-reply.
7082 (Various Commands): Fix kindex for message-kill-to-signature;
7083 clarify description of message-tab.
7084
70852005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7086
7087 * message.texi (Mailing Lists): Fix description about MFT.
7088
7089 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7090
70912005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * gnus.texi (Slow Terminal Connection): Replace old description
7094 with new one.
7095
70962005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7097
7098 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7099 replace X-Draft-Headers with X-Draft-From.
7100
71012005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7102
7103 * gnus.texi (Various Various): Fix the default value of
7104 nnheader-max-head-length.
7105 (Gnus Versions): Fix typo.
7106
71072005-12-08 Carsten Dominik <dominik@science.uva.nl>
7108
7109 * org.texi (Structure editing): Document new functionality of
7110 M-RET.
7111
71122005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * org.texi (Internal Links): Fix Texinfo usage.
7115
71162005-12-06 Carsten Dominik <dominik@science.uva.nl>
7117
7118 * org.texi (TODO basics): Document the global todo list.
7119 (TODO items): Documents sparse tree for specific TODO
7120 keywords.
7121
71222005-11-30 Carsten Dominik <dominik@science.uva.nl>
7123
7124 * org.texi (Plain Lists): Typos fixed.
7125
71262005-11-28 Jay Belanger <belanger@truman.edu>
7127
7128 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7129
71302005-11-24 Carsten Dominik <dominik@science.uva.nl>
7131
7132 * org.texi (Structure editing): New item moving commands added.
7133 (Plain Lists): New section.
7134
71352005-11-18 Carsten Dominik <dominik@science.uva.nl>
7136
7137 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7138 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7139 `org-agenda-file-to-front'.
2de53ca6
GM
7140 (Built-in table editor): Document `org-table-sort-lines'.
7141 (HTML formatting): Export of hand-formatted lists.
7142
71432005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7146 new variable gnus-toolbar-thickness.
7147
71482005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7149
7150 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7151
71522005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7153
7154 * gnus.texi (X-Face): Fix description.
7155 (XVarious): Remove gnus-xmas-logo-color-alist and
7156 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7157
71582005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7159
7160 * gnus.texi (Group Parameters): Mention new variable
7161 gnus-parameters-case-fold-search.
7162 (Home Score File): Addition.
7163
71642005-11-04 Ulf Jasper <ulf.jasper@web.de>
7165
7166 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7167 (Overview): List supported feed types.
7168 (Installation): No installation necessary when using autoload.
7169 (Configuration): Rename "RSS" to "news".
7170
71712005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7172
7173 * pgg.texi (User Commands): Document additional passphrase
7174 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7175 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7176
71772005-11-04 Carsten Dominik <dominik@science.uva.nl>
7178
7179 * org.texi: Version number changed to 3.19.
7180
71812005-10-29 Sascha Wilde <wilde@sha-bang.de>
7182
7183 * pgg.texi (How to use): Update the example to add autoload of
7184 pgg-encrypt-symmetric-region.
7185 (User Commands): Document pgg-encrypt-symmetric-region.
7186 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7187
71882005-10-27 Jay Belanger <belanger@truman.edu>
7189
7190 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7191 mention other TeX-related units.
7192
71932005-10-23 Lars Hansen <larsh@soem.dk>
7194
0c7efc08
SM
7195 * dired-x.texi (Miscellaneous Commands):
7196 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7197 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7198
71992005-10-23 Jay Belanger <belanger@truman.edu>
7200
7201 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7202 constant.
7203
72042005-10-23 Michael Albinus <michael.albinus@gmx.de>
7205
0c7efc08
SM
7206 * faq.texi (Bugs and problems):
7207 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7208 `directory-listing-before-filename-regexp'.
7209
72102005-10-22 Eli Zaretskii <eliz@gnu.org>
7211
7212 * newsticker.texi (UPDATED): Set value.
7213
72142005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * gnus.texi (Document Groups): Remove duplicate item.
7217
72182005-10-21 Carsten Dominik <dominik@science.uva.nl>
7219
7220 * org.texi (Summary): Mention iCalendar support.
7221 (Exporting): Document iCalendar support.
7222
72232005-10-18 Romain Francoise <romain@orebokech.com>
7224
7225 * viper.texi (Viper Specials): Capitalize GNU.
7226
72272005-10-17 Juri Linkov <juri@jurta.org>
7228
7229 * info.texi (Getting Started, Search Index, Expert Info):
7230 Fix wording.
7231 (Search Text): Replace `echo area' with `mode line'.
7232 (Search Index): Both `i' and `,' find all index entries.
7233 Replace example `C-f' with `C-l' (which exists in index of Info
7234 manual) and delete spaces in its keyboard input sequence.
7235 Delete unnecessary explanations about literal characters.
7236
72372005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7238
7239 * gnus.texi (Document Server Internals): Addition.
7240
72412005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * gnus.texi (A note on namespaces): Fix RFC reference.
7244
72452005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus.texi (RSS): Fix key description.
7248
72492005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus.texi: Emacs/w3 -> Emacs/W3.
7252 (Browsing the Web): Fix description.
7253 (Web Searches): Ditto.
7254 (Customizing W3): Ditto.
7255
72562005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7259
72602005-10-11 Jay Belanger <belanger@truman.edu>
7261
7262 * calc.texi (Integration): Mention using `a i' to compute definite
7263 integrals.
7264
72652005-10-11 Juri Linkov <juri@jurta.org>
7266
7267 * info.texi: Rearrange nodes.
7268 (Top): Update menu. Change ref `Info for Experts' to
7269 `Advanced Info Commands'.
7270 (Getting Started): Fix description of manual's parts.
7271 (Help-Int): Change xref `Info Search' to `Search Index', and
7272 `Expert Info' to `Advanced'.
7273 (Advanced): Move node one level up.
7274 (Search Text, Search Index): New nodes split out from `Info Search'.
7275 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7276 split out from `Advanced'.
7277 (Advanced, Emacs Info Variables): De-document editing an Info file
7278 in Info.
7279 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7280 (Creating an Info File): Delete node and move its text to
7281 `Expert Info'.
7282
72832005-10-10 Carsten Dominik <dominik@science.uva.nl>
7284
7285 * org.texi (Workflow states): Documented that change in keywords
7286 becomes active only after restart of Emacs.
7287
72882005-10-08 Michael Albinus <michael.albinus@gmx.de>
7289
7290 Sync with Tramp 2.0.51.
7291
72922005-10-08 Nick Roberts <nickrob@snap.net.nz>
7293
7294 * speedbar.texi (Introduction): Describe new location of speedbar
7295 on menubar.
7296 (Basic Key Bindings): Remove descriptions of bindings that have
7297 been removed.
7298
72992005-10-05 Nick Roberts <nickrob@snap.net.nz>
7300
7301 * speedbar.texi (GDB): Describe use of watch expressions.
7302
73032005-09-28 Simon Josefsson <jas@extundo.com>
7304
7305 * message.texi (IDNA): Fix.
7306
73072005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7308
7309 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7310 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7311 description of nntp-open-connection-function.
7312 (Common Variables): Fix descriptions.
7313
73142005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * gnus.texi (Server Buffer Format): Document the %a format spec.
7317
73182005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7321
73222005-09-23 Carsten Dominik <dominik@science.uva.nl>
7323
7324 * org.texi Version 3.16.
7325
73262005-09-19 Miles Bader <miles@gnu.org>
7327
7328 * newsticker.texi: Get rid of CVS keywords.
7329
73302005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7331
7332 * gnus.texi (Finding the Parent): Fix description of how Gnus
7333 finds article.
7334
73352005-09-14 Jari Aalto <jari.aalto@cante.net>
7336
7337 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7338 to drop off non-answered articles.
7339
73402005-09-19 Juanma Barranquero <lekktu@gmail.com>
7341
7342 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7343 braces (which are unsupported by NMAKE) for macro `srcdir'.
7344
73452005-09-17 Eli Zaretskii <eliz@gnu.org>
7346
7347 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7348 (../info/newsticker, newsticker.dvi): New targets.
7349
73502005-09-17 Ulf Jasper <ulf.jasper@web.de>
7351
7352 * newsticker.texi: Replace @command with @code. Replace @example
7353 with @lisp.
0c7efc08
SM
7354 (Top): Add explanations to menu items.
7355 (GNU Free Documentation License): Remove.
2de53ca6
GM
7356
73572005-09-16 Romain Francoise <romain@orebokech.com>
7358
7359 Update all files to specify GFDL version 1.2.
7360
7361 * doclicense.texi (GNU Free Documentation License): Update to
7362 version 1.2.
7363
73642005-09-15 Richard M. Stallman <rms@gnu.org>
7365
7366 * newsticker.texi: Fix @setfilename.
7367
7368 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7369 (../info/newsticker, newsticker.dvi): New targets.
7370
73712005-08-30 Carsten Dominik <dominik@science.uva.nl>
7372
7373 * org.texi: Version 3.15.
7374
73752005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * ses.texi: Combine all three indices into one.
7378 Correct a few typos.
7379
73802005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7383
73842005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * emacs-mime.texi (Handles): Remove duplicate item.
7387 (Encoding Customization): Fix the default value for
7388 mm-coding-system-priorities.
7389 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7390 (Basic Functions): Fix reference.
7391
73922005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7395
73962005-08-18 Richard M. Stallman <rms@gnu.org>
7397
7398 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7399 and web site.
7400
7401 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7402 not keyboard-translate.
7403
74042005-08-11 Richard M. Stallman <rms@gnu.org>
7405
7406 * faq.texi (Using regular expressions): Fix xref.
7407
74082005-08-09 Juri Linkov <juri@jurta.org>
7409
7410 * info.texi (Help-P): Replace `Prev' with `Previous'.
7411 (Help-M, Help-Xref): Add S-TAB.
7412 (Help-FOO): Update `u' command.
7413 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7414 Update info about visibility of xref parts.
7415 (Help-Int): Fix `m' command. Rename `Info-last' to
7416 `Info-history-back'. Add `Info-history-forward'.
7417 (Advanced): Fix `g*' and `M-n' commands.
7418 (Info Search): Add `index-apropos' in stand-alone browser.
7419 Add isearch commands.
7420 (Emacs Info Variables): Remove `Info-fontify'.
7421 Add `Info-mode-hook'. Update face names.
7422 Add `Info-fontify-maximum-menu-size',
7423 `Info-fontify-visited-nodes', `Info-isearch-search'.
7424
74252005-08-07 Michael Albinus <michael.albinus@gmx.de>
7426
7427 Sync with Tramp 2.0.50.
7428
7429 * tramp.texi: Use @option{} consequently for method names.
7430 (Inline methods, External transfer methods): Remove references to
7431 Cygwin.
7432 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7433 implementation.
7434
74352005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7436
7437 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7438 Mention that gnus-init-file is not read when Emacs is invoked with
7439 --no-init-file or -q.
7440
74412005-07-19 Carsten Dominik <dominik@science.uva.nl>
7442
7443 * org.texi: Version 3.14.
7444
74452005-07-04 Carsten Dominik <dominik@science.uva.nl>
7446
7447 * org.texi: Version 3.13.
7448
74492005-07-18 Juri Linkov <juri@jurta.org>
7450
7451 * calc.texi (Time Zones, Logical Operations):
7452 * cl.texi (Overview):
7453 * org.texi (TODO types):
7454 * sc.texi (Emacs 18 MUAs):
7455 * speedbar.texi (Top):
7456 * url.texi (History):
7457 Delete duplicate duplicate words.
7458
ce058493 74592005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7460
7461 * cl.texi (Type Predicates): Document `atom' type.
7462
74632005-07-04 Lute Kamstra <lute@gnu.org>
7464
7465 Update FSF's address in GPL notices.
7466
7467 * calc.texi (Copying):
7468 * doclicense.texi (GNU Free Documentation License):
7469 * faq.texi (Contacting the FSF):
7470 * mh-e.texi (Copying): Update FSF's address.
7471
74722005-07-03 Richard M. Stallman <rms@gnu.org>
7473
7474 * flymake.texi (Example -- Configuring a tool called directly):
7475 Update name of flymake-build-relative-filename.
7476
74772005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7480
74812005-06-29 Carsten Dominik <dominik@science.uva.nl>
7482
7483 * org.texi: Version 3.12.
7484
74852005-06-24 Eli Zaretskii <eliz@gnu.org>
7486
7487 * makefile.w32-in (MAKEINFO): Use --force.
7488 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7489 Makefile.in.
7490 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7491 more shells.
7492
74932005-06-23 Richard M. Stallman <rms@gnu.org>
7494
7495 * speedbar.texi (Creating a display): Texinfo usage fixes.
7496
7497 * tramp.texi (Customizing Completion, Auto-save and Backup):
7498 Texinfo usage fixes.
7499
75002005-06-23 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * dired-x.texi (Miscellaneous Commands):
7503 * ediff.texi (Miscellaneous):
7504 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7505 (Agent Variables):
7506 * info.texi (Help-Xref):
7507 * message.texi (Message Headers):
7508 * org.texi (Remember):
7509 * reftex.texi (Options (Defining Label Environments)):
7510 (Options (Index Support)):
7511 (Options (Viewing Cross-References)):
7512 (Options (Misc)):
7513 (Changes):
7514 * speedbar.texi (Creating a display):
7515 * tramp.texi (Customizing Completion, Auto-save and Backup):
7516 Texinfo usage fix.
7517
75182005-06-13 Carsten Dominik <dominik@science.uva.nl>
7519
7520 * org.texi: Version 3.11.
7521
75222005-06-12 Jay Belanger <belanger@truman.edu>
7523
7524 * calc.texi (Getting Started): Remove extra menu item.
7525
75262005-05-31 Jay Belanger <belanger@truman.edu>
7527
7528 * calc.texi (Notations Used in This Manual): Use @kbd for key
7529 sequence.
7530 (Demonstration of Calc): Mention another way of starting Calc.
7531 (Starting Calc): Mention long name of M-#.
7532 (Embedded Mode Overview): Remove unnecessary instruction.
7533 (Other M-# commands): Rephrase `M-# 0' explanation.
7534 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7535 reflect current behavior.
7536
75372005-05-30 Jay Belanger <belanger@truman.edu>
7538
7539 * calc.texi (Hooks): Change description of calc-window-hook and
7540 calc-trail-window-hook to match usage.
7541 (Computational Functions): Add more constant-generating functions.
7542 (Customizable Variables): Use defvar.
7543
75442005-05-28 Jay Belanger <belanger@truman.edu>
7545
7546 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7547 (Basic Embedded Mode): Explain behavior of arguments to
7548 calc-embedded-mode.
7549
75502005-05-27 Jay Belanger <belanger@truman.edu>
7551
7552 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7553 current behavior.
7554
75552005-05-25 Jay Belanger <belanger@truman.edu>
7556
7557 * calc.texi: Change Calc version number throughout.
7558 (Keypad Mode): Change location in info output.
7559 (Keypad mode overview): Move picture of keypad.
7560
75612005-05-21 Jay Belanger <belanger@truman.edu>
7562
7563 * calc.texi (Storing variables): Mention that only most variables
7564 are void to begin with.
7565
75662005-05-21 Kevin Ryde <user42@zip.com.au>
7567
7568 * widget.texi (Basic Types): Update cross ref from "Enabling
7569 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7570 lispref/text.texi change.
7571
75722005-05-20 Carsten Dominik <dominik@science.uva.nl>
7573
7574 * org.texi: Version 3.09.
7575
75762005-05-18 Carsten Dominik <dominik@science.uva.nl>
7577
7578 * reftex.texi: Version 4.28.
7579
75802005-05-16 Jay Belanger <belanger@truman.edu>
7581
7582 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7583
75842005-05-14 Jay Belanger <belanger@truman.edu>
7585
7586 * calc.texi (Default Simplifications): Insert missing ! (logical
7587 not operator).
7588
75892005-05-14 Michael Albinus <michael.albinus@gmx.de>
7590
7591 Sync with Tramp 2.0.49.
7592
75932005-05-10 Jay Belanger <belanger@truman.edu>
7594
7595 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7596 to 1.
7597
75982005-04-29 Carsten Dominik <dominik@science.uva.nl>
7599
7600 * org.texi: Version 3.08, structure reorganized.
7601
76022005-04-24 Richard M. Stallman <rms@gnu.org>
7603
7604 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7605
76062005-04-15 Carsten Dominik <dominik@science.uva.nl>
7607
7608 * org.texi: Update to version 3.06.
7609
76102005-04-13 Lute Kamstra <lute@gnu.org>
7611
7612 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7613
76142005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7615
7616 * cl.texi (Porting Common Lisp): Fix typo.
7617
76182005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * gnus.texi (RSS): Addition.
7621
76222005-04-04 Jay Belanger <belanger@truman.edu>
7623
7624 * calc.texi: Change Calc version number.
7625 (Customizable variables): Fix description of calc-language-alist.
7626 (Copying): Put in version 2 of GPL.
7627
76282005-04-01 Jay Belanger <belanger@truman.edu>
7629
7630 * calc.texi (Troubleshooting Commands): Remove comment about
7631 installation.
7632 (Installation): Remove section.
7633 (Customizable Variables): New section.
7634 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7635 (Graphical Devices): Add references to Customizable Variables.
7636
76372005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * emacs-mime.texi (Display Customization): Markup fixes.
7640 (rfc2047): Update.
7641
76422005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7643
7644 * gnus-faq.texi: Replaced with auto-generated version.
7645
76462005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7647
7648 * dired-x.texi (Multiple Dired Directories): default-directory was
7649 renamed to dired-default-directory.
7650
76512005-03-26 Jay Belanger <belanger@truman.edu>
7652
7653 * calc.texi (Simplifying Formulas, Rewrite Rules):
7654 Change description of top and bottom of fraction.
7655 (Modulo Forms): Move description of how to create modulo forms to
7656 earlier in the section.
7657 (Fraction Mode): Suggest using : to get a fraction by dividing.
7658 (Basic Arithmetic): Adjust placement of command name.
7659 (Truncating the Stack): Emphasize that "hidden" entries are still
7660 visible.
7661 (Installation): Move discussion of printing manual to "About This
7662 Manual".
7663 (About This Manual): Mention how to print the manual.
7664 (Reporting Bugs): Remove first person.
7665 (Building Vectors): Add algebraic version of append.
7666 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7667 (Grouping Digits): Fix typo.
7668
76692005-03-25 Werner Lemberg <wl@gnu.org>
7670
7671 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7672 Replace `legal' with `valid'.
7673
76742005-03-25 Werner Lemberg <wl@gnu.org>
7675
7676 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7677
76782005-03-24 Jay Belanger <belanger@truman.edu>
7679
7680 * calc.texi (General Mode Commands)
7681 (Mode Settings in Embedded Mode): Add some explanation of
7682 recording mode settings.
7683
76842005-03-24 Richard M. Stallman <rms@gnu.org>
7685
7686 * calc.texi: Remove praise of non-free software.
7687
7688 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7689 (Installation): Node deleted.
7690
76912005-03-23 Richard M. Stallman <rms@gnu.org>
7692
7693 * url.texi (HTTP language/coding): Improve last change.
7694
76952005-03-22 Jay Belanger <belanger@truman.edu>
7696
7697 * calc.texi (Embedded Mode): Add new information on changing
7698 modes.
7699
77002005-03-20 Michael Albinus <michael.albinus@gmx.de>
7701
7702 Sync with Tramp 2.0.48.
7703
7704 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7705
7706 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7707 "GNU/Linux". Change all addresses to .gnu.org.
7708 (Default Method): Offer shortened syntax for "su" and "sudo"
7709 methods.
7710
77112005-03-07 Richard M. Stallman <rms@gnu.org>
7712
7713 * url.texi: Fix usage of "e.g.".
7714 (HTTP language/coding): Explain the rules for these strings.
7715
77162005-03-06 Richard M. Stallman <rms@gnu.org>
7717
7718 * woman.texi (Introduction): Minor cleanups.
7719
7720 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7721
7722 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7723 (Installation): Node deleted.
7724
7725 * mh-e.texi (Preface): Get rid of "Emacs 21".
7726
7727 * eshell.texi (Installation): Delete node (for Emacs 20).
7728
77292005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7730
7731 * flymake.texi: Refill and tweak style in @lisp blocks.
7732
77332005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7734
7735 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7736
77372005-03-01 Jay Belanger <belanger@truman.edu>
7738
7739 * calc.texi (Trigonometric and Hyperbolic Functions):
7740 Mention additional functions.
7741 (Algebraic Simplifications): Mention additional simplifications.
7742
77432005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7744
7745 * ses.texi: Add concept/function/variable indices (this work was
7746 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7747 papers on file at FSF).
7748
77492005-02-10 Jay Belanger <belanger@truman.edu>
7750
7751 * calc.texi: Change @LaTeX to La@TeX throughout.
7752 Redefine @expr as @math for TeX output.
7753 Redefine @texline as a no-op for TeX output.
7754 Define @tfn, replace @t by @tfn throughout.
7755
77562005-02-09 Jay Belanger <belanger@truman.edu>
7757
7758 * calc.texi: Add macro for LaTeX for info output.
7759
77602005-02-08 Kim F. Storm <storm@cua.dk>
7761
7762 * texinfo.tex (LaTex): Add def.
7763
77642005-02-06 Jay Belanger <belanger@truman.edu>
7765
7766 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7767 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7768 throughout manual.
7769
77702005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7771
7772 * gnus.texi: Some edits based on comments from David Abrahams.
7773
77742005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * gnus.texi (RSS): Fix the keystroke.
7777
77782005-01-24 David Kastrup <dak@gnu.org>
7779
7780 * faq.texi: Update AUCTeX version info.
7781
77822005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7783
7784 * gnus-faq.texi ([4.1]): Typo.
7785
77862005-01-19 Jay Belanger <belanger@truman.edu>
7787
7788 * calc.texi (Keep Arguments): Mention that keeping arguments
7789 doesn't work with keyboard macros.
7790
77912005-01-16 Richard M. Stallman <rms@gnu.org>
7792
7793 * autotype.texi (Autoinserting): Fix small error.
7794
77952005-01-16 Michael Albinus <michael.albinus@gmx.de>
7796
7797 Sync with Tramp 2.0.47.
7798
7799 * tramp.texi (Compilation): New section, describing compilation of
7800 remote files.
7801
78022005-01-11 Kim F. Storm <storm@cua.dk>
7803
7804 * widget.texi (Basic Types): Add :follow-link keyword.
7805
78062005-01-09 Jay Belanger <belanger@truman.edu>
7807
7808 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7809
78102005-01-08 Jay Belanger <belanger@truman.edu>
7811
7812 * calc.texi: Change throughout to reflect new default value of
7813 calc-settings-file.
7814
78152005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * message.texi (Reply): `message-reply-to-function' should return
7818 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7819
78202005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7821
7822 * faq.texi (Changing load-path): Fix typo.
7823
78242005-01-05 Jay Belanger <belanger@truman.edu>
7825
7826 * calc.texi (Programming Tutorial): Replace kbd command by
7827 appropriate characters for a keyboard macro.
7828
78292005-01-04 Jay Belanger <belanger@truman.edu>
7830
7831 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7832 for Lucid Emacs.
7833 (Programming Tutorial): Mention that the user needs to be in the
7834 right mode to compute some functions.
7835
78362005-01-04 Jay Belanger <belanger@truman.edu>
7837
7838 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7839 no longer applicable.
7840
78412005-01-01 Jay Belanger <belanger@truman.edu>
7842
0c7efc08 7843 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
7844 edit keyboard macros to match current behavior.
7845
78462004-12-31 Jay Belanger <belanger@truman.edu>
7847
7848 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7849
78502004-12-20 Jay Belanger <belanger@truman.edu>
7851
7852 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7853 zero.
7854
78552004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7858 @xref.
7859 (Font Locking): Avoid @strong{Note:}.
7860
78612004-12-17 Michael Albinus <michael.albinus@gmx.de>
7862
7863 Sync with Tramp 2.0.46.
7864
7865 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7866
78672004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7868
7869 * url.texi: Correct typos.
7870 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 7871 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
7872 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7873 (Dealing with HTTP documents): @inforef->@xref.
7874
78752004-12-15 Jay Belanger <belanger@truman.edu>
7876
7877 * calc.texi: Consistently capitalized all mode names.
7878 (Answers to Exercises): Mention that an answer can be a fraction
7879 when in Fraction mode.
7880
78812004-12-13 Jay Belanger <belanger@truman.edu>
7882
7883 * calc.texi: Fix some TeX definitions.
7884
78852004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7886
7887 * reftex.texi (Imprint): Remove erroneous @value's.
7888
78892004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7892 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7893
78942004-12-08 Jay Belanger <belanger@truman.edu>
7895
7896 * calc.texi (Starting Calc): Remove comment about installation.
7897 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7898
78992004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * url.texi: Update @setfilename.
7902 (Getting Started): No need to worry about Gnus versions.
7903 (Dealing with HTTP documents): Use @inforef.
7904
7905 * org.texi: Fix @direntry file name.
7906
79072004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * url.texi: New file.
7910
7911 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7912
79132004-12-06 Jay Belanger <belanger@truman.edu>
7914
7915 * calc.texi (Using Calc): Remove paragraph about installation.
7916
79172004-12-06 Jay Belanger <belanger@truman.edu>
7918
7919 * calc.texi: Use more Texinfo macros and less TeX defs.
7920 Remove @refill's.
7921
79222004-12-06 Richard M. Stallman <rms@gnu.org>
7923
7924 * org.texi: New file.
7925
79262004-12-05 Richard M. Stallman <rms@gnu.org>
7927
7928 * Makefile.in (org.dvi, ../info/org): New targets.
7929 (INFO_TARGETS): Add ../info/org.
7930 (DVI_TARGETS): Add org.dvi.
7931 (maintainer-clean): Remove the info files in the info dir.
7932
79332004-11-26 Eli Zaretskii <eliz@gnu.org>
7934
7935 * idlwave.texi: Fix the setfilename directive to put the produced
7936 file in ../info.
7937 (Continued Statement Indentation): Resurrect Jan D.'s change from
7938 2004-11-03 that was lost when a newer version of idlwave.texi was
7939 imported.
7940
79412004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7942
0c7efc08 7943 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 7944
0c7efc08
SM
7945 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7946 Index `spam-initialize'.
2de53ca6
GM
7947
79482004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7949
7950 * message.texi (Various Message Variables): Mention that all mail
7951 file variables are derived from `message-directory'.
7952
7953 * gnus.texi (Splitting Mail): Clarify bogus group.
7954
79552004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7956
0c7efc08
SM
7957 * emacs-mime.texi (Encoding Customization):
7958 Fix mm-coding-system-priorities entry.
2de53ca6 7959
c8763fb6 79602004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
7961
7962 * idlwave.texi (Continued Statement Indentation):
7963 * reftex.texi (Options (Index Support)):
7964 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
7965 * speedbar.texi (Creating a display, Major Display Modes):
7966 Replace non-nil with non-@code{nil}.
2de53ca6
GM
7967
79682004-10-21 Jay Belanger <belanger@truman.edu>
7969
0c7efc08 7970 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
7971
79722004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7973
7974 * calc.texi (Reporting Bugs): Double up `@'.
7975
79762004-10-18 Jay Belanger <belanger@truman.edu>
7977
0c7efc08 7978 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
7979 should be sent to.
7980
79812004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7982
7983 * gnus.texi (New Features): Add 5.11.
7984
7985 * message.texi (Resending): Remove wrong default value.
7986
7987 * gnus.texi (Mail Source Specifiers): Describe possible problems
7988 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7989 `pop3-leave-mail-on-server' to the index.
7990
79912004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * message.texi (Canceling News): Add how to set a password.
7994
79952004-10-12 Jay Belanger <belanger@truman.edu>
7996
0c7efc08 7997 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
7998 calc-describe-function and calc-describe-variable to match their
7999 current behavior.
8000
80012004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8002
8003 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8004
80052004-10-12 Michael Albinus <michael.albinus@gmx.de>
8006
8007 Sync with Tramp 2.0.45.
8008
8009 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8010 plink link. The URL is outdated. Originator contacted for
8011 clarification.
8012
80132004-10-10 Juri Linkov <juri@jurta.org>
8014
8015 * gnus.texi (Top, Marking Articles): Join two menus in one node
8016 because a node can have only one menu.
8017
80182004-10-09 Juri Linkov <juri@jurta.org>
8019
8020 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8021 example of nnmail-split-fancy.
8022
80232004-10-06 Karl Berry <karl@gnu.org>
8024
8025 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8026 consistency with other uses of dashes.
8027
80282004-10-05 Karl Berry <karl@gnu.org>
8029
8030 * info.texi: Consistently use --- throughout, periods at end of
8031 menu descriptions, and a couple typos.
8032
80332004-09-26 Jesper Harder <harder@ifa.au.dk>
8034
8035 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8036 * pgg.texi (User Commands, Backend methods): Do.
8037 * gnus.texi: Markup fixes.
8038 (Setting Process Marks): Fix `M P a' entry.
8039 * emacs-mime.texi: Fixes.
8040
80412004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8042
8043 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8044 again.
8045 Use 5.10 instead of 5.10.0.
8046
80472004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8048
8049 * gnus.texi (Summary Mail Commands): S D e.
8050
80512004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8052
8053 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8054 the gnus-article-mode-line-format section.
8055
80562004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8057
8058 * gnus.texi (Various Summary Stuff): Fix the documentation for
8059 gnus-newsgroup-variables.
8060
80612004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8062
0c7efc08
SM
8063 * gnus.texi (MIME Commands):
8064 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8065 gnus-mime-display-multipart-alternative-as-mixed,
8066 gnus-mime-display-multipart-related-as-mixed.
8067 (Mail Source Customization): Clarify `mail-source-directory'.
8068 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8069 (SpamOracle): Fix typo.
2de53ca6
GM
8070
8071 * gnus-faq.texi: Untabify.
8072 ([6.3]): nnir.el is in contrib directory.
8073
8074 * message.texi (News Headers): Clarify how a unique ID is created.
8075
0c7efc08
SM
8076 * gnus.texi (Batching Agents): Fix typo in example.
8077 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8078
b2abec73 80792004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8080
0c7efc08 8081 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8082
80832004-09-20 Florian Weimer <fw@deneb.enyo.de>
8084
8085 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8086
80872004-09-22 Jay Belanger <belanger@truman.edu>
8088
0c7efc08 8089 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8090 might be hidden during part of the session.
8091
80922004-09-20 Jay Belanger <belanger@truman.edu>
8093
8094 * calc.texi (Notations Used in This Manual): Put in an earlier
8095 mention that DEL could be called Backspace.
8096
80972004-09-10 Simon Josefsson <jas@extundo.com>
8098
8099 * gnus.texi (IMAP): Add example. Suggested and partially written
8100 by Steinar Bang <sb@dod.no>.
8101
81022004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8103
8104 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8105 netrc syntax.
8106
81072004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8108
b2abec73
JB
8109 * gnus.texi (Spam ELisp Package Sequence of Events):
8110 Some clarifications.
2de53ca6
GM
8111 (Spam ELisp Package Global Variables): More clarifications.
8112
81132004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8114
8115 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8116 Mention spam-split does not modify incoming mail.
8117
81182004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8119
8120 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8121
81222004-09-10 Eli Zaretskii <eliz@gnu.org>
8123
8124 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8125
81262004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8127
8128 * makefile.w32-in (sieve, pgg): Use $(infodir).
8129
81302004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8131
8132 * makefile.w32-in: Fix PGG and Sieve entries.
8133
81342004-08-28 Eli Zaretskii <eliz@gnu.org>
8135
8136 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8137 Emacs and related programs.
8138
81392004-08-27 Richard M. Stallman <rms@gnu.org>
8140
8141 * faq.texi: Fix texinfo usage, esp. doublequotes.
8142 (Difference between Emacs and XEmacs): Some clarification.
8143
8144 * faq.texi (Difference between Emacs and XEmacs):
8145 Explain not to contrast XEmacs with GNU Emacs.
8146
81472004-08-26 Richard M. Stallman <rms@gnu.org>
8148
8149 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8150
81512004-08-22 David Kastrup <dak@gnu.org>
8152
8153 * reftex.texi (AUCTeX): Update links, section name.
8154
8155 * faq.texi (Calc): Update availability (included in 22.1).
8156 (AUCTeX): Update availability, information, versions, description.
8157
81582004-08-14 Eli Zaretskii <eliz@gnu.org>
8159
8160 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8161
81622004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8163
8164 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8165
81662004-08-10 Michael Albinus <michael.albinus@gmx.de>
8167
8168 Sync with Tramp 2.0.44.
8169
81702004-08-05 Lars Hansen <larsh@math.ku.dk>
8171
8172 * widget.texi (User Interface): Update how to separate the
8173 editable field of an editable-field widget from other widgets.
8174 (Programming Example): Add text after field.
8175
81762004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8177
8178 * emacs-mime.texi (Encoding Customization): Add a note to the
8179 mm-content-transfer-encoding-defaults entry.
8180 (rfc2047): Update.
8181
0c7efc08
SM
8182 * gnus.texi (Article Highlighting):
8183 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8184 (POP before SMTP): New node.
8185 (Posting Styles): Addition.
8186 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8187 (Fancy Mail Splitting): Ditto.
8188 (X-Face): Add gnus-x-face.
8189
81902004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8191
8192 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8193 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8194
81952004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8196
0c7efc08
SM
8197 * gnus.texi (Mail Source Specifiers):
8198 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8199
82002004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8201
8202 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8203
8204 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8205 repository. Change setfilename.
8206
8207 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8208
82092004-07-02 Juri Linkov <juri@jurta.org>
8210
8211 * pcl-cvs.texi (Viewing differences): Add `d r'.
8212
82132004-06-29 Jesper Harder <harder@ifa.au.dk>
8214
8215 * ses.texi, viper.texi, flymake.texi, faq.texi:
8216 * eshell.texi, ediff.texi: Markup fixes.
8217
82182004-06-21 Karl Berry <karl@gnu.org>
8219
8220 * info.texi (Top): Mention that only Emacs has mouse support.
8221 (Getting Started): Mention this in a few other places.
8222
82232004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8224
0c7efc08
SM
8225 * autotype.texi (Copyrights, Timestamps):
8226 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8227
82282004-06-13 Lars Hansen <larsh@math.ku.dk>
8229
8230 * dired-x.texi (dired-mark-omitted): Update keybinding.
8231
82322004-06-10 Kim F. Storm <storm@cua.dk>
8233
8234 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8235
82362004-06-05 Lars Hansen <larsh@math.ku.dk>
8237
8238 * dired-x.texi (variable dired-omit-mode): Rename from
8239 dired-omit-files-p.
8240 (function dired-omit-mode): Rename from dired-omit-toggle.
8241 Call dired-omit-mode rather than set dired-omit-files-p.
8242 (dired-mark-omitted): Describe command.
8243
82442004-05-29 Michael Albinus <michael.albinus@gmx.de>
8245
8246 Version 2.0.41 of Tramp released.
8247
82482004-05-29 Juanma Barranquero <lektu@terra.es>
8249
8250 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8251 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8252
82532004-05-29 Richard M. Stallman <rms@gnu.org>
8254
8255 * cl.texi (Top): Call this chapter `Introduction'.
8256 (Overview): In TeX, no section heading here.
8257
8258 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8259
82602004-05-29 Eli Zaretskii <eliz@gnu.org>
8261
8262 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8263 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8264
82652004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8266
8267 * flymake.texi: New file.
8268
82692004-05-28 Simon Josefsson <jas@extundo.com>
8270
8271 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8272
b344d29d 82732004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8274
8275 Version 2.0.40 of Tramp released.
8276
82772004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8278
8279 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8280
8281 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8282 variables `tramp-backup-directory-alist' and
8283 `tramp-bkup-backup-directory-info'.
8284 (Overview, Connection types)
8285 (External transfer methods, Default Method)
8286 (Windows setup hints): Remove restriction of password entering
8287 with external methods.
8288 (Auto-save and Backup): Make file name example
8289 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8290 and `auto-save-directory' must be used.
8291 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8292 only "NT"). Remove doubled entry "What kinds of systems does
8293 @tramp{} work on".
8294 (tramp): Macro removed.
8295 (Obtaining Tramp): Flag removed from title.
8296 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8297 and `trampver' used properly. Flag `tramp-inst' replaced by
8298 `installchapter'. Installation related text adapted.
8299
83002004-04-28 Masatake YAMATO <jet@gyve.org>
8301
8302 * widget.texi (Programming Example): Remove overlays.
8303
83042004-04-27 Jesper Harder <harder@ifa.au.dk>
8305
8306 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8307
83082004-04-23 Juanma Barranquero <lektu@terra.es>
8309
8310 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8311
83122004-04-05 Jesper Harder <harder@ifa.au.dk>
8313
8314 * info.texi (Info Search): Add info-apropos.
8315
83162004-03-22 Juri Linkov <juri@jurta.org>
8317
8318 * faq.texi: Fix help key bindings.
8319
83202004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8323 (as suggested by Karl Berry). Update information about colored
8324 stars in menus. Add new subheading describing M-n.
8325
83262004-03-12 Richard M. Stallman <rms@gnu.org>
8327
8328 * cl.texi (Top): Rename top node's title.
8329
83302004-03-08 Karl Berry <karl@gnu.org>
8331
8332 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8333 problems making the texinfo distribution.
8334
83352004-02-29 Simon Josefsson <jas@extundo.com>
8336
0c7efc08 8337 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8338 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8339 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8340 <voegelas@gmx.net>.
8341
83422004-02-29 Juanma Barranquero <lektu@terra.es>
8343
8344 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8345 Use $(DEL) instead of rm, and ignore exit code.
8346
b344d29d 83472004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8348
8349 Tramp version 2.0.39 released.
8350
83512004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8352
8353 * tramp.texi (Customizing Completion): Explain new functions
8354 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8355 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8356 (Top): Refer to Savannah mailing list as the major one.
8357 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8358 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8359 (Frequently Asked Questions): Remote hosts must not be Unix-like
8360 for "smb" method.
8361 (Password caching): New node.
8362 (External transfer methods): Refer to password caching for "smb"
8363 method.
8364
83652004-02-17 Karl Berry <karl@gnu.org>
8366
8367 * info.texi (Help-Int): Mention the new line number feature.
8368
83692004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8370
8371 * ses.texi (Advanced Features): New functionality for
8372 ses-set-header-row (defaults to current row unless C-u used).
8373 (Acknowledgements): Add Stefan Monnier.
8374
83752003-12-29 Kevin Ryde <user42@zip.com.au>
8376
8377 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8378
b344d29d 83792003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8380
8381 Tramp version 2.0.38 released.
8382
8383 * tramp.texi (Remote shell setup): Warn of environment variables
8384 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8385 <sven.gabriel@imk.fzk.de>.
8386 (Configuration): Tramp now chooses base64/uuencode
8387 automatically. Update wording accordingly.
8388 (Top): More description for the `Default Method' menu entry.
8389 (Default Method): Use @code, not @var, for Lisp variables.
8390 (Default Method): New subsection `Which method is the right one
8391 for me?' Suggested by Christian Kirsch.
8392 (Configuration): Pointer to new subsection added.
8393 (Default Method): Too many "use" in one sentence.
8394 Rephrase. Reported by Christian Kirsch.
8395 (Filename Syntax): Old `su' example is probably a left-over from
8396 the sm/su method naming. Replace with `ssh', instead.
8397 (External transfer methods, Auto-save and Backup):
8398 Typo fixes.
8399
84002003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8401
183080b6 8402 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8403 (Top): Mention japanese manual only if flag `jamanual' is set.
8404 Insert section `Japanese manual' in menu.
8405
84062003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8407
8408 * eshell.texi (Known Problems): Add doc item.
8409
84102003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8411
8412 * cc-mode.texi: Update for CC Mode 5.30.
8413
8414 Note: Please refrain from doing purely cosmetic changes like
8415 removing trailing whitespace in this manual; it clobbers cvs
8416 merging for no good reason.
8417
84182003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8419
8420 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8421 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8422 @acronym{ASCII}.
8423
84242003-10-26 Karl Berry <karl@gnu.org>
8425
8426 * info.texi (Info Search): Echo area, not echo are. From Debian
8427 diff.
8428
84292003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8430
10d1d0af 8431 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8432 :buttons and :children keywords.
8433
84342003-10-22 Miles Bader <miles@gnu.org>
8435
8436 * Makefile.in (info): Move before $(top_srcdir)/info.
8437
84382003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8439
8440 * tramp.texi (Inline methods): Small grammar fix.
8441 (External transfer methods): Likewise.
8442
84432003-10-08 Nick Roberts <nick@nick.uklinux.net>
8444
8445 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8446
84472003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8450
84512003-09-30 Richard M. Stallman <rms@gnu.org>
8452
8453 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8454
8455 * widget.texi (User Interface): Fix typos.
8456
8457 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8458
84592003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8460
8461 * pcl-cvs.texi (Selected Files): Fix typo.
8462
84632003-09-21 Karl Berry <karl@gnu.org>
8464
8465 * info.texi (] and [ commands): No period at end of section title.
8466
84672003-09-04 Miles Bader <miles@gnu.org>
8468
8469 * Makefile.in (top_srcdir): New variable.
8470 ($(top_srcdir)/info): New rule.
8471 (info): Depend on it.
8472
84732003-09-03 Peter Runestig <peter@runestig.com>
8474
8475 * makefile.w32-in: New file.
8476
84772003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8478
8479 * widget.texi (User Interface): Explain the need of static text
8480 around an editable field.
8481
84822003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8483
8484 * widget.texi (Basic Types): The argument to `:help-echo' can now
8485 be a form that evaluates to a string.
8486
84872003-08-18 Kim F. Storm <storm@cua.dk>
8488
8489 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8490
84912003-08-16 Richard M. Stallman <rms@gnu.org>
8492
8493 * dired-x.texi (Shell Command Guessing): Explain *.
8494
84952003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8496
8497 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8498 log-edit-insert-changelog.
8499
85002003-08-03 Karl Berry <karl@gnu.org>
8501
8502 * info.texi: Need @contents.
8503
c8763fb6 85042003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8505
8506 Tramp version 2.0.36 released.
8507
8508 * tramp.texi (Remote shell setup): Explain about problems with
8509 non-Bourne commands in ~/.profile and ~/.shrc.
8510
85112003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8512
8513 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8514 renaming of `vis-mode' to `visible-mode'.
8515
85162003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8517
8518 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8519 next, prev and up pointers.
8520
85212003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8522
8523 * info.texi (Help): Mention existence of Emacs and stand-alone
8524 Info at the very beginning of the tutorial.
8525 (Help-Inv): New node.
8526 (Help-]): New node.
8527 (Help-M): Systematically point out the differences between default
8528 Emacs and stand-alone versions. Delete second menu.
8529 (Help-Xref): Systematically point out the differences between
8530 default Emacs and stand-alone versions.
8531 (Help-Int): Change `l' example.
8532 (Expert Info): Fix typos.
8533 (Emacs Info Variables): Mention `Info-hide-note-references' and
8534 new default for `Info-scroll-prefer-subnodes'.
8535
c8763fb6 85362003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8537
8538 Version 2.0.35 of Tramp released.
8539
8540 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8541 (Inline methods): Add methods `remsh' and `plink1'.
8542 (External transfer methods): Add method `remcp'.
8543 (Multi-hop Methods): Add method `remsh'.
8544 Small patch from Adrian Aichner <adrian@xemacs.org>:
8545 Fix minor typos.
0c7efc08 8546 (Concept Index): Add to make manual searchable via
2de53ca6
GM
8547 `Info-index'.
8548 (Version Control): Add cindex entry.
8549
c8763fb6 85502003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8551
8552 * trampver.texi: Version 2.0.34 released.
8553
85542003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8555
8556 * faq.texi: Improve previous changes.
8557
85582003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8559
8560 * faq.texi: Update copyright and maintenance details.
8561 Update some package URLs, versions, and maintainers.
8562 Remove many references to the Emacs Lisp Archive.
8563
85642003-04-23 Simon Josefsson <jas@extundo.com>
8565
8566 * smtpmail.texi: Fix license (the invariant sections mentioned has
8567 never been part of the smtp manual). Align info dir entry with
8568 other emacs packages.
8569
85702003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8571
8572 * tramp.texi: Version 2.0.33 released.
8573 Remove installation chapter. Remove XEmacs specifics.
8574
85752003-03-29 Richard M. Stallman <rms@gnu.org>
8576
8577 * tramp.texi (Top): Undo the previous renaming.
8578 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8579
c8763fb6 85802003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8581
8582 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8583 version of manual.
8584
8585 * tramp.texi (Auto-save and Backup): New node.
8586
85872003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8588
8589 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8590 Emacs" in order to have better differentiation to "XEmacs".
8591 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8592 are new macros in order to point to the other Emacs flavor where
8593 appropriate. In info case, point to node `Installation' in order
8594 to explain how to generate the other way. In html case, make a
8595 link to the other html file.
0c7efc08 8596 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
8597 after CVS checkout/update.
8598 (Installation): Completely rewritten.
8599 (Installation parameters, Load paths): New sections under
8600 `Installation'.
8601
c8763fb6 86022003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8603
8604 * tramp.texi: Version 2.0.30 released.
8605 Replace word "path" with "localname" where used as a component of
8606 a Tramp file name.
8607
86082003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8609
8610 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8611 introduced.
8612 (Installation): Explain what to do if files from the tramp/contrib
8613 directory are needed.
8614
86152003-02-23 Alex Schroeder <alex@emacswiki.org>
8616
8617 * smtpmail.texi (How Mail Works): New.
8618
86192003-02-22 Alex Schroeder <alex@emacswiki.org>
8620
8621 * smtpmail.texi: New file.
8622
8623 * Makefile.in: Build SMTP manual.
8624
c8763fb6 86252003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
8626
8627 * tramp.texi: Version 2.0.29 released.
8628 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8629 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8630
86312003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8632
8633 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 8634 another package loads accidentally Ange-FTP.
2de53ca6
GM
8635
86362003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8637
8638 * tramp.texi (Customizing Completion): Add function
8639 `tramp-parse-sconfig'. Change example of
8640 `tramp-set-completion-function', because parsing of ssh config
8641 files looks more natural.
8642
86432003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8644
8645 * gnus.texi: Do not use `path' in several locations.
8646
c8763fb6 86472002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 8648
0c7efc08
SM
8649 * tramp.texi (External transfer methods): New method `smb'.
8650 From Michael Albinus.
2de53ca6
GM
8651
86522002-11-05 Karl Berry <karl@gnu.org>
8653
8654 * info.texi (Info-fontify): Reorder face list to avoid bad line
8655 breaks.
8656
c8763fb6 86572002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 8658
0c7efc08
SM
8659 * tramp.texi: Move @copying to standard place.
8660 Use @insertcopying.
2de53ca6
GM
8661
86622002-10-02 Karl Berry <karl@gnu.org>
8663
8664 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8665 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8666 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8667 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8668 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8669 Per rms, update all manuals to use @copying instead of @ifinfo.
8670 Also use @ifnottex instead of @ifinfo around the top node, where
8671 needed for the sake of the HTML output.
8672 (The Gnus manual is not fixed since it's not clear to me how it
8673 works; and the Tramp manual already uses @copying, although in an
8674 unusual way. All others were changed.)
8675
86762002-09-10 Jonathan Yavner <jyavner@engineer.com>
8677
8678 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8679 (../info/ses, ses.dvi): New targets.
8680 * ses.texi: New file.
8681
c8763fb6 86822002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
8683
8684 * texinfo.tex: Update to texinfo 4.2.
8685
86862002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8687
8688 * reftex.texi: Update to RefTeX 4.19.
8689
c8763fb6 86902002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
8691
8692 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8693 (../info/tramp, tramp.dvi): New targets.
8694
86952002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8696
8697 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8698 (calc.dvi): Uncomment.
8699
87002001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8701
8702 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8703 (../info/calc): New target.
8704
87052001-10-20 Gerd Moellmann <gerd@gnu.org>
8706
8707 * (Version 21.1 released.)
8708
87092001-10-05 Gerd Moellmann <gerd@gnu.org>
8710
8711 * Branch for 21.1.
8712
87132001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8714
8715 * Makefile.in (../info/info): Use an explicit -o switch to
8716 makeinfo.
8717
87182001-03-05 Gerd Moellmann <gerd@gnu.org>
8719
8720 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8721
87222000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * Makefile.in (../info/idlwave): Use --no-split.
8725
87262000-12-14 Dave Love <fx@gnu.org>
8727
c4cc8b9a 8728 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
8729 (gnus.dvi): Change rule to remove @latex stuff.
8730
87312000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8732
8733 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8734
87352000-10-13 John Wiegley <johnw@gnu.org>
8736
8737 * Makefile.in: Add build targets for eshell.texi.
8738
87392000-09-25 Gerd Moellmann <gerd@gnu.org>
8740
8741 * Makefile.in: Remove/comment speedbar stuff.
8742
87432000-09-22 Dave Love <fx@gnu.org>
8744
8745 * Makefile.in: Add emacs-mime.
8746
87472000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8748
8749 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8750 (DVI_TARGETS): Add woman.dvi.
8751 (../info/woman, woman.dvi): New targets.
8752
87532000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8754
8755 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8756
8757 * pcl-cvs.texi: New file.
8758 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8759 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8760
87612000-05-11 Gerd Moellmann <gerd@gnu.org>
8762
8763 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8764 (../info/ebrowse, ebrowse.dvi): New targets.
8765
87662000-01-13 Gerd Moellmann <gerd@gnu.org>
8767
8768 * Makefile.in (INFO_TARGETS): Add eudc.
8769 (DVI_TARGETS): Add eudc.dvi.
8770 (../info/eudc, eudc.dvi): New targets.
8771
87722000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8773
8774 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8775 compatibility with 8+3 filesystems).
8776 (../info/efaq): Rename from emacs-faq.
8777
87782000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8779
8780 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8781 (../info/idlwave, idlwave.dvi): New targets.
8782
87831999-10-23 Dave Love <fx@gnu.org>
8784
8785 * Makefile.in: Use autotype.texi.
8786
87871999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8788
8789 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8790 faq.texi file) rather than ../info/faq.
8791
87921999-10-07 Gerd Moellmann <gerd@gnu.org>
8793
8794 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8795 (../info/ada-mode, ada-mode.dvi): New targets.
8796
87971999-09-01 Dave Love <fx@gnu.org>
8798
8799 * Makefile.in: Add faq.
8800
88011999-07-12 Richard Stallman <rms@gnu.org>
8802
8803 * Version 20.4 released.
8804
88051998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8806
8807 * Version 20.3 released.
8808
88091998-04-06 Andreas Schwab <schwab@gnu.org>
8810
768c0c0f
JB
8811 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8812 Use it in dvi targets.
2de53ca6
GM
8813 (../etc/GNU): Change to $(srcdir) first.
8814
88151998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8816
8817 * reftex.texi: Update for RefTeX version 3.22.
8818
88191998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8820
8821 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8822 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8823
88241997-09-23 Paul Eggert <eggert@twinsun.com>
8825
8826 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8827 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8828
88291997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8830
8831 * Version 20.2 released.
8832
88331997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8834
8835 * Version 20.1 released.
8836
88371997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8838
8839 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8840
88411996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8842
8843 * Version 19.33 released.
8844
88451996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8846
8847 * Version 19.32 released.
8848
88491996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8850
8851 * Makefile.in: Add rules for the Message manual.
8852
88531996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8854
8855 * gnus.texi: New version.
8856
8857 * message.texi: New manual.
8858
88591996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8860
8861 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8862
88631996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8864
8865 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8866 Specify -I option.
8867 (All dvi targets): Set the TEXINPUTS variable.
8868
88691996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8870
8871 * Version 19.31 released.
8872
88731996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8874
8875 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8876 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8877
88781995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8879
8880 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8881 (INFO_TARGETS): Add ../info/cc-mode.
8882 (DVI_TARGETS): Add cc-mode.dvi.
8883
2de53ca6
GM
88841995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8885
8886 * Version 19.30 released.
8887
88881995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8889
8890 * gnus.texi: New file.
8891
88921995-11-04 Erik Naggum <erik@naggum.no>
8893
8894 * gnus.texi: File deleted.
8895
88961995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8897
8898 * mh-e.texi: "Function Index" -> "Command Index" to work with
8899 Emacs 19.30 C-h C-k support of separately-documented commands.
8900
89011995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8902
8903 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8904 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8905
89061995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8907
8908 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8909 (../info/viper, viper.dvi): New targets.
8910
89111995-04-20 Kevin Rodgers <kevinr@ihs.com>
8912
8913 * dired-x.texi (Installation): Change the example to set
8914 buffer-local variables like dired-omit-files-p in
8915 dired-mode-hook.
8916
89171995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8918
8919 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8920 (../info/mh-e, mh-e.dvi): New targets.
8921
89221995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8923
8924 * Makefile.in (maintainer-clean): Rename from realclean.
8925
89261994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8927
8928 * Makefile.in: New file.
8929 * Makefile: File deleted.
8930
89311994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8932
8933 * Makefile (TEXINDEX_OBJS): Variable deleted.
8934 (texindex, texindex.o, getopt.o): Rules deleted.
8935 All deps on texindex deleted.
8936 (distclean): Don't delete texindex.
8937 (mostlyclean): Don't delete *.o.
8938 * texindex.c, getopt.c: Files deleted.
8939
89401994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8941
8942 * Version 19.26 released.
8943
89441994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8945
8946 * Version 19.25 released.
8947
89481994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8949
8950 * Version 19.24 released.
8951
89521994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8953
8954 * Version 19.23 released.
8955
89561994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * Makefile: Delete spurious tab.
8959
89601994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8961
8962 * Makefile (.SUFFIXES): New rule.
8963
89641994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8965
8966 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8967 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8968
89691994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8970
8971 * Makefile (../info/sc): Rename from sc.info.
8972 (../info/cl): Likewise.
8973 (INFO_TARGETS): Use new names.
8974
89751993-12-04 Richard Stallman (rms@srarc2)
8976
8977 * getopt.c: New file.
8978 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8979 (getopt.o): New rule.
8980 (dvi): Don't depend on texindex.
8981 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8982 Depend on texindex.
8983
89841993-12-03 Richard Stallman (rms@srarc2)
8985
8986 * Makefile (../info/sc.info): Rename from ../info/sc.
8987 (TEXI2DVI): New variable.
8988 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8989 Add explicit commands.
8990 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8991
89921993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8993
8994 * Version 19.22 released.
8995
89961993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8997
8998 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8999
90001993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9001
9002 * Version 19.21 released.
9003
90041993-11-15 Paul Eggert (eggert@twinsun.com)
9005
9006 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9007
90081993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9009
9010 * Makefile (../etc/GNU): New target.
9011 (EMACSSOURCES): Add gnu1.texi.
9012
90131993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * Makefile (realclean): Don't delete the Info files.
9016
f0131492 90171993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9018
9019 * forms.texi: Fix forms.texi so that it will format correctly.
9020 Add missing `@end iftex', fix bad reference.
9021
9022 * info.texi, info-stn.texi: New files implement texinfo version of
9023 `info' file.
9024
f0131492 90251993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9026
9027 * Makefile: Fix targets for texindex, new info.texi files.
9028 * info-stnd.texi: New file implements info for standalone info
9029 reader.
9030 * info.texi: Update to include recent changes to "../info/info".
9031 New source file for ../info/info; includes info-stnd.texi.
9032
9033 * texindex.c: Include "../src/config.h" if building in emacs.
9034
9035 * Makefile: Change all files to FILENAME.texi, force all targets
9036 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9037 vip.texinfo, forms.texinfo, cl.texinfo.
9038 Add target to build texindex.c, defining `emacs'.
9039
9040 * forms.texi: Install new file to match version 2.3 of forms.el.
9041
90421993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9043
9044 * Version 19.19 released.
9045
90461993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9047
9048 * sc.texinfo: Fix info file name.
9049
9050 * Makefile (info): Add gnus and sc.
9051 (dvi): Add gnus.dvi and sc.dvi.
9052 (../info/sc, sc.dvi): New targets.
9053
90541993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * Version 19.18 released.
9057
90581993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9059
9060 * Makefile: Fix source file names of the separate manuals.
9061 (gnus.dvi, ../info/gnus): New targets.
9062
90631993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9064
9065 * Version 19.17 released.
9066
90671993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9068
9069 * split-man: Fix typos in last change.
9070
90711993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9072
9073 * Version 19.16 released.
9074
90751993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9076
9077 * version 19.15 released.
9078
90791993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9080
9081 * Makefile (distclean): It's rm, not rf.
9082
90831993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9084
9085 * Version 19.14 released.
9086
90871993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9088
9089 * Makefile: New file.
9090
90911993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9092
9093 * Version 19.13 released.
9094
90951993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9096
9097 * Version 19.9 released.
9098
90991993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9100
9101 * Version 19.8 released.
9102
91031993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9104
9105 * Version 19.7 released.
9106
91071990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9108
9109 * gnus.texinfo: New file. Removed installation instructions.
9110
91111990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9112
9113 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9114
91151989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9116
9117 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9118 then define `\sc' as the command for smallcaps in Texinfo.
9119 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9120 made the corresponding change to makeinfo and texinfm.el.
9121
91221988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9123
9124 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9125 Customization since the menu entry did not point to anything.
9126 Also add an @finalout command to remove overfull hboxes from the
9127 printed output.
9128
9129 * cl.texinfo: Add @bye, \input line and @settitle to file.
9130 This file is clearly intended to be a chapter of some other work,
9131 but the other work does not yet exist.
9132
91331988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9134
9135 * texinfo.texinfo: Three typos corrected.
9136
4009494e 9137;; Local Variables:
c8763fb6 9138;; coding: utf-8
4009494e
GM
9139;; End:
9140
3fe7cdc8 9141 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9142
9143 This file is part of GNU Emacs.
9144
97c0352c 9145 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9146 it under the terms of the GNU General Public License as published by
97c0352c
GM
9147 the Free Software Foundation, either version 3 of the License, or
9148 (at your option) any later version.
4009494e
GM
9149
9150 GNU Emacs is distributed in the hope that it will be useful,
9151 but WITHOUT ANY WARRANTY; without even the implied warranty of
9152 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9153 GNU General Public License for more details.
9154
9155 You should have received a copy of the GNU General Public License
97c0352c 9156 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.