Add missing word.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
36c8febb
MA
12009-06-30 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Inline methods, External methods, Gateway methods): Avoid
4 the words "kludge" and hack".
5 (External methods): Add `synce' method.
6
7 * trampver.texi: Update release number.
8
d6b951bb
MA
92009-06-22 Michael Albinus <michael.albinus@gmx.de>
10
11 Sync with Tramp 2.1.16.
12
13 * tramp.texi (History): Add GVFS support.
14 (External methods): Precise `rsync' description. Add `dav', `davs' and
15 `obex' methods. Add 'tramp-gvfs-methods' option.
16 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
17 forms.
18 (Remote Programs): Introduce `tramp-own-remote-path'.
19 (Remote processes): New subsection "Running remote programs that create
20 local X11 windows".
21 (Frequently Asked Questions): Improve code for disabling vc.
22
23 * trampver.texi: Update release number. Set default value of
24 `emacsgvfs'.
25
70243478
CY
262009-06-21 Chong Yidong <cyd@stupidchicken.com>
27
28 * Branch for 23.1.
29
54b31cbf
GM
302009-06-17 Glenn Morris <rgm@gnu.org>
31
32 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
33 (Latest version of Emacs): Mention source code repository.
34
f6adc23c
GM
352009-06-16 Glenn Morris <rgm@gnu.org>
36
37 * faq.texi (Top): Language tweak.
38 (Extended commands): Most people have arrow keys.
39 (Emacs manual): Say how to follow info links.
40 (File-name conventions): Change title a bit. Explain about source
41 versus installed. Condense etc description.
42 (Guidelines for newsgroup postings): Mention Savannah list page.
43 (Newsgroup archives): Simplify.
44 (Contacting the FSF): Add contact URL.
45 (Emacs Lisp documentation): Printed version not always available.
46 (Installing Texinfo documentation): Explain how by hand installation is
47 not normally needed. Use add-to-list. Remove duplicate reference.
48 (Informational files for Emacs): Move info on Help menu here from
49 "File-name conventions".
50 (Help installing Emacs): Tweak uref.
51 (Obtaining the FAQ): Mention repository.
52 (Origin of the term Emacs): Explain "ITS".
53 (Changing load-path): Use add-to-list.
54 (Automatic indentation): Clarify this is for Text mode.
55 Don't mention Indented Text mode.
56 (Finding Emacs on the Internet): The FSF does not seem to offer a
57 deluxe distribution on CD anymore.
58
b59a8457
GM
592009-06-16 Glenn Morris <rgm@gnu.org>
60
61 * faq.texi (Top): Mention which Emacs version this FAQ is about.
62 Recommend the latest release. Mention how to get older FAQs.
63 Recommend the Emacs manual.
64 (Guidelines for newsgroup postings): Discourage cross-posts.
65 (Underlining paragraphs): Remove.
66 (Editing MS-DOS files): Remove pre-Emacs 20 information.
67 (Bugs and problems): Update key-binding.
68 (Problems with very large files): Mention 64-bit.
69 (Shell process exits abnormally): Remove.
70 (Problems with Shell Mode): Rename and update.
71 (Spontaneous entry into isearch-mode)
72 (Problems talking to certain hosts): Remove. This is old information,
73 in etc/PROBLEMS if needed.
74 (Emacs takes a long time to visit files, Updating Emacs): Remove.
75 (Dired claims that no file is on this line): Update.
76 (Installing Emacs, Problems building Emacs): Simplify.
77 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
78 information.
79 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
80 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
81 (JDEE): "JDEE", not "JDE".
82 (Handling C-s and C-q with flow control, Binding C-s and C-q):
83 Remove. This is old information, in etc/PROBLEMS if needed.
84 (stty and Backspace key, Kanji and Chinese characters): Remove.
85 (Right-to-left alphabets): Update section.
86 (Changing the included text prefix): Gnus uses message-yank-prefix.
87 Add cross-reference to Supercite manual.
88 (Saving a copy of outgoing mail): Simplify output file description.
89 (Expanding aliases when sending mail): Refer to Emacs manual.
90 Remove old info about RFC822.
91 Correct description of how to rebuild aliases.
92 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
93 (MIME with Emacs mail packages)
94 (Viewing articles with embedded underlining)
95 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
96 Remove old sections.
97 (Killing based on nonstandard headers): Remove. Scoring is preferable,
98 and is well-documented in the Gnus manual.
99 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
100 (Making Gnus faster): Rename from "Starting Gnus faster".
101 Merge "Catch-up is slow in Gnus" into here.
102
0e6d12ca
GM
1032009-06-14 Glenn Morris <rgm@gnu.org>
104
105 * faq.texi (Status of Emacs): Re-order with most recent releases first.
106 (New in Emacs 23): New section.
107 (Handling C-s and C-q with flow control): Add xref.
108
2e17e05e
GM
1092009-06-13 Glenn Morris <rgm@gnu.org>
110
111 * faq.texi (Setting up a customization file): Grammar fix.
112 Customize is no longer "new".
113 (Displaying the current line or column): Line-number mode is on by
114 default. Don't mention `column' package. Mention linum.el.
115 (Turning on abbrevs by default): Explain how to do it for buffers,
116 modes, and everywhere.
117 (Associating modes with files): Use add-to-list. Don't mention Emacs
118 19.
119 (Highlighting a region): On by default since 23.1.
120 (Replacing highlighted text): Update doc quote.
121 (Working with unprintable characters): Don't mention search-quote-char.
122 (Using an already running Emacs process): Gnuclient is probably not an
123 enhancement these days.
124 (Indenting switch statements): Remove mention of pre-Emacs 20.
125 (Horizontal scrolling): Abbreviate Emacs 20 description.
126 (Replacing text across multiple files): Fix name of dired command.
127 (Disabling backups): Use require not load.
4f9d4de3 128 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 129
2a1cf2b9
BW
1302009-06-13 Bill Wohler <wohler@newt.com>
131
132 Release MH-E manual version 8.2.
133
134 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
135 release 8.2.
136
85b438b7
GM
1372009-06-13 Glenn Morris <rgm@gnu.org>
138
139 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
140 in this day and age the common meaning is "on the web".
141 (copying): Use @copyright in all cases.
142 (Basic keys): Remove reference to deleted manual node "Text Characters".
143 (File-name conventions): Use GNU as an example rather than SERVICE.
144 default.el lives in site-lisp. Update Info directory location.
145 (Real meaning of copyleft): GPL actions have been brought, but all
146 settled out of court.
147 (Guidelines for newsgroup postings): Shorten section title.
148 Simplify comp.emacs description.
149 (Newsgroup archives): Change Google URL. Describe Gmane.
150 (Unsubscribing from Emacs lists): Remove discussion of "distribution
151 points". Mention List-Unsubscribe header.
152 (Contacting the FSF): Update email and URLs.
153 (Basic editing): Mention F1 for help.
154 (Installing Texinfo documentation): Refer to Texinfo website rather
155 than ftp server.
156 (Printing a Texinfo file): Mention texi2pdf.
157 (Informational files for Emacs): Don't describe FTP or SERVICE, they
158 are just stubs nowadays.
159 (Latest version of Emacs): Explain version numbers.
160 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
161 (Turning on syntax highlighting): No need to mention hilit19 any more.
162 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
163 (Modes for various languages): Remove section.
164 (Major packages and programs): Remove most version and maintainer
165 information - it's hard to keep up-to-date, and adds nothing.
166 Similarly with direct links to mailing lists.
167 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
168 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
169 years, and Emacs comes with tools for this now.
170 (Patch): Remove section - this is a standard tool.
171 (Using function keys under X): Remove section.
172
93e2d996
GM
1732009-06-12 Glenn Morris <rgm@gnu.org>
174
175 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
176 (Help installing Emacs): Remove reference to deleted X11 node.
177 (Associating modes with files): Interpreter-mode-alist is no longer
178 subservient to auto-mode-alist.
179 (Installing Emacs): Change future Emacs version.
180 (Linking with -lX11 fails): Remove old section.
181 (Packages that do not come with Emacs): Update ELL location.
182 Emacs Lisp archive is dead.
183 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
184 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
185 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
186 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
187 (Removing flashing messages): Remove section about non-existent Gnus
188 option.
189
f0bf7708
GM
190 * faq.texi (Top): Add @top command.
191 Remove the optional arguments from all @node commands: makeinfo can
192 generate these automatically, and it is easier to edit and rearrange
193 nodes without them.
194
30884d11
GM
1952009-06-11 Glenn Morris <rgm@gnu.org>
196
197 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
198 (The LPF): Make the updated URL the sole reference point.
199 (Learning how to do something): Update refcard price and format.
200 (Getting a printed manual): Sources in doc/emacs/, not man/.
201 Also available in PDF format. Since the page count varies, be less
202 precise.
203 (Informational files for Emacs): Remove references to deleted files
204 LPF and SUN-SUPPORT, and to UUCP.
205 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
206 Remove many obsolete ways to get the FAQ, which now seems only to be
207 distributed with Emacs.
208 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
209
deab46e0
CY
2102009-06-09 Chong Yidong <cyd@stupidchicken.com>
211
223b43fa 212 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 213 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 214
deab46e0
CY
215 * ada-mode.texi (Installation, Compile commands)
216 (Project File Overview, No project files, Set compiler options)
217 (Use GNAT project file, Use multiple GNAT project files)
218 (Identifier completion): Use @samp for menu items, and @kbd for key
219 sequences (Bug#3504).
220
71fbd643
DU
2212009-06-04 Daiki Ueno <ueno@unixuser.org>
222
8c9bb6f5 223 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 224
f197085b
CY
2252009-06-04 Ryan Yeske <rcyeske@gmail.com>
226
227 * message.texi (Header Commands): Fix descriptions to match
228 keybindings.
229
7f3bc720
DU
2302009-04-22 Daiki Ueno <ueno@unixuser.org>
231
232 * gnus.texi (Security): Mention that EasyPG is the current default.
233
4518068d
CY
2342009-04-13 Chong Yidong <cyd@stupidchicken.com>
235
236 * ediff.texi (Session Commands): Fix typo.
237
d7ca410a
MB
2382009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
239
240 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
241 news.software.readers. Reported by Florian Rehnisch.
242
c6c76add
GM
2432009-04-02 Glenn Morris <rgm@gnu.org>
244
245 * auth.texi: Capitalize direntry.
246
247 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
248 using a period in the entry name. (Bug#2797)
249
35ed8e2e
JB
2502009-03-03 Juanma Barranquero <lekktu@gmail.com>
251
252 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
253 ($(infodir)/auth, auth.dvi): New targets.
254
e280480a
GM
2552009-03-03 Glenn Morris <rgm@gnu.org>
256
257 * auth.texi: Fix @setfilename.
258
259 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
260 (auth, $(infodir)/auth, auth.dvi): New rules.
261
8a76755b
GM
2622009-02-25 Glenn Morris <rgm@gnu.org>
263
264 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
265
0038d478
MB
2662009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
267
268 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
269
2702009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
271
272 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
273 gnus-nocem-issuers, and gnus-nocem-verifyer.
274
867d4bb3
JB
2752009-02-20 Juanma Barranquero <lekktu@gmail.com>
276
277 * ada-mode.texi (Project files, Automatic Casing):
278 * dbus.texi (Signals):
279 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
280 * mh-e.texi (HTML):
281 * nxml-mode.texi (Locating a schema)
282 (Using the document's URI to locate a schema):
283 * org.texi (Footnotes, Using the mapping API):
284 * rcirc.texi (Channels): Remove duplicate words.
285
3a44dc1f
GM
2862009-02-20 Glenn Morris <rgm@gnu.org>
287
288 * dired-x.texi (Miscellaneous Commands):
289 * gnus.texi: Minor updates for mbox Rmail.
290
5dc584b5
KB
2912009-02-16 Karl Berry <karl@gnu.org>
292
b59a8457
GM
293 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
294 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
295 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
296 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
297 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
298 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
299 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
300 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
301 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
302 Consistently use @insertcopying in the Top node,
5dc584b5 303 @contents at the front (after @end titlepage),
b59a8457 304 and @direntry after @copying. (Bug#1988)
5dc584b5 305
9eb59592
MB
3062009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
307
308 * auth.texi: New file documenting auth-source.
309
d324fa76
CD
3102009-02-13 Carsten Dominik <dominik@science.uva.nl>
311
312 * org.texi (Org Plot): Fix link.
313
7a603b73
DU
3142009-02-09 Daiki Ueno <ueno@unixuser.org>
315
316 * epa.texi (Mail-mode integration): Mention the way to do
317 "encrypt-to-self". (Bug#1807)
318
a626b338 3192009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
320
321 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
322
3b36c17e
MB
3232009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
324
325 * gnus-news.texi: Print version about Incoming*.
326
55033558
CD
3272009-02-02 Carsten Dominik <dominik@science.uva.nl>
328
329 * org.texi (Structure editing, Handling links)
330 (Fast access to TODO states, Javascript support): Make standard docs
331 correctly reflect default variable settings.
332
ec712abb
GM
3332009-02-02 Glenn Morris <rgm@gnu.org>
334
335 * org.texi: Fix typos.
336
7112648c
MA
3372009-02-01 Michael Albinus <michael.albinus@gmx.de>
338
339 Sync with Tramp 2.1.15.
340
341 * trampver.texi: Update release number.
342
2e461fc1
CD
3432009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
344
345 * org.texi (TODO dependencies): Document TODO dependencies on
346 checkboxes.
347
bc283609
CD
3482009-01-30 Carsten Dominik <dominik@science.uva.nl>
349
350 * org.texi (TODO dependencies): Document key binding for toggling
351 ORDERED property.
352
74fc5047
MA
3532009-01-28 Michael Albinus <michael.albinus@gmx.de>
354
355 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
356 of hook functions.
357
d6685abc
CD
3582009-01-28 Carsten Dominik <dominik@science.uva.nl>
359
360 * org.texi (TODO dependencies): New section.
361
65c439fd
CD
3622009-01-27 Carsten Dominik <dominik@science.uva.nl>
363
364 * org.texi (Plain lists, TODO basics, Priorities)
365 (Multiple sets in one file, Conflicts): Document interaction with
366 `shift-selection-mode'.
367
5fafc247
JB
3682009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
369
370 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
371 Make Calc the subject of sentences.
372 (Rearranging Formulas using Selections): Discuss new options
373 for `j *'.
374
e7433508
MA
3752009-01-26 Michael Albinus <michael.albinus@gmx.de>
376
377 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
378
2096a1b6
GM
3792009-01-26 Glenn Morris <rgm@gnu.org>
380
381 * org.texi: Fix typos.
382
0cb61492
BW
3832009-01-26 Bill Wohler <wohler@newt.com>
384
2096a1b6 385 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 386
0bd48b37
CD
3872009-01-25 Carsten Dominik <dominik@science.uva.nl>
388
389 * org.texi (References): Add information about remote references.
390 (Built-in table editor): Document `C-c RET' in tables.
391 (Math symbols, Quoting LaTeX code): Mention that simple
392 LaTeX macros survive LaTeX export.
393 (Images in LaTeX export): Show how to create a reference to a
394 figure.
395 (Sectioning structure): Document that the LaTeX class can be
396 specified in a property.
397 (Text areas in HTML export): New section.
398 (External links): Add examples for text search and ID links.
399 (Built-in table editor): Remove the descriptio of `C-c
400 C-q', it not longer works.
401 (Literal examples): Document that a space must follow
402 the colon in short examples.
403 (Relative timer): Document `org-timer-stop'.
404 (Footnotes): New section.
405 (Footnote markup): Shorten section and refer to new Footnote
406 section.
407 (Literal examples): Add documentation for line
408 numbering in and references to code examples.
409 (CSS support): Fix the description of default CSS styles.
410 (Capturing column view): Document
411 "file:path/to/file.org" as an allowed value for the ID property of
412 a dynamic block copying column view.
413
49dbbaf2
SE
4142009-01-23 Stephen Eglen <stephen@gnu.org>
415
416 * mh-e.texi (Getting Started): Describe $MH.
417
193e6828
MA
4182009-01-21 Michael Albinus <michael.albinus@gmx.de>
419
420 * tramp.texi (all): Harmonize usage of "external method",
421 "external transfer method" and "out-of-band method".
422 (Connection types): Precise the differences of inline and external
423 methods. Written by Adrian Phillips <a.phillips@met.no>.
424
26b9f88d
MB
4252009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
426
427 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
428 commands as described at the top. Reported by Allan Gottlieb
429 <gottlieb@nyu.edu>.
430
4312009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
432
433 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
434 nnmail-pathname-coding-system.
435
377952e0
GM
4362009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
437
438 * org.texi (Relative timer): Fix typo.
439
a20d3598
JB
4402009-01-15 Juanma Barranquero <lekktu@gmail.com>
441
442 * org.texi (Clocking work time): Fix typo.
98a1e0f5 443 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 444
a50253cc
GM
4452009-01-13 Glenn Morris <rgm@gnu.org>
446
447 * org.texi: Fix some more typos.
448
07450bee
GM
4492009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
450
451 * org.texi: Fix some typos.
452
e3e955fe
MB
4532009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
454
455 * gnus.texi (Group Parameters): Add note for local variables.
456
4572009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
458
459 * gnus.texi (Converting Kill Files): Fix URL. Include
460 gnus-kill-to-score.el in contrib directory.
461
4622009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
463
464 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
465 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
466 (Paging the Article): Add index entry.
467
71dd9983
JB
4682009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
469
470 * ada-mode.texi (Examples): Delete redundant text.
471
4a0cf14f
MA
4722009-01-03 Michael Albinus <michael.albinus@gmx.de>
473
36c8febb 474 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
475
476 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
477 addresses.
478
aedac0f0
BW
4792009-01-03 Bill Wohler <wohler@newt.com>
480
481 * mh-e.texi (Scan Line Formats): Indicate that first column should be
482 kept empty.
483
4c65b566
CD
4842008-12-20 Carsten Dominik <dominik@science.uva.nl>
485
486 * org.texi (Activation, Exporting, ASCII export, HTML export)
487 (HTML Export commands, LaTeX/PDF export commands): Improve
488 documentation about transient-mark-mode.
489 (References): DOcuemtn the use of special names like $LR1 to reference
490 to fields in the last table row.
491
e1a78e1e
JL
4922008-12-19 Juri Linkov <juri@jurta.org>
493
494 * info.texi (Search Text): Remove mention of removed key binding M-s.
495
17a0aa82
CD
4962008-12-18 Carsten Dominik <dominik@science.uva.nl>
497
498 * org.texi (References): Remove mentioning of @0 as reference for the
499 last line, this has been reverted in the Lisp sources.
500
4997d802
JB
5012008-12-17 Juanma Barranquero <lekktu@gmail.com>
502
503 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
504 (DVI_TARGETS): Remove duplicates. Add sasl.
505 ($(infodir)/sasl, sasl.dvi): New targets.
506
33306645
CD
5072008-12-17 Carsten Dominik <dominik@science.uva.nl>
508
509 * org.texi: Version number pushed to 6.15d.
510
db55f368
CD
5112008-12-16 Carsten Dominik <dominik@science.uva.nl>
512
a0bf4117 513 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
514 (Images in LaTeX export): New section.
515 (Inlined images, Images in HTML export): Sections renamed.
516
dae0a942
MB
5172008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
520
9f5572e9
MB
5212008-12-04 David Engster <dengste@eml.cc>
522
523 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
524 of nnml-get-new-mail. Change URL for mairix patch.
525
bc23baaa
CD
5262008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
527
528 * org.texi (Using the mapping API): Fix bug in mapping example.
529 (Publishing options): Make the list of properties complete again, in
530 correspondence to the variable `org-export-plist-vars'.
531 (Property searches): Document new special values for time comparisons.
532 (Tag inheritance): Refine the description of tag inheritance.
533 (Project alist): Add info about the publishing sequence of components.
a0bf4117 534 (Effort estimates): Document the new relative timer.
bc23baaa 535
3bf8054f
JB
5362008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
537
538 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
539 (Using Calc): Clarify use of `C-x * o'.
540 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
541
ac134f2f
RS
5422008-11-28 Richard M Stallman <rms@gnu.org>
543
544 * dbus.texi (Receiving Method Calls): Clean up previous change.
545
ace706d1
MA
5462008-11-26 Michael Albinus <michael.albinus@gmx.de>
547
548 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
549 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
550 `dbus-unescape-from-identifier'.
551 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 552 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
553 (Signals): Use the constants in the example.
554
d60b1ba1
CD
5552008-11-24 Carsten Dominik <dominik@science.uva.nl>
556
b97439ce 557 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 558
ce4fdcb9
CD
5592008-11-23 Carsten Dominik <dominik@science.uva.nl>
560
561 * org.texi (Setting up Remember): Document `org-remember-mode'.
562 (External links): Document that bbdb links can use a regular
563 expression.
564 (External links): Document that elisp links can contain interactive
565 commands.
566
c8548a00 5672008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
568
569 * viper.texi (viper-translate-all-ESC-keysequences):
570 Description removed.
571
6a2c4aec
GM
5722008-11-19 Glenn Morris <rgm@gnu.org>
573
574 * doclicense.texi: Change to FDL 1.3.
575 Relicense all texi files under FDL 1.3 or later.
576
59ee4113
JB
5772008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
578
579 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
580
59bcbb98 5812008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a
JB
582
583 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed.
2198eaa5
JB
584
585 * ediff.texi: Version/date change.
9f90198a 586
8aa41c9b
CY
5872008-11-14 Chong Yidong <cyd@stupidchicken.com>
588
589 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
590
17587b1b
JB
5912008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
592
593 * calc.texi (About This Manual): Comment out a mention of
594 marginal notes.
595
564c900e
CD
5962008-11-12 Carsten Dominik <dominik@science.uva.nl>
597
598 * org.texi (Clocking work time): Document the :formula property of
599 clock tables.
600 (Structure editing, Refiling notes): Document refiling regions.
601 (Agenda commands): Document the double-prefix version
602 of the `l' command in the agenda.
603 (Handling links): Explain the effect of a double prefix
604 arg to `C-c C-o'.
605 (TODO basics): Add documentation for tag triggers.
606
3c4be1f2
GM
6072008-10-23 Glenn Morris <rgm@gnu.org>
608
609 * cl.texi (Function Bindings): Mention `flet' fails to deal with
610 byte-compiling things like `+'.
611
612 * ns-emacs.texi: Merge copyright years of author now with assignment
613 into FSF years.
614 (VER): Use it for easier automatic updating. Use Emacs version rather
615 than standalone Emacs.app version.
616
a6520ff3
CD
6172008-10-12 Carsten Dominik <dominik@science.uva.nl>
618
864c9740 619 * org.texi: Lots of minor fixes.
a6520ff3
CD
620 (Capture): New chapter.
621 (Org Plot): New section.
622
db7a4b66
MH
6232008-09-30 Magnus Henoch <mange@freemail.hu>
624
625 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
626
4043c194
JB
6272008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
628
629 * calc.texi (User Defined Units): Mention how to enter optional display
630 string.
631
eef5ade7
MB
6322008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
633
634 * message.texi (Sending Variables): Fixed variable documentation to
635 avoid the "y/n" wording.
636
e52cac88
MB
6372008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
638
639 * message.texi (Sending Variables): Added `message-confirm-send' doc.
640
6412008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
642
643 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
644 @enumerate section so as to be able to be formatted with MAKEINFO=no.
645
00c55306
BW
6462008-09-22 Bill Wohler <wohler@newt.com>
647
648 Release MH-E manual version 8.1.
649
650 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
651 release 8.1.
652
653 * mh-e.texi: Retain dual license as agreed to by the FSF.
654 However, bump GPL to Version 3.
655 Use @include for license text.
656
e52cac88 6572008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
658
659 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
660 (Store custom flags and keywords, Store arbitrary data):
661 Clean up markup.
64763fe3
MB
662
6632008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
664
665 * gnus.texi (The Gnus Registry): Document it.
666
9e601b8d
MB
6672008-09-08 David Engster <dengste@eml.cc>
668
88ee5b02
JB
669 * gnus.texi (nnmairix): Point out that nnml uses MH format.
670 Clarify section about choosing back end servers.
9e601b8d 671
247043f1
GM
6722008-08-23 Glenn Morris <rgm@gnu.org>
673
674 * dired-x.texi (Shell Command Guessing):
675 Mention dired-guess-shell-case-fold-search. (Bug#417)
676
2bfec7a0
MA
6772008-08-22 Michael Albinus <michael.albinus@gmx.de>
678
679 * trampver.texi: Update release number.
680
247043f1 6812008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
682
683 * ns-emacs.texi: Update version.
684 (Introduction): Correct menu location for options save.
685 (Customization): Note that defaults are stored under org.gnu.Emacs.
686
8c20bd92
BW
6872008-08-11 Bill Wohler <wohler@newt.com>
688
689 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
690 explicit about GNU mailutils MH elsewhere (with thanks to Darel
691 Henman) (closes SF #1768928).
692
767a4d92
GM
6932008-08-10 Glenn Morris <rgm@gnu.org>
694
695 * ns-emacs.texi: Use @copying. Change copyright of authors with
696 assignment to FSF. Change license to GFDL.
697 (Top): Remove outdated references.
698
6ecfe5c2
MB
6992008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
700
88ee5b02
JB
701 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
702 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
703 gnus-summary-sort-by-most-recent-date.
704 (Summary Sorting): Explain prefix argument.
705
7062008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
709 gnus-summary-pipe-output.
710
eb932e8a
MA
7112008-08-03 Michael Albinus <michael.albinus@gmx.de>
712
713 * dbus.texi (Receiving Method Calls): Document error handling of own
714 D-Bus methods.
715
bfe16263
BW
7162008-08-01 Bill Wohler <wohler@newt.com>
717
718 * mh-e.texi (Reading Mail)
9f90198a 719 (Viewing Attachments): Describe new function
bfe16263
BW
720 mh-show-preferred-alternative.
721 (Sending Mail, Redistributing, Sending Message): Describe new hook
722 mh-annotate-msg-hook.
723
21956b56
MA
7242008-07-31 Michael Albinus <michael.albinus@gmx.de>
725
726 * dbus.texi (Arguments and Signatures): Fix example.
727 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
728 (Asynchronous Methods): New node.
9f90198a
JB
729 (Errors and Events): Describe extended layout of `dbus-event'.
730 New defun `dbus-event-message-type'.
21956b56 731
7c2fb837
DN
7322008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
733
734 * ediff.texi: Remove VMS support.
735
13662773
JB
7362008-07-29 Juanma Barranquero <lekktu@gmail.com>
737
738 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
739 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
740
ddde0b34
CY
7412008-07-29 Chong Yidong <cyd@stupidchicken.com>
742
743 * Makefile.in: Add mairix-el targets.
744
7452008-07-29 David Engster <deng@randomsample.de>
746
747 * mairix-el.texi: New file.
748
d5875b25
JB
7492008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
750
366b7d44
JB
751 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
752 project files. Delete 'main_unit' project variable; not needed. Allow
753 process environment variables wherever project variables are allowed.
754 Add tutorial section on multiple GNAT project files.
d5875b25 755
6cbab8ee
MA
7562008-07-27 Michael Albinus <michael.albinus@gmx.de>
757
758 Sync with Tramp 2.1.14.
759
760 * trampver.texi: Update release number.
761
9e2a2647
DN
7622008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
763
764 * ns-emacs.texi:
765 * faq.texi: Remove mentions of Mac Carbon.
766
d62672f3
MB
7672008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
768
769 * gnus.texi (Saving Articles): Describe the 2nd argument of
770 gnus-summary-save-in-pipe.
771 (SpamAssassin): Use it.
772
7732008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
776
dd12e1c6
CD
7772008-07-25 Carsten Dominik <dominik@science.uva.nl>
778
779 * org.texi (Export options): Document the use of the creator flag.
780
44ce9197
CD
7812008-07-24 Carsten Dominik <dominik@science.uva.nl>
782
783 * org.texi: New version 6.06a.
784
ddd13c5d
JB
7852008-07-23 Juanma Barranquero <lekktu@gmail.com>
786
787 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
788 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
789
8dc6104d
JB
7902008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
791
792 * calc.texi (Editing Stack Entries):
793 (Algebraic Entry): Rewrite introductory sentences so it can be used by
794 Calc's help functions. Mention fixing typos.
795 (Customizing Calc): Fix typo.
796
7972008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
798
799 * calc.texi (summarykey): New macro. Use to correctly format keys in
800 the summary.
801
ddd13c5d 8022008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
803
804 * ns-emacs.texi (Customization): Corrected documentation on color
805 specification formats.
806
568beaa2
AS
8072008-07-19 Andreas Schwab <schwab@suse.de>
808
db8ef699 809 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
810
811 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
812 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
813
cd71b9ae
MA
8142008-07-18 Michael Albinus <michael.albinus@gmx.de>
815
816 * dbus.texi (Inspection): Rework, introduce submenus.
817 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
818 (Properties and Annotations, Arguments and Signatures): New nodes.
819
9b7993b4
MA
8202008-07-13 Michael Albinus <michael.albinus@gmx.de>
821
822 * dbus.texi (Receiving Method Calls): Fix description of
823 `dbus-register-method'.
824 (Signals): Allow also signal arguments for filtering in
825 `dbus-register-signal'.
826
241d447b
JB
8272008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
828
829 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
830 `cnorm'.
831 (Arithmetic Tutorial): Simplify the verification of prime factors.
832
adb46650
MB
8332008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
834
835 * gnus.texi (Saving Articles): Mention
836 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
837
92e15881
JB
8382008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
839
840 * calc.texi: Adjust mode line throughout.
841
ea597303
JB
8422008-06-28 Juanma Barranquero <lekktu@gmail.com>
843
844 * sasl.texi (Mechanisms): Fix typos.
845
aee08080
JB
8462008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
847
848 * calc.texi (Killing from the stack): Mention using normal Emacs
849 copying.
850
a06a4a12
MA
8512008-06-21 Michael Albinus <michael.albinus@gmx.de>
852
ea597303
JB
853 * tramp.texi (Password handling): Renamed from "Password caching".
854 Add `auth-source' mechanism.
a06a4a12
MA
855 (Connection caching): Tramp reopens the connection automatically,
856 when the operating system on the remote host has been changed.
857
7389398d
EZ
8582008-06-20 Eli Zaretskii <eliz@gnu.org>
859
860 * makefile.w32-in (distclean): Remove makefile.
861
b349f79f
CD
8622008-06-17 Carsten Dominik <dominik@science.uva.nl>
863
3f9b4c2b 864 * org.texi (Using the mapping API): New section.
b349f79f 865 (Agenda column view): New section.
3f9b4c2b 866 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 867 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 868 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
869
8702008-06-17 Jason Riedy <jason@acm.org>
871
872 * org.texi (A LaTeX example): Note that fmt may be a one-argument
873 function, and efmt may be a two-argument function.
874 (Radio tables): Document multiple destinations.
875
cd5c05d2
GM
8762008-06-16 Glenn Morris <rgm@gnu.org>
877
878 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
879 Add Cover-Texts.
880
debf4439
GM
8812008-06-15 Glenn Morris <rgm@gnu.org>
882
883 * faq.texi (VER): Update to 23.0.60.
884
885 * mh-e.texi: Remove option of licensing under GPL.
886 Add Cover-Texts to GFDL permissions notice.
887 (GPL): Remove section.
888 (GFDL): Include doclicense.texi rather than the actual text.
889
890 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
891 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
892
893 * sasl.texi: Fix output file name.
894
895 * epa.texi, sasl.texi: Refer to license in Emacs manual.
896
897 * gnus-coding.texi: Refer to license in Gnus manual.
898
899 * idlwave.texi, sasl.texi: Use @copying.
900
901 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
902
903 * speedbar.texi: Update Back-Cover Text as per maintain.info.
904
905 * url.texi: Use @copying, @title, @subtitle, @author.
906
907 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
908 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
909 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
910 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
911 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
912 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
913 * widget.texi, woman.texi:
914 Remove references to external license, since doclicense is included.
915
916 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
917 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
918 Remove references to non-existent Invariant Sections.
919
091f8bc1
GM
9202008-06-14 Glenn Morris <rgm@gnu.org>
921
922 * faq.texi (Major packages and programs): Remove references to external
923 Supercite, Calc, VIPER, since they have been included for some time.
924 Update VM, AUCTeX, BBDB entries.
925
47bcb4d3
UJ
9262008-06-14 Ulf Jasper <ulf.jasper@web.de>
927
928 * newsticker.texi: Updated to match latest newsticker changes.
929
6f093307
GM
9302008-06-13 Glenn Morris <rgm@gnu.org>
931
932 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
933 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
934 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
935 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
936 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
937 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
938 * woman.texi:
939 Update Back-Cover Text as per maintain.info.
940
2b968687
MB
9412008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
942
943 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
944
945 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
946 (gnus-faq.xml): Update repository host.
947
2b968687
MB
948 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
949
9502008-06-15 Frank Schmitt <ich@frank-schmitt.net>
951
952 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
953 Fix a typo.
954
9552008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
956
957 * gnus.texi (Mail Source Customization): Correct values of
958 `mail-source-delete-incoming'. Reported by Tassilo Horn.
959 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
960
9612008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
962
963 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
964 coding standards.
965
9662008-06-14 David Engster <dengste@eml.cc>
967
968 * gnus.texi (nnmairix): Markup fixes.
969
e6d2d263
MB
9702008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
971
2b968687 972 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
973
9742008-06-05 David Engster <dengste@eml.cc>
975
976 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
977
9782008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
979
b344d29d 980 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
981 (Searching, nnir, nnmairix): New stub nodes.
982
ad231df6 9832008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
984
985 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
986
f394fa25
MB
9872008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
988
989 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
990
58333467
MB
9912008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
992
993 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
994
67525fb9
JY
9952008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
996
997 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
998
0549d8fc
JB
9992008-05-06 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * info.texi (Top): Fix typo in xref.
1002
149a3837
KB
10032008-05-05 Karl Berry <karl@gnu.org>
1004
1005 * info.texi (Top): @xref to stand-alone manual.
1006
3a23a519
MB
10072008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1008
1009 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
1010 (Various Summary Stuff): Fix typo in last xref.
1011
0a29fbf3
JB
10122008-05-02 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * org.texi (Moving subtrees): Fix typo.
1015
586b90f1
MA
10162008-04-28 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * tramp.texi (Frequently Asked Questions): Explain, how to disable
1019 Tramp via `tramp-mode'.
1020
b5af9883
CD
10212008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
1022
1023 * org.texi: Massive changes, in many parts of the file.
1024
d55fe5bb
MB
10252008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1026
1027 * gnus.texi (Oort Gnus): Add message-fill-column.
1028
10292008-04-12 Adrian Aichner <adrian@xemacs.org>
1030
1031 * gnus.texi (Mail Source Specifiers): Typo fix.
1032
10332008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1034
1035 * gnus.texi (Diary Headers Generation): Update key binding for
1036 `gnus-diary-check-message'.
1037
10382008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1039
1040 * gnus.texi (Emacsen): Addition.
1041
10422008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1043
1044 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
1045
10462008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1047
1048 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
1049
10502008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1051
1052 * gnus-news.texi: Update tool bar item.
1053
10542008-04-09 Sven Joachim <svenjoac@gmx.de>
1055
1056 * gnus-news.texi: Fix typos.
1057
76c109c3
JB
10582008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
1059
222027f2 1060 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
1061 Add mention of `kron'.
1062
d5fbd5a6
MO
10632008-04-01 Daiki Ueno <ueno@unixuser.org>
1064
1065 * epa.texi (Encrypting/decrypting *.gpg files): Document
1066 epa-file-name-regexp.
1067
fbcbb58c
KY
10682008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1069
1070 * gnus.texi (Example Methods): Fix description about ssh-agent.
1071 (Indirect Functions): Fix the default value of nntp-telnet-command;
1072 remove link to connect.html.
1073
134ce16c
MA
10742008-03-30 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
1077 dbus-call-method.
1078 (Receiving Method Calls): The timeout can be set by the calling client.
1079
da1975d7
MA
1080 * trampver.texi: Update release number.
1081
2e4089ab
RS
10822008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1083
1084 * gnus.texi (Top): Fix version. Add SASL.
1085
70cab5a9
MA
10862008-03-29 Michael Albinus <michael.albinus@gmx.de>
1087
1088 Sync with Tramp 2.1.13.
1089
1090 * trampver.texi: Update release number.
1091
5bc6ddff
MB
10922008-03-29 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * org.texi: Update to new org-mode website.
1095
10962008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * cl.texi (For Clauses): Fix loop over key-seq to match code.
1099
9b3ebcb6
MB
11002008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1101
1102 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
1103 gnus-read-ephemeral-gmane-group-url,
1104 gnus-read-ephemeral-emacs-bug-group,
1105 gnus-read-ephemeral-debian-bug-group.
1106
11072008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1108
1109 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
1110
1111 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
1112 Add FIXMEs for Bookmarks and gnus-registry-marks.
1113
11142008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1115
1116 * gnus.texi (Smileys): Document `smiley-style'.
1117
11182008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1119
1120 * gnus.texi (Gnus Development): Clarify difference between ding and
1121 gnu.emacs.gnus.
1122 (MIME Commands, Using MIME, RSS): Fix markup.
1123
1124 * gnus-faq.texi ([8.4]): Ditto.
1125
11262008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1127
1128 * gnus.texi (Emacsen): Remove obsolete stuff.
1129
11302008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1131
1132 * gnus.texi (Oort Gnus): Add version info WRT
1133 `mail-source-delete-incoming'.
1134
11352008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1136
1137 * gnus.texi (Top): Add "Other related manuals" and version info in
1138 `iftex' output.
1139 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
1140 gnus-balloon-face-0 and the corresponding format specifiers.
1141
608d6a81
MA
11422008-03-26 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * tramp.texi (Filename completion): Remove footnote about let-bind
1145 of `partial-completion-mode'. It doesn't work this way.
1146
27a6f132
SM
11472008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * pcl-cvs.texi (Contributors): Update my email.
1150
4a7c4c40
MA
11512008-03-21 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
1154
2940c053
BW
11552008-03-17 Bill Wohler <wohler@newt.com>
1156
1157 * mh-e.texi (Viewing): Update URL for adding header fields to
1158 mh-invisible-header-fields-default.
1159
30864d5f
BW
11602008-03-16 Bill Wohler <wohler@newt.com>
1161
1162 * mh-e.texi (Preface): Add Gnus to requirements.
1163 (Forwarding): Note that forwarded MIME messages are now inline.
1164
31fe2b00
SM
11652008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
1168 (Common Variables): Give precedence to the netcat methods over the
1169 telnet methods, and mention that they are more reliable.
31fe2b00 1170
5e97c626
CD
11712008-03-13 Carsten Dominik <dominik@science.uva.nl>
1172
1173 * org.texi (Exporting Agenda Views): Document agenda export to
1174 iCalendar.
1175 (Progress logging): Document the new progress logging stuff.
1176
37a68866
MB
11772008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1178
1179 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
1180 Update for change of `mail-source-delete-incoming'.
1181
1182 * gnus-news.texi: Ditto.
1183
8f7abae3
MB
11842008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1185
1186 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
1187 custom versions.
1188
af379c86
AM
11892008-03-07 Alan Mackenzie <acm@muc.de>
1190
1191 * cc-mode.texi (Limitations and Known Bugs): State that the number of
1192 parens/brackets in a k&r region is limited.
1193
3d0f8a67
MB
11942008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1195
1196 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
1197 using different Emacs versions.
1198
52151df0
GM
11992008-02-27 Glenn Morris <rgm@gnu.org>
1200
1201 * sc.texi: Remove a lot of old and obsolete info.
1202 (titlepage): Simplify.
1203 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
1204 (VM with any Emacsen, GNEWS with any Emacsen)
1205 (Overloading for Non-conforming MUAs, Version 3 Changes)
1206 (The Supercite Mailing List): Delete nodes.
1207 (Introduction): Remove info about old packages.
1208 (Getting Connected): Simplify. Remove info about old packages.
1209 (Citing Commands): Delete Emacs 19 info.
1210 (Hints to MUA Authors): Simplify.
1211 (Thanks and History): Merge in some info from the deleted node
1212 "Version 3 Changes".
1213
b03f96dc
MB
12142008-02-05 Juanma Barranquero <lekktu@gmail.com>
1215
1216 * org.texi (Setting tags, In-buffer settings):
1217 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
1218
52bec650
MB
12192008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221 * gnus-news.texi: Mention that spaces and tabs are allowed in the
1222 installation directory name.
1223
34a3c587
RF
12242008-02-12 Romain Francoise <romain@orebokech.com>
1225
1226 * epa.texi (Overview): Fix typo.
1227
5a8d03e9
MO
12282008-02-11 Daiki Ueno <ueno@unixuser.org>
1229
1230 * epa.texi (Quick start): Remove the .emacs setting.
1231
f1914c40
MO
12322008-02-10 Daiki Ueno <ueno@unixuser.org>
1233
1234 * epa.texi (Quick start): Use the command `epa-enable' instead of
1235 loading `epa-setup'.
1236
bca98fc9
JB
12372008-02-08 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
1240 ($(infodir)/epa, epa.dvi): New targets.
1241
4b01af2e
MO
12422008-02-08 Daiki Ueno <ueno@unixuser.org>
1243
1244 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
1245
1246 * epa.texi: New manual documenting the EasyPG Assistant.
1247
06c0751a
MA
12482008-02-06 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
1251 (Inspection): New function dbus-ping.
1252
7dcccd7b
MA
12532008-02-05 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * tramp.texi (Remote processes): Add `shell-command'.
1256
a1da1e37
MB
12572008-01-28 Michael Sperber <sperber@deinprogramm.de>
1258
1259 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
1260 (Group Parameters): Document `mail-source' parameter.
1261
c9d8f746
MA
12622008-01-27 Michael Albinus <michael.albinus@gmx.de>
1263
1264 * tramp.texi (Inline methods): The hostname of the su(do)? methods
1265 must be a local host.
1266
15db4a13
MO
12672008-01-26 Michael Olson <mwolson@gnu.org>
1268
1269 * erc.texi: Update version for ERC 5.3 release.
1270 (Obtaining ERC): Update extras URLs for 5.3.
1271 (Development): Write instructions for git, and remove those for Arch.
1272 (History): Mention the switch to git.
1273
2bc43980
KB
12742008-01-24 Karl Berry <karl@gnu.org>
1275
bca98fc9
JB
1276 * info.texi (Search Index, Search Text): Mention the command
1277 character in the section name, a la the (Go to node) node.
2bc43980 1278
d2e4a6c9
MA
12792008-01-21 Michael Albinus <michael.albinus@gmx.de>
1280
1281 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
1282
0b6799c3
MB
12832008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * gnus-news.texi: Mention gnus-article-describe-bindings.
1286
12872008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1288
1289 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
1290
db9c3fb1 12912008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 1292
7b4d0413 1293 * org.texi (Property inheritance): New section.
db9c3fb1 1294 (Conventions): New section.
7b4d0413 1295 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
1296 commands, and the new bindings for refiling.
1297 (Sparse trees): Document the new special command for sparse trees.
1298 (References): Be more clear about the counting of hilines.
1299 (Handling links): Document M-p/n for accessing links.
1300 (Fast access to TODO states): New section.
1301 (Per file keywords): New section.
1302 (Property inheritance): New section.
1303 (Column attributes): New summary types.
1304 (Capturing Column View): New section.
1305 (The date/time prompt): Cover the new features in the date/time prompt.
1306 Compactify the table of keys for the calendar remote control.
1307 (Clocking work time): Document the new :scope parameter.
1308 (Remember): Promoted to chapter.
1309 (Quoted examples): New section.
1310 (Enhancing text): New verbatim environments.
1311
6ed73f28
MA
13122008-01-14 Michael Albinus <michael.albinus@gmx.de>
1313
1314 * trampver.texi: Update release number.
1315
95838435
MB
13162008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1317
1318 * gnus.texi (Article Keymap): Add
1319 gnus-article-wide-reply-with-original; fix descriptions of
1320 gnus-article-reply-with-original and
1321 gnus-article-followup-with-original.
1322
20234d96
GM
13232008-01-09 Glenn Morris <rgm@gnu.org>
1324
1325 * nxml-mode.texi: Add @copying section.
1326
d82cf70b
MB
13272008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
1328
1329 * message.texi (Mail Variables): Add some text from "(gnus)Posting
1330 Server". Add `message-send-mail-with-mailclient'.
1331
1332 * gnus.texi (Posting Server): Move some text to "(message)Mail
1333 Variables" and add a reference here.
1334
addb7f2e
MA
13352008-01-04 Michael Albinus <michael.albinus@gmx.de>
1336
1337 * dbus.texi (Receiving Method Calls): New chapter.
1338 (Errors and Events): Add serial number to events. Replace "signal" by
1339 "message". Introduce dbus-event-serial-number.
1340
4db2806c
MA
13412008-01-03 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * dbus.texi (Type Conversion): Explain the type specification for empty
1344 arrays. Use another example.
1345
c9ecb5a7
MA
13462007-12-30 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * dbus.texi (all): Replace "..." by @dots{}.
1349 (Type Conversion): Precise the value range for :byte types.
1350 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
1351 Mention its return value.
1352 (Errors and Events): There is no D-Bus error propagation during event
1353 processing.
1354
702dbfd9
JB
13552007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1356
1357 * calc.tex (Yacas Language, Maxima Language, Giac Language):
1358 New sections.
1359
87035689
MB
13602007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
1361
1362 * gnus.texi (Group Parameters): Reorder the text and add a note about
1363 `gnus-parameters' near the beginning of the node.
1364
13652007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
1366
1367 * gnus.texi (Score File Editing): Fix function name.
1368
5492f5ca
MA
13692007-12-23 Michael Albinus <michael.albinus@gmx.de>
1370
1371 Sync with Tramp 2.1.12.
1372
1373 * trampver.texi: Update release number.
1374
d4e67bc5
MA
13752007-12-22 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * dbus.texi (Type Conversion): Correct input parameters mapping.
1378
6a31c819
MA
13792007-12-21 Michael Albinus <michael.albinus@gmx.de>
1380
1381 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
1382 (Errors and Events): Mention wrong-type-argument error.
1383
99a3e35f
AS
13842007-12-21 Alex Schroeder <alex@gnu.org>
1385
1386 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 1387 spaces. Fixed some typos.
99a3e35f
AS
1388 (Internet Relay Chat): Explain relay.
1389 (Getting started with rcirc): Change items to reflect prompts.
1390 Add more explanation to rcirc-track-minor-mode and added a comment to
1391 warn future maintainers that this section is a copy.
11ac7c8e 1392 (People): Changed /ignore example.
62b12a24 1393 (Keywords): Not keywords.
99a3e35f 1394
331e4d02
AS
13952007-12-20 Alex Schroeder <alex@gnu.org>
1396
1397 * rcirc.texi (Top): Fighting Information Overload chapter added.
1398 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
1399 (rcirc commands): Moved /ignore command to the new chapter.
1400 (Fighting Information Overload): New chapter documenting /keyword,
1401 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
1402 (Configuration): Document rcirc-server-alist, remove
1403 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 1404
cd71c3ef
MA
14052007-12-16 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * dbus.texi (Signals): Fix example in dbus-register-signal.
1408
bbbe940b
MB
14092007-12-14 Sven Joachim <svenjoac@gmx.de>
1410
1411 * gnus.texi (Score Variables): Fix typo.
1412
0ce574ef
MA
14132007-12-07 Michael Albinus <michael.albinus@gmx.de>
1414
1415 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
1416 (Signals): Adapt dbus-send-signal and dbus-register-signal.
1417 (Errors and Events): Adapt dbus-event.
1418
b890d447
MB
14192007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus.texi (Other Files): Add the yenc command.
1422
14232007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
1424
1425 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
1426 since 2004-08-06.
1427
14282007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1429
1430 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
1431 on body.
1432
14332007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1434
1435 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
1436 and rfc2047-allow-irregular-q-encoded-words; fix description of
1437 rfc2047-encode-encoded-words.
1438
14392007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1440
1441 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
1442
3728bf03
MO
14432007-12-05 Michael Olson <mwolson@gnu.org>
1444
1445 * remember.texi (Diary): Remove "require" line for remember-diary.el.
1446 Update documentation for `remember-diary-file'.
1447
a4397af9
MA
14482007-12-04 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * dbus.texi (Signals): Precise `dbus-register-signal'.
1451 (Errors and Events): Rework events part, the internal structure of
1452 dbus-event has changed.
1453
1682490c
JB
14542007-12-03 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
1457 ($(infodir)/dbus, dbus.dvi): New targets.
1458
7b13a0f2
MA
14592007-12-03 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
1462 unconditionally.
1463
1464 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
1465 emulation with @print{}.
1466
7ef92bc9
RS
14672007-12-02 Richard Stallman <rms@gnu.org>
1468
1469 * dbus.texi (Overview): Minor cleanup.
1470
22d8ac3a
MA
14712007-12-02 Michael Albinus <michael.albinus@gmx.de>
1472
d3a8e0df
MA
1473 * Makefile.in (INFO_TARGETS): Add dbus.
1474 (DVI_TARGETS): Add dbus.dvi.
1475 (dbus, dbus.dvi): New targets.
1476
22d8ac3a
MA
1477 * dbus.texi: New file.
1478
559764ab
RF
14792007-11-24 Romain Francoise <romain@orebokech.com>
1480
1481 * nxml-mode.texi: Add description in @direntry.
7aa579d9 1482 Fix file name to match @setfilename.
559764ab 1483
ac97a16b
MH
14842007-11-23 Mark A. Hershberger <mah@everybody.org>
1485
1486 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1487 ($(infodir)/nxml-mode): New rule.
1488
1489 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1490 ($(infodir)/nxml-mode): New rule.
1491 (clean): Add nxml-mode*.
1492
1493 * nxml-mode.texi: New file with nxml manual.
1494
404cd454
GM
14952007-11-18 Richard Stallman <rms@gnu.org>
1496
1497 * flymake.texi (Example -- Configuring a tool called directly):
1498 Update example.
1499
b048d478
MA
15002007-11-18 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 1503 double-slash behavior. Explain directory contents flushing.
b048d478 1504
346e8469
JB
15052007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1506
1507 * calc.texi (TeX and LaTeX Language Modes): Put in
1508 missing braces.
1509
404cd454
GM
15102007-11-15 Richard Stallman <rms@gnu.org>
1511
1512 * cl.texi (Equality Predicates): Delete `eql'.
1513 (Predicates, Naming Conventions, Top): Delete `eql'.
1514 (Common Lisp Compatibility): Delete `eql'.
1515 (Porting Common Lisp): Delete obsolete backquote info.
1516 Minor clarification about character constants.
1517 (Sequence Basics): Minor clarification.
1518
1f6af58b
JB
15192007-11-15 Juanma Barranquero <lekktu@gmail.com>
1520
dccb744b 1521 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
1522 * tramp.texi (Filename completion): Fix typos.
1523
3bc88bc9
JB
15242007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1525
1526 * calc.texi (Basic commands): Mention the menu.
1527
bc5300d3
MA
15282007-11-12 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * tramp.texi (Connection caching): Tramp flushes connection
1531 properties when remote operating system has been changed.
1532
4d8a28ec
MB
15332007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
1534
1535 * gnus-news.texi: Fix spelling.
1536 `message-insert-formatted-citation-line', not
1537 `message-insert-formated-citation-line'.
1538
404cd454
GM
1539 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
1540
e1176b47
MA
15412007-11-07 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * tramp.texi (Overview): Mention also the PuTTY integration under
1544 Win32. Remove paragraphs about Tramp's experimental status.
1545 (Frequently Asked Questions): Add code example for highlighting the
1546 mode line.
1547
6159985a
MO
15482007-11-03 Michael Olson <mwolson@gnu.org>
1549
1550 * remember.texi: Change mentions of remember-buffer to
1551 remember-finalize throughout.
1552
bec9b2f5
MO
15532007-10-30 Michael Olson <mwolson@gnu.org>
1554
1555 * remember.texi (Copying): Remove.
1556 (Mailbox): Update with non-BBDB instructions.
1557 (Diary, Org): Add.
1558 (Bibliography, Planner Page): Remove.
1559
b6173182
JB
15602007-10-30 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * makefile.w32-in (INFO_TARGETS): Add remember.
1563 (DVI_TARGETS): Add remember.dvi.
1564 ($(infodir)/remember): New rule.
1565 (clean): Add remember*.
1566
15f3eb73
MO
15672007-10-30 Michael Olson <mwolson@gnu.org>
1568
70bdc930
MO
1569 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
1570 ($(infodir)/remember): New rule that builds the Remember Manual.
1571
b6173182
JB
1572 * remember.texi: New file containing the Remember Mode Manual.
1573 Shuffle chapters around after initial import.
7d3f6f1a
MO
1574 (Function Reference): Split Keystrokes into separate chapter.
1575 (Keystrokes): Document C-c C-k.
51d24a12 1576 (Introduction): Fix typographical issue with "---".
15f3eb73 1577
404cd454
GM
15782007-10-29 Richard Stallman <rms@gnu.org>
1579
1580 * widget.texi (Introduction): Delete discussion of implementation
1581 internals.
1582
9bbb9638
MA
15832007-10-29 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * tramp.texi (Connection caching): Host names must be different
1586 when tunneling.
1587
c7ff939a
RS
15882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1589
1590 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
1591 Gnus v5.13.
1592
01c52d31
MB
15932007-10-28 Miles Bader <miles@gnu.org>
1594
1595 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
1596
15972007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
1598
1599 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
1600
16012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1602
1603 * gnus.texi (Sorting the Summary Buffer): Remove
1604 gnus-article-sort-by-date-reverse.
1605
16062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608 * gnus.texi (Non-ASCII Group Names): New node.
1609 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
1610 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
1611
c8763fb6 16122007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1613
1614 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
1615 clean the output of the program `imap-shell-program'.
1616
16172007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1618
1619 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
1620
16212007-10-28 Tassilo Horn <tassilo@member.fsf.org>
1622
1623 * gnus.texi (Sticky Articles): Documentation for sticky article
1624 buffers.
1625
c8763fb6 16262007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1627
1628 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
1629
16302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1631
1632 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
1633
16342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1635
1636 * gnus.texi (Archived Messages): Document
1637 gnus-update-message-archive-method.
1638
16392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1640
1641 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
1642
c8763fb6 16432007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
1644
1645 * gnus.texi (Group Maneuvering): Document
1646 `gnus-summary-next-group-on-exit'.
1647
16482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1649
1650 * gnus.texi (Really Various Summary Commands): Mention
1651 gnus-auto-select-on-ephemeral-exit.
1652
16532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1654
1655 * gnus.texi, message.texi: Bump version number.
1656
16572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * gnus.texi (Group Line Specification, Misc Group Stuff)
1660 (Server Commands): Parenthesize @pxref{Mail Spool}.
1661
16622007-10-28 Didier Verna <didier@xemacs.org>
1663
1664 New user option: message-signature-directory.
1665 * message.texi (Insertion Variables): Document it.
1666 * gnus.texi (Posting Styles): Ditto.
1667
16682007-10-28 Didier Verna <didier@xemacs.org>
1669
1670 * gnus.texi (Group Line Specification):
1671 * gnus.texi (Misc Group Stuff):
1672 * gnus.texi (Server Commands): Document the group compaction feature.
1673
16742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1675
1676 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
1677
1678 * message.texi (Various Message Variables): Add message-fill-column.
1679
16802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1681
1682 * gnus.texi: Untabify.
1683
16842007-10-28 Didier Verna <didier@xemacs.org>
1685
1686 * gnus.texi (Group Parameters): Document the posting-style merging
1687 process in topic-mode.
1688
16892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1690
1691 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
1692
16932007-10-28 Romain Francoise <romain@orebokech.com>
1694
1695 * gnus.texi (Mail Spool): Fix typo.
1696 Update copyright.
1697
16982007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1699
1700 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
1701
17022007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1703
1704 * gnus.texi (Summary Generation Commands):
1705 Add gnus-summary-insert-ticked-articles.
1706
17072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1708
b2abec73
JB
1709 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
1710 to spam-spamassassin-program.
01c52d31
MB
1711
17122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1713
1714 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
1715
17162007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
1718 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
1719
17202007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721
1722 * message.texi (Mail Headers): Document `opportunistic'.
1723
17242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1725
1726 * emacs-mime.texi (Encoding Customization): Explain how to set
1727 mm-coding-system-priorities per hierarchy.
1728
17292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1730
1731 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
1732 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
1733
17342007-10-28 Didier Verna <didier@xemacs.org>
1735
1736 * message.texi (Wide Reply): Update documentation of
1737 message-dont-reply-to-names (now allowing a list of regexps).
1738
17392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1740
1741 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
1742
17432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1744
1745 * gnus.texi (SpamAssassin back end): Fix typo.
1746
1747 * sieve.texi (Examples): Fix grammar.
1748
17492007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1750
1751 * gnus.texi (Searching for Articles): Document M-S and M-R.
1752 (Limiting): Document / b.
1753
17542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1755
1756 * gnus.texi (Thread Commands): T M-^.
1757
17582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1759
1760 * message.texi (Mail Aliases): Document ecomplete.
1761 (Mail Aliases): Fix typo.
1762
17632007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1764
1765 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
1766 fix typo.
1767
17682007-10-28 Romain Francoise <romain@orebokech.com>
1769
1770 * gnus.texi (Mail Spool): Grammar fix.
1771
17722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1773
1774 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
1775 string.
1776
17772007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * gnus.texi (Group Parameters): Fix description.
1780
17812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1782
b2abec73
JB
1783 * gnus.texi (Gmane Spam Reporting):
1784 Fix spam-report-gmane-use-article-number.
1785 Add spam-report-user-mail-address.
01c52d31
MB
1786
17872007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1788
1789 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
1790
17912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1792
1793 * gnus.texi (Group Parameters): Add simplified sorting example based on
1794 example for `Sorting the Summary Buffer' from Jari Aalto
1795 <jari.aalto@cante.net>.
1796 (Example Methods): Add example for an indirect connection.
1797
17982007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
1799
1800 * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
1801 (Agent Parameters): Updated parameter names to match code.
1802 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
1803 'gnus-agent-summary-fetch-series'.
1804 (Agent and flags): New section providing a generalized discussion
1805 of flag handling.
1806 (Agent and IMAP): Removed flag discussion.
b2abec73 1807 (Agent Variables): Added 'gnus-agent-synchronize-flags'.
01c52d31
MB
1808
18092007-10-28 Romain Francoise <romain@orebokech.com>
1810
1811 * gnus.texi (Exiting the Summary Buffer): Add new function
1812 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
1813
18142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1815
1816 * gnus.texi (Conformity): Fix typo.
1817 (Customizing Articles): Document `first'.
1818
18192007-10-28 Jari Aalto <jari.aalto@cante.net>
1820
1821 * gnus.texi (Sorting the Summary Buffer):
1822 Add `gnus-thread-sort-by-date-reverse'. Add example
1823 host to different sorting in NNTP and RSS groups.
1824
18252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1826
1827 * message.texi (Insertion): Describe prefix for
1828 message-mark-inserted-region and message-mark-insert-file.
1829
18302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1831
1832 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
1833 LaTeX documents. Describe "text/x-gnus-verbatim".
1834
18352007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1836
b2abec73 1837 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
1838 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
1839 (spam-stat spam filtering, SpamOracle)
1840 (Extending the Spam ELisp package): Removed extra quote symbol for
1841 clarity.
1842
18432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1844
1845 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
1846 gnus-article-delete-part and gnus-article-replace-part.
1847 (Using MIME): Add gnus-mime-replace-part.
1848
18492007-10-28 Romain Francoise <romain@orebokech.com>
1850
1851 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
1852 requires `auto-compression-mode' to be enabled. Add new nnml
1853 variable `nnml-compressed-files-size-threshold'.
1854
18552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1856
1857 * gnus.texi (Sorting the Summary Buffer): Added
1858 gnus-thread-sort-by-recipient.
1859
18602007-10-28 Romain Francoise <romain@orebokech.com>
1861
1862 * message.texi (Insertion Variables): Mention new variable
1863 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
1864 documentation accordingly.
1865
18662007-10-28 Romain Francoise <romain@orebokech.com>
1867
1868 * gnus.texi (To From Newsgroups): Mention new variables
1869 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
1870
18712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1872
1873 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
1874 stuff; gnus-mime-inline-part does the automatic decompression.
1875
18762007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1877
1878 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 1879 "training.ham" should be "training.spam".
01c52d31
MB
1880
18812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1882
1883 * message.texi (Mail Variables): Fix the default value for
1884 message-send-mail-function.
1885
18862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888 * gnus.texi (Optional Back End Functions): nntp-request-update-info
1889 always returns nil exceptionally.
1890
18912007-10-28 Simon Josefsson <jas@extundo.com>
1892
1893 * gnus.texi (Article Washing): Add libidn URL. Suggested by
1894 Michael Cook <michael@waxrat.com>.
1895
18962007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1897
1898 * gnus.texi (Topic Commands): Fix next/previous.
1899
19002007-10-28 Simon Josefsson <jas@extundo.com>
1901
1902 * gnus.texi (Article Washing): Mention `W i'.
1903
c8763fb6 19042007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
1905
1906 * gnus.texi (Group Parameters): Slight extension of sieve
1907 parameter description.
1908
19092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1910
1911 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
1912 matching score files as well.
1913 (Picons): Describe `gnus-picon-style'.
1914
19152007-10-28 Romain Francoise <romain@orebokech.com>
1916
1917 * message.texi (Message Headers): Mention that headers are hidden
1918 using narrowing, and how to expose them.
1919 Update copyright.
1920
19212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1922
1923 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
1924 `gnus-summary-sort-by-recipient'.
1925
19262007-10-28 Romain Francoise <romain@orebokech.com>
1927
1928 * gnus.texi (NNTP marks): New node.
1929 (NNTP): Move NNTP marks variables to the new node.
1930
19312007-10-28 Jesper Harder <harder@ifa.au.dk>
1932
b2abec73 1933 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
1934
1935 * gnus.texi (MIME Commands, Hashcash): Markup fix.
1936
19372007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1938
b2abec73 1939 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 1940 everywhere for consistency.
b2abec73
JB
1941 (Filtering Spam Using The Spam ELisp Package): Admonish again.
1942 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
01c52d31
MB
1943 Say "regular expression" instead of "regex." Admonish. Pick
1944 other words to sound better (s/so/thus/).
b2abec73 1945 (Spam ELisp Package Filtering of Incoming Mail): Mention
01c52d31
MB
1946 statistical filters. Remove old TODO.
1947 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
1948 New section on sorting and displaying the spam score.
1949 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
1950 backend but an alias to spam-use-BBDB.
1951 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
1952 new backend functionality.
1953
19542007-10-28 Simon Josefsson <jas@extundo.com>
1955
1956 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
1957 nntp-marks-directory, from Romain Francoise
1958 <romain@orebokech.com>.
1959
19602007-10-28 Magnus Henoch <mange@freemail.hu>
1961
1962 * gnus.texi (Hashcash): New default value of
1963 hashcash-default-payment.
1964
19652007-10-28 Simon Josefsson <jas@extundo.com>
1966
1967 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
1968 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
1969
19702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1971
1972 * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
1973
19742007-10-28 Simon Josefsson <jas@extundo.com>
1975
1976 * gnus.texi (documentencoding): Add, to avoid warnings.
1977
19782007-10-28 Simon Josefsson <jas@extundo.com>
1979
1980 * message.texi (Mail Headers): Add.
1981
1982 * gnus.texi (Hashcash): Fix.
1983
19842007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1985
b2abec73 1986 * gnus.texi (Hashcash): Changed location of library, also mention
01c52d31 1987 that payments can be verified and fix the name of the
b2abec73 1988 hashcash-path variable.
01c52d31
MB
1989
19902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1991
b2abec73 1992 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
1993
19942007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
1997
19982007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1999
2000 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
2001 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
2002 warning about ham processors in spam groups removed.
01c52d31
MB
2003
20042007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 2005
b2abec73
JB
2006 * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
2007 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
2008
20092007-10-28 Jesper Harder <harder@ifa.au.dk>
2010
2011 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
2012 (Mailing List): Typo.
2013 (Customizing Articles): Add gnus-treat-ansi-sequences.
2014 (Article Washing): Index.
2015
2016 * message.texi: Use m-dash consistently.
2017
20182007-10-28 Jesper Harder <harder@ifa.au.dk>
2019
2020 * gnus.texi (GroupLens): Remove.
2021
20222007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
2023
2024 * gnus.texi (Outgoing Messages, Agent Variables): Add
2025 gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
2026 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
2027
20282007-10-28 Jesper Harder <harder@ifa.au.dk>
2029
2030 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
2031
20322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2033
2034 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
2035
2036 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
2037
20382007-10-28 Simon Josefsson <jas@extundo.com>
2039
2040 * gnus.texi (Top): Add SASL.
2041
404cd454
GM
20422007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2043
2044 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2045
20462007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2047
2048 * gnus.texi (Troubleshooting): Adjust Gnus version number.
2049
0edd2970
JB
20502007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2051
2052 * calc.texi (Formulas, Composition Basics): Lower the
2053 precedence of negation.
2054
a9afba20
JY
20552007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2056
2057 * ses.texi (The Basics): Mention how to create a new spreadsheet.
2058 Mention the new three-letter column identifiers.
2059 (More on cell printing): Calculate-cell and truncate-cell are now `c'
2060 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
2061 message when using `c' on an empty default with default printer.
2062 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
2063 renamed to `ses--symbolic-formulas' some time ago.
2064
45b778a6
JB
20652007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
2066
2067 * calc.texi (Default Simplifications, Making Selections)
2068 (Customizing Calc): Clarify associativity of multiplication.
2069
03b5bade
MA
20702007-10-23 Michael Albinus <michael.albinus@gmx.de>
2071
2072 * tramp.texi (Traces and Profiles): Simplify loop over
2073 `trace-function-background'.
2074
e658c8ee
JL
20752007-10-22 Juri Linkov <juri@jurta.org>
2076
2077 * dired-x.texi (Shell Command Guessing): Default values are now
2078 available by typing M-n instead of M-p.
2079
dd753688
MA
20802007-10-21 Michael Albinus <michael.albinus@gmx.de>
2081
2082 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
2083 (Password caching): Remove `tramp-clear-passwd'.
2084 It's not a command anymore.
dd753688
MA
2085 (Bug Reports): Add `tramp-bug' to function index.
2086 (Function Index, Variable Index): New nodes.
2087 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
2088
2089 * trampver.texi: Update release number.
2090
4bb49b43
JB
20912007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2092
8b296cdd 2093 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
2094 about integer size into past tense.
2095 (Time Zones): Remove pointer to Calc author's address.
2096 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 2097 and hyperbolic cotangent. Fix typo.
4bb49b43 2098
311dd93f
MA
20992007-10-10 Michael Albinus <michael.albinus@gmx.de>
2100
2101 Sync with Tramp 2.1.11.
2102
2103 * trampver.texi: Update release number.
2104
ea3fc256
MA
21052007-10-06 Michael Albinus <michael.albinus@gmx.de>
2106
2107 * tramp.texi (External packages): New section.
2108
1af74d06
MB
21092007-09-29 Juri Linkov <juri@jurta.org>
2110
2111 * info.texi (Help-Int): Document `L' (`Info-history').
2112
0e2806fa
SM
21132007-09-26 Carsten Dominik <dominik@science.uva.nl>
2114
2115 * org.texi: Change links to webpage and maintained email.
2116 (Remember): Promote to Chapter, significant changes.
2117 (Fast access to TODO states): New section.
2118 (Faces for TODO keywords): New section.
2119 (Export options): Example for #+DATE.
2120 (Progress logging): Section moved.
2121
567b9191
BW
21222007-09-26 Bill Wohler <wohler@newt.com>
2123
2124 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
2125 browse-url-at-mouse.
2126
1af74d06
MB
21272007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
2128
2129 * flymake.texi (Customizable variables): Face names don't end in -face.
2130 Fix flymake-err-line-patterns template.
2131 (Example -- Configuring a tool called directly): Fix init-function.
2132 (Highlighting erroneous lines): Face names don't end in -face.
2133
d60a4e3a 21342007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
2135
2136 * erc.texi (Special-Features): Fix small typo.
2137
7d7a3510
MA
21382007-09-14 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
2141 and "External transfer methods".
2142
285f0d3a
JB
21432007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
2144
2145 * calc.texi (Predefined Units): Add some history.
2146
526dc846
MO
21472007-09-08 Michael Olson <mwolson@gnu.org>
2148
87e04f16
JB
2149 * erc.texi (Copying): New section included from gpl.texi.
2150 This matches the look of the upstream ERC manual.
526dc846 2151
f10d0e80
JB
21522007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
2153
87e04f16 2154 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
2155 (Random Numbers): Clarify the distribution of `random'.
2156
4009494e
GM
21572007-09-06 Glenn Morris <rgm@gnu.org>
2158
f1fc42aa 2159 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 2160 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
2161 Change all setfilename commands to use ../../info.
2162 * Makefile.in: Move the parts of the old man/Makefile.in that do not
2163 refer to the Emacs manual here.
2164 (infodir): New variable.
2165 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
2166 (cc-mode.texi, faq.texi): Update references to source file locations.
2167 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
2168 do not refer to the Emacs manual here.
2169 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
2170
2171 * Makefile.in: Add `basename' versions of all info targets, for
2172 convenience when rebuilding just one manual.
2173 (../etc/GNU): Delete obsolete target.
2174 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2175 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
2176 *.vrs *.toc here...
2177 (maintainer-clean): ...from here.
4009494e
GM
2178
2179 * makefile.w32-in (../etc/GNU): Delete obsolete target.
2180
2de53ca6
GM
21812007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
2182
2183 * calc.texi (Date Conversions): Clarify definition of
2184 Julian day numbering.
2185 (Date Forms): Clarify definition of Julian day numbering;
2186 add some history.
2187
21882007-08-30 Carsten Dominik <dominik@science.uva.nl>
2189
87e04f16 2190 * org.texi: Version 5.07.
2de53ca6
GM
2191
21922007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
2193
2194 * message.texi (MIME): Replace mml-attach with mml-attach-file.
2195
21962007-08-22 Carsten Dominik <dominik@science.uva.nl>
2197
2198 * org.texi (Adding hyperlink types): New section.
2199 (Embedded LaTeX): Chapter updated because of LaTeX export.
2200 (LaTeX export): New section.
2201 (Using links out): New section.
2202
22032007-08-22 Glenn Morris <rgm@gnu.org>
2204
2205 * faq.texi (Learning how to do something): Refcards now in
2206 etc/refcards/ directory.
2207
22082007-08-22 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * tramp.texi (Remote Programs): Persistency file must be cleared when
2211 changing `tramp-remote-path'.
2212 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
2213 macro.
2214
22152007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2216
2217 * calc.texi: Move contents to beginning of file.
2218 (Algebraic Entry): Fix the formatting of an example.
2219
22202007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
2221
2222 * calc.texi (Basic Operations on Units): Mention exact versus
2223 inexact conversions.
2224
22252007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
2226
2227 * calc.texi (Basic Operations on Units): Mention default
2228 values for new units.
2229 (Quick Calculator Mode): Mention that binary format will
2230 be displayed.
2231
22322007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
2235
22362007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2237
2238 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
2239
22402007-08-08 Glenn Morris <rgm@gnu.org>
2241
2242 * gnus.texi, sieve.texi: Replace `iff'.
2243
22442007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2245
2246 * calc.texi (Basic Graphics): Mention the graphing of error
2247 forms.
2248 (Graphics Options): Mention how `g s' handles error forms.
2249 (Curve Fitting): Mention plotting the curves.
2250 (Standard Nonlinear Models): Add additional models.
2251 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
2252 (Linear Fits): Correct result.
2253
22542007-08-01 Alan Mackenzie <acm@muc.de>
2255
2256 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
2257 to "--no-site-file".
2258
22592007-07-29 Michael Albinus <michael.albinus@gmx.de>
2260
2261 * tramp.texi (Frequently Asked Questions): Point to mode line
2262 extension in Emacs 23.1.
2263
2264 * trampver.texi: Update release number.
2265
22662007-07-27 Glenn Morris <rgm@gnu.org>
2267
2268 * calc.texi (Copying): Include license text from gpl.texi, rather than
2269 in-line.
2270
22712007-07-25 Glenn Morris <rgm@gnu.org>
2272
2273 * calc.texi (Copying): Replace license with GPLv3.
2274
2275 * Relicense all FSF files to GPLv3 or later.
2276
22772007-07-22 Michael Albinus <michael.albinus@gmx.de>
2278
2279 Sync with Tramp 2.1.10.
2280
2281 * tramp.texi (trampfn): Expand macro implementation in order to handle
2282 empty arguments.
2283 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 2284 occurrences by trampfn.
2de53ca6 2285 (Frequently Asked Questions): Extend example code for host
b2abec73 2286 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
2287 file names to be typed.
2288
2289 * trampver.texi: Update release number.
2290
22912007-07-17 Michael Albinus <michael.albinus@gmx.de>
2292
2293 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
2294 section. Reported by <poti@potis.org>.
2295 (Remote processes): Arguments of the program to be debugged are taken
2296 literally.
2297 (Frequently Asked Questions): Simplify recentf example.
2298
22992007-07-14 Karl Berry <karl@gnu.org>
2300
2301 * info.texi (@copying): New Back-Cover Text.
2302
2303 * info.texi (Quitting Info): Move to proper place in source.
2304 (Reported by Benno Schulenberg.)
2305
23062007-07-13 Eli Zaretskii <eliz@gnu.org>
2307
2308 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
2309
2310 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
2311
2312 * emacs-mime.texi: Add @documentencoding directive.
2313
23142007-07-12 Nick Roberts <nickrob@snap.net.nz>
2315
2316 * tramp.texi (Remote processes): Add an anchor to the subsection
2317 "Running a debugger on a remote host".
2318
23192007-07-12 Michael Albinus <michael.albinus@gmx.de>
2320
2321 * tramp.texi (Remote processes): Don't call it "experimental" any
2322 longer. Add subsection about running a debugger on a remote host.
2323
23242007-07-10 Carsten Dominik <dominik@science.uva.nl>
2325
2326 * org.texi (Properties and columns): Chapter rewritten.
2327
23282007-07-08 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * tramp.texi:
2331 * trampver.texi: Migrate to Tramp 2.1.
2332
23332007-07-02 Carsten Dominik <dominik@science.uva.nl>
2334
2335 * org.texi (Properties): New chapter.
2336
23372007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2338
2339 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
2340 Control Panel.
2341
2342 * gnus.texi (Misc Article): Add index entry for
2343 gnus-single-article-buffer.
2344
23452007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
2346
2347 * gnus.texi (Starting Up): Fix typo.
2348
23492007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
2350
2351 * gnus.texi (Asynchronous Fetching): Fix typo.
2352
23532007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2354
2355 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
2356 (About This Manual): Remove redundant information.
2357 (Getting Started): Mention author.
2358 (Basic Arithmetic, Customizing Calc): Make description of the
2359 variable `calc-multiplication-has-precedence' match its new effect.
2360
23612007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2362
2363 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
2364 the variable `calc-multiplication-has-precedence'.
2365
23662007-06-19 Carsten Dominik <dominik@science.uva.nl>
2367
2368 * org.texi (Tag): Section swapped with node Timestamps.
2369 (Formula syntax for Lisp): Document new `L' flag.
2370
23712007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
2372
2373 * gnus.texi (Misc Group Stuff, Summary Buffer)
2374 (Server Commands, Article Keymap): Fix typo. s/function/command/.
2375
23762007-06-06 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
2379 * gnus.texi (Article Buttons, Mail Source Customization)
2380 (Sending or Not Sending, Customizing NNDiary):
2381 * message.texi (Message Headers):
2382 * mh-e.texi (HTML): Fix typos.
2383
23842007-06-07 Michael Albinus <michael.albinus@gmx.de>
2385
2386 Sync with Tramp 2.0.56.
2387
2388 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
2389 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
2390
23912007-06-02 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * Version 22.1 released.
2394
23952007-05-26 Michael Olson <mwolson@gnu.org>
2396
2397 * erc.texi (Modules): Fix references to completion modules.
2398
23992007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2400
2401 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
2402
24032007-05-09 Didier Verna <didier@xemacs.org>
2404
2405 * gnus.texi (Email Based Diary): New. Proper documentation for the
2406 nndiary back end and the gnus-diary library.
2407
24082007-05-03 Karl Berry <karl@gnu.org>
2409
2410 * .cvsignore (*.pdf): New entry.
2411
2412 * texinfo.tex: Update from current version for better pdf generation.
2413
24142007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
2417
24182007-04-28 Glenn Morris <rgm@gnu.org>
2419
2420 * faq.texi (New in Emacs 22): Restore mention of python.el pending
2421 consideration of legal status.
2422
24232007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
2424
2425 * idlwave.texi: Minor updates for IDLWAVE 6.1.
2426
24272007-04-24 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * faq.texi (New in Emacs 22): python.el removed.
2430
24312007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2432
2433 * calc.texi (Reporting bugs): Update maintainer's address.
2434
24352007-04-22 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2438
24392007-04-15 Jay Belanger <belanger@truman.edu>
2440
2441 * calc.texi (Title page): Remove the date.
2442 (Basic Arithmetic): Emphasize that / binds less strongly than *.
2443 (The Standard Calc Interface): Change trail title.
2444 (Floats): Mention that when non-decimal floats are entered, only
2445 approximations are stored.
2446 (Copying): Move to the appendices.
2447 (GNU Free Documentation License): Add as an appendix.
2448
24492007-04-15 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
2452 * dired-x.texi, ebrowse.texi, ediff.texi:
2453 * emacs-mime.texi, erc.texi, eshell.texi:
2454 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
2455 * idlwave.texi, message.texi, newsticker.texi, org.texi:
2456 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
2457 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2458 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
2459 * woman.texi: Include GFDL.
2460
2461 * doclicense.texi: Remove node heading, so that it can be included by
2462 other files.
2463
2464 * dired-x.texi: Relicence under GFDL. Remove date from title page.
2465
2466 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
2467 than *.
2468
24692007-04-14 Carsten Dominik <dominik@science.uva.nl>
2470
2471 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
2472 in Calc.
2473
24742007-04-09 Romain Francoise <romain@orebokech.com>
2475
2476 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
2477 Mac OS ports. Make it clear that mouse-1 complements and doesn't
2478 replace mouse-2.
2479
24802007-04-08 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * woman.texi (Word at point, Interface Options): woman-topic-at-point
2483 renamed to woman-use-topic-at-point. Document new behavior.
2484
24852007-04-08 Richard Stallman <rms@gnu.org>
2486
2487 * url.texi: Fix some indexing.
2488 (Disk Caching): Drop discussion of old/other Emacs versions.
2489
24902007-04-07 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * url.texi (Disk Caching): Say Emacs 21 "and later".
2493
2494 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
2495 on Font locking which now mentions JIT lock.
2496
24972007-04-01 Michael Olson <mwolson@gnu.org>
2498
2499 * erc.texi: Update for the ERC 5.2 release.
2500
25012007-03-31 David Kastrup <dak@gnu.org>
2502
2503 * woman.texi (Topic, Interface Options): Explain changes semantics of
2504 woman-manpath in order to consider MANPATH_MAP entries.
2505
25062007-03-31 Eli Zaretskii <eliz@gnu.org>
2507
2508 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
2509
25102007-03-26 Richard Stallman <rms@gnu.org>
2511
2512 * pgg.texi (Caching passphrase): Clean up previous change.
2513
25142007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
2515
2516 * gnus.texi (Setting Process Marks): Fix typo.
2517
25182007-03-25 Romain Francoise <romain@orebokech.com>
2519
2520 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
2521 readability, and include various fixes by Daniel Brockman, Nick Roberts
2522 and Dieter Wilhelm.
2523
25242007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2525
2526 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
2527
2528 * gnus.texi (Mail Source Specifiers): Fix typo.
2529
25302007-03-22 Ralf Angeli <angeli@caeruleus.net>
2531
2532 * reftex.texi (Imprint): Update maintainer information.
2533
25342007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2535
2536 * message.texi (Message Buffers): Update documentation for
2537 message-generate-new-buffers.
2538
25392007-03-15 Daiki Ueno <ueno@unixuser.org>
2540
2541 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
2542
25432007-03-21 Glenn Morris <rgm@gnu.org>
2544
2545 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
2546
25472007-03-19 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * eshell.texi (Known problems): Emacs 21 -> 22.
2550
2551 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
2552
25532007-03-18 Jay Belanger <belanger@truman.edu>
2554
2555 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
2556
25572007-03-12 Glenn Morris <rgm@gnu.org>
2558
2559 * calc.texi (Time Zones): Switch to new North America DST rule.
2560
2561 * calc.texi: Replace "daylight savings" with "daylight
2562 saving" in text throughout.
2563
25642007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2565
2566 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
2567 The variable now uses a list of symbols instead of just a symbol.
2568 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2569
25702007-03-06 Romain Francoise <romain@orebokech.com>
2571
2572 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
2573 new packages, and mention Gnus update.
2574
25752007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2576
2577 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
2578 nntp-open-connection-functions-never-echo-commands.
2579
25802007-02-27 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
2583 problems on the console, and security risk in not using gpg-agent.
2584
25852007-02-25 Carsten Dominik <dominik@science.uva.nl>
2586
2587 * org.texi (The spreadsheet): Renamed from "Table calculations".
2588 Completely reorganized and rewritten.
2589 (CamelCase links): Section removed.
2590 (Repeating items): New section.
2591 (Tracking TODO state changes): New section.
2592 (Agenda views): Chapter reorganized and rewritten.
2593 (HTML export): Section rewritten.
2594 (Tables in arbitrary syntax): New section.
2595 (Summary): Better feature summary.
2596 (Activation): Document problem with cut-and-paste of Lisp code
2597 from PDF files.
2598 (Visibility cycling): Document indirect buffer use.
2599 (Structure editing): Document sorting.
2600 (Remember): Section rewritten.
2601 (Time stamps): Better description of time stamp types.
2602 (Tag searches): Document regular expression search for tags.
2603 (Stuck projects): New section.
2604 (In-buffer settings): New keywords.
2605 (History and Acknowledgments): Updated description.
2606
26072007-02-24 Alan Mackenzie <acm@muc.de>
2608
2609 * cc-mode.texi (Movement Commands): Insert two missing command names.
2610 (Getting Started): Slight wording correction (use conditional).
2611
26122007-02-22 Kim F. Storm <storm@cua.dk>
2613
2614 * widget.texi (User Interface, Basic Types): Document need to put some
2615 text before the %v escape in :format string in editable-field widget.
2616
26172007-02-18 Romain Francoise <romain@orebokech.com>
2618
2619 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
2620 `cvs-mode-quit'.
2621
26222007-02-10 Markus Triska <markus.triska@gmx.at>
2623
2624 * widget.texi (Programming Example): Put constant strings in :format.
2625
26262007-02-07 Juanma Barranquero <lekktu@gmail.com>
2627
2628 * faq.texi (Fullscreen mode on MS-Windows): New node.
2629
26302007-02-04 David Kastrup <dak@gnu.org>
2631
2632 * faq.texi (AUCTeX): Update version number. Should probably be done
2633 for other packages as well.
2634
26352007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2636
2637 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
2638 <tassilo@member.fsf.org>.
2639
26402007-01-27 Eli Zaretskii <eliz@gnu.org>
2641
2642 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
2643 ls-lisp-use-localized-time-format.
2644
26452007-01-20 Markus Triska <markus.triska@gmx.at>
2646
2647 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
2648
26492007-01-13 Michael Olson <mwolson@gnu.org>
2650
2651 * erc.texi (Modules): Mention capab-identify module.
2652
26532007-01-05 Michael Olson <mwolson@gnu.org>
2654
2655 * erc.texi (Getting Started): Update for /RECONNECT command.
2656
26572007-01-04 Richard Stallman <rms@gnu.org>
2658
2659 * ebrowse.texi: Change C-c b to C-c C-m.
2660
26612007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2662
2663 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
2664 variables only in info to avoid redundant entries in the printed
2665 manual.
2666
26672007-01-02 Daiki Ueno <ueno@unixuser.org>
2668
2669 * message.texi (Using PGP/MIME): Document gpg-agent usage.
2670
26712007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
2672
2673 * message.texi (Security): Split into sub-nodes.
2674
26752007-01-01 Alan Mackenzie <acm@muc.de>
2676
2677 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
2678 eval-after-load in Emacs <=21 and a workaround. Document that
2679 trigraphs are not supported.
2680
26812007-01-01 Alan Mackenzie <acm@muc.de>
2682
2683 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
2684 c-context-line-break. When invoked within a string, preserve
2685 whitespace. Add a backslash only when also in a macro.
2686
26872007-01-01 Alan Mackenzie <acm@muc.de>
2688
2689 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
2690
26912007-01-01 Alan Mackenzie <acm@muc.de>
2692
2693 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
2694 are now bound by default to c-\(beginning\|end\)-of-defun by default.
2695
26962007-01-01 Alan Mackenzie <acm@muc.de>
2697
2698 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
2699 "Choosing a Style".
2700
2701 * cc-mode.texi ("Styles"): Add @dfn{style}.
2702
27032006-12-30 Michael Albinus <michael.albinus@gmx.de>
2704
2705 Sync with Tramp 2.0.55.
2706
2707 * trampver.texi: Update release number.
2708
27092006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
2710
2711 * gnus.texi (Customizing Articles): Add index entries for all
2712 gnus-treat-* variables.
2713
c8763fb6 27142006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
2715
2716 * gnus.texi (IMAP): Fix incorrect explanation of
2717 nnimap-search-uids-not-since-is-evil in documentation for
2718 nnimap-expunge-search-string.
2719
27202006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
2721
2722 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
2723 spam-ifile-database.
2724
27252006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2726
2727 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
2728 rebind C-s.
2729
c8763fb6 27302006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
2731
2732 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
2733 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
2734 "expiring mail".
2735 (IMAP): Document nnimap-search-uids-not-since-is-evil and
2736 nnimap-nov-is-evil.
2737
27382006-12-25 Kevin Ryde <user42@zip.com.au>
2739
2740 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
2741 about the key procedure being used heavily.
2742
27432006-12-24 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
2746 to t.
2747 (Prerequisites): Add explanation about gpg-agent.
2748
27492006-12-22 Kevin Ryde <user42@zip.com.au>
2750
2751 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
2752 "sort" instead of "sort*".
2753
27542006-12-19 Richard Stallman <rms@gnu.org>
2755
2756 * calc.texi (History and Acknowledgements): Recognize that Emacs
2757 now does have floating point.
2758
27592006-12-19 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * tramp.texi (External transfer methods): Describe new method `scpc'.
2762
27632006-12-17 Sascha Wilde <wilde@sha-bang.de>
2764
2765 * pgg.texi: Added short note on gpg-agent to the introduction.
2766
27672006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2768
2769 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
2770 also applies to Cc.
2771
27722006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2773
2774 * gnus.texi (X-Face): Clarify. Say which programs are required
2775 on Windows.
2776
27772006-12-08 Michael Olson <mwolson@gnu.org>
2778
2779 * erc.texi (Modules): Remove documentation for list module.
2780
c8763fb6 27812006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
2782
2783 * faq.texi (^M in the shell buffer): Ditto.
2784
27852006-11-20 Michael Olson <mwolson@gnu.org>
2786
2787 * erc.texi: Call this the 5.2 stable pre-release of ERC.
2788
27892006-11-17 Carsten Dominik <dominik@science.uva.nl>
2790
2791 * org.texi: Fix typos.
2792 (Agenda commands): Document `C-k'.
2793
27942006-11-16 Eli Zaretskii <eliz@gnu.org>
2795
2796 * url.texi (http/https): Fix a typo in the HTTP URL.
2797
27982006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
2799
2800 * ada-mode.texi: Total rewrite.
2801
28022006-11-13 Carsten Dominik <dominik@science.uva.nl>
2803
2804 * org.texi: Minor typo fixes.
2805
28062006-11-13 Bill Wohler <wohler@newt.com>
2807
2808 Release MH-E manual version 8.0.3.
2809
2810 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2811 release 8.0.3.
2812
2813 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
2814 to set MAILDIR.
2815 (Reading Mail): Document the customization of read-mail-command
2816 for MH-E.
2817 (Viewing Attachments): Document mm-discouraged-alternatives.
2818 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
2819 (Junk): Add more information about the settings of mh-junk-background
2820 in a program. Add /usr/bin/mh to PATH in examples.
2821
28222006-11-12 Richard Stallman <rms@gnu.org>
2823
2824 * woman.texi: Update author address but say he no longer maintains it.
2825
28262006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2827
2828 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
2829 archived trees.
2830 (Checkboxes): Section moved to chapter 5, and extended.
2831 (The date/time prompt): New section.
2832 (Link abbreviations): New section.
2833 (Presentation and sorting): New section.
2834 (Custom agenda views): Section completely rewritten.
2835 (Summary): Compare with Planner.
2836 (Feedback): More info about creating backtraces.
2837 (Plain lists): Modified example.
2838 (Breaking down tasks): New section.
2839 (Custom time format): New section.
2840 (Time stamps): Document inactive timestamps.
2841 (Setting tags): More details about fast tag selection.
2842 (Block agenda): New section.
2843 (Custom agenda views): Section rewritten.
2844 (Block agenda): New section.
2845
28462006-11-07 Michael Albinus <michael.albinus@gmx.de>
2847
2848 * tramp.texi (Configuration): scp is the default method.
2849 (Default Method): Use ssh as example for another method.
2850
28512006-10-27 Richard Stallman <rms@gnu.org>
2852
2853 * woman.texi: Downcase nroff/troff/roff.
2854 (Installation): Chapter deleted. Some xrefs deleted.
2855 (Background): woman doesn't advise man ;-).
2856
c8763fb6 28572006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
2858
2859 * ada-mode.texi (Project files, Identifier completion)
2860 (Automatic Casing, Debugging, Using non-standard file names)
2861 (Working Remotely): Fix typos.
2862
28632006-10-20 Masatake YAMATO <jet@gyve.org>
2864
2865 * cc-mode.texi (Sample .emacs File): Added missing `)' in
2866 sample code `my-c-initialization-hook'.
2867
28682006-10-19 Stuart D. Herring <herring@lanl.gov>
2869
2870 * widget.texi: Fix typos.
2871
28722006-10-19 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * tramp.texi (Frequently Asked Questions): Remove questions marked with
2875 "???". There have been no complaints for years, so the information
2876 must be appropriate.
2877
28782006-10-16 Richard Stallman <rms@gnu.org>
2879
2880 * widget.texi: Use @var instead of capitalization.
2881 Clarify many widget type descriptions.
2882
28832006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2884
2885 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
2886 gnus-dired-attach.
2887 (Selecting a Group): Fix typo.
2888
c8763fb6 28892006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
2890
2891 * widget.texi: Fix typos.
2892
28932006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
2894
2895 * gnus.texi (Image Enhancements): Update for Emacs 22.
2896
2897 * gnus-faq.texi ([1.3]): Update.
2898
28992006-10-06 Richard Stallman <rms@gnu.org>
2900
2901 * faq.texi (Displaying the current line or column):
2902 Delete "As of Emacs 20".
2903
29042006-10-06 Romain Francoise <romain@orebokech.com>
2905
2906 * faq.texi (VM): VM works with Emacs 22 too.
2907
29082006-10-06 Richard Stallman <rms@gnu.org>
2909
2910 * ebrowse.texi: Remove Emacs version "21" from title.
2911
29122006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
2913
2914 * gnus.texi (Foreign Groups): Say where change of editing commands are
2915 stored. Add reference to `gnus-parameters'.
2916
29172006-09-15 Jay Belanger <belanger@truman.edu>
2918
2919 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
2920 Change "Library Public License" to "Lesser Public License"
2921 throughout. Use "yyyy" to represent year.
2922
29232006-09-15 Carsten Dominik <dominik@science.uva.nl>
2924
2925 * org.texi (Setting tags): Typo fix.
2926
29272006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
2928
2929 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
2930
29312006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2932
2933 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
2934
29352006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2936
2937 * faq.texi (Escape sequences in shell output): EMACS is now set
2938 to Emacs's absolute file name, not to "t".
2939 (^M in the shell buffer): Likewise.
2940 * misc.texi (Interactive Shell): Likewise.
2941
29422006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2943
2944 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
2945 mails with pop3-leave-mail-on-server. Fix wording.
2946 (Limiting): Improve gnus-summary-limit-to-articles.
2947 (X-Face): Fix typo.
2948
29492006-09-11 Simon Josefsson <jas@extundo.com>
2950
2951 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
2952 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
2953
29542006-09-06 Simon Josefsson <jas@extundo.com>
2955
2956 * smtpmail.texi (Authentication): Mention SSL.
2957
29582006-09-01 Eli Zaretskii <eliz@gnu.org>
2959
2960 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
2961 Don't use @indicateurl.
2962
2963 * cc-mode.texi (Subword Movement): Don't use @headitem.
2964 (Custom Braces, Clean-ups): Don't use @tie.
2965
29662006-08-29 Michael Albinus <michael.albinus@gmx.de>
2967
2968 Sync with Tramp 2.0.54.
2969
2970 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
2971 Suggested by Adrian Phillips <a.phillips@met.no>.
2972
29732006-08-15 Carsten Dominik <dominik@science.uva.nl>
2974
2975 * org.texi (Installation, Activation): Split from Installation and
2976 Activation.
2977 (Clocking work time): Documented new features.
2978
29792006-08-13 Alex Schroeder <alex@gnu.org>
2980
2981 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
2982 example.
2983
29842006-08-12 Eli Zaretskii <eliz@gnu.org>
2985
2986 * faq.texi (How to add fonts): New node.
2987
29882006-08-05 Romain Francoise <romain@orebokech.com>
2989
2990 * faq.texi (New in Emacs 22): Expand.
2991
29922006-08-03 Michael Olson <mwolson@gnu.org>
2993
2994 * erc.texi: Update for ERC 5.1.4.
2995
29962006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
2997
2998 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
2999 in .../site-lisp/gnus/ by default.
3000 [ From gnus-news.texi in the trunk. ]
3001
30022006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
3003
3004 * gnus.texi (MIME Commands): Additions for yEnc.
3005
30062006-07-24 Richard Stallman <rms@gnu.org>
3007
3008 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
3009 * faq.texi: Move periods and commas inside quotes.
3010
30112006-07-20 Jay Belanger <belanger@truman.edu>
3012
3013 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
3014
30152006-07-18 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * faq.texi (Security risks with Emacs): Document Emacs 22
3018 file-local-variable mechanism.
3019
30202006-07-12 Michael Olson <mwolson@gnu.org>
3021
3022 * erc.texi: Update for ERC 5.1.3.
3023
30242006-07-12 Alex Schroeder <alex@gnu.org>
3025
3026 * rcirc.texi: Fix typos.
3027 (Getting started with rcirc): New calling convention for M-x irc.
3028 Mention #rcirc. Removed channel tracking.
3029 (Configuration): Changed the names of all variables that got changed
3030 recently, eg. rcirc-server to rcirc-default-server. Added
3031 documentation for rcirc-authinfo, some background for Bitlbee, and
3032 rcirc-track-minor-mode.
3033 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
3034 Scrolling.
3035 (Reconnecting after you have lost the connection): Fixed example code
3036 to match code changes.
3037
30382006-07-10 Nick Roberts <nickrob@snap.net.nz>
3039
3040 * gnus.texi, message.texi: Fix typos.
3041
30422006-07-07 Carsten Dominik <dominik@science.uva.nl>
3043
3044 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
3045 commands.
3046 (Global TODO list): Document the use of the variables
3047 `org-agenda-todo-ignore-scheduled' and
3048 `org-agenda-todo-list-sublevels'.
3049
30502006-07-05 Richard Stallman <rms@gnu.org>
3051
3052 * faq.texi (Scrolling only one line): Fix xref.
3053
30542006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3055
3056 * faq.texi (Evaluating Emacs Lisp code):
3057 Throughout, replace eval-current-buffer with eval-buffer.
3058
30592006-07-03 Richard Stallman <rms@gnu.org>
3060
3061 * rcirc.texi (Scrolling conservatively): Fix xref.
3062
3063 * pcl-cvs.texi (Viewing differences): Usage fix.
3064
30652006-07-03 Carsten Dominik <dominik@science.uva.nl>
3066
3067 * org.texi (Agenda commands): Document `s' key to save all org-mode
3068 buffers.
3069
30702006-06-30 Ralf Angeli <angeli@caeruleus.net>
3071
3072 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
3073 names. Mention `cvs-msg' face.
3074
30752006-06-29 Carsten Dominik <dominik@science.uva.nl>
3076
3077 * org.texi (Checkboxes): New section.
3078
30792006-06-28 Carsten Dominik <dominik@science.uva.nl>
3080
3081 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
3082 throughout this chapter.
3083
30842006-06-27 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
3087 text for standalone vs Emacs info.
3088 (Help): Clarify header line description. Use mouse-1 for clicks.
3089 (Help-P): Use mouse-1 for clicks.
3090 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
3091 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
3092 (Choose menu subtopic): Remove gratuitous Emacs command names.
3093 (Help-FOO): Put usual behavior first.
3094 (Help-Xref): Clicking on xrefs works in Emacs.
3095 (Search Text): Clarify what the default behavior is.
3096 (Create Info buffer): Fix Emacs window/X window confusion.
3097 (Emacs Info Variables): Fix for new Emacs init file behavior.
3098
30992006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3100
3101 * gnus.texi (Summary Buffer Lines): Fix typo.
3102
31032006-06-23 Carsten Dominik <dominik@science.uva.nl>
3104
3105 * org.texi (Embedded LaTeX): New chapter.
3106 (Archiving): Section rewritten.
3107 (Enhancing text): Some parts moved to the new chapter about LaTeX.
3108
31092006-06-20 Bill Wohler <wohler@newt.com>
3110
3111 Release MH-E manual version 8.0.1.
3112
3113 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3114 release 8.0.1.
3115 (Preface): Depend on GNU mailutils 1.0 and higher.
3116
31172006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * message.texi (News Headers): Update message-syntax-checks section.
3120
31212006-06-19 Karl Berry <karl@gnu.org>
3122
3123 * info.texi (Advanced): Mention C-q, especially with ?.
3124
31252006-06-19 Carsten Dominik <dominik@science.uva.nl>
3126
3127 * org.texi (Publishing links): Document the `:link-validation-function'
3128 property.
3129 (Extensions and Hacking): New chapter, includes some sections of the
3130 "Miscellaneous" chapter.
3131
31322006-06-10 Carsten Dominik <dominik@science.uva.nl>
3133
3134 * org.texi (Progress logging): New section.
3135
31362006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * viper.texi (Viper Specials):
3139 * gnus.texi (Example Setup):
3140 * faq.texi (Backspace invokes help):
3141 * dired-x.texi (Optional Installation Dired Jump):
3142 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3143 follow coding conventions.
3144
31452006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3146
3147 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3148
31492006-06-06 Carsten Dominik <dominik@science.uva.nl>
3150
3151 * org.texi (ASCII export): Document indentation adaptation.
3152 (Setting tags): Document mutually-exclusive tags.
3153
31542006-06-05 Romain Francoise <romain@orebokech.com>
3155
3156 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
3157 Fix typo.
3158
3159 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
3160 channel (#gnus@irc.freenode.net).
3161 Fix typos. Update copyright notice.
3162
3163 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
3164 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
3165 (Line-Up Functions, Custom Macros):
3166 * ediff.texi (Window and Frame Configuration)
dccb744b 3167 (Highlighting Difference Regions):
2de53ca6
GM
3168 * emacs-mime.texi (Display Customization):
3169 * erc.texi (History):
3170 * eshell.texi (Known problems):
3171 * eudc.texi (Overview, BBDB):
3172 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
3173 (The problem of spam, SpamOracle, Extending the Spam package)
3174 (Conformity, Terminology):
dccb744b 3175 * idlwave.texi (Routine Info)
2de53ca6
GM
3176 (Class and Keyword Inheritance, Padding Operators)
3177 (Breakpoints and Stepping, Electric Debug Mode)
3178 (Examining Variables, Troubleshooting):
3179 * org.texi (Creating timestamps):
3180 * reftex.texi (Commands, Options, Changes):
3181 * tramp.texi (Inline methods, Password caching)
3182 (Auto-save and Backup, Issues):
3183 * vip.texi (Files, Commands in Insert Mode):
3184 * viper.texi (Emacs Preliminaries, States in Viper)
3185 (Packages that Change Keymaps, Viper Specials, Groundwork):
3186 Fix various typos.
3187
31882006-05-31 Michael Ernst <mernst@alum.mit.edu>
3189
3190 * ediff.texi: Fix typos.
3191
31922006-05-30 Carsten Dominik <dominik@science.uva.nl>
3193
3194 * org.texi: Small typo fixes.
3195
31962006-05-29 Michael Albinus <michael.albinus@gmx.de>
3197
3198 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
3199
32002006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3201
3202 * pcl-cvs.texi: Fix typos.
3203 (Customization): Say "us".
3204
32052006-05-26 Eli Zaretskii <eliz@gnu.org>
3206
3207 * org.texi: Remove bogus @setfilename.
3208
32092006-05-26 Carsten Dominik <dominik@science.uva.nl>
3210
3211 * org.texi (ASCII export): Omit command name.
3212 (HTML export): Add prefix to all lines in Local Variable example.
3213 (Acknowledgments): Typeset names in italics.
3214
32152006-05-24 Carsten Dominik <dominik@science.uva.nl>
3216
3217 * org.texi (Plain lists): Add new item navigation commands.
3218 (External links): Document elisp and info links.
3219 (Custom searches): New section.
3220 (Publishing): New chapter.
3221 (HTML export): Include a list of supported CSS classes.
3222 (Setting tags): Describe the fast-tag-setting interface.
3223
32242006-05-20 Luc Teirlinck <teirllm@auburn.edu>
3225
3226 * dired-x.texi: ifinfo -> ifnottex.
3227
32282006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3229
3230 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3231
32322006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3233
3234 * message.texi (Interface): Add tool bar customization.
3235 (MIME): Index and text additions for mml-attach.
3236 (MIME): Describe mml-dnd-protocol-alist and
3237 mml-dnd-attach-options.
3238
3239 * gnus.texi (Oort Gnus): Reorder entries in sections.
3240 Fix some entries.
3241 (Starting Up): Add references to "Emacs for Heathens" and to
3242 "Finding the News". Add user-full-name and user-mail-address.
3243 (Group Buffer Format): Add tool bar customization and update.
3244 (Summary Buffer): Add tool bar customization.
3245 (Posting Styles): Add message-alternative-emails.
3246
32472006-05-09 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * tramp.texi (Filename completion): Improve wording.
3250
32512006-05-07 Romain Francoise <romain@orebokech.com>
3252
3253 * faq.texi (Using regular expressions): Fix typo.
3254 (Packages that do not come with Emacs): Fix capitalization.
3255 (Replacing text across multiple files): Expand node to explain how
3256 to use `dired-do-query-replace-regexp' in more detail, based on
3257 suggestion by Eric Hanchrow <offby1@blarg.net>.
3258
32592006-05-06 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * tramp.texi (Filename completion): Completion of remote files'
3262 method, user name and host name is active only in partial
3263 completion mode.
3264
32652006-05-06 Bill Wohler <wohler@newt.com>
3266
3267 Release MH-E manual version 8.0.
3268
3269 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3270 release 8.0.
3271
32722006-05-06 Bill Wohler <wohler@newt.com>
3273
3274 * mh-e.texi (MH-BOOK-HOME): Change from
3275 http://www.ics.uci.edu/~mh/book/mh to
3276 http://rand-mh.sourceforge.net/book/mh.
3277 Replace .htm suffix with .html for MH book files.
3278 (Using This Manual): Update key binding for getting relevant
3279 chapter in Info from command key.
3280 (Ranges): Fix itemx.
3281
32822006-05-05 Karl Berry <karl@gnu.org>
3283
3284 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
3285 (\fonttextsize): New user-level command to change text font size.
3286
32872006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3288
3289 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
3290
32912006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3292
3293 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
3294
32952006-04-24 Bill Wohler <wohler@newt.com>
3296
3297 * mh-e.texi (Getting Started): Make it more explicit that you need
3298 to install MH. Add pointers to current MH implementations.
3299
33002006-04-21 Bill Wohler <wohler@newt.com>
3301
3302 Release MH-E manual version 7.94.
3303
3304 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3305 release 7.94.
3306
33072006-04-21 Carsten Dominik <dominik@science.uva.nl>
3308
3309 * org.texi: Many small fixes.
3310 (Handling links): Rename from "Managing links".
3311
33122006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3313
3314 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
3315 (Splitting mail using spam-stat): Fix @xref.
3316
33172006-04-20 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 3320 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
3321
33222006-04-20 Carsten Dominik <dominik@science.uva.nl>
3323
3324 * org.texi (Time stamps): Better explanation of the purpose of
3325 different time stamps.
3326 (Structure editing, Plain lists): More details on how new items
3327 and headings are inserted.
3328
33292006-04-18 Carsten Dominik <dominik@science.uva.nl>
3330
3331 * org.texi (Formula syntax): Fix link to Calc Manual.
3332
33332006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3334
3335 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
3336
33372006-04-17 Bill Wohler <wohler@newt.com>
3338
3339 * mh-e.texi (Folders): Update mh-before-quit-hook and
3340 mh-quit-hook example with code that removes the buffers rather
3341 than just bury them.
3342
33432006-04-17 Michael Albinus <michael.albinus@gmx.de>
3344
3345 Sync with Tramp 2.0.53.
3346
33472006-04-13 Carsten Dominik <dominik@science.uva.nl>
3348
3349 * org.texi (Updating settings): New section.
3350 (Visibility cycling): Better names for the startup folding
3351 options.
3352 (Exporting): Completely restructured.
3353 (The very busy C-c C-c key): New section.
3354 (Summary of in-buffer settings): New section.
3355
33562006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
3357
3358 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
3359
33602006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
3363 (Server Commands): Key `v' is reserved for users.
3364
33652006-04-11 Carsten Dominik <dominik@science.uva.nl>
3366
3367 * org.texi (Link format): New section, emphasis on bracket links.
3368 (External links): Document bracket links.
3369 (FAQ): Expand to cover shell links and the new link format.
3370
33712006-04-09 Kevin Ryde <user42@zip.com.au>
3372
3373 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
3374
33752006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3376
3377 * gnus.texi (Summary Buffer Lines): Add `*'.
3378
c8763fb6 33792006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
3380
3381 * gnus.texi (Group Parameters):
3382 Mention gnus-permanently-visible-groups.
3383
33842006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3385
3386 * gnus.texi (Face): Fix typo.
3387
33882006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3389
3390 * gnus.texi (X-Face): Clarify.
3391 (Face): Need Emacs with PNG support.
3392
33932006-04-06 Richard Stallman <rms@gnu.org>
3394
3395 * idlwave.texi: Delete the blocks "not suitable for inclusion with
3396 Emacs".
3397
33982006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3399
3400 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
3401 blocks not suitable for inclusion with Emacs using variable
3402 PARTOFEMACS.
3403
34042006-04-04 Simon Josefsson <jas@extundo.com>
3405
3406 * gnus.texi (Security): Improve.
3407
34082006-04-02 Bill Wohler <wohler@newt.com>
3409
3410 * mh-e.texi (Getting Started, Junk, Bug Reports)
3411 (MH FAQ and Support): Fix URLs.
3412
34132006-03-31 Romain Francoise <romain@orebokech.com>
3414
3415 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
3416 to t, not nil (and has for the past eight years).
3417
34182006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3419
3420 * message.texi, gnus.texi: Bump version to 5.11.
3421
34222006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3423
3424 * gnus.texi (Top): Add comment about version line.
3425
3426 * message.texi (Top): Ditto. Change to take named versions into
3427 account.
3428
34292006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
3430
3431 * gnus.texi (Posting Styles): Add x-face-file to example.
3432 (X-Face): Refer to posting styles.
3433
3434 * gnus-faq.texi ([5.8]): Add x-face-file.
3435 ([8.4]): Add links to gmane.emacs.gnus.user and
3436 gmane.emacs.gnus.general.
3437
34382006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
3439
3440 * gnus-faq.texi: Use .invalid.
3441 ([5.4]): Fix gnus-posting-styles example.
3442
34432006-03-27 Romain Francoise <romain@orebokech.com>
3444
3445 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
3446 Emacs/W3 needs a new maintainer.
3447 (Ispell): Update author and version info.
3448 (Mailcrypt): Mention PGG.
3449 (New in Emacs 22): Add PGG to the list of new packages.
3450 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
3451 updating dead URLs.
3452
34532006-03-25 Karl Berry <karl@gnu.org>
3454
3455 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
3456 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
3457 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
3458 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
3459 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
3460 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
3461 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
3462 (2) do not indent copyright year list (or anything else).
3463
34642006-03-21 Bill Wohler <wohler@newt.com>
3465
3466 * mh-e.texi (Folders): Various edits.
3467
34682006-03-20 Romain Francoise <romain@orebokech.com>
3469
3470 * gnus.texi (Mail Folders): Grammar fix.
3471
34722006-03-19 Bill Wohler <wohler@newt.com>
3473
3474 * mh-e.texi (Replying): Document Mail-Followup-To.
3475 Change manually-formatted table to multitable. Add debugging info.
3476 Move description of mh-reply-default-reply-to into paragraph
3477 that describes its values.
3478
34792006-03-17 Bill Wohler <wohler@newt.com>
3480
10d1d0af 3481 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
3482 (Sending Mail Tour): Update method of entering
3483 addresses and subject.
3484 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
3485 (Adding Attachments, Searching): Update screenshots for Emacs 22.
3486
34872006-03-15 Carsten Dominik <dominik@science.uva.nl>
3488
3489 * org.texi: Version number change only.
3490
34912006-03-14 Bill Wohler <wohler@newt.com>
3492
3493 * mh-e.texi: Add index entries around each paragraph rather than
3494 depend on entries from beginning of node. Doing so ensures that
3495 index entries are less likely to be forgotten if text is cut and
3496 pasted, and are necessary anyway if the references are on a
3497 separate page. It seems that makeinfo is now (v. 4.8) only
3498 producing one index entry per node, so there is no longer any
3499 excuse not to. Use subheading instead of heading. The incorrect
3500 use of heading produced very large fonts in Info--as large as the
3501 main heading.
3502 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
3503 versions 6 and 7 appeared *around* the time of these Emacs releases.
3504
35052006-03-13 Carsten Dominik <dominik@science.uva.nl>
3506
3507 * org.texi (Clean view): Document new startup options.
3508
35092006-03-11 Bill Wohler <wohler@newt.com>
3510
3511 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
3512 (Composing, Scan Line Formats): Fix @refs.
3513 (Getting Started): Define MH profile and MH profile components.
3514 (Incorporating Mail, Reading Mail, Viewing, Printing)
3515 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
3516 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
3517 for string constants.
3518 (Tool Bar): Remove spurious quote.
3519 (Junk): Use ``...'' instead of "...".
3520 (Scan Line Formats): Replace @samp with @kbd.
3521
35222006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
3523
3524 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
3525
35262006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3527
3528 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
3529 easy to understand.
3530
35312006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
3532
3533 * gnus.texi: Markup fix.
3534 (Fancy Mail Splitting): Specify new feature.
3535
35362006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
3539 partial-words matching.
3540
35412006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
3544
3545 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
3546 (MIME Commands): Fix mm-discouraged-alternatives.
3547
35482006-03-07 Carsten Dominik <dominik@science.uva.nl>
3549
3550 * org.texi: Version number change only.
3551
35522006-03-06 Bill Wohler <wohler@newt.com>
3553
3554 * mh-e.texi: Move from SourceForge repository to Savannah.
3555 This is version 7.93, which is a total rewrite from the previous
3556 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
3557 version 7.93.
3558
35592006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
3560
3561 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
3562
35632006-03-01 Carsten Dominik <dominik@science.uva.nl>
3564
3565 * org.texi (Interaction): Add item about `org-mouse.el' by
3566 Piotr Zielinski.
3567 (Managing links): Document that also mouse-1 can be used to
3568 activate a link.
3569 (Headlines, FAQ): Add entry about hiding leading stars.
3570 (Miscellaneous): Resort the sections in this chapter to a more
3571 logical sequence.
3572
35732006-02-27 Simon Josefsson <jas@extundo.com>
3574
3575 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
3576 2004-01-27 from the trunk).
3577
35782006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3579
3580 * cc-mode.texi: Rename c-hungry-backspace to
3581 c-hungry-delete-backwards, at the request of RMS. Leave the old
3582 name as an alias.
3583
35842006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3585
3586 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
3587 include the function header within the defun.
3588
35892006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3590
3591 * cc-mode.texi: Correct two typos.
3592
35932006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3594
3595 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
3596 existing comment.
3597 (Electric Keys): Add a justification for electric indentation.
3598 (Hungry WS Deletion): Clear up the names and complications of the
3599 BACKSPACE and DELETE keys.
3600
36012006-02-23 Juri Linkov <juri@jurta.org>
3602
3603 * faq.texi (Common requests): Move `Turning on auto-fill by
3604 default' after `Wrapping words automatically'. Move `Working with
3605 unprintable characters' before `Searching for/replacing newlines'.
3606 Move `Replacing highlighted text' after `Highlighting a region'.
3607 Merge `Repeating commands' and `Repeating a command as many times
3608 as possible' into the former.
3609 (Packages that do not come with Emacs): Add refs to Gmane and
3610 etc/MORE.STUFF.
3611
36122006-02-23 Juri Linkov <juri@jurta.org>
3613
3614 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
3615 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
3616 Add xref to `(emacs)Reporting Bugs'.
3617 (Getting a printed manual): Add URL to other formats of the manual.
3618 (Common requests): Fix menu.
3619 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
3620 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
3621 (Inserting text at the beginning of each line): Add pxref to
3622 `Changing the included text prefix'.
3623 (Forcing the cursor to remain in the same column): Mention `track-eol'
3624 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
3625 (Replacing text across multiple files): Add keybinding `Q' for
3626 `dired-do-query-replace'.
3627
36282006-02-22 Carsten Dominik <dominik@science.uva.nl>
3629
3630 * reftex.texi: Version number and date change only.
3631
3632 * org.texi (Internal Links): Rewrite to cover the modified
3633 linking system.
3634
36352006-02-17 Eli Zaretskii <eliz@gnu.org>
3636
3637 * faq.texi: Remove the coding cookie, it's not needed anymore.
3638
36392006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3640
3641 * faq.texi (Colors on a TTY): Mention Mac OS port.
3642
36432006-02-12 Karl Berry <karl@gnu.org>
3644
3645 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
3646 8-bit accented a.
3647
36482006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
3649
3650 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
3651
36522006-02-08 Romain Francoise <romain@orebokech.com>
3653
3654 * faq.texi (Top): Remove paragraph about the FAQ being a
3655 transitional document, etc.
3656 (Searching for/replacing newlines): New node.
3657 (Yanking text in isearch): New node.
3658 (Inserting text at the beginning of each line): Rename and make
3659 more general, mention `M-;' in Message mode.
3660
36612006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3662
3663 * faq.texi (Meta key does not work in xterm)
3664 (Emacs does not display 8-bit characters)
3665 (Inputting eight-bit characters): Update xrefs.
3666
36672006-02-06 Romain Francoise <romain@orebokech.com>
3668
3669 * faq.texi (VM): VM now at version 7.19.
3670 Set myself as maintainer of this file.
3671
36722006-02-04 Michael Olson <mwolson@gnu.org>
3673
3674 * erc.texi (History): Note that ERC is now included with Emacs.
3675
36762006-01-31 Romain Francoise <romain@orebokech.com>
3677
3678 * message.texi (Message Headers): Explain what
3679 `message-alternative-emails' does in more detail.
3680 Update copyright year.
3681
36822006-01-30 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
3685
36862006-01-29 Richard M. Stallman <rms@gnu.org>
3687
3688 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
3689
36902006-01-29 Michael Olson <mwolson@gnu.org>
3691
3692 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
3693
3694 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
3695
3696 * faq.texi (New in Emacs 22): Mention ERC.
3697
36982006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3699
3700 * rcirc.texi: Capitalize dir entry for consistency with the entry
3701 in info/dir and other entries in the Emacs category.
3702 Fix typos. Delete trailing whitespace.
3703
c8763fb6 37042006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
3705
3706 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
3707
37082006-01-27 Eli Zaretskii <eliz@gnu.org>
3709
3710 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
3711 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3712
3713 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
3714 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3715
37162006-01-27 Alex Schroeder <alex@gnu.org>
3717
3718 * rcirc.texi: New file.
3719
37202006-01-23 Juri Linkov <juri@jurta.org>
3721
3722 * widget.texi (User Interface): Add S-TAB for widget-backward.
3723
37242006-01-22 Michael Albinus <michael.albinus@gmx.de>
3725
3726 Sync with Tramp 2.0.52.
3727
3728 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
3729 Add Tramp disabling item. New item for common connection problems.
3730 (various): Apply "ftp" as method for the download URL.
3731 (Bug Reports): Refer to FAQ for common problems.
3732
37332006-01-21 Eli Zaretskii <eliz@gnu.org>
3734
3735 * widget.texi (User Interface): Use @key for TAB.
3736
3737 * ses.texi (Formulas, Printer functions): Use @key for TAB.
3738
3739 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
3740 for TAB.
3741
3742 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
3743
37442006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * gnus.texi: Update copyright.
3747
37482006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3749
3750 * gnus.texi (Article Washing): Additions.
3751
37522006-01-08 Alex Schroeder <alex@gnu.org>
3753
3754 * pgg.texi (Caching passphrase): Rewording.
3755
37562006-01-13 Carsten Dominik <dominik@science.uva.nl>
3757
3758 * org.texi (Agenda commands): Document tags command.
3759
37602006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3761
3762 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
3763
37642006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3765
3766 * gnus.texi (RSS): Addition.
3767
37682005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
3771
37722005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * emacs-mime.texi (Display Customization): Add setting example to
3775 mm-discouraged-alternatives.
3776
37772006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
3780 version is the canonical version.
3781
37822006-01-08 Alex Schroeder <alex@gnu.org>
3783
3784 * pgg.texi (Caching passphrase): Rewording.
3785
37862006-01-06 Eli Zaretskii <eliz@gnu.org>
3787
3788 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
3789 repository URL.
3790
37912006-01-06 Carsten Dominik <dominik@science.uva.nl>
3792
3793 * org.texi: Removed the accidentally re-added empty line in the
3794 direntry.
3795
37962006-01-05 Carsten Dominik <dominik@science.uva.nl>
3797
3798 * org.texi (Agenda Views): Chapter reorganized.
3799
38002005-12-29 Romain Francoise <romain@orebokech.com>
3801
3802 * faq.texi (Using Customize): New node.
3803
38042005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3805
3806 * org.texi: Remove blank line in @direntry. It is non-standard
3807 and recursively produces blank lines all over the dir file (when
3808 using Texinfo 4.8).
3809
38102005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3811
3812 * widget.texi (atoms): Delete obsolete remark about `file' widget.
3813
38142005-12-20 Carsten Dominik <dominik@science.uva.nl>
3815
3816 * org.texi (Tags): Boolean logic documented.
3817 (Agenda Views): Document custom commands.
3818
38192005-12-20 David Kastrup <dak@gnu.org>
3820
3821 * faq.texi (AUCTeX): Update version and mailing list info.
3822
38232005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3824
3825 * gnus.texi (MIME Commands): Mention addition of
3826 multipart/alternative to gnus-buttonized-mime-types and add xref
3827 to mm-discouraged-alternatives.
3828
3829 * emacs-mime.texi (Display Customization): Mention addition of
3830 "image/.*" and add xref to gnus-buttonized-mime-types in the
3831 mm-discouraged-alternatives section.
3832
38332005-12-16 Carsten Dominik <dominik@science.uva.nl>
3834
3835 * org.texi (Tags): New section.
3836 (Agenda Views): Chapter reorganized.
3837
38382005-12-16 Eli Zaretskii <eliz@gnu.org>
3839
3840 * org.texi (Internal Links): Add a missing comma after an @xref.
3841
38422005-12-14 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * faq.texi (Filling paragraphs with a single space): No need to
3845 change sentence-end now.
3846
38472005-12-13 Romain Francoise <romain@orebokech.com>
3848
3849 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
3850
38512005-12-12 Jay Belanger <belanger@truman.edu>
3852
3853 * faq.texi (Calc): Update version number.
3854
38552005-12-12 Carsten Dominik <dominik@science.uva.nl>
3856
3857 * org.texi (Progress Logging): New section.
3858
38592005-12-10 Romain Francoise <romain@orebokech.com>
3860
3861 Update the Emacs FAQ for the 22.1 release.
3862
3863 * faq.texi: Set VER to `22.1'.
3864 (Basic editing): Explain how to use localized versions of the
3865 Tutorial. Mention that `C-h r' displays the manual. Delete
3866 obsolete WWW link to an Emacs 18 tutorial.
3867 (Getting a printed manual): Point to the new locations of the
3868 manuals on the GNU Web site.
3869 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
3870 available via Info (it was previously distributed separately).
3871 (Installing Texinfo documentation): The latest version of Texinfo
3872 is 4.8, not 4.0.
3873 (Informational files for Emacs): COPYING is the GNU General Public
3874 License, not the Emacs General Public License.
3875 (Informational files for Emacs): Delete obsolete link to the
3876 GNUinfo pages as they have been removed from the GNU Web site.
3877 (New in Emacs 22): New node.
3878 (Setting up a customization file): Say that most packages support
3879 Customize nowadays.
3880 (Colors on a TTY): Delete reference to instructions on how to
3881 enable syntax highlighting, it is now enabled by default.
3882 (Turning on abbrevs by default): Emacs now reads the abbrevs file
3883 at startup automatically.
3884 (Controlling case sensitivity): Mention `M-c' in isearch.
3885 (Using an already running Emacs process): Emacs now creates the
3886 socket in `/tmp/emacsUID'. Fix typos. Change default location of
3887 gnuserv. As emacsclient can now run Lisp code as well, delete a
3888 sentence praising gnuserv for that. Simplify description of how
3889 the client/server operation works.
3890 (Compiler error messages): Delete obsolete text (compile.el has
3891 been rewritten).
3892 (Indenting switch statements): Fix typo.
3893 (Matching parentheses): Simplify setup instructions, mention the
3894 menu bar item in the Options menu.
3895 (Repeating a command as many times as possible): Mention `C-x e'.
3896 (Going to a line by number): Mention new keymap and bindings
3897 `M-g M-g', `M-g M-p' and `M-g M-n'.
3898 (Turning on syntax highlighting): Now on by default. Simplify.
3899 (Replacing highlighted text): Use `1', not `t'.
3900 (Problems with very large files): The maximum size is now 256MB on
3901 32-bit machines.
3902 (^M in the shell buffer): Mention `comint-process-echoes'.
3903 (Emacs for Apple computers): Emacs 22 has native support for Mac
3904 OS X.
3905 (Translating names to IP addresses): Delete node.
3906 (Binding keys to commands): Fix typo.
3907 (SPC no longer completes file names): New node.
3908 (MIME with Emacs mail packages): Delete section about the Emacs
3909 MIME FAQ (it's not reachable anymore).
3910
39112005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3912
3913 * cc-mode.texi: The manual has been extensively revised: the
3914 information about using CC Mode has been separated from the larger
3915 and more difficult chapters about configuration. It has been
3916 updated for CC Mode 5.31.
3917
39182005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3919
3920 * pgg.texi (User Commands): Fix description of pgg-verify-region.
3921 (Selecting an implementation): Fix descriptions.
3922
39232005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3924
3925 * message.texi (Various Message Variables): Addition.
3926
39272005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * message.texi: Fix default values.
3930
39312005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3932
3933 * message.texi (Header Commands): Clarify descriptions of
3934 message-cross-post-followup-to, message-reduce-to-to-cc, and
3935 message-insert-wide-reply.
3936 (Various Commands): Fix kindex for message-kill-to-signature;
3937 clarify description of message-tab.
3938
39392005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3940
3941 * message.texi (Mailing Lists): Fix description about MFT.
3942
3943 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
3944
39452005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3946
3947 * gnus.texi (Slow Terminal Connection): Replace old description
3948 with new one.
3949
39502005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
3953 replace X-Draft-Headers with X-Draft-From.
3954
39552005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3956
3957 * gnus.texi (Various Various): Fix the default value of
3958 nnheader-max-head-length.
3959 (Gnus Versions): Fix typo.
3960
39612005-12-08 Carsten Dominik <dominik@science.uva.nl>
3962
3963 * org.texi (Structure editing): Document new functionality of
3964 M-RET.
3965
39662005-12-06 Luc Teirlinck <teirllm@auburn.edu>
3967
3968 * org.texi (Internal Links): Fix Texinfo usage.
3969
39702005-12-06 Carsten Dominik <dominik@science.uva.nl>
3971
3972 * org.texi (TODO basics): Document the global todo list.
3973 (TODO items): Documents sparse tree for specific TODO
3974 keywords.
3975
39762005-11-30 Carsten Dominik <dominik@science.uva.nl>
3977
3978 * org.texi (Plain Lists): Typos fixed.
3979
39802005-11-28 Jay Belanger <belanger@truman.edu>
3981
3982 * calc.texi: Change references of `M-#' to `C-x *' prefix.
3983
39842005-11-24 Carsten Dominik <dominik@science.uva.nl>
3985
3986 * org.texi (Structure editing): New item moving commands added.
3987 (Plain Lists): New section.
3988
39892005-11-18 Carsten Dominik <dominik@science.uva.nl>
3990
3991 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
3992 (Agenda): Document commands `org-cycle-agenda-files' and
3993 `org-agenda-file-to-front'
3994 (Built-in table editor): Document `org-table-sort-lines'.
3995 (HTML formatting): Export of hand-formatted lists.
3996
39972005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3998
3999 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
4000 new variable gnus-toolbar-thickness.
4001
40022005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
4003
4004 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
4005
40062005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * gnus.texi (X-Face): Fix description.
4009 (XVarious): Remove gnus-xmas-logo-color-alist and
4010 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
4011
40122005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014 * gnus.texi (Group Parameters): Mention new variable
4015 gnus-parameters-case-fold-search.
4016 (Home Score File): Addition.
4017
40182005-11-04 Ulf Jasper <ulf.jasper@web.de>
4019
4020 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
4021 (Overview): List supported feed types.
4022 (Installation): No installation necessary when using autoload.
4023 (Configuration): Rename "RSS" to "news".
4024
40252005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4026
4027 * pgg.texi (User Commands): Document additional passphrase
4028 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
4029 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
4030
40312005-11-04 Carsten Dominik <dominik@science.uva.nl>
4032
4033 * org.texi: Version number changed to 3.19.
4034
40352005-10-29 Sascha Wilde <wilde@sha-bang.de>
4036
4037 * pgg.texi (How to use): Update the example to add autoload of
4038 pgg-encrypt-symmetric-region.
4039 (User Commands): Document pgg-encrypt-symmetric-region.
4040 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
4041
40422005-10-27 Jay Belanger <belanger@truman.edu>
4043
4044 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
4045 mention other TeX-related units.
4046
40472005-10-23 Lars Hansen <larsh@soem.dk>
4048
4049 * dired-x.texi (Miscellaneous Commands): Replace
4050 dired-do-relative-symlink by dired-do-relsymlink and
4051 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
4052
40532005-10-23 Jay Belanger <belanger@truman.edu>
4054
4055 * calc.texi (Predefined Units): Use `alpha' for the fine structure
4056 constant.
4057
40582005-10-23 Michael Albinus <michael.albinus@gmx.de>
4059
4060 * faq.texi (Bugs and problems): Replace
4061 `dired-move-to-filename-regexp' by
4062 `directory-listing-before-filename-regexp'.
4063
40642005-10-22 Eli Zaretskii <eliz@gnu.org>
4065
4066 * newsticker.texi (UPDATED): Set value.
4067
40682005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
4069
4070 * gnus.texi (Document Groups): Remove duplicate item.
4071
40722005-10-21 Carsten Dominik <dominik@science.uva.nl>
4073
4074 * org.texi (Summary): Mention iCalendar support.
4075 (Exporting): Document iCalendar support.
4076
40772005-10-18 Romain Francoise <romain@orebokech.com>
4078
4079 * viper.texi (Viper Specials): Capitalize GNU.
4080
40812005-10-17 Juri Linkov <juri@jurta.org>
4082
4083 * info.texi (Getting Started, Search Index, Expert Info):
4084 Fix wording.
4085 (Search Text): Replace `echo area' with `mode line'.
4086 (Search Index): Both `i' and `,' find all index entries.
4087 Replace example `C-f' with `C-l' (which exists in index of Info
4088 manual) and delete spaces in its keyboard input sequence.
4089 Delete unnecessary explanations about literal characters.
4090
40912005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * gnus.texi (Document Server Internals): Addition.
4094
40952005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4096
4097 * gnus.texi (A note on namespaces): Fix RFC reference.
4098
40992005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * gnus.texi (RSS): Fix key description.
4102
41032005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4104
4105 * gnus.texi: Emacs/w3 -> Emacs/W3.
4106 (Browsing the Web): Fix description.
4107 (Web Searches): Ditto.
4108 (Customizing W3): Ditto.
4109
41102005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4111
4112 * gnus.texi (Maildir): Clarify expire-age and expire-group.
4113
41142005-10-11 Jay Belanger <belanger@truman.edu>
4115
4116 * calc.texi (Integration): Mention using `a i' to compute definite
4117 integrals.
4118
41192005-10-11 Juri Linkov <juri@jurta.org>
4120
4121 * info.texi: Rearrange nodes.
4122 (Top): Update menu. Change ref `Info for Experts' to
4123 `Advanced Info Commands'.
4124 (Getting Started): Fix description of manual's parts.
4125 (Help-Int): Change xref `Info Search' to `Search Index', and
4126 `Expert Info' to `Advanced'.
4127 (Advanced): Move node one level up.
4128 (Search Text, Search Index): New nodes split out from `Info Search'.
4129 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
4130 split out from `Advanced'.
4131 (Advanced, Emacs Info Variables): De-document editing an Info file
4132 in Info.
4133 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
4134 (Creating an Info File): Delete node and move its text to
4135 `Expert Info'.
4136
41372005-10-10 Carsten Dominik <dominik@science.uva.nl>
4138
4139 * org.texi (Workflow states): Documented that change in keywords
4140 becomes active only after restart of Emacs.
4141
41422005-10-08 Michael Albinus <michael.albinus@gmx.de>
4143
4144 Sync with Tramp 2.0.51.
4145
41462005-10-08 Nick Roberts <nickrob@snap.net.nz>
4147
4148 * speedbar.texi (Introduction): Describe new location of speedbar
4149 on menubar.
4150 (Basic Key Bindings): Remove descriptions of bindings that have
4151 been removed.
4152
41532005-10-05 Nick Roberts <nickrob@snap.net.nz>
4154
4155 * speedbar.texi (GDB): Describe use of watch expressions.
4156
41572005-09-28 Simon Josefsson <jas@extundo.com>
4158
4159 * message.texi (IDNA): Fix.
4160
41612005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
4164 nntp-server-hook, and nntp-warn-about-losing-connection; fix
4165 description of nntp-open-connection-function.
4166 (Common Variables): Fix descriptions.
4167
41682005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
4169
4170 * gnus.texi (Server Buffer Format): Document the %a format spec.
4171
41722005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
4175
41762005-09-23 Carsten Dominik <dominik@science.uva.nl>
4177
4178 * org.texi Version 3.16.
4179
41802005-09-19 Miles Bader <miles@gnu.org>
4181
4182 * newsticker.texi: Get rid of CVS keywords.
4183
41842005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4185
4186 * gnus.texi (Finding the Parent): Fix description of how Gnus
4187 finds article.
4188
41892005-09-14 Jari Aalto <jari.aalto@cante.net>
4190
4191 * gnus.texi (Advanced Scoring Examples): New examples to teach how
4192 to drop off non-answered articles.
4193
41942005-09-19 Juanma Barranquero <lekktu@gmail.com>
4195
4196 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
4197 braces (which are unsupported by NMAKE) for macro `srcdir'.
4198
41992005-09-17 Eli Zaretskii <eliz@gnu.org>
4200
4201 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4202 (../info/newsticker, newsticker.dvi): New targets.
4203
42042005-09-17 Ulf Jasper <ulf.jasper@web.de>
4205
4206 * newsticker.texi: Replace @command with @code. Replace @example
4207 with @lisp.
4208 (Top): Added explanations to menu items.
4209 (GNU Free Documentation License): Removed.
4210
42112005-09-16 Romain Francoise <romain@orebokech.com>
4212
4213 Update all files to specify GFDL version 1.2.
4214
4215 * doclicense.texi (GNU Free Documentation License): Update to
4216 version 1.2.
4217
42182005-09-15 Richard M. Stallman <rms@gnu.org>
4219
4220 * newsticker.texi: Fix @setfilename.
4221
4222 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4223 (../info/newsticker, newsticker.dvi): New targets.
4224
42252005-08-30 Carsten Dominik <dominik@science.uva.nl>
4226
4227 * org.texi: Version 3.15.
4228
42292005-08-29 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * ses.texi: Combine all three indices into one.
4232 Correct a few typos.
4233
42342005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4235
4236 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
4237
42382005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4239
4240 * emacs-mime.texi (Handles): Remove duplicate item.
4241 (Encoding Customization): Fix the default value for
4242 mm-coding-system-priorities.
4243 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
4244 (Basic Functions): Fix reference.
4245
42462005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4247
4248 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
4249
42502005-08-18 Richard M. Stallman <rms@gnu.org>
4251
4252 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
4253 and web site.
4254
4255 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
4256 not keyboard-translate.
4257
42582005-08-11 Richard M. Stallman <rms@gnu.org>
4259
4260 * faq.texi (Using regular expressions): Fix xref.
4261
42622005-08-09 Juri Linkov <juri@jurta.org>
4263
4264 * info.texi (Help-P): Replace `Prev' with `Previous'.
4265 (Help-M, Help-Xref): Add S-TAB.
4266 (Help-FOO): Update `u' command.
4267 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
4268 Update info about visibility of xref parts.
4269 (Help-Int): Fix `m' command. Rename `Info-last' to
4270 `Info-history-back'. Add `Info-history-forward'.
4271 (Advanced): Fix `g*' and `M-n' commands.
4272 (Info Search): Add `index-apropos' in stand-alone browser.
4273 Add isearch commands.
4274 (Emacs Info Variables): Remove `Info-fontify'.
4275 Add `Info-mode-hook'. Update face names.
4276 Add `Info-fontify-maximum-menu-size',
4277 `Info-fontify-visited-nodes', `Info-isearch-search'.
4278
42792005-08-07 Michael Albinus <michael.albinus@gmx.de>
4280
4281 Sync with Tramp 2.0.50.
4282
4283 * tramp.texi: Use @option{} consequently for method names.
4284 (Inline methods, External transfer methods): Remove references to
4285 Cygwin.
4286 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
4287 implementation.
4288
42892005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
4290
4291 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
4292 Mention that gnus-init-file is not read when Emacs is invoked with
4293 --no-init-file or -q.
4294
42952005-07-19 Carsten Dominik <dominik@science.uva.nl>
4296
4297 * org.texi: Version 3.14.
4298
42992005-07-04 Carsten Dominik <dominik@science.uva.nl>
4300
4301 * org.texi: Version 3.13.
4302
43032005-07-18 Juri Linkov <juri@jurta.org>
4304
4305 * calc.texi (Time Zones, Logical Operations):
4306 * cl.texi (Overview):
4307 * org.texi (TODO types):
4308 * sc.texi (Emacs 18 MUAs):
4309 * speedbar.texi (Top):
4310 * url.texi (History):
4311 Delete duplicate duplicate words.
4312
ce058493 43132005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
4314
4315 * cl.texi (Type Predicates): Document `atom' type.
4316
43172005-07-04 Lute Kamstra <lute@gnu.org>
4318
4319 Update FSF's address in GPL notices.
4320
4321 * calc.texi (Copying):
4322 * doclicense.texi (GNU Free Documentation License):
4323 * faq.texi (Contacting the FSF):
4324 * mh-e.texi (Copying): Update FSF's address.
4325
43262005-07-03 Richard M. Stallman <rms@gnu.org>
4327
4328 * flymake.texi (Example -- Configuring a tool called directly):
4329 Update name of flymake-build-relative-filename.
4330
43312005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
4332
4333 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
4334
43352005-06-29 Carsten Dominik <dominik@science.uva.nl>
4336
4337 * org.texi: Version 3.12.
4338
43392005-06-24 Eli Zaretskii <eliz@gnu.org>
4340
4341 * makefile.w32-in (MAKEINFO): Use --force.
4342 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4343 Makefile.in.
4344 (gnus.dvi): Use "..." to quote Sed args, so that it works with
4345 more shells.
4346
43472005-06-23 Richard M. Stallman <rms@gnu.org>
4348
4349 * speedbar.texi (Creating a display): Texinfo usage fixes.
4350
4351 * tramp.texi (Customizing Completion, Auto-save and Backup):
4352 Texinfo usage fixes.
4353
43542005-06-23 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * dired-x.texi (Miscellaneous Commands):
4357 * ediff.texi (Miscellaneous):
4358 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
4359 (Agent Variables):
4360 * info.texi (Help-Xref):
4361 * message.texi (Message Headers):
4362 * org.texi (Remember):
4363 * reftex.texi (Options (Defining Label Environments)):
4364 (Options (Index Support)):
4365 (Options (Viewing Cross-References)):
4366 (Options (Misc)):
4367 (Changes):
4368 * speedbar.texi (Creating a display):
4369 * tramp.texi (Customizing Completion, Auto-save and Backup):
4370 Texinfo usage fix.
4371
43722005-06-13 Carsten Dominik <dominik@science.uva.nl>
4373
4374 * org.texi: Version 3.11.
4375
43762005-06-12 Jay Belanger <belanger@truman.edu>
4377
4378 * calc.texi (Getting Started): Remove extra menu item.
4379
43802005-05-31 Jay Belanger <belanger@truman.edu>
4381
4382 * calc.texi (Notations Used in This Manual): Use @kbd for key
4383 sequence.
4384 (Demonstration of Calc): Mention another way of starting Calc.
4385 (Starting Calc): Mention long name of M-#.
4386 (Embedded Mode Overview): Remove unnecessary instruction.
4387 (Other M-# commands): Rephrase `M-# 0' explanation.
4388 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
4389 reflect current behavior.
4390
43912005-05-30 Jay Belanger <belanger@truman.edu>
4392
4393 * calc.texi (Hooks): Change description of calc-window-hook and
4394 calc-trail-window-hook to match usage.
4395 (Computational Functions): Add more constant-generating functions.
4396 (Customizable Variables): Use defvar.
4397
43982005-05-28 Jay Belanger <belanger@truman.edu>
4399
4400 * calc.texi (Assignments in Embedded Mode): Fix variable name.
4401 (Basic Embedded Mode): Explain behavior of arguments to
4402 calc-embedded-mode.
4403
44042005-05-27 Jay Belanger <belanger@truman.edu>
4405
4406 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
4407 current behavior.
4408
44092005-05-25 Jay Belanger <belanger@truman.edu>
4410
4411 * calc.texi: Change Calc version number throughout.
4412 (Keypad Mode): Change location in info output.
4413 (Keypad mode overview): Move picture of keypad.
4414
44152005-05-21 Jay Belanger <belanger@truman.edu>
4416
4417 * calc.texi (Storing variables): Mention that only most variables
4418 are void to begin with.
4419
44202005-05-21 Kevin Ryde <user42@zip.com.au>
4421
4422 * widget.texi (Basic Types): Update cross ref from "Enabling
4423 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
4424 lispref/text.texi change.
4425
44262005-05-20 Carsten Dominik <dominik@science.uva.nl>
4427
4428 * org.texi: Version 3.09.
4429
44302005-05-18 Carsten Dominik <dominik@science.uva.nl>
4431
4432 * reftex.texi: Version 4.28.
4433
44342005-05-16 Jay Belanger <belanger@truman.edu>
4435
4436 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
4437
44382005-05-14 Jay Belanger <belanger@truman.edu>
4439
4440 * calc.texi (Default Simplifications): Insert missing ! (logical
4441 not operator).
4442
44432005-05-14 Michael Albinus <michael.albinus@gmx.de>
4444
4445 Sync with Tramp 2.0.49.
4446
44472005-05-10 Jay Belanger <belanger@truman.edu>
4448
4449 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
4450 to 1.
4451
44522005-04-29 Carsten Dominik <dominik@science.uva.nl>
4453
4454 * org.texi: Version 3.08, structure reorganized.
4455
44562005-04-24 Richard M. Stallman <rms@gnu.org>
4457
4458 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
4459
44602005-04-15 Carsten Dominik <dominik@science.uva.nl>
4461
4462 * org.texi: Update to version 3.06.
4463
44642005-04-13 Lute Kamstra <lute@gnu.org>
4465
4466 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
4467
44682005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4469
4470 * cl.texi (Porting Common Lisp): Fix typo.
4471
44722005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4473
4474 * gnus.texi (RSS): Addition.
4475
44762005-04-04 Jay Belanger <belanger@truman.edu>
4477
4478 * calc.texi: Change Calc version number.
4479 (Customizable variables): Fix description of calc-language-alist.
4480 (Copying): Put in version 2 of GPL.
4481
44822005-04-01 Jay Belanger <belanger@truman.edu>
4483
4484 * calc.texi (Troubleshooting Commands): Remove comment about
4485 installation.
4486 (Installation): Remove section.
4487 (Customizable Variables): New section.
4488 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
4489 (Graphical Devices): Add references to Customizable Variables.
4490
44912005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * emacs-mime.texi (Display Customization): Markup fixes.
4494 (rfc2047): Update.
4495
44962005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4497
4498 * gnus-faq.texi: Replaced with auto-generated version.
4499
45002005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4501
4502 * dired-x.texi (Multiple Dired Directories): default-directory was
4503 renamed to dired-default-directory.
4504
45052005-03-26 Jay Belanger <belanger@truman.edu>
4506
4507 * calc.texi (Simplifying Formulas, Rewrite Rules):
4508 Change description of top and bottom of fraction.
4509 (Modulo Forms): Move description of how to create modulo forms to
4510 earlier in the section.
4511 (Fraction Mode): Suggest using : to get a fraction by dividing.
4512 (Basic Arithmetic): Adjust placement of command name.
4513 (Truncating the Stack): Emphasize that "hidden" entries are still
4514 visible.
4515 (Installation): Move discussion of printing manual to "About This
4516 Manual".
4517 (About This Manual): Mention how to print the manual.
4518 (Reporting Bugs): Remove first person.
4519 (Building Vectors): Add algebraic version of append.
4520 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
4521 (Grouping Digits): Fix typo.
4522
45232005-03-25 Werner Lemberg <wl@gnu.org>
4524
4525 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
4526 Replace `legal' with `valid'.
4527
45282005-03-25 Werner Lemberg <wl@gnu.org>
4529
4530 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
4531
45322005-03-24 Jay Belanger <belanger@truman.edu>
4533
4534 * calc.texi (General Mode Commands)
4535 (Mode Settings in Embedded Mode): Add some explanation of
4536 recording mode settings.
4537
45382005-03-24 Richard M. Stallman <rms@gnu.org>
4539
4540 * calc.texi: Remove praise of non-free software.
4541
4542 * idlwave.texi: Don't say where to get IDL or its non-free manual.
4543 (Installation): Node deleted.
4544
45452005-03-23 Richard M. Stallman <rms@gnu.org>
4546
4547 * url.texi (HTTP language/coding): Improve last change.
4548
45492005-03-22 Jay Belanger <belanger@truman.edu>
4550
4551 * calc.texi (Embedded Mode): Add new information on changing
4552 modes.
4553
45542005-03-20 Michael Albinus <michael.albinus@gmx.de>
4555
4556 Sync with Tramp 2.0.48.
4557
4558 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
4559
4560 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
4561 "GNU/Linux". Change all addresses to .gnu.org.
4562 (Default Method): Offer shortened syntax for "su" and "sudo"
4563 methods.
4564
45652005-03-07 Richard M. Stallman <rms@gnu.org>
4566
4567 * url.texi: Fix usage of "e.g.".
4568 (HTTP language/coding): Explain the rules for these strings.
4569
45702005-03-06 Richard M. Stallman <rms@gnu.org>
4571
4572 * woman.texi (Introduction): Minor cleanups.
4573
4574 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
4575
4576 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
4577 (Installation): Node deleted.
4578
4579 * mh-e.texi (Preface): Get rid of "Emacs 21".
4580
4581 * eshell.texi (Installation): Delete node (for Emacs 20).
4582
45832005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
4584
4585 * flymake.texi: Refill and tweak style in @lisp blocks.
4586
45872005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4588
4589 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
4590
45912005-03-01 Jay Belanger <belanger@truman.edu>
4592
4593 * calc.texi (Trigonometric and Hyperbolic Functions):
4594 Mention additional functions.
4595 (Algebraic Simplifications): Mention additional simplifications.
4596
45972005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
4598
4599 * ses.texi: Add concept/function/variable indices (this work was
4600 donated by Brad Collins <brad@chenla.org>, copyright-assignment
4601 papers on file at FSF).
4602
46032005-02-10 Jay Belanger <belanger@truman.edu>
4604
4605 * calc.texi: Change @LaTeX to La@TeX throughout.
4606 Redefine @expr as @math for TeX output.
4607 Redefine @texline as a no-op for TeX output.
4608 Define @tfn, replace @t by @tfn throughout.
4609
46102005-02-09 Jay Belanger <belanger@truman.edu>
4611
4612 * calc.texi: Add macro for LaTeX for info output.
4613
46142005-02-08 Kim F. Storm <storm@cua.dk>
4615
4616 * texinfo.tex (LaTex): Add def.
4617
46182005-02-06 Jay Belanger <belanger@truman.edu>
4619
4620 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
4621 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
4622 throughout manual.
4623
46242005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * gnus.texi: Some edits based on comments from David Abrahams.
4627
46282005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4629
4630 * gnus.texi (RSS): Fix the keystroke.
4631
46322005-01-24 David Kastrup <dak@gnu.org>
4633
4634 * faq.texi: Update AUCTeX version info.
4635
46362005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
4637
4638 * gnus-faq.texi ([4.1]): Typo.
4639
46402005-01-19 Jay Belanger <belanger@truman.edu>
4641
4642 * calc.texi (Keep Arguments): Mention that keeping arguments
4643 doesn't work with keyboard macros.
4644
46452005-01-16 Richard M. Stallman <rms@gnu.org>
4646
4647 * autotype.texi (Autoinserting): Fix small error.
4648
46492005-01-16 Michael Albinus <michael.albinus@gmx.de>
4650
4651 Sync with Tramp 2.0.47.
4652
4653 * tramp.texi (Compilation): New section, describing compilation of
4654 remote files.
4655
46562005-01-11 Kim F. Storm <storm@cua.dk>
4657
4658 * widget.texi (Basic Types): Add :follow-link keyword.
4659
46602005-01-09 Jay Belanger <belanger@truman.edu>
4661
4662 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
4663
46642005-01-08 Jay Belanger <belanger@truman.edu>
4665
4666 * calc.texi: Change throughout to reflect new default value of
4667 calc-settings-file.
4668
46692005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * message.texi (Reply): `message-reply-to-function' should return
4672 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
4673
46742005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
4675
4676 * faq.texi (Changing load-path): Fix typo.
4677
46782005-01-05 Jay Belanger <belanger@truman.edu>
4679
4680 * calc.texi (Programming Tutorial): Replace kbd command by
4681 appropriate characters for a keyboard macro.
4682
46832005-01-04 Jay Belanger <belanger@truman.edu>
4684
4685 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
4686 for Lucid Emacs.
4687 (Programming Tutorial): Mention that the user needs to be in the
4688 right mode to compute some functions.
4689
46902005-01-04 Jay Belanger <belanger@truman.edu>
4691
4692 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
4693 no longer applicable.
4694
46952005-01-01 Jay Belanger <belanger@truman.edu>
4696
4697 * calc.texi (Programming Tutorial): Changed description of how to
4698 edit keyboard macros to match current behavior.
4699
47002004-12-31 Jay Belanger <belanger@truman.edu>
4701
4702 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
4703
47042004-12-20 Jay Belanger <belanger@truman.edu>
4705
4706 * calc.texi (Types Tutorial): Emphasize that you can't divide by
4707 zero.
4708
47092004-12-17 Luc Teirlinck <teirllm@auburn.edu>
4710
4711 * cc-mode.texi (Text Filling and Line Breaking): Put period after
4712 @xref.
4713 (Font Locking): Avoid @strong{Note:}.
4714
47152004-12-17 Michael Albinus <michael.albinus@gmx.de>
4716
4717 Sync with Tramp 2.0.46.
4718
4719 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
4720
47212004-12-16 Luc Teirlinck <teirllm@auburn.edu>
4722
4723 * url.texi: Correct typos.
4724 (Retrieving URLs): @var{nil}->@code{nil}.
4725 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
4726 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
4727 (Dealing with HTTP documents): @inforef->@xref.
4728
47292004-12-15 Jay Belanger <belanger@truman.edu>
4730
4731 * calc.texi: Consistently capitalized all mode names.
4732 (Answers to Exercises): Mention that an answer can be a fraction
4733 when in Fraction mode.
4734
47352004-12-13 Jay Belanger <belanger@truman.edu>
4736
4737 * calc.texi: Fix some TeX definitions.
4738
47392004-12-09 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * reftex.texi (Imprint): Remove erroneous @value's.
4742
47432004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4744
4745 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
4746 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
4747
47482004-12-08 Jay Belanger <belanger@truman.edu>
4749
4750 * calc.texi (Starting Calc): Remove comment about installation.
4751 (Keypad Mode Overview): Remove comment about Emacs 19 support.
4752
47532004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4754
4755 * url.texi: Update @setfilename.
4756 (Getting Started): No need to worry about Gnus versions.
4757 (Dealing with HTTP documents): Use @inforef.
4758
4759 * org.texi: Fix @direntry file name.
4760
47612004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * url.texi: New file.
4764
4765 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
4766
47672004-12-06 Jay Belanger <belanger@truman.edu>
4768
4769 * calc.texi (Using Calc): Remove paragraph about installation.
4770
47712004-12-06 Jay Belanger <belanger@truman.edu>
4772
4773 * calc.texi: Use more Texinfo macros and less TeX defs.
4774 Remove @refill's.
4775
47762004-12-06 Richard M. Stallman <rms@gnu.org>
4777
4778 * org.texi: New file.
4779
47802004-12-05 Richard M. Stallman <rms@gnu.org>
4781
4782 * Makefile.in (org.dvi, ../info/org): New targets.
4783 (INFO_TARGETS): Add ../info/org.
4784 (DVI_TARGETS): Add org.dvi.
4785 (maintainer-clean): Remove the info files in the info dir.
4786
47872004-11-26 Eli Zaretskii <eliz@gnu.org>
4788
4789 * idlwave.texi: Fix the setfilename directive to put the produced
4790 file in ../info.
4791 (Continued Statement Indentation): Resurrect Jan D.'s change from
4792 2004-11-03 that was lost when a newer version of idlwave.texi was
4793 imported.
4794
47952004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4796
4797 * gnus-faq.texi ([5.1]): Added missing bracket.
4798
4799 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
4800 `spam-initialize'.
4801
48022004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * message.texi (Various Message Variables): Mention that all mail
4805 file variables are derived from `message-directory'.
4806
4807 * gnus.texi (Splitting Mail): Clarify bogus group.
4808
48092004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4810
4811 * emacs-mime.texi (Encoding Customization): Fix
4812 mm-coding-system-priorities entry.
4813
c8763fb6 48142004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
4815
4816 * idlwave.texi (Continued Statement Indentation):
4817 * reftex.texi (Options (Index Support)):
4818 (Displaying and Editing the Index, Table of Contents):
4819 * speedbar.texi (Creating a display, Major Display Modes): Replace
4820 non-nil with non-@code{nil}.
4821
48222004-10-21 Jay Belanger <belanger@truman.edu>
4823
4824 * calc.texi (Algebraic-Style Calculations): Removed a comment.
4825
48262004-10-18 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * calc.texi (Reporting Bugs): Double up `@'.
4829
48302004-10-18 Jay Belanger <belanger@truman.edu>
4831
4832 * calc.texi (Reporting Bugs): Changed the address that bugs
4833 should be sent to.
4834
48352004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
4836
4837 * gnus.texi (New Features): Add 5.11.
4838
4839 * message.texi (Resending): Remove wrong default value.
4840
4841 * gnus.texi (Mail Source Specifiers): Describe possible problems
4842 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
4843 `pop3-leave-mail-on-server' to the index.
4844
48452004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4846
4847 * message.texi (Canceling News): Add how to set a password.
4848
48492004-10-12 Jay Belanger <belanger@truman.edu>
4850
4851 * calc.texi (Help Commands): Changed the descriptions of
4852 calc-describe-function and calc-describe-variable to match their
4853 current behavior.
4854
48552004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
4858
48592004-10-12 Michael Albinus <michael.albinus@gmx.de>
4860
4861 Sync with Tramp 2.0.45.
4862
4863 * tramp.texi (Frequently Asked Questions): Comment paragraph about
4864 plink link. The URL is outdated. Originator contacted for
4865 clarification.
4866
48672004-10-10 Juri Linkov <juri@jurta.org>
4868
4869 * gnus.texi (Top, Marking Articles): Join two menus in one node
4870 because a node can have only one menu.
4871
48722004-10-09 Juri Linkov <juri@jurta.org>
4873
4874 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
4875 example of nnmail-split-fancy.
4876
48772004-10-06 Karl Berry <karl@gnu.org>
4878
4879 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
4880 consistency with other uses of dashes.
4881
48822004-10-05 Karl Berry <karl@gnu.org>
4883
4884 * info.texi: Consistently use --- throughout, periods at end of
4885 menu descriptions, and a couple typos.
4886
48872004-09-26 Jesper Harder <harder@ifa.au.dk>
4888
4889 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
4890 * pgg.texi (User Commands, Backend methods): Do.
4891 * gnus.texi: Markup fixes.
4892 (Setting Process Marks): Fix `M P a' entry.
4893 * emacs-mime.texi: Fixes.
4894
48952004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
4896
4897 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
4898 again.
4899 Use 5.10 instead of 5.10.0.
4900
49012004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * gnus.texi (Summary Mail Commands): S D e.
4904
49052004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
4906
4907 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
4908 the gnus-article-mode-line-format section.
4909
49102004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
4911
4912 * gnus.texi (Various Summary Stuff): Fix the documentation for
4913 gnus-newsgroup-variables.
4914
49152004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4916
4917 * gnus.texi (MIME Commands): Added
4918 gnus-mime-display-multipart-as-mixed,
4919 gnus-mime-display-multipart-alternative-as-mixed,
4920 gnus-mime-display-multipart-related-as-mixed.
4921 (Mail Source Customization): Clarify `mail-source-directory'.
4922 (Splitting Mail): Mention gnus-group-find-new-groups.
4923 (SpamOracle): Fixed typo.
4924
4925 * gnus-faq.texi: Untabify.
4926 ([6.3]): nnir.el is in contrib directory.
4927
4928 * message.texi (News Headers): Clarify how a unique ID is created.
4929
4930 * gnus.texi (Batching Agents): Fixed typo in example. Reported
4931 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4932
b2abec73 49332004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 4934
b2abec73 4935 * gnus.texi (Group Parameters): Added more on hooks.
2de53ca6
GM
4936
49372004-09-20 Florian Weimer <fw@deneb.enyo.de>
4938
4939 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
4940
49412004-09-22 Jay Belanger <belanger@truman.edu>
4942
4943 * calc.texi (Vectors as Lists): Added a warning that the tutorial
4944 might be hidden during part of the session.
4945
49462004-09-20 Jay Belanger <belanger@truman.edu>
4947
4948 * calc.texi (Notations Used in This Manual): Put in an earlier
4949 mention that DEL could be called Backspace.
4950
49512004-09-10 Simon Josefsson <jas@extundo.com>
4952
4953 * gnus.texi (IMAP): Add example. Suggested and partially written
4954 by Steinar Bang <sb@dod.no>.
4955
49562004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4957
4958 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
4959 netrc syntax.
4960
49612004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4962
b2abec73
JB
4963 * gnus.texi (Spam ELisp Package Sequence of Events):
4964 Some clarifications.
2de53ca6
GM
4965 (Spam ELisp Package Global Variables): More clarifications.
4966
49672004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4968
4969 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
4970 Mention spam-split does not modify incoming mail.
4971
49722004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4973
4974 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
4975
49762004-09-10 Eli Zaretskii <eliz@gnu.org>
4977
4978 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
4979
49802004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4981
4982 * makefile.w32-in (sieve, pgg): Use $(infodir).
4983
49842004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
4985
4986 * makefile.w32-in: Fix PGG and Sieve entries.
4987
49882004-08-28 Eli Zaretskii <eliz@gnu.org>
4989
4990 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
4991 Emacs and related programs.
4992
49932004-08-27 Richard M. Stallman <rms@gnu.org>
4994
4995 * faq.texi: Fix texinfo usage, esp. doublequotes.
4996 (Difference between Emacs and XEmacs): Some clarification.
4997
4998 * faq.texi (Difference between Emacs and XEmacs):
4999 Explain not to contrast XEmacs with GNU Emacs.
5000
50012004-08-26 Richard M. Stallman <rms@gnu.org>
5002
5003 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
5004
50052004-08-22 David Kastrup <dak@gnu.org>
5006
5007 * reftex.texi (AUCTeX): Update links, section name.
5008
5009 * faq.texi (Calc): Update availability (included in 22.1).
5010 (AUCTeX): Update availability, information, versions, description.
5011
50122004-08-14 Eli Zaretskii <eliz@gnu.org>
5013
5014 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
5015
50162004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5017
5018 * cc-mode.texi: Various updates for CC Mode 5.30.9.
5019
50202004-08-10 Michael Albinus <michael.albinus@gmx.de>
5021
5022 Sync with Tramp 2.0.44.
5023
50242004-08-05 Lars Hansen <larsh@math.ku.dk>
5025
5026 * widget.texi (User Interface): Update how to separate the
5027 editable field of an editable-field widget from other widgets.
5028 (Programming Example): Add text after field.
5029
50302004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5031
5032 * emacs-mime.texi (Encoding Customization): Add a note to the
5033 mm-content-transfer-encoding-defaults entry.
5034 (rfc2047): Update.
5035
5036 * gnus.texi (Article Highlighting): Add
5037 gnus-cite-ignore-quoted-from.
5038 (POP before SMTP): New node.
5039 (Posting Styles): Addition.
5040 (Splitting Mail): Add nnmail-split-lowercase-expanded.
5041 (Fancy Mail Splitting): Ditto.
5042 (X-Face): Add gnus-x-face.
5043
50442004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
5045
5046 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
5047 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
5048
50492004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
5050
5051 * gnus.texi (Mail Source Specifiers): Describe
5052 `pop3-leave-mail-on-server'.
5053
50542004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
5055
5056 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
5057
5058 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
5059 repository. Change setfilename.
5060
5061 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
5062
50632004-07-02 Juri Linkov <juri@jurta.org>
5064
5065 * pcl-cvs.texi (Viewing differences): Add `d r'.
5066
50672004-06-29 Jesper Harder <harder@ifa.au.dk>
5068
5069 * ses.texi, viper.texi, flymake.texi, faq.texi:
5070 * eshell.texi, ediff.texi: Markup fixes.
5071
50722004-06-21 Karl Berry <karl@gnu.org>
5073
5074 * info.texi (Top): Mention that only Emacs has mouse support.
5075 (Getting Started): Mention this in a few other places.
5076
50772004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * autotype.texi (Copyrights, Timestamps): Recommend
5080 `before-save-hook' instead of `write-file-functions'.
5081
50822004-06-13 Lars Hansen <larsh@math.ku.dk>
5083
5084 * dired-x.texi (dired-mark-omitted): Update keybinding.
5085
50862004-06-10 Kim F. Storm <storm@cua.dk>
5087
5088 * pcl-cvs.texi (Viewing differences): Add 'd y'.
5089
50902004-06-05 Lars Hansen <larsh@math.ku.dk>
5091
5092 * dired-x.texi (variable dired-omit-mode): Rename from
5093 dired-omit-files-p.
5094 (function dired-omit-mode): Rename from dired-omit-toggle.
5095 Call dired-omit-mode rather than set dired-omit-files-p.
5096 (dired-mark-omitted): Describe command.
5097
50982004-05-29 Michael Albinus <michael.albinus@gmx.de>
5099
5100 Version 2.0.41 of Tramp released.
5101
51022004-05-29 Juanma Barranquero <lektu@terra.es>
5103
5104 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
5105 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5106
51072004-05-29 Richard M. Stallman <rms@gnu.org>
5108
5109 * cl.texi (Top): Call this chapter `Introduction'.
5110 (Overview): In TeX, no section heading here.
5111
5112 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
5113
51142004-05-29 Eli Zaretskii <eliz@gnu.org>
5115
5116 * Makefile.in (../info/flymake, flymake.dvi): New targets.
5117 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5118
51192004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5120
5121 * flymake.texi: New file.
5122
51232004-05-28 Simon Josefsson <jas@extundo.com>
5124
5125 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
5126
b344d29d 51272004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
5128
5129 Version 2.0.40 of Tramp released.
5130
51312004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
5132
5133 Complete rework, based on review by Karl Berry <karl@gnu.org>.
5134
5135 * tramp.texi (Auto-save and Backup): Explain exploitation of new
5136 variables `tramp-backup-directory-alist' and
5137 `tramp-bkup-backup-directory-info'.
5138 (Overview, Connection types)
5139 (External transfer methods, Default Method)
5140 (Windows setup hints): Remove restriction of password entering
5141 with external methods.
5142 (Auto-save and Backup): Make file name example
5143 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
5144 and `auto-save-directory' must be used.
5145 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
5146 only "NT"). Remove doubled entry "What kinds of systems does
5147 @tramp{} work on".
5148 (tramp): Macro removed.
5149 (Obtaining Tramp): Flag removed from title.
5150 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
5151 and `trampver' used properly. Flag `tramp-inst' replaced by
5152 `installchapter'. Installation related text adapted.
5153
51542004-04-28 Masatake YAMATO <jet@gyve.org>
5155
5156 * widget.texi (Programming Example): Remove overlays.
5157
51582004-04-27 Jesper Harder <harder@ifa.au.dk>
5159
5160 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
5161
51622004-04-23 Juanma Barranquero <lektu@terra.es>
5163
5164 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5165
51662004-04-05 Jesper Harder <harder@ifa.au.dk>
5167
5168 * info.texi (Info Search): Add info-apropos.
5169
51702004-03-22 Juri Linkov <juri@jurta.org>
5171
5172 * faq.texi: Fix help key bindings.
5173
51742004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5175
5176 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
5177 (as suggested by Karl Berry). Update information about colored
5178 stars in menus. Add new subheading describing M-n.
5179
51802004-03-12 Richard M. Stallman <rms@gnu.org>
5181
5182 * cl.texi (Top): Rename top node's title.
5183
51842004-03-08 Karl Berry <karl@gnu.org>
5185
5186 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
5187 problems making the texinfo distribution.
5188
51892004-02-29 Simon Josefsson <jas@extundo.com>
5190
5191 * smtpmail.texi (Authentication): Changed the list of supported
5192 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
5193 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
5194 <voegelas@gmx.net>.
5195
51962004-02-29 Juanma Barranquero <lektu@terra.es>
5197
5198 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5199 Use $(DEL) instead of rm, and ignore exit code.
5200
b344d29d 52012004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
5202
5203 Tramp version 2.0.39 released.
5204
52052004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5206
5207 * tramp.texi (Customizing Completion): Explain new functions
5208 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
5209 (all): Savannah URLs unified to "http://savannah.nongnu.org".
5210 (Top): Refer to Savannah mailing list as the major one. Mention
5211 older mailing lists in HTML mode only.
5212 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
5213 (Frequently Asked Questions): Remote hosts must not be Unix-like
5214 for "smb" method.
5215 (Password caching): New node.
5216 (External transfer methods): Refer to password caching for "smb"
5217 method.
5218
52192004-02-17 Karl Berry <karl@gnu.org>
5220
5221 * info.texi (Help-Int): Mention the new line number feature.
5222
52232004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5224
5225 * ses.texi (Advanced Features): New functionality for
5226 ses-set-header-row (defaults to current row unless C-u used).
5227 (Acknowledgements): Add Stefan Monnier.
5228
52292003-12-29 Kevin Ryde <user42@zip.com.au>
5230
5231 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
5232
b344d29d 52332003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5234
5235 Tramp version 2.0.38 released.
5236
5237 * tramp.texi (Remote shell setup): Warn of environment variables
5238 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
5239 <sven.gabriel@imk.fzk.de>.
5240 (Configuration): Tramp now chooses base64/uuencode
5241 automatically. Update wording accordingly.
5242 (Top): More description for the `Default Method' menu entry.
5243 (Default Method): Use @code, not @var, for Lisp variables.
5244 (Default Method): New subsection `Which method is the right one
5245 for me?' Suggested by Christian Kirsch.
5246 (Configuration): Pointer to new subsection added.
5247 (Default Method): Too many "use" in one sentence.
5248 Rephrase. Reported by Christian Kirsch.
5249 (Filename Syntax): Old `su' example is probably a left-over from
5250 the sm/su method naming. Replace with `ssh', instead.
5251 (External transfer methods, Auto-save and Backup):
5252 Typo fixes.
5253
52542003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
5255
183080b6 5256 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
5257 (Top): Mention japanese manual only if flag `jamanual' is set.
5258 Insert section `Japanese manual' in menu.
5259
52602003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5261
5262 * eshell.texi (Known Problems): Add doc item.
5263
52642003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5265
5266 * cc-mode.texi: Update for CC Mode 5.30.
5267
5268 Note: Please refrain from doing purely cosmetic changes like
5269 removing trailing whitespace in this manual; it clobbers cvs
5270 merging for no good reason.
5271
52722003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5273
5274 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
5275 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
5276 @acronym{ASCII}.
5277
52782003-10-26 Karl Berry <karl@gnu.org>
5279
5280 * info.texi (Info Search): Echo area, not echo are. From Debian
5281 diff.
5282
52832003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
5284
10d1d0af 5285 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
5286 :buttons and :children keywords.
5287
52882003-10-22 Miles Bader <miles@gnu.org>
5289
5290 * Makefile.in (info): Move before $(top_srcdir)/info.
5291
52922003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
5293
5294 * tramp.texi (Inline methods): Small grammar fix.
5295 (External transfer methods): Likewise.
5296
52972003-10-08 Nick Roberts <nick@nick.uklinux.net>
5298
5299 * speedbar.texi: Remove paragraph for GUD that is no longer true.
5300
53012003-10-06 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * texinfo.tex: Replace `%' in arch tagline by @ignore.
5304
53052003-09-30 Richard M. Stallman <rms@gnu.org>
5306
5307 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
5308
5309 * widget.texi (User Interface): Fix typos.
5310
5311 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
5312
53132003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5314
5315 * pcl-cvs.texi (Selected Files): Fix typo.
5316
53172003-09-21 Karl Berry <karl@gnu.org>
5318
5319 * info.texi (] and [ commands): No period at end of section title.
5320
53212003-09-04 Miles Bader <miles@gnu.org>
5322
5323 * Makefile.in (top_srcdir): New variable.
5324 ($(top_srcdir)/info): New rule.
5325 (info): Depend on it.
5326
53272003-09-03 Peter Runestig <peter@runestig.com>
5328
5329 * makefile.w32-in: New file.
5330
53312003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
5332
5333 * widget.texi (User Interface): Explain the need of static text
5334 around an editable field.
5335
53362003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5337
5338 * widget.texi (Basic Types): The argument to `:help-echo' can now
5339 be a form that evaluates to a string.
5340
53412003-08-18 Kim F. Storm <storm@cua.dk>
5342
5343 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
5344
53452003-08-16 Richard M. Stallman <rms@gnu.org>
5346
5347 * dired-x.texi (Shell Command Guessing): Explain *.
5348
53492003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
5350
5351 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
5352 log-edit-insert-changelog.
5353
53542003-08-03 Karl Berry <karl@gnu.org>
5355
5356 * info.texi: Need @contents.
5357
c8763fb6 53582003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5359
5360 Tramp version 2.0.36 released.
5361
5362 * tramp.texi (Remote shell setup): Explain about problems with
5363 non-Bourne commands in ~/.profile and ~/.shrc.
5364
53652003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5366
5367 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
5368 renaming of `vis-mode' to `visible-mode'.
5369
53702003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
5371
5372 * info.texi (Top, Help-Small-Screen): Remove accidentally added
5373 next, prev and up pointers.
5374
53752003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
5376
5377 * info.texi (Help): Mention existence of Emacs and stand-alone
5378 Info at the very beginning of the tutorial.
5379 (Help-Inv): New node.
5380 (Help-]): New node.
5381 (Help-M): Systematically point out the differences between default
5382 Emacs and stand-alone versions. Delete second menu.
5383 (Help-Xref): Systematically point out the differences between
5384 default Emacs and stand-alone versions.
5385 (Help-Int): Change `l' example.
5386 (Expert Info): Fix typos.
5387 (Emacs Info Variables): Mention `Info-hide-note-references' and
5388 new default for `Info-scroll-prefer-subnodes'.
5389
c8763fb6 53902003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5391
5392 Version 2.0.35 of Tramp released.
5393
5394 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
5395 (Inline methods): Add methods `remsh' and `plink1'.
5396 (External transfer methods): Add method `remcp'.
5397 (Multi-hop Methods): Add method `remsh'.
5398 Small patch from Adrian Aichner <adrian@xemacs.org>:
5399 Fix minor typos.
5400 (Concept Index): Added to make manual searchable via
5401 `Info-index'.
5402 (Version Control): Add cindex entry.
5403
c8763fb6 54042003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5405
5406 * trampver.texi: Version 2.0.34 released.
5407
54082003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5409
5410 * faq.texi: Improve previous changes.
5411
54122003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5413
5414 * faq.texi: Update copyright and maintenance details.
5415 Update some package URLs, versions, and maintainers.
5416 Remove many references to the Emacs Lisp Archive.
5417
54182003-04-23 Simon Josefsson <jas@extundo.com>
5419
5420 * smtpmail.texi: Fix license (the invariant sections mentioned has
5421 never been part of the smtp manual). Align info dir entry with
5422 other emacs packages.
5423
54242003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5425
5426 * tramp.texi: Version 2.0.33 released.
5427 Remove installation chapter. Remove XEmacs specifics.
5428
54292003-03-29 Richard M. Stallman <rms@gnu.org>
5430
5431 * tramp.texi (Top): Undo the previous renaming.
5432 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
5433
c8763fb6 54342003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5435
5436 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
5437 version of manual.
5438
5439 * tramp.texi (Auto-save and Backup): New node.
5440
54412003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
5442
5443 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
5444 Emacs" in order to have better differentiation to "XEmacs".
5445 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
5446 are new macros in order to point to the other Emacs flavor where
5447 appropriate. In info case, point to node `Installation' in order
5448 to explain how to generate the other way. In html case, make a
5449 link to the other html file.
5450 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
5451 after CVS checkout/update.
5452 (Installation): Completely rewritten.
5453 (Installation parameters, Load paths): New sections under
5454 `Installation'.
5455
c8763fb6 54562003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5457
5458 * tramp.texi: Version 2.0.30 released.
5459 Replace word "path" with "localname" where used as a component of
5460 a Tramp file name.
5461
54622003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
5463
5464 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
5465 introduced.
5466 (Installation): Explain what to do if files from the tramp/contrib
5467 directory are needed.
5468
54692003-02-23 Alex Schroeder <alex@emacswiki.org>
5470
5471 * smtpmail.texi (How Mail Works): New.
5472
54732003-02-22 Alex Schroeder <alex@emacswiki.org>
5474
5475 * smtpmail.texi: New file.
5476
5477 * Makefile.in: Build SMTP manual.
5478
c8763fb6 54792003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5480
5481 * tramp.texi: Version 2.0.29 released.
5482 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
5483 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
5484
54852003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
5486
5487 * tramp.texi (Frequently Asked Questions): Explain a workaround if
5488 another package loads accidently Ange-FTP.
5489
54902003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
5491
5492 * tramp.texi (Customizing Completion): Add function
5493 `tramp-parse-sconfig'. Change example of
5494 `tramp-set-completion-function', because parsing of ssh config
5495 files looks more natural.
5496
54972003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
5498
5499 * gnus.texi: Do not use `path' in several locations.
5500
c8763fb6 55012002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
5502
5503 * tramp.texi (External transfer methods): New method `smb'. From
5504 Michael Albinus.
5505
55062002-11-05 Karl Berry <karl@gnu.org>
5507
5508 * info.texi (Info-fontify): Reorder face list to avoid bad line
5509 breaks.
5510
c8763fb6 55112002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
5512
5513 * tramp.texi: Move @copying to standard place. Use
5514 @insertcopying.
5515
55162002-10-02 Karl Berry <karl@gnu.org>
5517
5518 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
5519 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
5520 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
5521 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
5522 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
5523 Per rms, update all manuals to use @copying instead of @ifinfo.
5524 Also use @ifnottex instead of @ifinfo around the top node, where
5525 needed for the sake of the HTML output.
5526 (The Gnus manual is not fixed since it's not clear to me how it
5527 works; and the Tramp manual already uses @copying, although in an
5528 unusual way. All others were changed.)
5529
55302002-09-10 Jonathan Yavner <jyavner@engineer.com>
5531
5532 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
5533 (../info/ses, ses.dvi): New targets.
5534 * ses.texi: New file.
5535
c8763fb6 55362002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
5537
5538 * texinfo.tex: Update to texinfo 4.2.
5539
55402002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5541
5542 * reftex.texi: Update to RefTeX 4.19.
5543
c8763fb6 55442002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
5545
5546 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
5547 (../info/tramp, tramp.dvi): New targets.
5548
55492002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5550
5551 * Makefile.in (DVI_TARGETS): Add calc.dvi.
5552 (calc.dvi): Uncomment.
5553
55542001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * Makefile.in (INFO_TARGETS): Add ../info/calc.
5557 (../info/calc): New target.
5558
55592001-10-20 Gerd Moellmann <gerd@gnu.org>
5560
5561 * (Version 21.1 released.)
5562
55632001-10-05 Gerd Moellmann <gerd@gnu.org>
5564
5565 * Branch for 21.1.
5566
55672001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5568
5569 * Makefile.in (../info/info): Use an explicit -o switch to
5570 makeinfo.
5571
55722001-03-05 Gerd Moellmann <gerd@gnu.org>
5573
5574 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5575
55762000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * Makefile.in (../info/idlwave): Use --no-split.
5579
55802000-12-14 Dave Love <fx@gnu.org>
5581
5582 * Makefile.in (mostlyclean): Remove gnustmp.*
5583 (gnus.dvi): Change rule to remove @latex stuff.
5584
55852000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5586
5587 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
5588
55892000-10-13 John Wiegley <johnw@gnu.org>
5590
5591 * Makefile.in: Add build targets for eshell.texi.
5592
55932000-09-25 Gerd Moellmann <gerd@gnu.org>
5594
5595 * Makefile.in: Remove/comment speedbar stuff.
5596
55972000-09-22 Dave Love <fx@gnu.org>
5598
5599 * Makefile.in: Add emacs-mime.
5600
56012000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5602
5603 * Makefile.in (INFO_TARGETS): Add ../info/woman.
5604 (DVI_TARGETS): Add woman.dvi.
5605 (../info/woman, woman.dvi): New targets.
5606
56072000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5608
5609 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5610
5611 * pcl-cvs.texi: New file.
5612 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
5613 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
5614
56152000-05-11 Gerd Moellmann <gerd@gnu.org>
5616
5617 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
5618 (../info/ebrowse, ebrowse.dvi): New targets.
5619
56202000-01-13 Gerd Moellmann <gerd@gnu.org>
5621
5622 * Makefile.in (INFO_TARGETS): Add eudc.
5623 (DVI_TARGETS): Add eudc.dvi.
5624 (../info/eudc, eudc.dvi): New targets.
5625
56262000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
5627
5628 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
5629 compatibility with 8+3 filesystems).
5630 (../info/efaq): Rename from emacs-faq.
5631
56322000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
5635 (../info/idlwave, idlwave.dvi): New targets.
5636
56371999-10-23 Dave Love <fx@gnu.org>
5638
5639 * Makefile.in: Use autotype.texi.
5640
56411999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5642
5643 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
5644 faq.texi file) rather than ../info/faq.
5645
56461999-10-07 Gerd Moellmann <gerd@gnu.org>
5647
5648 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
5649 (../info/ada-mode, ada-mode.dvi): New targets.
5650
56511999-09-01 Dave Love <fx@gnu.org>
5652
5653 * Makefile.in: Add faq.
5654
56551999-07-12 Richard Stallman <rms@gnu.org>
5656
5657 * Version 20.4 released.
5658
56591998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5660
5661 * Version 20.3 released.
5662
56631998-04-06 Andreas Schwab <schwab@gnu.org>
5664
5665 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5666 it in dvi targets.
5667 (../etc/GNU): Change to $(srcdir) first.
5668
56691998-03-11 Carsten Dominik <cd@delysid.gnu.org>
5670
5671 * reftex.texi: Update for RefTeX version 3.22.
5672
56731998-02-08 Richard Stallman <rms@psilocin.gnu.org>
5674
5675 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
5676 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5677
56781997-09-23 Paul Eggert <eggert@twinsun.com>
5679
5680 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5681 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
5682
56831997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5684
5685 * Version 20.2 released.
5686
56871997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5688
5689 * Version 20.1 released.
5690
56911997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5692
5693 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
5694
56951996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5696
5697 * Version 19.33 released.
5698
56991996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5700
5701 * Version 19.32 released.
5702
57031996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5704
5705 * Makefile.in: Add rules for the Message manual.
5706
57071996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5708
5709 * gnus.texi: New version.
5710
5711 * message.texi: New manual.
5712
57131996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5714
5715 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5716
57171996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5718
5719 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5720 Specify -I option.
5721 (All dvi targets): Set the TEXINPUTS variable.
5722
57231996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5724
5725 * Version 19.31 released.
5726
57271996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5728
5729 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
5730 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
5731
57321995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5733
5734 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
5735 (INFO_TARGETS): Add ../info/cc-mode.
5736 (DVI_TARGETS): Add cc-mode.dvi.
5737
57381996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5739
5740 * Version 19.31 released.
5741
57421995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5743
5744 * Version 19.30 released.
5745
57461995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5747
5748 * gnus.texi: New file.
5749
57501995-11-04 Erik Naggum <erik@naggum.no>
5751
5752 * gnus.texi: File deleted.
5753
57541995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5755
5756 * mh-e.texi: "Function Index" -> "Command Index" to work with
5757 Emacs 19.30 C-h C-k support of separately-documented commands.
5758
57591995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5760
5761 * Makefile.in (../info/ediff, ediff.dvi): New targets.
5762 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
5763
57641995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5765
5766 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
5767 (../info/viper, viper.dvi): New targets.
5768
57691995-04-20 Kevin Rodgers <kevinr@ihs.com>
5770
5771 * dired-x.texi (Installation): Change the example to set
5772 buffer-local variables like dired-omit-files-p in
5773 dired-mode-hook.
5774
57751995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5776
5777 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
5778 (../info/mh-e, mh-e.dvi): New targets.
5779
57801995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5781
5782 * Makefile.in (maintainer-clean): Rename from realclean.
5783
57841994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5785
5786 * Makefile.in: New file.
5787 * Makefile: File deleted.
5788
57891994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5790
5791 * Makefile (TEXINDEX_OBJS): Variable deleted.
5792 (texindex, texindex.o, getopt.o): Rules deleted.
5793 All deps on texindex deleted.
5794 (distclean): Don't delete texindex.
5795 (mostlyclean): Don't delete *.o.
5796 * texindex.c, getopt.c: Files deleted.
5797
57981994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5799
5800 * Version 19.26 released.
5801
58021994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5803
5804 * Version 19.25 released.
5805
58061994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5807
5808 * Version 19.24 released.
5809
58101994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5811
5812 * Version 19.23 released.
5813
58141994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5815
5816 * Makefile: Delete spurious tab.
5817
58181994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5819
5820 * Makefile (.SUFFIXES): New rule.
5821
58221994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5823
5824 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
5825 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5826
58271994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5828
5829 * Makefile (../info/sc): Rename from sc.info.
5830 (../info/cl): Likewise.
5831 (INFO_TARGETS): Use new names.
5832
58331993-12-04 Richard Stallman (rms@srarc2)
5834
5835 * getopt.c: New file.
5836 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5837 (getopt.o): New rule.
5838 (dvi): Don't depend on texindex.
5839 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
5840 Depend on texindex.
5841
58421993-12-03 Richard Stallman (rms@srarc2)
5843
5844 * Makefile (../info/sc.info): Rename from ../info/sc.
5845 (TEXI2DVI): New variable.
5846 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
5847 Add explicit commands.
5848 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5849
58501993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5851
5852 * Version 19.22 released.
5853
58541993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5855
5856 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5857
58581993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5859
5860 * Version 19.21 released.
5861
58621993-11-15 Paul Eggert (eggert@twinsun.com)
5863
5864 * man/Makefile (../info/cl.info): Rename from ../info/cl.
5865
58661993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5867
5868 * Makefile (../etc/GNU): New target.
5869 (EMACSSOURCES): Add gnu1.texi.
5870
58711993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5872
5873 * Makefile (realclean): Don't delete the Info files.
5874
f0131492 58751993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
5876
5877 * forms.texi: Fix forms.texi so that it will format correctly.
5878 Add missing `@end iftex', fix bad reference.
5879
5880 * info.texi, info-stn.texi: New files implement texinfo version of
5881 `info' file.
5882
f0131492 58831993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
5884
5885 * Makefile: Fix targets for texindex, new info.texi files.
5886 * info-stnd.texi: New file implements info for standalone info
5887 reader.
5888 * info.texi: Update to include recent changes to "../info/info".
5889 New source file for ../info/info; includes info-stnd.texi.
5890
5891 * texindex.c: Include "../src/config.h" if building in emacs.
5892
5893 * Makefile: Change all files to FILENAME.texi, force all targets
5894 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
5895 vip.texinfo, forms.texinfo, cl.texinfo.
5896 Add target to build texindex.c, defining `emacs'.
5897
5898 * forms.texi: Install new file to match version 2.3 of forms.el.
5899
59001993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5901
5902 * Version 19.19 released.
5903
59041993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
5905
5906 * sc.texinfo: Fix info file name.
5907
5908 * Makefile (info): Add gnus and sc.
5909 (dvi): Add gnus.dvi and sc.dvi.
5910 (../info/sc, sc.dvi): New targets.
5911
59121993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5913
5914 * Version 19.18 released.
5915
59161993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5917
5918 * Makefile: Fix source file names of the separate manuals.
5919 (gnus.dvi, ../info/gnus): New targets.
5920
59211993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5922
5923 * Version 19.17 released.
5924
59251993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5926
5927 * split-man: Fix typos in last change.
5928
59291993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5930
5931 * Version 19.16 released.
5932
59331993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5934
5935 * version 19.15 released.
5936
59371993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5938
5939 * Makefile (distclean): It's rm, not rf.
5940
59411993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5942
5943 * Version 19.14 released.
5944
59451993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5946
5947 * Makefile: New file.
5948
59491993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5950
5951 * Version 19.13 released.
5952
59531993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5954
5955 * Version 19.9 released.
5956
59571993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5958
5959 * Version 19.8 released.
5960
59611993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5962
5963 * Version 19.7 released.
5964
59651990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
5966
5967 * gnus.texinfo: New file. Removed installation instructions.
5968
59691990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5970
5971 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5972
59731989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5974
5975 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
5976 then define `\sc' as the command for smallcaps in Texinfo. This
5977 means that the @sc command will produce small caps. bfox has
5978 made the corresponding change to makeinfo and texinfm.el.
5979
59801988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5981
5982 * vip.texinfo: Remove menu entry Adding Lisp Code in node
5983 Customization since the menu entry did not point to anything.
5984 Also add an @finalout command to remove overfull hboxes from the
5985 printed output.
5986
5987 * cl.texinfo: Add @bye, \input line and @settitle to file.
5988 This file is clearly intended to be a chapter of some other work,
5989 but the other work does not yet exist.
5990
59911988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5992
5993 * texinfo.texinfo: Three typos corrected.
5994
4009494e 5995;; Local Variables:
c8763fb6 5996;; coding: utf-8
4009494e
GM
5997;; fill-column: 79
5998;; add-log-time-zone-rule: t
5999;; End:
6000
5205011b 6001 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6002 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4009494e
GM
6003
6004 This file is part of GNU Emacs.
6005
97c0352c 6006 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 6007 it under the terms of the GNU General Public License as published by
97c0352c
GM
6008 the Free Software Foundation, either version 3 of the License, or
6009 (at your option) any later version.
4009494e
GM
6010
6011 GNU Emacs is distributed in the hope that it will be useful,
6012 but WITHOUT ANY WARRANTY; without even the implied warranty of
6013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6014 GNU General Public License for more details.
6015
6016 You should have received a copy of the GNU General Public License
97c0352c 6017 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4009494e 6018
f7ed05c9 6019;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803