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