(Encrypting/decrypting *.gpg files): Don't refer to nonexistent
[bpt/emacs.git] / doc / misc / ChangeLog
1 2009-08-23 Daiki Ueno <ueno@unixuser.org>
2
3 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4 (Mail-mode integration): Mention epa-mail-mode and
5 epa-global-mail-mode. Reported by Jari Aalto (Bug#4211).
6 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
7 epa-setup.
8
9 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
10
11 * dbus.texi (Asynchronous Methods): Allow nil handler.
12
13 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14
15 * ediff.texi (ediff-current-file): added information about this new function.
16
17 * viper.text: Added information about C-s in viper's search command.
18
19 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
20
21 * calc.texi (Date Forms): Fix typos.
22
23 2009-08-08 Glenn Morris <rgm@gnu.org>
24
25 * org.texi (Agenda commands): Restore clobbered change.
26
27 2009-08-07 Eli Zaretskii <eliz@gnu.org>
28
29 * calc.texi (Graphics, Devices): Update with the peculiarities of
30 operation on MS-Windows.
31
32 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
33
34 * org.texi (Publishing action): Improve documentation of file
35 names when publishing to the source directory.
36 (Clean view): Document `org-indent-mode'.
37 (Clocking work time): Add documentation for the
38 new :timetamp option when creating a clock report.
39 (Paragraphs): Fix many typos.
40 (Plain lists): Remove duplicate explanation about the
41 `C-c *' command.
42 (Literal examples): Update to reflect the new behavior
43 of the -n -r -k switches when exporting source code examples.
44 (Structure editing): Add information about `C-c *',
45 converting a plain list into a list of Org items.
46 (Remember): Small rephrasing of the paragraph
47 describing remember.el. Also mentioned that remember.el is part
48 of Emacs 23, not Emacs 22.
49 (Clocking work time): Add documentation about
50 displaying the current clocking time against the effort estimate.
51 Also add a footnote about using `org-clock-in-prepare-hook' to add
52 an effort estimate on the fly, just before clocking it.
53 (Footnotes): Document automatic renumbering and
54 sorting.
55 (Agenda commands): Document new bulk commands.
56 (Plain lists): Document new behavior of
57 `org-cycle-include-plain-lists'.
58 Hyphenation only in TeX.
59 (Clocking work time): Document the key to update effort
60 estimates.
61 (Clocking work time): Document the clock time display.
62 (Structure editing, TODO basics): Document new
63 variables.
64 (Column attributes): Document new colciew operators.
65 (Publishing options): Document :xml-declaration.
66 (Tracking TODO state changes): Document the
67 LOG_INTO_DRAWER property.
68 (Literal examples): Document the new implementation for
69 editing source code.
70 (Publishing action): Mention the new publishing
71 function, to publish an Org source file.
72 (Publishing links): Mention how to link to an Org source file.
73 (Macro replacement): Document new macros.
74 (Handling links): Document type-specific completion
75 when inserting links.
76 (Structure editing, Plain lists): Improve documentation
77 on sorting.
78 (Internal links): Document custom ids for links.
79 (Handling links): Document custom ids for links.
80 (CSS support): Document new class.
81 (Refiling notes): Document the possibility to create new nodes
82 during refiling.
83 (Agenda commands): Document the "?" operator to find
84 tasks without effort setting.
85 (Exporting agenda information): Section moved.
86 (RSS Feeds): New section.
87 (Built-in table editor): Document M-e and M-a navigate
88 inside table field.
89 (Stuck projects): Docment that projects identified as
90 un-stuck will still be searchd for stuck sub-projects.
91 (Paragraphs): Document centering.
92 (Creating timestamps, Agenda commands): Document new
93 behavior when changing time stamps.
94 (Structure editing): Document the new command
95 `org-clone-subtree-with-time-shift'.
96 (Publishing): Refresh this chapter.
97 (Export options, Export options, In-buffer settings):
98 Document the new keywords.
99 (Matching tags and properties): Collect all
100 documentation about tags/property matches here.
101 (Setting tags): Document `org-tag-persistent-alist'.
102 (Weekly/daily agenda): New section.
103 (Orgstruct mode): Describe `orgstruct++-mode'.
104 (Drawers): Mention the LOGBOOK drawer.
105 (Export options, Sectioning structure): Document the
106 #+LEATEX_HEADER in-buffer setting.
107 (Bugs): Section removed.
108 (Hooks): New section.
109 (Add-on packages): Moved here from old location.
110 (Context-sensitive commands): New section.
111 (Setting tags): Document newline option.
112 (Global TODO list, Matching tags and properties):
113 Mention more variables.
114 (Checkboxes): Update to changed command behavior.
115
116 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
117
118 * speedbar.texi (Basic Key Bindings): Fix typo.
119
120 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
121
122 * calc.texi (Vector/Matrix Functions): Add index entries for both
123 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
124 affects matrices with more than one row.
125 (Help Commands): Add index entries for "prefix ?" key bindings.
126
127 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
128
129 * calc.texi (Stack Manipulation Commands): Add documentation for
130 `calc-transpose-lines'
131
132 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
133
134 * dbus.texi (Receiving Method Calls): Describe special return value
135 `:ignore'.
136
137 2009-07-24 Alan Mackenzie <acm@muc.de>
138
139 * cc-mode.texi (Config Basics, File Styles): Document that at mode
140 initialization, any individual variable setting now takes precedence
141 over one done via c-file-style/c-file-offsets.
142
143 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
144
145 * calc.texi (Undoing Mistakes): Mention that the undo list will be
146 truncated when Calc is quit.
147 (Customizing Calc): Document `calc-undo-length'.
148
149 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
150
151 * calc.texi (About This Manual): Don't mention chapter numbers in text.
152
153 2009-07-11 Kevin Ryde <user42@zip.com.au>
154
155 * pcl-cvs.texi (About PCL-CVS):
156 * widget.texi (Basic Types):
157 Fix cross-references.
158
159 2009-07-01 Andreas Schwab <aschwab@redhat.com>
160
161 * dbus.texi (Type Conversion): Don't use literal control character.
162
163 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
164
165 * tramp.texi (GVFS based methods): New section.
166 (Remote processes): Processes for GVFS based methods run locally.
167
168 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
169
170 * tramp.texi (Inline methods, External methods, Gateway methods): Avoid
171 the words "kludge" and hack".
172 (External methods): Add `synce' method.
173
174 * trampver.texi: Update release number.
175
176 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
177
178 Sync with Tramp 2.1.16.
179
180 * tramp.texi (History): Add GVFS support.
181 (External methods): Precise `rsync' description. Add `dav', `davs' and
182 `obex' methods. Add 'tramp-gvfs-methods' option.
183 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
184 forms.
185 (Remote Programs): Introduce `tramp-own-remote-path'.
186 (Remote processes): New subsection "Running remote programs that create
187 local X11 windows".
188 (Frequently Asked Questions): Improve code for disabling vc.
189
190 * trampver.texi: Update release number. Set default value of
191 `emacsgvfs'.
192
193 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
194
195 * Branch for 23.1.
196
197 2009-06-17 Glenn Morris <rgm@gnu.org>
198
199 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
200 (Latest version of Emacs): Mention source code repository.
201
202 2009-06-16 Glenn Morris <rgm@gnu.org>
203
204 * faq.texi (Top): Language tweak.
205 (Extended commands): Most people have arrow keys.
206 (Emacs manual): Say how to follow info links.
207 (File-name conventions): Change title a bit. Explain about source
208 versus installed. Condense etc description.
209 (Guidelines for newsgroup postings): Mention Savannah list page.
210 (Newsgroup archives): Simplify.
211 (Contacting the FSF): Add contact URL.
212 (Emacs Lisp documentation): Printed version not always available.
213 (Installing Texinfo documentation): Explain how by hand installation is
214 not normally needed. Use add-to-list. Remove duplicate reference.
215 (Informational files for Emacs): Move info on Help menu here from
216 "File-name conventions".
217 (Help installing Emacs): Tweak uref.
218 (Obtaining the FAQ): Mention repository.
219 (Origin of the term Emacs): Explain "ITS".
220 (Changing load-path): Use add-to-list.
221 (Automatic indentation): Clarify this is for Text mode.
222 Don't mention Indented Text mode.
223 (Finding Emacs on the Internet): The FSF does not seem to offer a
224 deluxe distribution on CD anymore.
225
226 2009-06-16 Glenn Morris <rgm@gnu.org>
227
228 * faq.texi (Top): Mention which Emacs version this FAQ is about.
229 Recommend the latest release. Mention how to get older FAQs.
230 Recommend the Emacs manual.
231 (Guidelines for newsgroup postings): Discourage cross-posts.
232 (Underlining paragraphs): Remove.
233 (Editing MS-DOS files): Remove pre-Emacs 20 information.
234 (Bugs and problems): Update key-binding.
235 (Problems with very large files): Mention 64-bit.
236 (Shell process exits abnormally): Remove.
237 (Problems with Shell Mode): Rename and update.
238 (Spontaneous entry into isearch-mode)
239 (Problems talking to certain hosts): Remove. This is old information,
240 in etc/PROBLEMS if needed.
241 (Emacs takes a long time to visit files, Updating Emacs): Remove.
242 (Dired claims that no file is on this line): Update.
243 (Installing Emacs, Problems building Emacs): Simplify.
244 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
245 information.
246 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
247 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
248 (JDEE): "JDEE", not "JDE".
249 (Handling C-s and C-q with flow control, Binding C-s and C-q):
250 Remove. This is old information, in etc/PROBLEMS if needed.
251 (stty and Backspace key, Kanji and Chinese characters): Remove.
252 (Right-to-left alphabets): Update section.
253 (Changing the included text prefix): Gnus uses message-yank-prefix.
254 Add cross-reference to Supercite manual.
255 (Saving a copy of outgoing mail): Simplify output file description.
256 (Expanding aliases when sending mail): Refer to Emacs manual.
257 Remove old info about RFC822.
258 Correct description of how to rebuild aliases.
259 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
260 (MIME with Emacs mail packages)
261 (Viewing articles with embedded underlining)
262 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
263 Remove old sections.
264 (Killing based on nonstandard headers): Remove. Scoring is preferable,
265 and is well-documented in the Gnus manual.
266 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
267 (Making Gnus faster): Rename from "Starting Gnus faster".
268 Merge "Catch-up is slow in Gnus" into here.
269
270 2009-06-14 Glenn Morris <rgm@gnu.org>
271
272 * faq.texi (Status of Emacs): Re-order with most recent releases first.
273 (New in Emacs 23): New section.
274 (Handling C-s and C-q with flow control): Add xref.
275
276 2009-06-13 Glenn Morris <rgm@gnu.org>
277
278 * faq.texi (Setting up a customization file): Grammar fix.
279 Customize is no longer "new".
280 (Displaying the current line or column): Line-number mode is on by
281 default. Don't mention `column' package. Mention linum.el.
282 (Turning on abbrevs by default): Explain how to do it for buffers,
283 modes, and everywhere.
284 (Associating modes with files): Use add-to-list. Don't mention Emacs
285 19.
286 (Highlighting a region): On by default since 23.1.
287 (Replacing highlighted text): Update doc quote.
288 (Working with unprintable characters): Don't mention search-quote-char.
289 (Using an already running Emacs process): Gnuclient is probably not an
290 enhancement these days.
291 (Indenting switch statements): Remove mention of pre-Emacs 20.
292 (Horizontal scrolling): Abbreviate Emacs 20 description.
293 (Replacing text across multiple files): Fix name of dired command.
294 (Disabling backups): Use require not load.
295 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
296
297 2009-06-13 Bill Wohler <wohler@newt.com>
298
299 Release MH-E manual version 8.2.
300
301 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
302 release 8.2.
303
304 2009-06-13 Glenn Morris <rgm@gnu.org>
305
306 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
307 in this day and age the common meaning is "on the web".
308 (copying): Use @copyright in all cases.
309 (Basic keys): Remove reference to deleted manual node "Text Characters".
310 (File-name conventions): Use GNU as an example rather than SERVICE.
311 default.el lives in site-lisp. Update Info directory location.
312 (Real meaning of copyleft): GPL actions have been brought, but all
313 settled out of court.
314 (Guidelines for newsgroup postings): Shorten section title.
315 Simplify comp.emacs description.
316 (Newsgroup archives): Change Google URL. Describe Gmane.
317 (Unsubscribing from Emacs lists): Remove discussion of "distribution
318 points". Mention List-Unsubscribe header.
319 (Contacting the FSF): Update email and URLs.
320 (Basic editing): Mention F1 for help.
321 (Installing Texinfo documentation): Refer to Texinfo website rather
322 than ftp server.
323 (Printing a Texinfo file): Mention texi2pdf.
324 (Informational files for Emacs): Don't describe FTP or SERVICE, they
325 are just stubs nowadays.
326 (Latest version of Emacs): Explain version numbers.
327 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
328 (Turning on syntax highlighting): No need to mention hilit19 any more.
329 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
330 (Modes for various languages): Remove section.
331 (Major packages and programs): Remove most version and maintainer
332 information - it's hard to keep up-to-date, and adds nothing.
333 Similarly with direct links to mailing lists.
334 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
335 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
336 years, and Emacs comes with tools for this now.
337 (Patch): Remove section - this is a standard tool.
338 (Using function keys under X): Remove section.
339
340 2009-06-12 Glenn Morris <rgm@gnu.org>
341
342 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
343 (Help installing Emacs): Remove reference to deleted X11 node.
344 (Associating modes with files): Interpreter-mode-alist is no longer
345 subservient to auto-mode-alist.
346 (Installing Emacs): Change future Emacs version.
347 (Linking with -lX11 fails): Remove old section.
348 (Packages that do not come with Emacs): Update ELL location.
349 Emacs Lisp archive is dead.
350 (Emacs for Windows): Remove reference to old CE port.
351 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
352 (Emacs for VMS and DECwindows): Remove old ports.
353 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
354 (Removing flashing messages): Remove section about non-existent Gnus
355 option.
356
357 * faq.texi (Top): Add @top command.
358 Remove the optional arguments from all @node commands: makeinfo can
359 generate these automatically, and it is easier to edit and rearrange
360 nodes without them.
361
362 2009-06-11 Glenn Morris <rgm@gnu.org>
363
364 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
365 (The LPF): Make the updated URL the sole reference point.
366 (Learning how to do something): Update refcard price and format.
367 (Getting a printed manual): Sources in doc/emacs/, not man/.
368 Also available in PDF format. Since the page count varies, be less
369 precise.
370 (Informational files for Emacs): Remove references to deleted files
371 LPF and SUN-SUPPORT, and to UUCP.
372 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
373 Remove many obsolete ways to get the FAQ, which now seems only to be
374 distributed with Emacs.
375 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
376
377 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
378
379 * org.texi (Org Plot): Fix tags (Bug#3507).
380 (Workflow states, Agenda commands): Fix tags (Bug#3508).
381
382 * ada-mode.texi (Installation, Compile commands)
383 (Project File Overview, No project files, Set compiler options)
384 (Use GNAT project file, Use multiple GNAT project files)
385 (Identifier completion): Use @samp for menu items, and @kbd for key
386 sequences (Bug#3504).
387
388 2009-06-04 Daiki Ueno <ueno@unixuser.org>
389
390 * gnus.texi (Security): Fix wording; add a link to epa.info.
391
392 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
393
394 * message.texi (Header Commands): Fix descriptions to match
395 keybindings.
396
397 2009-04-22 Daiki Ueno <ueno@unixuser.org>
398
399 * gnus.texi (Security): Mention that EasyPG is the current default.
400
401 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
402
403 * ediff.texi (Session Commands): Fix typo.
404
405 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
406
407 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
408 news.software.readers. Reported by Florian Rehnisch.
409
410 2009-04-02 Glenn Morris <rgm@gnu.org>
411
412 * auth.texi: Capitalize direntry.
413
414 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
415 using a period in the entry name. (Bug#2797)
416
417 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
418
419 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
420 ($(infodir)/auth, auth.dvi): New targets.
421
422 2009-03-03 Glenn Morris <rgm@gnu.org>
423
424 * auth.texi: Fix @setfilename.
425
426 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
427 (auth, $(infodir)/auth, auth.dvi): New rules.
428
429 2009-02-25 Glenn Morris <rgm@gnu.org>
430
431 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
432
433 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
434
435 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
436
437 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
438
439 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
440 gnus-nocem-issuers, and gnus-nocem-verifyer.
441
442 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
443
444 * ada-mode.texi (Project files, Automatic Casing):
445 * dbus.texi (Signals):
446 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
447 * mh-e.texi (HTML):
448 * nxml-mode.texi (Locating a schema)
449 (Using the document's URI to locate a schema):
450 * org.texi (Footnotes, Using the mapping API):
451 * rcirc.texi (Channels): Remove duplicate words.
452
453 2009-02-20 Glenn Morris <rgm@gnu.org>
454
455 * dired-x.texi (Miscellaneous Commands):
456 * gnus.texi: Minor updates for mbox Rmail.
457
458 2009-02-16 Karl Berry <karl@gnu.org>
459
460 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
461 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
462 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
463 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
464 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
465 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
466 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
467 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
468 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
469 Consistently use @insertcopying in the Top node,
470 @contents at the front (after @end titlepage),
471 and @direntry after @copying. (Bug#1988)
472
473 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
474
475 * auth.texi: New file documenting auth-source.
476
477 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
478
479 * org.texi (Org Plot): Fix link.
480
481 2009-02-09 Daiki Ueno <ueno@unixuser.org>
482
483 * epa.texi (Mail-mode integration): Mention the way to do
484 "encrypt-to-self". (Bug#1807)
485
486 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
487
488 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
489
490 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
491
492 * gnus-news.texi: Print version about Incoming*.
493
494 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
495
496 * org.texi (Structure editing, Handling links)
497 (Fast access to TODO states, Javascript support): Make standard docs
498 correctly reflect default variable settings.
499
500 2009-02-02 Glenn Morris <rgm@gnu.org>
501
502 * org.texi: Fix typos.
503
504 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
505
506 Sync with Tramp 2.1.15.
507
508 * trampver.texi: Update release number.
509
510 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
511
512 * org.texi (TODO dependencies): Document TODO dependencies on
513 checkboxes.
514
515 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
516
517 * org.texi (TODO dependencies): Document key binding for toggling
518 ORDERED property.
519
520 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
521
522 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
523 of hook functions.
524
525 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
526
527 * org.texi (TODO dependencies): New section.
528
529 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
530
531 * org.texi (Plain lists, TODO basics, Priorities)
532 (Multiple sets in one file, Conflicts): Document interaction with
533 `shift-selection-mode'.
534
535 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
536
537 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
538 Make Calc the subject of sentences.
539 (Rearranging Formulas using Selections): Discuss new options
540 for `j *'.
541
542 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
543
544 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
545
546 2009-01-26 Glenn Morris <rgm@gnu.org>
547
548 * org.texi: Fix typos.
549
550 2009-01-26 Bill Wohler <wohler@newt.com>
551
552 * mh-e.texi (EDITION, UPDATED): Update.
553
554 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
555
556 * org.texi (References): Add information about remote references.
557 (Built-in table editor): Document `C-c RET' in tables.
558 (Math symbols, Quoting LaTeX code): Mention that simple
559 LaTeX macros survive LaTeX export.
560 (Images in LaTeX export): Show how to create a reference to a
561 figure.
562 (Sectioning structure): Document that the LaTeX class can be
563 specified in a property.
564 (Text areas in HTML export): New section.
565 (External links): Add examples for text search and ID links.
566 (Built-in table editor): Remove the descriptio of `C-c
567 C-q', it not longer works.
568 (Literal examples): Document that a space must follow
569 the colon in short examples.
570 (Relative timer): Document `org-timer-stop'.
571 (Footnotes): New section.
572 (Footnote markup): Shorten section and refer to new Footnote
573 section.
574 (Literal examples): Add documentation for line
575 numbering in and references to code examples.
576 (CSS support): Fix the description of default CSS styles.
577 (Capturing column view): Document
578 "file:path/to/file.org" as an allowed value for the ID property of
579 a dynamic block copying column view.
580
581 2009-01-23 Stephen Eglen <stephen@gnu.org>
582
583 * mh-e.texi (Getting Started): Describe $MH.
584
585 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
586
587 * tramp.texi (all): Harmonize usage of "external method",
588 "external transfer method" and "out-of-band method".
589 (Connection types): Precise the differences of inline and external
590 methods. Written by Adrian Phillips <a.phillips@met.no>.
591
592 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
593
594 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
595 commands as described at the top. Reported by Allan Gottlieb
596 <gottlieb@nyu.edu>.
597
598 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
599
600 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
601 nnmail-pathname-coding-system.
602
603 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
604
605 * org.texi (Relative timer): Fix typo.
606
607 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
608
609 * org.texi (Clocking work time): Fix typo.
610 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
611
612 2009-01-13 Glenn Morris <rgm@gnu.org>
613
614 * org.texi: Fix some more typos.
615
616 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
617
618 * org.texi: Fix some typos.
619
620 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
621
622 * gnus.texi (Group Parameters): Add note for local variables.
623
624 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
625
626 * gnus.texi (Converting Kill Files): Fix URL. Include
627 gnus-kill-to-score.el in contrib directory.
628
629 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
630
631 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
632 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
633 (Paging the Article): Add index entry.
634
635 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
636
637 * ada-mode.texi (Examples): Delete redundant text.
638
639 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
640
641 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
642
643 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
644 addresses.
645
646 2009-01-03 Bill Wohler <wohler@newt.com>
647
648 * mh-e.texi (Scan Line Formats): Indicate that first column should be
649 kept empty.
650
651 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
652
653 * org.texi (Activation, Exporting, ASCII export, HTML export)
654 (HTML Export commands, LaTeX/PDF export commands): Improve
655 documentation about transient-mark-mode.
656 (References): DOcuemtn the use of special names like $LR1 to reference
657 to fields in the last table row.
658
659 2008-12-19 Juri Linkov <juri@jurta.org>
660
661 * info.texi (Search Text): Remove mention of removed key binding M-s.
662
663 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
664
665 * org.texi (References): Remove mentioning of @0 as reference for the
666 last line, this has been reverted in the Lisp sources.
667
668 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
669
670 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
671 (DVI_TARGETS): Remove duplicates. Add sasl.
672 ($(infodir)/sasl, sasl.dvi): New targets.
673
674 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
675
676 * org.texi: Version number pushed to 6.15d.
677
678 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
679
680 * org.texi (Tables in LaTeX export): New section.
681 (Images in LaTeX export): New section.
682 (Inlined images, Images in HTML export): Sections renamed.
683
684 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
685
686 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
687
688 2008-12-04 David Engster <dengste@eml.cc>
689
690 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
691 of nnml-get-new-mail. Change URL for mairix patch.
692
693 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
694
695 * org.texi (Using the mapping API): Fix bug in mapping example.
696 (Publishing options): Make the list of properties complete again, in
697 correspondence to the variable `org-export-plist-vars'.
698 (Property searches): Document new special values for time comparisons.
699 (Tag inheritance): Refine the description of tag inheritance.
700 (Project alist): Add info about the publishing sequence of components.
701 (Effort estimates): Document the new relative timer.
702
703 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
704
705 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
706 (Using Calc): Clarify use of `C-x * o'.
707 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
708
709 2008-11-28 Richard M Stallman <rms@gnu.org>
710
711 * dbus.texi (Receiving Method Calls): Clean up previous change.
712
713 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
714
715 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
716 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
717 `dbus-unescape-from-identifier'.
718 (Receiving Method Calls): New constants `dbus-service-emacs' and
719 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
720 (Signals): Use the constants in the example.
721
722 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
723
724 * org.texi: Re-apply change to FDL 1.3.
725
726 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
727
728 * org.texi (Setting up Remember): Document `org-remember-mode'.
729 (External links): Document that bbdb links can use a regular
730 expression.
731 (External links): Document that elisp links can contain interactive
732 commands.
733
734 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
735
736 * viper.texi (viper-translate-all-ESC-keysequences):
737 Description removed.
738
739 2008-11-19 Glenn Morris <rgm@gnu.org>
740
741 * doclicense.texi: Change to FDL 1.3.
742 Relicense all texi files under FDL 1.3 or later.
743
744 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
745
746 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
747
748 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
749
750 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed.
751
752 * ediff.texi: Version/date change.
753
754 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
755
756 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
757
758 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
759
760 * calc.texi (About This Manual): Comment out a mention of
761 marginal notes.
762
763 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
764
765 * org.texi (Clocking work time): Document the :formula property of
766 clock tables.
767 (Structure editing, Refiling notes): Document refiling regions.
768 (Agenda commands): Document the double-prefix version
769 of the `l' command in the agenda.
770 (Handling links): Explain the effect of a double prefix
771 arg to `C-c C-o'.
772 (TODO basics): Add documentation for tag triggers.
773
774 2008-10-23 Glenn Morris <rgm@gnu.org>
775
776 * cl.texi (Function Bindings): Mention `flet' fails to deal with
777 byte-compiling things like `+'.
778
779 * ns-emacs.texi: Merge copyright years of author now with assignment
780 into FSF years.
781 (VER): Use it for easier automatic updating. Use Emacs version rather
782 than standalone Emacs.app version.
783
784 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
785
786 * org.texi: Lots of minor fixes.
787 (Capture): New chapter.
788 (Org Plot): New section.
789
790 2008-09-30 Magnus Henoch <mange@freemail.hu>
791
792 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
793
794 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
795
796 * calc.texi (User Defined Units): Mention how to enter optional display
797 string.
798
799 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
800
801 * message.texi (Sending Variables): Fixed variable documentation to
802 avoid the "y/n" wording.
803
804 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
805
806 * message.texi (Sending Variables): Added `message-confirm-send' doc.
807
808 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
809
810 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
811 @enumerate section so as to be able to be formatted with MAKEINFO=no.
812
813 2008-09-22 Bill Wohler <wohler@newt.com>
814
815 Release MH-E manual version 8.1.
816
817 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
818 release 8.1.
819
820 * mh-e.texi: Retain dual license as agreed to by the FSF.
821 However, bump GPL to Version 3.
822 Use @include for license text.
823
824 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
825
826 * gnus.texi (Top, Setup, Fancy splitting to parent)
827 (Store custom flags and keywords, Store arbitrary data):
828 Clean up markup.
829
830 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * gnus.texi (The Gnus Registry): Document it.
833
834 2008-09-08 David Engster <dengste@eml.cc>
835
836 * gnus.texi (nnmairix): Point out that nnml uses MH format.
837 Clarify section about choosing back end servers.
838
839 2008-08-23 Glenn Morris <rgm@gnu.org>
840
841 * dired-x.texi (Shell Command Guessing):
842 Mention dired-guess-shell-case-fold-search. (Bug#417)
843
844 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
845
846 * trampver.texi: Update release number.
847
848 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
849
850 * ns-emacs.texi: Update version.
851 (Introduction): Correct menu location for options save.
852 (Customization): Note that defaults are stored under org.gnu.Emacs.
853
854 2008-08-11 Bill Wohler <wohler@newt.com>
855
856 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
857 explicit about GNU mailutils MH elsewhere (with thanks to Darel
858 Henman) (closes SF #1768928).
859
860 2008-08-10 Glenn Morris <rgm@gnu.org>
861
862 * ns-emacs.texi: Use @copying. Change copyright of authors with
863 assignment to FSF. Change license to GFDL.
864 (Top): Remove outdated references.
865
866 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
867
868 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
869 Add gnus-summary-sort-by-most-recent-number and
870 gnus-summary-sort-by-most-recent-date.
871 (Summary Sorting): Explain prefix argument.
872
873 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
874
875 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
876 gnus-summary-pipe-output.
877
878 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
879
880 * dbus.texi (Receiving Method Calls): Document error handling of own
881 D-Bus methods.
882
883 2008-08-01 Bill Wohler <wohler@newt.com>
884
885 * mh-e.texi (Reading Mail)
886 (Viewing Attachments): Describe new function
887 mh-show-preferred-alternative.
888 (Sending Mail, Redistributing, Sending Message): Describe new hook
889 mh-annotate-msg-hook.
890
891 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
892
893 * dbus.texi (Arguments and Signatures): Fix example.
894 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
895 (Asynchronous Methods): New node.
896 (Errors and Events): Describe extended layout of `dbus-event'.
897 New defun `dbus-event-message-type'.
898
899 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
900
901 * ediff.texi: Remove VMS support.
902
903 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
904
905 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
906 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
907
908 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
909
910 * Makefile.in: Add mairix-el targets.
911
912 2008-07-29 David Engster <deng@randomsample.de>
913
914 * mairix-el.texi: New file.
915
916 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
917
918 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
919 project files. Delete 'main_unit' project variable; not needed. Allow
920 process environment variables wherever project variables are allowed.
921 Add tutorial section on multiple GNAT project files.
922
923 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
924
925 Sync with Tramp 2.1.14.
926
927 * trampver.texi: Update release number.
928
929 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
930
931 * ns-emacs.texi:
932 * faq.texi: Remove mentions of Mac Carbon.
933
934 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
935
936 * gnus.texi (Saving Articles): Describe the 2nd argument of
937 gnus-summary-save-in-pipe.
938 (SpamAssassin): Use it.
939
940 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
941
942 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
943
944 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
945
946 * org.texi (Export options): Document the use of the creator flag.
947
948 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
949
950 * org.texi: New version 6.06a.
951
952 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
953
954 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
955 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
956
957 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
958
959 * calc.texi (Editing Stack Entries):
960 (Algebraic Entry): Rewrite introductory sentences so it can be used by
961 Calc's help functions. Mention fixing typos.
962 (Customizing Calc): Fix typo.
963
964 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
965
966 * calc.texi (summarykey): New macro. Use to correctly format keys in
967 the summary.
968
969 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
970
971 * ns-emacs.texi (Customization): Corrected documentation on color
972 specification formats.
973
974 2008-07-19 Andreas Schwab <schwab@suse.de>
975
976 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
977
978 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
979 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
980
981 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
982
983 * dbus.texi (Inspection): Rework, introduce submenus.
984 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
985 (Properties and Annotations, Arguments and Signatures): New nodes.
986
987 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
988
989 * dbus.texi (Receiving Method Calls): Fix description of
990 `dbus-register-method'.
991 (Signals): Allow also signal arguments for filtering in
992 `dbus-register-signal'.
993
994 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
995
996 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
997 `cnorm'.
998 (Arithmetic Tutorial): Simplify the verification of prime factors.
999
1000 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1001
1002 * gnus.texi (Saving Articles): Mention
1003 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
1004
1005 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
1006
1007 * calc.texi: Adjust mode line throughout.
1008
1009 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * sasl.texi (Mechanisms): Fix typos.
1012
1013 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
1014
1015 * calc.texi (Killing from the stack): Mention using normal Emacs
1016 copying.
1017
1018 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * tramp.texi (Password handling): Renamed from "Password caching".
1021 Add `auth-source' mechanism.
1022 (Connection caching): Tramp reopens the connection automatically,
1023 when the operating system on the remote host has been changed.
1024
1025 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1026
1027 * makefile.w32-in (distclean): Remove makefile.
1028
1029 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
1030
1031 * org.texi (Using the mapping API): New section.
1032 (Agenda column view): New section.
1033 (Moving subtrees): Document archiving to the archive sibling.
1034 (Agenda commands): Document columns view in the agenda.
1035 (Using the property API): Document the API for multi-valued properties.
1036
1037 2008-06-17 Jason Riedy <jason@acm.org>
1038
1039 * org.texi (A LaTeX example): Note that fmt may be a one-argument
1040 function, and efmt may be a two-argument function.
1041 (Radio tables): Document multiple destinations.
1042
1043 2008-06-16 Glenn Morris <rgm@gnu.org>
1044
1045 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
1046 Add Cover-Texts.
1047
1048 2008-06-15 Glenn Morris <rgm@gnu.org>
1049
1050 * faq.texi (VER): Update to 23.0.60.
1051
1052 * mh-e.texi: Remove option of licensing under GPL.
1053 Add Cover-Texts to GFDL permissions notice.
1054 (GPL): Remove section.
1055 (GFDL): Include doclicense.texi rather than the actual text.
1056
1057 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
1058 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
1059
1060 * sasl.texi: Fix output file name.
1061
1062 * epa.texi, sasl.texi: Refer to license in Emacs manual.
1063
1064 * gnus-coding.texi: Refer to license in Gnus manual.
1065
1066 * idlwave.texi, sasl.texi: Use @copying.
1067
1068 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
1069
1070 * speedbar.texi: Update Back-Cover Text as per maintain.info.
1071
1072 * url.texi: Use @copying, @title, @subtitle, @author.
1073
1074 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
1075 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
1076 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
1077 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
1078 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
1079 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
1080 * widget.texi, woman.texi:
1081 Remove references to external license, since doclicense is included.
1082
1083 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
1084 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
1085 Remove references to non-existent Invariant Sections.
1086
1087 2008-06-14 Glenn Morris <rgm@gnu.org>
1088
1089 * faq.texi (Major packages and programs): Remove references to external
1090 Supercite, Calc, VIPER, since they have been included for some time.
1091 Update VM, AUCTeX, BBDB entries.
1092
1093 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1094
1095 * newsticker.texi: Updated to match latest newsticker changes.
1096
1097 2008-06-13 Glenn Morris <rgm@gnu.org>
1098
1099 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
1100 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
1101 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
1102 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
1103 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
1104 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
1105 * woman.texi:
1106 Update Back-Cover Text as per maintain.info.
1107
1108 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1109
1110 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
1111
1112 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
1113 (gnus-faq.xml): Update repository host.
1114
1115 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
1116
1117 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
1118
1119 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
1120 Fix a typo.
1121
1122 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1123
1124 * gnus.texi (Mail Source Customization): Correct values of
1125 `mail-source-delete-incoming'. Reported by Tassilo Horn.
1126 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
1127
1128 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1129
1130 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
1131 coding standards.
1132
1133 2008-06-14 David Engster <dengste@eml.cc>
1134
1135 * gnus.texi (nnmairix): Markup fixes.
1136
1137 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1138
1139 * gnus.texi (nnmairix): Markup and other minor fixes.
1140
1141 2008-06-05 David Engster <dengste@eml.cc>
1142
1143 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
1144
1145 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1146
1147 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
1148 (Searching, nnir, nnmairix): New stub nodes.
1149
1150 2008-05-30 Felix Lee <felix.1@canids.net>
1151
1152 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
1153
1154 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1155
1156 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
1157
1158 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1159
1160 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
1161
1162 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
1163
1164 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
1165
1166 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * info.texi (Top): Fix typo in xref.
1169
1170 2008-05-05 Karl Berry <karl@gnu.org>
1171
1172 * info.texi (Top): @xref to stand-alone manual.
1173
1174 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1175
1176 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
1177 (Various Summary Stuff): Fix typo in last xref.
1178
1179 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * org.texi (Moving subtrees): Fix typo.
1182
1183 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * tramp.texi (Frequently Asked Questions): Explain, how to disable
1186 Tramp via `tramp-mode'.
1187
1188 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
1189
1190 * org.texi: Massive changes, in many parts of the file.
1191
1192 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1193
1194 * gnus.texi (Oort Gnus): Add message-fill-column.
1195
1196 2008-04-12 Adrian Aichner <adrian@xemacs.org>
1197
1198 * gnus.texi (Mail Source Specifiers): Typo fix.
1199
1200 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1201
1202 * gnus.texi (Diary Headers Generation): Update key binding for
1203 `gnus-diary-check-message'.
1204
1205 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1206
1207 * gnus.texi (Emacsen): Addition.
1208
1209 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1210
1211 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
1212
1213 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1214
1215 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
1216
1217 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1218
1219 * gnus-news.texi: Update tool bar item.
1220
1221 2008-04-09 Sven Joachim <svenjoac@gmx.de>
1222
1223 * gnus-news.texi: Fix typos.
1224
1225 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
1226
1227 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
1228 Add mention of `kron'.
1229
1230 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1231
1232 * epa.texi (Encrypting/decrypting *.gpg files): Document
1233 epa-file-name-regexp.
1234
1235 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237 * gnus.texi (Example Methods): Fix description about ssh-agent.
1238 (Indirect Functions): Fix the default value of nntp-telnet-command;
1239 remove link to connect.html.
1240
1241 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1242
1243 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
1244 dbus-call-method.
1245 (Receiving Method Calls): The timeout can be set by the calling client.
1246
1247 * trampver.texi: Update release number.
1248
1249 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1250
1251 * gnus.texi (Top): Fix version. Add SASL.
1252
1253 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
1254
1255 Sync with Tramp 2.1.13.
1256
1257 * trampver.texi: Update release number.
1258
1259 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * org.texi: Update to new org-mode website.
1262
1263 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * cl.texi (For Clauses): Fix loop over key-seq to match code.
1266
1267 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1268
1269 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
1270 gnus-read-ephemeral-gmane-group-url,
1271 gnus-read-ephemeral-emacs-bug-group,
1272 gnus-read-ephemeral-debian-bug-group.
1273
1274 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1275
1276 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
1277
1278 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
1279 Add FIXMEs for Bookmarks and gnus-registry-marks.
1280
1281 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1282
1283 * gnus.texi (Smileys): Document `smiley-style'.
1284
1285 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1286
1287 * gnus.texi (Gnus Development): Clarify difference between ding and
1288 gnu.emacs.gnus.
1289 (MIME Commands, Using MIME, RSS): Fix markup.
1290
1291 * gnus-faq.texi ([8.4]): Ditto.
1292
1293 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1294
1295 * gnus.texi (Emacsen): Remove obsolete stuff.
1296
1297 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * gnus.texi (Oort Gnus): Add version info WRT
1300 `mail-source-delete-incoming'.
1301
1302 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * gnus.texi (Top): Add "Other related manuals" and version info in
1305 `iftex' output.
1306 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
1307 gnus-balloon-face-0 and the corresponding format specifiers.
1308
1309 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * tramp.texi (Filename completion): Remove footnote about let-bind
1312 of `partial-completion-mode'. It doesn't work this way.
1313
1314 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * pcl-cvs.texi (Contributors): Update my email.
1317
1318 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
1321
1322 2008-03-17 Bill Wohler <wohler@newt.com>
1323
1324 * mh-e.texi (Viewing): Update URL for adding header fields to
1325 mh-invisible-header-fields-default.
1326
1327 2008-03-16 Bill Wohler <wohler@newt.com>
1328
1329 * mh-e.texi (Preface): Add Gnus to requirements.
1330 (Forwarding): Note that forwarded MIME messages are now inline.
1331
1332 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
1335 (Common Variables): Give precedence to the netcat methods over the
1336 telnet methods, and mention that they are more reliable.
1337
1338 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
1339
1340 * org.texi (Exporting Agenda Views): Document agenda export to
1341 iCalendar.
1342 (Progress logging): Document the new progress logging stuff.
1343
1344 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1345
1346 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
1347 Update for change of `mail-source-delete-incoming'.
1348
1349 * gnus-news.texi: Ditto.
1350
1351 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1352
1353 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
1354 custom versions.
1355
1356 2008-03-07 Alan Mackenzie <acm@muc.de>
1357
1358 * cc-mode.texi (Limitations and Known Bugs): State that the number of
1359 parens/brackets in a k&r region is limited.
1360
1361 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1362
1363 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
1364 using different Emacs versions.
1365
1366 2008-02-27 Glenn Morris <rgm@gnu.org>
1367
1368 * sc.texi: Remove a lot of old and obsolete info.
1369 (titlepage): Simplify.
1370 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
1371 (VM with any Emacsen, GNEWS with any Emacsen)
1372 (Overloading for Non-conforming MUAs, Version 3 Changes)
1373 (The Supercite Mailing List): Delete nodes.
1374 (Introduction): Remove info about old packages.
1375 (Getting Connected): Simplify. Remove info about old packages.
1376 (Citing Commands): Delete Emacs 19 info.
1377 (Hints to MUA Authors): Simplify.
1378 (Thanks and History): Merge in some info from the deleted node
1379 "Version 3 Changes".
1380
1381 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * org.texi (Setting tags, In-buffer settings):
1384 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
1385
1386 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1387
1388 * gnus-news.texi: Mention that spaces and tabs are allowed in the
1389 installation directory name.
1390
1391 2008-02-12 Romain Francoise <romain@orebokech.com>
1392
1393 * epa.texi (Overview): Fix typo.
1394
1395 2008-02-11 Daiki Ueno <ueno@unixuser.org>
1396
1397 * epa.texi (Quick start): Remove the .emacs setting.
1398
1399 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1400
1401 * epa.texi (Quick start): Use the command `epa-enable' instead of
1402 loading `epa-setup'.
1403
1404 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
1407 ($(infodir)/epa, epa.dvi): New targets.
1408
1409 2008-02-08 Daiki Ueno <ueno@unixuser.org>
1410
1411 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
1412
1413 * epa.texi: New manual documenting the EasyPG Assistant.
1414
1415 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
1416
1417 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
1418 (Inspection): New function dbus-ping.
1419
1420 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * tramp.texi (Remote processes): Add `shell-command'.
1423
1424 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
1425
1426 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
1427 (Group Parameters): Document `mail-source' parameter.
1428
1429 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * tramp.texi (Inline methods): The hostname of the su(do)? methods
1432 must be a local host.
1433
1434 2008-01-26 Michael Olson <mwolson@gnu.org>
1435
1436 * erc.texi: Update version for ERC 5.3 release.
1437 (Obtaining ERC): Update extras URLs for 5.3.
1438 (Development): Write instructions for git, and remove those for Arch.
1439 (History): Mention the switch to git.
1440
1441 2008-01-24 Karl Berry <karl@gnu.org>
1442
1443 * info.texi (Search Index, Search Text): Mention the command
1444 character in the section name, a la the (Go to node) node.
1445
1446 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
1449
1450 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1451
1452 * gnus-news.texi: Mention gnus-article-describe-bindings.
1453
1454 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1455
1456 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
1457
1458 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
1459
1460 * org.texi (Property inheritance): New section.
1461 (Conventions): New section.
1462 (Structure editing): Document C-RET, the prefix arg to the cut/copy
1463 commands, and the new bindings for refiling.
1464 (Sparse trees): Document the new special command for sparse trees.
1465 (References): Be more clear about the counting of hilines.
1466 (Handling links): Document M-p/n for accessing links.
1467 (Fast access to TODO states): New section.
1468 (Per file keywords): New section.
1469 (Property inheritance): New section.
1470 (Column attributes): New summary types.
1471 (Capturing Column View): New section.
1472 (The date/time prompt): Cover the new features in the date/time prompt.
1473 Compactify the table of keys for the calendar remote control.
1474 (Clocking work time): Document the new :scope parameter.
1475 (Remember): Promoted to chapter.
1476 (Quoted examples): New section.
1477 (Enhancing text): New verbatim environments.
1478
1479 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * trampver.texi: Update release number.
1482
1483 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1484
1485 * gnus.texi (Article Keymap): Add
1486 gnus-article-wide-reply-with-original; fix descriptions of
1487 gnus-article-reply-with-original and
1488 gnus-article-followup-with-original.
1489
1490 2008-01-09 Glenn Morris <rgm@gnu.org>
1491
1492 * nxml-mode.texi: Add @copying section.
1493
1494 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
1495
1496 * message.texi (Mail Variables): Add some text from "(gnus)Posting
1497 Server". Add `message-send-mail-with-mailclient'.
1498
1499 * gnus.texi (Posting Server): Move some text to "(message)Mail
1500 Variables" and add a reference here.
1501
1502 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
1503
1504 * dbus.texi (Receiving Method Calls): New chapter.
1505 (Errors and Events): Add serial number to events. Replace "signal" by
1506 "message". Introduce dbus-event-serial-number.
1507
1508 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * dbus.texi (Type Conversion): Explain the type specification for empty
1511 arrays. Use another example.
1512
1513 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1514
1515 * dbus.texi (all): Replace "..." by @dots{}.
1516 (Type Conversion): Precise the value range for :byte types.
1517 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
1518 Mention its return value.
1519 (Errors and Events): There is no D-Bus error propagation during event
1520 processing.
1521
1522 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1523
1524 * calc.tex (Yacas Language, Maxima Language, Giac Language):
1525 New sections.
1526
1527 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
1528
1529 * gnus.texi (Group Parameters): Reorder the text and add a note about
1530 `gnus-parameters' near the beginning of the node.
1531
1532 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
1533
1534 * gnus.texi (Score File Editing): Fix function name.
1535
1536 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
1537
1538 Sync with Tramp 2.1.12.
1539
1540 * trampver.texi: Update release number.
1541
1542 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
1543
1544 * dbus.texi (Type Conversion): Correct input parameters mapping.
1545
1546 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
1549 (Errors and Events): Mention wrong-type-argument error.
1550
1551 2007-12-21 Alex Schroeder <alex@gnu.org>
1552
1553 * rcirc.texi: Changed single spaces after sentence end to double
1554 spaces. Fixed some typos.
1555 (Internet Relay Chat): Explain relay.
1556 (Getting started with rcirc): Change items to reflect prompts.
1557 Add more explanation to rcirc-track-minor-mode and added a comment to
1558 warn future maintainers that this section is a copy.
1559 (People): Changed /ignore example.
1560 (Keywords): Not keywords.
1561
1562 2007-12-20 Alex Schroeder <alex@gnu.org>
1563
1564 * rcirc.texi (Top): Fighting Information Overload chapter added.
1565 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
1566 (rcirc commands): Moved /ignore command to the new chapter.
1567 (Fighting Information Overload): New chapter documenting /keyword,
1568 /bright, /dim, channel ignore, and low priority channels.
1569 (Configuration): Document rcirc-server-alist, remove
1570 rcirc-startup-channels-alist and rcirc-default-server.
1571
1572 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * dbus.texi (Signals): Fix example in dbus-register-signal.
1575
1576 2007-12-14 Sven Joachim <svenjoac@gmx.de>
1577
1578 * gnus.texi (Score Variables): Fix typo.
1579
1580 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
1583 (Signals): Adapt dbus-send-signal and dbus-register-signal.
1584 (Errors and Events): Adapt dbus-event.
1585
1586 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1587
1588 * gnus.texi (Other Files): Add the yenc command.
1589
1590 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
1591
1592 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
1593 since 2004-08-06.
1594
1595 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1596
1597 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
1598 on body.
1599
1600 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1601
1602 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
1603 and rfc2047-allow-irregular-q-encoded-words; fix description of
1604 rfc2047-encode-encoded-words.
1605
1606 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1607
1608 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
1609
1610 2007-12-05 Michael Olson <mwolson@gnu.org>
1611
1612 * remember.texi (Diary): Remove "require" line for remember-diary.el.
1613 Update documentation for `remember-diary-file'.
1614
1615 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1616
1617 * dbus.texi (Signals): Precise `dbus-register-signal'.
1618 (Errors and Events): Rework events part, the internal structure of
1619 dbus-event has changed.
1620
1621 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
1624 ($(infodir)/dbus, dbus.dvi): New targets.
1625
1626 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
1629 unconditionally.
1630
1631 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
1632 emulation with @print{}.
1633
1634 2007-12-02 Richard Stallman <rms@gnu.org>
1635
1636 * dbus.texi (Overview): Minor cleanup.
1637
1638 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1639
1640 * Makefile.in (INFO_TARGETS): Add dbus.
1641 (DVI_TARGETS): Add dbus.dvi.
1642 (dbus, dbus.dvi): New targets.
1643
1644 * dbus.texi: New file.
1645
1646 2007-11-24 Romain Francoise <romain@orebokech.com>
1647
1648 * nxml-mode.texi: Add description in @direntry.
1649 Fix file name to match @setfilename.
1650
1651 2007-11-23 Mark A. Hershberger <mah@everybody.org>
1652
1653 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1654 ($(infodir)/nxml-mode): New rule.
1655
1656 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
1657 ($(infodir)/nxml-mode): New rule.
1658 (clean): Add nxml-mode*.
1659
1660 * nxml-mode.texi: New file with nxml manual.
1661
1662 2007-11-18 Richard Stallman <rms@gnu.org>
1663
1664 * flymake.texi (Example -- Configuring a tool called directly):
1665 Update example.
1666
1667 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1668
1669 * tramp.texi (Filename completion): Simplify explanation of
1670 double-slash behavior. Explain directory contents flushing.
1671
1672 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1673
1674 * calc.texi (TeX and LaTeX Language Modes): Put in
1675 missing braces.
1676
1677 2007-11-15 Richard Stallman <rms@gnu.org>
1678
1679 * cl.texi (Equality Predicates): Delete `eql'.
1680 (Predicates, Naming Conventions, Top): Delete `eql'.
1681 (Common Lisp Compatibility): Delete `eql'.
1682 (Porting Common Lisp): Delete obsolete backquote info.
1683 Minor clarification about character constants.
1684 (Sequence Basics): Minor clarification.
1685
1686 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * cc-mode.texi (Electric Keys, Custom Macros):
1689 * tramp.texi (Filename completion): Fix typos.
1690
1691 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1692
1693 * calc.texi (Basic commands): Mention the menu.
1694
1695 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * tramp.texi (Connection caching): Tramp flushes connection
1698 properties when remote operating system has been changed.
1699
1700 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
1701
1702 * gnus-news.texi: Fix spelling.
1703 `message-insert-formatted-citation-line', not
1704 `message-insert-formated-citation-line'.
1705
1706 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
1707
1708 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * tramp.texi (Overview): Mention also the PuTTY integration under
1711 Win32. Remove paragraphs about Tramp's experimental status.
1712 (Frequently Asked Questions): Add code example for highlighting the
1713 mode line.
1714
1715 2007-11-03 Michael Olson <mwolson@gnu.org>
1716
1717 * remember.texi: Change mentions of remember-buffer to
1718 remember-finalize throughout.
1719
1720 2007-10-30 Michael Olson <mwolson@gnu.org>
1721
1722 * remember.texi (Copying): Remove.
1723 (Mailbox): Update with non-BBDB instructions.
1724 (Diary, Org): Add.
1725 (Bibliography, Planner Page): Remove.
1726
1727 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * makefile.w32-in (INFO_TARGETS): Add remember.
1730 (DVI_TARGETS): Add remember.dvi.
1731 ($(infodir)/remember): New rule.
1732 (clean): Add remember*.
1733
1734 2007-10-30 Michael Olson <mwolson@gnu.org>
1735
1736 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
1737 ($(infodir)/remember): New rule that builds the Remember Manual.
1738
1739 * remember.texi: New file containing the Remember Mode Manual.
1740 Shuffle chapters around after initial import.
1741 (Function Reference): Split Keystrokes into separate chapter.
1742 (Keystrokes): Document C-c C-k.
1743 (Introduction): Fix typographical issue with "---".
1744
1745 2007-10-29 Richard Stallman <rms@gnu.org>
1746
1747 * widget.texi (Introduction): Delete discussion of implementation
1748 internals.
1749
1750 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * tramp.texi (Connection caching): Host names must be different
1753 when tunneling.
1754
1755 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1756
1757 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
1758 Gnus v5.13.
1759
1760 2007-10-28 Miles Bader <miles@gnu.org>
1761
1762 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
1763
1764 2007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
1765
1766 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
1767
1768 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1769
1770 * gnus.texi (Sorting the Summary Buffer): Remove
1771 gnus-article-sort-by-date-reverse.
1772
1773 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1774
1775 * gnus.texi (Non-ASCII Group Names): New node.
1776 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
1777 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
1778
1779 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
1780
1781 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
1782 clean the output of the program `imap-shell-program'.
1783
1784 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
1787
1788 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
1789
1790 * gnus.texi (Sticky Articles): Documentation for sticky article
1791 buffers.
1792
1793 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
1794
1795 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
1796
1797 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1798
1799 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
1800
1801 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1802
1803 * gnus.texi (Archived Messages): Document
1804 gnus-update-message-archive-method.
1805
1806 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
1809
1810 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
1811
1812 * gnus.texi (Group Maneuvering): Document
1813 `gnus-summary-next-group-on-exit'.
1814
1815 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * gnus.texi (Really Various Summary Commands): Mention
1818 gnus-auto-select-on-ephemeral-exit.
1819
1820 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1821
1822 * gnus.texi, message.texi: Bump version number.
1823
1824 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1825
1826 * gnus.texi (Group Line Specification, Misc Group Stuff)
1827 (Server Commands): Parenthesize @pxref{Mail Spool}.
1828
1829 2007-10-28 Didier Verna <didier@xemacs.org>
1830
1831 New user option: message-signature-directory.
1832 * message.texi (Insertion Variables): Document it.
1833 * gnus.texi (Posting Styles): Ditto.
1834
1835 2007-10-28 Didier Verna <didier@xemacs.org>
1836
1837 * gnus.texi (Group Line Specification):
1838 * gnus.texi (Misc Group Stuff):
1839 * gnus.texi (Server Commands): Document the group compaction feature.
1840
1841 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1842
1843 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
1844
1845 * message.texi (Various Message Variables): Add message-fill-column.
1846
1847 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * gnus.texi: Untabify.
1850
1851 2007-10-28 Didier Verna <didier@xemacs.org>
1852
1853 * gnus.texi (Group Parameters): Document the posting-style merging
1854 process in topic-mode.
1855
1856 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1857
1858 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
1859
1860 2007-10-28 Romain Francoise <romain@orebokech.com>
1861
1862 * gnus.texi (Mail Spool): Fix typo.
1863 Update copyright.
1864
1865 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1866
1867 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
1868
1869 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1870
1871 * gnus.texi (Summary Generation Commands):
1872 Add gnus-summary-insert-ticked-articles.
1873
1874 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1875
1876 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
1877 to spam-spamassassin-program.
1878
1879 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1880
1881 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
1882
1883 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1884
1885 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
1886
1887 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1888
1889 * message.texi (Mail Headers): Document `opportunistic'.
1890
1891 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1892
1893 * emacs-mime.texi (Encoding Customization): Explain how to set
1894 mm-coding-system-priorities per hierarchy.
1895
1896 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1897
1898 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
1899 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
1900
1901 2007-10-28 Didier Verna <didier@xemacs.org>
1902
1903 * message.texi (Wide Reply): Update documentation of
1904 message-dont-reply-to-names (now allowing a list of regexps).
1905
1906 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1907
1908 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
1909
1910 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1911
1912 * gnus.texi (SpamAssassin back end): Fix typo.
1913
1914 * sieve.texi (Examples): Fix grammar.
1915
1916 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1917
1918 * gnus.texi (Searching for Articles): Document M-S and M-R.
1919 (Limiting): Document / b.
1920
1921 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1922
1923 * gnus.texi (Thread Commands): T M-^.
1924
1925 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * message.texi (Mail Aliases): Document ecomplete.
1928 (Mail Aliases): Fix typo.
1929
1930 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
1933 fix typo.
1934
1935 2007-10-28 Romain Francoise <romain@orebokech.com>
1936
1937 * gnus.texi (Mail Spool): Grammar fix.
1938
1939 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1940
1941 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
1942 string.
1943
1944 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1945
1946 * gnus.texi (Group Parameters): Fix description.
1947
1948 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1949
1950 * gnus.texi (Gmane Spam Reporting):
1951 Fix spam-report-gmane-use-article-number.
1952 Add spam-report-user-mail-address.
1953
1954 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1955
1956 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
1957
1958 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1959
1960 * gnus.texi (Group Parameters): Add simplified sorting example based on
1961 example for `Sorting the Summary Buffer' from Jari Aalto
1962 <jari.aalto@cante.net>.
1963 (Example Methods): Add example for an indirect connection.
1964
1965 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
1966
1967 * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
1968 (Agent Parameters): Updated parameter names to match code.
1969 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
1970 'gnus-agent-summary-fetch-series'.
1971 (Agent and flags): New section providing a generalized discussion
1972 of flag handling.
1973 (Agent and IMAP): Removed flag discussion.
1974 (Agent Variables): Added 'gnus-agent-synchronize-flags'.
1975
1976 2007-10-28 Romain Francoise <romain@orebokech.com>
1977
1978 * gnus.texi (Exiting the Summary Buffer): Add new function
1979 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
1980
1981 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1982
1983 * gnus.texi (Conformity): Fix typo.
1984 (Customizing Articles): Document `first'.
1985
1986 2007-10-28 Jari Aalto <jari.aalto@cante.net>
1987
1988 * gnus.texi (Sorting the Summary Buffer):
1989 Add `gnus-thread-sort-by-date-reverse'. Add example
1990 host to different sorting in NNTP and RSS groups.
1991
1992 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1993
1994 * message.texi (Insertion): Describe prefix for
1995 message-mark-inserted-region and message-mark-insert-file.
1996
1997 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1998
1999 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
2000 LaTeX documents. Describe "text/x-gnus-verbatim".
2001
2002 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2003
2004 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
2005 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
2006 (spam-stat spam filtering, SpamOracle)
2007 (Extending the Spam ELisp package): Removed extra quote symbol for
2008 clarity.
2009
2010 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2011
2012 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
2013 gnus-article-delete-part and gnus-article-replace-part.
2014 (Using MIME): Add gnus-mime-replace-part.
2015
2016 2007-10-28 Romain Francoise <romain@orebokech.com>
2017
2018 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
2019 requires `auto-compression-mode' to be enabled. Add new nnml
2020 variable `nnml-compressed-files-size-threshold'.
2021
2022 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2023
2024 * gnus.texi (Sorting the Summary Buffer): Added
2025 gnus-thread-sort-by-recipient.
2026
2027 2007-10-28 Romain Francoise <romain@orebokech.com>
2028
2029 * message.texi (Insertion Variables): Mention new variable
2030 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
2031 documentation accordingly.
2032
2033 2007-10-28 Romain Francoise <romain@orebokech.com>
2034
2035 * gnus.texi (To From Newsgroups): Mention new variables
2036 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
2037
2038 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
2041 stuff; gnus-mime-inline-part does the automatic decompression.
2042
2043 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2044
2045 * gnus.texi (Spam ELisp Package Configuration Examples):
2046 "training.ham" should be "training.spam".
2047
2048 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050 * message.texi (Mail Variables): Fix the default value for
2051 message-send-mail-function.
2052
2053 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2054
2055 * gnus.texi (Optional Back End Functions): nntp-request-update-info
2056 always returns nil exceptionally.
2057
2058 2007-10-28 Simon Josefsson <jas@extundo.com>
2059
2060 * gnus.texi (Article Washing): Add libidn URL. Suggested by
2061 Michael Cook <michael@waxrat.com>.
2062
2063 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2064
2065 * gnus.texi (Topic Commands): Fix next/previous.
2066
2067 2007-10-28 Simon Josefsson <jas@extundo.com>
2068
2069 * gnus.texi (Article Washing): Mention `W i'.
2070
2071 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2072
2073 * gnus.texi (Group Parameters): Slight extension of sieve
2074 parameter description.
2075
2076 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2077
2078 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
2079 matching score files as well.
2080 (Picons): Describe `gnus-picon-style'.
2081
2082 2007-10-28 Romain Francoise <romain@orebokech.com>
2083
2084 * message.texi (Message Headers): Mention that headers are hidden
2085 using narrowing, and how to expose them.
2086 Update copyright.
2087
2088 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2089
2090 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
2091 `gnus-summary-sort-by-recipient'.
2092
2093 2007-10-28 Romain Francoise <romain@orebokech.com>
2094
2095 * gnus.texi (NNTP marks): New node.
2096 (NNTP): Move NNTP marks variables to the new node.
2097
2098 2007-10-28 Jesper Harder <harder@ifa.au.dk>
2099
2100 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
2101
2102 * gnus.texi (MIME Commands, Hashcash): Markup fix.
2103
2104 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2105
2106 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
2107 everywhere for consistency.
2108 (Filtering Spam Using The Spam ELisp Package): Admonish again.
2109 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
2110 Say "regular expression" instead of "regex." Admonish. Pick
2111 other words to sound better (s/so/thus/).
2112 (Spam ELisp Package Filtering of Incoming Mail): Mention
2113 statistical filters. Remove old TODO.
2114 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
2115 New section on sorting and displaying the spam score.
2116 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
2117 backend but an alias to spam-use-BBDB.
2118 (Extending the Spam ELisp package): Rewrite the example using the
2119 new backend functionality.
2120
2121 2007-10-28 Simon Josefsson <jas@extundo.com>
2122
2123 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
2124 nntp-marks-directory, from Romain Francoise
2125 <romain@orebokech.com>.
2126
2127 2007-10-28 Magnus Henoch <mange@freemail.hu>
2128
2129 * gnus.texi (Hashcash): New default value of
2130 hashcash-default-payment.
2131
2132 2007-10-28 Simon Josefsson <jas@extundo.com>
2133
2134 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
2135 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
2136
2137 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2138
2139 * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
2140
2141 2007-10-28 Simon Josefsson <jas@extundo.com>
2142
2143 * gnus.texi (documentencoding): Add, to avoid warnings.
2144
2145 2007-10-28 Simon Josefsson <jas@extundo.com>
2146
2147 * message.texi (Mail Headers): Add.
2148
2149 * gnus.texi (Hashcash): Fix.
2150
2151 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2152
2153 * gnus.texi (Hashcash): Changed location of library, also mention
2154 that payments can be verified and fix the name of the
2155 hashcash-path variable.
2156
2157 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2158
2159 * gnus.texi (Article Display): Add `gnus-picon-style'.
2160
2161 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2162
2163 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
2164
2165 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2166
2167 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
2168 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
2169 warning about ham processors in spam groups removed.
2170
2171 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2172
2173 * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
2174 From Hubert Chan <hubert@uhoreg.ca>.
2175
2176 2007-10-28 Jesper Harder <harder@ifa.au.dk>
2177
2178 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
2179 (Mailing List): Typo.
2180 (Customizing Articles): Add gnus-treat-ansi-sequences.
2181 (Article Washing): Index.
2182
2183 * message.texi: Use m-dash consistently.
2184
2185 2007-10-28 Jesper Harder <harder@ifa.au.dk>
2186
2187 * gnus.texi (GroupLens): Remove.
2188
2189 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
2190
2191 * gnus.texi (Outgoing Messages, Agent Variables): Add
2192 gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
2193 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
2194
2195 2007-10-28 Jesper Harder <harder@ifa.au.dk>
2196
2197 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
2198
2199 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2200
2201 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
2202
2203 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
2204
2205 2007-10-28 Simon Josefsson <jas@extundo.com>
2206
2207 * gnus.texi (Top): Add SASL.
2208
2209 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2210
2211 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2212
2213 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2214
2215 * gnus.texi (Troubleshooting): Adjust Gnus version number.
2216
2217 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2218
2219 * calc.texi (Formulas, Composition Basics): Lower the
2220 precedence of negation.
2221
2222 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2223
2224 * ses.texi (The Basics): Mention how to create a new spreadsheet.
2225 Mention the new three-letter column identifiers.
2226 (More on cell printing): Calculate-cell and truncate-cell are now `c'
2227 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
2228 message when using `c' on an empty default with default printer.
2229 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
2230 renamed to `ses--symbolic-formulas' some time ago.
2231
2232 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
2233
2234 * calc.texi (Default Simplifications, Making Selections)
2235 (Customizing Calc): Clarify associativity of multiplication.
2236
2237 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * tramp.texi (Traces and Profiles): Simplify loop over
2240 `trace-function-background'.
2241
2242 2007-10-22 Juri Linkov <juri@jurta.org>
2243
2244 * dired-x.texi (Shell Command Guessing): Default values are now
2245 available by typing M-n instead of M-p.
2246
2247 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2248
2249 * tramp.texi (Cleanup remote connections): New section.
2250 (Password caching): Remove `tramp-clear-passwd'.
2251 It's not a command anymore.
2252 (Bug Reports): Add `tramp-bug' to function index.
2253 (Function Index, Variable Index): New nodes.
2254 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
2255
2256 * trampver.texi: Update release number.
2257
2258 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2259
2260 * calc.texi (History and Acknowledgements): Turn comment
2261 about integer size into past tense.
2262 (Time Zones): Remove pointer to Calc author's address.
2263 (Trigonometric and Hyperbolic Functions): Mention cotangent
2264 and hyperbolic cotangent. Fix typo.
2265
2266 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2267
2268 Sync with Tramp 2.1.11.
2269
2270 * trampver.texi: Update release number.
2271
2272 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2273
2274 * tramp.texi (External packages): New section.
2275
2276 2007-09-29 Juri Linkov <juri@jurta.org>
2277
2278 * info.texi (Help-Int): Document `L' (`Info-history').
2279
2280 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2281
2282 * org.texi: Change links to webpage and maintained email.
2283 (Remember): Promote to Chapter, significant changes.
2284 (Fast access to TODO states): New section.
2285 (Faces for TODO keywords): New section.
2286 (Export options): Example for #+DATE.
2287 (Progress logging): Section moved.
2288
2289 2007-09-26 Bill Wohler <wohler@newt.com>
2290
2291 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
2292 browse-url-at-mouse.
2293
2294 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
2295
2296 * flymake.texi (Customizable variables): Face names don't end in -face.
2297 Fix flymake-err-line-patterns template.
2298 (Example -- Configuring a tool called directly): Fix init-function.
2299 (Highlighting erroneous lines): Face names don't end in -face.
2300
2301 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
2302
2303 * erc.texi (Special-Features): Fix small typo.
2304
2305 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
2308 and "External transfer methods".
2309
2310 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
2311
2312 * calc.texi (Predefined Units): Add some history.
2313
2314 2007-09-08 Michael Olson <mwolson@gnu.org>
2315
2316 * erc.texi (Copying): New section included from gpl.texi.
2317 This matches the look of the upstream ERC manual.
2318
2319 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
2320
2321 * calc.texi (History and Acknowledgements): Adjust the "thanks".
2322 (Random Numbers): Clarify the distribution of `random'.
2323
2324 2007-09-06 Glenn Morris <rgm@gnu.org>
2325
2326 Move manual sources from man/ to subdirectories of doc/.
2327 Split into the Emacs manual in emacs/, and other manuals in misc/.
2328 Change all setfilename commands to use ../../info.
2329 * Makefile.in: Move the parts of the old man/Makefile.in that do not
2330 refer to the Emacs manual here.
2331 (infodir): New variable.
2332 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
2333 (cc-mode.texi, faq.texi): Update references to source file locations.
2334 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
2335 do not refer to the Emacs manual here.
2336 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
2337
2338 * Makefile.in: Add `basename' versions of all info targets, for
2339 convenience when rebuilding just one manual.
2340 (../etc/GNU): Delete obsolete target.
2341 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2342 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2343 *.vrs *.toc here...
2344 (maintainer-clean): ...from here.
2345
2346 * makefile.w32-in (../etc/GNU): Delete obsolete target.
2347
2348 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
2349
2350 * calc.texi (Date Conversions): Clarify definition of
2351 Julian day numbering.
2352 (Date Forms): Clarify definition of Julian day numbering;
2353 add some history.
2354
2355 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
2356
2357 * org.texi: Version 5.07.
2358
2359 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
2360
2361 * message.texi (MIME): Replace mml-attach with mml-attach-file.
2362
2363 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
2364
2365 * org.texi (Adding hyperlink types): New section.
2366 (Embedded LaTeX): Chapter updated because of LaTeX export.
2367 (LaTeX export): New section.
2368 (Using links out): New section.
2369
2370 2007-08-22 Glenn Morris <rgm@gnu.org>
2371
2372 * faq.texi (Learning how to do something): Refcards now in
2373 etc/refcards/ directory.
2374
2375 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
2376
2377 * tramp.texi (Remote Programs): Persistency file must be cleared when
2378 changing `tramp-remote-path'.
2379 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
2380 macro.
2381
2382 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2383
2384 * calc.texi: Move contents to beginning of file.
2385 (Algebraic Entry): Fix the formatting of an example.
2386
2387 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
2388
2389 * calc.texi (Basic Operations on Units): Mention exact versus
2390 inexact conversions.
2391
2392 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
2393
2394 * calc.texi (Basic Operations on Units): Mention default
2395 values for new units.
2396 (Quick Calculator Mode): Mention that binary format will
2397 be displayed.
2398
2399 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2400
2401 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
2402
2403 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2404
2405 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
2406
2407 2007-08-08 Glenn Morris <rgm@gnu.org>
2408
2409 * gnus.texi, sieve.texi: Replace `iff'.
2410
2411 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2412
2413 * calc.texi (Basic Graphics): Mention the graphing of error
2414 forms.
2415 (Graphics Options): Mention how `g s' handles error forms.
2416 (Curve Fitting): Mention plotting the curves.
2417 (Standard Nonlinear Models): Add additional models.
2418 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
2419 (Linear Fits): Correct result.
2420
2421 2007-08-01 Alan Mackenzie <acm@muc.de>
2422
2423 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
2424 to "--no-site-file".
2425
2426 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
2427
2428 * tramp.texi (Frequently Asked Questions): Point to mode line
2429 extension in Emacs 23.1.
2430
2431 * trampver.texi: Update release number.
2432
2433 2007-07-27 Glenn Morris <rgm@gnu.org>
2434
2435 * calc.texi (Copying): Include license text from gpl.texi, rather than
2436 in-line.
2437
2438 2007-07-25 Glenn Morris <rgm@gnu.org>
2439
2440 * calc.texi (Copying): Replace license with GPLv3.
2441
2442 * Relicense all FSF files to GPLv3 or later.
2443
2444 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
2445
2446 Sync with Tramp 2.1.10.
2447
2448 * tramp.texi (trampfn): Expand macro implementation in order to handle
2449 empty arguments.
2450 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
2451 occurrences by trampfn.
2452 (Frequently Asked Questions): Extend example code for host
2453 identification in the modeline. Add bbdb to approaches shortening Tramp
2454 file names to be typed.
2455
2456 * trampver.texi: Update release number.
2457
2458 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
2461 section. Reported by <poti@potis.org>.
2462 (Remote processes): Arguments of the program to be debugged are taken
2463 literally.
2464 (Frequently Asked Questions): Simplify recentf example.
2465
2466 2007-07-14 Karl Berry <karl@gnu.org>
2467
2468 * info.texi (@copying): New Back-Cover Text.
2469
2470 * info.texi (Quitting Info): Move to proper place in source.
2471 (Reported by Benno Schulenberg.)
2472
2473 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2474
2475 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
2476
2477 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
2478
2479 * emacs-mime.texi: Add @documentencoding directive.
2480
2481 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
2482
2483 * tramp.texi (Remote processes): Add an anchor to the subsection
2484 "Running a debugger on a remote host".
2485
2486 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * tramp.texi (Remote processes): Don't call it "experimental" any
2489 longer. Add subsection about running a debugger on a remote host.
2490
2491 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
2492
2493 * org.texi (Properties and columns): Chapter rewritten.
2494
2495 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * tramp.texi:
2498 * trampver.texi: Migrate to Tramp 2.1.
2499
2500 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
2501
2502 * org.texi (Properties): New chapter.
2503
2504 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2505
2506 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
2507 Control Panel.
2508
2509 * gnus.texi (Misc Article): Add index entry for
2510 gnus-single-article-buffer.
2511
2512 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
2513
2514 * gnus.texi (Starting Up): Fix typo.
2515
2516 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * gnus.texi (Asynchronous Fetching): Fix typo.
2519
2520 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2521
2522 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
2523 (About This Manual): Remove redundant information.
2524 (Getting Started): Mention author.
2525 (Basic Arithmetic, Customizing Calc): Make description of the
2526 variable `calc-multiplication-has-precedence' match its new effect.
2527
2528 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2529
2530 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
2531 the variable `calc-multiplication-has-precedence'.
2532
2533 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
2534
2535 * org.texi (Tag): Section swapped with node Timestamps.
2536 (Formula syntax for Lisp): Document new `L' flag.
2537
2538 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
2539
2540 * gnus.texi (Misc Group Stuff, Summary Buffer)
2541 (Server Commands, Article Keymap): Fix typo. s/function/command/.
2542
2543 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
2546 * gnus.texi (Article Buttons, Mail Source Customization)
2547 (Sending or Not Sending, Customizing NNDiary):
2548 * message.texi (Message Headers):
2549 * mh-e.texi (HTML): Fix typos.
2550
2551 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2552
2553 Sync with Tramp 2.0.56.
2554
2555 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
2556 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
2557
2558 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * Version 22.1 released.
2561
2562 2007-05-26 Michael Olson <mwolson@gnu.org>
2563
2564 * erc.texi (Modules): Fix references to completion modules.
2565
2566 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2567
2568 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
2569
2570 2007-05-09 Didier Verna <didier@xemacs.org>
2571
2572 * gnus.texi (Email Based Diary): New. Proper documentation for the
2573 nndiary back end and the gnus-diary library.
2574
2575 2007-05-03 Karl Berry <karl@gnu.org>
2576
2577 * .cvsignore (*.pdf): New entry.
2578
2579 * texinfo.tex: Update from current version for better pdf generation.
2580
2581 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
2582
2583 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
2584
2585 2007-04-28 Glenn Morris <rgm@gnu.org>
2586
2587 * faq.texi (New in Emacs 22): Restore mention of python.el pending
2588 consideration of legal status.
2589
2590 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
2591
2592 * idlwave.texi: Minor updates for IDLWAVE 6.1.
2593
2594 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * faq.texi (New in Emacs 22): python.el removed.
2597
2598 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2599
2600 * calc.texi (Reporting bugs): Update maintainer's address.
2601
2602 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2605
2606 2007-04-15 Jay Belanger <belanger@truman.edu>
2607
2608 * calc.texi (Title page): Remove the date.
2609 (Basic Arithmetic): Emphasize that / binds less strongly than *.
2610 (The Standard Calc Interface): Change trail title.
2611 (Floats): Mention that when non-decimal floats are entered, only
2612 approximations are stored.
2613 (Copying): Move to the appendices.
2614 (GNU Free Documentation License): Add as an appendix.
2615
2616 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
2619 * dired-x.texi, ebrowse.texi, ediff.texi:
2620 * emacs-mime.texi, erc.texi, eshell.texi:
2621 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
2622 * idlwave.texi, message.texi, newsticker.texi, org.texi:
2623 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
2624 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2625 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
2626 * woman.texi: Include GFDL.
2627
2628 * doclicense.texi: Remove node heading, so that it can be included by
2629 other files.
2630
2631 * dired-x.texi: Relicence under GFDL. Remove date from title page.
2632
2633 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
2634 than *.
2635
2636 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
2637
2638 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
2639 in Calc.
2640
2641 2007-04-09 Romain Francoise <romain@orebokech.com>
2642
2643 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
2644 Mac OS ports. Make it clear that mouse-1 complements and doesn't
2645 replace mouse-2.
2646
2647 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * woman.texi (Word at point, Interface Options): woman-topic-at-point
2650 renamed to woman-use-topic-at-point. Document new behavior.
2651
2652 2007-04-08 Richard Stallman <rms@gnu.org>
2653
2654 * url.texi: Fix some indexing.
2655 (Disk Caching): Drop discussion of old/other Emacs versions.
2656
2657 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2658
2659 * url.texi (Disk Caching): Say Emacs 21 "and later".
2660
2661 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
2662 on Font locking which now mentions JIT lock.
2663
2664 2007-04-01 Michael Olson <mwolson@gnu.org>
2665
2666 * erc.texi: Update for the ERC 5.2 release.
2667
2668 2007-03-31 David Kastrup <dak@gnu.org>
2669
2670 * woman.texi (Topic, Interface Options): Explain changes semantics of
2671 woman-manpath in order to consider MANPATH_MAP entries.
2672
2673 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2674
2675 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
2676
2677 2007-03-26 Richard Stallman <rms@gnu.org>
2678
2679 * pgg.texi (Caching passphrase): Clean up previous change.
2680
2681 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
2682
2683 * gnus.texi (Setting Process Marks): Fix typo.
2684
2685 2007-03-25 Romain Francoise <romain@orebokech.com>
2686
2687 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
2688 readability, and include various fixes by Daniel Brockman, Nick Roberts
2689 and Dieter Wilhelm.
2690
2691 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2692
2693 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
2694
2695 * gnus.texi (Mail Source Specifiers): Fix typo.
2696
2697 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2698
2699 * reftex.texi (Imprint): Update maintainer information.
2700
2701 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * message.texi (Message Buffers): Update documentation for
2704 message-generate-new-buffers.
2705
2706 2007-03-15 Daiki Ueno <ueno@unixuser.org>
2707
2708 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
2709
2710 2007-03-21 Glenn Morris <rgm@gnu.org>
2711
2712 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
2713
2714 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * eshell.texi (Known problems): Emacs 21 -> 22.
2717
2718 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
2719
2720 2007-03-18 Jay Belanger <belanger@truman.edu>
2721
2722 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
2723
2724 2007-03-12 Glenn Morris <rgm@gnu.org>
2725
2726 * calc.texi (Time Zones): Switch to new North America DST rule.
2727
2728 * calc.texi: Replace "daylight savings" with "daylight
2729 saving" in text throughout.
2730
2731 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2732
2733 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
2734 The variable now uses a list of symbols instead of just a symbol.
2735 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2736
2737 2007-03-06 Romain Francoise <romain@orebokech.com>
2738
2739 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
2740 new packages, and mention Gnus update.
2741
2742 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2743
2744 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
2745 nntp-open-connection-functions-never-echo-commands.
2746
2747 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
2750 problems on the console, and security risk in not using gpg-agent.
2751
2752 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
2753
2754 * org.texi (The spreadsheet): Renamed from "Table calculations".
2755 Completely reorganized and rewritten.
2756 (CamelCase links): Section removed.
2757 (Repeating items): New section.
2758 (Tracking TODO state changes): New section.
2759 (Agenda views): Chapter reorganized and rewritten.
2760 (HTML export): Section rewritten.
2761 (Tables in arbitrary syntax): New section.
2762 (Summary): Better feature summary.
2763 (Activation): Document problem with cut-and-paste of Lisp code
2764 from PDF files.
2765 (Visibility cycling): Document indirect buffer use.
2766 (Structure editing): Document sorting.
2767 (Remember): Section rewritten.
2768 (Time stamps): Better description of time stamp types.
2769 (Tag searches): Document regular expression search for tags.
2770 (Stuck projects): New section.
2771 (In-buffer settings): New keywords.
2772 (History and Acknowledgments): Updated description.
2773
2774 2007-02-24 Alan Mackenzie <acm@muc.de>
2775
2776 * cc-mode.texi (Movement Commands): Insert two missing command names.
2777 (Getting Started): Slight wording correction (use conditional).
2778
2779 2007-02-22 Kim F. Storm <storm@cua.dk>
2780
2781 * widget.texi (User Interface, Basic Types): Document need to put some
2782 text before the %v escape in :format string in editable-field widget.
2783
2784 2007-02-18 Romain Francoise <romain@orebokech.com>
2785
2786 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
2787 `cvs-mode-quit'.
2788
2789 2007-02-10 Markus Triska <markus.triska@gmx.at>
2790
2791 * widget.texi (Programming Example): Put constant strings in :format.
2792
2793 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * faq.texi (Fullscreen mode on MS-Windows): New node.
2796
2797 2007-02-04 David Kastrup <dak@gnu.org>
2798
2799 * faq.texi (AUCTeX): Update version number. Should probably be done
2800 for other packages as well.
2801
2802 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2803
2804 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
2805 <tassilo@member.fsf.org>.
2806
2807 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2808
2809 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
2810 ls-lisp-use-localized-time-format.
2811
2812 2007-01-20 Markus Triska <markus.triska@gmx.at>
2813
2814 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
2815
2816 2007-01-13 Michael Olson <mwolson@gnu.org>
2817
2818 * erc.texi (Modules): Mention capab-identify module.
2819
2820 2007-01-05 Michael Olson <mwolson@gnu.org>
2821
2822 * erc.texi (Getting Started): Update for /RECONNECT command.
2823
2824 2007-01-04 Richard Stallman <rms@gnu.org>
2825
2826 * ebrowse.texi: Change C-c b to C-c C-m.
2827
2828 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2829
2830 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
2831 variables only in info to avoid redundant entries in the printed
2832 manual.
2833
2834 2007-01-02 Daiki Ueno <ueno@unixuser.org>
2835
2836 * message.texi (Using PGP/MIME): Document gpg-agent usage.
2837
2838 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
2839
2840 * message.texi (Security): Split into sub-nodes.
2841
2842 2007-01-01 Alan Mackenzie <acm@muc.de>
2843
2844 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
2845 eval-after-load in Emacs <=21 and a workaround. Document that
2846 trigraphs are not supported.
2847
2848 2007-01-01 Alan Mackenzie <acm@muc.de>
2849
2850 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
2851 c-context-line-break. When invoked within a string, preserve
2852 whitespace. Add a backslash only when also in a macro.
2853
2854 2007-01-01 Alan Mackenzie <acm@muc.de>
2855
2856 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
2857
2858 2007-01-01 Alan Mackenzie <acm@muc.de>
2859
2860 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
2861 are now bound by default to c-\(beginning\|end\)-of-defun by default.
2862
2863 2007-01-01 Alan Mackenzie <acm@muc.de>
2864
2865 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
2866 "Choosing a Style".
2867
2868 * cc-mode.texi ("Styles"): Add @dfn{style}.
2869
2870 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2871
2872 Sync with Tramp 2.0.55.
2873
2874 * trampver.texi: Update release number.
2875
2876 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
2877
2878 * gnus.texi (Customizing Articles): Add index entries for all
2879 gnus-treat-* variables.
2880
2881 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
2882
2883 * gnus.texi (IMAP): Fix incorrect explanation of
2884 nnimap-search-uids-not-since-is-evil in documentation for
2885 nnimap-expunge-search-string.
2886
2887 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
2888
2889 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
2890 spam-ifile-database.
2891
2892 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2893
2894 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
2895 rebind C-s.
2896
2897 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
2898
2899 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
2900 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
2901 "expiring mail".
2902 (IMAP): Document nnimap-search-uids-not-since-is-evil and
2903 nnimap-nov-is-evil.
2904
2905 2006-12-25 Kevin Ryde <user42@zip.com.au>
2906
2907 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
2908 about the key procedure being used heavily.
2909
2910 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
2913 to t.
2914 (Prerequisites): Add explanation about gpg-agent.
2915
2916 2006-12-22 Kevin Ryde <user42@zip.com.au>
2917
2918 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
2919 "sort" instead of "sort*".
2920
2921 2006-12-19 Richard Stallman <rms@gnu.org>
2922
2923 * calc.texi (History and Acknowledgements): Recognize that Emacs
2924 now does have floating point.
2925
2926 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
2927
2928 * tramp.texi (External transfer methods): Describe new method `scpc'.
2929
2930 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
2931
2932 * pgg.texi: Added short note on gpg-agent to the introduction.
2933
2934 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2935
2936 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
2937 also applies to Cc.
2938
2939 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2940
2941 * gnus.texi (X-Face): Clarify. Say which programs are required
2942 on Windows.
2943
2944 2006-12-08 Michael Olson <mwolson@gnu.org>
2945
2946 * erc.texi (Modules): Remove documentation for list module.
2947
2948 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2949
2950 * faq.texi (^M in the shell buffer): Ditto.
2951
2952 2006-11-20 Michael Olson <mwolson@gnu.org>
2953
2954 * erc.texi: Call this the 5.2 stable pre-release of ERC.
2955
2956 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
2957
2958 * org.texi: Fix typos.
2959 (Agenda commands): Document `C-k'.
2960
2961 2006-11-16 Eli Zaretskii <eliz@gnu.org>
2962
2963 * url.texi (http/https): Fix a typo in the HTTP URL.
2964
2965 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
2966
2967 * ada-mode.texi: Total rewrite.
2968
2969 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
2970
2971 * org.texi: Minor typo fixes.
2972
2973 2006-11-13 Bill Wohler <wohler@newt.com>
2974
2975 Release MH-E manual version 8.0.3.
2976
2977 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2978 release 8.0.3.
2979
2980 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
2981 to set MAILDIR.
2982 (Reading Mail): Document the customization of read-mail-command
2983 for MH-E.
2984 (Viewing Attachments): Document mm-discouraged-alternatives.
2985 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
2986 (Junk): Add more information about the settings of mh-junk-background
2987 in a program. Add /usr/bin/mh to PATH in examples.
2988
2989 2006-11-12 Richard Stallman <rms@gnu.org>
2990
2991 * woman.texi: Update author address but say he no longer maintains it.
2992
2993 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2994
2995 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
2996 archived trees.
2997 (Checkboxes): Section moved to chapter 5, and extended.
2998 (The date/time prompt): New section.
2999 (Link abbreviations): New section.
3000 (Presentation and sorting): New section.
3001 (Custom agenda views): Section completely rewritten.
3002 (Summary): Compare with Planner.
3003 (Feedback): More info about creating backtraces.
3004 (Plain lists): Modified example.
3005 (Breaking down tasks): New section.
3006 (Custom time format): New section.
3007 (Time stamps): Document inactive timestamps.
3008 (Setting tags): More details about fast tag selection.
3009 (Block agenda): New section.
3010 (Custom agenda views): Section rewritten.
3011 (Block agenda): New section.
3012
3013 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * tramp.texi (Configuration): scp is the default method.
3016 (Default Method): Use ssh as example for another method.
3017
3018 2006-10-27 Richard Stallman <rms@gnu.org>
3019
3020 * woman.texi: Downcase nroff/troff/roff.
3021 (Installation): Chapter deleted. Some xrefs deleted.
3022 (Background): woman doesn't advise man ;-).
3023
3024 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
3025
3026 * ada-mode.texi (Project files, Identifier completion)
3027 (Automatic Casing, Debugging, Using non-standard file names)
3028 (Working Remotely): Fix typos.
3029
3030 2006-10-20 Masatake YAMATO <jet@gyve.org>
3031
3032 * cc-mode.texi (Sample .emacs File): Added missing `)' in
3033 sample code `my-c-initialization-hook'.
3034
3035 2006-10-19 Stuart D. Herring <herring@lanl.gov>
3036
3037 * widget.texi: Fix typos.
3038
3039 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * tramp.texi (Frequently Asked Questions): Remove questions marked with
3042 "???". There have been no complaints for years, so the information
3043 must be appropriate.
3044
3045 2006-10-16 Richard Stallman <rms@gnu.org>
3046
3047 * widget.texi: Use @var instead of capitalization.
3048 Clarify many widget type descriptions.
3049
3050 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3051
3052 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
3053 gnus-dired-attach.
3054 (Selecting a Group): Fix typo.
3055
3056 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
3057
3058 * widget.texi: Fix typos.
3059
3060 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
3061
3062 * gnus.texi (Image Enhancements): Update for Emacs 22.
3063
3064 * gnus-faq.texi ([1.3]): Update.
3065
3066 2006-10-06 Richard Stallman <rms@gnu.org>
3067
3068 * faq.texi (Displaying the current line or column):
3069 Delete "As of Emacs 20".
3070
3071 2006-10-06 Romain Francoise <romain@orebokech.com>
3072
3073 * faq.texi (VM): VM works with Emacs 22 too.
3074
3075 2006-10-06 Richard Stallman <rms@gnu.org>
3076
3077 * ebrowse.texi: Remove Emacs version "21" from title.
3078
3079 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
3080
3081 * gnus.texi (Foreign Groups): Say where change of editing commands are
3082 stored. Add reference to `gnus-parameters'.
3083
3084 2006-09-15 Jay Belanger <belanger@truman.edu>
3085
3086 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
3087 Change "Library Public License" to "Lesser Public License"
3088 throughout. Use "yyyy" to represent year.
3089
3090 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
3091
3092 * org.texi (Setting tags): Typo fix.
3093
3094 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
3095
3096 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
3097
3098 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3099
3100 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
3101
3102 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3103
3104 * faq.texi (Escape sequences in shell output): EMACS is now set
3105 to Emacs's absolute file name, not to "t".
3106 (^M in the shell buffer): Likewise.
3107 * misc.texi (Interactive Shell): Likewise.
3108
3109 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3110
3111 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
3112 mails with pop3-leave-mail-on-server. Fix wording.
3113 (Limiting): Improve gnus-summary-limit-to-articles.
3114 (X-Face): Fix typo.
3115
3116 2006-09-11 Simon Josefsson <jas@extundo.com>
3117
3118 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
3119 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
3120
3121 2006-09-06 Simon Josefsson <jas@extundo.com>
3122
3123 * smtpmail.texi (Authentication): Mention SSL.
3124
3125 2006-09-01 Eli Zaretskii <eliz@gnu.org>
3126
3127 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
3128 Don't use @indicateurl.
3129
3130 * cc-mode.texi (Subword Movement): Don't use @headitem.
3131 (Custom Braces, Clean-ups): Don't use @tie.
3132
3133 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3134
3135 Sync with Tramp 2.0.54.
3136
3137 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
3138 Suggested by Adrian Phillips <a.phillips@met.no>.
3139
3140 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
3141
3142 * org.texi (Installation, Activation): Split from Installation and
3143 Activation.
3144 (Clocking work time): Documented new features.
3145
3146 2006-08-13 Alex Schroeder <alex@gnu.org>
3147
3148 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
3149 example.
3150
3151 2006-08-12 Eli Zaretskii <eliz@gnu.org>
3152
3153 * faq.texi (How to add fonts): New node.
3154
3155 2006-08-05 Romain Francoise <romain@orebokech.com>
3156
3157 * faq.texi (New in Emacs 22): Expand.
3158
3159 2006-08-03 Michael Olson <mwolson@gnu.org>
3160
3161 * erc.texi: Update for ERC 5.1.4.
3162
3163 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3164
3165 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
3166 in .../site-lisp/gnus/ by default.
3167 [ From gnus-news.texi in the trunk. ]
3168
3169 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * gnus.texi (MIME Commands): Additions for yEnc.
3172
3173 2006-07-24 Richard Stallman <rms@gnu.org>
3174
3175 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
3176 * faq.texi: Move periods and commas inside quotes.
3177
3178 2006-07-20 Jay Belanger <belanger@truman.edu>
3179
3180 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
3181
3182 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * faq.texi (Security risks with Emacs): Document Emacs 22
3185 file-local-variable mechanism.
3186
3187 2006-07-12 Michael Olson <mwolson@gnu.org>
3188
3189 * erc.texi: Update for ERC 5.1.3.
3190
3191 2006-07-12 Alex Schroeder <alex@gnu.org>
3192
3193 * rcirc.texi: Fix typos.
3194 (Getting started with rcirc): New calling convention for M-x irc.
3195 Mention #rcirc. Removed channel tracking.
3196 (Configuration): Changed the names of all variables that got changed
3197 recently, eg. rcirc-server to rcirc-default-server. Added
3198 documentation for rcirc-authinfo, some background for Bitlbee, and
3199 rcirc-track-minor-mode.
3200 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
3201 Scrolling.
3202 (Reconnecting after you have lost the connection): Fixed example code
3203 to match code changes.
3204
3205 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * gnus.texi, message.texi: Fix typos.
3208
3209 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3210
3211 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
3212 commands.
3213 (Global TODO list): Document the use of the variables
3214 `org-agenda-todo-ignore-scheduled' and
3215 `org-agenda-todo-list-sublevels'.
3216
3217 2006-07-05 Richard Stallman <rms@gnu.org>
3218
3219 * faq.texi (Scrolling only one line): Fix xref.
3220
3221 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3222
3223 * faq.texi (Evaluating Emacs Lisp code):
3224 Throughout, replace eval-current-buffer with eval-buffer.
3225
3226 2006-07-03 Richard Stallman <rms@gnu.org>
3227
3228 * rcirc.texi (Scrolling conservatively): Fix xref.
3229
3230 * pcl-cvs.texi (Viewing differences): Usage fix.
3231
3232 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3233
3234 * org.texi (Agenda commands): Document `s' key to save all org-mode
3235 buffers.
3236
3237 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
3238
3239 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
3240 names. Mention `cvs-msg' face.
3241
3242 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3243
3244 * org.texi (Checkboxes): New section.
3245
3246 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3247
3248 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
3249 throughout this chapter.
3250
3251 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
3252
3253 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
3254 text for standalone vs Emacs info.
3255 (Help): Clarify header line description. Use mouse-1 for clicks.
3256 (Help-P): Use mouse-1 for clicks.
3257 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
3258 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
3259 (Choose menu subtopic): Remove gratuitous Emacs command names.
3260 (Help-FOO): Put usual behavior first.
3261 (Help-Xref): Clicking on xrefs works in Emacs.
3262 (Search Text): Clarify what the default behavior is.
3263 (Create Info buffer): Fix Emacs window/X window confusion.
3264 (Emacs Info Variables): Fix for new Emacs init file behavior.
3265
3266 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3267
3268 * gnus.texi (Summary Buffer Lines): Fix typo.
3269
3270 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
3271
3272 * org.texi (Embedded LaTeX): New chapter.
3273 (Archiving): Section rewritten.
3274 (Enhancing text): Some parts moved to the new chapter about LaTeX.
3275
3276 2006-06-20 Bill Wohler <wohler@newt.com>
3277
3278 Release MH-E manual version 8.0.1.
3279
3280 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3281 release 8.0.1.
3282 (Preface): Depend on GNU mailutils 1.0 and higher.
3283
3284 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3285
3286 * message.texi (News Headers): Update message-syntax-checks section.
3287
3288 2006-06-19 Karl Berry <karl@gnu.org>
3289
3290 * info.texi (Advanced): Mention C-q, especially with ?.
3291
3292 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
3293
3294 * org.texi (Publishing links): Document the `:link-validation-function'
3295 property.
3296 (Extensions and Hacking): New chapter, includes some sections of the
3297 "Miscellaneous" chapter.
3298
3299 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3300
3301 * org.texi (Progress logging): New section.
3302
3303 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * viper.texi (Viper Specials):
3306 * gnus.texi (Example Setup):
3307 * faq.texi (Backspace invokes help):
3308 * dired-x.texi (Optional Installation Dired Jump):
3309 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3310 follow coding conventions.
3311
3312 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3313
3314 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3315
3316 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3317
3318 * org.texi (ASCII export): Document indentation adaptation.
3319 (Setting tags): Document mutually-exclusive tags.
3320
3321 2006-06-05 Romain Francoise <romain@orebokech.com>
3322
3323 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
3324 Fix typo.
3325
3326 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
3327 channel (#gnus@irc.freenode.net).
3328 Fix typos. Update copyright notice.
3329
3330 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
3331 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
3332 (Line-Up Functions, Custom Macros):
3333 * ediff.texi (Window and Frame Configuration)
3334 (Highlighting Difference Regions):
3335 * emacs-mime.texi (Display Customization):
3336 * erc.texi (History):
3337 * eshell.texi (Known problems):
3338 * eudc.texi (Overview, BBDB):
3339 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
3340 (The problem of spam, SpamOracle, Extending the Spam package)
3341 (Conformity, Terminology):
3342 * idlwave.texi (Routine Info)
3343 (Class and Keyword Inheritance, Padding Operators)
3344 (Breakpoints and Stepping, Electric Debug Mode)
3345 (Examining Variables, Troubleshooting):
3346 * org.texi (Creating timestamps):
3347 * reftex.texi (Commands, Options, Changes):
3348 * tramp.texi (Inline methods, Password caching)
3349 (Auto-save and Backup, Issues):
3350 * vip.texi (Files, Commands in Insert Mode):
3351 * viper.texi (Emacs Preliminaries, States in Viper)
3352 (Packages that Change Keymaps, Viper Specials, Groundwork):
3353 Fix various typos.
3354
3355 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
3356
3357 * ediff.texi: Fix typos.
3358
3359 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3360
3361 * org.texi: Small typo fixes.
3362
3363 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
3364
3365 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
3366
3367 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3368
3369 * pcl-cvs.texi: Fix typos.
3370 (Customization): Say "us".
3371
3372 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3373
3374 * org.texi: Remove bogus @setfilename.
3375
3376 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3377
3378 * org.texi (ASCII export): Omit command name.
3379 (HTML export): Add prefix to all lines in Local Variable example.
3380 (Acknowledgments): Typeset names in italics.
3381
3382 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3383
3384 * org.texi (Plain lists): Add new item navigation commands.
3385 (External links): Document elisp and info links.
3386 (Custom searches): New section.
3387 (Publishing): New chapter.
3388 (HTML export): Include a list of supported CSS classes.
3389 (Setting tags): Describe the fast-tag-setting interface.
3390
3391 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
3392
3393 * dired-x.texi: ifinfo -> ifnottex.
3394
3395 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3396
3397 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3398
3399 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3400
3401 * message.texi (Interface): Add tool bar customization.
3402 (MIME): Index and text additions for mml-attach.
3403 (MIME): Describe mml-dnd-protocol-alist and
3404 mml-dnd-attach-options.
3405
3406 * gnus.texi (Oort Gnus): Reorder entries in sections.
3407 Fix some entries.
3408 (Starting Up): Add references to "Emacs for Heathens" and to
3409 "Finding the News". Add user-full-name and user-mail-address.
3410 (Group Buffer Format): Add tool bar customization and update.
3411 (Summary Buffer): Add tool bar customization.
3412 (Posting Styles): Add message-alternative-emails.
3413
3414 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3415
3416 * tramp.texi (Filename completion): Improve wording.
3417
3418 2006-05-07 Romain Francoise <romain@orebokech.com>
3419
3420 * faq.texi (Using regular expressions): Fix typo.
3421 (Packages that do not come with Emacs): Fix capitalization.
3422 (Replacing text across multiple files): Expand node to explain how
3423 to use `dired-do-query-replace-regexp' in more detail, based on
3424 suggestion by Eric Hanchrow <offby1@blarg.net>.
3425
3426 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
3427
3428 * tramp.texi (Filename completion): Completion of remote files'
3429 method, user name and host name is active only in partial
3430 completion mode.
3431
3432 2006-05-06 Bill Wohler <wohler@newt.com>
3433
3434 Release MH-E manual version 8.0.
3435
3436 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3437 release 8.0.
3438
3439 2006-05-06 Bill Wohler <wohler@newt.com>
3440
3441 * mh-e.texi (MH-BOOK-HOME): Change from
3442 http://www.ics.uci.edu/~mh/book/mh to
3443 http://rand-mh.sourceforge.net/book/mh.
3444 Replace .htm suffix with .html for MH book files.
3445 (Using This Manual): Update key binding for getting relevant
3446 chapter in Info from command key.
3447 (Ranges): Fix itemx.
3448
3449 2006-05-05 Karl Berry <karl@gnu.org>
3450
3451 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
3452 (\fonttextsize): New user-level command to change text font size.
3453
3454 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3455
3456 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
3457
3458 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3459
3460 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
3461
3462 2006-04-24 Bill Wohler <wohler@newt.com>
3463
3464 * mh-e.texi (Getting Started): Make it more explicit that you need
3465 to install MH. Add pointers to current MH implementations.
3466
3467 2006-04-21 Bill Wohler <wohler@newt.com>
3468
3469 Release MH-E manual version 7.94.
3470
3471 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3472 release 7.94.
3473
3474 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3475
3476 * org.texi: Many small fixes.
3477 (Handling links): Rename from "Managing links".
3478
3479 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3480
3481 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
3482 (Splitting mail using spam-stat): Fix @xref.
3483
3484 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * gnus.texi (Spam Package): Major revision of the text.
3487 Previously this node was "Filtering Spam Using The Spam ELisp Package".
3488
3489 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3490
3491 * org.texi (Time stamps): Better explanation of the purpose of
3492 different time stamps.
3493 (Structure editing, Plain lists): More details on how new items
3494 and headings are inserted.
3495
3496 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3497
3498 * org.texi (Formula syntax): Fix link to Calc Manual.
3499
3500 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3501
3502 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
3503
3504 2006-04-17 Bill Wohler <wohler@newt.com>
3505
3506 * mh-e.texi (Folders): Update mh-before-quit-hook and
3507 mh-quit-hook example with code that removes the buffers rather
3508 than just bury them.
3509
3510 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3511
3512 Sync with Tramp 2.0.53.
3513
3514 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3515
3516 * org.texi (Updating settings): New section.
3517 (Visibility cycling): Better names for the startup folding
3518 options.
3519 (Exporting): Completely restructured.
3520 (The very busy C-c C-c key): New section.
3521 (Summary of in-buffer settings): New section.
3522
3523 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
3524
3525 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
3526
3527 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3528
3529 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
3530 (Server Commands): Key `v' is reserved for users.
3531
3532 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3533
3534 * org.texi (Link format): New section, emphasis on bracket links.
3535 (External links): Document bracket links.
3536 (FAQ): Expand to cover shell links and the new link format.
3537
3538 2006-04-09 Kevin Ryde <user42@zip.com.au>
3539
3540 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
3541
3542 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3543
3544 * gnus.texi (Summary Buffer Lines): Add `*'.
3545
3546 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
3547
3548 * gnus.texi (Group Parameters):
3549 Mention gnus-permanently-visible-groups.
3550
3551 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3552
3553 * gnus.texi (Face): Fix typo.
3554
3555 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3556
3557 * gnus.texi (X-Face): Clarify.
3558 (Face): Need Emacs with PNG support.
3559
3560 2006-04-06 Richard Stallman <rms@gnu.org>
3561
3562 * idlwave.texi: Delete the blocks "not suitable for inclusion with
3563 Emacs".
3564
3565 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3566
3567 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
3568 blocks not suitable for inclusion with Emacs using variable
3569 PARTOFEMACS.
3570
3571 2006-04-04 Simon Josefsson <jas@extundo.com>
3572
3573 * gnus.texi (Security): Improve.
3574
3575 2006-04-02 Bill Wohler <wohler@newt.com>
3576
3577 * mh-e.texi (Getting Started, Junk, Bug Reports)
3578 (MH FAQ and Support): Fix URLs.
3579
3580 2006-03-31 Romain Francoise <romain@orebokech.com>
3581
3582 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
3583 to t, not nil (and has for the past eight years).
3584
3585 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3586
3587 * message.texi, gnus.texi: Bump version to 5.11.
3588
3589 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3590
3591 * gnus.texi (Top): Add comment about version line.
3592
3593 * message.texi (Top): Ditto. Change to take named versions into
3594 account.
3595
3596 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
3597
3598 * gnus.texi (Posting Styles): Add x-face-file to example.
3599 (X-Face): Refer to posting styles.
3600
3601 * gnus-faq.texi ([5.8]): Add x-face-file.
3602 ([8.4]): Add links to gmane.emacs.gnus.user and
3603 gmane.emacs.gnus.general.
3604
3605 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
3606
3607 * gnus-faq.texi: Use .invalid.
3608 ([5.4]): Fix gnus-posting-styles example.
3609
3610 2006-03-27 Romain Francoise <romain@orebokech.com>
3611
3612 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
3613 Emacs/W3 needs a new maintainer.
3614 (Ispell): Update author and version info.
3615 (Mailcrypt): Mention PGG.
3616 (New in Emacs 22): Add PGG to the list of new packages.
3617 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
3618 updating dead URLs.
3619
3620 2006-03-25 Karl Berry <karl@gnu.org>
3621
3622 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
3623 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
3624 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
3625 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
3626 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
3627 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
3628 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
3629 (2) do not indent copyright year list (or anything else).
3630
3631 2006-03-21 Bill Wohler <wohler@newt.com>
3632
3633 * mh-e.texi (Folders): Various edits.
3634
3635 2006-03-20 Romain Francoise <romain@orebokech.com>
3636
3637 * gnus.texi (Mail Folders): Grammar fix.
3638
3639 2006-03-19 Bill Wohler <wohler@newt.com>
3640
3641 * mh-e.texi (Replying): Document Mail-Followup-To.
3642 Change manually-formatted table to multitable. Add debugging info.
3643 Move description of mh-reply-default-reply-to into paragraph
3644 that describes its values.
3645
3646 2006-03-17 Bill Wohler <wohler@newt.com>
3647
3648 * mh-e.texi: Use smallexample and smalllisp consistently.
3649 (Sending Mail Tour): Update method of entering
3650 addresses and subject.
3651 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
3652 (Adding Attachments, Searching): Update screenshots for Emacs 22.
3653
3654 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3655
3656 * org.texi: Version number change only.
3657
3658 2006-03-14 Bill Wohler <wohler@newt.com>
3659
3660 * mh-e.texi: Add index entries around each paragraph rather than
3661 depend on entries from beginning of node. Doing so ensures that
3662 index entries are less likely to be forgotten if text is cut and
3663 pasted, and are necessary anyway if the references are on a
3664 separate page. It seems that makeinfo is now (v. 4.8) only
3665 producing one index entry per node, so there is no longer any
3666 excuse not to. Use subheading instead of heading. The incorrect
3667 use of heading produced very large fonts in Info--as large as the
3668 main heading.
3669 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
3670 versions 6 and 7 appeared *around* the time of these Emacs releases.
3671
3672 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3673
3674 * org.texi (Clean view): Document new startup options.
3675
3676 2006-03-11 Bill Wohler <wohler@newt.com>
3677
3678 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
3679 (Composing, Scan Line Formats): Fix @refs.
3680 (Getting Started): Define MH profile and MH profile components.
3681 (Incorporating Mail, Reading Mail, Viewing, Printing)
3682 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
3683 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
3684 for string constants.
3685 (Tool Bar): Remove spurious quote.
3686 (Junk): Use ``...'' instead of "...".
3687 (Scan Line Formats): Replace @samp with @kbd.
3688
3689 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
3690
3691 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
3692
3693 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
3694
3695 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
3696 easy to understand.
3697
3698 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
3699
3700 * gnus.texi: Markup fix.
3701 (Fancy Mail Splitting): Specify new feature.
3702
3703 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
3704
3705 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
3706 partial-words matching.
3707
3708 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
3709
3710 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
3711
3712 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
3713 (MIME Commands): Fix mm-discouraged-alternatives.
3714
3715 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3716
3717 * org.texi: Version number change only.
3718
3719 2006-03-06 Bill Wohler <wohler@newt.com>
3720
3721 * mh-e.texi: Move from SourceForge repository to Savannah.
3722 This is version 7.93, which is a total rewrite from the previous
3723 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
3724 version 7.93.
3725
3726 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
3727
3728 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
3729
3730 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3731
3732 * org.texi (Interaction): Add item about `org-mouse.el' by
3733 Piotr Zielinski.
3734 (Managing links): Document that also mouse-1 can be used to
3735 activate a link.
3736 (Headlines, FAQ): Add entry about hiding leading stars.
3737 (Miscellaneous): Resort the sections in this chapter to a more
3738 logical sequence.
3739
3740 2006-02-27 Simon Josefsson <jas@extundo.com>
3741
3742 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
3743 2004-01-27 from the trunk).
3744
3745 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3746
3747 * cc-mode.texi: Rename c-hungry-backspace to
3748 c-hungry-delete-backwards, at the request of RMS. Leave the old
3749 name as an alias.
3750
3751 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3752
3753 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
3754 include the function header within the defun.
3755
3756 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3757
3758 * cc-mode.texi: Correct two typos.
3759
3760 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3761
3762 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
3763 existing comment.
3764 (Electric Keys): Add a justification for electric indentation.
3765 (Hungry WS Deletion): Clear up the names and complications of the
3766 BACKSPACE and DELETE keys.
3767
3768 2006-02-23 Juri Linkov <juri@jurta.org>
3769
3770 * faq.texi (Common requests): Move `Turning on auto-fill by
3771 default' after `Wrapping words automatically'. Move `Working with
3772 unprintable characters' before `Searching for/replacing newlines'.
3773 Move `Replacing highlighted text' after `Highlighting a region'.
3774 Merge `Repeating commands' and `Repeating a command as many times
3775 as possible' into the former.
3776 (Packages that do not come with Emacs): Add refs to Gmane and
3777 etc/MORE.STUFF.
3778
3779 2006-02-23 Juri Linkov <juri@jurta.org>
3780
3781 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
3782 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
3783 Add xref to `(emacs)Reporting Bugs'.
3784 (Getting a printed manual): Add URL to other formats of the manual.
3785 (Common requests): Fix menu.
3786 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
3787 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
3788 (Inserting text at the beginning of each line): Add pxref to
3789 `Changing the included text prefix'.
3790 (Forcing the cursor to remain in the same column): Mention `track-eol'
3791 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
3792 (Replacing text across multiple files): Add keybinding `Q' for
3793 `dired-do-query-replace'.
3794
3795 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3796
3797 * reftex.texi: Version number and date change only.
3798
3799 * org.texi (Internal Links): Rewrite to cover the modified
3800 linking system.
3801
3802 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3803
3804 * faq.texi: Remove the coding cookie, it's not needed anymore.
3805
3806 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3807
3808 * faq.texi (Colors on a TTY): Mention Mac OS port.
3809
3810 2006-02-12 Karl Berry <karl@gnu.org>
3811
3812 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
3813 8-bit accented a.
3814
3815 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
3816
3817 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
3818
3819 2006-02-08 Romain Francoise <romain@orebokech.com>
3820
3821 * faq.texi (Top): Remove paragraph about the FAQ being a
3822 transitional document, etc.
3823 (Searching for/replacing newlines): New node.
3824 (Yanking text in isearch): New node.
3825 (Inserting text at the beginning of each line): Rename and make
3826 more general, mention `M-;' in Message mode.
3827
3828 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * faq.texi (Meta key does not work in xterm)
3831 (Emacs does not display 8-bit characters)
3832 (Inputting eight-bit characters): Update xrefs.
3833
3834 2006-02-06 Romain Francoise <romain@orebokech.com>
3835
3836 * faq.texi (VM): VM now at version 7.19.
3837 Set myself as maintainer of this file.
3838
3839 2006-02-04 Michael Olson <mwolson@gnu.org>
3840
3841 * erc.texi (History): Note that ERC is now included with Emacs.
3842
3843 2006-01-31 Romain Francoise <romain@orebokech.com>
3844
3845 * message.texi (Message Headers): Explain what
3846 `message-alternative-emails' does in more detail.
3847 Update copyright year.
3848
3849 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3850
3851 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
3852
3853 2006-01-29 Richard M. Stallman <rms@gnu.org>
3854
3855 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
3856
3857 2006-01-29 Michael Olson <mwolson@gnu.org>
3858
3859 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
3860
3861 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
3862
3863 * faq.texi (New in Emacs 22): Mention ERC.
3864
3865 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3866
3867 * rcirc.texi: Capitalize dir entry for consistency with the entry
3868 in info/dir and other entries in the Emacs category.
3869 Fix typos. Delete trailing whitespace.
3870
3871 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
3872
3873 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
3874
3875 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3876
3877 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
3878 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3879
3880 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
3881 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
3882
3883 2006-01-27 Alex Schroeder <alex@gnu.org>
3884
3885 * rcirc.texi: New file.
3886
3887 2006-01-23 Juri Linkov <juri@jurta.org>
3888
3889 * widget.texi (User Interface): Add S-TAB for widget-backward.
3890
3891 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3892
3893 Sync with Tramp 2.0.52.
3894
3895 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
3896 Add Tramp disabling item. New item for common connection problems.
3897 (various): Apply "ftp" as method for the download URL.
3898 (Bug Reports): Refer to FAQ for common problems.
3899
3900 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3901
3902 * widget.texi (User Interface): Use @key for TAB.
3903
3904 * ses.texi (Formulas, Printer functions): Use @key for TAB.
3905
3906 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
3907 for TAB.
3908
3909 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
3910
3911 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * gnus.texi: Update copyright.
3914
3915 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3916
3917 * gnus.texi (Article Washing): Additions.
3918
3919 2006-01-08 Alex Schroeder <alex@gnu.org>
3920
3921 * pgg.texi (Caching passphrase): Rewording.
3922
3923 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3924
3925 * org.texi (Agenda commands): Document tags command.
3926
3927 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
3930
3931 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3932
3933 * gnus.texi (RSS): Addition.
3934
3935 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3936
3937 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
3938
3939 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3940
3941 * emacs-mime.texi (Display Customization): Add setting example to
3942 mm-discouraged-alternatives.
3943
3944 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
3947 version is the canonical version.
3948
3949 2006-01-08 Alex Schroeder <alex@gnu.org>
3950
3951 * pgg.texi (Caching passphrase): Rewording.
3952
3953 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3954
3955 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
3956 repository URL.
3957
3958 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
3959
3960 * org.texi: Removed the accidentally re-added empty line in the
3961 direntry.
3962
3963 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3964
3965 * org.texi (Agenda Views): Chapter reorganized.
3966
3967 2005-12-29 Romain Francoise <romain@orebokech.com>
3968
3969 * faq.texi (Using Customize): New node.
3970
3971 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3972
3973 * org.texi: Remove blank line in @direntry. It is non-standard
3974 and recursively produces blank lines all over the dir file (when
3975 using Texinfo 4.8).
3976
3977 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3978
3979 * widget.texi (atoms): Delete obsolete remark about `file' widget.
3980
3981 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3982
3983 * org.texi (Tags): Boolean logic documented.
3984 (Agenda Views): Document custom commands.
3985
3986 2005-12-20 David Kastrup <dak@gnu.org>
3987
3988 * faq.texi (AUCTeX): Update version and mailing list info.
3989
3990 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * gnus.texi (MIME Commands): Mention addition of
3993 multipart/alternative to gnus-buttonized-mime-types and add xref
3994 to mm-discouraged-alternatives.
3995
3996 * emacs-mime.texi (Display Customization): Mention addition of
3997 "image/.*" and add xref to gnus-buttonized-mime-types in the
3998 mm-discouraged-alternatives section.
3999
4000 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4001
4002 * org.texi (Tags): New section.
4003 (Agenda Views): Chapter reorganized.
4004
4005 2005-12-16 Eli Zaretskii <eliz@gnu.org>
4006
4007 * org.texi (Internal Links): Add a missing comma after an @xref.
4008
4009 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * faq.texi (Filling paragraphs with a single space): No need to
4012 change sentence-end now.
4013
4014 2005-12-13 Romain Francoise <romain@orebokech.com>
4015
4016 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
4017
4018 2005-12-12 Jay Belanger <belanger@truman.edu>
4019
4020 * faq.texi (Calc): Update version number.
4021
4022 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4023
4024 * org.texi (Progress Logging): New section.
4025
4026 2005-12-10 Romain Francoise <romain@orebokech.com>
4027
4028 Update the Emacs FAQ for the 22.1 release.
4029
4030 * faq.texi: Set VER to `22.1'.
4031 (Basic editing): Explain how to use localized versions of the
4032 Tutorial. Mention that `C-h r' displays the manual. Delete
4033 obsolete WWW link to an Emacs 18 tutorial.
4034 (Getting a printed manual): Point to the new locations of the
4035 manuals on the GNU Web site.
4036 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
4037 available via Info (it was previously distributed separately).
4038 (Installing Texinfo documentation): The latest version of Texinfo
4039 is 4.8, not 4.0.
4040 (Informational files for Emacs): COPYING is the GNU General Public
4041 License, not the Emacs General Public License.
4042 (Informational files for Emacs): Delete obsolete link to the
4043 GNUinfo pages as they have been removed from the GNU Web site.
4044 (New in Emacs 22): New node.
4045 (Setting up a customization file): Say that most packages support
4046 Customize nowadays.
4047 (Colors on a TTY): Delete reference to instructions on how to
4048 enable syntax highlighting, it is now enabled by default.
4049 (Turning on abbrevs by default): Emacs now reads the abbrevs file
4050 at startup automatically.
4051 (Controlling case sensitivity): Mention `M-c' in isearch.
4052 (Using an already running Emacs process): Emacs now creates the
4053 socket in `/tmp/emacsUID'. Fix typos. Change default location of
4054 gnuserv. As emacsclient can now run Lisp code as well, delete a
4055 sentence praising gnuserv for that. Simplify description of how
4056 the client/server operation works.
4057 (Compiler error messages): Delete obsolete text (compile.el has
4058 been rewritten).
4059 (Indenting switch statements): Fix typo.
4060 (Matching parentheses): Simplify setup instructions, mention the
4061 menu bar item in the Options menu.
4062 (Repeating a command as many times as possible): Mention `C-x e'.
4063 (Going to a line by number): Mention new keymap and bindings
4064 `M-g M-g', `M-g M-p' and `M-g M-n'.
4065 (Turning on syntax highlighting): Now on by default. Simplify.
4066 (Replacing highlighted text): Use `1', not `t'.
4067 (Problems with very large files): The maximum size is now 256MB on
4068 32-bit machines.
4069 (^M in the shell buffer): Mention `comint-process-echoes'.
4070 (Emacs for Apple computers): Emacs 22 has native support for Mac
4071 OS X.
4072 (Translating names to IP addresses): Delete node.
4073 (Binding keys to commands): Fix typo.
4074 (SPC no longer completes file names): New node.
4075 (MIME with Emacs mail packages): Delete section about the Emacs
4076 MIME FAQ (it's not reachable anymore).
4077
4078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4079
4080 * cc-mode.texi: The manual has been extensively revised: the
4081 information about using CC Mode has been separated from the larger
4082 and more difficult chapters about configuration. It has been
4083 updated for CC Mode 5.31.
4084
4085 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * pgg.texi (User Commands): Fix description of pgg-verify-region.
4088 (Selecting an implementation): Fix descriptions.
4089
4090 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * message.texi (Various Message Variables): Addition.
4093
4094 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4095
4096 * message.texi: Fix default values.
4097
4098 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4099
4100 * message.texi (Header Commands): Clarify descriptions of
4101 message-cross-post-followup-to, message-reduce-to-to-cc, and
4102 message-insert-wide-reply.
4103 (Various Commands): Fix kindex for message-kill-to-signature;
4104 clarify description of message-tab.
4105
4106 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * message.texi (Mailing Lists): Fix description about MFT.
4109
4110 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
4111
4112 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * gnus.texi (Slow Terminal Connection): Replace old description
4115 with new one.
4116
4117 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
4118
4119 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
4120 replace X-Draft-Headers with X-Draft-From.
4121
4122 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4123
4124 * gnus.texi (Various Various): Fix the default value of
4125 nnheader-max-head-length.
4126 (Gnus Versions): Fix typo.
4127
4128 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4129
4130 * org.texi (Structure editing): Document new functionality of
4131 M-RET.
4132
4133 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
4134
4135 * org.texi (Internal Links): Fix Texinfo usage.
4136
4137 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
4138
4139 * org.texi (TODO basics): Document the global todo list.
4140 (TODO items): Documents sparse tree for specific TODO
4141 keywords.
4142
4143 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
4144
4145 * org.texi (Plain Lists): Typos fixed.
4146
4147 2005-11-28 Jay Belanger <belanger@truman.edu>
4148
4149 * calc.texi: Change references of `M-#' to `C-x *' prefix.
4150
4151 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
4152
4153 * org.texi (Structure editing): New item moving commands added.
4154 (Plain Lists): New section.
4155
4156 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
4157
4158 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
4159 (Agenda): Document commands `org-cycle-agenda-files' and
4160 `org-agenda-file-to-front'
4161 (Built-in table editor): Document `org-table-sort-lines'.
4162 (HTML formatting): Export of hand-formatted lists.
4163
4164 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4165
4166 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
4167 new variable gnus-toolbar-thickness.
4168
4169 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
4170
4171 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
4172
4173 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4174
4175 * gnus.texi (X-Face): Fix description.
4176 (XVarious): Remove gnus-xmas-logo-color-alist and
4177 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
4178
4179 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * gnus.texi (Group Parameters): Mention new variable
4182 gnus-parameters-case-fold-search.
4183 (Home Score File): Addition.
4184
4185 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
4186
4187 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
4188 (Overview): List supported feed types.
4189 (Installation): No installation necessary when using autoload.
4190 (Configuration): Rename "RSS" to "news".
4191
4192 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4193
4194 * pgg.texi (User Commands): Document additional passphrase
4195 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
4196 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
4197
4198 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
4199
4200 * org.texi: Version number changed to 3.19.
4201
4202 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
4203
4204 * pgg.texi (How to use): Update the example to add autoload of
4205 pgg-encrypt-symmetric-region.
4206 (User Commands): Document pgg-encrypt-symmetric-region.
4207 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
4208
4209 2005-10-27 Jay Belanger <belanger@truman.edu>
4210
4211 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
4212 mention other TeX-related units.
4213
4214 2005-10-23 Lars Hansen <larsh@soem.dk>
4215
4216 * dired-x.texi (Miscellaneous Commands): Replace
4217 dired-do-relative-symlink by dired-do-relsymlink and
4218 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
4219
4220 2005-10-23 Jay Belanger <belanger@truman.edu>
4221
4222 * calc.texi (Predefined Units): Use `alpha' for the fine structure
4223 constant.
4224
4225 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4226
4227 * faq.texi (Bugs and problems): Replace
4228 `dired-move-to-filename-regexp' by
4229 `directory-listing-before-filename-regexp'.
4230
4231 2005-10-22 Eli Zaretskii <eliz@gnu.org>
4232
4233 * newsticker.texi (UPDATED): Set value.
4234
4235 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
4236
4237 * gnus.texi (Document Groups): Remove duplicate item.
4238
4239 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4240
4241 * org.texi (Summary): Mention iCalendar support.
4242 (Exporting): Document iCalendar support.
4243
4244 2005-10-18 Romain Francoise <romain@orebokech.com>
4245
4246 * viper.texi (Viper Specials): Capitalize GNU.
4247
4248 2005-10-17 Juri Linkov <juri@jurta.org>
4249
4250 * info.texi (Getting Started, Search Index, Expert Info):
4251 Fix wording.
4252 (Search Text): Replace `echo area' with `mode line'.
4253 (Search Index): Both `i' and `,' find all index entries.
4254 Replace example `C-f' with `C-l' (which exists in index of Info
4255 manual) and delete spaces in its keyboard input sequence.
4256 Delete unnecessary explanations about literal characters.
4257
4258 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
4259
4260 * gnus.texi (Document Server Internals): Addition.
4261
4262 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4263
4264 * gnus.texi (A note on namespaces): Fix RFC reference.
4265
4266 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4267
4268 * gnus.texi (RSS): Fix key description.
4269
4270 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * gnus.texi: Emacs/w3 -> Emacs/W3.
4273 (Browsing the Web): Fix description.
4274 (Web Searches): Ditto.
4275 (Customizing W3): Ditto.
4276
4277 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus.texi (Maildir): Clarify expire-age and expire-group.
4280
4281 2005-10-11 Jay Belanger <belanger@truman.edu>
4282
4283 * calc.texi (Integration): Mention using `a i' to compute definite
4284 integrals.
4285
4286 2005-10-11 Juri Linkov <juri@jurta.org>
4287
4288 * info.texi: Rearrange nodes.
4289 (Top): Update menu. Change ref `Info for Experts' to
4290 `Advanced Info Commands'.
4291 (Getting Started): Fix description of manual's parts.
4292 (Help-Int): Change xref `Info Search' to `Search Index', and
4293 `Expert Info' to `Advanced'.
4294 (Advanced): Move node one level up.
4295 (Search Text, Search Index): New nodes split out from `Info Search'.
4296 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
4297 split out from `Advanced'.
4298 (Advanced, Emacs Info Variables): De-document editing an Info file
4299 in Info.
4300 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
4301 (Creating an Info File): Delete node and move its text to
4302 `Expert Info'.
4303
4304 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
4305
4306 * org.texi (Workflow states): Documented that change in keywords
4307 becomes active only after restart of Emacs.
4308
4309 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
4310
4311 Sync with Tramp 2.0.51.
4312
4313 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
4314
4315 * speedbar.texi (Introduction): Describe new location of speedbar
4316 on menubar.
4317 (Basic Key Bindings): Remove descriptions of bindings that have
4318 been removed.
4319
4320 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
4321
4322 * speedbar.texi (GDB): Describe use of watch expressions.
4323
4324 2005-09-28 Simon Josefsson <jas@extundo.com>
4325
4326 * message.texi (IDNA): Fix.
4327
4328 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4329
4330 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
4331 nntp-server-hook, and nntp-warn-about-losing-connection; fix
4332 description of nntp-open-connection-function.
4333 (Common Variables): Fix descriptions.
4334
4335 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * gnus.texi (Server Buffer Format): Document the %a format spec.
4338
4339 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4340
4341 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
4342
4343 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
4344
4345 * org.texi Version 3.16.
4346
4347 2005-09-19 Miles Bader <miles@gnu.org>
4348
4349 * newsticker.texi: Get rid of CVS keywords.
4350
4351 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4352
4353 * gnus.texi (Finding the Parent): Fix description of how Gnus
4354 finds article.
4355
4356 2005-09-14 Jari Aalto <jari.aalto@cante.net>
4357
4358 * gnus.texi (Advanced Scoring Examples): New examples to teach how
4359 to drop off non-answered articles.
4360
4361 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
4364 braces (which are unsupported by NMAKE) for macro `srcdir'.
4365
4366 2005-09-17 Eli Zaretskii <eliz@gnu.org>
4367
4368 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4369 (../info/newsticker, newsticker.dvi): New targets.
4370
4371 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
4372
4373 * newsticker.texi: Replace @command with @code. Replace @example
4374 with @lisp.
4375 (Top): Added explanations to menu items.
4376 (GNU Free Documentation License): Removed.
4377
4378 2005-09-16 Romain Francoise <romain@orebokech.com>
4379
4380 Update all files to specify GFDL version 1.2.
4381
4382 * doclicense.texi (GNU Free Documentation License): Update to
4383 version 1.2.
4384
4385 2005-09-15 Richard M. Stallman <rms@gnu.org>
4386
4387 * newsticker.texi: Fix @setfilename.
4388
4389 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4390 (../info/newsticker, newsticker.dvi): New targets.
4391
4392 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4393
4394 * org.texi: Version 3.15.
4395
4396 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * ses.texi: Combine all three indices into one.
4399 Correct a few typos.
4400
4401 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4402
4403 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
4404
4405 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * emacs-mime.texi (Handles): Remove duplicate item.
4408 (Encoding Customization): Fix the default value for
4409 mm-coding-system-priorities.
4410 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
4411 (Basic Functions): Fix reference.
4412
4413 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4414
4415 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
4416
4417 2005-08-18 Richard M. Stallman <rms@gnu.org>
4418
4419 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
4420 and web site.
4421
4422 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
4423 not keyboard-translate.
4424
4425 2005-08-11 Richard M. Stallman <rms@gnu.org>
4426
4427 * faq.texi (Using regular expressions): Fix xref.
4428
4429 2005-08-09 Juri Linkov <juri@jurta.org>
4430
4431 * info.texi (Help-P): Replace `Prev' with `Previous'.
4432 (Help-M, Help-Xref): Add S-TAB.
4433 (Help-FOO): Update `u' command.
4434 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
4435 Update info about visibility of xref parts.
4436 (Help-Int): Fix `m' command. Rename `Info-last' to
4437 `Info-history-back'. Add `Info-history-forward'.
4438 (Advanced): Fix `g*' and `M-n' commands.
4439 (Info Search): Add `index-apropos' in stand-alone browser.
4440 Add isearch commands.
4441 (Emacs Info Variables): Remove `Info-fontify'.
4442 Add `Info-mode-hook'. Update face names.
4443 Add `Info-fontify-maximum-menu-size',
4444 `Info-fontify-visited-nodes', `Info-isearch-search'.
4445
4446 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
4447
4448 Sync with Tramp 2.0.50.
4449
4450 * tramp.texi: Use @option{} consequently for method names.
4451 (Inline methods, External transfer methods): Remove references to
4452 Cygwin.
4453 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
4454 implementation.
4455
4456 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
4457
4458 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
4459 Mention that gnus-init-file is not read when Emacs is invoked with
4460 --no-init-file or -q.
4461
4462 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4463
4464 * org.texi: Version 3.14.
4465
4466 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4467
4468 * org.texi: Version 3.13.
4469
4470 2005-07-18 Juri Linkov <juri@jurta.org>
4471
4472 * calc.texi (Time Zones, Logical Operations):
4473 * cl.texi (Overview):
4474 * org.texi (TODO types):
4475 * sc.texi (Emacs 18 MUAs):
4476 * speedbar.texi (Top):
4477 * url.texi (History):
4478 Delete duplicate duplicate words.
4479
4480 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
4481
4482 * cl.texi (Type Predicates): Document `atom' type.
4483
4484 2005-07-04 Lute Kamstra <lute@gnu.org>
4485
4486 Update FSF's address in GPL notices.
4487
4488 * calc.texi (Copying):
4489 * doclicense.texi (GNU Free Documentation License):
4490 * faq.texi (Contacting the FSF):
4491 * mh-e.texi (Copying): Update FSF's address.
4492
4493 2005-07-03 Richard M. Stallman <rms@gnu.org>
4494
4495 * flymake.texi (Example -- Configuring a tool called directly):
4496 Update name of flymake-build-relative-filename.
4497
4498 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
4499
4500 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
4501
4502 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4503
4504 * org.texi: Version 3.12.
4505
4506 2005-06-24 Eli Zaretskii <eliz@gnu.org>
4507
4508 * makefile.w32-in (MAKEINFO): Use --force.
4509 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4510 Makefile.in.
4511 (gnus.dvi): Use "..." to quote Sed args, so that it works with
4512 more shells.
4513
4514 2005-06-23 Richard M. Stallman <rms@gnu.org>
4515
4516 * speedbar.texi (Creating a display): Texinfo usage fixes.
4517
4518 * tramp.texi (Customizing Completion, Auto-save and Backup):
4519 Texinfo usage fixes.
4520
4521 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * dired-x.texi (Miscellaneous Commands):
4524 * ediff.texi (Miscellaneous):
4525 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
4526 (Agent Variables):
4527 * info.texi (Help-Xref):
4528 * message.texi (Message Headers):
4529 * org.texi (Remember):
4530 * reftex.texi (Options (Defining Label Environments)):
4531 (Options (Index Support)):
4532 (Options (Viewing Cross-References)):
4533 (Options (Misc)):
4534 (Changes):
4535 * speedbar.texi (Creating a display):
4536 * tramp.texi (Customizing Completion, Auto-save and Backup):
4537 Texinfo usage fix.
4538
4539 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
4540
4541 * org.texi: Version 3.11.
4542
4543 2005-06-12 Jay Belanger <belanger@truman.edu>
4544
4545 * calc.texi (Getting Started): Remove extra menu item.
4546
4547 2005-05-31 Jay Belanger <belanger@truman.edu>
4548
4549 * calc.texi (Notations Used in This Manual): Use @kbd for key
4550 sequence.
4551 (Demonstration of Calc): Mention another way of starting Calc.
4552 (Starting Calc): Mention long name of M-#.
4553 (Embedded Mode Overview): Remove unnecessary instruction.
4554 (Other M-# commands): Rephrase `M-# 0' explanation.
4555 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
4556 reflect current behavior.
4557
4558 2005-05-30 Jay Belanger <belanger@truman.edu>
4559
4560 * calc.texi (Hooks): Change description of calc-window-hook and
4561 calc-trail-window-hook to match usage.
4562 (Computational Functions): Add more constant-generating functions.
4563 (Customizable Variables): Use defvar.
4564
4565 2005-05-28 Jay Belanger <belanger@truman.edu>
4566
4567 * calc.texi (Assignments in Embedded Mode): Fix variable name.
4568 (Basic Embedded Mode): Explain behavior of arguments to
4569 calc-embedded-mode.
4570
4571 2005-05-27 Jay Belanger <belanger@truman.edu>
4572
4573 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
4574 current behavior.
4575
4576 2005-05-25 Jay Belanger <belanger@truman.edu>
4577
4578 * calc.texi: Change Calc version number throughout.
4579 (Keypad Mode): Change location in info output.
4580 (Keypad mode overview): Move picture of keypad.
4581
4582 2005-05-21 Jay Belanger <belanger@truman.edu>
4583
4584 * calc.texi (Storing variables): Mention that only most variables
4585 are void to begin with.
4586
4587 2005-05-21 Kevin Ryde <user42@zip.com.au>
4588
4589 * widget.texi (Basic Types): Update cross ref from "Enabling
4590 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
4591 lispref/text.texi change.
4592
4593 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4594
4595 * org.texi: Version 3.09.
4596
4597 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4598
4599 * reftex.texi: Version 4.28.
4600
4601 2005-05-16 Jay Belanger <belanger@truman.edu>
4602
4603 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
4604
4605 2005-05-14 Jay Belanger <belanger@truman.edu>
4606
4607 * calc.texi (Default Simplifications): Insert missing ! (logical
4608 not operator).
4609
4610 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4611
4612 Sync with Tramp 2.0.49.
4613
4614 2005-05-10 Jay Belanger <belanger@truman.edu>
4615
4616 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
4617 to 1.
4618
4619 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4620
4621 * org.texi: Version 3.08, structure reorganized.
4622
4623 2005-04-24 Richard M. Stallman <rms@gnu.org>
4624
4625 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
4626
4627 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4628
4629 * org.texi: Update to version 3.06.
4630
4631 2005-04-13 Lute Kamstra <lute@gnu.org>
4632
4633 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
4634
4635 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4636
4637 * cl.texi (Porting Common Lisp): Fix typo.
4638
4639 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4640
4641 * gnus.texi (RSS): Addition.
4642
4643 2005-04-04 Jay Belanger <belanger@truman.edu>
4644
4645 * calc.texi: Change Calc version number.
4646 (Customizable variables): Fix description of calc-language-alist.
4647 (Copying): Put in version 2 of GPL.
4648
4649 2005-04-01 Jay Belanger <belanger@truman.edu>
4650
4651 * calc.texi (Troubleshooting Commands): Remove comment about
4652 installation.
4653 (Installation): Remove section.
4654 (Customizable Variables): New section.
4655 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
4656 (Graphical Devices): Add references to Customizable Variables.
4657
4658 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
4659
4660 * emacs-mime.texi (Display Customization): Markup fixes.
4661 (rfc2047): Update.
4662
4663 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus-faq.texi: Replaced with auto-generated version.
4666
4667 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4668
4669 * dired-x.texi (Multiple Dired Directories): default-directory was
4670 renamed to dired-default-directory.
4671
4672 2005-03-26 Jay Belanger <belanger@truman.edu>
4673
4674 * calc.texi (Simplifying Formulas, Rewrite Rules):
4675 Change description of top and bottom of fraction.
4676 (Modulo Forms): Move description of how to create modulo forms to
4677 earlier in the section.
4678 (Fraction Mode): Suggest using : to get a fraction by dividing.
4679 (Basic Arithmetic): Adjust placement of command name.
4680 (Truncating the Stack): Emphasize that "hidden" entries are still
4681 visible.
4682 (Installation): Move discussion of printing manual to "About This
4683 Manual".
4684 (About This Manual): Mention how to print the manual.
4685 (Reporting Bugs): Remove first person.
4686 (Building Vectors): Add algebraic version of append.
4687 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
4688 (Grouping Digits): Fix typo.
4689
4690 2005-03-25 Werner Lemberg <wl@gnu.org>
4691
4692 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
4693 Replace `legal' with `valid'.
4694
4695 2005-03-25 Werner Lemberg <wl@gnu.org>
4696
4697 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
4698
4699 2005-03-24 Jay Belanger <belanger@truman.edu>
4700
4701 * calc.texi (General Mode Commands)
4702 (Mode Settings in Embedded Mode): Add some explanation of
4703 recording mode settings.
4704
4705 2005-03-24 Richard M. Stallman <rms@gnu.org>
4706
4707 * calc.texi: Remove praise of non-free software.
4708
4709 * idlwave.texi: Don't say where to get IDL or its non-free manual.
4710 (Installation): Node deleted.
4711
4712 2005-03-23 Richard M. Stallman <rms@gnu.org>
4713
4714 * url.texi (HTTP language/coding): Improve last change.
4715
4716 2005-03-22 Jay Belanger <belanger@truman.edu>
4717
4718 * calc.texi (Embedded Mode): Add new information on changing
4719 modes.
4720
4721 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4722
4723 Sync with Tramp 2.0.48.
4724
4725 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
4726
4727 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
4728 "GNU/Linux". Change all addresses to .gnu.org.
4729 (Default Method): Offer shortened syntax for "su" and "sudo"
4730 methods.
4731
4732 2005-03-07 Richard M. Stallman <rms@gnu.org>
4733
4734 * url.texi: Fix usage of "e.g.".
4735 (HTTP language/coding): Explain the rules for these strings.
4736
4737 2005-03-06 Richard M. Stallman <rms@gnu.org>
4738
4739 * woman.texi (Introduction): Minor cleanups.
4740
4741 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
4742
4743 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
4744 (Installation): Node deleted.
4745
4746 * mh-e.texi (Preface): Get rid of "Emacs 21".
4747
4748 * eshell.texi (Installation): Delete node (for Emacs 20).
4749
4750 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
4751
4752 * flymake.texi: Refill and tweak style in @lisp blocks.
4753
4754 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
4757
4758 2005-03-01 Jay Belanger <belanger@truman.edu>
4759
4760 * calc.texi (Trigonometric and Hyperbolic Functions):
4761 Mention additional functions.
4762 (Algebraic Simplifications): Mention additional simplifications.
4763
4764 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
4765
4766 * ses.texi: Add concept/function/variable indices (this work was
4767 donated by Brad Collins <brad@chenla.org>, copyright-assignment
4768 papers on file at FSF).
4769
4770 2005-02-10 Jay Belanger <belanger@truman.edu>
4771
4772 * calc.texi: Change @LaTeX to La@TeX throughout.
4773 Redefine @expr as @math for TeX output.
4774 Redefine @texline as a no-op for TeX output.
4775 Define @tfn, replace @t by @tfn throughout.
4776
4777 2005-02-09 Jay Belanger <belanger@truman.edu>
4778
4779 * calc.texi: Add macro for LaTeX for info output.
4780
4781 2005-02-08 Kim F. Storm <storm@cua.dk>
4782
4783 * texinfo.tex (LaTex): Add def.
4784
4785 2005-02-06 Jay Belanger <belanger@truman.edu>
4786
4787 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
4788 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
4789 throughout manual.
4790
4791 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus.texi: Some edits based on comments from David Abrahams.
4794
4795 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * gnus.texi (RSS): Fix the keystroke.
4798
4799 2005-01-24 David Kastrup <dak@gnu.org>
4800
4801 * faq.texi: Update AUCTeX version info.
4802
4803 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
4804
4805 * gnus-faq.texi ([4.1]): Typo.
4806
4807 2005-01-19 Jay Belanger <belanger@truman.edu>
4808
4809 * calc.texi (Keep Arguments): Mention that keeping arguments
4810 doesn't work with keyboard macros.
4811
4812 2005-01-16 Richard M. Stallman <rms@gnu.org>
4813
4814 * autotype.texi (Autoinserting): Fix small error.
4815
4816 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
4817
4818 Sync with Tramp 2.0.47.
4819
4820 * tramp.texi (Compilation): New section, describing compilation of
4821 remote files.
4822
4823 2005-01-11 Kim F. Storm <storm@cua.dk>
4824
4825 * widget.texi (Basic Types): Add :follow-link keyword.
4826
4827 2005-01-09 Jay Belanger <belanger@truman.edu>
4828
4829 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
4830
4831 2005-01-08 Jay Belanger <belanger@truman.edu>
4832
4833 * calc.texi: Change throughout to reflect new default value of
4834 calc-settings-file.
4835
4836 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4837
4838 * message.texi (Reply): `message-reply-to-function' should return
4839 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
4840
4841 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
4842
4843 * faq.texi (Changing load-path): Fix typo.
4844
4845 2005-01-05 Jay Belanger <belanger@truman.edu>
4846
4847 * calc.texi (Programming Tutorial): Replace kbd command by
4848 appropriate characters for a keyboard macro.
4849
4850 2005-01-04 Jay Belanger <belanger@truman.edu>
4851
4852 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
4853 for Lucid Emacs.
4854 (Programming Tutorial): Mention that the user needs to be in the
4855 right mode to compute some functions.
4856
4857 2005-01-04 Jay Belanger <belanger@truman.edu>
4858
4859 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
4860 no longer applicable.
4861
4862 2005-01-01 Jay Belanger <belanger@truman.edu>
4863
4864 * calc.texi (Programming Tutorial): Changed description of how to
4865 edit keyboard macros to match current behavior.
4866
4867 2004-12-31 Jay Belanger <belanger@truman.edu>
4868
4869 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
4870
4871 2004-12-20 Jay Belanger <belanger@truman.edu>
4872
4873 * calc.texi (Types Tutorial): Emphasize that you can't divide by
4874 zero.
4875
4876 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * cc-mode.texi (Text Filling and Line Breaking): Put period after
4879 @xref.
4880 (Font Locking): Avoid @strong{Note:}.
4881
4882 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
4883
4884 Sync with Tramp 2.0.46.
4885
4886 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
4887
4888 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
4889
4890 * url.texi: Correct typos.
4891 (Retrieving URLs): @var{nil}->@code{nil}.
4892 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
4893 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
4894 (Dealing with HTTP documents): @inforef->@xref.
4895
4896 2004-12-15 Jay Belanger <belanger@truman.edu>
4897
4898 * calc.texi: Consistently capitalized all mode names.
4899 (Answers to Exercises): Mention that an answer can be a fraction
4900 when in Fraction mode.
4901
4902 2004-12-13 Jay Belanger <belanger@truman.edu>
4903
4904 * calc.texi: Fix some TeX definitions.
4905
4906 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
4907
4908 * reftex.texi (Imprint): Remove erroneous @value's.
4909
4910 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
4913 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
4914
4915 2004-12-08 Jay Belanger <belanger@truman.edu>
4916
4917 * calc.texi (Starting Calc): Remove comment about installation.
4918 (Keypad Mode Overview): Remove comment about Emacs 19 support.
4919
4920 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4921
4922 * url.texi: Update @setfilename.
4923 (Getting Started): No need to worry about Gnus versions.
4924 (Dealing with HTTP documents): Use @inforef.
4925
4926 * org.texi: Fix @direntry file name.
4927
4928 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * url.texi: New file.
4931
4932 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
4933
4934 2004-12-06 Jay Belanger <belanger@truman.edu>
4935
4936 * calc.texi (Using Calc): Remove paragraph about installation.
4937
4938 2004-12-06 Jay Belanger <belanger@truman.edu>
4939
4940 * calc.texi: Use more Texinfo macros and less TeX defs.
4941 Remove @refill's.
4942
4943 2004-12-06 Richard M. Stallman <rms@gnu.org>
4944
4945 * org.texi: New file.
4946
4947 2004-12-05 Richard M. Stallman <rms@gnu.org>
4948
4949 * Makefile.in (org.dvi, ../info/org): New targets.
4950 (INFO_TARGETS): Add ../info/org.
4951 (DVI_TARGETS): Add org.dvi.
4952 (maintainer-clean): Remove the info files in the info dir.
4953
4954 2004-11-26 Eli Zaretskii <eliz@gnu.org>
4955
4956 * idlwave.texi: Fix the setfilename directive to put the produced
4957 file in ../info.
4958 (Continued Statement Indentation): Resurrect Jan D.'s change from
4959 2004-11-03 that was lost when a newer version of idlwave.texi was
4960 imported.
4961
4962 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4963
4964 * gnus-faq.texi ([5.1]): Added missing bracket.
4965
4966 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
4967 `spam-initialize'.
4968
4969 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4970
4971 * message.texi (Various Message Variables): Mention that all mail
4972 file variables are derived from `message-directory'.
4973
4974 * gnus.texi (Splitting Mail): Clarify bogus group.
4975
4976 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * emacs-mime.texi (Encoding Customization): Fix
4979 mm-coding-system-priorities entry.
4980
4981 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
4982
4983 * idlwave.texi (Continued Statement Indentation):
4984 * reftex.texi (Options (Index Support)):
4985 (Displaying and Editing the Index, Table of Contents):
4986 * speedbar.texi (Creating a display, Major Display Modes): Replace
4987 non-nil with non-@code{nil}.
4988
4989 2004-10-21 Jay Belanger <belanger@truman.edu>
4990
4991 * calc.texi (Algebraic-Style Calculations): Removed a comment.
4992
4993 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
4994
4995 * calc.texi (Reporting Bugs): Double up `@'.
4996
4997 2004-10-18 Jay Belanger <belanger@truman.edu>
4998
4999 * calc.texi (Reporting Bugs): Changed the address that bugs
5000 should be sent to.
5001
5002 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
5003
5004 * gnus.texi (New Features): Add 5.11.
5005
5006 * message.texi (Resending): Remove wrong default value.
5007
5008 * gnus.texi (Mail Source Specifiers): Describe possible problems
5009 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
5010 `pop3-leave-mail-on-server' to the index.
5011
5012 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * message.texi (Canceling News): Add how to set a password.
5015
5016 2004-10-12 Jay Belanger <belanger@truman.edu>
5017
5018 * calc.texi (Help Commands): Changed the descriptions of
5019 calc-describe-function and calc-describe-variable to match their
5020 current behavior.
5021
5022 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5023
5024 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
5025
5026 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5027
5028 Sync with Tramp 2.0.45.
5029
5030 * tramp.texi (Frequently Asked Questions): Comment paragraph about
5031 plink link. The URL is outdated. Originator contacted for
5032 clarification.
5033
5034 2004-10-10 Juri Linkov <juri@jurta.org>
5035
5036 * gnus.texi (Top, Marking Articles): Join two menus in one node
5037 because a node can have only one menu.
5038
5039 2004-10-09 Juri Linkov <juri@jurta.org>
5040
5041 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
5042 example of nnmail-split-fancy.
5043
5044 2004-10-06 Karl Berry <karl@gnu.org>
5045
5046 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
5047 consistency with other uses of dashes.
5048
5049 2004-10-05 Karl Berry <karl@gnu.org>
5050
5051 * info.texi: Consistently use --- throughout, periods at end of
5052 menu descriptions, and a couple typos.
5053
5054 2004-09-26 Jesper Harder <harder@ifa.au.dk>
5055
5056 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
5057 * pgg.texi (User Commands, Backend methods): Do.
5058 * gnus.texi: Markup fixes.
5059 (Setting Process Marks): Fix `M P a' entry.
5060 * emacs-mime.texi: Fixes.
5061
5062 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
5063
5064 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
5065 again.
5066 Use 5.10 instead of 5.10.0.
5067
5068 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * gnus.texi (Summary Mail Commands): S D e.
5071
5072 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
5073
5074 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
5075 the gnus-article-mode-line-format section.
5076
5077 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
5078
5079 * gnus.texi (Various Summary Stuff): Fix the documentation for
5080 gnus-newsgroup-variables.
5081
5082 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5083
5084 * gnus.texi (MIME Commands): Added
5085 gnus-mime-display-multipart-as-mixed,
5086 gnus-mime-display-multipart-alternative-as-mixed,
5087 gnus-mime-display-multipart-related-as-mixed.
5088 (Mail Source Customization): Clarify `mail-source-directory'.
5089 (Splitting Mail): Mention gnus-group-find-new-groups.
5090 (SpamOracle): Fixed typo.
5091
5092 * gnus-faq.texi: Untabify.
5093 ([6.3]): nnir.el is in contrib directory.
5094
5095 * message.texi (News Headers): Clarify how a unique ID is created.
5096
5097 * gnus.texi (Batching Agents): Fixed typo in example. Reported
5098 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5099
5100 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
5101
5102 * gnus.texi (Group Parameters): Added more on hooks.
5103
5104 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
5105
5106 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
5107
5108 2004-09-22 Jay Belanger <belanger@truman.edu>
5109
5110 * calc.texi (Vectors as Lists): Added a warning that the tutorial
5111 might be hidden during part of the session.
5112
5113 2004-09-20 Jay Belanger <belanger@truman.edu>
5114
5115 * calc.texi (Notations Used in This Manual): Put in an earlier
5116 mention that DEL could be called Backspace.
5117
5118 2004-09-10 Simon Josefsson <jas@extundo.com>
5119
5120 * gnus.texi (IMAP): Add example. Suggested and partially written
5121 by Steinar Bang <sb@dod.no>.
5122
5123 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5124
5125 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
5126 netrc syntax.
5127
5128 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5129
5130 * gnus.texi (Spam ELisp Package Sequence of Events):
5131 Some clarifications.
5132 (Spam ELisp Package Global Variables): More clarifications.
5133
5134 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5135
5136 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
5137 Mention spam-split does not modify incoming mail.
5138
5139 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5140
5141 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
5142
5143 2004-09-10 Eli Zaretskii <eliz@gnu.org>
5144
5145 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
5146
5147 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5148
5149 * makefile.w32-in (sieve, pgg): Use $(infodir).
5150
5151 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
5152
5153 * makefile.w32-in: Fix PGG and Sieve entries.
5154
5155 2004-08-28 Eli Zaretskii <eliz@gnu.org>
5156
5157 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
5158 Emacs and related programs.
5159
5160 2004-08-27 Richard M. Stallman <rms@gnu.org>
5161
5162 * faq.texi: Fix texinfo usage, esp. doublequotes.
5163 (Difference between Emacs and XEmacs): Some clarification.
5164
5165 * faq.texi (Difference between Emacs and XEmacs):
5166 Explain not to contrast XEmacs with GNU Emacs.
5167
5168 2004-08-26 Richard M. Stallman <rms@gnu.org>
5169
5170 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
5171
5172 2004-08-22 David Kastrup <dak@gnu.org>
5173
5174 * reftex.texi (AUCTeX): Update links, section name.
5175
5176 * faq.texi (Calc): Update availability (included in 22.1).
5177 (AUCTeX): Update availability, information, versions, description.
5178
5179 2004-08-14 Eli Zaretskii <eliz@gnu.org>
5180
5181 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
5182
5183 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5184
5185 * cc-mode.texi: Various updates for CC Mode 5.30.9.
5186
5187 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5188
5189 Sync with Tramp 2.0.44.
5190
5191 2004-08-05 Lars Hansen <larsh@math.ku.dk>
5192
5193 * widget.texi (User Interface): Update how to separate the
5194 editable field of an editable-field widget from other widgets.
5195 (Programming Example): Add text after field.
5196
5197 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5198
5199 * emacs-mime.texi (Encoding Customization): Add a note to the
5200 mm-content-transfer-encoding-defaults entry.
5201 (rfc2047): Update.
5202
5203 * gnus.texi (Article Highlighting): Add
5204 gnus-cite-ignore-quoted-from.
5205 (POP before SMTP): New node.
5206 (Posting Styles): Addition.
5207 (Splitting Mail): Add nnmail-split-lowercase-expanded.
5208 (Fancy Mail Splitting): Ditto.
5209 (X-Face): Add gnus-x-face.
5210
5211 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
5212
5213 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
5214 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
5215
5216 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
5217
5218 * gnus.texi (Mail Source Specifiers): Describe
5219 `pop3-leave-mail-on-server'.
5220
5221 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
5222
5223 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
5224
5225 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
5226 repository. Change setfilename.
5227
5228 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
5229
5230 2004-07-02 Juri Linkov <juri@jurta.org>
5231
5232 * pcl-cvs.texi (Viewing differences): Add `d r'.
5233
5234 2004-06-29 Jesper Harder <harder@ifa.au.dk>
5235
5236 * ses.texi, viper.texi, flymake.texi, faq.texi:
5237 * eshell.texi, ediff.texi: Markup fixes.
5238
5239 2004-06-21 Karl Berry <karl@gnu.org>
5240
5241 * info.texi (Top): Mention that only Emacs has mouse support.
5242 (Getting Started): Mention this in a few other places.
5243
5244 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5245
5246 * autotype.texi (Copyrights, Timestamps): Recommend
5247 `before-save-hook' instead of `write-file-functions'.
5248
5249 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5250
5251 * dired-x.texi (dired-mark-omitted): Update keybinding.
5252
5253 2004-06-10 Kim F. Storm <storm@cua.dk>
5254
5255 * pcl-cvs.texi (Viewing differences): Add 'd y'.
5256
5257 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5258
5259 * dired-x.texi (variable dired-omit-mode): Rename from
5260 dired-omit-files-p.
5261 (function dired-omit-mode): Rename from dired-omit-toggle.
5262 Call dired-omit-mode rather than set dired-omit-files-p.
5263 (dired-mark-omitted): Describe command.
5264
5265 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5266
5267 Version 2.0.41 of Tramp released.
5268
5269 2004-05-29 Juanma Barranquero <lektu@terra.es>
5270
5271 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
5272 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5273
5274 2004-05-29 Richard M. Stallman <rms@gnu.org>
5275
5276 * cl.texi (Top): Call this chapter `Introduction'.
5277 (Overview): In TeX, no section heading here.
5278
5279 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
5280
5281 2004-05-29 Eli Zaretskii <eliz@gnu.org>
5282
5283 * Makefile.in (../info/flymake, flymake.dvi): New targets.
5284 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5285
5286 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5287
5288 * flymake.texi: New file.
5289
5290 2004-05-28 Simon Josefsson <jas@extundo.com>
5291
5292 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
5293
5294 2004-05-07 Kai Großjohann <kai@emptydomain.de>
5295
5296 Version 2.0.40 of Tramp released.
5297
5298 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
5299
5300 Complete rework, based on review by Karl Berry <karl@gnu.org>.
5301
5302 * tramp.texi (Auto-save and Backup): Explain exploitation of new
5303 variables `tramp-backup-directory-alist' and
5304 `tramp-bkup-backup-directory-info'.
5305 (Overview, Connection types)
5306 (External transfer methods, Default Method)
5307 (Windows setup hints): Remove restriction of password entering
5308 with external methods.
5309 (Auto-save and Backup): Make file name example
5310 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
5311 and `auto-save-directory' must be used.
5312 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
5313 only "NT"). Remove doubled entry "What kinds of systems does
5314 @tramp{} work on".
5315 (tramp): Macro removed.
5316 (Obtaining Tramp): Flag removed from title.
5317 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
5318 and `trampver' used properly. Flag `tramp-inst' replaced by
5319 `installchapter'. Installation related text adapted.
5320
5321 2004-04-28 Masatake YAMATO <jet@gyve.org>
5322
5323 * widget.texi (Programming Example): Remove overlays.
5324
5325 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5326
5327 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
5328
5329 2004-04-23 Juanma Barranquero <lektu@terra.es>
5330
5331 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5332
5333 2004-04-05 Jesper Harder <harder@ifa.au.dk>
5334
5335 * info.texi (Info Search): Add info-apropos.
5336
5337 2004-03-22 Juri Linkov <juri@jurta.org>
5338
5339 * faq.texi: Fix help key bindings.
5340
5341 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5342
5343 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
5344 (as suggested by Karl Berry). Update information about colored
5345 stars in menus. Add new subheading describing M-n.
5346
5347 2004-03-12 Richard M. Stallman <rms@gnu.org>
5348
5349 * cl.texi (Top): Rename top node's title.
5350
5351 2004-03-08 Karl Berry <karl@gnu.org>
5352
5353 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
5354 problems making the texinfo distribution.
5355
5356 2004-02-29 Simon Josefsson <jas@extundo.com>
5357
5358 * smtpmail.texi (Authentication): Changed the list of supported
5359 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
5360 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
5361 <voegelas@gmx.net>.
5362
5363 2004-02-29 Juanma Barranquero <lektu@terra.es>
5364
5365 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5366 Use $(DEL) instead of rm, and ignore exit code.
5367
5368 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
5369
5370 Tramp version 2.0.39 released.
5371
5372 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5373
5374 * tramp.texi (Customizing Completion): Explain new functions
5375 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
5376 (all): Savannah URLs unified to "http://savannah.nongnu.org".
5377 (Top): Refer to Savannah mailing list as the major one. Mention
5378 older mailing lists in HTML mode only.
5379 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
5380 (Frequently Asked Questions): Remote hosts must not be Unix-like
5381 for "smb" method.
5382 (Password caching): New node.
5383 (External transfer methods): Refer to password caching for "smb"
5384 method.
5385
5386 2004-02-17 Karl Berry <karl@gnu.org>
5387
5388 * info.texi (Help-Int): Mention the new line number feature.
5389
5390 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5391
5392 * ses.texi (Advanced Features): New functionality for
5393 ses-set-header-row (defaults to current row unless C-u used).
5394 (Acknowledgements): Add Stefan Monnier.
5395
5396 2003-12-29 Kevin Ryde <user42@zip.com.au>
5397
5398 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
5399
5400 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
5401
5402 Tramp version 2.0.38 released.
5403
5404 * tramp.texi (Remote shell setup): Warn of environment variables
5405 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
5406 <sven.gabriel@imk.fzk.de>.
5407 (Configuration): Tramp now chooses base64/uuencode
5408 automatically. Update wording accordingly.
5409 (Top): More description for the `Default Method' menu entry.
5410 (Default Method): Use @code, not @var, for Lisp variables.
5411 (Default Method): New subsection `Which method is the right one
5412 for me?' Suggested by Christian Kirsch.
5413 (Configuration): Pointer to new subsection added.
5414 (Default Method): Too many "use" in one sentence.
5415 Rephrase. Reported by Christian Kirsch.
5416 (Filename Syntax): Old `su' example is probably a left-over from
5417 the sm/su method naming. Replace with `ssh', instead.
5418 (External transfer methods, Auto-save and Backup):
5419 Typo fixes.
5420
5421 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
5422
5423 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
5424 (Top): Mention japanese manual only if flag `jamanual' is set.
5425 Insert section `Japanese manual' in menu.
5426
5427 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5428
5429 * eshell.texi (Known Problems): Add doc item.
5430
5431 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5432
5433 * cc-mode.texi: Update for CC Mode 5.30.
5434
5435 Note: Please refrain from doing purely cosmetic changes like
5436 removing trailing whitespace in this manual; it clobbers cvs
5437 merging for no good reason.
5438
5439 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5440
5441 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
5442 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
5443 @acronym{ASCII}.
5444
5445 2003-10-26 Karl Berry <karl@gnu.org>
5446
5447 * info.texi (Info Search): Echo area, not echo are. From Debian
5448 diff.
5449
5450 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
5451
5452 * widget.texi (Defining New Widgets): Document new behavior of
5453 :buttons and :children keywords.
5454
5455 2003-10-22 Miles Bader <miles@gnu.org>
5456
5457 * Makefile.in (info): Move before $(top_srcdir)/info.
5458
5459 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
5460
5461 * tramp.texi (Inline methods): Small grammar fix.
5462 (External transfer methods): Likewise.
5463
5464 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
5465
5466 * speedbar.texi: Remove paragraph for GUD that is no longer true.
5467
5468 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
5469
5470 * texinfo.tex: Replace `%' in arch tagline by @ignore.
5471
5472 2003-09-30 Richard M. Stallman <rms@gnu.org>
5473
5474 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
5475
5476 * widget.texi (User Interface): Fix typos.
5477
5478 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
5479
5480 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5481
5482 * pcl-cvs.texi (Selected Files): Fix typo.
5483
5484 2003-09-21 Karl Berry <karl@gnu.org>
5485
5486 * info.texi (] and [ commands): No period at end of section title.
5487
5488 2003-09-04 Miles Bader <miles@gnu.org>
5489
5490 * Makefile.in (top_srcdir): New variable.
5491 ($(top_srcdir)/info): New rule.
5492 (info): Depend on it.
5493
5494 2003-09-03 Peter Runestig <peter@runestig.com>
5495
5496 * makefile.w32-in: New file.
5497
5498 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
5499
5500 * widget.texi (User Interface): Explain the need of static text
5501 around an editable field.
5502
5503 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5504
5505 * widget.texi (Basic Types): The argument to `:help-echo' can now
5506 be a form that evaluates to a string.
5507
5508 2003-08-18 Kim F. Storm <storm@cua.dk>
5509
5510 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
5511
5512 2003-08-16 Richard M. Stallman <rms@gnu.org>
5513
5514 * dired-x.texi (Shell Command Guessing): Explain *.
5515
5516 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
5517
5518 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
5519 log-edit-insert-changelog.
5520
5521 2003-08-03 Karl Berry <karl@gnu.org>
5522
5523 * info.texi: Need @contents.
5524
5525 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
5526
5527 Tramp version 2.0.36 released.
5528
5529 * tramp.texi (Remote shell setup): Explain about problems with
5530 non-Bourne commands in ~/.profile and ~/.shrc.
5531
5532 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5533
5534 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
5535 renaming of `vis-mode' to `visible-mode'.
5536
5537 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
5538
5539 * info.texi (Top, Help-Small-Screen): Remove accidentally added
5540 next, prev and up pointers.
5541
5542 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
5543
5544 * info.texi (Help): Mention existence of Emacs and stand-alone
5545 Info at the very beginning of the tutorial.
5546 (Help-Inv): New node.
5547 (Help-]): New node.
5548 (Help-M): Systematically point out the differences between default
5549 Emacs and stand-alone versions. Delete second menu.
5550 (Help-Xref): Systematically point out the differences between
5551 default Emacs and stand-alone versions.
5552 (Help-Int): Change `l' example.
5553 (Expert Info): Fix typos.
5554 (Emacs Info Variables): Mention `Info-hide-note-references' and
5555 new default for `Info-scroll-prefer-subnodes'.
5556
5557 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
5558
5559 Version 2.0.35 of Tramp released.
5560
5561 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
5562 (Inline methods): Add methods `remsh' and `plink1'.
5563 (External transfer methods): Add method `remcp'.
5564 (Multi-hop Methods): Add method `remsh'.
5565 Small patch from Adrian Aichner <adrian@xemacs.org>:
5566 Fix minor typos.
5567 (Concept Index): Added to make manual searchable via
5568 `Info-index'.
5569 (Version Control): Add cindex entry.
5570
5571 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
5572
5573 * trampver.texi: Version 2.0.34 released.
5574
5575 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5576
5577 * faq.texi: Improve previous changes.
5578
5579 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5580
5581 * faq.texi: Update copyright and maintenance details.
5582 Update some package URLs, versions, and maintainers.
5583 Remove many references to the Emacs Lisp Archive.
5584
5585 2003-04-23 Simon Josefsson <jas@extundo.com>
5586
5587 * smtpmail.texi: Fix license (the invariant sections mentioned has
5588 never been part of the smtp manual). Align info dir entry with
5589 other emacs packages.
5590
5591 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5592
5593 * tramp.texi: Version 2.0.33 released.
5594 Remove installation chapter. Remove XEmacs specifics.
5595
5596 2003-03-29 Richard M. Stallman <rms@gnu.org>
5597
5598 * tramp.texi (Top): Undo the previous renaming.
5599 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
5600
5601 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
5602
5603 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
5604 version of manual.
5605
5606 * tramp.texi (Auto-save and Backup): New node.
5607
5608 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
5609
5610 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
5611 Emacs" in order to have better differentiation to "XEmacs".
5612 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
5613 are new macros in order to point to the other Emacs flavor where
5614 appropriate. In info case, point to node `Installation' in order
5615 to explain how to generate the other way. In html case, make a
5616 link to the other html file.
5617 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
5618 after CVS checkout/update.
5619 (Installation): Completely rewritten.
5620 (Installation parameters, Load paths): New sections under
5621 `Installation'.
5622
5623 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
5624
5625 * tramp.texi: Version 2.0.30 released.
5626 Replace word "path" with "localname" where used as a component of
5627 a Tramp file name.
5628
5629 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
5630
5631 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
5632 introduced.
5633 (Installation): Explain what to do if files from the tramp/contrib
5634 directory are needed.
5635
5636 2003-02-23 Alex Schroeder <alex@emacswiki.org>
5637
5638 * smtpmail.texi (How Mail Works): New.
5639
5640 2003-02-22 Alex Schroeder <alex@emacswiki.org>
5641
5642 * smtpmail.texi: New file.
5643
5644 * Makefile.in: Build SMTP manual.
5645
5646 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
5647
5648 * tramp.texi: Version 2.0.29 released.
5649 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
5650 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
5651
5652 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
5653
5654 * tramp.texi (Frequently Asked Questions): Explain a workaround if
5655 another package loads accidently Ange-FTP.
5656
5657 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
5658
5659 * tramp.texi (Customizing Completion): Add function
5660 `tramp-parse-sconfig'. Change example of
5661 `tramp-set-completion-function', because parsing of ssh config
5662 files looks more natural.
5663
5664 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
5665
5666 * gnus.texi: Do not use `path' in several locations.
5667
5668 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
5669
5670 * tramp.texi (External transfer methods): New method `smb'. From
5671 Michael Albinus.
5672
5673 2002-11-05 Karl Berry <karl@gnu.org>
5674
5675 * info.texi (Info-fontify): Reorder face list to avoid bad line
5676 breaks.
5677
5678 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5679
5680 * tramp.texi: Move @copying to standard place. Use
5681 @insertcopying.
5682
5683 2002-10-02 Karl Berry <karl@gnu.org>
5684
5685 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
5686 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
5687 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
5688 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
5689 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
5690 Per rms, update all manuals to use @copying instead of @ifinfo.
5691 Also use @ifnottex instead of @ifinfo around the top node, where
5692 needed for the sake of the HTML output.
5693 (The Gnus manual is not fixed since it's not clear to me how it
5694 works; and the Tramp manual already uses @copying, although in an
5695 unusual way. All others were changed.)
5696
5697 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
5698
5699 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
5700 (../info/ses, ses.dvi): New targets.
5701 * ses.texi: New file.
5702
5703 2002-09-06 Pavel Janík <Pavel@Janik.cz>
5704
5705 * texinfo.tex: Update to texinfo 4.2.
5706
5707 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5708
5709 * reftex.texi: Update to RefTeX 4.19.
5710
5711 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5712
5713 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
5714 (../info/tramp, tramp.dvi): New targets.
5715
5716 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * Makefile.in (DVI_TARGETS): Add calc.dvi.
5719 (calc.dvi): Uncomment.
5720
5721 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5722
5723 * Makefile.in (INFO_TARGETS): Add ../info/calc.
5724 (../info/calc): New target.
5725
5726 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5727
5728 * (Version 21.1 released.)
5729
5730 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5731
5732 * Branch for 21.1.
5733
5734 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5735
5736 * Makefile.in (../info/info): Use an explicit -o switch to
5737 makeinfo.
5738
5739 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5740
5741 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5742
5743 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * Makefile.in (../info/idlwave): Use --no-split.
5746
5747 2000-12-14 Dave Love <fx@gnu.org>
5748
5749 * Makefile.in (mostlyclean): Remove gnustmp.*
5750 (gnus.dvi): Change rule to remove @latex stuff.
5751
5752 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5753
5754 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
5755
5756 2000-10-13 John Wiegley <johnw@gnu.org>
5757
5758 * Makefile.in: Add build targets for eshell.texi.
5759
5760 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5761
5762 * Makefile.in: Remove/comment speedbar stuff.
5763
5764 2000-09-22 Dave Love <fx@gnu.org>
5765
5766 * Makefile.in: Add emacs-mime.
5767
5768 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * Makefile.in (INFO_TARGETS): Add ../info/woman.
5771 (DVI_TARGETS): Add woman.dvi.
5772 (../info/woman, woman.dvi): New targets.
5773
5774 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5777
5778 * pcl-cvs.texi: New file.
5779 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
5780 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
5781
5782 2000-05-11 Gerd Moellmann <gerd@gnu.org>
5783
5784 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
5785 (../info/ebrowse, ebrowse.dvi): New targets.
5786
5787 2000-01-13 Gerd Moellmann <gerd@gnu.org>
5788
5789 * Makefile.in (INFO_TARGETS): Add eudc.
5790 (DVI_TARGETS): Add eudc.dvi.
5791 (../info/eudc, eudc.dvi): New targets.
5792
5793 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
5794
5795 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
5796 compatibility with 8+3 filesystems).
5797 (../info/efaq): Rename from emacs-faq.
5798
5799 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
5802 (../info/idlwave, idlwave.dvi): New targets.
5803
5804 1999-10-23 Dave Love <fx@gnu.org>
5805
5806 * Makefile.in: Use autotype.texi.
5807
5808 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
5811 faq.texi file) rather than ../info/faq.
5812
5813 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5814
5815 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
5816 (../info/ada-mode, ada-mode.dvi): New targets.
5817
5818 1999-09-01 Dave Love <fx@gnu.org>
5819
5820 * Makefile.in: Add faq.
5821
5822 1999-07-12 Richard Stallman <rms@gnu.org>
5823
5824 * Version 20.4 released.
5825
5826 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5827
5828 * Version 20.3 released.
5829
5830 1998-04-06 Andreas Schwab <schwab@gnu.org>
5831
5832 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5833 it in dvi targets.
5834 (../etc/GNU): Change to $(srcdir) first.
5835
5836 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
5837
5838 * reftex.texi: Update for RefTeX version 3.22.
5839
5840 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
5841
5842 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
5843 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5844
5845 1997-09-23 Paul Eggert <eggert@twinsun.com>
5846
5847 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5848 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
5849
5850 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5851
5852 * Version 20.2 released.
5853
5854 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5855
5856 * Version 20.1 released.
5857
5858 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5859
5860 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
5861
5862 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5863
5864 * Version 19.33 released.
5865
5866 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5867
5868 * Version 19.32 released.
5869
5870 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5871
5872 * Makefile.in: Add rules for the Message manual.
5873
5874 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5875
5876 * gnus.texi: New version.
5877
5878 * message.texi: New manual.
5879
5880 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5881
5882 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5883
5884 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5885
5886 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5887 Specify -I option.
5888 (All dvi targets): Set the TEXINPUTS variable.
5889
5890 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5891
5892 * Version 19.31 released.
5893
5894 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5895
5896 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
5897 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
5898
5899 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5900
5901 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
5902 (INFO_TARGETS): Add ../info/cc-mode.
5903 (DVI_TARGETS): Add cc-mode.dvi.
5904
5905 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5906
5907 * Version 19.31 released.
5908
5909 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5910
5911 * Version 19.30 released.
5912
5913 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5914
5915 * gnus.texi: New file.
5916
5917 1995-11-04 Erik Naggum <erik@naggum.no>
5918
5919 * gnus.texi: File deleted.
5920
5921 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5922
5923 * mh-e.texi: "Function Index" -> "Command Index" to work with
5924 Emacs 19.30 C-h C-k support of separately-documented commands.
5925
5926 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5927
5928 * Makefile.in (../info/ediff, ediff.dvi): New targets.
5929 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
5930
5931 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5932
5933 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
5934 (../info/viper, viper.dvi): New targets.
5935
5936 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
5937
5938 * dired-x.texi (Installation): Change the example to set
5939 buffer-local variables like dired-omit-files-p in
5940 dired-mode-hook.
5941
5942 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5943
5944 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
5945 (../info/mh-e, mh-e.dvi): New targets.
5946
5947 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5948
5949 * Makefile.in (maintainer-clean): Rename from realclean.
5950
5951 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5952
5953 * Makefile.in: New file.
5954 * Makefile: File deleted.
5955
5956 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5957
5958 * Makefile (TEXINDEX_OBJS): Variable deleted.
5959 (texindex, texindex.o, getopt.o): Rules deleted.
5960 All deps on texindex deleted.
5961 (distclean): Don't delete texindex.
5962 (mostlyclean): Don't delete *.o.
5963 * texindex.c, getopt.c: Files deleted.
5964
5965 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5966
5967 * Version 19.26 released.
5968
5969 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5970
5971 * Version 19.25 released.
5972
5973 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5974
5975 * Version 19.24 released.
5976
5977 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5978
5979 * Version 19.23 released.
5980
5981 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5982
5983 * Makefile: Delete spurious tab.
5984
5985 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5986
5987 * Makefile (.SUFFIXES): New rule.
5988
5989 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5990
5991 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
5992 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5993
5994 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5995
5996 * Makefile (../info/sc): Rename from sc.info.
5997 (../info/cl): Likewise.
5998 (INFO_TARGETS): Use new names.
5999
6000 1993-12-04 Richard Stallman (rms@srarc2)
6001
6002 * getopt.c: New file.
6003 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6004 (getopt.o): New rule.
6005 (dvi): Don't depend on texindex.
6006 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
6007 Depend on texindex.
6008
6009 1993-12-03 Richard Stallman (rms@srarc2)
6010
6011 * Makefile (../info/sc.info): Rename from ../info/sc.
6012 (TEXI2DVI): New variable.
6013 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
6014 Add explicit commands.
6015 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6016
6017 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6018
6019 * Version 19.22 released.
6020
6021 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6022
6023 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6024
6025 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6026
6027 * Version 19.21 released.
6028
6029 1993-11-15 Paul Eggert (eggert@twinsun.com)
6030
6031 * man/Makefile (../info/cl.info): Rename from ../info/cl.
6032
6033 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6034
6035 * Makefile (../etc/GNU): New target.
6036 (EMACSSOURCES): Add gnu1.texi.
6037
6038 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6039
6040 * Makefile (realclean): Don't delete the Info files.
6041
6042 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
6043
6044 * forms.texi: Fix forms.texi so that it will format correctly.
6045 Add missing `@end iftex', fix bad reference.
6046
6047 * info.texi, info-stn.texi: New files implement texinfo version of
6048 `info' file.
6049
6050 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
6051
6052 * Makefile: Fix targets for texindex, new info.texi files.
6053 * info-stnd.texi: New file implements info for standalone info
6054 reader.
6055 * info.texi: Update to include recent changes to "../info/info".
6056 New source file for ../info/info; includes info-stnd.texi.
6057
6058 * texindex.c: Include "../src/config.h" if building in emacs.
6059
6060 * Makefile: Change all files to FILENAME.texi, force all targets
6061 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
6062 vip.texinfo, forms.texinfo, cl.texinfo.
6063 Add target to build texindex.c, defining `emacs'.
6064
6065 * forms.texi: Install new file to match version 2.3 of forms.el.
6066
6067 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6068
6069 * Version 19.19 released.
6070
6071 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
6072
6073 * sc.texinfo: Fix info file name.
6074
6075 * Makefile (info): Add gnus and sc.
6076 (dvi): Add gnus.dvi and sc.dvi.
6077 (../info/sc, sc.dvi): New targets.
6078
6079 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6080
6081 * Version 19.18 released.
6082
6083 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6084
6085 * Makefile: Fix source file names of the separate manuals.
6086 (gnus.dvi, ../info/gnus): New targets.
6087
6088 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6089
6090 * Version 19.17 released.
6091
6092 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6093
6094 * split-man: Fix typos in last change.
6095
6096 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6097
6098 * Version 19.16 released.
6099
6100 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6101
6102 * version 19.15 released.
6103
6104 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6105
6106 * Makefile (distclean): It's rm, not rf.
6107
6108 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6109
6110 * Version 19.14 released.
6111
6112 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6113
6114 * Makefile: New file.
6115
6116 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6117
6118 * Version 19.13 released.
6119
6120 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6121
6122 * Version 19.9 released.
6123
6124 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6125
6126 * Version 19.8 released.
6127
6128 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6129
6130 * Version 19.7 released.
6131
6132 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
6133
6134 * gnus.texinfo: New file. Removed installation instructions.
6135
6136 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6137
6138 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6139
6140 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
6141
6142 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
6143 then define `\sc' as the command for smallcaps in Texinfo. This
6144 means that the @sc command will produce small caps. bfox has
6145 made the corresponding change to makeinfo and texinfm.el.
6146
6147 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6148
6149 * vip.texinfo: Remove menu entry Adding Lisp Code in node
6150 Customization since the menu entry did not point to anything.
6151 Also add an @finalout command to remove overfull hboxes from the
6152 printed output.
6153
6154 * cl.texinfo: Add @bye, \input line and @settitle to file.
6155 This file is clearly intended to be a chapter of some other work,
6156 but the other work does not yet exist.
6157
6158 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6159
6160 * texinfo.texinfo: Three typos corrected.
6161
6162 ;; Local Variables:
6163 ;; coding: utf-8
6164 ;; fill-column: 79
6165 ;; add-log-time-zone-rule: t
6166 ;; End:
6167
6168 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6169 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6170
6171 This file is part of GNU Emacs.
6172
6173 GNU Emacs is free software: you can redistribute it and/or modify
6174 it under the terms of the GNU General Public License as published by
6175 the Free Software Foundation, either version 3 of the License, or
6176 (at your option) any later version.
6177
6178 GNU Emacs is distributed in the hope that it will be useful,
6179 but WITHOUT ANY WARRANTY; without even the implied warranty of
6180 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6181 GNU General Public License for more details.
6182
6183 You should have received a copy of the GNU General Public License
6184 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6185
6186 ;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803