2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
4c39f404
CY
12009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2
3 * calc.texi (Date Forms): Fix typos.
4
3bcfba17
GM
52009-08-08 Glenn Morris <rgm@gnu.org>
6
7 * org.texi (Agenda commands): Restore clobbered change.
8
66783bb4
EZ
92009-08-07 Eli Zaretskii <eliz@gnu.org>
10
11 * calc.texi (Graphics, Devices): Update with the peculiarities of
12 operation on MS-Windows.
13
c8d0cf5c
CD
142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15
16 * org.texi (Publishing action): Improve documentation of file
17 names when publishing to the source directory.
18 (Clean view): Document `org-indent-mode'.
19 (Clocking work time): Add documentation for the
20 new :timetamp option when creating a clock report.
21 (Paragraphs): Fix many typos.
22 (Plain lists): Remove duplicate explanation about the
23 `C-c *' command.
24 (Literal examples): Update to reflect the new behavior
25 of the -n -r -k switches when exporting source code examples.
26 (Structure editing): Add information about `C-c *',
27 converting a plain list into a list of Org items.
28 (Remember): Small rephrasing of the paragraph
29 describing remember.el. Also mentioned that remember.el is part
30 of Emacs 23, not Emacs 22.
31 (Clocking work time): Add documentation about
32 displaying the current clocking time against the effort estimate.
33 Also add a footnote about using `org-clock-in-prepare-hook' to add
34 an effort estimate on the fly, just before clocking it.
35 (Footnotes): Document automatic renumbering and
36 sorting.
37 (Agenda commands): Document new bulk commands.
38 (Plain lists): Document new behavior of
39 `org-cycle-include-plain-lists'.
40 Hyphenation only in TeX.
41 (Clocking work time): Document the key to update effort
42 estimates.
43 (Clocking work time): Document the clock time display.
44 (Structure editing, TODO basics): Document new
45 variables.
46 (Column attributes): Document new colciew operators.
47 (Publishing options): Document :xml-declaration.
48 (Tracking TODO state changes): Document the
49 LOG_INTO_DRAWER property.
50 (Literal examples): Document the new implementation for
51 editing source code.
52 (Publishing action): Mention the new publishing
53 function, to publish an Org source file.
54 (Publishing links): Mention how to link to an Org source file.
55 (Macro replacement): Document new macros.
56 (Handling links): Document type-specific completion
57 when inserting links.
58 (Structure editing, Plain lists): Improve documentation
59 on sorting.
60 (Internal links): Document custom ids for links.
61 (Handling links): Document custom ids for links.
62 (CSS support): Document new class.
63 (Refiling notes): Document the possibility to create new nodes
64 during refiling.
65 (Agenda commands): Document the "?" operator to find
66 tasks without effort setting.
67 (Exporting agenda information): Section moved.
68 (RSS Feeds): New section.
69 (Built-in table editor): Document M-e and M-a navigate
70 inside table field.
71 (Stuck projects): Docment that projects identified as
72 un-stuck will still be searchd for stuck sub-projects.
73 (Paragraphs): Document centering.
74 (Creating timestamps, Agenda commands): Document new
75 behavior when changing time stamps.
76 (Structure editing): Document the new command
77 `org-clone-subtree-with-time-shift'.
78 (Publishing): Refresh this chapter.
79 (Export options, Export options, In-buffer settings):
80 Document the new keywords.
81 (Matching tags and properties): Collect all
82 documentation about tags/property matches here.
83 (Setting tags): Document `org-tag-persistent-alist'.
84 (Weekly/daily agenda): New section.
85 (Orgstruct mode): Describe `orgstruct++-mode'.
86 (Drawers): Mention the LOGBOOK drawer.
87 (Export options, Sectioning structure): Document the
88 #+LEATEX_HEADER in-buffer setting.
89 (Bugs): Section removed.
90 (Hooks): New section.
91 (Add-on packages): Moved here from old location.
92 (Context-sensitive commands): New section.
93 (Setting tags): Document newline option.
94 (Global TODO list, Matching tags and properties):
95 Mention more variables.
96 (Checkboxes): Update to changed command behavior.
81a5560e 97
40d2791f
CY
982009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
99
100 * speedbar.texi (Basic Key Bindings): Fix typo.
101
65d0154b
JB
1022009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
103
104 * calc.texi (Vector/Matrix Functions): Add index entries for both
105 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
106 affects matrices with more than one row.
b5bdfd9f 107 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 108
5a9e3ab7
JB
1092009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
110
111 * calc.texi (Stack Manipulation Commands): Add documentation for
112 `calc-transpose-lines'
113
42fb7e61
MA
1142009-07-27 Michael Albinus <michael.albinus@gmx.de>
115
116 * dbus.texi (Receiving Method Calls): Describe special return value
117 `:ignore'.
118
574b69d5
AM
1192009-07-24 Alan Mackenzie <acm@muc.de>
120
121 * cc-mode.texi (Config Basics, File Styles): Document that at mode
122 initialization, any individual variable setting now takes precedence
123 over one done via c-file-style/c-file-offsets.
124
ec06459c
JB
1252009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
126
127 * calc.texi (Undoing Mistakes): Mention that the undo list will be
128 truncated when Calc is quit.
129 (Customizing Calc): Document `calc-undo-length'.
130
4ce54f6b
CY
1312009-07-20 Chong Yidong <cyd@stupidchicken.com>
132
133 * calc.texi (About This Manual): Don't mention chapter numbers in text.
134
0e4f8ba5
GM
1352009-07-11 Kevin Ryde <user42@zip.com.au>
136
137 * pcl-cvs.texi (About PCL-CVS):
138 * widget.texi (Basic Types):
139 Fix cross-references.
140
fa0f81b0
AS
1412009-07-01 Andreas Schwab <aschwab@redhat.com>
142
143 * dbus.texi (Type Conversion): Don't use literal control character.
144
88a683c5
MA
1452009-07-01 Michael Albinus <michael.albinus@gmx.de>
146
147 * tramp.texi (GVFS based methods): New section.
148 (Remote processes): Processes for GVFS based methods run locally.
149
36c8febb
MA
1502009-06-30 Michael Albinus <michael.albinus@gmx.de>
151
152 * tramp.texi (Inline methods, External methods, Gateway methods): Avoid
153 the words "kludge" and hack".
154 (External methods): Add `synce' method.
155
156 * trampver.texi: Update release number.
157
d6b951bb
MA
1582009-06-22 Michael Albinus <michael.albinus@gmx.de>
159
160 Sync with Tramp 2.1.16.
161
162 * tramp.texi (History): Add GVFS support.
163 (External methods): Precise `rsync' description. Add `dav', `davs' and
164 `obex' methods. Add 'tramp-gvfs-methods' option.
165 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
166 forms.
167 (Remote Programs): Introduce `tramp-own-remote-path'.
168 (Remote processes): New subsection "Running remote programs that create
169 local X11 windows".
170 (Frequently Asked Questions): Improve code for disabling vc.
171
172 * trampver.texi: Update release number. Set default value of
173 `emacsgvfs'.
174
70243478
CY
1752009-06-21 Chong Yidong <cyd@stupidchicken.com>
176
177 * Branch for 23.1.
178
54b31cbf
GM
1792009-06-17 Glenn Morris <rgm@gnu.org>
180
181 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
182 (Latest version of Emacs): Mention source code repository.
183
f6adc23c
GM
1842009-06-16 Glenn Morris <rgm@gnu.org>
185
186 * faq.texi (Top): Language tweak.
187 (Extended commands): Most people have arrow keys.
188 (Emacs manual): Say how to follow info links.
189 (File-name conventions): Change title a bit. Explain about source
190 versus installed. Condense etc description.
191 (Guidelines for newsgroup postings): Mention Savannah list page.
192 (Newsgroup archives): Simplify.
193 (Contacting the FSF): Add contact URL.
194 (Emacs Lisp documentation): Printed version not always available.
195 (Installing Texinfo documentation): Explain how by hand installation is
196 not normally needed. Use add-to-list. Remove duplicate reference.
197 (Informational files for Emacs): Move info on Help menu here from
198 "File-name conventions".
199 (Help installing Emacs): Tweak uref.
200 (Obtaining the FAQ): Mention repository.
201 (Origin of the term Emacs): Explain "ITS".
202 (Changing load-path): Use add-to-list.
203 (Automatic indentation): Clarify this is for Text mode.
204 Don't mention Indented Text mode.
205 (Finding Emacs on the Internet): The FSF does not seem to offer a
206 deluxe distribution on CD anymore.
207
b59a8457
GM
2082009-06-16 Glenn Morris <rgm@gnu.org>
209
210 * faq.texi (Top): Mention which Emacs version this FAQ is about.
211 Recommend the latest release. Mention how to get older FAQs.
212 Recommend the Emacs manual.
213 (Guidelines for newsgroup postings): Discourage cross-posts.
214 (Underlining paragraphs): Remove.
215 (Editing MS-DOS files): Remove pre-Emacs 20 information.
216 (Bugs and problems): Update key-binding.
217 (Problems with very large files): Mention 64-bit.
218 (Shell process exits abnormally): Remove.
219 (Problems with Shell Mode): Rename and update.
220 (Spontaneous entry into isearch-mode)
221 (Problems talking to certain hosts): Remove. This is old information,
222 in etc/PROBLEMS if needed.
223 (Emacs takes a long time to visit files, Updating Emacs): Remove.
224 (Dired claims that no file is on this line): Update.
225 (Installing Emacs, Problems building Emacs): Simplify.
226 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
227 information.
228 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
229 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
230 (JDEE): "JDEE", not "JDE".
231 (Handling C-s and C-q with flow control, Binding C-s and C-q):
232 Remove. This is old information, in etc/PROBLEMS if needed.
233 (stty and Backspace key, Kanji and Chinese characters): Remove.
234 (Right-to-left alphabets): Update section.
235 (Changing the included text prefix): Gnus uses message-yank-prefix.
236 Add cross-reference to Supercite manual.
237 (Saving a copy of outgoing mail): Simplify output file description.
238 (Expanding aliases when sending mail): Refer to Emacs manual.
239 Remove old info about RFC822.
240 Correct description of how to rebuild aliases.
241 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
242 (MIME with Emacs mail packages)
243 (Viewing articles with embedded underlining)
244 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
245 Remove old sections.
246 (Killing based on nonstandard headers): Remove. Scoring is preferable,
247 and is well-documented in the Gnus manual.
248 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
249 (Making Gnus faster): Rename from "Starting Gnus faster".
250 Merge "Catch-up is slow in Gnus" into here.
251
0e6d12ca
GM
2522009-06-14 Glenn Morris <rgm@gnu.org>
253
254 * faq.texi (Status of Emacs): Re-order with most recent releases first.
255 (New in Emacs 23): New section.
256 (Handling C-s and C-q with flow control): Add xref.
257
2e17e05e
GM
2582009-06-13 Glenn Morris <rgm@gnu.org>
259
260 * faq.texi (Setting up a customization file): Grammar fix.
261 Customize is no longer "new".
262 (Displaying the current line or column): Line-number mode is on by
263 default. Don't mention `column' package. Mention linum.el.
264 (Turning on abbrevs by default): Explain how to do it for buffers,
265 modes, and everywhere.
266 (Associating modes with files): Use add-to-list. Don't mention Emacs
267 19.
268 (Highlighting a region): On by default since 23.1.
269 (Replacing highlighted text): Update doc quote.
270 (Working with unprintable characters): Don't mention search-quote-char.
271 (Using an already running Emacs process): Gnuclient is probably not an
272 enhancement these days.
273 (Indenting switch statements): Remove mention of pre-Emacs 20.
274 (Horizontal scrolling): Abbreviate Emacs 20 description.
275 (Replacing text across multiple files): Fix name of dired command.
276 (Disabling backups): Use require not load.
4f9d4de3 277 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 278
2a1cf2b9
BW
2792009-06-13 Bill Wohler <wohler@newt.com>
280
281 Release MH-E manual version 8.2.
282
283 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
284 release 8.2.
285
85b438b7
GM
2862009-06-13 Glenn Morris <rgm@gnu.org>
287
288 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
289 in this day and age the common meaning is "on the web".
290 (copying): Use @copyright in all cases.
291 (Basic keys): Remove reference to deleted manual node "Text Characters".
292 (File-name conventions): Use GNU as an example rather than SERVICE.
293 default.el lives in site-lisp. Update Info directory location.
294 (Real meaning of copyleft): GPL actions have been brought, but all
295 settled out of court.
296 (Guidelines for newsgroup postings): Shorten section title.
297 Simplify comp.emacs description.
298 (Newsgroup archives): Change Google URL. Describe Gmane.
299 (Unsubscribing from Emacs lists): Remove discussion of "distribution
300 points". Mention List-Unsubscribe header.
301 (Contacting the FSF): Update email and URLs.
302 (Basic editing): Mention F1 for help.
303 (Installing Texinfo documentation): Refer to Texinfo website rather
304 than ftp server.
305 (Printing a Texinfo file): Mention texi2pdf.
306 (Informational files for Emacs): Don't describe FTP or SERVICE, they
307 are just stubs nowadays.
308 (Latest version of Emacs): Explain version numbers.
309 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
310 (Turning on syntax highlighting): No need to mention hilit19 any more.
311 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
312 (Modes for various languages): Remove section.
313 (Major packages and programs): Remove most version and maintainer
314 information - it's hard to keep up-to-date, and adds nothing.
315 Similarly with direct links to mailing lists.
316 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
317 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
318 years, and Emacs comes with tools for this now.
319 (Patch): Remove section - this is a standard tool.
320 (Using function keys under X): Remove section.
321
93e2d996
GM
3222009-06-12 Glenn Morris <rgm@gnu.org>
323
324 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
325 (Help installing Emacs): Remove reference to deleted X11 node.
326 (Associating modes with files): Interpreter-mode-alist is no longer
327 subservient to auto-mode-alist.
328 (Installing Emacs): Change future Emacs version.
329 (Linking with -lX11 fails): Remove old section.
330 (Packages that do not come with Emacs): Update ELL location.
331 Emacs Lisp archive is dead.
332 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
333 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
334 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
335 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
336 (Removing flashing messages): Remove section about non-existent Gnus
337 option.
338
f0bf7708
GM
339 * faq.texi (Top): Add @top command.
340 Remove the optional arguments from all @node commands: makeinfo can
341 generate these automatically, and it is easier to edit and rearrange
342 nodes without them.
343
30884d11
GM
3442009-06-11 Glenn Morris <rgm@gnu.org>
345
346 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
347 (The LPF): Make the updated URL the sole reference point.
348 (Learning how to do something): Update refcard price and format.
349 (Getting a printed manual): Sources in doc/emacs/, not man/.
350 Also available in PDF format. Since the page count varies, be less
351 precise.
352 (Informational files for Emacs): Remove references to deleted files
353 LPF and SUN-SUPPORT, and to UUCP.
354 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
355 Remove many obsolete ways to get the FAQ, which now seems only to be
356 distributed with Emacs.
357 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
358
deab46e0
CY
3592009-06-09 Chong Yidong <cyd@stupidchicken.com>
360
223b43fa 361 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 362 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 363
deab46e0
CY
364 * ada-mode.texi (Installation, Compile commands)
365 (Project File Overview, No project files, Set compiler options)
366 (Use GNAT project file, Use multiple GNAT project files)
367 (Identifier completion): Use @samp for menu items, and @kbd for key
368 sequences (Bug#3504).
369
71fbd643
DU
3702009-06-04 Daiki Ueno <ueno@unixuser.org>
371
8c9bb6f5 372 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 373
f197085b
CY
3742009-06-04 Ryan Yeske <rcyeske@gmail.com>
375
376 * message.texi (Header Commands): Fix descriptions to match
377 keybindings.
378
7f3bc720
DU
3792009-04-22 Daiki Ueno <ueno@unixuser.org>
380
381 * gnus.texi (Security): Mention that EasyPG is the current default.
382
4518068d
CY
3832009-04-13 Chong Yidong <cyd@stupidchicken.com>
384
385 * ediff.texi (Session Commands): Fix typo.
386
d7ca410a
MB
3872009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
388
389 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
390 news.software.readers. Reported by Florian Rehnisch.
391
c6c76add
GM
3922009-04-02 Glenn Morris <rgm@gnu.org>
393
394 * auth.texi: Capitalize direntry.
395
396 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
397 using a period in the entry name. (Bug#2797)
398
35ed8e2e
JB
3992009-03-03 Juanma Barranquero <lekktu@gmail.com>
400
401 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
402 ($(infodir)/auth, auth.dvi): New targets.
403
e280480a
GM
4042009-03-03 Glenn Morris <rgm@gnu.org>
405
406 * auth.texi: Fix @setfilename.
407
408 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
409 (auth, $(infodir)/auth, auth.dvi): New rules.
410
8a76755b
GM
4112009-02-25 Glenn Morris <rgm@gnu.org>
412
413 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
414
0038d478
MB
4152009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
416
417 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
418
4192009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
420
421 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
422 gnus-nocem-issuers, and gnus-nocem-verifyer.
423
867d4bb3
JB
4242009-02-20 Juanma Barranquero <lekktu@gmail.com>
425
426 * ada-mode.texi (Project files, Automatic Casing):
427 * dbus.texi (Signals):
428 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
429 * mh-e.texi (HTML):
430 * nxml-mode.texi (Locating a schema)
431 (Using the document's URI to locate a schema):
432 * org.texi (Footnotes, Using the mapping API):
433 * rcirc.texi (Channels): Remove duplicate words.
434
3a44dc1f
GM
4352009-02-20 Glenn Morris <rgm@gnu.org>
436
437 * dired-x.texi (Miscellaneous Commands):
438 * gnus.texi: Minor updates for mbox Rmail.
439
5dc584b5
KB
4402009-02-16 Karl Berry <karl@gnu.org>
441
b59a8457
GM
442 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
443 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
444 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
445 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
446 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
447 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
448 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
449 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
450 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
451 Consistently use @insertcopying in the Top node,
5dc584b5 452 @contents at the front (after @end titlepage),
b59a8457 453 and @direntry after @copying. (Bug#1988)
5dc584b5 454
9eb59592
MB
4552009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
456
457 * auth.texi: New file documenting auth-source.
458
d324fa76
CD
4592009-02-13 Carsten Dominik <dominik@science.uva.nl>
460
461 * org.texi (Org Plot): Fix link.
462
7a603b73
DU
4632009-02-09 Daiki Ueno <ueno@unixuser.org>
464
465 * epa.texi (Mail-mode integration): Mention the way to do
466 "encrypt-to-self". (Bug#1807)
467
a626b338 4682009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
469
470 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
471
3b36c17e
MB
4722009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
473
474 * gnus-news.texi: Print version about Incoming*.
475
55033558
CD
4762009-02-02 Carsten Dominik <dominik@science.uva.nl>
477
478 * org.texi (Structure editing, Handling links)
479 (Fast access to TODO states, Javascript support): Make standard docs
480 correctly reflect default variable settings.
481
ec712abb
GM
4822009-02-02 Glenn Morris <rgm@gnu.org>
483
484 * org.texi: Fix typos.
485
7112648c
MA
4862009-02-01 Michael Albinus <michael.albinus@gmx.de>
487
488 Sync with Tramp 2.1.15.
489
490 * trampver.texi: Update release number.
491
2e461fc1
CD
4922009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
493
494 * org.texi (TODO dependencies): Document TODO dependencies on
495 checkboxes.
496
bc283609
CD
4972009-01-30 Carsten Dominik <dominik@science.uva.nl>
498
499 * org.texi (TODO dependencies): Document key binding for toggling
500 ORDERED property.
501
74fc5047
MA
5022009-01-28 Michael Albinus <michael.albinus@gmx.de>
503
504 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
505 of hook functions.
506
d6685abc
CD
5072009-01-28 Carsten Dominik <dominik@science.uva.nl>
508
509 * org.texi (TODO dependencies): New section.
510
65c439fd
CD
5112009-01-27 Carsten Dominik <dominik@science.uva.nl>
512
513 * org.texi (Plain lists, TODO basics, Priorities)
514 (Multiple sets in one file, Conflicts): Document interaction with
515 `shift-selection-mode'.
516
5fafc247
JB
5172009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
518
519 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
520 Make Calc the subject of sentences.
521 (Rearranging Formulas using Selections): Discuss new options
522 for `j *'.
523
e7433508
MA
5242009-01-26 Michael Albinus <michael.albinus@gmx.de>
525
526 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
527
2096a1b6
GM
5282009-01-26 Glenn Morris <rgm@gnu.org>
529
530 * org.texi: Fix typos.
531
0cb61492
BW
5322009-01-26 Bill Wohler <wohler@newt.com>
533
2096a1b6 534 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 535
0bd48b37
CD
5362009-01-25 Carsten Dominik <dominik@science.uva.nl>
537
538 * org.texi (References): Add information about remote references.
539 (Built-in table editor): Document `C-c RET' in tables.
540 (Math symbols, Quoting LaTeX code): Mention that simple
541 LaTeX macros survive LaTeX export.
542 (Images in LaTeX export): Show how to create a reference to a
543 figure.
544 (Sectioning structure): Document that the LaTeX class can be
545 specified in a property.
546 (Text areas in HTML export): New section.
547 (External links): Add examples for text search and ID links.
548 (Built-in table editor): Remove the descriptio of `C-c
549 C-q', it not longer works.
550 (Literal examples): Document that a space must follow
551 the colon in short examples.
552 (Relative timer): Document `org-timer-stop'.
553 (Footnotes): New section.
554 (Footnote markup): Shorten section and refer to new Footnote
555 section.
556 (Literal examples): Add documentation for line
557 numbering in and references to code examples.
558 (CSS support): Fix the description of default CSS styles.
559 (Capturing column view): Document
560 "file:path/to/file.org" as an allowed value for the ID property of
561 a dynamic block copying column view.
562
49dbbaf2
SE
5632009-01-23 Stephen Eglen <stephen@gnu.org>
564
565 * mh-e.texi (Getting Started): Describe $MH.
566
193e6828
MA
5672009-01-21 Michael Albinus <michael.albinus@gmx.de>
568
569 * tramp.texi (all): Harmonize usage of "external method",
570 "external transfer method" and "out-of-band method".
571 (Connection types): Precise the differences of inline and external
572 methods. Written by Adrian Phillips <a.phillips@met.no>.
573
26b9f88d
MB
5742009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
575
576 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
577 commands as described at the top. Reported by Allan Gottlieb
578 <gottlieb@nyu.edu>.
579
5802009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
583 nnmail-pathname-coding-system.
584
377952e0
GM
5852009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
586
587 * org.texi (Relative timer): Fix typo.
588
a20d3598
JB
5892009-01-15 Juanma Barranquero <lekktu@gmail.com>
590
591 * org.texi (Clocking work time): Fix typo.
98a1e0f5 592 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 593
a50253cc
GM
5942009-01-13 Glenn Morris <rgm@gnu.org>
595
596 * org.texi: Fix some more typos.
597
07450bee
GM
5982009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
599
600 * org.texi: Fix some typos.
601
e3e955fe
MB
6022009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
603
604 * gnus.texi (Group Parameters): Add note for local variables.
605
6062009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
607
608 * gnus.texi (Converting Kill Files): Fix URL. Include
609 gnus-kill-to-score.el in contrib directory.
610
6112009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
612
613 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
614 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
615 (Paging the Article): Add index entry.
616
71dd9983
JB
6172009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
618
619 * ada-mode.texi (Examples): Delete redundant text.
620
4a0cf14f
MA
6212009-01-03 Michael Albinus <michael.albinus@gmx.de>
622
36c8febb 623 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
624
625 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
626 addresses.
627
aedac0f0
BW
6282009-01-03 Bill Wohler <wohler@newt.com>
629
630 * mh-e.texi (Scan Line Formats): Indicate that first column should be
631 kept empty.
632
4c65b566
CD
6332008-12-20 Carsten Dominik <dominik@science.uva.nl>
634
635 * org.texi (Activation, Exporting, ASCII export, HTML export)
636 (HTML Export commands, LaTeX/PDF export commands): Improve
637 documentation about transient-mark-mode.
638 (References): DOcuemtn the use of special names like $LR1 to reference
639 to fields in the last table row.
640
e1a78e1e
JL
6412008-12-19 Juri Linkov <juri@jurta.org>
642
643 * info.texi (Search Text): Remove mention of removed key binding M-s.
644
17a0aa82
CD
6452008-12-18 Carsten Dominik <dominik@science.uva.nl>
646
647 * org.texi (References): Remove mentioning of @0 as reference for the
648 last line, this has been reverted in the Lisp sources.
649
4997d802
JB
6502008-12-17 Juanma Barranquero <lekktu@gmail.com>
651
652 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
653 (DVI_TARGETS): Remove duplicates. Add sasl.
654 ($(infodir)/sasl, sasl.dvi): New targets.
655
33306645
CD
6562008-12-17 Carsten Dominik <dominik@science.uva.nl>
657
658 * org.texi: Version number pushed to 6.15d.
659
db55f368
CD
6602008-12-16 Carsten Dominik <dominik@science.uva.nl>
661
a0bf4117 662 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
663 (Images in LaTeX export): New section.
664 (Inlined images, Images in HTML export): Sections renamed.
665
dae0a942
MB
6662008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
667
668 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
669
9f5572e9
MB
6702008-12-04 David Engster <dengste@eml.cc>
671
672 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
673 of nnml-get-new-mail. Change URL for mairix patch.
674
bc23baaa
CD
6752008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
676
677 * org.texi (Using the mapping API): Fix bug in mapping example.
678 (Publishing options): Make the list of properties complete again, in
679 correspondence to the variable `org-export-plist-vars'.
680 (Property searches): Document new special values for time comparisons.
681 (Tag inheritance): Refine the description of tag inheritance.
682 (Project alist): Add info about the publishing sequence of components.
a0bf4117 683 (Effort estimates): Document the new relative timer.
bc23baaa 684
3bf8054f
JB
6852008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
686
687 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
688 (Using Calc): Clarify use of `C-x * o'.
689 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
690
ac134f2f
RS
6912008-11-28 Richard M Stallman <rms@gnu.org>
692
693 * dbus.texi (Receiving Method Calls): Clean up previous change.
694
ace706d1
MA
6952008-11-26 Michael Albinus <michael.albinus@gmx.de>
696
697 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
698 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
699 `dbus-unescape-from-identifier'.
700 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 701 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
702 (Signals): Use the constants in the example.
703
d60b1ba1
CD
7042008-11-24 Carsten Dominik <dominik@science.uva.nl>
705
b97439ce 706 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 707
ce4fdcb9
CD
7082008-11-23 Carsten Dominik <dominik@science.uva.nl>
709
710 * org.texi (Setting up Remember): Document `org-remember-mode'.
711 (External links): Document that bbdb links can use a regular
712 expression.
713 (External links): Document that elisp links can contain interactive
714 commands.
715
c8548a00 7162008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
717
718 * viper.texi (viper-translate-all-ESC-keysequences):
719 Description removed.
720
6a2c4aec
GM
7212008-11-19 Glenn Morris <rgm@gnu.org>
722
723 * doclicense.texi: Change to FDL 1.3.
724 Relicense all texi files under FDL 1.3 or later.
725
59ee4113
JB
7262008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
727
728 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
729
59bcbb98 7302008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a
JB
731
732 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed.
2198eaa5
JB
733
734 * ediff.texi: Version/date change.
9f90198a 735
8aa41c9b
CY
7362008-11-14 Chong Yidong <cyd@stupidchicken.com>
737
738 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
739
17587b1b
JB
7402008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
741
742 * calc.texi (About This Manual): Comment out a mention of
743 marginal notes.
744
564c900e
CD
7452008-11-12 Carsten Dominik <dominik@science.uva.nl>
746
747 * org.texi (Clocking work time): Document the :formula property of
748 clock tables.
749 (Structure editing, Refiling notes): Document refiling regions.
750 (Agenda commands): Document the double-prefix version
751 of the `l' command in the agenda.
752 (Handling links): Explain the effect of a double prefix
753 arg to `C-c C-o'.
754 (TODO basics): Add documentation for tag triggers.
755
3c4be1f2
GM
7562008-10-23 Glenn Morris <rgm@gnu.org>
757
758 * cl.texi (Function Bindings): Mention `flet' fails to deal with
759 byte-compiling things like `+'.
760
761 * ns-emacs.texi: Merge copyright years of author now with assignment
762 into FSF years.
763 (VER): Use it for easier automatic updating. Use Emacs version rather
764 than standalone Emacs.app version.
765
a6520ff3
CD
7662008-10-12 Carsten Dominik <dominik@science.uva.nl>
767
864c9740 768 * org.texi: Lots of minor fixes.
a6520ff3
CD
769 (Capture): New chapter.
770 (Org Plot): New section.
771
db7a4b66
MH
7722008-09-30 Magnus Henoch <mange@freemail.hu>
773
774 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
775
4043c194
JB
7762008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
777
778 * calc.texi (User Defined Units): Mention how to enter optional display
779 string.
780
eef5ade7
MB
7812008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
782
783 * message.texi (Sending Variables): Fixed variable documentation to
784 avoid the "y/n" wording.
785
e52cac88
MB
7862008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
787
788 * message.texi (Sending Variables): Added `message-confirm-send' doc.
789
7902008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
791
792 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
793 @enumerate section so as to be able to be formatted with MAKEINFO=no.
794
00c55306
BW
7952008-09-22 Bill Wohler <wohler@newt.com>
796
797 Release MH-E manual version 8.1.
798
799 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
800 release 8.1.
801
802 * mh-e.texi: Retain dual license as agreed to by the FSF.
803 However, bump GPL to Version 3.
804 Use @include for license text.
805
e52cac88 8062008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
807
808 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
809 (Store custom flags and keywords, Store arbitrary data):
810 Clean up markup.
64763fe3
MB
811
8122008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
813
814 * gnus.texi (The Gnus Registry): Document it.
815
9e601b8d
MB
8162008-09-08 David Engster <dengste@eml.cc>
817
88ee5b02
JB
818 * gnus.texi (nnmairix): Point out that nnml uses MH format.
819 Clarify section about choosing back end servers.
9e601b8d 820
247043f1
GM
8212008-08-23 Glenn Morris <rgm@gnu.org>
822
823 * dired-x.texi (Shell Command Guessing):
824 Mention dired-guess-shell-case-fold-search. (Bug#417)
825
2bfec7a0
MA
8262008-08-22 Michael Albinus <michael.albinus@gmx.de>
827
828 * trampver.texi: Update release number.
829
247043f1 8302008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
831
832 * ns-emacs.texi: Update version.
833 (Introduction): Correct menu location for options save.
834 (Customization): Note that defaults are stored under org.gnu.Emacs.
835
8c20bd92
BW
8362008-08-11 Bill Wohler <wohler@newt.com>
837
838 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
839 explicit about GNU mailutils MH elsewhere (with thanks to Darel
840 Henman) (closes SF #1768928).
841
767a4d92
GM
8422008-08-10 Glenn Morris <rgm@gnu.org>
843
844 * ns-emacs.texi: Use @copying. Change copyright of authors with
845 assignment to FSF. Change license to GFDL.
846 (Top): Remove outdated references.
847
6ecfe5c2
MB
8482008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
849
88ee5b02
JB
850 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
851 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
852 gnus-summary-sort-by-most-recent-date.
853 (Summary Sorting): Explain prefix argument.
854
8552008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
856
857 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
858 gnus-summary-pipe-output.
859
eb932e8a
MA
8602008-08-03 Michael Albinus <michael.albinus@gmx.de>
861
862 * dbus.texi (Receiving Method Calls): Document error handling of own
863 D-Bus methods.
864
bfe16263
BW
8652008-08-01 Bill Wohler <wohler@newt.com>
866
867 * mh-e.texi (Reading Mail)
9f90198a 868 (Viewing Attachments): Describe new function
bfe16263
BW
869 mh-show-preferred-alternative.
870 (Sending Mail, Redistributing, Sending Message): Describe new hook
871 mh-annotate-msg-hook.
872
21956b56
MA
8732008-07-31 Michael Albinus <michael.albinus@gmx.de>
874
875 * dbus.texi (Arguments and Signatures): Fix example.
876 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
877 (Asynchronous Methods): New node.
9f90198a
JB
878 (Errors and Events): Describe extended layout of `dbus-event'.
879 New defun `dbus-event-message-type'.
21956b56 880
7c2fb837
DN
8812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * ediff.texi: Remove VMS support.
884
13662773
JB
8852008-07-29 Juanma Barranquero <lekktu@gmail.com>
886
887 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
888 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
889
ddde0b34
CY
8902008-07-29 Chong Yidong <cyd@stupidchicken.com>
891
892 * Makefile.in: Add mairix-el targets.
893
8942008-07-29 David Engster <deng@randomsample.de>
895
896 * mairix-el.texi: New file.
897
d5875b25
JB
8982008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
899
366b7d44
JB
900 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
901 project files. Delete 'main_unit' project variable; not needed. Allow
902 process environment variables wherever project variables are allowed.
903 Add tutorial section on multiple GNAT project files.
d5875b25 904
6cbab8ee
MA
9052008-07-27 Michael Albinus <michael.albinus@gmx.de>
906
907 Sync with Tramp 2.1.14.
908
909 * trampver.texi: Update release number.
910
9e2a2647
DN
9112008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
912
913 * ns-emacs.texi:
914 * faq.texi: Remove mentions of Mac Carbon.
915
d62672f3
MB
9162008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
917
918 * gnus.texi (Saving Articles): Describe the 2nd argument of
919 gnus-summary-save-in-pipe.
920 (SpamAssassin): Use it.
921
9222008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
923
924 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
925
dd12e1c6
CD
9262008-07-25 Carsten Dominik <dominik@science.uva.nl>
927
928 * org.texi (Export options): Document the use of the creator flag.
929
44ce9197
CD
9302008-07-24 Carsten Dominik <dominik@science.uva.nl>
931
932 * org.texi: New version 6.06a.
933
ddd13c5d
JB
9342008-07-23 Juanma Barranquero <lekktu@gmail.com>
935
936 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
937 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
938
8dc6104d
JB
9392008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
940
941 * calc.texi (Editing Stack Entries):
942 (Algebraic Entry): Rewrite introductory sentences so it can be used by
943 Calc's help functions. Mention fixing typos.
944 (Customizing Calc): Fix typo.
945
9462008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
947
948 * calc.texi (summarykey): New macro. Use to correctly format keys in
949 the summary.
950
ddd13c5d 9512008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
952
953 * ns-emacs.texi (Customization): Corrected documentation on color
954 specification formats.
955
568beaa2
AS
9562008-07-19 Andreas Schwab <schwab@suse.de>
957
db8ef699 958 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
959
960 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
961 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
962
cd71b9ae
MA
9632008-07-18 Michael Albinus <michael.albinus@gmx.de>
964
965 * dbus.texi (Inspection): Rework, introduce submenus.
966 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
967 (Properties and Annotations, Arguments and Signatures): New nodes.
968
9b7993b4
MA
9692008-07-13 Michael Albinus <michael.albinus@gmx.de>
970
971 * dbus.texi (Receiving Method Calls): Fix description of
972 `dbus-register-method'.
973 (Signals): Allow also signal arguments for filtering in
974 `dbus-register-signal'.
975
241d447b
JB
9762008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
977
978 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
979 `cnorm'.
980 (Arithmetic Tutorial): Simplify the verification of prime factors.
981
adb46650
MB
9822008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
983
984 * gnus.texi (Saving Articles): Mention
985 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
986
92e15881
JB
9872008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
988
989 * calc.texi: Adjust mode line throughout.
990
ea597303
JB
9912008-06-28 Juanma Barranquero <lekktu@gmail.com>
992
993 * sasl.texi (Mechanisms): Fix typos.
994
aee08080
JB
9952008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
996
997 * calc.texi (Killing from the stack): Mention using normal Emacs
998 copying.
999
a06a4a12
MA
10002008-06-21 Michael Albinus <michael.albinus@gmx.de>
1001
ea597303
JB
1002 * tramp.texi (Password handling): Renamed from "Password caching".
1003 Add `auth-source' mechanism.
a06a4a12
MA
1004 (Connection caching): Tramp reopens the connection automatically,
1005 when the operating system on the remote host has been changed.
1006
7389398d
EZ
10072008-06-20 Eli Zaretskii <eliz@gnu.org>
1008
1009 * makefile.w32-in (distclean): Remove makefile.
1010
b349f79f
CD
10112008-06-17 Carsten Dominik <dominik@science.uva.nl>
1012
3f9b4c2b 1013 * org.texi (Using the mapping API): New section.
b349f79f 1014 (Agenda column view): New section.
3f9b4c2b 1015 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 1016 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 1017 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
1018
10192008-06-17 Jason Riedy <jason@acm.org>
1020
1021 * org.texi (A LaTeX example): Note that fmt may be a one-argument
1022 function, and efmt may be a two-argument function.
1023 (Radio tables): Document multiple destinations.
1024
cd5c05d2
GM
10252008-06-16 Glenn Morris <rgm@gnu.org>
1026
1027 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
1028 Add Cover-Texts.
1029
debf4439
GM
10302008-06-15 Glenn Morris <rgm@gnu.org>
1031
1032 * faq.texi (VER): Update to 23.0.60.
1033
1034 * mh-e.texi: Remove option of licensing under GPL.
1035 Add Cover-Texts to GFDL permissions notice.
1036 (GPL): Remove section.
1037 (GFDL): Include doclicense.texi rather than the actual text.
1038
1039 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
1040 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
1041
1042 * sasl.texi: Fix output file name.
1043
1044 * epa.texi, sasl.texi: Refer to license in Emacs manual.
1045
1046 * gnus-coding.texi: Refer to license in Gnus manual.
1047
1048 * idlwave.texi, sasl.texi: Use @copying.
1049
1050 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
1051
1052 * speedbar.texi: Update Back-Cover Text as per maintain.info.
1053
1054 * url.texi: Use @copying, @title, @subtitle, @author.
1055
1056 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
1057 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
1058 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
1059 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
1060 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
1061 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
1062 * widget.texi, woman.texi:
1063 Remove references to external license, since doclicense is included.
1064
1065 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
1066 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
1067 Remove references to non-existent Invariant Sections.
1068
091f8bc1
GM
10692008-06-14 Glenn Morris <rgm@gnu.org>
1070
1071 * faq.texi (Major packages and programs): Remove references to external
1072 Supercite, Calc, VIPER, since they have been included for some time.
1073 Update VM, AUCTeX, BBDB entries.
1074
47bcb4d3
UJ
10752008-06-14 Ulf Jasper <ulf.jasper@web.de>
1076
1077 * newsticker.texi: Updated to match latest newsticker changes.
1078
6f093307
GM
10792008-06-13 Glenn Morris <rgm@gnu.org>
1080
1081 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
1082 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
1083 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
1084 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
1085 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
1086 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
1087 * woman.texi:
1088 Update Back-Cover Text as per maintain.info.
1089
2b968687
MB
10902008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1091
1092 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
1093
1094 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
1095 (gnus-faq.xml): Update repository host.
1096
2b968687
MB
1097 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
1098
10992008-06-15 Frank Schmitt <ich@frank-schmitt.net>
1100
1101 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
1102 Fix a typo.
1103
11042008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1105
1106 * gnus.texi (Mail Source Customization): Correct values of
1107 `mail-source-delete-incoming'. Reported by Tassilo Horn.
1108 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
1109
11102008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1111
1112 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
1113 coding standards.
1114
11152008-06-14 David Engster <dengste@eml.cc>
1116
1117 * gnus.texi (nnmairix): Markup fixes.
1118
e6d2d263
MB
11192008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1120
2b968687 1121 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
1122
11232008-06-05 David Engster <dengste@eml.cc>
1124
1125 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
1126
11272008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1128
b344d29d 1129 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
1130 (Searching, nnir, nnmairix): New stub nodes.
1131
ad231df6 11322008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
1133
1134 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
1135
f394fa25
MB
11362008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1137
1138 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
1139
58333467
MB
11402008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1141
1142 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
1143
67525fb9
JY
11442008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
1145
1146 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
1147
0549d8fc
JB
11482008-05-06 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * info.texi (Top): Fix typo in xref.
1151
149a3837
KB
11522008-05-05 Karl Berry <karl@gnu.org>
1153
1154 * info.texi (Top): @xref to stand-alone manual.
1155
3a23a519
MB
11562008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1157
1158 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
1159 (Various Summary Stuff): Fix typo in last xref.
1160
0a29fbf3
JB
11612008-05-02 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * org.texi (Moving subtrees): Fix typo.
1164
586b90f1
MA
11652008-04-28 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * tramp.texi (Frequently Asked Questions): Explain, how to disable
1168 Tramp via `tramp-mode'.
1169
b5af9883
CD
11702008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
1171
1172 * org.texi: Massive changes, in many parts of the file.
1173
d55fe5bb
MB
11742008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1175
1176 * gnus.texi (Oort Gnus): Add message-fill-column.
1177
11782008-04-12 Adrian Aichner <adrian@xemacs.org>
1179
1180 * gnus.texi (Mail Source Specifiers): Typo fix.
1181
11822008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1183
1184 * gnus.texi (Diary Headers Generation): Update key binding for
1185 `gnus-diary-check-message'.
1186
11872008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1188
1189 * gnus.texi (Emacsen): Addition.
1190
11912008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1192
1193 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
1194
11952008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1196
1197 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
1198
11992008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1200
1201 * gnus-news.texi: Update tool bar item.
1202
12032008-04-09 Sven Joachim <svenjoac@gmx.de>
1204
1205 * gnus-news.texi: Fix typos.
1206
76c109c3
JB
12072008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
1208
222027f2 1209 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
1210 Add mention of `kron'.
1211
d5fbd5a6
MO
12122008-04-01 Daiki Ueno <ueno@unixuser.org>
1213
1214 * epa.texi (Encrypting/decrypting *.gpg files): Document
1215 epa-file-name-regexp.
1216
fbcbb58c
KY
12172008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1218
1219 * gnus.texi (Example Methods): Fix description about ssh-agent.
1220 (Indirect Functions): Fix the default value of nntp-telnet-command;
1221 remove link to connect.html.
1222
134ce16c
MA
12232008-03-30 Michael Albinus <michael.albinus@gmx.de>
1224
1225 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
1226 dbus-call-method.
1227 (Receiving Method Calls): The timeout can be set by the calling client.
1228
da1975d7
MA
1229 * trampver.texi: Update release number.
1230
2e4089ab
RS
12312008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1232
1233 * gnus.texi (Top): Fix version. Add SASL.
1234
70cab5a9
MA
12352008-03-29 Michael Albinus <michael.albinus@gmx.de>
1236
1237 Sync with Tramp 2.1.13.
1238
1239 * trampver.texi: Update release number.
1240
5bc6ddff
MB
12412008-03-29 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * org.texi: Update to new org-mode website.
1244
12452008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * cl.texi (For Clauses): Fix loop over key-seq to match code.
1248
9b3ebcb6
MB
12492008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1250
1251 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
1252 gnus-read-ephemeral-gmane-group-url,
1253 gnus-read-ephemeral-emacs-bug-group,
1254 gnus-read-ephemeral-debian-bug-group.
1255
12562008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1257
1258 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
1259
1260 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
1261 Add FIXMEs for Bookmarks and gnus-registry-marks.
1262
12632008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1264
1265 * gnus.texi (Smileys): Document `smiley-style'.
1266
12672008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1268
1269 * gnus.texi (Gnus Development): Clarify difference between ding and
1270 gnu.emacs.gnus.
1271 (MIME Commands, Using MIME, RSS): Fix markup.
1272
1273 * gnus-faq.texi ([8.4]): Ditto.
1274
12752008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1276
1277 * gnus.texi (Emacsen): Remove obsolete stuff.
1278
12792008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1280
1281 * gnus.texi (Oort Gnus): Add version info WRT
1282 `mail-source-delete-incoming'.
1283
12842008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1285
1286 * gnus.texi (Top): Add "Other related manuals" and version info in
1287 `iftex' output.
1288 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
1289 gnus-balloon-face-0 and the corresponding format specifiers.
1290
608d6a81
MA
12912008-03-26 Michael Albinus <michael.albinus@gmx.de>
1292
1293 * tramp.texi (Filename completion): Remove footnote about let-bind
1294 of `partial-completion-mode'. It doesn't work this way.
1295
27a6f132
SM
12962008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * pcl-cvs.texi (Contributors): Update my email.
1299
4a7c4c40
MA
13002008-03-21 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
1303
2940c053
BW
13042008-03-17 Bill Wohler <wohler@newt.com>
1305
1306 * mh-e.texi (Viewing): Update URL for adding header fields to
1307 mh-invisible-header-fields-default.
1308
30864d5f
BW
13092008-03-16 Bill Wohler <wohler@newt.com>
1310
1311 * mh-e.texi (Preface): Add Gnus to requirements.
1312 (Forwarding): Note that forwarded MIME messages are now inline.
1313
31fe2b00
SM
13142008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
1317 (Common Variables): Give precedence to the netcat methods over the
1318 telnet methods, and mention that they are more reliable.
31fe2b00 1319
5e97c626
CD
13202008-03-13 Carsten Dominik <dominik@science.uva.nl>
1321
1322 * org.texi (Exporting Agenda Views): Document agenda export to
1323 iCalendar.
1324 (Progress logging): Document the new progress logging stuff.
1325
37a68866
MB
13262008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1327
1328 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
1329 Update for change of `mail-source-delete-incoming'.
1330
1331 * gnus-news.texi: Ditto.
1332
8f7abae3
MB
13332008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1334
1335 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
1336 custom versions.
1337
af379c86
AM
13382008-03-07 Alan Mackenzie <acm@muc.de>
1339
1340 * cc-mode.texi (Limitations and Known Bugs): State that the number of
1341 parens/brackets in a k&r region is limited.
1342
3d0f8a67
MB
13432008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1344
1345 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
1346 using different Emacs versions.
1347
52151df0
GM
13482008-02-27 Glenn Morris <rgm@gnu.org>
1349
1350 * sc.texi: Remove a lot of old and obsolete info.
1351 (titlepage): Simplify.
1352 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
1353 (VM with any Emacsen, GNEWS with any Emacsen)
1354 (Overloading for Non-conforming MUAs, Version 3 Changes)
1355 (The Supercite Mailing List): Delete nodes.
1356 (Introduction): Remove info about old packages.
1357 (Getting Connected): Simplify. Remove info about old packages.
1358 (Citing Commands): Delete Emacs 19 info.
1359 (Hints to MUA Authors): Simplify.
1360 (Thanks and History): Merge in some info from the deleted node
1361 "Version 3 Changes".
1362
b03f96dc
MB
13632008-02-05 Juanma Barranquero <lekktu@gmail.com>
1364
1365 * org.texi (Setting tags, In-buffer settings):
1366 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
1367
52bec650
MB
13682008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1369
1370 * gnus-news.texi: Mention that spaces and tabs are allowed in the
1371 installation directory name.
1372
34a3c587
RF
13732008-02-12 Romain Francoise <romain@orebokech.com>
1374
1375 * epa.texi (Overview): Fix typo.
1376
5a8d03e9
MO
13772008-02-11 Daiki Ueno <ueno@unixuser.org>
1378
1379 * epa.texi (Quick start): Remove the .emacs setting.
1380
f1914c40
MO
13812008-02-10 Daiki Ueno <ueno@unixuser.org>
1382
1383 * epa.texi (Quick start): Use the command `epa-enable' instead of
1384 loading `epa-setup'.
1385
bca98fc9
JB
13862008-02-08 Juanma Barranquero <lekktu@gmail.com>
1387
1388 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
1389 ($(infodir)/epa, epa.dvi): New targets.
1390
4b01af2e
MO
13912008-02-08 Daiki Ueno <ueno@unixuser.org>
1392
1393 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
1394
1395 * epa.texi: New manual documenting the EasyPG Assistant.
1396
06c0751a
MA
13972008-02-06 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
1400 (Inspection): New function dbus-ping.
1401
7dcccd7b
MA
14022008-02-05 Michael Albinus <michael.albinus@gmx.de>
1403
1404 * tramp.texi (Remote processes): Add `shell-command'.
1405
a1da1e37
MB
14062008-01-28 Michael Sperber <sperber@deinprogramm.de>
1407
1408 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
1409 (Group Parameters): Document `mail-source' parameter.
1410
c9d8f746
MA
14112008-01-27 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * tramp.texi (Inline methods): The hostname of the su(do)? methods
1414 must be a local host.
1415
15db4a13
MO
14162008-01-26 Michael Olson <mwolson@gnu.org>
1417
1418 * erc.texi: Update version for ERC 5.3 release.
1419 (Obtaining ERC): Update extras URLs for 5.3.
1420 (Development): Write instructions for git, and remove those for Arch.
1421 (History): Mention the switch to git.
1422
2bc43980
KB
14232008-01-24 Karl Berry <karl@gnu.org>
1424
bca98fc9
JB
1425 * info.texi (Search Index, Search Text): Mention the command
1426 character in the section name, a la the (Go to node) node.
2bc43980 1427
d2e4a6c9
MA
14282008-01-21 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
1431
0b6799c3
MB
14322008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1433
1434 * gnus-news.texi: Mention gnus-article-describe-bindings.
1435
14362008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1437
1438 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
1439
db9c3fb1 14402008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 1441
7b4d0413 1442 * org.texi (Property inheritance): New section.
db9c3fb1 1443 (Conventions): New section.
7b4d0413 1444 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
1445 commands, and the new bindings for refiling.
1446 (Sparse trees): Document the new special command for sparse trees.
1447 (References): Be more clear about the counting of hilines.
1448 (Handling links): Document M-p/n for accessing links.
1449 (Fast access to TODO states): New section.
1450 (Per file keywords): New section.
1451 (Property inheritance): New section.
1452 (Column attributes): New summary types.
1453 (Capturing Column View): New section.
1454 (The date/time prompt): Cover the new features in the date/time prompt.
1455 Compactify the table of keys for the calendar remote control.
1456 (Clocking work time): Document the new :scope parameter.
1457 (Remember): Promoted to chapter.
1458 (Quoted examples): New section.
1459 (Enhancing text): New verbatim environments.
1460
6ed73f28
MA
14612008-01-14 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * trampver.texi: Update release number.
1464
95838435
MB
14652008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1466
1467 * gnus.texi (Article Keymap): Add
1468 gnus-article-wide-reply-with-original; fix descriptions of
1469 gnus-article-reply-with-original and
1470 gnus-article-followup-with-original.
1471
20234d96
GM
14722008-01-09 Glenn Morris <rgm@gnu.org>
1473
1474 * nxml-mode.texi: Add @copying section.
1475
d82cf70b
MB
14762008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
1477
1478 * message.texi (Mail Variables): Add some text from "(gnus)Posting
1479 Server". Add `message-send-mail-with-mailclient'.
1480
1481 * gnus.texi (Posting Server): Move some text to "(message)Mail
1482 Variables" and add a reference here.
1483
addb7f2e
MA
14842008-01-04 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * dbus.texi (Receiving Method Calls): New chapter.
1487 (Errors and Events): Add serial number to events. Replace "signal" by
1488 "message". Introduce dbus-event-serial-number.
1489
4db2806c
MA
14902008-01-03 Michael Albinus <michael.albinus@gmx.de>
1491
1492 * dbus.texi (Type Conversion): Explain the type specification for empty
1493 arrays. Use another example.
1494
c9ecb5a7
MA
14952007-12-30 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * dbus.texi (all): Replace "..." by @dots{}.
1498 (Type Conversion): Precise the value range for :byte types.
1499 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
1500 Mention its return value.
1501 (Errors and Events): There is no D-Bus error propagation during event
1502 processing.
1503
702dbfd9
JB
15042007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1505
1506 * calc.tex (Yacas Language, Maxima Language, Giac Language):
1507 New sections.
1508
87035689
MB
15092007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
1510
1511 * gnus.texi (Group Parameters): Reorder the text and add a note about
1512 `gnus-parameters' near the beginning of the node.
1513
15142007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
1515
1516 * gnus.texi (Score File Editing): Fix function name.
1517
5492f5ca
MA
15182007-12-23 Michael Albinus <michael.albinus@gmx.de>
1519
1520 Sync with Tramp 2.1.12.
1521
1522 * trampver.texi: Update release number.
1523
d4e67bc5
MA
15242007-12-22 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * dbus.texi (Type Conversion): Correct input parameters mapping.
1527
6a31c819
MA
15282007-12-21 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
1531 (Errors and Events): Mention wrong-type-argument error.
1532
99a3e35f
AS
15332007-12-21 Alex Schroeder <alex@gnu.org>
1534
1535 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 1536 spaces. Fixed some typos.
99a3e35f
AS
1537 (Internet Relay Chat): Explain relay.
1538 (Getting started with rcirc): Change items to reflect prompts.
1539 Add more explanation to rcirc-track-minor-mode and added a comment to
1540 warn future maintainers that this section is a copy.
11ac7c8e 1541 (People): Changed /ignore example.
62b12a24 1542 (Keywords): Not keywords.
99a3e35f 1543
331e4d02
AS
15442007-12-20 Alex Schroeder <alex@gnu.org>
1545
1546 * rcirc.texi (Top): Fighting Information Overload chapter added.
1547 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
1548 (rcirc commands): Moved /ignore command to the new chapter.
1549 (Fighting Information Overload): New chapter documenting /keyword,
1550 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
1551 (Configuration): Document rcirc-server-alist, remove
1552 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 1553
cd71c3ef
MA
15542007-12-16 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * dbus.texi (Signals): Fix example in dbus-register-signal.
1557
bbbe940b
MB
15582007-12-14 Sven Joachim <svenjoac@gmx.de>
1559
1560 * gnus.texi (Score Variables): Fix typo.
1561
0ce574ef
MA
15622007-12-07 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
1565 (Signals): Adapt dbus-send-signal and dbus-register-signal.
1566 (Errors and Events): Adapt dbus-event.
1567
b890d447
MB
15682007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus.texi (Other Files): Add the yenc command.
1571
15722007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
1573
1574 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
1575 since 2004-08-06.
1576
15772007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1578
1579 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
1580 on body.
1581
15822007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1583
1584 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
1585 and rfc2047-allow-irregular-q-encoded-words; fix description of
1586 rfc2047-encode-encoded-words.
1587
15882007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1589
1590 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
1591
3728bf03
MO
15922007-12-05 Michael Olson <mwolson@gnu.org>
1593
1594 * remember.texi (Diary): Remove "require" line for remember-diary.el.
1595 Update documentation for `remember-diary-file'.
1596
a4397af9
MA
15972007-12-04 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * dbus.texi (Signals): Precise `dbus-register-signal'.
1600 (Errors and Events): Rework events part, the internal structure of
1601 dbus-event has changed.
1602
1682490c
JB
16032007-12-03 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
1606 ($(infodir)/dbus, dbus.dvi): New targets.
1607
7b13a0f2
MA
16082007-12-03 Michael Albinus <michael.albinus@gmx.de>
1609
1610 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
1611 unconditionally.
1612
1613 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
1614 emulation with @print{}.
1615
7ef92bc9
RS
16162007-12-02 Richard Stallman <rms@gnu.org>
1617
1618 * dbus.texi (Overview): Minor cleanup.
1619
22d8ac3a
MA
16202007-12-02 Michael Albinus <michael.albinus@gmx.de>
1621
d3a8e0df
MA
1622 * Makefile.in (INFO_TARGETS): Add dbus.
1623 (DVI_TARGETS): Add dbus.dvi.
1624 (dbus, dbus.dvi): New targets.
1625
22d8ac3a
MA
1626 * dbus.texi: New file.
1627
559764ab
RF
16282007-11-24 Romain Francoise <romain@orebokech.com>
1629
1630 * nxml-mode.texi: Add description in @direntry.
7aa579d9 1631 Fix file name to match @setfilename.
559764ab 1632
ac97a16b
MH
16332007-11-23 Mark A. Hershberger <mah@everybody.org>
1634
1635 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1636 ($(infodir)/nxml-mode): New rule.
1637
1638 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1639 ($(infodir)/nxml-mode): New rule.
1640 (clean): Add nxml-mode*.
1641
1642 * nxml-mode.texi: New file with nxml manual.
1643
404cd454
GM
16442007-11-18 Richard Stallman <rms@gnu.org>
1645
1646 * flymake.texi (Example -- Configuring a tool called directly):
1647 Update example.
1648
b048d478
MA
16492007-11-18 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 1652 double-slash behavior. Explain directory contents flushing.
b048d478 1653
346e8469
JB
16542007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1655
1656 * calc.texi (TeX and LaTeX Language Modes): Put in
1657 missing braces.
1658
404cd454
GM
16592007-11-15 Richard Stallman <rms@gnu.org>
1660
1661 * cl.texi (Equality Predicates): Delete `eql'.
1662 (Predicates, Naming Conventions, Top): Delete `eql'.
1663 (Common Lisp Compatibility): Delete `eql'.
1664 (Porting Common Lisp): Delete obsolete backquote info.
1665 Minor clarification about character constants.
1666 (Sequence Basics): Minor clarification.
1667
1f6af58b
JB
16682007-11-15 Juanma Barranquero <lekktu@gmail.com>
1669
dccb744b 1670 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
1671 * tramp.texi (Filename completion): Fix typos.
1672
3bc88bc9
JB
16732007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1674
1675 * calc.texi (Basic commands): Mention the menu.
1676
bc5300d3
MA
16772007-11-12 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * tramp.texi (Connection caching): Tramp flushes connection
1680 properties when remote operating system has been changed.
1681
4d8a28ec
MB
16822007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
1683
1684 * gnus-news.texi: Fix spelling.
1685 `message-insert-formatted-citation-line', not
1686 `message-insert-formated-citation-line'.
1687
404cd454
GM
1688 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
1689
e1176b47
MA
16902007-11-07 Michael Albinus <michael.albinus@gmx.de>
1691
1692 * tramp.texi (Overview): Mention also the PuTTY integration under
1693 Win32. Remove paragraphs about Tramp's experimental status.
1694 (Frequently Asked Questions): Add code example for highlighting the
1695 mode line.
1696
6159985a
MO
16972007-11-03 Michael Olson <mwolson@gnu.org>
1698
1699 * remember.texi: Change mentions of remember-buffer to
1700 remember-finalize throughout.
1701
bec9b2f5
MO
17022007-10-30 Michael Olson <mwolson@gnu.org>
1703
1704 * remember.texi (Copying): Remove.
1705 (Mailbox): Update with non-BBDB instructions.
1706 (Diary, Org): Add.
1707 (Bibliography, Planner Page): Remove.
1708
b6173182
JB
17092007-10-30 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * makefile.w32-in (INFO_TARGETS): Add remember.
1712 (DVI_TARGETS): Add remember.dvi.
1713 ($(infodir)/remember): New rule.
1714 (clean): Add remember*.
1715
15f3eb73
MO
17162007-10-30 Michael Olson <mwolson@gnu.org>
1717
70bdc930
MO
1718 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
1719 ($(infodir)/remember): New rule that builds the Remember Manual.
1720
b6173182
JB
1721 * remember.texi: New file containing the Remember Mode Manual.
1722 Shuffle chapters around after initial import.
7d3f6f1a
MO
1723 (Function Reference): Split Keystrokes into separate chapter.
1724 (Keystrokes): Document C-c C-k.
51d24a12 1725 (Introduction): Fix typographical issue with "---".
15f3eb73 1726
404cd454
GM
17272007-10-29 Richard Stallman <rms@gnu.org>
1728
1729 * widget.texi (Introduction): Delete discussion of implementation
1730 internals.
1731
9bbb9638
MA
17322007-10-29 Michael Albinus <michael.albinus@gmx.de>
1733
1734 * tramp.texi (Connection caching): Host names must be different
1735 when tunneling.
1736
c7ff939a
RS
17372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1738
1739 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
1740 Gnus v5.13.
1741
01c52d31
MB
17422007-10-28 Miles Bader <miles@gnu.org>
1743
1744 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
1745
17462007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
1747
1748 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
1749
17502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1751
1752 * gnus.texi (Sorting the Summary Buffer): Remove
1753 gnus-article-sort-by-date-reverse.
1754
17552007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * gnus.texi (Non-ASCII Group Names): New node.
1758 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
1759 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
1760
c8763fb6 17612007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1762
1763 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
1764 clean the output of the program `imap-shell-program'.
1765
17662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1767
1768 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
1769
17702007-10-28 Tassilo Horn <tassilo@member.fsf.org>
1771
1772 * gnus.texi (Sticky Articles): Documentation for sticky article
1773 buffers.
1774
c8763fb6 17752007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1776
1777 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
1778
17792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1780
1781 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
1782
17832007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1784
1785 * gnus.texi (Archived Messages): Document
1786 gnus-update-message-archive-method.
1787
17882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1789
1790 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
1791
c8763fb6 17922007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1793
1794 * gnus.texi (Group Maneuvering): Document
1795 `gnus-summary-next-group-on-exit'.
1796
17972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1798
1799 * gnus.texi (Really Various Summary Commands): Mention
1800 gnus-auto-select-on-ephemeral-exit.
1801
18022007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1803
1804 * gnus.texi, message.texi: Bump version number.
1805
18062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808 * gnus.texi (Group Line Specification, Misc Group Stuff)
1809 (Server Commands): Parenthesize @pxref{Mail Spool}.
1810
18112007-10-28 Didier Verna <didier@xemacs.org>
1812
1813 New user option: message-signature-directory.
1814 * message.texi (Insertion Variables): Document it.
1815 * gnus.texi (Posting Styles): Ditto.
1816
18172007-10-28 Didier Verna <didier@xemacs.org>
1818
1819 * gnus.texi (Group Line Specification):
1820 * gnus.texi (Misc Group Stuff):
1821 * gnus.texi (Server Commands): Document the group compaction feature.
1822
18232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1824
1825 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
1826
1827 * message.texi (Various Message Variables): Add message-fill-column.
1828
18292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1830
1831 * gnus.texi: Untabify.
1832
18332007-10-28 Didier Verna <didier@xemacs.org>
1834
1835 * gnus.texi (Group Parameters): Document the posting-style merging
1836 process in topic-mode.
1837
18382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1839
1840 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
1841
18422007-10-28 Romain Francoise <romain@orebokech.com>
1843
1844 * gnus.texi (Mail Spool): Fix typo.
1845 Update copyright.
1846
18472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1848
1849 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
1850
18512007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1852
1853 * gnus.texi (Summary Generation Commands):
1854 Add gnus-summary-insert-ticked-articles.
1855
18562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1857
b2abec73
JB
1858 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
1859 to spam-spamassassin-program.
01c52d31
MB
1860
18612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1862
1863 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
1864
18652007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1866
1867 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
1868
18692007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * message.texi (Mail Headers): Document `opportunistic'.
1872
18732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1874
1875 * emacs-mime.texi (Encoding Customization): Explain how to set
1876 mm-coding-system-priorities per hierarchy.
1877
18782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1879
1880 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
1881 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
1882
18832007-10-28 Didier Verna <didier@xemacs.org>
1884
1885 * message.texi (Wide Reply): Update documentation of
1886 message-dont-reply-to-names (now allowing a list of regexps).
1887
18882007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1889
1890 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
1891
18922007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus.texi (SpamAssassin back end): Fix typo.
1895
1896 * sieve.texi (Examples): Fix grammar.
1897
18982007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * gnus.texi (Searching for Articles): Document M-S and M-R.
1901 (Limiting): Document / b.
1902
19032007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1904
1905 * gnus.texi (Thread Commands): T M-^.
1906
19072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908
1909 * message.texi (Mail Aliases): Document ecomplete.
1910 (Mail Aliases): Fix typo.
1911
19122007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
1915 fix typo.
1916
19172007-10-28 Romain Francoise <romain@orebokech.com>
1918
1919 * gnus.texi (Mail Spool): Grammar fix.
1920
19212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1922
1923 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
1924 string.
1925
19262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1927
1928 * gnus.texi (Group Parameters): Fix description.
1929
19302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1931
b2abec73
JB
1932 * gnus.texi (Gmane Spam Reporting):
1933 Fix spam-report-gmane-use-article-number.
1934 Add spam-report-user-mail-address.
01c52d31
MB
1935
19362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1937
1938 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
1939
19402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1941
1942 * gnus.texi (Group Parameters): Add simplified sorting example based on
1943 example for `Sorting the Summary Buffer' from Jari Aalto
1944 <jari.aalto@cante.net>.
1945 (Example Methods): Add example for an indirect connection.
1946
19472007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
1948
1949 * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
1950 (Agent Parameters): Updated parameter names to match code.
1951 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
1952 'gnus-agent-summary-fetch-series'.
1953 (Agent and flags): New section providing a generalized discussion
1954 of flag handling.
1955 (Agent and IMAP): Removed flag discussion.
b2abec73 1956 (Agent Variables): Added 'gnus-agent-synchronize-flags'.
01c52d31
MB
1957
19582007-10-28 Romain Francoise <romain@orebokech.com>
1959
1960 * gnus.texi (Exiting the Summary Buffer): Add new function
1961 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
1962
19632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1964
1965 * gnus.texi (Conformity): Fix typo.
1966 (Customizing Articles): Document `first'.
1967
19682007-10-28 Jari Aalto <jari.aalto@cante.net>
1969
1970 * gnus.texi (Sorting the Summary Buffer):
1971 Add `gnus-thread-sort-by-date-reverse'. Add example
1972 host to different sorting in NNTP and RSS groups.
1973
19742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1975
1976 * message.texi (Insertion): Describe prefix for
1977 message-mark-inserted-region and message-mark-insert-file.
1978
19792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1980
1981 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
1982 LaTeX documents. Describe "text/x-gnus-verbatim".
1983
19842007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1985
b2abec73 1986 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
1987 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
1988 (spam-stat spam filtering, SpamOracle)
1989 (Extending the Spam ELisp package): Removed extra quote symbol for
1990 clarity.
1991
19922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1993
1994 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
1995 gnus-article-delete-part and gnus-article-replace-part.
1996 (Using MIME): Add gnus-mime-replace-part.
1997
19982007-10-28 Romain Francoise <romain@orebokech.com>
1999
2000 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
2001 requires `auto-compression-mode' to be enabled. Add new nnml
2002 variable `nnml-compressed-files-size-threshold'.
2003
20042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2005
2006 * gnus.texi (Sorting the Summary Buffer): Added
2007 gnus-thread-sort-by-recipient.
2008
20092007-10-28 Romain Francoise <romain@orebokech.com>
2010
2011 * message.texi (Insertion Variables): Mention new variable
2012 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
2013 documentation accordingly.
2014
20152007-10-28 Romain Francoise <romain@orebokech.com>
2016
2017 * gnus.texi (To From Newsgroups): Mention new variables
2018 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
2019
20202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2021
2022 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
2023 stuff; gnus-mime-inline-part does the automatic decompression.
2024
20252007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2026
2027 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 2028 "training.ham" should be "training.spam".
01c52d31
MB
2029
20302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * message.texi (Mail Variables): Fix the default value for
2033 message-send-mail-function.
2034
20352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2036
2037 * gnus.texi (Optional Back End Functions): nntp-request-update-info
2038 always returns nil exceptionally.
2039
20402007-10-28 Simon Josefsson <jas@extundo.com>
2041
2042 * gnus.texi (Article Washing): Add libidn URL. Suggested by
2043 Michael Cook <michael@waxrat.com>.
2044
20452007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * gnus.texi (Topic Commands): Fix next/previous.
2048
20492007-10-28 Simon Josefsson <jas@extundo.com>
2050
2051 * gnus.texi (Article Washing): Mention `W i'.
2052
c8763fb6 20532007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
2054
2055 * gnus.texi (Group Parameters): Slight extension of sieve
2056 parameter description.
2057
20582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2059
2060 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
2061 matching score files as well.
2062 (Picons): Describe `gnus-picon-style'.
2063
20642007-10-28 Romain Francoise <romain@orebokech.com>
2065
2066 * message.texi (Message Headers): Mention that headers are hidden
2067 using narrowing, and how to expose them.
2068 Update copyright.
2069
20702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2071
2072 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
2073 `gnus-summary-sort-by-recipient'.
2074
20752007-10-28 Romain Francoise <romain@orebokech.com>
2076
2077 * gnus.texi (NNTP marks): New node.
2078 (NNTP): Move NNTP marks variables to the new node.
2079
20802007-10-28 Jesper Harder <harder@ifa.au.dk>
2081
b2abec73 2082 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
2083
2084 * gnus.texi (MIME Commands, Hashcash): Markup fix.
2085
20862007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2087
b2abec73 2088 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 2089 everywhere for consistency.
b2abec73
JB
2090 (Filtering Spam Using The Spam ELisp Package): Admonish again.
2091 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
01c52d31
MB
2092 Say "regular expression" instead of "regex." Admonish. Pick
2093 other words to sound better (s/so/thus/).
b2abec73 2094 (Spam ELisp Package Filtering of Incoming Mail): Mention
01c52d31
MB
2095 statistical filters. Remove old TODO.
2096 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
2097 New section on sorting and displaying the spam score.
2098 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
2099 backend but an alias to spam-use-BBDB.
2100 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
2101 new backend functionality.
2102
21032007-10-28 Simon Josefsson <jas@extundo.com>
2104
2105 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
2106 nntp-marks-directory, from Romain Francoise
2107 <romain@orebokech.com>.
2108
21092007-10-28 Magnus Henoch <mange@freemail.hu>
2110
2111 * gnus.texi (Hashcash): New default value of
2112 hashcash-default-payment.
2113
21142007-10-28 Simon Josefsson <jas@extundo.com>
2115
2116 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
2117 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
2118
21192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2120
2121 * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
2122
21232007-10-28 Simon Josefsson <jas@extundo.com>
2124
2125 * gnus.texi (documentencoding): Add, to avoid warnings.
2126
21272007-10-28 Simon Josefsson <jas@extundo.com>
2128
2129 * message.texi (Mail Headers): Add.
2130
2131 * gnus.texi (Hashcash): Fix.
2132
21332007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2134
b2abec73 2135 * gnus.texi (Hashcash): Changed location of library, also mention
01c52d31 2136 that payments can be verified and fix the name of the
b2abec73 2137 hashcash-path variable.
01c52d31
MB
2138
21392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2140
b2abec73 2141 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
2142
21432007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
2146
21472007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2148
2149 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
2150 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
2151 warning about ham processors in spam groups removed.
01c52d31
MB
2152
21532007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 2154
b2abec73
JB
2155 * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
2156 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
2157
21582007-10-28 Jesper Harder <harder@ifa.au.dk>
2159
2160 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
2161 (Mailing List): Typo.
2162 (Customizing Articles): Add gnus-treat-ansi-sequences.
2163 (Article Washing): Index.
2164
2165 * message.texi: Use m-dash consistently.
2166
21672007-10-28 Jesper Harder <harder@ifa.au.dk>
2168
2169 * gnus.texi (GroupLens): Remove.
2170
21712007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
2172
2173 * gnus.texi (Outgoing Messages, Agent Variables): Add
2174 gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
2175 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
2176
21772007-10-28 Jesper Harder <harder@ifa.au.dk>
2178
2179 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
2180
21812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2182
2183 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
2184
2185 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
2186
21872007-10-28 Simon Josefsson <jas@extundo.com>
2188
2189 * gnus.texi (Top): Add SASL.
2190
404cd454
GM
21912007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2192
2193 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2194
21952007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2196
2197 * gnus.texi (Troubleshooting): Adjust Gnus version number.
2198
0edd2970
JB
21992007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2200
2201 * calc.texi (Formulas, Composition Basics): Lower the
2202 precedence of negation.
2203
a9afba20
JY
22042007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2205
2206 * ses.texi (The Basics): Mention how to create a new spreadsheet.
2207 Mention the new three-letter column identifiers.
2208 (More on cell printing): Calculate-cell and truncate-cell are now `c'
2209 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
2210 message when using `c' on an empty default with default printer.
2211 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
2212 renamed to `ses--symbolic-formulas' some time ago.
2213
45b778a6
JB
22142007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
2215
2216 * calc.texi (Default Simplifications, Making Selections)
2217 (Customizing Calc): Clarify associativity of multiplication.
2218
03b5bade
MA
22192007-10-23 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * tramp.texi (Traces and Profiles): Simplify loop over
2222 `trace-function-background'.
2223
e658c8ee
JL
22242007-10-22 Juri Linkov <juri@jurta.org>
2225
2226 * dired-x.texi (Shell Command Guessing): Default values are now
2227 available by typing M-n instead of M-p.
2228
dd753688
MA
22292007-10-21 Michael Albinus <michael.albinus@gmx.de>
2230
2231 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
2232 (Password caching): Remove `tramp-clear-passwd'.
2233 It's not a command anymore.
dd753688
MA
2234 (Bug Reports): Add `tramp-bug' to function index.
2235 (Function Index, Variable Index): New nodes.
2236 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
2237
2238 * trampver.texi: Update release number.
2239
4bb49b43
JB
22402007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2241
8b296cdd 2242 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
2243 about integer size into past tense.
2244 (Time Zones): Remove pointer to Calc author's address.
2245 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 2246 and hyperbolic cotangent. Fix typo.
4bb49b43 2247
311dd93f
MA
22482007-10-10 Michael Albinus <michael.albinus@gmx.de>
2249
2250 Sync with Tramp 2.1.11.
2251
2252 * trampver.texi: Update release number.
2253
ea3fc256
MA
22542007-10-06 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * tramp.texi (External packages): New section.
2257
1af74d06
MB
22582007-09-29 Juri Linkov <juri@jurta.org>
2259
2260 * info.texi (Help-Int): Document `L' (`Info-history').
2261
0e2806fa
SM
22622007-09-26 Carsten Dominik <dominik@science.uva.nl>
2263
2264 * org.texi: Change links to webpage and maintained email.
2265 (Remember): Promote to Chapter, significant changes.
2266 (Fast access to TODO states): New section.
2267 (Faces for TODO keywords): New section.
2268 (Export options): Example for #+DATE.
2269 (Progress logging): Section moved.
2270
567b9191
BW
22712007-09-26 Bill Wohler <wohler@newt.com>
2272
2273 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
2274 browse-url-at-mouse.
2275
1af74d06
MB
22762007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
2277
2278 * flymake.texi (Customizable variables): Face names don't end in -face.
2279 Fix flymake-err-line-patterns template.
2280 (Example -- Configuring a tool called directly): Fix init-function.
2281 (Highlighting erroneous lines): Face names don't end in -face.
2282
d60a4e3a 22832007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
2284
2285 * erc.texi (Special-Features): Fix small typo.
2286
7d7a3510
MA
22872007-09-14 Michael Albinus <michael.albinus@gmx.de>
2288
2289 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
2290 and "External transfer methods".
2291
285f0d3a
JB
22922007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
2293
2294 * calc.texi (Predefined Units): Add some history.
2295
526dc846
MO
22962007-09-08 Michael Olson <mwolson@gnu.org>
2297
87e04f16
JB
2298 * erc.texi (Copying): New section included from gpl.texi.
2299 This matches the look of the upstream ERC manual.
526dc846 2300
f10d0e80
JB
23012007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
2302
87e04f16 2303 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
2304 (Random Numbers): Clarify the distribution of `random'.
2305
4009494e
GM
23062007-09-06 Glenn Morris <rgm@gnu.org>
2307
f1fc42aa 2308 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 2309 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
2310 Change all setfilename commands to use ../../info.
2311 * Makefile.in: Move the parts of the old man/Makefile.in that do not
2312 refer to the Emacs manual here.
2313 (infodir): New variable.
2314 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
2315 (cc-mode.texi, faq.texi): Update references to source file locations.
2316 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
2317 do not refer to the Emacs manual here.
2318 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
2319
2320 * Makefile.in: Add `basename' versions of all info targets, for
2321 convenience when rebuilding just one manual.
2322 (../etc/GNU): Delete obsolete target.
2323 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2324 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
2325 *.vrs *.toc here...
2326 (maintainer-clean): ...from here.
4009494e
GM
2327
2328 * makefile.w32-in (../etc/GNU): Delete obsolete target.
2329
2de53ca6
GM
23302007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
2331
2332 * calc.texi (Date Conversions): Clarify definition of
2333 Julian day numbering.
2334 (Date Forms): Clarify definition of Julian day numbering;
2335 add some history.
2336
23372007-08-30 Carsten Dominik <dominik@science.uva.nl>
2338
87e04f16 2339 * org.texi: Version 5.07.
2de53ca6
GM
2340
23412007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
2342
2343 * message.texi (MIME): Replace mml-attach with mml-attach-file.
2344
23452007-08-22 Carsten Dominik <dominik@science.uva.nl>
2346
2347 * org.texi (Adding hyperlink types): New section.
2348 (Embedded LaTeX): Chapter updated because of LaTeX export.
2349 (LaTeX export): New section.
2350 (Using links out): New section.
2351
23522007-08-22 Glenn Morris <rgm@gnu.org>
2353
2354 * faq.texi (Learning how to do something): Refcards now in
2355 etc/refcards/ directory.
2356
23572007-08-22 Michael Albinus <michael.albinus@gmx.de>
2358
2359 * tramp.texi (Remote Programs): Persistency file must be cleared when
2360 changing `tramp-remote-path'.
2361 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
2362 macro.
2363
23642007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2365
2366 * calc.texi: Move contents to beginning of file.
2367 (Algebraic Entry): Fix the formatting of an example.
2368
23692007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
2370
2371 * calc.texi (Basic Operations on Units): Mention exact versus
2372 inexact conversions.
2373
23742007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
2375
2376 * calc.texi (Basic Operations on Units): Mention default
2377 values for new units.
2378 (Quick Calculator Mode): Mention that binary format will
2379 be displayed.
2380
23812007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
2384
23852007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2386
2387 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
2388
23892007-08-08 Glenn Morris <rgm@gnu.org>
2390
2391 * gnus.texi, sieve.texi: Replace `iff'.
2392
23932007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2394
2395 * calc.texi (Basic Graphics): Mention the graphing of error
2396 forms.
2397 (Graphics Options): Mention how `g s' handles error forms.
2398 (Curve Fitting): Mention plotting the curves.
2399 (Standard Nonlinear Models): Add additional models.
2400 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
2401 (Linear Fits): Correct result.
2402
24032007-08-01 Alan Mackenzie <acm@muc.de>
2404
2405 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
2406 to "--no-site-file".
2407
24082007-07-29 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * tramp.texi (Frequently Asked Questions): Point to mode line
2411 extension in Emacs 23.1.
2412
2413 * trampver.texi: Update release number.
2414
24152007-07-27 Glenn Morris <rgm@gnu.org>
2416
2417 * calc.texi (Copying): Include license text from gpl.texi, rather than
2418 in-line.
2419
24202007-07-25 Glenn Morris <rgm@gnu.org>
2421
2422 * calc.texi (Copying): Replace license with GPLv3.
2423
2424 * Relicense all FSF files to GPLv3 or later.
2425
24262007-07-22 Michael Albinus <michael.albinus@gmx.de>
2427
2428 Sync with Tramp 2.1.10.
2429
2430 * tramp.texi (trampfn): Expand macro implementation in order to handle
2431 empty arguments.
2432 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 2433 occurrences by trampfn.
2de53ca6 2434 (Frequently Asked Questions): Extend example code for host
b2abec73 2435 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
2436 file names to be typed.
2437
2438 * trampver.texi: Update release number.
2439
24402007-07-17 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
2443 section. Reported by <poti@potis.org>.
2444 (Remote processes): Arguments of the program to be debugged are taken
2445 literally.
2446 (Frequently Asked Questions): Simplify recentf example.
2447
24482007-07-14 Karl Berry <karl@gnu.org>
2449
2450 * info.texi (@copying): New Back-Cover Text.
2451
2452 * info.texi (Quitting Info): Move to proper place in source.
2453 (Reported by Benno Schulenberg.)
2454
24552007-07-13 Eli Zaretskii <eliz@gnu.org>
2456
2457 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
2458
2459 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
2460
2461 * emacs-mime.texi: Add @documentencoding directive.
2462
24632007-07-12 Nick Roberts <nickrob@snap.net.nz>
2464
2465 * tramp.texi (Remote processes): Add an anchor to the subsection
2466 "Running a debugger on a remote host".
2467
24682007-07-12 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * tramp.texi (Remote processes): Don't call it "experimental" any
2471 longer. Add subsection about running a debugger on a remote host.
2472
24732007-07-10 Carsten Dominik <dominik@science.uva.nl>
2474
2475 * org.texi (Properties and columns): Chapter rewritten.
2476
24772007-07-08 Michael Albinus <michael.albinus@gmx.de>
2478
2479 * tramp.texi:
2480 * trampver.texi: Migrate to Tramp 2.1.
2481
24822007-07-02 Carsten Dominik <dominik@science.uva.nl>
2483
2484 * org.texi (Properties): New chapter.
2485
24862007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2487
2488 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
2489 Control Panel.
2490
2491 * gnus.texi (Misc Article): Add index entry for
2492 gnus-single-article-buffer.
2493
24942007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
2495
2496 * gnus.texi (Starting Up): Fix typo.
2497
24982007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
2499
2500 * gnus.texi (Asynchronous Fetching): Fix typo.
2501
25022007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2503
2504 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
2505 (About This Manual): Remove redundant information.
2506 (Getting Started): Mention author.
2507 (Basic Arithmetic, Customizing Calc): Make description of the
2508 variable `calc-multiplication-has-precedence' match its new effect.
2509
25102007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2511
2512 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
2513 the variable `calc-multiplication-has-precedence'.
2514
25152007-06-19 Carsten Dominik <dominik@science.uva.nl>
2516
2517 * org.texi (Tag): Section swapped with node Timestamps.
2518 (Formula syntax for Lisp): Document new `L' flag.
2519
25202007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
2521
2522 * gnus.texi (Misc Group Stuff, Summary Buffer)
2523 (Server Commands, Article Keymap): Fix typo. s/function/command/.
2524
25252007-06-06 Juanma Barranquero <lekktu@gmail.com>
2526
2527 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
2528 * gnus.texi (Article Buttons, Mail Source Customization)
2529 (Sending or Not Sending, Customizing NNDiary):
2530 * message.texi (Message Headers):
2531 * mh-e.texi (HTML): Fix typos.
2532
25332007-06-07 Michael Albinus <michael.albinus@gmx.de>
2534
2535 Sync with Tramp 2.0.56.
2536
2537 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
2538 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
2539
25402007-06-02 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * Version 22.1 released.
2543
25442007-05-26 Michael Olson <mwolson@gnu.org>
2545
2546 * erc.texi (Modules): Fix references to completion modules.
2547
25482007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2549
2550 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
2551
25522007-05-09 Didier Verna <didier@xemacs.org>
2553
2554 * gnus.texi (Email Based Diary): New. Proper documentation for the
2555 nndiary back end and the gnus-diary library.
2556
25572007-05-03 Karl Berry <karl@gnu.org>
2558
2559 * .cvsignore (*.pdf): New entry.
2560
2561 * texinfo.tex: Update from current version for better pdf generation.
2562
25632007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
2564
2565 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
2566
25672007-04-28 Glenn Morris <rgm@gnu.org>
2568
2569 * faq.texi (New in Emacs 22): Restore mention of python.el pending
2570 consideration of legal status.
2571
25722007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
2573
2574 * idlwave.texi: Minor updates for IDLWAVE 6.1.
2575
25762007-04-24 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * faq.texi (New in Emacs 22): python.el removed.
2579
25802007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2581
2582 * calc.texi (Reporting bugs): Update maintainer's address.
2583
25842007-04-22 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2587
25882007-04-15 Jay Belanger <belanger@truman.edu>
2589
2590 * calc.texi (Title page): Remove the date.
2591 (Basic Arithmetic): Emphasize that / binds less strongly than *.
2592 (The Standard Calc Interface): Change trail title.
2593 (Floats): Mention that when non-decimal floats are entered, only
2594 approximations are stored.
2595 (Copying): Move to the appendices.
2596 (GNU Free Documentation License): Add as an appendix.
2597
25982007-04-15 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
2601 * dired-x.texi, ebrowse.texi, ediff.texi:
2602 * emacs-mime.texi, erc.texi, eshell.texi:
2603 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
2604 * idlwave.texi, message.texi, newsticker.texi, org.texi:
2605 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
2606 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2607 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
2608 * woman.texi: Include GFDL.
2609
2610 * doclicense.texi: Remove node heading, so that it can be included by
2611 other files.
2612
2613 * dired-x.texi: Relicence under GFDL. Remove date from title page.
2614
2615 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
2616 than *.
2617
26182007-04-14 Carsten Dominik <dominik@science.uva.nl>
2619
2620 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
2621 in Calc.
2622
26232007-04-09 Romain Francoise <romain@orebokech.com>
2624
2625 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
2626 Mac OS ports. Make it clear that mouse-1 complements and doesn't
2627 replace mouse-2.
2628
26292007-04-08 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * woman.texi (Word at point, Interface Options): woman-topic-at-point
2632 renamed to woman-use-topic-at-point. Document new behavior.
2633
26342007-04-08 Richard Stallman <rms@gnu.org>
2635
2636 * url.texi: Fix some indexing.
2637 (Disk Caching): Drop discussion of old/other Emacs versions.
2638
26392007-04-07 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * url.texi (Disk Caching): Say Emacs 21 "and later".
2642
2643 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
2644 on Font locking which now mentions JIT lock.
2645
26462007-04-01 Michael Olson <mwolson@gnu.org>
2647
2648 * erc.texi: Update for the ERC 5.2 release.
2649
26502007-03-31 David Kastrup <dak@gnu.org>
2651
2652 * woman.texi (Topic, Interface Options): Explain changes semantics of
2653 woman-manpath in order to consider MANPATH_MAP entries.
2654
26552007-03-31 Eli Zaretskii <eliz@gnu.org>
2656
2657 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
2658
26592007-03-26 Richard Stallman <rms@gnu.org>
2660
2661 * pgg.texi (Caching passphrase): Clean up previous change.
2662
26632007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
2664
2665 * gnus.texi (Setting Process Marks): Fix typo.
2666
26672007-03-25 Romain Francoise <romain@orebokech.com>
2668
2669 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
2670 readability, and include various fixes by Daniel Brockman, Nick Roberts
2671 and Dieter Wilhelm.
2672
26732007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2674
2675 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
2676
2677 * gnus.texi (Mail Source Specifiers): Fix typo.
2678
26792007-03-22 Ralf Angeli <angeli@caeruleus.net>
2680
2681 * reftex.texi (Imprint): Update maintainer information.
2682
26832007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2684
2685 * message.texi (Message Buffers): Update documentation for
2686 message-generate-new-buffers.
2687
26882007-03-15 Daiki Ueno <ueno@unixuser.org>
2689
2690 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
2691
26922007-03-21 Glenn Morris <rgm@gnu.org>
2693
2694 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
2695
26962007-03-19 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * eshell.texi (Known problems): Emacs 21 -> 22.
2699
2700 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
2701
27022007-03-18 Jay Belanger <belanger@truman.edu>
2703
2704 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
2705
27062007-03-12 Glenn Morris <rgm@gnu.org>
2707
2708 * calc.texi (Time Zones): Switch to new North America DST rule.
2709
2710 * calc.texi: Replace "daylight savings" with "daylight
2711 saving" in text throughout.
2712
27132007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2714
2715 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
2716 The variable now uses a list of symbols instead of just a symbol.
2717 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2718
27192007-03-06 Romain Francoise <romain@orebokech.com>
2720
2721 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
2722 new packages, and mention Gnus update.
2723
27242007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
2727 nntp-open-connection-functions-never-echo-commands.
2728
27292007-02-27 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
2732 problems on the console, and security risk in not using gpg-agent.
2733
27342007-02-25 Carsten Dominik <dominik@science.uva.nl>
2735
2736 * org.texi (The spreadsheet): Renamed from "Table calculations".
2737 Completely reorganized and rewritten.
2738 (CamelCase links): Section removed.
2739 (Repeating items): New section.
2740 (Tracking TODO state changes): New section.
2741 (Agenda views): Chapter reorganized and rewritten.
2742 (HTML export): Section rewritten.
2743 (Tables in arbitrary syntax): New section.
2744 (Summary): Better feature summary.
2745 (Activation): Document problem with cut-and-paste of Lisp code
2746 from PDF files.
2747 (Visibility cycling): Document indirect buffer use.
2748 (Structure editing): Document sorting.
2749 (Remember): Section rewritten.
2750 (Time stamps): Better description of time stamp types.
2751 (Tag searches): Document regular expression search for tags.
2752 (Stuck projects): New section.
2753 (In-buffer settings): New keywords.
2754 (History and Acknowledgments): Updated description.
2755
27562007-02-24 Alan Mackenzie <acm@muc.de>
2757
2758 * cc-mode.texi (Movement Commands): Insert two missing command names.
2759 (Getting Started): Slight wording correction (use conditional).
2760
27612007-02-22 Kim F. Storm <storm@cua.dk>
2762
2763 * widget.texi (User Interface, Basic Types): Document need to put some
2764 text before the %v escape in :format string in editable-field widget.
2765
27662007-02-18 Romain Francoise <romain@orebokech.com>
2767
2768 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
2769 `cvs-mode-quit'.
2770
27712007-02-10 Markus Triska <markus.triska@gmx.at>
2772
2773 * widget.texi (Programming Example): Put constant strings in :format.
2774
27752007-02-07 Juanma Barranquero <lekktu@gmail.com>
2776
2777 * faq.texi (Fullscreen mode on MS-Windows): New node.
2778
27792007-02-04 David Kastrup <dak@gnu.org>
2780
2781 * faq.texi (AUCTeX): Update version number. Should probably be done
2782 for other packages as well.
2783
27842007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2785
2786 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
2787 <tassilo@member.fsf.org>.
2788
27892007-01-27 Eli Zaretskii <eliz@gnu.org>
2790
2791 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
2792 ls-lisp-use-localized-time-format.
2793
27942007-01-20 Markus Triska <markus.triska@gmx.at>
2795
2796 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
2797
27982007-01-13 Michael Olson <mwolson@gnu.org>
2799
2800 * erc.texi (Modules): Mention capab-identify module.
2801
28022007-01-05 Michael Olson <mwolson@gnu.org>
2803
2804 * erc.texi (Getting Started): Update for /RECONNECT command.
2805
28062007-01-04 Richard Stallman <rms@gnu.org>
2807
2808 * ebrowse.texi: Change C-c b to C-c C-m.
2809
28102007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2811
2812 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
2813 variables only in info to avoid redundant entries in the printed
2814 manual.
2815
28162007-01-02 Daiki Ueno <ueno@unixuser.org>
2817
2818 * message.texi (Using PGP/MIME): Document gpg-agent usage.
2819
28202007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
2821
2822 * message.texi (Security): Split into sub-nodes.
2823
28242007-01-01 Alan Mackenzie <acm@muc.de>
2825
2826 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
2827 eval-after-load in Emacs <=21 and a workaround. Document that
2828 trigraphs are not supported.
2829
28302007-01-01 Alan Mackenzie <acm@muc.de>
2831
2832 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
2833 c-context-line-break. When invoked within a string, preserve
2834 whitespace. Add a backslash only when also in a macro.
2835
28362007-01-01 Alan Mackenzie <acm@muc.de>
2837
2838 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
2839
28402007-01-01 Alan Mackenzie <acm@muc.de>
2841
2842 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
2843 are now bound by default to c-\(beginning\|end\)-of-defun by default.
2844
28452007-01-01 Alan Mackenzie <acm@muc.de>
2846
2847 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
2848 "Choosing a Style".
2849
2850 * cc-mode.texi ("Styles"): Add @dfn{style}.
2851
28522006-12-30 Michael Albinus <michael.albinus@gmx.de>
2853
2854 Sync with Tramp 2.0.55.
2855
2856 * trampver.texi: Update release number.
2857
28582006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
2859
2860 * gnus.texi (Customizing Articles): Add index entries for all
2861 gnus-treat-* variables.
2862
c8763fb6 28632006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
2864
2865 * gnus.texi (IMAP): Fix incorrect explanation of
2866 nnimap-search-uids-not-since-is-evil in documentation for
2867 nnimap-expunge-search-string.
2868
28692006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
2870
2871 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
2872 spam-ifile-database.
2873
28742006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2875
2876 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
2877 rebind C-s.
2878
c8763fb6 28792006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
2880
2881 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
2882 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
2883 "expiring mail".
2884 (IMAP): Document nnimap-search-uids-not-since-is-evil and
2885 nnimap-nov-is-evil.
2886
28872006-12-25 Kevin Ryde <user42@zip.com.au>
2888
2889 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
2890 about the key procedure being used heavily.
2891
28922006-12-24 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
2895 to t.
2896 (Prerequisites): Add explanation about gpg-agent.
2897
28982006-12-22 Kevin Ryde <user42@zip.com.au>
2899
2900 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
2901 "sort" instead of "sort*".
2902
29032006-12-19 Richard Stallman <rms@gnu.org>
2904
2905 * calc.texi (History and Acknowledgements): Recognize that Emacs
2906 now does have floating point.
2907
29082006-12-19 Michael Albinus <michael.albinus@gmx.de>
2909
2910 * tramp.texi (External transfer methods): Describe new method `scpc'.
2911
29122006-12-17 Sascha Wilde <wilde@sha-bang.de>
2913
2914 * pgg.texi: Added short note on gpg-agent to the introduction.
2915
29162006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2917
2918 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
2919 also applies to Cc.
2920
29212006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2922
2923 * gnus.texi (X-Face): Clarify. Say which programs are required
2924 on Windows.
2925
29262006-12-08 Michael Olson <mwolson@gnu.org>
2927
2928 * erc.texi (Modules): Remove documentation for list module.
2929
c8763fb6 29302006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
2931
2932 * faq.texi (^M in the shell buffer): Ditto.
2933
29342006-11-20 Michael Olson <mwolson@gnu.org>
2935
2936 * erc.texi: Call this the 5.2 stable pre-release of ERC.
2937
29382006-11-17 Carsten Dominik <dominik@science.uva.nl>
2939
2940 * org.texi: Fix typos.
2941 (Agenda commands): Document `C-k'.
2942
29432006-11-16 Eli Zaretskii <eliz@gnu.org>
2944
2945 * url.texi (http/https): Fix a typo in the HTTP URL.
2946
29472006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
2948
2949 * ada-mode.texi: Total rewrite.
2950
29512006-11-13 Carsten Dominik <dominik@science.uva.nl>
2952
2953 * org.texi: Minor typo fixes.
2954
29552006-11-13 Bill Wohler <wohler@newt.com>
2956
2957 Release MH-E manual version 8.0.3.
2958
2959 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2960 release 8.0.3.
2961
2962 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
2963 to set MAILDIR.
2964 (Reading Mail): Document the customization of read-mail-command
2965 for MH-E.
2966 (Viewing Attachments): Document mm-discouraged-alternatives.
2967 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
2968 (Junk): Add more information about the settings of mh-junk-background
2969 in a program. Add /usr/bin/mh to PATH in examples.
2970
29712006-11-12 Richard Stallman <rms@gnu.org>
2972
2973 * woman.texi: Update author address but say he no longer maintains it.
2974
29752006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2976
2977 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
2978 archived trees.
2979 (Checkboxes): Section moved to chapter 5, and extended.
2980 (The date/time prompt): New section.
2981 (Link abbreviations): New section.
2982 (Presentation and sorting): New section.
2983 (Custom agenda views): Section completely rewritten.
2984 (Summary): Compare with Planner.
2985 (Feedback): More info about creating backtraces.
2986 (Plain lists): Modified example.
2987 (Breaking down tasks): New section.
2988 (Custom time format): New section.
2989 (Time stamps): Document inactive timestamps.
2990 (Setting tags): More details about fast tag selection.
2991 (Block agenda): New section.
2992 (Custom agenda views): Section rewritten.
2993 (Block agenda): New section.
2994
29952006-11-07 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * tramp.texi (Configuration): scp is the default method.
2998 (Default Method): Use ssh as example for another method.
2999
30002006-10-27 Richard Stallman <rms@gnu.org>
3001
3002 * woman.texi: Downcase nroff/troff/roff.
3003 (Installation): Chapter deleted. Some xrefs deleted.
3004 (Background): woman doesn't advise man ;-).
3005
c8763fb6 30062006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
3007
3008 * ada-mode.texi (Project files, Identifier completion)
3009 (Automatic Casing, Debugging, Using non-standard file names)
3010 (Working Remotely): Fix typos.
3011
30122006-10-20 Masatake YAMATO <jet@gyve.org>
3013
3014 * cc-mode.texi (Sample .emacs File): Added missing `)' in
3015 sample code `my-c-initialization-hook'.
3016
30172006-10-19 Stuart D. Herring <herring@lanl.gov>
3018
3019 * widget.texi: Fix typos.
3020
30212006-10-19 Michael Albinus <michael.albinus@gmx.de>
3022
3023 * tramp.texi (Frequently Asked Questions): Remove questions marked with
3024 "???". There have been no complaints for years, so the information
3025 must be appropriate.
3026
30272006-10-16 Richard Stallman <rms@gnu.org>
3028
3029 * widget.texi: Use @var instead of capitalization.
3030 Clarify many widget type descriptions.
3031
30322006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3033
3034 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
3035 gnus-dired-attach.
3036 (Selecting a Group): Fix typo.
3037
c8763fb6 30382006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
3039
3040 * widget.texi: Fix typos.
3041
30422006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
3043
3044 * gnus.texi (Image Enhancements): Update for Emacs 22.
3045
3046 * gnus-faq.texi ([1.3]): Update.
3047
30482006-10-06 Richard Stallman <rms@gnu.org>
3049
3050 * faq.texi (Displaying the current line or column):
3051 Delete "As of Emacs 20".
3052
30532006-10-06 Romain Francoise <romain@orebokech.com>
3054
3055 * faq.texi (VM): VM works with Emacs 22 too.
3056
30572006-10-06 Richard Stallman <rms@gnu.org>
3058
3059 * ebrowse.texi: Remove Emacs version "21" from title.
3060
30612006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
3062
3063 * gnus.texi (Foreign Groups): Say where change of editing commands are
3064 stored. Add reference to `gnus-parameters'.
3065
30662006-09-15 Jay Belanger <belanger@truman.edu>
3067
3068 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
3069 Change "Library Public License" to "Lesser Public License"
3070 throughout. Use "yyyy" to represent year.
3071
30722006-09-15 Carsten Dominik <dominik@science.uva.nl>
3073
3074 * org.texi (Setting tags): Typo fix.
3075
30762006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
3077
3078 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
3079
30802006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3081
3082 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
3083
30842006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3085
3086 * faq.texi (Escape sequences in shell output): EMACS is now set
3087 to Emacs's absolute file name, not to "t".
3088 (^M in the shell buffer): Likewise.
3089 * misc.texi (Interactive Shell): Likewise.
3090
30912006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3092
3093 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
3094 mails with pop3-leave-mail-on-server. Fix wording.
3095 (Limiting): Improve gnus-summary-limit-to-articles.
3096 (X-Face): Fix typo.
3097
30982006-09-11 Simon Josefsson <jas@extundo.com>
3099
3100 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
3101 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
3102
31032006-09-06 Simon Josefsson <jas@extundo.com>
3104
3105 * smtpmail.texi (Authentication): Mention SSL.
3106
31072006-09-01 Eli Zaretskii <eliz@gnu.org>
3108
3109 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
3110 Don't use @indicateurl.
3111
3112 * cc-mode.texi (Subword Movement): Don't use @headitem.
3113 (Custom Braces, Clean-ups): Don't use @tie.
3114
31152006-08-29 Michael Albinus <michael.albinus@gmx.de>
3116
3117 Sync with Tramp 2.0.54.
3118
3119 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
3120 Suggested by Adrian Phillips <a.phillips@met.no>.
3121
31222006-08-15 Carsten Dominik <dominik@science.uva.nl>
3123
3124 * org.texi (Installation, Activation): Split from Installation and
3125 Activation.
3126 (Clocking work time): Documented new features.
3127
31282006-08-13 Alex Schroeder <alex@gnu.org>
3129
3130 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
3131 example.
3132
31332006-08-12 Eli Zaretskii <eliz@gnu.org>
3134
3135 * faq.texi (How to add fonts): New node.
3136
31372006-08-05 Romain Francoise <romain@orebokech.com>
3138
3139 * faq.texi (New in Emacs 22): Expand.
3140
31412006-08-03 Michael Olson <mwolson@gnu.org>
3142
3143 * erc.texi: Update for ERC 5.1.4.
3144
31452006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
3148 in .../site-lisp/gnus/ by default.
3149 [ From gnus-news.texi in the trunk. ]
3150
31512006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * gnus.texi (MIME Commands): Additions for yEnc.
3154
31552006-07-24 Richard Stallman <rms@gnu.org>
3156
3157 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
3158 * faq.texi: Move periods and commas inside quotes.
3159
31602006-07-20 Jay Belanger <belanger@truman.edu>
3161
3162 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
3163
31642006-07-18 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * faq.texi (Security risks with Emacs): Document Emacs 22
3167 file-local-variable mechanism.
3168
31692006-07-12 Michael Olson <mwolson@gnu.org>
3170
3171 * erc.texi: Update for ERC 5.1.3.
3172
31732006-07-12 Alex Schroeder <alex@gnu.org>
3174
3175 * rcirc.texi: Fix typos.
3176 (Getting started with rcirc): New calling convention for M-x irc.
3177 Mention #rcirc. Removed channel tracking.
3178 (Configuration): Changed the names of all variables that got changed
3179 recently, eg. rcirc-server to rcirc-default-server. Added
3180 documentation for rcirc-authinfo, some background for Bitlbee, and
3181 rcirc-track-minor-mode.
3182 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
3183 Scrolling.
3184 (Reconnecting after you have lost the connection): Fixed example code
3185 to match code changes.
3186
31872006-07-10 Nick Roberts <nickrob@snap.net.nz>
3188
3189 * gnus.texi, message.texi: Fix typos.
3190
31912006-07-07 Carsten Dominik <dominik@science.uva.nl>
3192
3193 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
3194 commands.
3195 (Global TODO list): Document the use of the variables
3196 `org-agenda-todo-ignore-scheduled' and
3197 `org-agenda-todo-list-sublevels'.
3198
31992006-07-05 Richard Stallman <rms@gnu.org>
3200
3201 * faq.texi (Scrolling only one line): Fix xref.
3202
32032006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3204
3205 * faq.texi (Evaluating Emacs Lisp code):
3206 Throughout, replace eval-current-buffer with eval-buffer.
3207
32082006-07-03 Richard Stallman <rms@gnu.org>
3209
3210 * rcirc.texi (Scrolling conservatively): Fix xref.
3211
3212 * pcl-cvs.texi (Viewing differences): Usage fix.
3213
32142006-07-03 Carsten Dominik <dominik@science.uva.nl>
3215
3216 * org.texi (Agenda commands): Document `s' key to save all org-mode
3217 buffers.
3218
32192006-06-30 Ralf Angeli <angeli@caeruleus.net>
3220
3221 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
3222 names. Mention `cvs-msg' face.
3223
32242006-06-29 Carsten Dominik <dominik@science.uva.nl>
3225
3226 * org.texi (Checkboxes): New section.
3227
32282006-06-28 Carsten Dominik <dominik@science.uva.nl>
3229
3230 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
3231 throughout this chapter.
3232
32332006-06-27 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
3236 text for standalone vs Emacs info.
3237 (Help): Clarify header line description. Use mouse-1 for clicks.
3238 (Help-P): Use mouse-1 for clicks.
3239 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
3240 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
3241 (Choose menu subtopic): Remove gratuitous Emacs command names.
3242 (Help-FOO): Put usual behavior first.
3243 (Help-Xref): Clicking on xrefs works in Emacs.
3244 (Search Text): Clarify what the default behavior is.
3245 (Create Info buffer): Fix Emacs window/X window confusion.
3246 (Emacs Info Variables): Fix for new Emacs init file behavior.
3247
32482006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3249
3250 * gnus.texi (Summary Buffer Lines): Fix typo.
3251
32522006-06-23 Carsten Dominik <dominik@science.uva.nl>
3253
3254 * org.texi (Embedded LaTeX): New chapter.
3255 (Archiving): Section rewritten.
3256 (Enhancing text): Some parts moved to the new chapter about LaTeX.
3257
32582006-06-20 Bill Wohler <wohler@newt.com>
3259
3260 Release MH-E manual version 8.0.1.
3261
3262 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3263 release 8.0.1.
3264 (Preface): Depend on GNU mailutils 1.0 and higher.
3265
32662006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3267
3268 * message.texi (News Headers): Update message-syntax-checks section.
3269
32702006-06-19 Karl Berry <karl@gnu.org>
3271
3272 * info.texi (Advanced): Mention C-q, especially with ?.
3273
32742006-06-19 Carsten Dominik <dominik@science.uva.nl>
3275
3276 * org.texi (Publishing links): Document the `:link-validation-function'
3277 property.
3278 (Extensions and Hacking): New chapter, includes some sections of the
3279 "Miscellaneous" chapter.
3280
32812006-06-10 Carsten Dominik <dominik@science.uva.nl>
3282
3283 * org.texi (Progress logging): New section.
3284
32852006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * viper.texi (Viper Specials):
3288 * gnus.texi (Example Setup):
3289 * faq.texi (Backspace invokes help):
3290 * dired-x.texi (Optional Installation Dired Jump):
3291 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3292 follow coding conventions.
3293
32942006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3295
3296 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3297
32982006-06-06 Carsten Dominik <dominik@science.uva.nl>
3299
3300 * org.texi (ASCII export): Document indentation adaptation.
3301 (Setting tags): Document mutually-exclusive tags.
3302
33032006-06-05 Romain Francoise <romain@orebokech.com>
3304
3305 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
3306 Fix typo.
3307
3308 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
3309 channel (#gnus@irc.freenode.net).
3310 Fix typos. Update copyright notice.
3311
3312 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
3313 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
3314 (Line-Up Functions, Custom Macros):
3315 * ediff.texi (Window and Frame Configuration)
dccb744b 3316 (Highlighting Difference Regions):
2de53ca6
GM
3317 * emacs-mime.texi (Display Customization):
3318 * erc.texi (History):
3319 * eshell.texi (Known problems):
3320 * eudc.texi (Overview, BBDB):
3321 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
3322 (The problem of spam, SpamOracle, Extending the Spam package)
3323 (Conformity, Terminology):
dccb744b 3324 * idlwave.texi (Routine Info)
2de53ca6
GM
3325 (Class and Keyword Inheritance, Padding Operators)
3326 (Breakpoints and Stepping, Electric Debug Mode)
3327 (Examining Variables, Troubleshooting):
3328 * org.texi (Creating timestamps):
3329 * reftex.texi (Commands, Options, Changes):
3330 * tramp.texi (Inline methods, Password caching)
3331 (Auto-save and Backup, Issues):
3332 * vip.texi (Files, Commands in Insert Mode):
3333 * viper.texi (Emacs Preliminaries, States in Viper)
3334 (Packages that Change Keymaps, Viper Specials, Groundwork):
3335 Fix various typos.
3336
33372006-05-31 Michael Ernst <mernst@alum.mit.edu>
3338
3339 * ediff.texi: Fix typos.
3340
33412006-05-30 Carsten Dominik <dominik@science.uva.nl>
3342
3343 * org.texi: Small typo fixes.
3344
33452006-05-29 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
3348
33492006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3350
3351 * pcl-cvs.texi: Fix typos.
3352 (Customization): Say "us".
3353
33542006-05-26 Eli Zaretskii <eliz@gnu.org>
3355
3356 * org.texi: Remove bogus @setfilename.
3357
33582006-05-26 Carsten Dominik <dominik@science.uva.nl>
3359
3360 * org.texi (ASCII export): Omit command name.
3361 (HTML export): Add prefix to all lines in Local Variable example.
3362 (Acknowledgments): Typeset names in italics.
3363
33642006-05-24 Carsten Dominik <dominik@science.uva.nl>
3365
3366 * org.texi (Plain lists): Add new item navigation commands.
3367 (External links): Document elisp and info links.
3368 (Custom searches): New section.
3369 (Publishing): New chapter.
3370 (HTML export): Include a list of supported CSS classes.
3371 (Setting tags): Describe the fast-tag-setting interface.
3372
33732006-05-20 Luc Teirlinck <teirllm@auburn.edu>
3374
3375 * dired-x.texi: ifinfo -> ifnottex.
3376
33772006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3378
3379 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3380
33812006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3382
3383 * message.texi (Interface): Add tool bar customization.
3384 (MIME): Index and text additions for mml-attach.
3385 (MIME): Describe mml-dnd-protocol-alist and
3386 mml-dnd-attach-options.
3387
3388 * gnus.texi (Oort Gnus): Reorder entries in sections.
3389 Fix some entries.
3390 (Starting Up): Add references to "Emacs for Heathens" and to
3391 "Finding the News". Add user-full-name and user-mail-address.
3392 (Group Buffer Format): Add tool bar customization and update.
3393 (Summary Buffer): Add tool bar customization.
3394 (Posting Styles): Add message-alternative-emails.
3395
33962006-05-09 Michael Albinus <michael.albinus@gmx.de>
3397
3398 * tramp.texi (Filename completion): Improve wording.
3399
34002006-05-07 Romain Francoise <romain@orebokech.com>
3401
3402 * faq.texi (Using regular expressions): Fix typo.
3403 (Packages that do not come with Emacs): Fix capitalization.
3404 (Replacing text across multiple files): Expand node to explain how
3405 to use `dired-do-query-replace-regexp' in more detail, based on
3406 suggestion by Eric Hanchrow <offby1@blarg.net>.
3407
34082006-05-06 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * tramp.texi (Filename completion): Completion of remote files'
3411 method, user name and host name is active only in partial
3412 completion mode.
3413
34142006-05-06 Bill Wohler <wohler@newt.com>
3415
3416 Release MH-E manual version 8.0.
3417
3418 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3419 release 8.0.
3420
34212006-05-06 Bill Wohler <wohler@newt.com>
3422
3423 * mh-e.texi (MH-BOOK-HOME): Change from
3424 http://www.ics.uci.edu/~mh/book/mh to
3425 http://rand-mh.sourceforge.net/book/mh.
3426 Replace .htm suffix with .html for MH book files.
3427 (Using This Manual): Update key binding for getting relevant
3428 chapter in Info from command key.
3429 (Ranges): Fix itemx.
3430
34312006-05-05 Karl Berry <karl@gnu.org>
3432
3433 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
3434 (\fonttextsize): New user-level command to change text font size.
3435
34362006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3437
3438 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
3439
34402006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3441
3442 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
3443
34442006-04-24 Bill Wohler <wohler@newt.com>
3445
3446 * mh-e.texi (Getting Started): Make it more explicit that you need
3447 to install MH. Add pointers to current MH implementations.
3448
34492006-04-21 Bill Wohler <wohler@newt.com>
3450
3451 Release MH-E manual version 7.94.
3452
3453 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3454 release 7.94.
3455
34562006-04-21 Carsten Dominik <dominik@science.uva.nl>
3457
3458 * org.texi: Many small fixes.
3459 (Handling links): Rename from "Managing links".
3460
34612006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3462
3463 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
3464 (Splitting mail using spam-stat): Fix @xref.
3465
34662006-04-20 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 3469 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
3470
34712006-04-20 Carsten Dominik <dominik@science.uva.nl>
3472
3473 * org.texi (Time stamps): Better explanation of the purpose of
3474 different time stamps.
3475 (Structure editing, Plain lists): More details on how new items
3476 and headings are inserted.
3477
34782006-04-18 Carsten Dominik <dominik@science.uva.nl>
3479
3480 * org.texi (Formula syntax): Fix link to Calc Manual.
3481
34822006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3483
3484 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
3485
34862006-04-17 Bill Wohler <wohler@newt.com>
3487
3488 * mh-e.texi (Folders): Update mh-before-quit-hook and
3489 mh-quit-hook example with code that removes the buffers rather
3490 than just bury them.
3491
34922006-04-17 Michael Albinus <michael.albinus@gmx.de>
3493
3494 Sync with Tramp 2.0.53.
3495
34962006-04-13 Carsten Dominik <dominik@science.uva.nl>
3497
3498 * org.texi (Updating settings): New section.
3499 (Visibility cycling): Better names for the startup folding
3500 options.
3501 (Exporting): Completely restructured.
3502 (The very busy C-c C-c key): New section.
3503 (Summary of in-buffer settings): New section.
3504
35052006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
3506
3507 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
3508
35092006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3510
3511 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
3512 (Server Commands): Key `v' is reserved for users.
3513
35142006-04-11 Carsten Dominik <dominik@science.uva.nl>
3515
3516 * org.texi (Link format): New section, emphasis on bracket links.
3517 (External links): Document bracket links.
3518 (FAQ): Expand to cover shell links and the new link format.
3519
35202006-04-09 Kevin Ryde <user42@zip.com.au>
3521
3522 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
3523
35242006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3525
3526 * gnus.texi (Summary Buffer Lines): Add `*'.
3527
c8763fb6 35282006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
3529
3530 * gnus.texi (Group Parameters):
3531 Mention gnus-permanently-visible-groups.
3532
35332006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3534
3535 * gnus.texi (Face): Fix typo.
3536
35372006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3538
3539 * gnus.texi (X-Face): Clarify.
3540 (Face): Need Emacs with PNG support.
3541
35422006-04-06 Richard Stallman <rms@gnu.org>
3543
3544 * idlwave.texi: Delete the blocks "not suitable for inclusion with
3545 Emacs".
3546
35472006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3548
3549 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
3550 blocks not suitable for inclusion with Emacs using variable
3551 PARTOFEMACS.
3552
35532006-04-04 Simon Josefsson <jas@extundo.com>
3554
3555 * gnus.texi (Security): Improve.
3556
35572006-04-02 Bill Wohler <wohler@newt.com>
3558
3559 * mh-e.texi (Getting Started, Junk, Bug Reports)
3560 (MH FAQ and Support): Fix URLs.
3561
35622006-03-31 Romain Francoise <romain@orebokech.com>
3563
3564 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
3565 to t, not nil (and has for the past eight years).
3566
35672006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3568
3569 * message.texi, gnus.texi: Bump version to 5.11.
3570
35712006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3572
3573 * gnus.texi (Top): Add comment about version line.
3574
3575 * message.texi (Top): Ditto. Change to take named versions into
3576 account.
3577
35782006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
3579
3580 * gnus.texi (Posting Styles): Add x-face-file to example.
3581 (X-Face): Refer to posting styles.
3582
3583 * gnus-faq.texi ([5.8]): Add x-face-file.
3584 ([8.4]): Add links to gmane.emacs.gnus.user and
3585 gmane.emacs.gnus.general.
3586
35872006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
3588
3589 * gnus-faq.texi: Use .invalid.
3590 ([5.4]): Fix gnus-posting-styles example.
3591
35922006-03-27 Romain Francoise <romain@orebokech.com>
3593
3594 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
3595 Emacs/W3 needs a new maintainer.
3596 (Ispell): Update author and version info.
3597 (Mailcrypt): Mention PGG.
3598 (New in Emacs 22): Add PGG to the list of new packages.
3599 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
3600 updating dead URLs.
3601
36022006-03-25 Karl Berry <karl@gnu.org>
3603
3604 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
3605 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
3606 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
3607 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
3608 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
3609 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
3610 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
3611 (2) do not indent copyright year list (or anything else).
3612
36132006-03-21 Bill Wohler <wohler@newt.com>
3614
3615 * mh-e.texi (Folders): Various edits.
3616
36172006-03-20 Romain Francoise <romain@orebokech.com>
3618
3619 * gnus.texi (Mail Folders): Grammar fix.
3620
36212006-03-19 Bill Wohler <wohler@newt.com>
3622
3623 * mh-e.texi (Replying): Document Mail-Followup-To.
3624 Change manually-formatted table to multitable. Add debugging info.
3625 Move description of mh-reply-default-reply-to into paragraph
3626 that describes its values.
3627
36282006-03-17 Bill Wohler <wohler@newt.com>
3629
10d1d0af 3630 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
3631 (Sending Mail Tour): Update method of entering
3632 addresses and subject.
3633 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
3634 (Adding Attachments, Searching): Update screenshots for Emacs 22.
3635
36362006-03-15 Carsten Dominik <dominik@science.uva.nl>
3637
3638 * org.texi: Version number change only.
3639
36402006-03-14 Bill Wohler <wohler@newt.com>
3641
3642 * mh-e.texi: Add index entries around each paragraph rather than
3643 depend on entries from beginning of node. Doing so ensures that
3644 index entries are less likely to be forgotten if text is cut and
3645 pasted, and are necessary anyway if the references are on a
3646 separate page. It seems that makeinfo is now (v. 4.8) only
3647 producing one index entry per node, so there is no longer any
3648 excuse not to. Use subheading instead of heading. The incorrect
3649 use of heading produced very large fonts in Info--as large as the
3650 main heading.
3651 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
3652 versions 6 and 7 appeared *around* the time of these Emacs releases.
3653
36542006-03-13 Carsten Dominik <dominik@science.uva.nl>
3655
3656 * org.texi (Clean view): Document new startup options.
3657
36582006-03-11 Bill Wohler <wohler@newt.com>
3659
3660 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
3661 (Composing, Scan Line Formats): Fix @refs.
3662 (Getting Started): Define MH profile and MH profile components.
3663 (Incorporating Mail, Reading Mail, Viewing, Printing)
3664 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
3665 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
3666 for string constants.
3667 (Tool Bar): Remove spurious quote.
3668 (Junk): Use ``...'' instead of "...".
3669 (Scan Line Formats): Replace @samp with @kbd.
3670
36712006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
3672
3673 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
3674
36752006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3676
3677 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
3678 easy to understand.
3679
36802006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
3681
3682 * gnus.texi: Markup fix.
3683 (Fancy Mail Splitting): Specify new feature.
3684
36852006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
3688 partial-words matching.
3689
36902006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
3691
3692 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
3693
3694 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
3695 (MIME Commands): Fix mm-discouraged-alternatives.
3696
36972006-03-07 Carsten Dominik <dominik@science.uva.nl>
3698
3699 * org.texi: Version number change only.
3700
37012006-03-06 Bill Wohler <wohler@newt.com>
3702
3703 * mh-e.texi: Move from SourceForge repository to Savannah.
3704 This is version 7.93, which is a total rewrite from the previous
3705 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
3706 version 7.93.
3707
37082006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
3709
3710 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
3711
37122006-03-01 Carsten Dominik <dominik@science.uva.nl>
3713
3714 * org.texi (Interaction): Add item about `org-mouse.el' by
3715 Piotr Zielinski.
3716 (Managing links): Document that also mouse-1 can be used to
3717 activate a link.
3718 (Headlines, FAQ): Add entry about hiding leading stars.
3719 (Miscellaneous): Resort the sections in this chapter to a more
3720 logical sequence.
3721
37222006-02-27 Simon Josefsson <jas@extundo.com>
3723
3724 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
3725 2004-01-27 from the trunk).
3726
37272006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3728
3729 * cc-mode.texi: Rename c-hungry-backspace to
3730 c-hungry-delete-backwards, at the request of RMS. Leave the old
3731 name as an alias.
3732
37332006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3734
3735 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
3736 include the function header within the defun.
3737
37382006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3739
3740 * cc-mode.texi: Correct two typos.
3741
37422006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3743
3744 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
3745 existing comment.
3746 (Electric Keys): Add a justification for electric indentation.
3747 (Hungry WS Deletion): Clear up the names and complications of the
3748 BACKSPACE and DELETE keys.
3749
37502006-02-23 Juri Linkov <juri@jurta.org>
3751
3752 * faq.texi (Common requests): Move `Turning on auto-fill by
3753 default' after `Wrapping words automatically'. Move `Working with
3754 unprintable characters' before `Searching for/replacing newlines'.
3755 Move `Replacing highlighted text' after `Highlighting a region'.
3756 Merge `Repeating commands' and `Repeating a command as many times
3757 as possible' into the former.
3758 (Packages that do not come with Emacs): Add refs to Gmane and
3759 etc/MORE.STUFF.
3760
37612006-02-23 Juri Linkov <juri@jurta.org>
3762
3763 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
3764 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
3765 Add xref to `(emacs)Reporting Bugs'.
3766 (Getting a printed manual): Add URL to other formats of the manual.
3767 (Common requests): Fix menu.
3768 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
3769 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
3770 (Inserting text at the beginning of each line): Add pxref to
3771 `Changing the included text prefix'.
3772 (Forcing the cursor to remain in the same column): Mention `track-eol'
3773 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
3774 (Replacing text across multiple files): Add keybinding `Q' for
3775 `dired-do-query-replace'.
3776
37772006-02-22 Carsten Dominik <dominik@science.uva.nl>
3778
3779 * reftex.texi: Version number and date change only.
3780
3781 * org.texi (Internal Links): Rewrite to cover the modified
3782 linking system.
3783
37842006-02-17 Eli Zaretskii <eliz@gnu.org>
3785
3786 * faq.texi: Remove the coding cookie, it's not needed anymore.
3787
37882006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3789
3790 * faq.texi (Colors on a TTY): Mention Mac OS port.
3791
37922006-02-12 Karl Berry <karl@gnu.org>
3793
3794 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
3795 8-bit accented a.
3796
37972006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
3798
3799 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
3800
38012006-02-08 Romain Francoise <romain@orebokech.com>
3802
3803 * faq.texi (Top): Remove paragraph about the FAQ being a
3804 transitional document, etc.
3805 (Searching for/replacing newlines): New node.
3806 (Yanking text in isearch): New node.
3807 (Inserting text at the beginning of each line): Rename and make
3808 more general, mention `M-;' in Message mode.
3809
38102006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3811
3812 * faq.texi (Meta key does not work in xterm)
3813 (Emacs does not display 8-bit characters)
3814 (Inputting eight-bit characters): Update xrefs.
3815
38162006-02-06 Romain Francoise <romain@orebokech.com>
3817
3818 * faq.texi (VM): VM now at version 7.19.
3819 Set myself as maintainer of this file.
3820
38212006-02-04 Michael Olson <mwolson@gnu.org>
3822
3823 * erc.texi (History): Note that ERC is now included with Emacs.
3824
38252006-01-31 Romain Francoise <romain@orebokech.com>
3826
3827 * message.texi (Message Headers): Explain what
3828 `message-alternative-emails' does in more detail.
3829 Update copyright year.
3830
38312006-01-30 Juanma Barranquero <lekktu@gmail.com>
3832
3833 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
3834
38352006-01-29 Richard M. Stallman <rms@gnu.org>
3836
3837 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
3838
38392006-01-29 Michael Olson <mwolson@gnu.org>
3840
3841 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
3842
3843 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
3844
3845 * faq.texi (New in Emacs 22): Mention ERC.
3846
38472006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3848
3849 * rcirc.texi: Capitalize dir entry for consistency with the entry
3850 in info/dir and other entries in the Emacs category.
3851 Fix typos. Delete trailing whitespace.
3852
c8763fb6 38532006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
3854
3855 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
3856
38572006-01-27 Eli Zaretskii <eliz@gnu.org>
3858
3859 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
3860 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3861
3862 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
3863 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3864
38652006-01-27 Alex Schroeder <alex@gnu.org>
3866
3867 * rcirc.texi: New file.
3868
38692006-01-23 Juri Linkov <juri@jurta.org>
3870
3871 * widget.texi (User Interface): Add S-TAB for widget-backward.
3872
38732006-01-22 Michael Albinus <michael.albinus@gmx.de>
3874
3875 Sync with Tramp 2.0.52.
3876
3877 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
3878 Add Tramp disabling item. New item for common connection problems.
3879 (various): Apply "ftp" as method for the download URL.
3880 (Bug Reports): Refer to FAQ for common problems.
3881
38822006-01-21 Eli Zaretskii <eliz@gnu.org>
3883
3884 * widget.texi (User Interface): Use @key for TAB.
3885
3886 * ses.texi (Formulas, Printer functions): Use @key for TAB.
3887
3888 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
3889 for TAB.
3890
3891 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
3892
38932006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * gnus.texi: Update copyright.
3896
38972006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3898
3899 * gnus.texi (Article Washing): Additions.
3900
39012006-01-08 Alex Schroeder <alex@gnu.org>
3902
3903 * pgg.texi (Caching passphrase): Rewording.
3904
39052006-01-13 Carsten Dominik <dominik@science.uva.nl>
3906
3907 * org.texi (Agenda commands): Document tags command.
3908
39092006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
3912
39132006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3914
3915 * gnus.texi (RSS): Addition.
3916
39172005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
3920
39212005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * emacs-mime.texi (Display Customization): Add setting example to
3924 mm-discouraged-alternatives.
3925
39262006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
3929 version is the canonical version.
3930
39312006-01-08 Alex Schroeder <alex@gnu.org>
3932
3933 * pgg.texi (Caching passphrase): Rewording.
3934
39352006-01-06 Eli Zaretskii <eliz@gnu.org>
3936
3937 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
3938 repository URL.
3939
39402006-01-06 Carsten Dominik <dominik@science.uva.nl>
3941
3942 * org.texi: Removed the accidentally re-added empty line in the
3943 direntry.
3944
39452006-01-05 Carsten Dominik <dominik@science.uva.nl>
3946
3947 * org.texi (Agenda Views): Chapter reorganized.
3948
39492005-12-29 Romain Francoise <romain@orebokech.com>
3950
3951 * faq.texi (Using Customize): New node.
3952
39532005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3954
3955 * org.texi: Remove blank line in @direntry. It is non-standard
3956 and recursively produces blank lines all over the dir file (when
3957 using Texinfo 4.8).
3958
39592005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * widget.texi (atoms): Delete obsolete remark about `file' widget.
3962
39632005-12-20 Carsten Dominik <dominik@science.uva.nl>
3964
3965 * org.texi (Tags): Boolean logic documented.
3966 (Agenda Views): Document custom commands.
3967
39682005-12-20 David Kastrup <dak@gnu.org>
3969
3970 * faq.texi (AUCTeX): Update version and mailing list info.
3971
39722005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3973
3974 * gnus.texi (MIME Commands): Mention addition of
3975 multipart/alternative to gnus-buttonized-mime-types and add xref
3976 to mm-discouraged-alternatives.
3977
3978 * emacs-mime.texi (Display Customization): Mention addition of
3979 "image/.*" and add xref to gnus-buttonized-mime-types in the
3980 mm-discouraged-alternatives section.
3981
39822005-12-16 Carsten Dominik <dominik@science.uva.nl>
3983
3984 * org.texi (Tags): New section.
3985 (Agenda Views): Chapter reorganized.
3986
39872005-12-16 Eli Zaretskii <eliz@gnu.org>
3988
3989 * org.texi (Internal Links): Add a missing comma after an @xref.
3990
39912005-12-14 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * faq.texi (Filling paragraphs with a single space): No need to
3994 change sentence-end now.
3995
39962005-12-13 Romain Francoise <romain@orebokech.com>
3997
3998 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
3999
40002005-12-12 Jay Belanger <belanger@truman.edu>
4001
4002 * faq.texi (Calc): Update version number.
4003
40042005-12-12 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * org.texi (Progress Logging): New section.
4007
40082005-12-10 Romain Francoise <romain@orebokech.com>
4009
4010 Update the Emacs FAQ for the 22.1 release.
4011
4012 * faq.texi: Set VER to `22.1'.
4013 (Basic editing): Explain how to use localized versions of the
4014 Tutorial. Mention that `C-h r' displays the manual. Delete
4015 obsolete WWW link to an Emacs 18 tutorial.
4016 (Getting a printed manual): Point to the new locations of the
4017 manuals on the GNU Web site.
4018 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
4019 available via Info (it was previously distributed separately).
4020 (Installing Texinfo documentation): The latest version of Texinfo
4021 is 4.8, not 4.0.
4022 (Informational files for Emacs): COPYING is the GNU General Public
4023 License, not the Emacs General Public License.
4024 (Informational files for Emacs): Delete obsolete link to the
4025 GNUinfo pages as they have been removed from the GNU Web site.
4026 (New in Emacs 22): New node.
4027 (Setting up a customization file): Say that most packages support
4028 Customize nowadays.
4029 (Colors on a TTY): Delete reference to instructions on how to
4030 enable syntax highlighting, it is now enabled by default.
4031 (Turning on abbrevs by default): Emacs now reads the abbrevs file
4032 at startup automatically.
4033 (Controlling case sensitivity): Mention `M-c' in isearch.
4034 (Using an already running Emacs process): Emacs now creates the
4035 socket in `/tmp/emacsUID'. Fix typos. Change default location of
4036 gnuserv. As emacsclient can now run Lisp code as well, delete a
4037 sentence praising gnuserv for that. Simplify description of how
4038 the client/server operation works.
4039 (Compiler error messages): Delete obsolete text (compile.el has
4040 been rewritten).
4041 (Indenting switch statements): Fix typo.
4042 (Matching parentheses): Simplify setup instructions, mention the
4043 menu bar item in the Options menu.
4044 (Repeating a command as many times as possible): Mention `C-x e'.
4045 (Going to a line by number): Mention new keymap and bindings
4046 `M-g M-g', `M-g M-p' and `M-g M-n'.
4047 (Turning on syntax highlighting): Now on by default. Simplify.
4048 (Replacing highlighted text): Use `1', not `t'.
4049 (Problems with very large files): The maximum size is now 256MB on
4050 32-bit machines.
4051 (^M in the shell buffer): Mention `comint-process-echoes'.
4052 (Emacs for Apple computers): Emacs 22 has native support for Mac
4053 OS X.
4054 (Translating names to IP addresses): Delete node.
4055 (Binding keys to commands): Fix typo.
4056 (SPC no longer completes file names): New node.
4057 (MIME with Emacs mail packages): Delete section about the Emacs
4058 MIME FAQ (it's not reachable anymore).
4059
40602005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4061
4062 * cc-mode.texi: The manual has been extensively revised: the
4063 information about using CC Mode has been separated from the larger
4064 and more difficult chapters about configuration. It has been
4065 updated for CC Mode 5.31.
4066
40672005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4068
4069 * pgg.texi (User Commands): Fix description of pgg-verify-region.
4070 (Selecting an implementation): Fix descriptions.
4071
40722005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * message.texi (Various Message Variables): Addition.
4075
40762005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4077
4078 * message.texi: Fix default values.
4079
40802005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4081
4082 * message.texi (Header Commands): Clarify descriptions of
4083 message-cross-post-followup-to, message-reduce-to-to-cc, and
4084 message-insert-wide-reply.
4085 (Various Commands): Fix kindex for message-kill-to-signature;
4086 clarify description of message-tab.
4087
40882005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4089
4090 * message.texi (Mailing Lists): Fix description about MFT.
4091
4092 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
4093
40942005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4095
4096 * gnus.texi (Slow Terminal Connection): Replace old description
4097 with new one.
4098
40992005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
4102 replace X-Draft-Headers with X-Draft-From.
4103
41042005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * gnus.texi (Various Various): Fix the default value of
4107 nnheader-max-head-length.
4108 (Gnus Versions): Fix typo.
4109
41102005-12-08 Carsten Dominik <dominik@science.uva.nl>
4111
4112 * org.texi (Structure editing): Document new functionality of
4113 M-RET.
4114
41152005-12-06 Luc Teirlinck <teirllm@auburn.edu>
4116
4117 * org.texi (Internal Links): Fix Texinfo usage.
4118
41192005-12-06 Carsten Dominik <dominik@science.uva.nl>
4120
4121 * org.texi (TODO basics): Document the global todo list.
4122 (TODO items): Documents sparse tree for specific TODO
4123 keywords.
4124
41252005-11-30 Carsten Dominik <dominik@science.uva.nl>
4126
4127 * org.texi (Plain Lists): Typos fixed.
4128
41292005-11-28 Jay Belanger <belanger@truman.edu>
4130
4131 * calc.texi: Change references of `M-#' to `C-x *' prefix.
4132
41332005-11-24 Carsten Dominik <dominik@science.uva.nl>
4134
4135 * org.texi (Structure editing): New item moving commands added.
4136 (Plain Lists): New section.
4137
41382005-11-18 Carsten Dominik <dominik@science.uva.nl>
4139
4140 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
4141 (Agenda): Document commands `org-cycle-agenda-files' and
4142 `org-agenda-file-to-front'
4143 (Built-in table editor): Document `org-table-sort-lines'.
4144 (HTML formatting): Export of hand-formatted lists.
4145
41462005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
4149 new variable gnus-toolbar-thickness.
4150
41512005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
4152
4153 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
4154
41552005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * gnus.texi (X-Face): Fix description.
4158 (XVarious): Remove gnus-xmas-logo-color-alist and
4159 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
4160
41612005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * gnus.texi (Group Parameters): Mention new variable
4164 gnus-parameters-case-fold-search.
4165 (Home Score File): Addition.
4166
41672005-11-04 Ulf Jasper <ulf.jasper@web.de>
4168
4169 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
4170 (Overview): List supported feed types.
4171 (Installation): No installation necessary when using autoload.
4172 (Configuration): Rename "RSS" to "news".
4173
41742005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4175
4176 * pgg.texi (User Commands): Document additional passphrase
4177 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
4178 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
4179
41802005-11-04 Carsten Dominik <dominik@science.uva.nl>
4181
4182 * org.texi: Version number changed to 3.19.
4183
41842005-10-29 Sascha Wilde <wilde@sha-bang.de>
4185
4186 * pgg.texi (How to use): Update the example to add autoload of
4187 pgg-encrypt-symmetric-region.
4188 (User Commands): Document pgg-encrypt-symmetric-region.
4189 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
4190
41912005-10-27 Jay Belanger <belanger@truman.edu>
4192
4193 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
4194 mention other TeX-related units.
4195
41962005-10-23 Lars Hansen <larsh@soem.dk>
4197
4198 * dired-x.texi (Miscellaneous Commands): Replace
4199 dired-do-relative-symlink by dired-do-relsymlink and
4200 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
4201
42022005-10-23 Jay Belanger <belanger@truman.edu>
4203
4204 * calc.texi (Predefined Units): Use `alpha' for the fine structure
4205 constant.
4206
42072005-10-23 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * faq.texi (Bugs and problems): Replace
4210 `dired-move-to-filename-regexp' by
4211 `directory-listing-before-filename-regexp'.
4212
42132005-10-22 Eli Zaretskii <eliz@gnu.org>
4214
4215 * newsticker.texi (UPDATED): Set value.
4216
42172005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
4218
4219 * gnus.texi (Document Groups): Remove duplicate item.
4220
42212005-10-21 Carsten Dominik <dominik@science.uva.nl>
4222
4223 * org.texi (Summary): Mention iCalendar support.
4224 (Exporting): Document iCalendar support.
4225
42262005-10-18 Romain Francoise <romain@orebokech.com>
4227
4228 * viper.texi (Viper Specials): Capitalize GNU.
4229
42302005-10-17 Juri Linkov <juri@jurta.org>
4231
4232 * info.texi (Getting Started, Search Index, Expert Info):
4233 Fix wording.
4234 (Search Text): Replace `echo area' with `mode line'.
4235 (Search Index): Both `i' and `,' find all index entries.
4236 Replace example `C-f' with `C-l' (which exists in index of Info
4237 manual) and delete spaces in its keyboard input sequence.
4238 Delete unnecessary explanations about literal characters.
4239
42402005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
4241
4242 * gnus.texi (Document Server Internals): Addition.
4243
42442005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4245
4246 * gnus.texi (A note on namespaces): Fix RFC reference.
4247
42482005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4249
4250 * gnus.texi (RSS): Fix key description.
4251
42522005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4253
4254 * gnus.texi: Emacs/w3 -> Emacs/W3.
4255 (Browsing the Web): Fix description.
4256 (Web Searches): Ditto.
4257 (Customizing W3): Ditto.
4258
42592005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4260
4261 * gnus.texi (Maildir): Clarify expire-age and expire-group.
4262
42632005-10-11 Jay Belanger <belanger@truman.edu>
4264
4265 * calc.texi (Integration): Mention using `a i' to compute definite
4266 integrals.
4267
42682005-10-11 Juri Linkov <juri@jurta.org>
4269
4270 * info.texi: Rearrange nodes.
4271 (Top): Update menu. Change ref `Info for Experts' to
4272 `Advanced Info Commands'.
4273 (Getting Started): Fix description of manual's parts.
4274 (Help-Int): Change xref `Info Search' to `Search Index', and
4275 `Expert Info' to `Advanced'.
4276 (Advanced): Move node one level up.
4277 (Search Text, Search Index): New nodes split out from `Info Search'.
4278 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
4279 split out from `Advanced'.
4280 (Advanced, Emacs Info Variables): De-document editing an Info file
4281 in Info.
4282 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
4283 (Creating an Info File): Delete node and move its text to
4284 `Expert Info'.
4285
42862005-10-10 Carsten Dominik <dominik@science.uva.nl>
4287
4288 * org.texi (Workflow states): Documented that change in keywords
4289 becomes active only after restart of Emacs.
4290
42912005-10-08 Michael Albinus <michael.albinus@gmx.de>
4292
4293 Sync with Tramp 2.0.51.
4294
42952005-10-08 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * speedbar.texi (Introduction): Describe new location of speedbar
4298 on menubar.
4299 (Basic Key Bindings): Remove descriptions of bindings that have
4300 been removed.
4301
43022005-10-05 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * speedbar.texi (GDB): Describe use of watch expressions.
4305
43062005-09-28 Simon Josefsson <jas@extundo.com>
4307
4308 * message.texi (IDNA): Fix.
4309
43102005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4311
4312 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
4313 nntp-server-hook, and nntp-warn-about-losing-connection; fix
4314 description of nntp-open-connection-function.
4315 (Common Variables): Fix descriptions.
4316
43172005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus.texi (Server Buffer Format): Document the %a format spec.
4320
43212005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
4324
43252005-09-23 Carsten Dominik <dominik@science.uva.nl>
4326
4327 * org.texi Version 3.16.
4328
43292005-09-19 Miles Bader <miles@gnu.org>
4330
4331 * newsticker.texi: Get rid of CVS keywords.
4332
43332005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4334
4335 * gnus.texi (Finding the Parent): Fix description of how Gnus
4336 finds article.
4337
43382005-09-14 Jari Aalto <jari.aalto@cante.net>
4339
4340 * gnus.texi (Advanced Scoring Examples): New examples to teach how
4341 to drop off non-answered articles.
4342
43432005-09-19 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
4346 braces (which are unsupported by NMAKE) for macro `srcdir'.
4347
43482005-09-17 Eli Zaretskii <eliz@gnu.org>
4349
4350 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4351 (../info/newsticker, newsticker.dvi): New targets.
4352
43532005-09-17 Ulf Jasper <ulf.jasper@web.de>
4354
4355 * newsticker.texi: Replace @command with @code. Replace @example
4356 with @lisp.
4357 (Top): Added explanations to menu items.
4358 (GNU Free Documentation License): Removed.
4359
43602005-09-16 Romain Francoise <romain@orebokech.com>
4361
4362 Update all files to specify GFDL version 1.2.
4363
4364 * doclicense.texi (GNU Free Documentation License): Update to
4365 version 1.2.
4366
43672005-09-15 Richard M. Stallman <rms@gnu.org>
4368
4369 * newsticker.texi: Fix @setfilename.
4370
4371 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4372 (../info/newsticker, newsticker.dvi): New targets.
4373
43742005-08-30 Carsten Dominik <dominik@science.uva.nl>
4375
4376 * org.texi: Version 3.15.
4377
43782005-08-29 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * ses.texi: Combine all three indices into one.
4381 Correct a few typos.
4382
43832005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4384
4385 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
4386
43872005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4388
4389 * emacs-mime.texi (Handles): Remove duplicate item.
4390 (Encoding Customization): Fix the default value for
4391 mm-coding-system-priorities.
4392 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
4393 (Basic Functions): Fix reference.
4394
43952005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4396
4397 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
4398
43992005-08-18 Richard M. Stallman <rms@gnu.org>
4400
4401 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
4402 and web site.
4403
4404 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
4405 not keyboard-translate.
4406
44072005-08-11 Richard M. Stallman <rms@gnu.org>
4408
4409 * faq.texi (Using regular expressions): Fix xref.
4410
44112005-08-09 Juri Linkov <juri@jurta.org>
4412
4413 * info.texi (Help-P): Replace `Prev' with `Previous'.
4414 (Help-M, Help-Xref): Add S-TAB.
4415 (Help-FOO): Update `u' command.
4416 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
4417 Update info about visibility of xref parts.
4418 (Help-Int): Fix `m' command. Rename `Info-last' to
4419 `Info-history-back'. Add `Info-history-forward'.
4420 (Advanced): Fix `g*' and `M-n' commands.
4421 (Info Search): Add `index-apropos' in stand-alone browser.
4422 Add isearch commands.
4423 (Emacs Info Variables): Remove `Info-fontify'.
4424 Add `Info-mode-hook'. Update face names.
4425 Add `Info-fontify-maximum-menu-size',
4426 `Info-fontify-visited-nodes', `Info-isearch-search'.
4427
44282005-08-07 Michael Albinus <michael.albinus@gmx.de>
4429
4430 Sync with Tramp 2.0.50.
4431
4432 * tramp.texi: Use @option{} consequently for method names.
4433 (Inline methods, External transfer methods): Remove references to
4434 Cygwin.
4435 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
4436 implementation.
4437
44382005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
4439
4440 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
4441 Mention that gnus-init-file is not read when Emacs is invoked with
4442 --no-init-file or -q.
4443
44442005-07-19 Carsten Dominik <dominik@science.uva.nl>
4445
4446 * org.texi: Version 3.14.
4447
44482005-07-04 Carsten Dominik <dominik@science.uva.nl>
4449
4450 * org.texi: Version 3.13.
4451
44522005-07-18 Juri Linkov <juri@jurta.org>
4453
4454 * calc.texi (Time Zones, Logical Operations):
4455 * cl.texi (Overview):
4456 * org.texi (TODO types):
4457 * sc.texi (Emacs 18 MUAs):
4458 * speedbar.texi (Top):
4459 * url.texi (History):
4460 Delete duplicate duplicate words.
4461
ce058493 44622005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
4463
4464 * cl.texi (Type Predicates): Document `atom' type.
4465
44662005-07-04 Lute Kamstra <lute@gnu.org>
4467
4468 Update FSF's address in GPL notices.
4469
4470 * calc.texi (Copying):
4471 * doclicense.texi (GNU Free Documentation License):
4472 * faq.texi (Contacting the FSF):
4473 * mh-e.texi (Copying): Update FSF's address.
4474
44752005-07-03 Richard M. Stallman <rms@gnu.org>
4476
4477 * flymake.texi (Example -- Configuring a tool called directly):
4478 Update name of flymake-build-relative-filename.
4479
44802005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
4481
4482 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
4483
44842005-06-29 Carsten Dominik <dominik@science.uva.nl>
4485
4486 * org.texi: Version 3.12.
4487
44882005-06-24 Eli Zaretskii <eliz@gnu.org>
4489
4490 * makefile.w32-in (MAKEINFO): Use --force.
4491 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4492 Makefile.in.
4493 (gnus.dvi): Use "..." to quote Sed args, so that it works with
4494 more shells.
4495
44962005-06-23 Richard M. Stallman <rms@gnu.org>
4497
4498 * speedbar.texi (Creating a display): Texinfo usage fixes.
4499
4500 * tramp.texi (Customizing Completion, Auto-save and Backup):
4501 Texinfo usage fixes.
4502
45032005-06-23 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * dired-x.texi (Miscellaneous Commands):
4506 * ediff.texi (Miscellaneous):
4507 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
4508 (Agent Variables):
4509 * info.texi (Help-Xref):
4510 * message.texi (Message Headers):
4511 * org.texi (Remember):
4512 * reftex.texi (Options (Defining Label Environments)):
4513 (Options (Index Support)):
4514 (Options (Viewing Cross-References)):
4515 (Options (Misc)):
4516 (Changes):
4517 * speedbar.texi (Creating a display):
4518 * tramp.texi (Customizing Completion, Auto-save and Backup):
4519 Texinfo usage fix.
4520
45212005-06-13 Carsten Dominik <dominik@science.uva.nl>
4522
4523 * org.texi: Version 3.11.
4524
45252005-06-12 Jay Belanger <belanger@truman.edu>
4526
4527 * calc.texi (Getting Started): Remove extra menu item.
4528
45292005-05-31 Jay Belanger <belanger@truman.edu>
4530
4531 * calc.texi (Notations Used in This Manual): Use @kbd for key
4532 sequence.
4533 (Demonstration of Calc): Mention another way of starting Calc.
4534 (Starting Calc): Mention long name of M-#.
4535 (Embedded Mode Overview): Remove unnecessary instruction.
4536 (Other M-# commands): Rephrase `M-# 0' explanation.
4537 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
4538 reflect current behavior.
4539
45402005-05-30 Jay Belanger <belanger@truman.edu>
4541
4542 * calc.texi (Hooks): Change description of calc-window-hook and
4543 calc-trail-window-hook to match usage.
4544 (Computational Functions): Add more constant-generating functions.
4545 (Customizable Variables): Use defvar.
4546
45472005-05-28 Jay Belanger <belanger@truman.edu>
4548
4549 * calc.texi (Assignments in Embedded Mode): Fix variable name.
4550 (Basic Embedded Mode): Explain behavior of arguments to
4551 calc-embedded-mode.
4552
45532005-05-27 Jay Belanger <belanger@truman.edu>
4554
4555 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
4556 current behavior.
4557
45582005-05-25 Jay Belanger <belanger@truman.edu>
4559
4560 * calc.texi: Change Calc version number throughout.
4561 (Keypad Mode): Change location in info output.
4562 (Keypad mode overview): Move picture of keypad.
4563
45642005-05-21 Jay Belanger <belanger@truman.edu>
4565
4566 * calc.texi (Storing variables): Mention that only most variables
4567 are void to begin with.
4568
45692005-05-21 Kevin Ryde <user42@zip.com.au>
4570
4571 * widget.texi (Basic Types): Update cross ref from "Enabling
4572 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
4573 lispref/text.texi change.
4574
45752005-05-20 Carsten Dominik <dominik@science.uva.nl>
4576
4577 * org.texi: Version 3.09.
4578
45792005-05-18 Carsten Dominik <dominik@science.uva.nl>
4580
4581 * reftex.texi: Version 4.28.
4582
45832005-05-16 Jay Belanger <belanger@truman.edu>
4584
4585 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
4586
45872005-05-14 Jay Belanger <belanger@truman.edu>
4588
4589 * calc.texi (Default Simplifications): Insert missing ! (logical
4590 not operator).
4591
45922005-05-14 Michael Albinus <michael.albinus@gmx.de>
4593
4594 Sync with Tramp 2.0.49.
4595
45962005-05-10 Jay Belanger <belanger@truman.edu>
4597
4598 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
4599 to 1.
4600
46012005-04-29 Carsten Dominik <dominik@science.uva.nl>
4602
4603 * org.texi: Version 3.08, structure reorganized.
4604
46052005-04-24 Richard M. Stallman <rms@gnu.org>
4606
4607 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
4608
46092005-04-15 Carsten Dominik <dominik@science.uva.nl>
4610
4611 * org.texi: Update to version 3.06.
4612
46132005-04-13 Lute Kamstra <lute@gnu.org>
4614
4615 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
4616
46172005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4618
4619 * cl.texi (Porting Common Lisp): Fix typo.
4620
46212005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4622
4623 * gnus.texi (RSS): Addition.
4624
46252005-04-04 Jay Belanger <belanger@truman.edu>
4626
4627 * calc.texi: Change Calc version number.
4628 (Customizable variables): Fix description of calc-language-alist.
4629 (Copying): Put in version 2 of GPL.
4630
46312005-04-01 Jay Belanger <belanger@truman.edu>
4632
4633 * calc.texi (Troubleshooting Commands): Remove comment about
4634 installation.
4635 (Installation): Remove section.
4636 (Customizable Variables): New section.
4637 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
4638 (Graphical Devices): Add references to Customizable Variables.
4639
46402005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
4641
4642 * emacs-mime.texi (Display Customization): Markup fixes.
4643 (rfc2047): Update.
4644
46452005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4646
4647 * gnus-faq.texi: Replaced with auto-generated version.
4648
46492005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4650
4651 * dired-x.texi (Multiple Dired Directories): default-directory was
4652 renamed to dired-default-directory.
4653
46542005-03-26 Jay Belanger <belanger@truman.edu>
4655
4656 * calc.texi (Simplifying Formulas, Rewrite Rules):
4657 Change description of top and bottom of fraction.
4658 (Modulo Forms): Move description of how to create modulo forms to
4659 earlier in the section.
4660 (Fraction Mode): Suggest using : to get a fraction by dividing.
4661 (Basic Arithmetic): Adjust placement of command name.
4662 (Truncating the Stack): Emphasize that "hidden" entries are still
4663 visible.
4664 (Installation): Move discussion of printing manual to "About This
4665 Manual".
4666 (About This Manual): Mention how to print the manual.
4667 (Reporting Bugs): Remove first person.
4668 (Building Vectors): Add algebraic version of append.
4669 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
4670 (Grouping Digits): Fix typo.
4671
46722005-03-25 Werner Lemberg <wl@gnu.org>
4673
4674 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
4675 Replace `legal' with `valid'.
4676
46772005-03-25 Werner Lemberg <wl@gnu.org>
4678
4679 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
4680
46812005-03-24 Jay Belanger <belanger@truman.edu>
4682
4683 * calc.texi (General Mode Commands)
4684 (Mode Settings in Embedded Mode): Add some explanation of
4685 recording mode settings.
4686
46872005-03-24 Richard M. Stallman <rms@gnu.org>
4688
4689 * calc.texi: Remove praise of non-free software.
4690
4691 * idlwave.texi: Don't say where to get IDL or its non-free manual.
4692 (Installation): Node deleted.
4693
46942005-03-23 Richard M. Stallman <rms@gnu.org>
4695
4696 * url.texi (HTTP language/coding): Improve last change.
4697
46982005-03-22 Jay Belanger <belanger@truman.edu>
4699
4700 * calc.texi (Embedded Mode): Add new information on changing
4701 modes.
4702
47032005-03-20 Michael Albinus <michael.albinus@gmx.de>
4704
4705 Sync with Tramp 2.0.48.
4706
4707 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
4708
4709 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
4710 "GNU/Linux". Change all addresses to .gnu.org.
4711 (Default Method): Offer shortened syntax for "su" and "sudo"
4712 methods.
4713
47142005-03-07 Richard M. Stallman <rms@gnu.org>
4715
4716 * url.texi: Fix usage of "e.g.".
4717 (HTTP language/coding): Explain the rules for these strings.
4718
47192005-03-06 Richard M. Stallman <rms@gnu.org>
4720
4721 * woman.texi (Introduction): Minor cleanups.
4722
4723 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
4724
4725 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
4726 (Installation): Node deleted.
4727
4728 * mh-e.texi (Preface): Get rid of "Emacs 21".
4729
4730 * eshell.texi (Installation): Delete node (for Emacs 20).
4731
47322005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
4733
4734 * flymake.texi: Refill and tweak style in @lisp blocks.
4735
47362005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4737
4738 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
4739
47402005-03-01 Jay Belanger <belanger@truman.edu>
4741
4742 * calc.texi (Trigonometric and Hyperbolic Functions):
4743 Mention additional functions.
4744 (Algebraic Simplifications): Mention additional simplifications.
4745
47462005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
4747
4748 * ses.texi: Add concept/function/variable indices (this work was
4749 donated by Brad Collins <brad@chenla.org>, copyright-assignment
4750 papers on file at FSF).
4751
47522005-02-10 Jay Belanger <belanger@truman.edu>
4753
4754 * calc.texi: Change @LaTeX to La@TeX throughout.
4755 Redefine @expr as @math for TeX output.
4756 Redefine @texline as a no-op for TeX output.
4757 Define @tfn, replace @t by @tfn throughout.
4758
47592005-02-09 Jay Belanger <belanger@truman.edu>
4760
4761 * calc.texi: Add macro for LaTeX for info output.
4762
47632005-02-08 Kim F. Storm <storm@cua.dk>
4764
4765 * texinfo.tex (LaTex): Add def.
4766
47672005-02-06 Jay Belanger <belanger@truman.edu>
4768
4769 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
4770 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
4771 throughout manual.
4772
47732005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * gnus.texi: Some edits based on comments from David Abrahams.
4776
47772005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4778
4779 * gnus.texi (RSS): Fix the keystroke.
4780
47812005-01-24 David Kastrup <dak@gnu.org>
4782
4783 * faq.texi: Update AUCTeX version info.
4784
47852005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
4786
4787 * gnus-faq.texi ([4.1]): Typo.
4788
47892005-01-19 Jay Belanger <belanger@truman.edu>
4790
4791 * calc.texi (Keep Arguments): Mention that keeping arguments
4792 doesn't work with keyboard macros.
4793
47942005-01-16 Richard M. Stallman <rms@gnu.org>
4795
4796 * autotype.texi (Autoinserting): Fix small error.
4797
47982005-01-16 Michael Albinus <michael.albinus@gmx.de>
4799
4800 Sync with Tramp 2.0.47.
4801
4802 * tramp.texi (Compilation): New section, describing compilation of
4803 remote files.
4804
48052005-01-11 Kim F. Storm <storm@cua.dk>
4806
4807 * widget.texi (Basic Types): Add :follow-link keyword.
4808
48092005-01-09 Jay Belanger <belanger@truman.edu>
4810
4811 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
4812
48132005-01-08 Jay Belanger <belanger@truman.edu>
4814
4815 * calc.texi: Change throughout to reflect new default value of
4816 calc-settings-file.
4817
48182005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4819
4820 * message.texi (Reply): `message-reply-to-function' should return
4821 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
4822
48232005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
4824
4825 * faq.texi (Changing load-path): Fix typo.
4826
48272005-01-05 Jay Belanger <belanger@truman.edu>
4828
4829 * calc.texi (Programming Tutorial): Replace kbd command by
4830 appropriate characters for a keyboard macro.
4831
48322005-01-04 Jay Belanger <belanger@truman.edu>
4833
4834 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
4835 for Lucid Emacs.
4836 (Programming Tutorial): Mention that the user needs to be in the
4837 right mode to compute some functions.
4838
48392005-01-04 Jay Belanger <belanger@truman.edu>
4840
4841 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
4842 no longer applicable.
4843
48442005-01-01 Jay Belanger <belanger@truman.edu>
4845
4846 * calc.texi (Programming Tutorial): Changed description of how to
4847 edit keyboard macros to match current behavior.
4848
48492004-12-31 Jay Belanger <belanger@truman.edu>
4850
4851 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
4852
48532004-12-20 Jay Belanger <belanger@truman.edu>
4854
4855 * calc.texi (Types Tutorial): Emphasize that you can't divide by
4856 zero.
4857
48582004-12-17 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * cc-mode.texi (Text Filling and Line Breaking): Put period after
4861 @xref.
4862 (Font Locking): Avoid @strong{Note:}.
4863
48642004-12-17 Michael Albinus <michael.albinus@gmx.de>
4865
4866 Sync with Tramp 2.0.46.
4867
4868 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
4869
48702004-12-16 Luc Teirlinck <teirllm@auburn.edu>
4871
4872 * url.texi: Correct typos.
4873 (Retrieving URLs): @var{nil}->@code{nil}.
4874 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
4875 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
4876 (Dealing with HTTP documents): @inforef->@xref.
4877
48782004-12-15 Jay Belanger <belanger@truman.edu>
4879
4880 * calc.texi: Consistently capitalized all mode names.
4881 (Answers to Exercises): Mention that an answer can be a fraction
4882 when in Fraction mode.
4883
48842004-12-13 Jay Belanger <belanger@truman.edu>
4885
4886 * calc.texi: Fix some TeX definitions.
4887
48882004-12-09 Luc Teirlinck <teirllm@auburn.edu>
4889
4890 * reftex.texi (Imprint): Remove erroneous @value's.
4891
48922004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
4895 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
4896
48972004-12-08 Jay Belanger <belanger@truman.edu>
4898
4899 * calc.texi (Starting Calc): Remove comment about installation.
4900 (Keypad Mode Overview): Remove comment about Emacs 19 support.
4901
49022004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * url.texi: Update @setfilename.
4905 (Getting Started): No need to worry about Gnus versions.
4906 (Dealing with HTTP documents): Use @inforef.
4907
4908 * org.texi: Fix @direntry file name.
4909
49102004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * url.texi: New file.
4913
4914 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
4915
49162004-12-06 Jay Belanger <belanger@truman.edu>
4917
4918 * calc.texi (Using Calc): Remove paragraph about installation.
4919
49202004-12-06 Jay Belanger <belanger@truman.edu>
4921
4922 * calc.texi: Use more Texinfo macros and less TeX defs.
4923 Remove @refill's.
4924
49252004-12-06 Richard M. Stallman <rms@gnu.org>
4926
4927 * org.texi: New file.
4928
49292004-12-05 Richard M. Stallman <rms@gnu.org>
4930
4931 * Makefile.in (org.dvi, ../info/org): New targets.
4932 (INFO_TARGETS): Add ../info/org.
4933 (DVI_TARGETS): Add org.dvi.
4934 (maintainer-clean): Remove the info files in the info dir.
4935
49362004-11-26 Eli Zaretskii <eliz@gnu.org>
4937
4938 * idlwave.texi: Fix the setfilename directive to put the produced
4939 file in ../info.
4940 (Continued Statement Indentation): Resurrect Jan D.'s change from
4941 2004-11-03 that was lost when a newer version of idlwave.texi was
4942 imported.
4943
49442004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4945
4946 * gnus-faq.texi ([5.1]): Added missing bracket.
4947
4948 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
4949 `spam-initialize'.
4950
49512004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4952
4953 * message.texi (Various Message Variables): Mention that all mail
4954 file variables are derived from `message-directory'.
4955
4956 * gnus.texi (Splitting Mail): Clarify bogus group.
4957
49582004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * emacs-mime.texi (Encoding Customization): Fix
4961 mm-coding-system-priorities entry.
4962
c8763fb6 49632004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
4964
4965 * idlwave.texi (Continued Statement Indentation):
4966 * reftex.texi (Options (Index Support)):
4967 (Displaying and Editing the Index, Table of Contents):
4968 * speedbar.texi (Creating a display, Major Display Modes): Replace
4969 non-nil with non-@code{nil}.
4970
49712004-10-21 Jay Belanger <belanger@truman.edu>
4972
4973 * calc.texi (Algebraic-Style Calculations): Removed a comment.
4974
49752004-10-18 Luc Teirlinck <teirllm@auburn.edu>
4976
4977 * calc.texi (Reporting Bugs): Double up `@'.
4978
49792004-10-18 Jay Belanger <belanger@truman.edu>
4980
4981 * calc.texi (Reporting Bugs): Changed the address that bugs
4982 should be sent to.
4983
49842004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
4985
4986 * gnus.texi (New Features): Add 5.11.
4987
4988 * message.texi (Resending): Remove wrong default value.
4989
4990 * gnus.texi (Mail Source Specifiers): Describe possible problems
4991 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
4992 `pop3-leave-mail-on-server' to the index.
4993
49942004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4995
4996 * message.texi (Canceling News): Add how to set a password.
4997
49982004-10-12 Jay Belanger <belanger@truman.edu>
4999
5000 * calc.texi (Help Commands): Changed the descriptions of
5001 calc-describe-function and calc-describe-variable to match their
5002 current behavior.
5003
50042004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5005
5006 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
5007
50082004-10-12 Michael Albinus <michael.albinus@gmx.de>
5009
5010 Sync with Tramp 2.0.45.
5011
5012 * tramp.texi (Frequently Asked Questions): Comment paragraph about
5013 plink link. The URL is outdated. Originator contacted for
5014 clarification.
5015
50162004-10-10 Juri Linkov <juri@jurta.org>
5017
5018 * gnus.texi (Top, Marking Articles): Join two menus in one node
5019 because a node can have only one menu.
5020
50212004-10-09 Juri Linkov <juri@jurta.org>
5022
5023 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
5024 example of nnmail-split-fancy.
5025
50262004-10-06 Karl Berry <karl@gnu.org>
5027
5028 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
5029 consistency with other uses of dashes.
5030
50312004-10-05 Karl Berry <karl@gnu.org>
5032
5033 * info.texi: Consistently use --- throughout, periods at end of
5034 menu descriptions, and a couple typos.
5035
50362004-09-26 Jesper Harder <harder@ifa.au.dk>
5037
5038 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
5039 * pgg.texi (User Commands, Backend methods): Do.
5040 * gnus.texi: Markup fixes.
5041 (Setting Process Marks): Fix `M P a' entry.
5042 * emacs-mime.texi: Fixes.
5043
50442004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
5045
5046 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
5047 again.
5048 Use 5.10 instead of 5.10.0.
5049
50502004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5051
5052 * gnus.texi (Summary Mail Commands): S D e.
5053
50542004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
5055
5056 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
5057 the gnus-article-mode-line-format section.
5058
50592004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
5060
5061 * gnus.texi (Various Summary Stuff): Fix the documentation for
5062 gnus-newsgroup-variables.
5063
50642004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5065
5066 * gnus.texi (MIME Commands): Added
5067 gnus-mime-display-multipart-as-mixed,
5068 gnus-mime-display-multipart-alternative-as-mixed,
5069 gnus-mime-display-multipart-related-as-mixed.
5070 (Mail Source Customization): Clarify `mail-source-directory'.
5071 (Splitting Mail): Mention gnus-group-find-new-groups.
5072 (SpamOracle): Fixed typo.
5073
5074 * gnus-faq.texi: Untabify.
5075 ([6.3]): nnir.el is in contrib directory.
5076
5077 * message.texi (News Headers): Clarify how a unique ID is created.
5078
5079 * gnus.texi (Batching Agents): Fixed typo in example. Reported
5080 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5081
b2abec73 50822004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 5083
b2abec73 5084 * gnus.texi (Group Parameters): Added more on hooks.
2de53ca6
GM
5085
50862004-09-20 Florian Weimer <fw@deneb.enyo.de>
5087
5088 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
5089
50902004-09-22 Jay Belanger <belanger@truman.edu>
5091
5092 * calc.texi (Vectors as Lists): Added a warning that the tutorial
5093 might be hidden during part of the session.
5094
50952004-09-20 Jay Belanger <belanger@truman.edu>
5096
5097 * calc.texi (Notations Used in This Manual): Put in an earlier
5098 mention that DEL could be called Backspace.
5099
51002004-09-10 Simon Josefsson <jas@extundo.com>
5101
5102 * gnus.texi (IMAP): Add example. Suggested and partially written
5103 by Steinar Bang <sb@dod.no>.
5104
51052004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5106
5107 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
5108 netrc syntax.
5109
51102004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5111
b2abec73
JB
5112 * gnus.texi (Spam ELisp Package Sequence of Events):
5113 Some clarifications.
2de53ca6
GM
5114 (Spam ELisp Package Global Variables): More clarifications.
5115
51162004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5117
5118 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
5119 Mention spam-split does not modify incoming mail.
5120
51212004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
5124
51252004-09-10 Eli Zaretskii <eliz@gnu.org>
5126
5127 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
5128
51292004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5130
5131 * makefile.w32-in (sieve, pgg): Use $(infodir).
5132
51332004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
5134
5135 * makefile.w32-in: Fix PGG and Sieve entries.
5136
51372004-08-28 Eli Zaretskii <eliz@gnu.org>
5138
5139 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
5140 Emacs and related programs.
5141
51422004-08-27 Richard M. Stallman <rms@gnu.org>
5143
5144 * faq.texi: Fix texinfo usage, esp. doublequotes.
5145 (Difference between Emacs and XEmacs): Some clarification.
5146
5147 * faq.texi (Difference between Emacs and XEmacs):
5148 Explain not to contrast XEmacs with GNU Emacs.
5149
51502004-08-26 Richard M. Stallman <rms@gnu.org>
5151
5152 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
5153
51542004-08-22 David Kastrup <dak@gnu.org>
5155
5156 * reftex.texi (AUCTeX): Update links, section name.
5157
5158 * faq.texi (Calc): Update availability (included in 22.1).
5159 (AUCTeX): Update availability, information, versions, description.
5160
51612004-08-14 Eli Zaretskii <eliz@gnu.org>
5162
5163 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
5164
51652004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5166
5167 * cc-mode.texi: Various updates for CC Mode 5.30.9.
5168
51692004-08-10 Michael Albinus <michael.albinus@gmx.de>
5170
5171 Sync with Tramp 2.0.44.
5172
51732004-08-05 Lars Hansen <larsh@math.ku.dk>
5174
5175 * widget.texi (User Interface): Update how to separate the
5176 editable field of an editable-field widget from other widgets.
5177 (Programming Example): Add text after field.
5178
51792004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * emacs-mime.texi (Encoding Customization): Add a note to the
5182 mm-content-transfer-encoding-defaults entry.
5183 (rfc2047): Update.
5184
5185 * gnus.texi (Article Highlighting): Add
5186 gnus-cite-ignore-quoted-from.
5187 (POP before SMTP): New node.
5188 (Posting Styles): Addition.
5189 (Splitting Mail): Add nnmail-split-lowercase-expanded.
5190 (Fancy Mail Splitting): Ditto.
5191 (X-Face): Add gnus-x-face.
5192
51932004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
5194
5195 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
5196 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
5197
51982004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
5199
5200 * gnus.texi (Mail Source Specifiers): Describe
5201 `pop3-leave-mail-on-server'.
5202
52032004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
5204
5205 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
5206
5207 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
5208 repository. Change setfilename.
5209
5210 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
5211
52122004-07-02 Juri Linkov <juri@jurta.org>
5213
5214 * pcl-cvs.texi (Viewing differences): Add `d r'.
5215
52162004-06-29 Jesper Harder <harder@ifa.au.dk>
5217
5218 * ses.texi, viper.texi, flymake.texi, faq.texi:
5219 * eshell.texi, ediff.texi: Markup fixes.
5220
52212004-06-21 Karl Berry <karl@gnu.org>
5222
5223 * info.texi (Top): Mention that only Emacs has mouse support.
5224 (Getting Started): Mention this in a few other places.
5225
52262004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5227
5228 * autotype.texi (Copyrights, Timestamps): Recommend
5229 `before-save-hook' instead of `write-file-functions'.
5230
52312004-06-13 Lars Hansen <larsh@math.ku.dk>
5232
5233 * dired-x.texi (dired-mark-omitted): Update keybinding.
5234
52352004-06-10 Kim F. Storm <storm@cua.dk>
5236
5237 * pcl-cvs.texi (Viewing differences): Add 'd y'.
5238
52392004-06-05 Lars Hansen <larsh@math.ku.dk>
5240
5241 * dired-x.texi (variable dired-omit-mode): Rename from
5242 dired-omit-files-p.
5243 (function dired-omit-mode): Rename from dired-omit-toggle.
5244 Call dired-omit-mode rather than set dired-omit-files-p.
5245 (dired-mark-omitted): Describe command.
5246
52472004-05-29 Michael Albinus <michael.albinus@gmx.de>
5248
5249 Version 2.0.41 of Tramp released.
5250
52512004-05-29 Juanma Barranquero <lektu@terra.es>
5252
5253 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
5254 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5255
52562004-05-29 Richard M. Stallman <rms@gnu.org>
5257
5258 * cl.texi (Top): Call this chapter `Introduction'.
5259 (Overview): In TeX, no section heading here.
5260
5261 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
5262
52632004-05-29 Eli Zaretskii <eliz@gnu.org>
5264
5265 * Makefile.in (../info/flymake, flymake.dvi): New targets.
5266 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5267
52682004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5269
5270 * flymake.texi: New file.
5271
52722004-05-28 Simon Josefsson <jas@extundo.com>
5273
5274 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
5275
b344d29d 52762004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
5277
5278 Version 2.0.40 of Tramp released.
5279
52802004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
5281
5282 Complete rework, based on review by Karl Berry <karl@gnu.org>.
5283
5284 * tramp.texi (Auto-save and Backup): Explain exploitation of new
5285 variables `tramp-backup-directory-alist' and
5286 `tramp-bkup-backup-directory-info'.
5287 (Overview, Connection types)
5288 (External transfer methods, Default Method)
5289 (Windows setup hints): Remove restriction of password entering
5290 with external methods.
5291 (Auto-save and Backup): Make file name example
5292 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
5293 and `auto-save-directory' must be used.
5294 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
5295 only "NT"). Remove doubled entry "What kinds of systems does
5296 @tramp{} work on".
5297 (tramp): Macro removed.
5298 (Obtaining Tramp): Flag removed from title.
5299 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
5300 and `trampver' used properly. Flag `tramp-inst' replaced by
5301 `installchapter'. Installation related text adapted.
5302
53032004-04-28 Masatake YAMATO <jet@gyve.org>
5304
5305 * widget.texi (Programming Example): Remove overlays.
5306
53072004-04-27 Jesper Harder <harder@ifa.au.dk>
5308
5309 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
5310
53112004-04-23 Juanma Barranquero <lektu@terra.es>
5312
5313 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5314
53152004-04-05 Jesper Harder <harder@ifa.au.dk>
5316
5317 * info.texi (Info Search): Add info-apropos.
5318
53192004-03-22 Juri Linkov <juri@jurta.org>
5320
5321 * faq.texi: Fix help key bindings.
5322
53232004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5324
5325 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
5326 (as suggested by Karl Berry). Update information about colored
5327 stars in menus. Add new subheading describing M-n.
5328
53292004-03-12 Richard M. Stallman <rms@gnu.org>
5330
5331 * cl.texi (Top): Rename top node's title.
5332
53332004-03-08 Karl Berry <karl@gnu.org>
5334
5335 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
5336 problems making the texinfo distribution.
5337
53382004-02-29 Simon Josefsson <jas@extundo.com>
5339
5340 * smtpmail.texi (Authentication): Changed the list of supported
5341 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
5342 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
5343 <voegelas@gmx.net>.
5344
53452004-02-29 Juanma Barranquero <lektu@terra.es>
5346
5347 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5348 Use $(DEL) instead of rm, and ignore exit code.
5349
b344d29d 53502004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
5351
5352 Tramp version 2.0.39 released.
5353
53542004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5355
5356 * tramp.texi (Customizing Completion): Explain new functions
5357 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
5358 (all): Savannah URLs unified to "http://savannah.nongnu.org".
5359 (Top): Refer to Savannah mailing list as the major one. Mention
5360 older mailing lists in HTML mode only.
5361 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
5362 (Frequently Asked Questions): Remote hosts must not be Unix-like
5363 for "smb" method.
5364 (Password caching): New node.
5365 (External transfer methods): Refer to password caching for "smb"
5366 method.
5367
53682004-02-17 Karl Berry <karl@gnu.org>
5369
5370 * info.texi (Help-Int): Mention the new line number feature.
5371
53722004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5373
5374 * ses.texi (Advanced Features): New functionality for
5375 ses-set-header-row (defaults to current row unless C-u used).
5376 (Acknowledgements): Add Stefan Monnier.
5377
53782003-12-29 Kevin Ryde <user42@zip.com.au>
5379
5380 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
5381
b344d29d 53822003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5383
5384 Tramp version 2.0.38 released.
5385
5386 * tramp.texi (Remote shell setup): Warn of environment variables
5387 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
5388 <sven.gabriel@imk.fzk.de>.
5389 (Configuration): Tramp now chooses base64/uuencode
5390 automatically. Update wording accordingly.
5391 (Top): More description for the `Default Method' menu entry.
5392 (Default Method): Use @code, not @var, for Lisp variables.
5393 (Default Method): New subsection `Which method is the right one
5394 for me?' Suggested by Christian Kirsch.
5395 (Configuration): Pointer to new subsection added.
5396 (Default Method): Too many "use" in one sentence.
5397 Rephrase. Reported by Christian Kirsch.
5398 (Filename Syntax): Old `su' example is probably a left-over from
5399 the sm/su method naming. Replace with `ssh', instead.
5400 (External transfer methods, Auto-save and Backup):
5401 Typo fixes.
5402
54032003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
5404
183080b6 5405 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
5406 (Top): Mention japanese manual only if flag `jamanual' is set.
5407 Insert section `Japanese manual' in menu.
5408
54092003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5410
5411 * eshell.texi (Known Problems): Add doc item.
5412
54132003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5414
5415 * cc-mode.texi: Update for CC Mode 5.30.
5416
5417 Note: Please refrain from doing purely cosmetic changes like
5418 removing trailing whitespace in this manual; it clobbers cvs
5419 merging for no good reason.
5420
54212003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5422
5423 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
5424 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
5425 @acronym{ASCII}.
5426
54272003-10-26 Karl Berry <karl@gnu.org>
5428
5429 * info.texi (Info Search): Echo area, not echo are. From Debian
5430 diff.
5431
54322003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
5433
10d1d0af 5434 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
5435 :buttons and :children keywords.
5436
54372003-10-22 Miles Bader <miles@gnu.org>
5438
5439 * Makefile.in (info): Move before $(top_srcdir)/info.
5440
54412003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
5442
5443 * tramp.texi (Inline methods): Small grammar fix.
5444 (External transfer methods): Likewise.
5445
54462003-10-08 Nick Roberts <nick@nick.uklinux.net>
5447
5448 * speedbar.texi: Remove paragraph for GUD that is no longer true.
5449
54502003-10-06 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * texinfo.tex: Replace `%' in arch tagline by @ignore.
5453
54542003-09-30 Richard M. Stallman <rms@gnu.org>
5455
5456 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
5457
5458 * widget.texi (User Interface): Fix typos.
5459
5460 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
5461
54622003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5463
5464 * pcl-cvs.texi (Selected Files): Fix typo.
5465
54662003-09-21 Karl Berry <karl@gnu.org>
5467
5468 * info.texi (] and [ commands): No period at end of section title.
5469
54702003-09-04 Miles Bader <miles@gnu.org>
5471
5472 * Makefile.in (top_srcdir): New variable.
5473 ($(top_srcdir)/info): New rule.
5474 (info): Depend on it.
5475
54762003-09-03 Peter Runestig <peter@runestig.com>
5477
5478 * makefile.w32-in: New file.
5479
54802003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
5481
5482 * widget.texi (User Interface): Explain the need of static text
5483 around an editable field.
5484
54852003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5486
5487 * widget.texi (Basic Types): The argument to `:help-echo' can now
5488 be a form that evaluates to a string.
5489
54902003-08-18 Kim F. Storm <storm@cua.dk>
5491
5492 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
5493
54942003-08-16 Richard M. Stallman <rms@gnu.org>
5495
5496 * dired-x.texi (Shell Command Guessing): Explain *.
5497
54982003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
5499
5500 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
5501 log-edit-insert-changelog.
5502
55032003-08-03 Karl Berry <karl@gnu.org>
5504
5505 * info.texi: Need @contents.
5506
c8763fb6 55072003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5508
5509 Tramp version 2.0.36 released.
5510
5511 * tramp.texi (Remote shell setup): Explain about problems with
5512 non-Bourne commands in ~/.profile and ~/.shrc.
5513
55142003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5515
5516 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
5517 renaming of `vis-mode' to `visible-mode'.
5518
55192003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
5520
5521 * info.texi (Top, Help-Small-Screen): Remove accidentally added
5522 next, prev and up pointers.
5523
55242003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
5525
5526 * info.texi (Help): Mention existence of Emacs and stand-alone
5527 Info at the very beginning of the tutorial.
5528 (Help-Inv): New node.
5529 (Help-]): New node.
5530 (Help-M): Systematically point out the differences between default
5531 Emacs and stand-alone versions. Delete second menu.
5532 (Help-Xref): Systematically point out the differences between
5533 default Emacs and stand-alone versions.
5534 (Help-Int): Change `l' example.
5535 (Expert Info): Fix typos.
5536 (Emacs Info Variables): Mention `Info-hide-note-references' and
5537 new default for `Info-scroll-prefer-subnodes'.
5538
c8763fb6 55392003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5540
5541 Version 2.0.35 of Tramp released.
5542
5543 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
5544 (Inline methods): Add methods `remsh' and `plink1'.
5545 (External transfer methods): Add method `remcp'.
5546 (Multi-hop Methods): Add method `remsh'.
5547 Small patch from Adrian Aichner <adrian@xemacs.org>:
5548 Fix minor typos.
5549 (Concept Index): Added to make manual searchable via
5550 `Info-index'.
5551 (Version Control): Add cindex entry.
5552
c8763fb6 55532003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5554
5555 * trampver.texi: Version 2.0.34 released.
5556
55572003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5558
5559 * faq.texi: Improve previous changes.
5560
55612003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5562
5563 * faq.texi: Update copyright and maintenance details.
5564 Update some package URLs, versions, and maintainers.
5565 Remove many references to the Emacs Lisp Archive.
5566
55672003-04-23 Simon Josefsson <jas@extundo.com>
5568
5569 * smtpmail.texi: Fix license (the invariant sections mentioned has
5570 never been part of the smtp manual). Align info dir entry with
5571 other emacs packages.
5572
55732003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5574
5575 * tramp.texi: Version 2.0.33 released.
5576 Remove installation chapter. Remove XEmacs specifics.
5577
55782003-03-29 Richard M. Stallman <rms@gnu.org>
5579
5580 * tramp.texi (Top): Undo the previous renaming.
5581 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
5582
c8763fb6 55832003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5584
5585 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
5586 version of manual.
5587
5588 * tramp.texi (Auto-save and Backup): New node.
5589
55902003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
5591
5592 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
5593 Emacs" in order to have better differentiation to "XEmacs".
5594 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
5595 are new macros in order to point to the other Emacs flavor where
5596 appropriate. In info case, point to node `Installation' in order
5597 to explain how to generate the other way. In html case, make a
5598 link to the other html file.
5599 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
5600 after CVS checkout/update.
5601 (Installation): Completely rewritten.
5602 (Installation parameters, Load paths): New sections under
5603 `Installation'.
5604
c8763fb6 56052003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5606
5607 * tramp.texi: Version 2.0.30 released.
5608 Replace word "path" with "localname" where used as a component of
5609 a Tramp file name.
5610
56112003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
5612
5613 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
5614 introduced.
5615 (Installation): Explain what to do if files from the tramp/contrib
5616 directory are needed.
5617
56182003-02-23 Alex Schroeder <alex@emacswiki.org>
5619
5620 * smtpmail.texi (How Mail Works): New.
5621
56222003-02-22 Alex Schroeder <alex@emacswiki.org>
5623
5624 * smtpmail.texi: New file.
5625
5626 * Makefile.in: Build SMTP manual.
5627
c8763fb6 56282003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5629
5630 * tramp.texi: Version 2.0.29 released.
5631 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
5632 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
5633
56342003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
5635
5636 * tramp.texi (Frequently Asked Questions): Explain a workaround if
5637 another package loads accidently Ange-FTP.
5638
56392003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
5640
5641 * tramp.texi (Customizing Completion): Add function
5642 `tramp-parse-sconfig'. Change example of
5643 `tramp-set-completion-function', because parsing of ssh config
5644 files looks more natural.
5645
56462003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
5647
5648 * gnus.texi: Do not use `path' in several locations.
5649
c8763fb6 56502002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5651
5652 * tramp.texi (External transfer methods): New method `smb'. From
5653 Michael Albinus.
5654
56552002-11-05 Karl Berry <karl@gnu.org>
5656
5657 * info.texi (Info-fontify): Reorder face list to avoid bad line
5658 breaks.
5659
c8763fb6 56602002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
5661
5662 * tramp.texi: Move @copying to standard place. Use
5663 @insertcopying.
5664
56652002-10-02 Karl Berry <karl@gnu.org>
5666
5667 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
5668 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
5669 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
5670 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
5671 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
5672 Per rms, update all manuals to use @copying instead of @ifinfo.
5673 Also use @ifnottex instead of @ifinfo around the top node, where
5674 needed for the sake of the HTML output.
5675 (The Gnus manual is not fixed since it's not clear to me how it
5676 works; and the Tramp manual already uses @copying, although in an
5677 unusual way. All others were changed.)
5678
56792002-09-10 Jonathan Yavner <jyavner@engineer.com>
5680
5681 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
5682 (../info/ses, ses.dvi): New targets.
5683 * ses.texi: New file.
5684
c8763fb6 56852002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
5686
5687 * texinfo.tex: Update to texinfo 4.2.
5688
56892002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5690
5691 * reftex.texi: Update to RefTeX 4.19.
5692
c8763fb6 56932002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
5694
5695 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
5696 (../info/tramp, tramp.dvi): New targets.
5697
56982002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5699
5700 * Makefile.in (DVI_TARGETS): Add calc.dvi.
5701 (calc.dvi): Uncomment.
5702
57032001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5704
5705 * Makefile.in (INFO_TARGETS): Add ../info/calc.
5706 (../info/calc): New target.
5707
57082001-10-20 Gerd Moellmann <gerd@gnu.org>
5709
5710 * (Version 21.1 released.)
5711
57122001-10-05 Gerd Moellmann <gerd@gnu.org>
5713
5714 * Branch for 21.1.
5715
57162001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * Makefile.in (../info/info): Use an explicit -o switch to
5719 makeinfo.
5720
57212001-03-05 Gerd Moellmann <gerd@gnu.org>
5722
5723 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5724
57252000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5726
5727 * Makefile.in (../info/idlwave): Use --no-split.
5728
57292000-12-14 Dave Love <fx@gnu.org>
5730
5731 * Makefile.in (mostlyclean): Remove gnustmp.*
5732 (gnus.dvi): Change rule to remove @latex stuff.
5733
57342000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5735
5736 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
5737
57382000-10-13 John Wiegley <johnw@gnu.org>
5739
5740 * Makefile.in: Add build targets for eshell.texi.
5741
57422000-09-25 Gerd Moellmann <gerd@gnu.org>
5743
5744 * Makefile.in: Remove/comment speedbar stuff.
5745
57462000-09-22 Dave Love <fx@gnu.org>
5747
5748 * Makefile.in: Add emacs-mime.
5749
57502000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5751
5752 * Makefile.in (INFO_TARGETS): Add ../info/woman.
5753 (DVI_TARGETS): Add woman.dvi.
5754 (../info/woman, woman.dvi): New targets.
5755
57562000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5757
5758 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5759
5760 * pcl-cvs.texi: New file.
5761 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
5762 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
5763
57642000-05-11 Gerd Moellmann <gerd@gnu.org>
5765
5766 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
5767 (../info/ebrowse, ebrowse.dvi): New targets.
5768
57692000-01-13 Gerd Moellmann <gerd@gnu.org>
5770
5771 * Makefile.in (INFO_TARGETS): Add eudc.
5772 (DVI_TARGETS): Add eudc.dvi.
5773 (../info/eudc, eudc.dvi): New targets.
5774
57752000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
5776
5777 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
5778 compatibility with 8+3 filesystems).
5779 (../info/efaq): Rename from emacs-faq.
5780
57812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
5784 (../info/idlwave, idlwave.dvi): New targets.
5785
57861999-10-23 Dave Love <fx@gnu.org>
5787
5788 * Makefile.in: Use autotype.texi.
5789
57901999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5791
5792 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
5793 faq.texi file) rather than ../info/faq.
5794
57951999-10-07 Gerd Moellmann <gerd@gnu.org>
5796
5797 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
5798 (../info/ada-mode, ada-mode.dvi): New targets.
5799
58001999-09-01 Dave Love <fx@gnu.org>
5801
5802 * Makefile.in: Add faq.
5803
58041999-07-12 Richard Stallman <rms@gnu.org>
5805
5806 * Version 20.4 released.
5807
58081998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5809
5810 * Version 20.3 released.
5811
58121998-04-06 Andreas Schwab <schwab@gnu.org>
5813
5814 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5815 it in dvi targets.
5816 (../etc/GNU): Change to $(srcdir) first.
5817
58181998-03-11 Carsten Dominik <cd@delysid.gnu.org>
5819
5820 * reftex.texi: Update for RefTeX version 3.22.
5821
58221998-02-08 Richard Stallman <rms@psilocin.gnu.org>
5823
5824 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
5825 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5826
58271997-09-23 Paul Eggert <eggert@twinsun.com>
5828
5829 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5830 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
5831
58321997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5833
5834 * Version 20.2 released.
5835
58361997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5837
5838 * Version 20.1 released.
5839
58401997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5841
5842 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
5843
58441996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5845
5846 * Version 19.33 released.
5847
58481996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5849
5850 * Version 19.32 released.
5851
58521996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5853
5854 * Makefile.in: Add rules for the Message manual.
5855
58561996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5857
5858 * gnus.texi: New version.
5859
5860 * message.texi: New manual.
5861
58621996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5863
5864 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5865
58661996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5867
5868 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5869 Specify -I option.
5870 (All dvi targets): Set the TEXINPUTS variable.
5871
58721996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5873
5874 * Version 19.31 released.
5875
58761996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5877
5878 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
5879 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
5880
58811995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5882
5883 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
5884 (INFO_TARGETS): Add ../info/cc-mode.
5885 (DVI_TARGETS): Add cc-mode.dvi.
5886
58871996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5888
5889 * Version 19.31 released.
5890
58911995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5892
5893 * Version 19.30 released.
5894
58951995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5896
5897 * gnus.texi: New file.
5898
58991995-11-04 Erik Naggum <erik@naggum.no>
5900
5901 * gnus.texi: File deleted.
5902
59031995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5904
5905 * mh-e.texi: "Function Index" -> "Command Index" to work with
5906 Emacs 19.30 C-h C-k support of separately-documented commands.
5907
59081995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5909
5910 * Makefile.in (../info/ediff, ediff.dvi): New targets.
5911 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
5912
59131995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5914
5915 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
5916 (../info/viper, viper.dvi): New targets.
5917
59181995-04-20 Kevin Rodgers <kevinr@ihs.com>
5919
5920 * dired-x.texi (Installation): Change the example to set
5921 buffer-local variables like dired-omit-files-p in
5922 dired-mode-hook.
5923
59241995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5925
5926 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
5927 (../info/mh-e, mh-e.dvi): New targets.
5928
59291995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5930
5931 * Makefile.in (maintainer-clean): Rename from realclean.
5932
59331994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5934
5935 * Makefile.in: New file.
5936 * Makefile: File deleted.
5937
59381994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5939
5940 * Makefile (TEXINDEX_OBJS): Variable deleted.
5941 (texindex, texindex.o, getopt.o): Rules deleted.
5942 All deps on texindex deleted.
5943 (distclean): Don't delete texindex.
5944 (mostlyclean): Don't delete *.o.
5945 * texindex.c, getopt.c: Files deleted.
5946
59471994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5948
5949 * Version 19.26 released.
5950
59511994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5952
5953 * Version 19.25 released.
5954
59551994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5956
5957 * Version 19.24 released.
5958
59591994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5960
5961 * Version 19.23 released.
5962
59631994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5964
5965 * Makefile: Delete spurious tab.
5966
59671994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5968
5969 * Makefile (.SUFFIXES): New rule.
5970
59711994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5972
5973 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
5974 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5975
59761994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5977
5978 * Makefile (../info/sc): Rename from sc.info.
5979 (../info/cl): Likewise.
5980 (INFO_TARGETS): Use new names.
5981
59821993-12-04 Richard Stallman (rms@srarc2)
5983
5984 * getopt.c: New file.
5985 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5986 (getopt.o): New rule.
5987 (dvi): Don't depend on texindex.
5988 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
5989 Depend on texindex.
5990
59911993-12-03 Richard Stallman (rms@srarc2)
5992
5993 * Makefile (../info/sc.info): Rename from ../info/sc.
5994 (TEXI2DVI): New variable.
5995 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
5996 Add explicit commands.
5997 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5998
59991993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6000
6001 * Version 19.22 released.
6002
60031993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6004
6005 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6006
60071993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6008
6009 * Version 19.21 released.
6010
60111993-11-15 Paul Eggert (eggert@twinsun.com)
6012
6013 * man/Makefile (../info/cl.info): Rename from ../info/cl.
6014
60151993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6016
6017 * Makefile (../etc/GNU): New target.
6018 (EMACSSOURCES): Add gnu1.texi.
6019
60201993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6021
6022 * Makefile (realclean): Don't delete the Info files.
6023
f0131492 60241993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
6025
6026 * forms.texi: Fix forms.texi so that it will format correctly.
6027 Add missing `@end iftex', fix bad reference.
6028
6029 * info.texi, info-stn.texi: New files implement texinfo version of
6030 `info' file.
6031
f0131492 60321993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
6033
6034 * Makefile: Fix targets for texindex, new info.texi files.
6035 * info-stnd.texi: New file implements info for standalone info
6036 reader.
6037 * info.texi: Update to include recent changes to "../info/info".
6038 New source file for ../info/info; includes info-stnd.texi.
6039
6040 * texindex.c: Include "../src/config.h" if building in emacs.
6041
6042 * Makefile: Change all files to FILENAME.texi, force all targets
6043 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
6044 vip.texinfo, forms.texinfo, cl.texinfo.
6045 Add target to build texindex.c, defining `emacs'.
6046
6047 * forms.texi: Install new file to match version 2.3 of forms.el.
6048
60491993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6050
6051 * Version 19.19 released.
6052
60531993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
6054
6055 * sc.texinfo: Fix info file name.
6056
6057 * Makefile (info): Add gnus and sc.
6058 (dvi): Add gnus.dvi and sc.dvi.
6059 (../info/sc, sc.dvi): New targets.
6060
60611993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6062
6063 * Version 19.18 released.
6064
60651993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6066
6067 * Makefile: Fix source file names of the separate manuals.
6068 (gnus.dvi, ../info/gnus): New targets.
6069
60701993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6071
6072 * Version 19.17 released.
6073
60741993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6075
6076 * split-man: Fix typos in last change.
6077
60781993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6079
6080 * Version 19.16 released.
6081
60821993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6083
6084 * version 19.15 released.
6085
60861993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6087
6088 * Makefile (distclean): It's rm, not rf.
6089
60901993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6091
6092 * Version 19.14 released.
6093
60941993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6095
6096 * Makefile: New file.
6097
60981993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6099
6100 * Version 19.13 released.
6101
61021993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6103
6104 * Version 19.9 released.
6105
61061993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6107
6108 * Version 19.8 released.
6109
61101993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6111
6112 * Version 19.7 released.
6113
61141990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
6115
6116 * gnus.texinfo: New file. Removed installation instructions.
6117
61181990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6119
6120 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6121
61221989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
6123
6124 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
6125 then define `\sc' as the command for smallcaps in Texinfo. This
6126 means that the @sc command will produce small caps. bfox has
6127 made the corresponding change to makeinfo and texinfm.el.
6128
61291988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6130
6131 * vip.texinfo: Remove menu entry Adding Lisp Code in node
6132 Customization since the menu entry did not point to anything.
6133 Also add an @finalout command to remove overfull hboxes from the
6134 printed output.
6135
6136 * cl.texinfo: Add @bye, \input line and @settitle to file.
6137 This file is clearly intended to be a chapter of some other work,
6138 but the other work does not yet exist.
6139
61401988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6141
6142 * texinfo.texinfo: Three typos corrected.
6143
4009494e 6144;; Local Variables:
c8763fb6 6145;; coding: utf-8
4009494e
GM
6146;; fill-column: 79
6147;; add-log-time-zone-rule: t
6148;; End:
6149
5205011b 6150 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6151 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4009494e
GM
6152
6153 This file is part of GNU Emacs.
6154
97c0352c 6155 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 6156 it under the terms of the GNU General Public License as published by
97c0352c
GM
6157 the Free Software Foundation, either version 3 of the License, or
6158 (at your option) any later version.
4009494e
GM
6159
6160 GNU Emacs is distributed in the hope that it will be useful,
6161 but WITHOUT ANY WARRANTY; without even the implied warranty of
6162 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6163 GNU General Public License for more details.
6164
6165 You should have received a copy of the GNU General Public License
97c0352c 6166 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4009494e 6167
f7ed05c9 6168;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803