Merge from trunk
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
14f17fc8
JB
12010-01-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * ada-mode.texi (Project File Overview): Fix typo.
4
607d4369
CY
52010-01-17 Chong Yidong <cyd@stupidchicken.com>
6
7 * semantic.texi: Add Richard Y. Kim credit.
8
9 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
10
3d1bfa99
MA
112010-01-17 Michael Albinus <michael.albinus@gmx.de>
12
13 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
14 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
15
6fbf7a75
GM
162010-01-17 Glenn Morris <rgm@gnu.org>
17
b9f978f0
GM
18 * calc.texi (Reporting Bugs): Don't mention format of repository.
19
f19bc38d
GM
20 * woman.texi (Bugs): Make "Emacs repository" less specific,
21 and the URL for same more specific.
22
6fbf7a75
GM
23 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
24
16c3428a
JB
252010-01-17 Juanma Barranquero <lekktu@gmail.com>
26
27 * ede.texi (ede-step-project, ede-proj-target):
28 * tramp.texi (Remote processes): Fix typos.
29
045b9da7
ML
302010-01-16 Mario Lang <mlang@delysid.org>
31
32 * ede.texi (ede-target):
33 * org.texi (Refiling notes): Remove duplicated words.
34
c57008f6
SM
352010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * gnus.texi (Posting Styles): Use with-current-buffer.
38 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
39
798c9eb5
KR
402010-01-02 Kevin Ryde <user42@zip.com.au>
41
42 * eieio.texi (Naming Conventions): Correction to xref on elisp
43 coding conventions, is "Tips" node not "Standards".
44
4970fbfe
CY
452009-12-24 Chong Yidong <cyd@stupidchicken.com>
46
47 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
48
49 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
50
83828b06
KY
512009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
52
53 * gnus.texi (Direct Functions): Add missing port number to tls method.
54
45a4a565
JB
552009-12-15 Juanma Barranquero <lekktu@gmail.com>
56
57 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
58 ($(infodir)/edt, edt.dvi): New targets.
59
698bfef7
GM
602009-12-15 Glenn Morris <rgm@gnu.org>
61
62 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
63 (edt, $(infodir)/edt, edt.dvi): New targets.
64 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
65
66 * Makefile.in (PDF_TARGETS, pdf): New.
67 (clean): Add *.pdf.
68 Add pdf rules for all manuals.
69
0e983327
JB
702009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
71
72 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
73
8e687433
CY
742009-12-14 Chong Yidong <cyd@stupidchicken.com>
75
76 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
77 (Smart Jump, Analyzer Debug): Copyedits.
78 (Semantic mode user commands): Link to new nodes.
79 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
80 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
81 upstream Semantic manual.
82
83 * semantic.texi (Introduction): Minor fix to diagram.
84
020335df
MA
852009-12-09 Michael Albinus <michael.albinus@gmx.de>
86
87 * eshell.texi (History): Add the other built-in variables.
88 (Built-ins): Explain built-ins, and how to apply the external commands.
89 Add `history', `su' and `sudo'.
90
91 * tramp.texi (Remote processes): Add missing <RET> in the example.
92
6ddf13e4
BW
932009-12-01 Bill Wohler <wohler@newt.com>
94
95 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 96 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
97 excessively garrulous.
98
07b6428c
MA
992009-11-29 Michael Albinus <michael.albinus@gmx.de>
100
101 * tramp.texi (Remote processes): Improve eshell example with "su"
102 and "sudo" commands.
103
fd1cefda
CY
1042009-11-28 Chong Yidong <cyd@stupidchicken.com>
105
106 * semantic.texi (Analyzer Internals): Rename from Analyzer.
107
108 * sem-user.texi (Semantic mode user commands): Fix key syntax.
109 Document semantic-complete-analyze-inline.
110 (Semanticdb search debugging commands): Minor clarification.
111 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 112 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 113 manual.
9d542758 114 (Semantic mode): Link to Idle Scheduler.
fd1cefda 115
159e3ad5
KR
1162009-11-28 Kevin Ryde <user42@zip.com.au>
117
118 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 119 @pxref, now EIEIO is in Emacs.
159e3ad5 120
c6d47315
KR
121 * erc.texi (Development): Correction to git tutorial url.
122
16f6287e
GM
1232009-11-26 Glenn Morris <rgm@gnu.org>
124
125 * faq.texi (Latest version of Emacs): Mention stability of development
126 version.
127 (Problems with very large files): Max buffer size increase in 23.2.
128 (VM): VM has moved house again.
129
5ea5dbc9
JB
1302009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
131
132 * calc.texi (Radix modes): Discuss alternate bases for two's complement
133 notations.
134
5dec9555
CD
1352009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
136
45a4a565 137 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 138
bd6f6833
CY
1392009-11-20 Chong Yidong <cyd@stupidchicken.com>
140
141 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
142 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
143 (Idle Completions Mode): Numerous copyedits.
bd6f6833 144
be479117
JB
1452009-11-17 Juanma Barranquero <lekktu@gmail.com>
146
147 * semantic.texi (Semantic Internals, Glossary):
148 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
149 (Semanticdb search debugging commands): Fix typos.
150
17291a1f
JB
1512009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
152
be479117 153 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 154
af42a9cc
JB
1552009-11-16 Juanma Barranquero <lekktu@gmail.com>
156
157 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
158 ($(infodir)/semantic, semantic.dvi): New targets.
159
3149927d
CY
1602009-11-16 Chong Yidong <cyd@stupidchicken.com>
161
162 * Makefile.in: Build the Semantic manual.
163
164 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
165 repository.
166
977640ed
MA
1672009-11-16 Michael Albinus <michael.albinus@gmx.de>
168
169 * dbus.texi (Receiving Method Calls): New defun
170 `dbus-unregister-service'.
171
17673adf
CD
1722009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
173
174 * org.texi (Speed keys): New section.
175
0ecd3c90
MA
1762009-11-13 Michael Albinus <michael.albinus@gmx.de>
177
178 * dbus.texi (Type Conversion): Fix typo.
179 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
180 `dbus-registered-objects-table'.
181 (Receiving Method Calls): New defun `dbus-register-property'. Move
182 `dbus-unregister-object' here.
183
8bfe682a
CD
1842009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
185
186 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
187
1882009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
189
190 * org.texi (Column attributes): Add the new age summary operators.
191 Also, mention the fact you can only use one summary operator per
192 property.
193
1942009-11-13 John Wiegley <johnw@newartisans.com>
195
196 * org.texi (Tracking your habits): Added a new section in the
197 manual about how to track habits.
198 (Resolving idle time): Added a section on how idle and
199 dangling clocks are resolved.
200
2012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
202
203 * org.texi (Agenda commands): Document the new `i' command.
204 (Inserting deadline/schedule): Document logging changes
205 of scheduling and deadline times stamps.
206 (In-buffer settings): Document the in-buffer keywords for logging
207 changes of scheduling and deadline times stamps.
208 (Structure editing, Plain lists): Document indentation
209 cycling in empty entries with TAB.
210 (Archiving): Document the default archiving command.
211 (Moving subtrees): Document the new keys for archiving.
212 (Internal archiving): Fix incorrect key.
213 (Agenda commands): Document the TODO set switching commands.
214 (Agenda commands): Document the new archiving keys.
215 (Clocking work time): Better description on how to save
216 and restore a clock.
217 (Resolving idle time): Mention the x11idle program to get true
218 idleness also under X11.
219 (Resolving idle time): Use @kbd instead of @key for normal
220 letters, because this is how he rest of the manual does this.
221 (Pushing to MobileOrg): Mention that `org-directory'
222 should be set.
223 (Agenda commands): Document that SPC is a filter for
224 any tag.
225 (Search view): Renamed from "Keyword search".
226 (Capure): New chapter.
227 (Markup): New chapter.
228 (Links in HTML export, Images in HTML export): Extend
229 the section titles.
230 (Images in HTML export): Document the align option.
231 (Text areas in HTML export): Extend the section title.
232 (Images in LaTeX export): Explain image placement in LaTeX.
233
693737cd
GM
2342009-11-10 Glenn Morris <rgm@gnu.org>
235
236 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
237
c7bd4ebe
MA
2382009-11-08 Michael Albinus <michael.albinus@gmx.de>
239
240 * tramp.texi (Auto-save and Backup): Disable backups just for a
241 method.
242
243 * trampver.texi: Update release number.
244
76c5acad
MA
2452009-11-07 Michael Albinus <michael.albinus@gmx.de>
246
247 Sync with Tramp 2.1.17.
248
249 * trampver.texi: Update release number.
250
d9a57abf
GM
2512009-10-29 Glenn Morris <rgm@gnu.org>
252
253 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
254
637f4f0f
MA
2552009-10-23 Michael Albinus <michael.albinus@gmx.de>
256
257 * tramp.texi (External methods): Temporary files are kept for
258 `rsync' and `rsyncc' methods.
259
310dbb05
JB
2602009-10-09 Juanma Barranquero <lekktu@gmail.com>
261
262 * eieio.texi: Fix typos.
263
09094f28
CY
2642009-10-07 Chong Yidong <cyd@stupidchicken.com>
265
266 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
267
216f299a
JB
2682009-10-07 Juanma Barranquero <lekktu@gmail.com>
269
270 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
271 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
272
966a6506
CY
2732009-10-07 Chong Yidong <cyd@stupidchicken.com>
274
275 * Makefile.in: Build EIEIO and EDE manuals.
276
2772009-10-07 Eric Ludlam <zappo@gnu.org>
278
279 * eieio.texi:
280 * ede.texi: New files.
281
8842cd9b
MA
2822009-10-05 Michael Albinus <michael.albinus@gmx.de>
283
284 * tramp.texi (Remote processes): Association of a pty is not supported.
285
7006d207
CD
2862009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
287
288 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
289 (Processing LaTeX fragments): Document that the size of images can be
290 changes using the variable `org-format-latex-options'.
291 (The date/time prompt, Timestamps): Be more accurate over ISO format
292 dates and times.
293 (Visibility cycling): Document showeverything keyword.
294 (In-buffer settings): Document showeverything keyword.
295 (Setting up the staging area): Fix the example.
296 (MobileOrg): New section.
297 (Agenda commands, Exporting Agenda Views): Document exporting the
298 agenda view to Org files.
299
0e7b2867
MA
3002009-09-28 Michael Albinus <michael.albinus@gmx.de>
301
302 * tramp.texi (History): Add IMAP support.
303 (External methods): Add `imap' and `imaps' methods.
304 (GVFS based methods): Add indices for `davs'.
305 (Password handling): Rename anchors. Add IMAP entries for
306 ~/.authinfo.gpg.
307
308 * trampver.texi: Set default value of `emacsimap'.
309
4146636e
KY
3102009-09-22 Daiki Ueno <ueno@unixuser.org>
311
312 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
313
d22f7ffa
CY
3142009-09-13 Chong Yidong <cyd@stupidchicken.com>
315
316 * dired-x.texi (Technical Details): Delete
317 dired-up-directory (Bug#4292).
318
66043531
MA
3192009-09-03 Michael Albinus <michael.albinus@gmx.de>
320
216f299a 321 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 322
6eb02347
CD
3232009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
324
325 * org.texi (Effort estimates): Document new effort setting commands.
326 (Agenda commands): Document the new keys fro agenda time motion.
327 Document entry text mode. Improve documentation of the keys to include
328 inactive time stamps into the agenda view.
329 (Feedback): Document the new bug report command.
330 (Structure editing): Added an index entry for the sorting of subtrees.
331
38dc51ba
KY
3322009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
333
334 * auth.texi (Help for users): Corrected markup.
335
e402f452
GM
3362009-09-02 Glenn Morris <rgm@gnu.org>
337
338 * emacs-mime.texi (time-date): Mention float-time.
339
744256cf
JB
3402009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
341
342 * calc.texi (Simplifying Formulas): Improve the wording.
343
b0b63450
MB
3442009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
345
346 * auth.texi: Rewritten for coverage and clarity.
347
3482009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
349
350 * gnus.texi (Expiring Mail): Mention
351 gnus-mark-copied-or-moved-articles-as-expirable.
352 (Various Various): Mention gnus-safe-html-newsgroups.
353
354 * gnus-news.texi: Mention
355 gnus-mark-copied-or-moved-articles-as-expirable.
356
357 * emacs-mime.texi (Display Customization): Add xref to
358 gnus-safe-html-newsgroups.
359
b59329e0
MA
3602009-08-28 Michael Albinus <michael.albinus@gmx.de>
361
362 * tramp.texi (Version Control): Remove.
af42a9cc 363 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
364 reference.
365 (External methods): Correct `scpc' concept index entries. New method
366 `rsyncc'.
367 (External packages): New subsections "Filename completion" and "File
368 attributes cache".
369
0ff2d6c2
JB
3702009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
371
372 * calc.texi (Rewrite Rules): Improve the example.
373 (Simplifying Formulas): Explain use of the I and H flags for
374 simplification.
375
ecd3d54f
MA
3762009-08-25 Michael Albinus <michael.albinus@gmx.de>
377
378 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
379 Describe autostart behaviour of dbus-ping.
380 (Synchronous Methods, Asynchronous Methods): Use English numeric format
381 for timeout values.
78176e69
MA
382 (Top): Remove footnote saying D-Bus is not enabled by
383 default. (Bug#4256)
ecd3d54f 384
0f215bca
DU
3852009-08-23 Daiki Ueno <ueno@unixuser.org>
386
387 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 388 Reported by Jari Aalto (Bug#4211).
0f215bca 389 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 390 epa-global-mail-mode.
3b7ab45f
DU
391 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
392 epa-setup.
0f215bca 393
4f22e84d
MA
3942009-08-16 Michael Albinus <michael.albinus@gmx.de>
395
396 * dbus.texi (Asynchronous Methods): Allow nil handler.
397
9ff0b02b 3982009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 399
26b03ee3 400 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 401
26b03ee3 402 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 403
4c39f404
CY
4042009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
405
406 * calc.texi (Date Forms): Fix typos.
407
3bcfba17
GM
4082009-08-08 Glenn Morris <rgm@gnu.org>
409
410 * org.texi (Agenda commands): Restore clobbered change.
411
66783bb4
EZ
4122009-08-07 Eli Zaretskii <eliz@gnu.org>
413
414 * calc.texi (Graphics, Devices): Update with the peculiarities of
415 operation on MS-Windows.
416
c8d0cf5c
CD
4172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
418
419 * org.texi (Publishing action): Improve documentation of file
420 names when publishing to the source directory.
421 (Clean view): Document `org-indent-mode'.
422 (Clocking work time): Add documentation for the
423 new :timetamp option when creating a clock report.
424 (Paragraphs): Fix many typos.
425 (Plain lists): Remove duplicate explanation about the
426 `C-c *' command.
427 (Literal examples): Update to reflect the new behavior
428 of the -n -r -k switches when exporting source code examples.
429 (Structure editing): Add information about `C-c *',
430 converting a plain list into a list of Org items.
431 (Remember): Small rephrasing of the paragraph
432 describing remember.el. Also mentioned that remember.el is part
433 of Emacs 23, not Emacs 22.
434 (Clocking work time): Add documentation about
435 displaying the current clocking time against the effort estimate.
436 Also add a footnote about using `org-clock-in-prepare-hook' to add
437 an effort estimate on the fly, just before clocking it.
438 (Footnotes): Document automatic renumbering and
439 sorting.
440 (Agenda commands): Document new bulk commands.
441 (Plain lists): Document new behavior of
442 `org-cycle-include-plain-lists'.
443 Hyphenation only in TeX.
444 (Clocking work time): Document the key to update effort
445 estimates.
446 (Clocking work time): Document the clock time display.
447 (Structure editing, TODO basics): Document new
448 variables.
449 (Column attributes): Document new colciew operators.
450 (Publishing options): Document :xml-declaration.
451 (Tracking TODO state changes): Document the
452 LOG_INTO_DRAWER property.
453 (Literal examples): Document the new implementation for
454 editing source code.
455 (Publishing action): Mention the new publishing
456 function, to publish an Org source file.
457 (Publishing links): Mention how to link to an Org source file.
458 (Macro replacement): Document new macros.
459 (Handling links): Document type-specific completion
460 when inserting links.
461 (Structure editing, Plain lists): Improve documentation
462 on sorting.
463 (Internal links): Document custom ids for links.
464 (Handling links): Document custom ids for links.
465 (CSS support): Document new class.
466 (Refiling notes): Document the possibility to create new nodes
467 during refiling.
468 (Agenda commands): Document the "?" operator to find
469 tasks without effort setting.
470 (Exporting agenda information): Section moved.
471 (RSS Feeds): New section.
472 (Built-in table editor): Document M-e and M-a navigate
473 inside table field.
474 (Stuck projects): Docment that projects identified as
475 un-stuck will still be searchd for stuck sub-projects.
476 (Paragraphs): Document centering.
477 (Creating timestamps, Agenda commands): Document new
478 behavior when changing time stamps.
479 (Structure editing): Document the new command
480 `org-clone-subtree-with-time-shift'.
481 (Publishing): Refresh this chapter.
482 (Export options, Export options, In-buffer settings):
483 Document the new keywords.
484 (Matching tags and properties): Collect all
485 documentation about tags/property matches here.
486 (Setting tags): Document `org-tag-persistent-alist'.
487 (Weekly/daily agenda): New section.
488 (Orgstruct mode): Describe `orgstruct++-mode'.
489 (Drawers): Mention the LOGBOOK drawer.
490 (Export options, Sectioning structure): Document the
491 #+LEATEX_HEADER in-buffer setting.
492 (Bugs): Section removed.
493 (Hooks): New section.
494 (Add-on packages): Moved here from old location.
495 (Context-sensitive commands): New section.
496 (Setting tags): Document newline option.
497 (Global TODO list, Matching tags and properties):
498 Mention more variables.
499 (Checkboxes): Update to changed command behavior.
81a5560e 500
40d2791f
CY
5012009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
502
503 * speedbar.texi (Basic Key Bindings): Fix typo.
504
65d0154b
JB
5052009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
506
507 * calc.texi (Vector/Matrix Functions): Add index entries for both
508 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
509 affects matrices with more than one row.
b5bdfd9f 510 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 511
5a9e3ab7
JB
5122009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
513
514 * calc.texi (Stack Manipulation Commands): Add documentation for
515 `calc-transpose-lines'
516
42fb7e61
MA
5172009-07-27 Michael Albinus <michael.albinus@gmx.de>
518
519 * dbus.texi (Receiving Method Calls): Describe special return value
520 `:ignore'.
521
574b69d5
AM
5222009-07-24 Alan Mackenzie <acm@muc.de>
523
524 * cc-mode.texi (Config Basics, File Styles): Document that at mode
525 initialization, any individual variable setting now takes precedence
526 over one done via c-file-style/c-file-offsets.
527
ec06459c
JB
5282009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
529
530 * calc.texi (Undoing Mistakes): Mention that the undo list will be
531 truncated when Calc is quit.
532 (Customizing Calc): Document `calc-undo-length'.
533
4ce54f6b
CY
5342009-07-20 Chong Yidong <cyd@stupidchicken.com>
535
536 * calc.texi (About This Manual): Don't mention chapter numbers in text.
537
0e4f8ba5
GM
5382009-07-11 Kevin Ryde <user42@zip.com.au>
539
540 * pcl-cvs.texi (About PCL-CVS):
541 * widget.texi (Basic Types):
542 Fix cross-references.
543
fa0f81b0
AS
5442009-07-01 Andreas Schwab <aschwab@redhat.com>
545
546 * dbus.texi (Type Conversion): Don't use literal control character.
547
88a683c5
MA
5482009-07-01 Michael Albinus <michael.albinus@gmx.de>
549
550 * tramp.texi (GVFS based methods): New section.
551 (Remote processes): Processes for GVFS based methods run locally.
552
36c8febb
MA
5532009-06-30 Michael Albinus <michael.albinus@gmx.de>
554
555 * tramp.texi (Inline methods, External methods, Gateway methods): Avoid
556 the words "kludge" and hack".
557 (External methods): Add `synce' method.
558
559 * trampver.texi: Update release number.
560
d6b951bb
MA
5612009-06-22 Michael Albinus <michael.albinus@gmx.de>
562
563 Sync with Tramp 2.1.16.
564
565 * tramp.texi (History): Add GVFS support.
566 (External methods): Precise `rsync' description. Add `dav', `davs' and
567 `obex' methods. Add 'tramp-gvfs-methods' option.
568 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
569 forms.
570 (Remote Programs): Introduce `tramp-own-remote-path'.
571 (Remote processes): New subsection "Running remote programs that create
572 local X11 windows".
573 (Frequently Asked Questions): Improve code for disabling vc.
574
575 * trampver.texi: Update release number. Set default value of
576 `emacsgvfs'.
577
70243478
CY
5782009-06-21 Chong Yidong <cyd@stupidchicken.com>
579
580 * Branch for 23.1.
581
54b31cbf
GM
5822009-06-17 Glenn Morris <rgm@gnu.org>
583
584 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
585 (Latest version of Emacs): Mention source code repository.
586
f6adc23c
GM
5872009-06-16 Glenn Morris <rgm@gnu.org>
588
589 * faq.texi (Top): Language tweak.
590 (Extended commands): Most people have arrow keys.
591 (Emacs manual): Say how to follow info links.
592 (File-name conventions): Change title a bit. Explain about source
593 versus installed. Condense etc description.
594 (Guidelines for newsgroup postings): Mention Savannah list page.
595 (Newsgroup archives): Simplify.
596 (Contacting the FSF): Add contact URL.
597 (Emacs Lisp documentation): Printed version not always available.
598 (Installing Texinfo documentation): Explain how by hand installation is
599 not normally needed. Use add-to-list. Remove duplicate reference.
600 (Informational files for Emacs): Move info on Help menu here from
601 "File-name conventions".
602 (Help installing Emacs): Tweak uref.
603 (Obtaining the FAQ): Mention repository.
604 (Origin of the term Emacs): Explain "ITS".
605 (Changing load-path): Use add-to-list.
606 (Automatic indentation): Clarify this is for Text mode.
607 Don't mention Indented Text mode.
608 (Finding Emacs on the Internet): The FSF does not seem to offer a
609 deluxe distribution on CD anymore.
610
b59a8457
GM
6112009-06-16 Glenn Morris <rgm@gnu.org>
612
613 * faq.texi (Top): Mention which Emacs version this FAQ is about.
614 Recommend the latest release. Mention how to get older FAQs.
615 Recommend the Emacs manual.
616 (Guidelines for newsgroup postings): Discourage cross-posts.
617 (Underlining paragraphs): Remove.
618 (Editing MS-DOS files): Remove pre-Emacs 20 information.
619 (Bugs and problems): Update key-binding.
620 (Problems with very large files): Mention 64-bit.
621 (Shell process exits abnormally): Remove.
622 (Problems with Shell Mode): Rename and update.
623 (Spontaneous entry into isearch-mode)
624 (Problems talking to certain hosts): Remove. This is old information,
625 in etc/PROBLEMS if needed.
626 (Emacs takes a long time to visit files, Updating Emacs): Remove.
627 (Dired claims that no file is on this line): Update.
628 (Installing Emacs, Problems building Emacs): Simplify.
629 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
630 information.
631 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
632 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
633 (JDEE): "JDEE", not "JDE".
634 (Handling C-s and C-q with flow control, Binding C-s and C-q):
635 Remove. This is old information, in etc/PROBLEMS if needed.
636 (stty and Backspace key, Kanji and Chinese characters): Remove.
637 (Right-to-left alphabets): Update section.
638 (Changing the included text prefix): Gnus uses message-yank-prefix.
639 Add cross-reference to Supercite manual.
640 (Saving a copy of outgoing mail): Simplify output file description.
641 (Expanding aliases when sending mail): Refer to Emacs manual.
642 Remove old info about RFC822.
643 Correct description of how to rebuild aliases.
644 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
645 (MIME with Emacs mail packages)
646 (Viewing articles with embedded underlining)
647 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
648 Remove old sections.
649 (Killing based on nonstandard headers): Remove. Scoring is preferable,
650 and is well-documented in the Gnus manual.
651 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
652 (Making Gnus faster): Rename from "Starting Gnus faster".
653 Merge "Catch-up is slow in Gnus" into here.
654
0e6d12ca
GM
6552009-06-14 Glenn Morris <rgm@gnu.org>
656
657 * faq.texi (Status of Emacs): Re-order with most recent releases first.
658 (New in Emacs 23): New section.
659 (Handling C-s and C-q with flow control): Add xref.
660
2e17e05e
GM
6612009-06-13 Glenn Morris <rgm@gnu.org>
662
663 * faq.texi (Setting up a customization file): Grammar fix.
664 Customize is no longer "new".
665 (Displaying the current line or column): Line-number mode is on by
666 default. Don't mention `column' package. Mention linum.el.
667 (Turning on abbrevs by default): Explain how to do it for buffers,
668 modes, and everywhere.
669 (Associating modes with files): Use add-to-list. Don't mention Emacs
670 19.
671 (Highlighting a region): On by default since 23.1.
672 (Replacing highlighted text): Update doc quote.
673 (Working with unprintable characters): Don't mention search-quote-char.
674 (Using an already running Emacs process): Gnuclient is probably not an
675 enhancement these days.
676 (Indenting switch statements): Remove mention of pre-Emacs 20.
677 (Horizontal scrolling): Abbreviate Emacs 20 description.
678 (Replacing text across multiple files): Fix name of dired command.
679 (Disabling backups): Use require not load.
4f9d4de3 680 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 681
2a1cf2b9
BW
6822009-06-13 Bill Wohler <wohler@newt.com>
683
684 Release MH-E manual version 8.2.
685
686 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
687 release 8.2.
688
85b438b7
GM
6892009-06-13 Glenn Morris <rgm@gnu.org>
690
691 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
692 in this day and age the common meaning is "on the web".
693 (copying): Use @copyright in all cases.
694 (Basic keys): Remove reference to deleted manual node "Text Characters".
695 (File-name conventions): Use GNU as an example rather than SERVICE.
696 default.el lives in site-lisp. Update Info directory location.
697 (Real meaning of copyleft): GPL actions have been brought, but all
698 settled out of court.
699 (Guidelines for newsgroup postings): Shorten section title.
700 Simplify comp.emacs description.
701 (Newsgroup archives): Change Google URL. Describe Gmane.
702 (Unsubscribing from Emacs lists): Remove discussion of "distribution
703 points". Mention List-Unsubscribe header.
704 (Contacting the FSF): Update email and URLs.
705 (Basic editing): Mention F1 for help.
706 (Installing Texinfo documentation): Refer to Texinfo website rather
707 than ftp server.
708 (Printing a Texinfo file): Mention texi2pdf.
709 (Informational files for Emacs): Don't describe FTP or SERVICE, they
710 are just stubs nowadays.
711 (Latest version of Emacs): Explain version numbers.
712 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
713 (Turning on syntax highlighting): No need to mention hilit19 any more.
714 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
715 (Modes for various languages): Remove section.
716 (Major packages and programs): Remove most version and maintainer
717 information - it's hard to keep up-to-date, and adds nothing.
718 Similarly with direct links to mailing lists.
719 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
720 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
721 years, and Emacs comes with tools for this now.
722 (Patch): Remove section - this is a standard tool.
723 (Using function keys under X): Remove section.
724
93e2d996
GM
7252009-06-12 Glenn Morris <rgm@gnu.org>
726
727 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
728 (Help installing Emacs): Remove reference to deleted X11 node.
729 (Associating modes with files): Interpreter-mode-alist is no longer
730 subservient to auto-mode-alist.
731 (Installing Emacs): Change future Emacs version.
732 (Linking with -lX11 fails): Remove old section.
733 (Packages that do not come with Emacs): Update ELL location.
734 Emacs Lisp archive is dead.
735 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
736 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
737 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
738 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
739 (Removing flashing messages): Remove section about non-existent Gnus
740 option.
741
f0bf7708
GM
742 * faq.texi (Top): Add @top command.
743 Remove the optional arguments from all @node commands: makeinfo can
744 generate these automatically, and it is easier to edit and rearrange
745 nodes without them.
746
30884d11
GM
7472009-06-11 Glenn Morris <rgm@gnu.org>
748
749 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
750 (The LPF): Make the updated URL the sole reference point.
751 (Learning how to do something): Update refcard price and format.
752 (Getting a printed manual): Sources in doc/emacs/, not man/.
753 Also available in PDF format. Since the page count varies, be less
754 precise.
755 (Informational files for Emacs): Remove references to deleted files
756 LPF and SUN-SUPPORT, and to UUCP.
757 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
758 Remove many obsolete ways to get the FAQ, which now seems only to be
759 distributed with Emacs.
760 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
761
deab46e0
CY
7622009-06-09 Chong Yidong <cyd@stupidchicken.com>
763
223b43fa 764 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 765 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 766
deab46e0
CY
767 * ada-mode.texi (Installation, Compile commands)
768 (Project File Overview, No project files, Set compiler options)
769 (Use GNAT project file, Use multiple GNAT project files)
770 (Identifier completion): Use @samp for menu items, and @kbd for key
771 sequences (Bug#3504).
772
71fbd643
DU
7732009-06-04 Daiki Ueno <ueno@unixuser.org>
774
8c9bb6f5 775 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 776
f197085b
CY
7772009-06-04 Ryan Yeske <rcyeske@gmail.com>
778
779 * message.texi (Header Commands): Fix descriptions to match
780 keybindings.
781
7f3bc720
DU
7822009-04-22 Daiki Ueno <ueno@unixuser.org>
783
784 * gnus.texi (Security): Mention that EasyPG is the current default.
785
4518068d
CY
7862009-04-13 Chong Yidong <cyd@stupidchicken.com>
787
788 * ediff.texi (Session Commands): Fix typo.
789
d7ca410a
MB
7902009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
791
792 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
793 news.software.readers. Reported by Florian Rehnisch.
794
c6c76add
GM
7952009-04-02 Glenn Morris <rgm@gnu.org>
796
797 * auth.texi: Capitalize direntry.
798
799 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
800 using a period in the entry name. (Bug#2797)
801
35ed8e2e
JB
8022009-03-03 Juanma Barranquero <lekktu@gmail.com>
803
804 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
805 ($(infodir)/auth, auth.dvi): New targets.
806
e280480a
GM
8072009-03-03 Glenn Morris <rgm@gnu.org>
808
809 * auth.texi: Fix @setfilename.
810
811 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
812 (auth, $(infodir)/auth, auth.dvi): New rules.
813
8a76755b
GM
8142009-02-25 Glenn Morris <rgm@gnu.org>
815
816 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
817
0038d478
MB
8182009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
819
820 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
821
8222009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
823
824 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
825 gnus-nocem-issuers, and gnus-nocem-verifyer.
826
867d4bb3
JB
8272009-02-20 Juanma Barranquero <lekktu@gmail.com>
828
829 * ada-mode.texi (Project files, Automatic Casing):
830 * dbus.texi (Signals):
831 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
832 * mh-e.texi (HTML):
833 * nxml-mode.texi (Locating a schema)
834 (Using the document's URI to locate a schema):
835 * org.texi (Footnotes, Using the mapping API):
836 * rcirc.texi (Channels): Remove duplicate words.
837
3a44dc1f
GM
8382009-02-20 Glenn Morris <rgm@gnu.org>
839
840 * dired-x.texi (Miscellaneous Commands):
841 * gnus.texi: Minor updates for mbox Rmail.
842
5dc584b5
KB
8432009-02-16 Karl Berry <karl@gnu.org>
844
b59a8457
GM
845 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
846 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
847 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
848 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
849 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
850 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
851 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
852 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
853 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
854 Consistently use @insertcopying in the Top node,
5dc584b5 855 @contents at the front (after @end titlepage),
b59a8457 856 and @direntry after @copying. (Bug#1988)
5dc584b5 857
9eb59592
MB
8582009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
859
860 * auth.texi: New file documenting auth-source.
861
d324fa76
CD
8622009-02-13 Carsten Dominik <dominik@science.uva.nl>
863
864 * org.texi (Org Plot): Fix link.
865
7a603b73
DU
8662009-02-09 Daiki Ueno <ueno@unixuser.org>
867
868 * epa.texi (Mail-mode integration): Mention the way to do
869 "encrypt-to-self". (Bug#1807)
870
a626b338 8712009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
872
873 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
874
3b36c17e
MB
8752009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
876
877 * gnus-news.texi: Print version about Incoming*.
878
55033558
CD
8792009-02-02 Carsten Dominik <dominik@science.uva.nl>
880
881 * org.texi (Structure editing, Handling links)
882 (Fast access to TODO states, Javascript support): Make standard docs
883 correctly reflect default variable settings.
884
ec712abb
GM
8852009-02-02 Glenn Morris <rgm@gnu.org>
886
887 * org.texi: Fix typos.
888
7112648c
MA
8892009-02-01 Michael Albinus <michael.albinus@gmx.de>
890
891 Sync with Tramp 2.1.15.
892
893 * trampver.texi: Update release number.
894
2e461fc1
CD
8952009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
896
897 * org.texi (TODO dependencies): Document TODO dependencies on
898 checkboxes.
899
bc283609
CD
9002009-01-30 Carsten Dominik <dominik@science.uva.nl>
901
902 * org.texi (TODO dependencies): Document key binding for toggling
903 ORDERED property.
904
74fc5047
MA
9052009-01-28 Michael Albinus <michael.albinus@gmx.de>
906
907 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
908 of hook functions.
909
d6685abc
CD
9102009-01-28 Carsten Dominik <dominik@science.uva.nl>
911
912 * org.texi (TODO dependencies): New section.
913
65c439fd
CD
9142009-01-27 Carsten Dominik <dominik@science.uva.nl>
915
916 * org.texi (Plain lists, TODO basics, Priorities)
917 (Multiple sets in one file, Conflicts): Document interaction with
918 `shift-selection-mode'.
919
5fafc247
JB
9202009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
921
922 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
923 Make Calc the subject of sentences.
924 (Rearranging Formulas using Selections): Discuss new options
925 for `j *'.
926
e7433508
MA
9272009-01-26 Michael Albinus <michael.albinus@gmx.de>
928
929 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
930
2096a1b6
GM
9312009-01-26 Glenn Morris <rgm@gnu.org>
932
933 * org.texi: Fix typos.
934
0cb61492
BW
9352009-01-26 Bill Wohler <wohler@newt.com>
936
2096a1b6 937 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 938
0bd48b37
CD
9392009-01-25 Carsten Dominik <dominik@science.uva.nl>
940
941 * org.texi (References): Add information about remote references.
942 (Built-in table editor): Document `C-c RET' in tables.
943 (Math symbols, Quoting LaTeX code): Mention that simple
944 LaTeX macros survive LaTeX export.
945 (Images in LaTeX export): Show how to create a reference to a
946 figure.
947 (Sectioning structure): Document that the LaTeX class can be
948 specified in a property.
949 (Text areas in HTML export): New section.
950 (External links): Add examples for text search and ID links.
951 (Built-in table editor): Remove the descriptio of `C-c
952 C-q', it not longer works.
953 (Literal examples): Document that a space must follow
954 the colon in short examples.
955 (Relative timer): Document `org-timer-stop'.
956 (Footnotes): New section.
957 (Footnote markup): Shorten section and refer to new Footnote
958 section.
959 (Literal examples): Add documentation for line
960 numbering in and references to code examples.
961 (CSS support): Fix the description of default CSS styles.
962 (Capturing column view): Document
963 "file:path/to/file.org" as an allowed value for the ID property of
964 a dynamic block copying column view.
965
49dbbaf2
SE
9662009-01-23 Stephen Eglen <stephen@gnu.org>
967
968 * mh-e.texi (Getting Started): Describe $MH.
969
193e6828
MA
9702009-01-21 Michael Albinus <michael.albinus@gmx.de>
971
972 * tramp.texi (all): Harmonize usage of "external method",
973 "external transfer method" and "out-of-band method".
974 (Connection types): Precise the differences of inline and external
975 methods. Written by Adrian Phillips <a.phillips@met.no>.
976
26b9f88d
MB
9772009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
978
979 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
980 commands as described at the top. Reported by Allan Gottlieb
981 <gottlieb@nyu.edu>.
982
9832009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
984
985 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
986 nnmail-pathname-coding-system.
987
377952e0
GM
9882009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
989
990 * org.texi (Relative timer): Fix typo.
991
a20d3598
JB
9922009-01-15 Juanma Barranquero <lekktu@gmail.com>
993
994 * org.texi (Clocking work time): Fix typo.
98a1e0f5 995 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 996
a50253cc
GM
9972009-01-13 Glenn Morris <rgm@gnu.org>
998
999 * org.texi: Fix some more typos.
1000
07450bee
GM
10012009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
1002
1003 * org.texi: Fix some typos.
1004
e3e955fe
MB
10052009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1006
1007 * gnus.texi (Group Parameters): Add note for local variables.
1008
10092009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * gnus.texi (Converting Kill Files): Fix URL. Include
1012 gnus-kill-to-score.el in contrib directory.
1013
10142009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1015
1016 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
1017 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
1018 (Paging the Article): Add index entry.
1019
71dd9983
JB
10202009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
1021
1022 * ada-mode.texi (Examples): Delete redundant text.
1023
4a0cf14f
MA
10242009-01-03 Michael Albinus <michael.albinus@gmx.de>
1025
36c8febb 1026 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
1027
1028 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
1029 addresses.
1030
aedac0f0
BW
10312009-01-03 Bill Wohler <wohler@newt.com>
1032
1033 * mh-e.texi (Scan Line Formats): Indicate that first column should be
1034 kept empty.
1035
4c65b566
CD
10362008-12-20 Carsten Dominik <dominik@science.uva.nl>
1037
1038 * org.texi (Activation, Exporting, ASCII export, HTML export)
1039 (HTML Export commands, LaTeX/PDF export commands): Improve
1040 documentation about transient-mark-mode.
1041 (References): DOcuemtn the use of special names like $LR1 to reference
1042 to fields in the last table row.
1043
e1a78e1e
JL
10442008-12-19 Juri Linkov <juri@jurta.org>
1045
1046 * info.texi (Search Text): Remove mention of removed key binding M-s.
1047
17a0aa82
CD
10482008-12-18 Carsten Dominik <dominik@science.uva.nl>
1049
1050 * org.texi (References): Remove mentioning of @0 as reference for the
1051 last line, this has been reverted in the Lisp sources.
1052
4997d802
JB
10532008-12-17 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
1056 (DVI_TARGETS): Remove duplicates. Add sasl.
1057 ($(infodir)/sasl, sasl.dvi): New targets.
1058
33306645
CD
10592008-12-17 Carsten Dominik <dominik@science.uva.nl>
1060
1061 * org.texi: Version number pushed to 6.15d.
1062
db55f368
CD
10632008-12-16 Carsten Dominik <dominik@science.uva.nl>
1064
a0bf4117 1065 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
1066 (Images in LaTeX export): New section.
1067 (Inlined images, Images in HTML export): Sections renamed.
1068
dae0a942
MB
10692008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1070
1071 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
1072
9f5572e9
MB
10732008-12-04 David Engster <dengste@eml.cc>
1074
1075 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 1076 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 1077
bc23baaa
CD
10782008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
1079
1080 * org.texi (Using the mapping API): Fix bug in mapping example.
1081 (Publishing options): Make the list of properties complete again, in
1082 correspondence to the variable `org-export-plist-vars'.
1083 (Property searches): Document new special values for time comparisons.
1084 (Tag inheritance): Refine the description of tag inheritance.
1085 (Project alist): Add info about the publishing sequence of components.
a0bf4117 1086 (Effort estimates): Document the new relative timer.
bc23baaa 1087
3bf8054f
JB
10882008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
1089
1090 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
1091 (Using Calc): Clarify use of `C-x * o'.
1092 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
1093
ac134f2f
RS
10942008-11-28 Richard M Stallman <rms@gnu.org>
1095
1096 * dbus.texi (Receiving Method Calls): Clean up previous change.
1097
ace706d1
MA
10982008-11-26 Michael Albinus <michael.albinus@gmx.de>
1099
1100 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
1101 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
1102 `dbus-unescape-from-identifier'.
1103 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 1104 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
1105 (Signals): Use the constants in the example.
1106
d60b1ba1
CD
11072008-11-24 Carsten Dominik <dominik@science.uva.nl>
1108
b97439ce 1109 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 1110
ce4fdcb9
CD
11112008-11-23 Carsten Dominik <dominik@science.uva.nl>
1112
1113 * org.texi (Setting up Remember): Document `org-remember-mode'.
1114 (External links): Document that bbdb links can use a regular
1115 expression.
1116 (External links): Document that elisp links can contain interactive
1117 commands.
1118
c8548a00 11192008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
1120
1121 * viper.texi (viper-translate-all-ESC-keysequences):
1122 Description removed.
1123
6a2c4aec
GM
11242008-11-19 Glenn Morris <rgm@gnu.org>
1125
1126 * doclicense.texi: Change to FDL 1.3.
1127 Relicense all texi files under FDL 1.3 or later.
1128
59ee4113
JB
11292008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1130
1131 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
1132
59bcbb98 11332008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a
JB
1134
1135 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Removed.
2198eaa5
JB
1136
1137 * ediff.texi: Version/date change.
9f90198a 1138
8aa41c9b
CY
11392008-11-14 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
1142
17587b1b
JB
11432008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
1144
1145 * calc.texi (About This Manual): Comment out a mention of
1146 marginal notes.
1147
564c900e
CD
11482008-11-12 Carsten Dominik <dominik@science.uva.nl>
1149
1150 * org.texi (Clocking work time): Document the :formula property of
1151 clock tables.
1152 (Structure editing, Refiling notes): Document refiling regions.
1153 (Agenda commands): Document the double-prefix version
1154 of the `l' command in the agenda.
1155 (Handling links): Explain the effect of a double prefix
1156 arg to `C-c C-o'.
1157 (TODO basics): Add documentation for tag triggers.
1158
3c4be1f2
GM
11592008-10-23 Glenn Morris <rgm@gnu.org>
1160
1161 * cl.texi (Function Bindings): Mention `flet' fails to deal with
1162 byte-compiling things like `+'.
1163
1164 * ns-emacs.texi: Merge copyright years of author now with assignment
1165 into FSF years.
1166 (VER): Use it for easier automatic updating. Use Emacs version rather
1167 than standalone Emacs.app version.
1168
a6520ff3
CD
11692008-10-12 Carsten Dominik <dominik@science.uva.nl>
1170
864c9740 1171 * org.texi: Lots of minor fixes.
a6520ff3
CD
1172 (Capture): New chapter.
1173 (Org Plot): New section.
1174
db7a4b66
MH
11752008-09-30 Magnus Henoch <mange@freemail.hu>
1176
1177 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
1178
4043c194
JB
11792008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
1180
1181 * calc.texi (User Defined Units): Mention how to enter optional display
1182 string.
1183
eef5ade7
MB
11842008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1185
1186 * message.texi (Sending Variables): Fixed variable documentation to
1187 avoid the "y/n" wording.
1188
e52cac88
MB
11892008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
1190
1191 * message.texi (Sending Variables): Added `message-confirm-send' doc.
1192
11932008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1194
1195 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
1196 @enumerate section so as to be able to be formatted with MAKEINFO=no.
1197
00c55306
BW
11982008-09-22 Bill Wohler <wohler@newt.com>
1199
1200 Release MH-E manual version 8.1.
1201
1202 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1203 release 8.1.
1204
1205 * mh-e.texi: Retain dual license as agreed to by the FSF.
1206 However, bump GPL to Version 3.
1207 Use @include for license text.
1208
e52cac88 12092008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
1210
1211 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
1212 (Store custom flags and keywords, Store arbitrary data):
1213 Clean up markup.
64763fe3
MB
1214
12152008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
1216
1217 * gnus.texi (The Gnus Registry): Document it.
1218
9e601b8d
MB
12192008-09-08 David Engster <dengste@eml.cc>
1220
88ee5b02
JB
1221 * gnus.texi (nnmairix): Point out that nnml uses MH format.
1222 Clarify section about choosing back end servers.
9e601b8d 1223
247043f1
GM
12242008-08-23 Glenn Morris <rgm@gnu.org>
1225
1226 * dired-x.texi (Shell Command Guessing):
1227 Mention dired-guess-shell-case-fold-search. (Bug#417)
1228
2bfec7a0
MA
12292008-08-22 Michael Albinus <michael.albinus@gmx.de>
1230
1231 * trampver.texi: Update release number.
1232
247043f1 12332008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
1234
1235 * ns-emacs.texi: Update version.
1236 (Introduction): Correct menu location for options save.
1237 (Customization): Note that defaults are stored under org.gnu.Emacs.
1238
8c20bd92
BW
12392008-08-11 Bill Wohler <wohler@newt.com>
1240
1241 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
1242 explicit about GNU mailutils MH elsewhere (with thanks to Darel
1243 Henman) (closes SF #1768928).
1244
767a4d92
GM
12452008-08-10 Glenn Morris <rgm@gnu.org>
1246
1247 * ns-emacs.texi: Use @copying. Change copyright of authors with
1248 assignment to FSF. Change license to GFDL.
1249 (Top): Remove outdated references.
1250
6ecfe5c2
MB
12512008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
1252
88ee5b02
JB
1253 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
1254 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
1255 gnus-summary-sort-by-most-recent-date.
1256 (Summary Sorting): Explain prefix argument.
1257
12582008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
1261 gnus-summary-pipe-output.
1262
eb932e8a
MA
12632008-08-03 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * dbus.texi (Receiving Method Calls): Document error handling of own
1266 D-Bus methods.
1267
bfe16263
BW
12682008-08-01 Bill Wohler <wohler@newt.com>
1269
1270 * mh-e.texi (Reading Mail)
9f90198a 1271 (Viewing Attachments): Describe new function
bfe16263
BW
1272 mh-show-preferred-alternative.
1273 (Sending Mail, Redistributing, Sending Message): Describe new hook
1274 mh-annotate-msg-hook.
1275
21956b56
MA
12762008-07-31 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * dbus.texi (Arguments and Signatures): Fix example.
1279 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
1280 (Asynchronous Methods): New node.
9f90198a
JB
1281 (Errors and Events): Describe extended layout of `dbus-event'.
1282 New defun `dbus-event-message-type'.
21956b56 1283
7c2fb837
DN
12842008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1285
1286 * ediff.texi: Remove VMS support.
1287
13662773
JB
12882008-07-29 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
1291 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
1292
ddde0b34
CY
12932008-07-29 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * Makefile.in: Add mairix-el targets.
1296
12972008-07-29 David Engster <deng@randomsample.de>
1298
1299 * mairix-el.texi: New file.
1300
d5875b25
JB
13012008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
1302
366b7d44
JB
1303 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
1304 project files. Delete 'main_unit' project variable; not needed. Allow
1305 process environment variables wherever project variables are allowed.
1306 Add tutorial section on multiple GNAT project files.
d5875b25 1307
6cbab8ee
MA
13082008-07-27 Michael Albinus <michael.albinus@gmx.de>
1309
1310 Sync with Tramp 2.1.14.
1311
1312 * trampver.texi: Update release number.
1313
9e2a2647
DN
13142008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1315
1316 * ns-emacs.texi:
1317 * faq.texi: Remove mentions of Mac Carbon.
1318
d62672f3
MB
13192008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * gnus.texi (Saving Articles): Describe the 2nd argument of
1322 gnus-summary-save-in-pipe.
1323 (SpamAssassin): Use it.
1324
13252008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
1326
1327 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
1328
dd12e1c6
CD
13292008-07-25 Carsten Dominik <dominik@science.uva.nl>
1330
1331 * org.texi (Export options): Document the use of the creator flag.
1332
44ce9197
CD
13332008-07-24 Carsten Dominik <dominik@science.uva.nl>
1334
1335 * org.texi: New version 6.06a.
1336
ddd13c5d
JB
13372008-07-23 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
1340 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
1341
8dc6104d
JB
13422008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
1343
1344 * calc.texi (Editing Stack Entries):
1345 (Algebraic Entry): Rewrite introductory sentences so it can be used by
1346 Calc's help functions. Mention fixing typos.
1347 (Customizing Calc): Fix typo.
1348
13492008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
1350
1351 * calc.texi (summarykey): New macro. Use to correctly format keys in
1352 the summary.
1353
ddd13c5d 13542008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
1355
1356 * ns-emacs.texi (Customization): Corrected documentation on color
1357 specification formats.
1358
568beaa2
AS
13592008-07-19 Andreas Schwab <schwab@suse.de>
1360
db8ef699 1361 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
1362
1363 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
1364 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
1365
cd71b9ae
MA
13662008-07-18 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * dbus.texi (Inspection): Rework, introduce submenus.
1369 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
1370 (Properties and Annotations, Arguments and Signatures): New nodes.
1371
9b7993b4
MA
13722008-07-13 Michael Albinus <michael.albinus@gmx.de>
1373
1374 * dbus.texi (Receiving Method Calls): Fix description of
1375 `dbus-register-method'.
1376 (Signals): Allow also signal arguments for filtering in
1377 `dbus-register-signal'.
1378
241d447b
JB
13792008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
1380
1381 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
1382 `cnorm'.
1383 (Arithmetic Tutorial): Simplify the verification of prime factors.
1384
adb46650
MB
13852008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1386
1387 * gnus.texi (Saving Articles): Mention
1388 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
1389
92e15881
JB
13902008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
1391
1392 * calc.texi: Adjust mode line throughout.
1393
ea597303
JB
13942008-06-28 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * sasl.texi (Mechanisms): Fix typos.
1397
aee08080
JB
13982008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
1399
1400 * calc.texi (Killing from the stack): Mention using normal Emacs
1401 copying.
1402
a06a4a12
MA
14032008-06-21 Michael Albinus <michael.albinus@gmx.de>
1404
ea597303
JB
1405 * tramp.texi (Password handling): Renamed from "Password caching".
1406 Add `auth-source' mechanism.
a06a4a12
MA
1407 (Connection caching): Tramp reopens the connection automatically,
1408 when the operating system on the remote host has been changed.
1409
7389398d
EZ
14102008-06-20 Eli Zaretskii <eliz@gnu.org>
1411
1412 * makefile.w32-in (distclean): Remove makefile.
1413
b349f79f
CD
14142008-06-17 Carsten Dominik <dominik@science.uva.nl>
1415
3f9b4c2b 1416 * org.texi (Using the mapping API): New section.
b349f79f 1417 (Agenda column view): New section.
3f9b4c2b 1418 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 1419 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 1420 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
1421
14222008-06-17 Jason Riedy <jason@acm.org>
1423
1424 * org.texi (A LaTeX example): Note that fmt may be a one-argument
1425 function, and efmt may be a two-argument function.
1426 (Radio tables): Document multiple destinations.
1427
cd5c05d2
GM
14282008-06-16 Glenn Morris <rgm@gnu.org>
1429
1430 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
1431 Add Cover-Texts.
1432
debf4439
GM
14332008-06-15 Glenn Morris <rgm@gnu.org>
1434
1435 * faq.texi (VER): Update to 23.0.60.
1436
1437 * mh-e.texi: Remove option of licensing under GPL.
1438 Add Cover-Texts to GFDL permissions notice.
1439 (GPL): Remove section.
1440 (GFDL): Include doclicense.texi rather than the actual text.
1441
1442 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
1443 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
1444
1445 * sasl.texi: Fix output file name.
1446
1447 * epa.texi, sasl.texi: Refer to license in Emacs manual.
1448
1449 * gnus-coding.texi: Refer to license in Gnus manual.
1450
1451 * idlwave.texi, sasl.texi: Use @copying.
1452
1453 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
1454
1455 * speedbar.texi: Update Back-Cover Text as per maintain.info.
1456
1457 * url.texi: Use @copying, @title, @subtitle, @author.
1458
1459 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
1460 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
1461 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
1462 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
1463 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
1464 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
1465 * widget.texi, woman.texi:
1466 Remove references to external license, since doclicense is included.
1467
1468 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
1469 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
1470 Remove references to non-existent Invariant Sections.
1471
091f8bc1
GM
14722008-06-14 Glenn Morris <rgm@gnu.org>
1473
1474 * faq.texi (Major packages and programs): Remove references to external
1475 Supercite, Calc, VIPER, since they have been included for some time.
1476 Update VM, AUCTeX, BBDB entries.
1477
47bcb4d3
UJ
14782008-06-14 Ulf Jasper <ulf.jasper@web.de>
1479
1480 * newsticker.texi: Updated to match latest newsticker changes.
1481
6f093307
GM
14822008-06-13 Glenn Morris <rgm@gnu.org>
1483
1484 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
1485 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
1486 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
1487 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
1488 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
1489 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
1490 * woman.texi:
1491 Update Back-Cover Text as per maintain.info.
1492
2b968687
MB
14932008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1494
1495 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
1496
1497 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
1498 (gnus-faq.xml): Update repository host.
1499
2b968687
MB
1500 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
1501
15022008-06-15 Frank Schmitt <ich@frank-schmitt.net>
1503
1504 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
1505 Fix a typo.
1506
15072008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
1508
1509 * gnus.texi (Mail Source Customization): Correct values of
1510 `mail-source-delete-incoming'. Reported by Tassilo Horn.
1511 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
1512
15132008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1514
1515 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
1516 coding standards.
1517
15182008-06-14 David Engster <dengste@eml.cc>
1519
1520 * gnus.texi (nnmairix): Markup fixes.
1521
e6d2d263
MB
15222008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1523
2b968687 1524 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
1525
15262008-06-05 David Engster <dengste@eml.cc>
1527
1528 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
1529
15302008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
1531
b344d29d 1532 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
1533 (Searching, nnir, nnmairix): New stub nodes.
1534
ad231df6 15352008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
1536
1537 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
1538
f394fa25
MB
15392008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1540
1541 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
1542
58333467
MB
15432008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1544
1545 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
1546
67525fb9
JY
15472008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
1548
1549 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
1550
0549d8fc
JB
15512008-05-06 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * info.texi (Top): Fix typo in xref.
1554
149a3837
KB
15552008-05-05 Karl Berry <karl@gnu.org>
1556
1557 * info.texi (Top): @xref to stand-alone manual.
1558
3a23a519
MB
15592008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1560
1561 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
1562 (Various Summary Stuff): Fix typo in last xref.
1563
0a29fbf3
JB
15642008-05-02 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * org.texi (Moving subtrees): Fix typo.
1567
586b90f1
MA
15682008-04-28 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * tramp.texi (Frequently Asked Questions): Explain, how to disable
1571 Tramp via `tramp-mode'.
1572
b5af9883
CD
15732008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
1574
1575 * org.texi: Massive changes, in many parts of the file.
1576
d55fe5bb
MB
15772008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1578
1579 * gnus.texi (Oort Gnus): Add message-fill-column.
1580
15812008-04-12 Adrian Aichner <adrian@xemacs.org>
1582
1583 * gnus.texi (Mail Source Specifiers): Typo fix.
1584
15852008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1586
1587 * gnus.texi (Diary Headers Generation): Update key binding for
1588 `gnus-diary-check-message'.
1589
15902008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1591
1592 * gnus.texi (Emacsen): Addition.
1593
15942008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1595
1596 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
1597
15982008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1599
1600 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
1601
16022008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
1603
1604 * gnus-news.texi: Update tool bar item.
1605
16062008-04-09 Sven Joachim <svenjoac@gmx.de>
1607
1608 * gnus-news.texi: Fix typos.
1609
76c109c3
JB
16102008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
1611
222027f2 1612 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
1613 Add mention of `kron'.
1614
d5fbd5a6
MO
16152008-04-01 Daiki Ueno <ueno@unixuser.org>
1616
1617 * epa.texi (Encrypting/decrypting *.gpg files): Document
1618 epa-file-name-regexp.
1619
fbcbb58c
KY
16202008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1621
1622 * gnus.texi (Example Methods): Fix description about ssh-agent.
1623 (Indirect Functions): Fix the default value of nntp-telnet-command;
1624 remove link to connect.html.
1625
134ce16c
MA
16262008-03-30 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
1629 dbus-call-method.
1630 (Receiving Method Calls): The timeout can be set by the calling client.
1631
da1975d7
MA
1632 * trampver.texi: Update release number.
1633
2e4089ab
RS
16342008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1635
1636 * gnus.texi (Top): Fix version. Add SASL.
1637
70cab5a9
MA
16382008-03-29 Michael Albinus <michael.albinus@gmx.de>
1639
1640 Sync with Tramp 2.1.13.
1641
1642 * trampver.texi: Update release number.
1643
5bc6ddff
MB
16442008-03-29 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * org.texi: Update to new org-mode website.
1647
16482008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * cl.texi (For Clauses): Fix loop over key-seq to match code.
1651
9b3ebcb6
MB
16522008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1653
1654 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
1655 gnus-read-ephemeral-gmane-group-url,
1656 gnus-read-ephemeral-emacs-bug-group,
1657 gnus-read-ephemeral-debian-bug-group.
1658
16592008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1660
1661 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
1662
1663 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
1664 Add FIXMEs for Bookmarks and gnus-registry-marks.
1665
16662008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1667
1668 * gnus.texi (Smileys): Document `smiley-style'.
1669
16702008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1671
1672 * gnus.texi (Gnus Development): Clarify difference between ding and
1673 gnu.emacs.gnus.
1674 (MIME Commands, Using MIME, RSS): Fix markup.
1675
1676 * gnus-faq.texi ([8.4]): Ditto.
1677
16782008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1679
1680 * gnus.texi (Emacsen): Remove obsolete stuff.
1681
16822008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1683
1684 * gnus.texi (Oort Gnus): Add version info WRT
1685 `mail-source-delete-incoming'.
1686
16872008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * gnus.texi (Top): Add "Other related manuals" and version info in
1690 `iftex' output.
1691 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
1692 gnus-balloon-face-0 and the corresponding format specifiers.
1693
608d6a81
MA
16942008-03-26 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * tramp.texi (Filename completion): Remove footnote about let-bind
1697 of `partial-completion-mode'. It doesn't work this way.
1698
27a6f132
SM
16992008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * pcl-cvs.texi (Contributors): Update my email.
1702
4a7c4c40
MA
17032008-03-21 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
1706
2940c053
BW
17072008-03-17 Bill Wohler <wohler@newt.com>
1708
1709 * mh-e.texi (Viewing): Update URL for adding header fields to
1710 mh-invisible-header-fields-default.
1711
30864d5f
BW
17122008-03-16 Bill Wohler <wohler@newt.com>
1713
1714 * mh-e.texi (Preface): Add Gnus to requirements.
1715 (Forwarding): Note that forwarded MIME messages are now inline.
1716
31fe2b00
SM
17172008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
1720 (Common Variables): Give precedence to the netcat methods over the
1721 telnet methods, and mention that they are more reliable.
31fe2b00 1722
5e97c626
CD
17232008-03-13 Carsten Dominik <dominik@science.uva.nl>
1724
1725 * org.texi (Exporting Agenda Views): Document agenda export to
1726 iCalendar.
1727 (Progress logging): Document the new progress logging stuff.
1728
37a68866
MB
17292008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1730
1731 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
1732 Update for change of `mail-source-delete-incoming'.
1733
1734 * gnus-news.texi: Ditto.
1735
8f7abae3
MB
17362008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1737
1738 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
1739 custom versions.
1740
af379c86
AM
17412008-03-07 Alan Mackenzie <acm@muc.de>
1742
1743 * cc-mode.texi (Limitations and Known Bugs): State that the number of
1744 parens/brackets in a k&r region is limited.
1745
3d0f8a67
MB
17462008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1747
1748 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
1749 using different Emacs versions.
1750
52151df0
GM
17512008-02-27 Glenn Morris <rgm@gnu.org>
1752
1753 * sc.texi: Remove a lot of old and obsolete info.
1754 (titlepage): Simplify.
1755 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
1756 (VM with any Emacsen, GNEWS with any Emacsen)
1757 (Overloading for Non-conforming MUAs, Version 3 Changes)
1758 (The Supercite Mailing List): Delete nodes.
1759 (Introduction): Remove info about old packages.
1760 (Getting Connected): Simplify. Remove info about old packages.
1761 (Citing Commands): Delete Emacs 19 info.
1762 (Hints to MUA Authors): Simplify.
1763 (Thanks and History): Merge in some info from the deleted node
1764 "Version 3 Changes".
1765
b03f96dc
MB
17662008-02-05 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * org.texi (Setting tags, In-buffer settings):
1769 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
1770
52bec650
MB
17712008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1772
1773 * gnus-news.texi: Mention that spaces and tabs are allowed in the
1774 installation directory name.
1775
34a3c587
RF
17762008-02-12 Romain Francoise <romain@orebokech.com>
1777
1778 * epa.texi (Overview): Fix typo.
1779
5a8d03e9
MO
17802008-02-11 Daiki Ueno <ueno@unixuser.org>
1781
1782 * epa.texi (Quick start): Remove the .emacs setting.
1783
f1914c40
MO
17842008-02-10 Daiki Ueno <ueno@unixuser.org>
1785
1786 * epa.texi (Quick start): Use the command `epa-enable' instead of
1787 loading `epa-setup'.
1788
bca98fc9
JB
17892008-02-08 Juanma Barranquero <lekktu@gmail.com>
1790
1791 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
1792 ($(infodir)/epa, epa.dvi): New targets.
1793
4b01af2e
MO
17942008-02-08 Daiki Ueno <ueno@unixuser.org>
1795
1796 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
1797
1798 * epa.texi: New manual documenting the EasyPG Assistant.
1799
06c0751a
MA
18002008-02-06 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
1803 (Inspection): New function dbus-ping.
1804
7dcccd7b
MA
18052008-02-05 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * tramp.texi (Remote processes): Add `shell-command'.
1808
a1da1e37
MB
18092008-01-28 Michael Sperber <sperber@deinprogramm.de>
1810
1811 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
1812 (Group Parameters): Document `mail-source' parameter.
1813
c9d8f746
MA
18142008-01-27 Michael Albinus <michael.albinus@gmx.de>
1815
1816 * tramp.texi (Inline methods): The hostname of the su(do)? methods
1817 must be a local host.
1818
15db4a13
MO
18192008-01-26 Michael Olson <mwolson@gnu.org>
1820
1821 * erc.texi: Update version for ERC 5.3 release.
1822 (Obtaining ERC): Update extras URLs for 5.3.
1823 (Development): Write instructions for git, and remove those for Arch.
1824 (History): Mention the switch to git.
1825
2bc43980
KB
18262008-01-24 Karl Berry <karl@gnu.org>
1827
bca98fc9
JB
1828 * info.texi (Search Index, Search Text): Mention the command
1829 character in the section name, a la the (Go to node) node.
2bc43980 1830
d2e4a6c9
MA
18312008-01-21 Michael Albinus <michael.albinus@gmx.de>
1832
1833 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
1834
0b6799c3
MB
18352008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1836
1837 * gnus-news.texi: Mention gnus-article-describe-bindings.
1838
18392008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1840
1841 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
1842
db9c3fb1 18432008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 1844
7b4d0413 1845 * org.texi (Property inheritance): New section.
db9c3fb1 1846 (Conventions): New section.
7b4d0413 1847 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
1848 commands, and the new bindings for refiling.
1849 (Sparse trees): Document the new special command for sparse trees.
1850 (References): Be more clear about the counting of hilines.
1851 (Handling links): Document M-p/n for accessing links.
1852 (Fast access to TODO states): New section.
1853 (Per file keywords): New section.
1854 (Property inheritance): New section.
1855 (Column attributes): New summary types.
1856 (Capturing Column View): New section.
1857 (The date/time prompt): Cover the new features in the date/time prompt.
1858 Compactify the table of keys for the calendar remote control.
1859 (Clocking work time): Document the new :scope parameter.
1860 (Remember): Promoted to chapter.
1861 (Quoted examples): New section.
1862 (Enhancing text): New verbatim environments.
1863
6ed73f28
MA
18642008-01-14 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * trampver.texi: Update release number.
1867
95838435
MB
18682008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1869
1870 * gnus.texi (Article Keymap): Add
1871 gnus-article-wide-reply-with-original; fix descriptions of
1872 gnus-article-reply-with-original and
1873 gnus-article-followup-with-original.
1874
20234d96
GM
18752008-01-09 Glenn Morris <rgm@gnu.org>
1876
1877 * nxml-mode.texi: Add @copying section.
1878
d82cf70b
MB
18792008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
1880
1881 * message.texi (Mail Variables): Add some text from "(gnus)Posting
1882 Server". Add `message-send-mail-with-mailclient'.
1883
1884 * gnus.texi (Posting Server): Move some text to "(message)Mail
1885 Variables" and add a reference here.
1886
addb7f2e
MA
18872008-01-04 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * dbus.texi (Receiving Method Calls): New chapter.
1890 (Errors and Events): Add serial number to events. Replace "signal" by
1891 "message". Introduce dbus-event-serial-number.
1892
4db2806c
MA
18932008-01-03 Michael Albinus <michael.albinus@gmx.de>
1894
1895 * dbus.texi (Type Conversion): Explain the type specification for empty
1896 arrays. Use another example.
1897
c9ecb5a7
MA
18982007-12-30 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * dbus.texi (all): Replace "..." by @dots{}.
1901 (Type Conversion): Precise the value range for :byte types.
1902 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
1903 Mention its return value.
1904 (Errors and Events): There is no D-Bus error propagation during event
1905 processing.
1906
702dbfd9
JB
19072007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1908
1909 * calc.tex (Yacas Language, Maxima Language, Giac Language):
1910 New sections.
1911
87035689
MB
19122007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
1913
1914 * gnus.texi (Group Parameters): Reorder the text and add a note about
1915 `gnus-parameters' near the beginning of the node.
1916
19172007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
1918
1919 * gnus.texi (Score File Editing): Fix function name.
1920
5492f5ca
MA
19212007-12-23 Michael Albinus <michael.albinus@gmx.de>
1922
1923 Sync with Tramp 2.1.12.
1924
1925 * trampver.texi: Update release number.
1926
d4e67bc5
MA
19272007-12-22 Michael Albinus <michael.albinus@gmx.de>
1928
1929 * dbus.texi (Type Conversion): Correct input parameters mapping.
1930
6a31c819
MA
19312007-12-21 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
1934 (Errors and Events): Mention wrong-type-argument error.
1935
99a3e35f
AS
19362007-12-21 Alex Schroeder <alex@gnu.org>
1937
1938 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 1939 spaces. Fixed some typos.
99a3e35f
AS
1940 (Internet Relay Chat): Explain relay.
1941 (Getting started with rcirc): Change items to reflect prompts.
1942 Add more explanation to rcirc-track-minor-mode and added a comment to
1943 warn future maintainers that this section is a copy.
11ac7c8e 1944 (People): Changed /ignore example.
62b12a24 1945 (Keywords): Not keywords.
99a3e35f 1946
331e4d02
AS
19472007-12-20 Alex Schroeder <alex@gnu.org>
1948
1949 * rcirc.texi (Top): Fighting Information Overload chapter added.
1950 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
1951 (rcirc commands): Moved /ignore command to the new chapter.
1952 (Fighting Information Overload): New chapter documenting /keyword,
1953 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
1954 (Configuration): Document rcirc-server-alist, remove
1955 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 1956
cd71c3ef
MA
19572007-12-16 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * dbus.texi (Signals): Fix example in dbus-register-signal.
1960
bbbe940b
MB
19612007-12-14 Sven Joachim <svenjoac@gmx.de>
1962
1963 * gnus.texi (Score Variables): Fix typo.
1964
0ce574ef
MA
19652007-12-07 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
1968 (Signals): Adapt dbus-send-signal and dbus-register-signal.
1969 (Errors and Events): Adapt dbus-event.
1970
b890d447
MB
19712007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1972
1973 * gnus.texi (Other Files): Add the yenc command.
1974
19752007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
1976
1977 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
1978 since 2004-08-06.
1979
19802007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
1983 on body.
1984
19852007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1986
1987 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
1988 and rfc2047-allow-irregular-q-encoded-words; fix description of
1989 rfc2047-encode-encoded-words.
1990
19912007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1992
1993 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
1994
3728bf03
MO
19952007-12-05 Michael Olson <mwolson@gnu.org>
1996
1997 * remember.texi (Diary): Remove "require" line for remember-diary.el.
1998 Update documentation for `remember-diary-file'.
1999
a4397af9
MA
20002007-12-04 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * dbus.texi (Signals): Precise `dbus-register-signal'.
2003 (Errors and Events): Rework events part, the internal structure of
2004 dbus-event has changed.
2005
1682490c
JB
20062007-12-03 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
2009 ($(infodir)/dbus, dbus.dvi): New targets.
2010
7b13a0f2
MA
20112007-12-03 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
2014 unconditionally.
2015
2016 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
2017 emulation with @print{}.
2018
7ef92bc9
RS
20192007-12-02 Richard Stallman <rms@gnu.org>
2020
2021 * dbus.texi (Overview): Minor cleanup.
2022
22d8ac3a
MA
20232007-12-02 Michael Albinus <michael.albinus@gmx.de>
2024
d3a8e0df
MA
2025 * Makefile.in (INFO_TARGETS): Add dbus.
2026 (DVI_TARGETS): Add dbus.dvi.
2027 (dbus, dbus.dvi): New targets.
2028
22d8ac3a
MA
2029 * dbus.texi: New file.
2030
559764ab
RF
20312007-11-24 Romain Francoise <romain@orebokech.com>
2032
2033 * nxml-mode.texi: Add description in @direntry.
7aa579d9 2034 Fix file name to match @setfilename.
559764ab 2035
ac97a16b
MH
20362007-11-23 Mark A. Hershberger <mah@everybody.org>
2037
2038 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
2039 ($(infodir)/nxml-mode): New rule.
2040
2041 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
2042 ($(infodir)/nxml-mode): New rule.
2043 (clean): Add nxml-mode*.
2044
2045 * nxml-mode.texi: New file with nxml manual.
2046
404cd454
GM
20472007-11-18 Richard Stallman <rms@gnu.org>
2048
2049 * flymake.texi (Example -- Configuring a tool called directly):
2050 Update example.
2051
b048d478
MA
20522007-11-18 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 2055 double-slash behavior. Explain directory contents flushing.
b048d478 2056
346e8469
JB
20572007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2058
2059 * calc.texi (TeX and LaTeX Language Modes): Put in
2060 missing braces.
2061
404cd454
GM
20622007-11-15 Richard Stallman <rms@gnu.org>
2063
2064 * cl.texi (Equality Predicates): Delete `eql'.
2065 (Predicates, Naming Conventions, Top): Delete `eql'.
2066 (Common Lisp Compatibility): Delete `eql'.
2067 (Porting Common Lisp): Delete obsolete backquote info.
2068 Minor clarification about character constants.
2069 (Sequence Basics): Minor clarification.
2070
1f6af58b
JB
20712007-11-15 Juanma Barranquero <lekktu@gmail.com>
2072
dccb744b 2073 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
2074 * tramp.texi (Filename completion): Fix typos.
2075
3bc88bc9
JB
20762007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2077
2078 * calc.texi (Basic commands): Mention the menu.
2079
bc5300d3
MA
20802007-11-12 Michael Albinus <michael.albinus@gmx.de>
2081
2082 * tramp.texi (Connection caching): Tramp flushes connection
2083 properties when remote operating system has been changed.
2084
4d8a28ec
MB
20852007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
2086
2087 * gnus-news.texi: Fix spelling.
2088 `message-insert-formatted-citation-line', not
2089 `message-insert-formated-citation-line'.
2090
404cd454
GM
2091 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
2092
e1176b47
MA
20932007-11-07 Michael Albinus <michael.albinus@gmx.de>
2094
2095 * tramp.texi (Overview): Mention also the PuTTY integration under
2096 Win32. Remove paragraphs about Tramp's experimental status.
2097 (Frequently Asked Questions): Add code example for highlighting the
2098 mode line.
2099
6159985a
MO
21002007-11-03 Michael Olson <mwolson@gnu.org>
2101
2102 * remember.texi: Change mentions of remember-buffer to
2103 remember-finalize throughout.
2104
bec9b2f5
MO
21052007-10-30 Michael Olson <mwolson@gnu.org>
2106
2107 * remember.texi (Copying): Remove.
2108 (Mailbox): Update with non-BBDB instructions.
2109 (Diary, Org): Add.
2110 (Bibliography, Planner Page): Remove.
2111
b6173182
JB
21122007-10-30 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * makefile.w32-in (INFO_TARGETS): Add remember.
2115 (DVI_TARGETS): Add remember.dvi.
2116 ($(infodir)/remember): New rule.
2117 (clean): Add remember*.
2118
15f3eb73
MO
21192007-10-30 Michael Olson <mwolson@gnu.org>
2120
70bdc930
MO
2121 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
2122 ($(infodir)/remember): New rule that builds the Remember Manual.
2123
b6173182
JB
2124 * remember.texi: New file containing the Remember Mode Manual.
2125 Shuffle chapters around after initial import.
7d3f6f1a
MO
2126 (Function Reference): Split Keystrokes into separate chapter.
2127 (Keystrokes): Document C-c C-k.
51d24a12 2128 (Introduction): Fix typographical issue with "---".
15f3eb73 2129
404cd454
GM
21302007-10-29 Richard Stallman <rms@gnu.org>
2131
2132 * widget.texi (Introduction): Delete discussion of implementation
2133 internals.
2134
9bbb9638
MA
21352007-10-29 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * tramp.texi (Connection caching): Host names must be different
2138 when tunneling.
2139
c7ff939a
RS
21402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2141
2142 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
2143 Gnus v5.13.
2144
01c52d31
MB
21452007-10-28 Miles Bader <miles@gnu.org>
2146
2147 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
2148
21492007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2150
2151 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2152
21532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2154
2155 * gnus.texi (Sorting the Summary Buffer): Remove
2156 gnus-article-sort-by-date-reverse.
2157
21582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160 * gnus.texi (Non-ASCII Group Names): New node.
2161 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
2162 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
2163
c8763fb6 21642007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2165
2166 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
2167 clean the output of the program `imap-shell-program'.
2168
21692007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2170
2171 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
2172
21732007-10-28 Tassilo Horn <tassilo@member.fsf.org>
2174
2175 * gnus.texi (Sticky Articles): Documentation for sticky article
2176 buffers.
2177
c8763fb6 21782007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2179
2180 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
2181
21822007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
2185
21862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2187
2188 * gnus.texi (Archived Messages): Document
2189 gnus-update-message-archive-method.
2190
21912007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2192
2193 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
2194
c8763fb6 21952007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2196
2197 * gnus.texi (Group Maneuvering): Document
2198 `gnus-summary-next-group-on-exit'.
2199
22002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2201
2202 * gnus.texi (Really Various Summary Commands): Mention
2203 gnus-auto-select-on-ephemeral-exit.
2204
22052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2206
2207 * gnus.texi, message.texi: Bump version number.
2208
22092007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gnus.texi (Group Line Specification, Misc Group Stuff)
2212 (Server Commands): Parenthesize @pxref{Mail Spool}.
2213
22142007-10-28 Didier Verna <didier@xemacs.org>
2215
2216 New user option: message-signature-directory.
2217 * message.texi (Insertion Variables): Document it.
2218 * gnus.texi (Posting Styles): Ditto.
2219
22202007-10-28 Didier Verna <didier@xemacs.org>
2221
2222 * gnus.texi (Group Line Specification):
2223 * gnus.texi (Misc Group Stuff):
2224 * gnus.texi (Server Commands): Document the group compaction feature.
2225
22262007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2227
2228 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
2229
2230 * message.texi (Various Message Variables): Add message-fill-column.
2231
22322007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus.texi: Untabify.
2235
22362007-10-28 Didier Verna <didier@xemacs.org>
2237
2238 * gnus.texi (Group Parameters): Document the posting-style merging
2239 process in topic-mode.
2240
22412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2242
2243 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
2244
22452007-10-28 Romain Francoise <romain@orebokech.com>
2246
2247 * gnus.texi (Mail Spool): Fix typo.
2248 Update copyright.
2249
22502007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2251
2252 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
2253
22542007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2255
2256 * gnus.texi (Summary Generation Commands):
2257 Add gnus-summary-insert-ticked-articles.
2258
22592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2260
b2abec73
JB
2261 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
2262 to spam-spamassassin-program.
01c52d31
MB
2263
22642007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2265
2266 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
2267
22682007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
2270 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
2271
22722007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * message.texi (Mail Headers): Document `opportunistic'.
2275
22762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2277
2278 * emacs-mime.texi (Encoding Customization): Explain how to set
2279 mm-coding-system-priorities per hierarchy.
2280
22812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2282
2283 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
2284 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
2285
22862007-10-28 Didier Verna <didier@xemacs.org>
2287
2288 * message.texi (Wide Reply): Update documentation of
2289 message-dont-reply-to-names (now allowing a list of regexps).
2290
22912007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
2293 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
2294
22952007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2296
2297 * gnus.texi (SpamAssassin back end): Fix typo.
2298
2299 * sieve.texi (Examples): Fix grammar.
2300
23012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2302
2303 * gnus.texi (Searching for Articles): Document M-S and M-R.
2304 (Limiting): Document / b.
2305
23062007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2307
2308 * gnus.texi (Thread Commands): T M-^.
2309
23102007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2311
2312 * message.texi (Mail Aliases): Document ecomplete.
2313 (Mail Aliases): Fix typo.
2314
23152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2316
2317 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
2318 fix typo.
2319
23202007-10-28 Romain Francoise <romain@orebokech.com>
2321
2322 * gnus.texi (Mail Spool): Grammar fix.
2323
23242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2325
2326 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
2327 string.
2328
23292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2330
2331 * gnus.texi (Group Parameters): Fix description.
2332
23332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2334
b2abec73
JB
2335 * gnus.texi (Gmane Spam Reporting):
2336 Fix spam-report-gmane-use-article-number.
2337 Add spam-report-user-mail-address.
01c52d31
MB
2338
23392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
2342
23432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2344
2345 * gnus.texi (Group Parameters): Add simplified sorting example based on
2346 example for `Sorting the Summary Buffer' from Jari Aalto
2347 <jari.aalto@cante.net>.
2348 (Example Methods): Add example for an indirect connection.
2349
23502007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
2351
2352 * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
2353 (Agent Parameters): Updated parameter names to match code.
2354 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
2355 'gnus-agent-summary-fetch-series'.
2356 (Agent and flags): New section providing a generalized discussion
2357 of flag handling.
2358 (Agent and IMAP): Removed flag discussion.
b2abec73 2359 (Agent Variables): Added 'gnus-agent-synchronize-flags'.
01c52d31
MB
2360
23612007-10-28 Romain Francoise <romain@orebokech.com>
2362
2363 * gnus.texi (Exiting the Summary Buffer): Add new function
2364 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
2365
23662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2367
2368 * gnus.texi (Conformity): Fix typo.
2369 (Customizing Articles): Document `first'.
2370
23712007-10-28 Jari Aalto <jari.aalto@cante.net>
2372
2373 * gnus.texi (Sorting the Summary Buffer):
2374 Add `gnus-thread-sort-by-date-reverse'. Add example
2375 host to different sorting in NNTP and RSS groups.
2376
23772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2378
2379 * message.texi (Insertion): Describe prefix for
2380 message-mark-inserted-region and message-mark-insert-file.
2381
23822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2383
2384 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
2385 LaTeX documents. Describe "text/x-gnus-verbatim".
2386
23872007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2388
b2abec73 2389 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
2390 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
2391 (spam-stat spam filtering, SpamOracle)
2392 (Extending the Spam ELisp package): Removed extra quote symbol for
2393 clarity.
2394
23952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2396
2397 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
2398 gnus-article-delete-part and gnus-article-replace-part.
2399 (Using MIME): Add gnus-mime-replace-part.
2400
24012007-10-28 Romain Francoise <romain@orebokech.com>
2402
2403 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
2404 requires `auto-compression-mode' to be enabled. Add new nnml
2405 variable `nnml-compressed-files-size-threshold'.
2406
24072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2408
2409 * gnus.texi (Sorting the Summary Buffer): Added
2410 gnus-thread-sort-by-recipient.
2411
24122007-10-28 Romain Francoise <romain@orebokech.com>
2413
2414 * message.texi (Insertion Variables): Mention new variable
2415 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
2416 documentation accordingly.
2417
24182007-10-28 Romain Francoise <romain@orebokech.com>
2419
2420 * gnus.texi (To From Newsgroups): Mention new variables
2421 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
2422
24232007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
2426 stuff; gnus-mime-inline-part does the automatic decompression.
2427
24282007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2429
2430 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 2431 "training.ham" should be "training.spam".
01c52d31
MB
2432
24332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2434
2435 * message.texi (Mail Variables): Fix the default value for
2436 message-send-mail-function.
2437
24382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2439
2440 * gnus.texi (Optional Back End Functions): nntp-request-update-info
2441 always returns nil exceptionally.
2442
24432007-10-28 Simon Josefsson <jas@extundo.com>
2444
2445 * gnus.texi (Article Washing): Add libidn URL. Suggested by
2446 Michael Cook <michael@waxrat.com>.
2447
24482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * gnus.texi (Topic Commands): Fix next/previous.
2451
24522007-10-28 Simon Josefsson <jas@extundo.com>
2453
2454 * gnus.texi (Article Washing): Mention `W i'.
2455
c8763fb6 24562007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
2457
2458 * gnus.texi (Group Parameters): Slight extension of sieve
2459 parameter description.
2460
24612007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2462
2463 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
2464 matching score files as well.
2465 (Picons): Describe `gnus-picon-style'.
2466
24672007-10-28 Romain Francoise <romain@orebokech.com>
2468
2469 * message.texi (Message Headers): Mention that headers are hidden
2470 using narrowing, and how to expose them.
2471 Update copyright.
2472
24732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2474
2475 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
2476 `gnus-summary-sort-by-recipient'.
2477
24782007-10-28 Romain Francoise <romain@orebokech.com>
2479
2480 * gnus.texi (NNTP marks): New node.
2481 (NNTP): Move NNTP marks variables to the new node.
2482
24832007-10-28 Jesper Harder <harder@ifa.au.dk>
2484
b2abec73 2485 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
2486
2487 * gnus.texi (MIME Commands, Hashcash): Markup fix.
2488
24892007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2490
b2abec73 2491 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 2492 everywhere for consistency.
b2abec73
JB
2493 (Filtering Spam Using The Spam ELisp Package): Admonish again.
2494 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
01c52d31
MB
2495 Say "regular expression" instead of "regex." Admonish. Pick
2496 other words to sound better (s/so/thus/).
b2abec73 2497 (Spam ELisp Package Filtering of Incoming Mail): Mention
01c52d31
MB
2498 statistical filters. Remove old TODO.
2499 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
2500 New section on sorting and displaying the spam score.
2501 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
2502 backend but an alias to spam-use-BBDB.
2503 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
2504 new backend functionality.
2505
25062007-10-28 Simon Josefsson <jas@extundo.com>
2507
2508 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
2509 nntp-marks-directory, from Romain Francoise
2510 <romain@orebokech.com>.
2511
25122007-10-28 Magnus Henoch <mange@freemail.hu>
2513
2514 * gnus.texi (Hashcash): New default value of
2515 hashcash-default-payment.
2516
25172007-10-28 Simon Josefsson <jas@extundo.com>
2518
2519 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
2520 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
2521
25222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2523
2524 * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
2525
25262007-10-28 Simon Josefsson <jas@extundo.com>
2527
2528 * gnus.texi (documentencoding): Add, to avoid warnings.
2529
25302007-10-28 Simon Josefsson <jas@extundo.com>
2531
2532 * message.texi (Mail Headers): Add.
2533
2534 * gnus.texi (Hashcash): Fix.
2535
25362007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2537
b2abec73 2538 * gnus.texi (Hashcash): Changed location of library, also mention
01c52d31 2539 that payments can be verified and fix the name of the
b2abec73 2540 hashcash-path variable.
01c52d31
MB
2541
25422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2543
b2abec73 2544 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
2545
25462007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
2549
25502007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
2551
2552 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
2553 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
2554 warning about ham processors in spam groups removed.
01c52d31
MB
2555
25562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 2557
b2abec73
JB
2558 * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
2559 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
2560
25612007-10-28 Jesper Harder <harder@ifa.au.dk>
2562
2563 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
2564 (Mailing List): Typo.
2565 (Customizing Articles): Add gnus-treat-ansi-sequences.
2566 (Article Washing): Index.
2567
2568 * message.texi: Use m-dash consistently.
2569
25702007-10-28 Jesper Harder <harder@ifa.au.dk>
2571
2572 * gnus.texi (GroupLens): Remove.
2573
25742007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
2575
2576 * gnus.texi (Outgoing Messages, Agent Variables): Add
2577 gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
2578 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
2579
25802007-10-28 Jesper Harder <harder@ifa.au.dk>
2581
2582 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
2583
25842007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2585
2586 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
2587
2588 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
2589
25902007-10-28 Simon Josefsson <jas@extundo.com>
2591
2592 * gnus.texi (Top): Add SASL.
2593
404cd454
GM
25942007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2595
2596 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2597
25982007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2599
2600 * gnus.texi (Troubleshooting): Adjust Gnus version number.
2601
0edd2970
JB
26022007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2603
2604 * calc.texi (Formulas, Composition Basics): Lower the
2605 precedence of negation.
2606
a9afba20
JY
26072007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2608
2609 * ses.texi (The Basics): Mention how to create a new spreadsheet.
2610 Mention the new three-letter column identifiers.
2611 (More on cell printing): Calculate-cell and truncate-cell are now `c'
2612 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
2613 message when using `c' on an empty default with default printer.
2614 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
2615 renamed to `ses--symbolic-formulas' some time ago.
2616
45b778a6
JB
26172007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
2618
2619 * calc.texi (Default Simplifications, Making Selections)
2620 (Customizing Calc): Clarify associativity of multiplication.
2621
03b5bade
MA
26222007-10-23 Michael Albinus <michael.albinus@gmx.de>
2623
2624 * tramp.texi (Traces and Profiles): Simplify loop over
2625 `trace-function-background'.
2626
e658c8ee
JL
26272007-10-22 Juri Linkov <juri@jurta.org>
2628
2629 * dired-x.texi (Shell Command Guessing): Default values are now
2630 available by typing M-n instead of M-p.
2631
dd753688
MA
26322007-10-21 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
2635 (Password caching): Remove `tramp-clear-passwd'.
2636 It's not a command anymore.
dd753688
MA
2637 (Bug Reports): Add `tramp-bug' to function index.
2638 (Function Index, Variable Index): New nodes.
2639 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
2640
2641 * trampver.texi: Update release number.
2642
4bb49b43
JB
26432007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2644
8b296cdd 2645 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
2646 about integer size into past tense.
2647 (Time Zones): Remove pointer to Calc author's address.
2648 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 2649 and hyperbolic cotangent. Fix typo.
4bb49b43 2650
311dd93f
MA
26512007-10-10 Michael Albinus <michael.albinus@gmx.de>
2652
2653 Sync with Tramp 2.1.11.
2654
2655 * trampver.texi: Update release number.
2656
ea3fc256
MA
26572007-10-06 Michael Albinus <michael.albinus@gmx.de>
2658
2659 * tramp.texi (External packages): New section.
2660
1af74d06
MB
26612007-09-29 Juri Linkov <juri@jurta.org>
2662
2663 * info.texi (Help-Int): Document `L' (`Info-history').
2664
0e2806fa
SM
26652007-09-26 Carsten Dominik <dominik@science.uva.nl>
2666
2667 * org.texi: Change links to webpage and maintained email.
2668 (Remember): Promote to Chapter, significant changes.
2669 (Fast access to TODO states): New section.
2670 (Faces for TODO keywords): New section.
2671 (Export options): Example for #+DATE.
2672 (Progress logging): Section moved.
2673
567b9191
BW
26742007-09-26 Bill Wohler <wohler@newt.com>
2675
2676 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
2677 browse-url-at-mouse.
2678
1af74d06
MB
26792007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
2680
2681 * flymake.texi (Customizable variables): Face names don't end in -face.
2682 Fix flymake-err-line-patterns template.
2683 (Example -- Configuring a tool called directly): Fix init-function.
2684 (Highlighting erroneous lines): Face names don't end in -face.
2685
d60a4e3a 26862007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
2687
2688 * erc.texi (Special-Features): Fix small typo.
2689
7d7a3510
MA
26902007-09-14 Michael Albinus <michael.albinus@gmx.de>
2691
2692 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
2693 and "External transfer methods".
2694
285f0d3a
JB
26952007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
2696
2697 * calc.texi (Predefined Units): Add some history.
2698
526dc846
MO
26992007-09-08 Michael Olson <mwolson@gnu.org>
2700
87e04f16
JB
2701 * erc.texi (Copying): New section included from gpl.texi.
2702 This matches the look of the upstream ERC manual.
526dc846 2703
f10d0e80
JB
27042007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
2705
87e04f16 2706 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
2707 (Random Numbers): Clarify the distribution of `random'.
2708
4009494e
GM
27092007-09-06 Glenn Morris <rgm@gnu.org>
2710
f1fc42aa 2711 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 2712 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
2713 Change all setfilename commands to use ../../info.
2714 * Makefile.in: Move the parts of the old man/Makefile.in that do not
2715 refer to the Emacs manual here.
2716 (infodir): New variable.
2717 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
2718 (cc-mode.texi, faq.texi): Update references to source file locations.
2719 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
2720 do not refer to the Emacs manual here.
2721 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
2722
2723 * Makefile.in: Add `basename' versions of all info targets, for
2724 convenience when rebuilding just one manual.
2725 (../etc/GNU): Delete obsolete target.
2726 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2727 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
2728 *.vrs *.toc here...
2729 (maintainer-clean): ...from here.
4009494e
GM
2730
2731 * makefile.w32-in (../etc/GNU): Delete obsolete target.
2732
2de53ca6
GM
27332007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
2734
2735 * calc.texi (Date Conversions): Clarify definition of
2736 Julian day numbering.
2737 (Date Forms): Clarify definition of Julian day numbering;
2738 add some history.
2739
27402007-08-30 Carsten Dominik <dominik@science.uva.nl>
2741
87e04f16 2742 * org.texi: Version 5.07.
2de53ca6
GM
2743
27442007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
2745
2746 * message.texi (MIME): Replace mml-attach with mml-attach-file.
2747
27482007-08-22 Carsten Dominik <dominik@science.uva.nl>
2749
2750 * org.texi (Adding hyperlink types): New section.
2751 (Embedded LaTeX): Chapter updated because of LaTeX export.
2752 (LaTeX export): New section.
2753 (Using links out): New section.
2754
27552007-08-22 Glenn Morris <rgm@gnu.org>
2756
2757 * faq.texi (Learning how to do something): Refcards now in
2758 etc/refcards/ directory.
2759
27602007-08-22 Michael Albinus <michael.albinus@gmx.de>
2761
2762 * tramp.texi (Remote Programs): Persistency file must be cleared when
2763 changing `tramp-remote-path'.
2764 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
2765 macro.
2766
27672007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
2768
2769 * calc.texi: Move contents to beginning of file.
2770 (Algebraic Entry): Fix the formatting of an example.
2771
27722007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
2773
2774 * calc.texi (Basic Operations on Units): Mention exact versus
2775 inexact conversions.
2776
27772007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
2778
2779 * calc.texi (Basic Operations on Units): Mention default
2780 values for new units.
2781 (Quick Calculator Mode): Mention that binary format will
2782 be displayed.
2783
27842007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
2787
27882007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2789
2790 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
2791
27922007-08-08 Glenn Morris <rgm@gnu.org>
2793
2794 * gnus.texi, sieve.texi: Replace `iff'.
2795
27962007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2797
2798 * calc.texi (Basic Graphics): Mention the graphing of error
2799 forms.
2800 (Graphics Options): Mention how `g s' handles error forms.
2801 (Curve Fitting): Mention plotting the curves.
2802 (Standard Nonlinear Models): Add additional models.
2803 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
2804 (Linear Fits): Correct result.
2805
28062007-08-01 Alan Mackenzie <acm@muc.de>
2807
2808 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
2809 to "--no-site-file".
2810
28112007-07-29 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * tramp.texi (Frequently Asked Questions): Point to mode line
2814 extension in Emacs 23.1.
2815
2816 * trampver.texi: Update release number.
2817
28182007-07-27 Glenn Morris <rgm@gnu.org>
2819
2820 * calc.texi (Copying): Include license text from gpl.texi, rather than
2821 in-line.
2822
28232007-07-25 Glenn Morris <rgm@gnu.org>
2824
2825 * calc.texi (Copying): Replace license with GPLv3.
2826
2827 * Relicense all FSF files to GPLv3 or later.
2828
28292007-07-22 Michael Albinus <michael.albinus@gmx.de>
2830
2831 Sync with Tramp 2.1.10.
2832
2833 * tramp.texi (trampfn): Expand macro implementation in order to handle
2834 empty arguments.
2835 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 2836 occurrences by trampfn.
2de53ca6 2837 (Frequently Asked Questions): Extend example code for host
b2abec73 2838 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
2839 file names to be typed.
2840
2841 * trampver.texi: Update release number.
2842
28432007-07-17 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
2846 section. Reported by <poti@potis.org>.
2847 (Remote processes): Arguments of the program to be debugged are taken
2848 literally.
2849 (Frequently Asked Questions): Simplify recentf example.
2850
28512007-07-14 Karl Berry <karl@gnu.org>
2852
2853 * info.texi (@copying): New Back-Cover Text.
2854
2855 * info.texi (Quitting Info): Move to proper place in source.
2856 (Reported by Benno Schulenberg.)
2857
28582007-07-13 Eli Zaretskii <eliz@gnu.org>
2859
2860 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
2861
2862 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
2863
2864 * emacs-mime.texi: Add @documentencoding directive.
2865
28662007-07-12 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * tramp.texi (Remote processes): Add an anchor to the subsection
2869 "Running a debugger on a remote host".
2870
28712007-07-12 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * tramp.texi (Remote processes): Don't call it "experimental" any
2874 longer. Add subsection about running a debugger on a remote host.
2875
28762007-07-10 Carsten Dominik <dominik@science.uva.nl>
2877
2878 * org.texi (Properties and columns): Chapter rewritten.
2879
28802007-07-08 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * tramp.texi:
2883 * trampver.texi: Migrate to Tramp 2.1.
2884
28852007-07-02 Carsten Dominik <dominik@science.uva.nl>
2886
2887 * org.texi (Properties): New chapter.
2888
28892007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2890
2891 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
2892 Control Panel.
2893
2894 * gnus.texi (Misc Article): Add index entry for
2895 gnus-single-article-buffer.
2896
28972007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
2898
2899 * gnus.texi (Starting Up): Fix typo.
2900
29012007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * gnus.texi (Asynchronous Fetching): Fix typo.
2904
29052007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2906
2907 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
2908 (About This Manual): Remove redundant information.
2909 (Getting Started): Mention author.
2910 (Basic Arithmetic, Customizing Calc): Make description of the
2911 variable `calc-multiplication-has-precedence' match its new effect.
2912
29132007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2914
2915 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
2916 the variable `calc-multiplication-has-precedence'.
2917
29182007-06-19 Carsten Dominik <dominik@science.uva.nl>
2919
2920 * org.texi (Tag): Section swapped with node Timestamps.
2921 (Formula syntax for Lisp): Document new `L' flag.
2922
29232007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
2924
2925 * gnus.texi (Misc Group Stuff, Summary Buffer)
2926 (Server Commands, Article Keymap): Fix typo. s/function/command/.
2927
29282007-06-06 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
2931 * gnus.texi (Article Buttons, Mail Source Customization)
2932 (Sending or Not Sending, Customizing NNDiary):
2933 * message.texi (Message Headers):
2934 * mh-e.texi (HTML): Fix typos.
2935
29362007-06-07 Michael Albinus <michael.albinus@gmx.de>
2937
2938 Sync with Tramp 2.0.56.
2939
2940 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
2941 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
2942
29432007-06-02 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * Version 22.1 released.
2946
29472007-05-26 Michael Olson <mwolson@gnu.org>
2948
2949 * erc.texi (Modules): Fix references to completion modules.
2950
29512007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2952
2953 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
2954
29552007-05-09 Didier Verna <didier@xemacs.org>
2956
2957 * gnus.texi (Email Based Diary): New. Proper documentation for the
2958 nndiary back end and the gnus-diary library.
2959
29602007-05-03 Karl Berry <karl@gnu.org>
2961
2962 * .cvsignore (*.pdf): New entry.
2963
2964 * texinfo.tex: Update from current version for better pdf generation.
2965
29662007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
2967
2968 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
2969
29702007-04-28 Glenn Morris <rgm@gnu.org>
2971
2972 * faq.texi (New in Emacs 22): Restore mention of python.el pending
2973 consideration of legal status.
2974
29752007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
2976
2977 * idlwave.texi: Minor updates for IDLWAVE 6.1.
2978
29792007-04-24 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * faq.texi (New in Emacs 22): python.el removed.
2982
29832007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2984
2985 * calc.texi (Reporting bugs): Update maintainer's address.
2986
29872007-04-22 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
2990
29912007-04-15 Jay Belanger <belanger@truman.edu>
2992
2993 * calc.texi (Title page): Remove the date.
2994 (Basic Arithmetic): Emphasize that / binds less strongly than *.
2995 (The Standard Calc Interface): Change trail title.
2996 (Floats): Mention that when non-decimal floats are entered, only
2997 approximations are stored.
2998 (Copying): Move to the appendices.
2999 (GNU Free Documentation License): Add as an appendix.
3000
30012007-04-15 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
3004 * dired-x.texi, ebrowse.texi, ediff.texi:
3005 * emacs-mime.texi, erc.texi, eshell.texi:
3006 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
3007 * idlwave.texi, message.texi, newsticker.texi, org.texi:
3008 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
3009 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3010 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
3011 * woman.texi: Include GFDL.
3012
3013 * doclicense.texi: Remove node heading, so that it can be included by
3014 other files.
3015
3016 * dired-x.texi: Relicence under GFDL. Remove date from title page.
3017
3018 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
3019 than *.
3020
30212007-04-14 Carsten Dominik <dominik@science.uva.nl>
3022
3023 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
3024 in Calc.
3025
30262007-04-09 Romain Francoise <romain@orebokech.com>
3027
3028 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
3029 Mac OS ports. Make it clear that mouse-1 complements and doesn't
3030 replace mouse-2.
3031
30322007-04-08 Chong Yidong <cyd@stupidchicken.com>
3033
3034 * woman.texi (Word at point, Interface Options): woman-topic-at-point
3035 renamed to woman-use-topic-at-point. Document new behavior.
3036
30372007-04-08 Richard Stallman <rms@gnu.org>
3038
3039 * url.texi: Fix some indexing.
3040 (Disk Caching): Drop discussion of old/other Emacs versions.
3041
30422007-04-07 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * url.texi (Disk Caching): Say Emacs 21 "and later".
3045
3046 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
3047 on Font locking which now mentions JIT lock.
3048
30492007-04-01 Michael Olson <mwolson@gnu.org>
3050
3051 * erc.texi: Update for the ERC 5.2 release.
3052
30532007-03-31 David Kastrup <dak@gnu.org>
3054
3055 * woman.texi (Topic, Interface Options): Explain changes semantics of
3056 woman-manpath in order to consider MANPATH_MAP entries.
3057
30582007-03-31 Eli Zaretskii <eliz@gnu.org>
3059
3060 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
3061
30622007-03-26 Richard Stallman <rms@gnu.org>
3063
3064 * pgg.texi (Caching passphrase): Clean up previous change.
3065
30662007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
3067
3068 * gnus.texi (Setting Process Marks): Fix typo.
3069
30702007-03-25 Romain Francoise <romain@orebokech.com>
3071
3072 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
3073 readability, and include various fixes by Daniel Brockman, Nick Roberts
3074 and Dieter Wilhelm.
3075
30762007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3077
3078 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
3079
3080 * gnus.texi (Mail Source Specifiers): Fix typo.
3081
30822007-03-22 Ralf Angeli <angeli@caeruleus.net>
3083
3084 * reftex.texi (Imprint): Update maintainer information.
3085
30862007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3087
3088 * message.texi (Message Buffers): Update documentation for
3089 message-generate-new-buffers.
3090
30912007-03-15 Daiki Ueno <ueno@unixuser.org>
3092
3093 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
3094
30952007-03-21 Glenn Morris <rgm@gnu.org>
3096
3097 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
3098
30992007-03-19 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * eshell.texi (Known problems): Emacs 21 -> 22.
3102
3103 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
3104
31052007-03-18 Jay Belanger <belanger@truman.edu>
3106
3107 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
3108
31092007-03-12 Glenn Morris <rgm@gnu.org>
3110
3111 * calc.texi (Time Zones): Switch to new North America DST rule.
3112
3113 * calc.texi: Replace "daylight savings" with "daylight
3114 saving" in text throughout.
3115
31162007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3117
3118 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
3119 The variable now uses a list of symbols instead of just a symbol.
3120 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
3121
31222007-03-06 Romain Francoise <romain@orebokech.com>
3123
3124 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
3125 new packages, and mention Gnus update.
3126
31272007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
3130 nntp-open-connection-functions-never-echo-commands.
3131
31322007-02-27 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
3135 problems on the console, and security risk in not using gpg-agent.
3136
31372007-02-25 Carsten Dominik <dominik@science.uva.nl>
3138
3139 * org.texi (The spreadsheet): Renamed from "Table calculations".
3140 Completely reorganized and rewritten.
3141 (CamelCase links): Section removed.
3142 (Repeating items): New section.
3143 (Tracking TODO state changes): New section.
3144 (Agenda views): Chapter reorganized and rewritten.
3145 (HTML export): Section rewritten.
3146 (Tables in arbitrary syntax): New section.
3147 (Summary): Better feature summary.
3148 (Activation): Document problem with cut-and-paste of Lisp code
3149 from PDF files.
3150 (Visibility cycling): Document indirect buffer use.
3151 (Structure editing): Document sorting.
3152 (Remember): Section rewritten.
3153 (Time stamps): Better description of time stamp types.
3154 (Tag searches): Document regular expression search for tags.
3155 (Stuck projects): New section.
3156 (In-buffer settings): New keywords.
3157 (History and Acknowledgments): Updated description.
3158
31592007-02-24 Alan Mackenzie <acm@muc.de>
3160
3161 * cc-mode.texi (Movement Commands): Insert two missing command names.
3162 (Getting Started): Slight wording correction (use conditional).
3163
31642007-02-22 Kim F. Storm <storm@cua.dk>
3165
3166 * widget.texi (User Interface, Basic Types): Document need to put some
3167 text before the %v escape in :format string in editable-field widget.
3168
31692007-02-18 Romain Francoise <romain@orebokech.com>
3170
3171 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
3172 `cvs-mode-quit'.
3173
31742007-02-10 Markus Triska <markus.triska@gmx.at>
3175
3176 * widget.texi (Programming Example): Put constant strings in :format.
3177
31782007-02-07 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * faq.texi (Fullscreen mode on MS-Windows): New node.
3181
31822007-02-04 David Kastrup <dak@gnu.org>
3183
3184 * faq.texi (AUCTeX): Update version number. Should probably be done
3185 for other packages as well.
3186
31872007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3188
3189 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
3190 <tassilo@member.fsf.org>.
3191
31922007-01-27 Eli Zaretskii <eliz@gnu.org>
3193
3194 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
3195 ls-lisp-use-localized-time-format.
3196
31972007-01-20 Markus Triska <markus.triska@gmx.at>
3198
3199 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
3200
32012007-01-13 Michael Olson <mwolson@gnu.org>
3202
3203 * erc.texi (Modules): Mention capab-identify module.
3204
32052007-01-05 Michael Olson <mwolson@gnu.org>
3206
3207 * erc.texi (Getting Started): Update for /RECONNECT command.
3208
32092007-01-04 Richard Stallman <rms@gnu.org>
3210
3211 * ebrowse.texi: Change C-c b to C-c C-m.
3212
32132007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3214
3215 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
3216 variables only in info to avoid redundant entries in the printed
3217 manual.
3218
32192007-01-02 Daiki Ueno <ueno@unixuser.org>
3220
3221 * message.texi (Using PGP/MIME): Document gpg-agent usage.
3222
32232007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
3224
3225 * message.texi (Security): Split into sub-nodes.
3226
32272007-01-01 Alan Mackenzie <acm@muc.de>
3228
3229 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
3230 eval-after-load in Emacs <=21 and a workaround. Document that
3231 trigraphs are not supported.
3232
32332007-01-01 Alan Mackenzie <acm@muc.de>
3234
3235 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
3236 c-context-line-break. When invoked within a string, preserve
3237 whitespace. Add a backslash only when also in a macro.
3238
32392007-01-01 Alan Mackenzie <acm@muc.de>
3240
3241 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
3242
32432007-01-01 Alan Mackenzie <acm@muc.de>
3244
3245 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
3246 are now bound by default to c-\(beginning\|end\)-of-defun by default.
3247
32482007-01-01 Alan Mackenzie <acm@muc.de>
3249
3250 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
3251 "Choosing a Style".
3252
3253 * cc-mode.texi ("Styles"): Add @dfn{style}.
3254
32552006-12-30 Michael Albinus <michael.albinus@gmx.de>
3256
3257 Sync with Tramp 2.0.55.
3258
3259 * trampver.texi: Update release number.
3260
32612006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
3262
3263 * gnus.texi (Customizing Articles): Add index entries for all
3264 gnus-treat-* variables.
3265
c8763fb6 32662006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
3267
3268 * gnus.texi (IMAP): Fix incorrect explanation of
3269 nnimap-search-uids-not-since-is-evil in documentation for
3270 nnimap-expunge-search-string.
3271
32722006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
3273
3274 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
3275 spam-ifile-database.
3276
32772006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3278
3279 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
3280 rebind C-s.
3281
c8763fb6 32822006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
3283
3284 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
3285 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
3286 "expiring mail".
3287 (IMAP): Document nnimap-search-uids-not-since-is-evil and
3288 nnimap-nov-is-evil.
3289
32902006-12-25 Kevin Ryde <user42@zip.com.au>
3291
3292 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
3293 about the key procedure being used heavily.
3294
32952006-12-24 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
3298 to t.
3299 (Prerequisites): Add explanation about gpg-agent.
3300
33012006-12-22 Kevin Ryde <user42@zip.com.au>
3302
3303 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
3304 "sort" instead of "sort*".
3305
33062006-12-19 Richard Stallman <rms@gnu.org>
3307
3308 * calc.texi (History and Acknowledgements): Recognize that Emacs
3309 now does have floating point.
3310
33112006-12-19 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * tramp.texi (External transfer methods): Describe new method `scpc'.
3314
33152006-12-17 Sascha Wilde <wilde@sha-bang.de>
3316
3317 * pgg.texi: Added short note on gpg-agent to the introduction.
3318
33192006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3320
3321 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
3322 also applies to Cc.
3323
33242006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3325
3326 * gnus.texi (X-Face): Clarify. Say which programs are required
3327 on Windows.
3328
33292006-12-08 Michael Olson <mwolson@gnu.org>
3330
3331 * erc.texi (Modules): Remove documentation for list module.
3332
c8763fb6 33332006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
3334
3335 * faq.texi (^M in the shell buffer): Ditto.
3336
33372006-11-20 Michael Olson <mwolson@gnu.org>
3338
3339 * erc.texi: Call this the 5.2 stable pre-release of ERC.
3340
33412006-11-17 Carsten Dominik <dominik@science.uva.nl>
3342
3343 * org.texi: Fix typos.
3344 (Agenda commands): Document `C-k'.
3345
33462006-11-16 Eli Zaretskii <eliz@gnu.org>
3347
3348 * url.texi (http/https): Fix a typo in the HTTP URL.
3349
33502006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3351
3352 * ada-mode.texi: Total rewrite.
3353
33542006-11-13 Carsten Dominik <dominik@science.uva.nl>
3355
3356 * org.texi: Minor typo fixes.
3357
33582006-11-13 Bill Wohler <wohler@newt.com>
3359
3360 Release MH-E manual version 8.0.3.
3361
3362 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3363 release 8.0.3.
3364
3365 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
3366 to set MAILDIR.
3367 (Reading Mail): Document the customization of read-mail-command
3368 for MH-E.
3369 (Viewing Attachments): Document mm-discouraged-alternatives.
3370 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
3371 (Junk): Add more information about the settings of mh-junk-background
3372 in a program. Add /usr/bin/mh to PATH in examples.
3373
33742006-11-12 Richard Stallman <rms@gnu.org>
3375
3376 * woman.texi: Update author address but say he no longer maintains it.
3377
33782006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
3379
3380 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
3381 archived trees.
3382 (Checkboxes): Section moved to chapter 5, and extended.
3383 (The date/time prompt): New section.
3384 (Link abbreviations): New section.
3385 (Presentation and sorting): New section.
3386 (Custom agenda views): Section completely rewritten.
3387 (Summary): Compare with Planner.
3388 (Feedback): More info about creating backtraces.
3389 (Plain lists): Modified example.
3390 (Breaking down tasks): New section.
3391 (Custom time format): New section.
3392 (Time stamps): Document inactive timestamps.
3393 (Setting tags): More details about fast tag selection.
3394 (Block agenda): New section.
3395 (Custom agenda views): Section rewritten.
3396 (Block agenda): New section.
3397
33982006-11-07 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * tramp.texi (Configuration): scp is the default method.
3401 (Default Method): Use ssh as example for another method.
3402
34032006-10-27 Richard Stallman <rms@gnu.org>
3404
3405 * woman.texi: Downcase nroff/troff/roff.
3406 (Installation): Chapter deleted. Some xrefs deleted.
3407 (Background): woman doesn't advise man ;-).
3408
c8763fb6 34092006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
3410
3411 * ada-mode.texi (Project files, Identifier completion)
3412 (Automatic Casing, Debugging, Using non-standard file names)
3413 (Working Remotely): Fix typos.
3414
34152006-10-20 Masatake YAMATO <jet@gyve.org>
3416
3417 * cc-mode.texi (Sample .emacs File): Added missing `)' in
3418 sample code `my-c-initialization-hook'.
3419
34202006-10-19 Stuart D. Herring <herring@lanl.gov>
3421
3422 * widget.texi: Fix typos.
3423
34242006-10-19 Michael Albinus <michael.albinus@gmx.de>
3425
3426 * tramp.texi (Frequently Asked Questions): Remove questions marked with
3427 "???". There have been no complaints for years, so the information
3428 must be appropriate.
3429
34302006-10-16 Richard Stallman <rms@gnu.org>
3431
3432 * widget.texi: Use @var instead of capitalization.
3433 Clarify many widget type descriptions.
3434
34352006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3436
3437 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
3438 gnus-dired-attach.
3439 (Selecting a Group): Fix typo.
3440
c8763fb6 34412006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
3442
3443 * widget.texi: Fix typos.
3444
34452006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
3446
3447 * gnus.texi (Image Enhancements): Update for Emacs 22.
3448
3449 * gnus-faq.texi ([1.3]): Update.
3450
34512006-10-06 Richard Stallman <rms@gnu.org>
3452
3453 * faq.texi (Displaying the current line or column):
3454 Delete "As of Emacs 20".
3455
34562006-10-06 Romain Francoise <romain@orebokech.com>
3457
3458 * faq.texi (VM): VM works with Emacs 22 too.
3459
34602006-10-06 Richard Stallman <rms@gnu.org>
3461
3462 * ebrowse.texi: Remove Emacs version "21" from title.
3463
34642006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
3465
3466 * gnus.texi (Foreign Groups): Say where change of editing commands are
3467 stored. Add reference to `gnus-parameters'.
3468
34692006-09-15 Jay Belanger <belanger@truman.edu>
3470
3471 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
3472 Change "Library Public License" to "Lesser Public License"
3473 throughout. Use "yyyy" to represent year.
3474
34752006-09-15 Carsten Dominik <dominik@science.uva.nl>
3476
3477 * org.texi (Setting tags): Typo fix.
3478
34792006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
3480
3481 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
3482
34832006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3484
3485 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
3486
34872006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3488
3489 * faq.texi (Escape sequences in shell output): EMACS is now set
3490 to Emacs's absolute file name, not to "t".
3491 (^M in the shell buffer): Likewise.
3492 * misc.texi (Interactive Shell): Likewise.
3493
34942006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3495
3496 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
3497 mails with pop3-leave-mail-on-server. Fix wording.
3498 (Limiting): Improve gnus-summary-limit-to-articles.
3499 (X-Face): Fix typo.
3500
35012006-09-11 Simon Josefsson <jas@extundo.com>
3502
3503 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
3504 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
3505
35062006-09-06 Simon Josefsson <jas@extundo.com>
3507
3508 * smtpmail.texi (Authentication): Mention SSL.
3509
35102006-09-01 Eli Zaretskii <eliz@gnu.org>
3511
3512 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
3513 Don't use @indicateurl.
3514
3515 * cc-mode.texi (Subword Movement): Don't use @headitem.
3516 (Custom Braces, Clean-ups): Don't use @tie.
3517
35182006-08-29 Michael Albinus <michael.albinus@gmx.de>
3519
3520 Sync with Tramp 2.0.54.
3521
3522 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
3523 Suggested by Adrian Phillips <a.phillips@met.no>.
3524
35252006-08-15 Carsten Dominik <dominik@science.uva.nl>
3526
3527 * org.texi (Installation, Activation): Split from Installation and
3528 Activation.
3529 (Clocking work time): Documented new features.
3530
35312006-08-13 Alex Schroeder <alex@gnu.org>
3532
3533 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
3534 example.
3535
35362006-08-12 Eli Zaretskii <eliz@gnu.org>
3537
3538 * faq.texi (How to add fonts): New node.
3539
35402006-08-05 Romain Francoise <romain@orebokech.com>
3541
3542 * faq.texi (New in Emacs 22): Expand.
3543
35442006-08-03 Michael Olson <mwolson@gnu.org>
3545
3546 * erc.texi: Update for ERC 5.1.4.
3547
35482006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3549
3550 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
3551 in .../site-lisp/gnus/ by default.
3552 [ From gnus-news.texi in the trunk. ]
3553
35542006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
3555
3556 * gnus.texi (MIME Commands): Additions for yEnc.
3557
35582006-07-24 Richard Stallman <rms@gnu.org>
3559
3560 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
3561 * faq.texi: Move periods and commas inside quotes.
3562
35632006-07-20 Jay Belanger <belanger@truman.edu>
3564
3565 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
3566
35672006-07-18 Chong Yidong <cyd@stupidchicken.com>
3568
3569 * faq.texi (Security risks with Emacs): Document Emacs 22
3570 file-local-variable mechanism.
3571
35722006-07-12 Michael Olson <mwolson@gnu.org>
3573
3574 * erc.texi: Update for ERC 5.1.3.
3575
35762006-07-12 Alex Schroeder <alex@gnu.org>
3577
3578 * rcirc.texi: Fix typos.
3579 (Getting started with rcirc): New calling convention for M-x irc.
3580 Mention #rcirc. Removed channel tracking.
3581 (Configuration): Changed the names of all variables that got changed
3582 recently, eg. rcirc-server to rcirc-default-server. Added
3583 documentation for rcirc-authinfo, some background for Bitlbee, and
3584 rcirc-track-minor-mode.
3585 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
3586 Scrolling.
3587 (Reconnecting after you have lost the connection): Fixed example code
3588 to match code changes.
3589
35902006-07-10 Nick Roberts <nickrob@snap.net.nz>
3591
3592 * gnus.texi, message.texi: Fix typos.
3593
35942006-07-07 Carsten Dominik <dominik@science.uva.nl>
3595
3596 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
3597 commands.
3598 (Global TODO list): Document the use of the variables
3599 `org-agenda-todo-ignore-scheduled' and
3600 `org-agenda-todo-list-sublevels'.
3601
36022006-07-05 Richard Stallman <rms@gnu.org>
3603
3604 * faq.texi (Scrolling only one line): Fix xref.
3605
36062006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3607
3608 * faq.texi (Evaluating Emacs Lisp code):
3609 Throughout, replace eval-current-buffer with eval-buffer.
3610
36112006-07-03 Richard Stallman <rms@gnu.org>
3612
3613 * rcirc.texi (Scrolling conservatively): Fix xref.
3614
3615 * pcl-cvs.texi (Viewing differences): Usage fix.
3616
36172006-07-03 Carsten Dominik <dominik@science.uva.nl>
3618
3619 * org.texi (Agenda commands): Document `s' key to save all org-mode
3620 buffers.
3621
36222006-06-30 Ralf Angeli <angeli@caeruleus.net>
3623
3624 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
3625 names. Mention `cvs-msg' face.
3626
36272006-06-29 Carsten Dominik <dominik@science.uva.nl>
3628
3629 * org.texi (Checkboxes): New section.
3630
36312006-06-28 Carsten Dominik <dominik@science.uva.nl>
3632
3633 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
3634 throughout this chapter.
3635
36362006-06-27 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
3639 text for standalone vs Emacs info.
3640 (Help): Clarify header line description. Use mouse-1 for clicks.
3641 (Help-P): Use mouse-1 for clicks.
3642 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
3643 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
3644 (Choose menu subtopic): Remove gratuitous Emacs command names.
3645 (Help-FOO): Put usual behavior first.
3646 (Help-Xref): Clicking on xrefs works in Emacs.
3647 (Search Text): Clarify what the default behavior is.
3648 (Create Info buffer): Fix Emacs window/X window confusion.
3649 (Emacs Info Variables): Fix for new Emacs init file behavior.
3650
36512006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3652
3653 * gnus.texi (Summary Buffer Lines): Fix typo.
3654
36552006-06-23 Carsten Dominik <dominik@science.uva.nl>
3656
3657 * org.texi (Embedded LaTeX): New chapter.
3658 (Archiving): Section rewritten.
3659 (Enhancing text): Some parts moved to the new chapter about LaTeX.
3660
36612006-06-20 Bill Wohler <wohler@newt.com>
3662
3663 Release MH-E manual version 8.0.1.
3664
3665 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3666 release 8.0.1.
3667 (Preface): Depend on GNU mailutils 1.0 and higher.
3668
36692006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3670
3671 * message.texi (News Headers): Update message-syntax-checks section.
3672
36732006-06-19 Karl Berry <karl@gnu.org>
3674
3675 * info.texi (Advanced): Mention C-q, especially with ?.
3676
36772006-06-19 Carsten Dominik <dominik@science.uva.nl>
3678
3679 * org.texi (Publishing links): Document the `:link-validation-function'
3680 property.
3681 (Extensions and Hacking): New chapter, includes some sections of the
3682 "Miscellaneous" chapter.
3683
36842006-06-10 Carsten Dominik <dominik@science.uva.nl>
3685
3686 * org.texi (Progress logging): New section.
3687
36882006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * viper.texi (Viper Specials):
3691 * gnus.texi (Example Setup):
3692 * faq.texi (Backspace invokes help):
3693 * dired-x.texi (Optional Installation Dired Jump):
3694 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
3695 follow coding conventions.
3696
36972006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3698
3699 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3700
37012006-06-06 Carsten Dominik <dominik@science.uva.nl>
3702
3703 * org.texi (ASCII export): Document indentation adaptation.
3704 (Setting tags): Document mutually-exclusive tags.
3705
37062006-06-05 Romain Francoise <romain@orebokech.com>
3707
3708 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
3709 Fix typo.
3710
3711 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
3712 channel (#gnus@irc.freenode.net).
3713 Fix typos. Update copyright notice.
3714
3715 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
3716 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
3717 (Line-Up Functions, Custom Macros):
3718 * ediff.texi (Window and Frame Configuration)
dccb744b 3719 (Highlighting Difference Regions):
2de53ca6
GM
3720 * emacs-mime.texi (Display Customization):
3721 * erc.texi (History):
3722 * eshell.texi (Known problems):
3723 * eudc.texi (Overview, BBDB):
3724 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
3725 (The problem of spam, SpamOracle, Extending the Spam package)
3726 (Conformity, Terminology):
dccb744b 3727 * idlwave.texi (Routine Info)
2de53ca6
GM
3728 (Class and Keyword Inheritance, Padding Operators)
3729 (Breakpoints and Stepping, Electric Debug Mode)
3730 (Examining Variables, Troubleshooting):
3731 * org.texi (Creating timestamps):
3732 * reftex.texi (Commands, Options, Changes):
3733 * tramp.texi (Inline methods, Password caching)
3734 (Auto-save and Backup, Issues):
3735 * vip.texi (Files, Commands in Insert Mode):
3736 * viper.texi (Emacs Preliminaries, States in Viper)
3737 (Packages that Change Keymaps, Viper Specials, Groundwork):
3738 Fix various typos.
3739
37402006-05-31 Michael Ernst <mernst@alum.mit.edu>
3741
3742 * ediff.texi: Fix typos.
3743
37442006-05-30 Carsten Dominik <dominik@science.uva.nl>
3745
3746 * org.texi: Small typo fixes.
3747
37482006-05-29 Michael Albinus <michael.albinus@gmx.de>
3749
3750 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
3751
37522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3753
3754 * pcl-cvs.texi: Fix typos.
3755 (Customization): Say "us".
3756
37572006-05-26 Eli Zaretskii <eliz@gnu.org>
3758
3759 * org.texi: Remove bogus @setfilename.
3760
37612006-05-26 Carsten Dominik <dominik@science.uva.nl>
3762
3763 * org.texi (ASCII export): Omit command name.
3764 (HTML export): Add prefix to all lines in Local Variable example.
3765 (Acknowledgments): Typeset names in italics.
3766
37672006-05-24 Carsten Dominik <dominik@science.uva.nl>
3768
3769 * org.texi (Plain lists): Add new item navigation commands.
3770 (External links): Document elisp and info links.
3771 (Custom searches): New section.
3772 (Publishing): New chapter.
3773 (HTML export): Include a list of supported CSS classes.
3774 (Setting tags): Describe the fast-tag-setting interface.
3775
37762006-05-20 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * dired-x.texi: ifinfo -> ifnottex.
3779
37802006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3781
3782 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
3783
37842006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * message.texi (Interface): Add tool bar customization.
3787 (MIME): Index and text additions for mml-attach.
3788 (MIME): Describe mml-dnd-protocol-alist and
3789 mml-dnd-attach-options.
3790
3791 * gnus.texi (Oort Gnus): Reorder entries in sections.
3792 Fix some entries.
3793 (Starting Up): Add references to "Emacs for Heathens" and to
3794 "Finding the News". Add user-full-name and user-mail-address.
3795 (Group Buffer Format): Add tool bar customization and update.
3796 (Summary Buffer): Add tool bar customization.
3797 (Posting Styles): Add message-alternative-emails.
3798
37992006-05-09 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * tramp.texi (Filename completion): Improve wording.
3802
38032006-05-07 Romain Francoise <romain@orebokech.com>
3804
3805 * faq.texi (Using regular expressions): Fix typo.
3806 (Packages that do not come with Emacs): Fix capitalization.
3807 (Replacing text across multiple files): Expand node to explain how
3808 to use `dired-do-query-replace-regexp' in more detail, based on
3809 suggestion by Eric Hanchrow <offby1@blarg.net>.
3810
38112006-05-06 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * tramp.texi (Filename completion): Completion of remote files'
3814 method, user name and host name is active only in partial
3815 completion mode.
3816
38172006-05-06 Bill Wohler <wohler@newt.com>
3818
3819 Release MH-E manual version 8.0.
3820
3821 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3822 release 8.0.
3823
38242006-05-06 Bill Wohler <wohler@newt.com>
3825
3826 * mh-e.texi (MH-BOOK-HOME): Change from
3827 http://www.ics.uci.edu/~mh/book/mh to
3828 http://rand-mh.sourceforge.net/book/mh.
3829 Replace .htm suffix with .html for MH book files.
3830 (Using This Manual): Update key binding for getting relevant
3831 chapter in Info from command key.
3832 (Ranges): Fix itemx.
3833
38342006-05-05 Karl Berry <karl@gnu.org>
3835
3836 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
3837 (\fonttextsize): New user-level command to change text font size.
3838
38392006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
3842
38432006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3844
3845 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
3846
38472006-04-24 Bill Wohler <wohler@newt.com>
3848
3849 * mh-e.texi (Getting Started): Make it more explicit that you need
3850 to install MH. Add pointers to current MH implementations.
3851
38522006-04-21 Bill Wohler <wohler@newt.com>
3853
3854 Release MH-E manual version 7.94.
3855
3856 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3857 release 7.94.
3858
38592006-04-21 Carsten Dominik <dominik@science.uva.nl>
3860
3861 * org.texi: Many small fixes.
3862 (Handling links): Rename from "Managing links".
3863
38642006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
3867 (Splitting mail using spam-stat): Fix @xref.
3868
38692006-04-20 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 3872 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
3873
38742006-04-20 Carsten Dominik <dominik@science.uva.nl>
3875
3876 * org.texi (Time stamps): Better explanation of the purpose of
3877 different time stamps.
3878 (Structure editing, Plain lists): More details on how new items
3879 and headings are inserted.
3880
38812006-04-18 Carsten Dominik <dominik@science.uva.nl>
3882
3883 * org.texi (Formula syntax): Fix link to Calc Manual.
3884
38852006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3886
3887 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
3888
38892006-04-17 Bill Wohler <wohler@newt.com>
3890
3891 * mh-e.texi (Folders): Update mh-before-quit-hook and
3892 mh-quit-hook example with code that removes the buffers rather
3893 than just bury them.
3894
38952006-04-17 Michael Albinus <michael.albinus@gmx.de>
3896
3897 Sync with Tramp 2.0.53.
3898
38992006-04-13 Carsten Dominik <dominik@science.uva.nl>
3900
3901 * org.texi (Updating settings): New section.
3902 (Visibility cycling): Better names for the startup folding
3903 options.
3904 (Exporting): Completely restructured.
3905 (The very busy C-c C-c key): New section.
3906 (Summary of in-buffer settings): New section.
3907
39082006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
3909
3910 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
3911
39122006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
3913
3914 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
3915 (Server Commands): Key `v' is reserved for users.
3916
39172006-04-11 Carsten Dominik <dominik@science.uva.nl>
3918
3919 * org.texi (Link format): New section, emphasis on bracket links.
3920 (External links): Document bracket links.
3921 (FAQ): Expand to cover shell links and the new link format.
3922
39232006-04-09 Kevin Ryde <user42@zip.com.au>
3924
3925 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
3926
39272006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3928
3929 * gnus.texi (Summary Buffer Lines): Add `*'.
3930
c8763fb6 39312006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
3932
3933 * gnus.texi (Group Parameters):
3934 Mention gnus-permanently-visible-groups.
3935
39362006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3937
3938 * gnus.texi (Face): Fix typo.
3939
39402006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3941
3942 * gnus.texi (X-Face): Clarify.
3943 (Face): Need Emacs with PNG support.
3944
39452006-04-06 Richard Stallman <rms@gnu.org>
3946
3947 * idlwave.texi: Delete the blocks "not suitable for inclusion with
3948 Emacs".
3949
39502006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3951
3952 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
3953 blocks not suitable for inclusion with Emacs using variable
3954 PARTOFEMACS.
3955
39562006-04-04 Simon Josefsson <jas@extundo.com>
3957
3958 * gnus.texi (Security): Improve.
3959
39602006-04-02 Bill Wohler <wohler@newt.com>
3961
3962 * mh-e.texi (Getting Started, Junk, Bug Reports)
3963 (MH FAQ and Support): Fix URLs.
3964
39652006-03-31 Romain Francoise <romain@orebokech.com>
3966
3967 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
3968 to t, not nil (and has for the past eight years).
3969
39702006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3971
3972 * message.texi, gnus.texi: Bump version to 5.11.
3973
39742006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
3975
3976 * gnus.texi (Top): Add comment about version line.
3977
3978 * message.texi (Top): Ditto. Change to take named versions into
3979 account.
3980
39812006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
3982
3983 * gnus.texi (Posting Styles): Add x-face-file to example.
3984 (X-Face): Refer to posting styles.
3985
3986 * gnus-faq.texi ([5.8]): Add x-face-file.
3987 ([8.4]): Add links to gmane.emacs.gnus.user and
3988 gmane.emacs.gnus.general.
3989
39902006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
3991
3992 * gnus-faq.texi: Use .invalid.
3993 ([5.4]): Fix gnus-posting-styles example.
3994
39952006-03-27 Romain Francoise <romain@orebokech.com>
3996
3997 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
3998 Emacs/W3 needs a new maintainer.
3999 (Ispell): Update author and version info.
4000 (Mailcrypt): Mention PGG.
4001 (New in Emacs 22): Add PGG to the list of new packages.
4002 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
4003 updating dead URLs.
4004
40052006-03-25 Karl Berry <karl@gnu.org>
4006
4007 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
4008 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
4009 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
4010 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
4011 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
4012 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
4013 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
4014 (2) do not indent copyright year list (or anything else).
4015
40162006-03-21 Bill Wohler <wohler@newt.com>
4017
4018 * mh-e.texi (Folders): Various edits.
4019
40202006-03-20 Romain Francoise <romain@orebokech.com>
4021
4022 * gnus.texi (Mail Folders): Grammar fix.
4023
40242006-03-19 Bill Wohler <wohler@newt.com>
4025
4026 * mh-e.texi (Replying): Document Mail-Followup-To.
4027 Change manually-formatted table to multitable. Add debugging info.
4028 Move description of mh-reply-default-reply-to into paragraph
4029 that describes its values.
4030
40312006-03-17 Bill Wohler <wohler@newt.com>
4032
10d1d0af 4033 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
4034 (Sending Mail Tour): Update method of entering
4035 addresses and subject.
4036 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
4037 (Adding Attachments, Searching): Update screenshots for Emacs 22.
4038
40392006-03-15 Carsten Dominik <dominik@science.uva.nl>
4040
4041 * org.texi: Version number change only.
4042
40432006-03-14 Bill Wohler <wohler@newt.com>
4044
4045 * mh-e.texi: Add index entries around each paragraph rather than
4046 depend on entries from beginning of node. Doing so ensures that
4047 index entries are less likely to be forgotten if text is cut and
4048 pasted, and are necessary anyway if the references are on a
4049 separate page. It seems that makeinfo is now (v. 4.8) only
4050 producing one index entry per node, so there is no longer any
4051 excuse not to. Use subheading instead of heading. The incorrect
4052 use of heading produced very large fonts in Info--as large as the
4053 main heading.
4054 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
4055 versions 6 and 7 appeared *around* the time of these Emacs releases.
4056
40572006-03-13 Carsten Dominik <dominik@science.uva.nl>
4058
4059 * org.texi (Clean view): Document new startup options.
4060
40612006-03-11 Bill Wohler <wohler@newt.com>
4062
4063 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
4064 (Composing, Scan Line Formats): Fix @refs.
4065 (Getting Started): Define MH profile and MH profile components.
4066 (Incorporating Mail, Reading Mail, Viewing, Printing)
4067 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
4068 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
4069 for string constants.
4070 (Tool Bar): Remove spurious quote.
4071 (Junk): Use ``...'' instead of "...".
4072 (Scan Line Formats): Replace @samp with @kbd.
4073
40742006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
4077
40782006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
4081 easy to understand.
4082
40832006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
4084
4085 * gnus.texi: Markup fix.
4086 (Fancy Mail Splitting): Specify new feature.
4087
40882006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
4089
4090 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
4091 partial-words matching.
4092
40932006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
4094
4095 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
4096
4097 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
4098 (MIME Commands): Fix mm-discouraged-alternatives.
4099
41002006-03-07 Carsten Dominik <dominik@science.uva.nl>
4101
4102 * org.texi: Version number change only.
4103
41042006-03-06 Bill Wohler <wohler@newt.com>
4105
4106 * mh-e.texi: Move from SourceForge repository to Savannah.
4107 This is version 7.93, which is a total rewrite from the previous
4108 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
4109 version 7.93.
4110
41112006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4112
4113 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
4114
41152006-03-01 Carsten Dominik <dominik@science.uva.nl>
4116
4117 * org.texi (Interaction): Add item about `org-mouse.el' by
4118 Piotr Zielinski.
4119 (Managing links): Document that also mouse-1 can be used to
4120 activate a link.
4121 (Headlines, FAQ): Add entry about hiding leading stars.
4122 (Miscellaneous): Resort the sections in this chapter to a more
4123 logical sequence.
4124
41252006-02-27 Simon Josefsson <jas@extundo.com>
4126
4127 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
4128 2004-01-27 from the trunk).
4129
41302006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4131
4132 * cc-mode.texi: Rename c-hungry-backspace to
4133 c-hungry-delete-backwards, at the request of RMS. Leave the old
4134 name as an alias.
4135
41362006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4137
4138 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
4139 include the function header within the defun.
4140
41412006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4142
4143 * cc-mode.texi: Correct two typos.
4144
41452006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4146
4147 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
4148 existing comment.
4149 (Electric Keys): Add a justification for electric indentation.
4150 (Hungry WS Deletion): Clear up the names and complications of the
4151 BACKSPACE and DELETE keys.
4152
41532006-02-23 Juri Linkov <juri@jurta.org>
4154
4155 * faq.texi (Common requests): Move `Turning on auto-fill by
4156 default' after `Wrapping words automatically'. Move `Working with
4157 unprintable characters' before `Searching for/replacing newlines'.
4158 Move `Replacing highlighted text' after `Highlighting a region'.
4159 Merge `Repeating commands' and `Repeating a command as many times
4160 as possible' into the former.
4161 (Packages that do not come with Emacs): Add refs to Gmane and
4162 etc/MORE.STUFF.
4163
41642006-02-23 Juri Linkov <juri@jurta.org>
4165
4166 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
4167 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
4168 Add xref to `(emacs)Reporting Bugs'.
4169 (Getting a printed manual): Add URL to other formats of the manual.
4170 (Common requests): Fix menu.
4171 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
4172 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
4173 (Inserting text at the beginning of each line): Add pxref to
4174 `Changing the included text prefix'.
4175 (Forcing the cursor to remain in the same column): Mention `track-eol'
4176 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
4177 (Replacing text across multiple files): Add keybinding `Q' for
4178 `dired-do-query-replace'.
4179
41802006-02-22 Carsten Dominik <dominik@science.uva.nl>
4181
4182 * reftex.texi: Version number and date change only.
4183
4184 * org.texi (Internal Links): Rewrite to cover the modified
4185 linking system.
4186
41872006-02-17 Eli Zaretskii <eliz@gnu.org>
4188
4189 * faq.texi: Remove the coding cookie, it's not needed anymore.
4190
41912006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4192
4193 * faq.texi (Colors on a TTY): Mention Mac OS port.
4194
41952006-02-12 Karl Berry <karl@gnu.org>
4196
4197 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
4198 8-bit accented a.
4199
42002006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
4201
4202 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
4203
42042006-02-08 Romain Francoise <romain@orebokech.com>
4205
4206 * faq.texi (Top): Remove paragraph about the FAQ being a
4207 transitional document, etc.
4208 (Searching for/replacing newlines): New node.
4209 (Yanking text in isearch): New node.
4210 (Inserting text at the beginning of each line): Rename and make
4211 more general, mention `M-;' in Message mode.
4212
42132006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4214
4215 * faq.texi (Meta key does not work in xterm)
4216 (Emacs does not display 8-bit characters)
4217 (Inputting eight-bit characters): Update xrefs.
4218
42192006-02-06 Romain Francoise <romain@orebokech.com>
4220
4221 * faq.texi (VM): VM now at version 7.19.
4222 Set myself as maintainer of this file.
4223
42242006-02-04 Michael Olson <mwolson@gnu.org>
4225
4226 * erc.texi (History): Note that ERC is now included with Emacs.
4227
42282006-01-31 Romain Francoise <romain@orebokech.com>
4229
4230 * message.texi (Message Headers): Explain what
4231 `message-alternative-emails' does in more detail.
4232 Update copyright year.
4233
42342006-01-30 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
4237
42382006-01-29 Richard M. Stallman <rms@gnu.org>
4239
4240 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
4241
42422006-01-29 Michael Olson <mwolson@gnu.org>
4243
4244 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
4245
4246 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
4247
4248 * faq.texi (New in Emacs 22): Mention ERC.
4249
42502006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4251
4252 * rcirc.texi: Capitalize dir entry for consistency with the entry
4253 in info/dir and other entries in the Emacs category.
4254 Fix typos. Delete trailing whitespace.
4255
c8763fb6 42562006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
4257
4258 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
4259
42602006-01-27 Eli Zaretskii <eliz@gnu.org>
4261
4262 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
4263 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
4264
4265 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
4266 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
4267
42682006-01-27 Alex Schroeder <alex@gnu.org>
4269
4270 * rcirc.texi: New file.
4271
42722006-01-23 Juri Linkov <juri@jurta.org>
4273
4274 * widget.texi (User Interface): Add S-TAB for widget-backward.
4275
42762006-01-22 Michael Albinus <michael.albinus@gmx.de>
4277
4278 Sync with Tramp 2.0.52.
4279
4280 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
4281 Add Tramp disabling item. New item for common connection problems.
4282 (various): Apply "ftp" as method for the download URL.
4283 (Bug Reports): Refer to FAQ for common problems.
4284
42852006-01-21 Eli Zaretskii <eliz@gnu.org>
4286
4287 * widget.texi (User Interface): Use @key for TAB.
4288
4289 * ses.texi (Formulas, Printer functions): Use @key for TAB.
4290
4291 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
4292 for TAB.
4293
4294 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
4295
42962006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4297
4298 * gnus.texi: Update copyright.
4299
43002006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4301
4302 * gnus.texi (Article Washing): Additions.
4303
43042006-01-08 Alex Schroeder <alex@gnu.org>
4305
4306 * pgg.texi (Caching passphrase): Rewording.
4307
43082006-01-13 Carsten Dominik <dominik@science.uva.nl>
4309
4310 * org.texi (Agenda commands): Document tags command.
4311
43122006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
4315
43162006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4317
4318 * gnus.texi (RSS): Addition.
4319
43202005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4321
4322 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
4323
43242005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
4325
4326 * emacs-mime.texi (Display Customization): Add setting example to
4327 mm-discouraged-alternatives.
4328
43292006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
4332 version is the canonical version.
4333
43342006-01-08 Alex Schroeder <alex@gnu.org>
4335
4336 * pgg.texi (Caching passphrase): Rewording.
4337
43382006-01-06 Eli Zaretskii <eliz@gnu.org>
4339
4340 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
4341 repository URL.
4342
43432006-01-06 Carsten Dominik <dominik@science.uva.nl>
4344
4345 * org.texi: Removed the accidentally re-added empty line in the
4346 direntry.
4347
43482006-01-05 Carsten Dominik <dominik@science.uva.nl>
4349
4350 * org.texi (Agenda Views): Chapter reorganized.
4351
43522005-12-29 Romain Francoise <romain@orebokech.com>
4353
4354 * faq.texi (Using Customize): New node.
4355
43562005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4357
4358 * org.texi: Remove blank line in @direntry. It is non-standard
4359 and recursively produces blank lines all over the dir file (when
4360 using Texinfo 4.8).
4361
43622005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4363
4364 * widget.texi (atoms): Delete obsolete remark about `file' widget.
4365
43662005-12-20 Carsten Dominik <dominik@science.uva.nl>
4367
4368 * org.texi (Tags): Boolean logic documented.
4369 (Agenda Views): Document custom commands.
4370
43712005-12-20 David Kastrup <dak@gnu.org>
4372
4373 * faq.texi (AUCTeX): Update version and mailing list info.
4374
43752005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
4376
4377 * gnus.texi (MIME Commands): Mention addition of
4378 multipart/alternative to gnus-buttonized-mime-types and add xref
4379 to mm-discouraged-alternatives.
4380
4381 * emacs-mime.texi (Display Customization): Mention addition of
4382 "image/.*" and add xref to gnus-buttonized-mime-types in the
4383 mm-discouraged-alternatives section.
4384
43852005-12-16 Carsten Dominik <dominik@science.uva.nl>
4386
4387 * org.texi (Tags): New section.
4388 (Agenda Views): Chapter reorganized.
4389
43902005-12-16 Eli Zaretskii <eliz@gnu.org>
4391
4392 * org.texi (Internal Links): Add a missing comma after an @xref.
4393
43942005-12-14 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * faq.texi (Filling paragraphs with a single space): No need to
4397 change sentence-end now.
4398
43992005-12-13 Romain Francoise <romain@orebokech.com>
4400
4401 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
4402
44032005-12-12 Jay Belanger <belanger@truman.edu>
4404
4405 * faq.texi (Calc): Update version number.
4406
44072005-12-12 Carsten Dominik <dominik@science.uva.nl>
4408
4409 * org.texi (Progress Logging): New section.
4410
44112005-12-10 Romain Francoise <romain@orebokech.com>
4412
4413 Update the Emacs FAQ for the 22.1 release.
4414
4415 * faq.texi: Set VER to `22.1'.
4416 (Basic editing): Explain how to use localized versions of the
4417 Tutorial. Mention that `C-h r' displays the manual. Delete
4418 obsolete WWW link to an Emacs 18 tutorial.
4419 (Getting a printed manual): Point to the new locations of the
4420 manuals on the GNU Web site.
4421 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
4422 available via Info (it was previously distributed separately).
4423 (Installing Texinfo documentation): The latest version of Texinfo
4424 is 4.8, not 4.0.
4425 (Informational files for Emacs): COPYING is the GNU General Public
4426 License, not the Emacs General Public License.
4427 (Informational files for Emacs): Delete obsolete link to the
4428 GNUinfo pages as they have been removed from the GNU Web site.
4429 (New in Emacs 22): New node.
4430 (Setting up a customization file): Say that most packages support
4431 Customize nowadays.
4432 (Colors on a TTY): Delete reference to instructions on how to
4433 enable syntax highlighting, it is now enabled by default.
4434 (Turning on abbrevs by default): Emacs now reads the abbrevs file
4435 at startup automatically.
4436 (Controlling case sensitivity): Mention `M-c' in isearch.
4437 (Using an already running Emacs process): Emacs now creates the
4438 socket in `/tmp/emacsUID'. Fix typos. Change default location of
4439 gnuserv. As emacsclient can now run Lisp code as well, delete a
4440 sentence praising gnuserv for that. Simplify description of how
4441 the client/server operation works.
4442 (Compiler error messages): Delete obsolete text (compile.el has
4443 been rewritten).
4444 (Indenting switch statements): Fix typo.
4445 (Matching parentheses): Simplify setup instructions, mention the
4446 menu bar item in the Options menu.
4447 (Repeating a command as many times as possible): Mention `C-x e'.
4448 (Going to a line by number): Mention new keymap and bindings
4449 `M-g M-g', `M-g M-p' and `M-g M-n'.
4450 (Turning on syntax highlighting): Now on by default. Simplify.
4451 (Replacing highlighted text): Use `1', not `t'.
4452 (Problems with very large files): The maximum size is now 256MB on
4453 32-bit machines.
4454 (^M in the shell buffer): Mention `comint-process-echoes'.
4455 (Emacs for Apple computers): Emacs 22 has native support for Mac
4456 OS X.
4457 (Translating names to IP addresses): Delete node.
4458 (Binding keys to commands): Fix typo.
4459 (SPC no longer completes file names): New node.
4460 (MIME with Emacs mail packages): Delete section about the Emacs
4461 MIME FAQ (it's not reachable anymore).
4462
44632005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4464
4465 * cc-mode.texi: The manual has been extensively revised: the
4466 information about using CC Mode has been separated from the larger
4467 and more difficult chapters about configuration. It has been
4468 updated for CC Mode 5.31.
4469
44702005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * pgg.texi (User Commands): Fix description of pgg-verify-region.
4473 (Selecting an implementation): Fix descriptions.
4474
44752005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * message.texi (Various Message Variables): Addition.
4478
44792005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4480
4481 * message.texi: Fix default values.
4482
44832005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4484
4485 * message.texi (Header Commands): Clarify descriptions of
4486 message-cross-post-followup-to, message-reduce-to-to-cc, and
4487 message-insert-wide-reply.
4488 (Various Commands): Fix kindex for message-kill-to-signature;
4489 clarify description of message-tab.
4490
44912005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * message.texi (Mailing Lists): Fix description about MFT.
4494
4495 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
4496
44972005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4498
4499 * gnus.texi (Slow Terminal Connection): Replace old description
4500 with new one.
4501
45022005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
4503
4504 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
4505 replace X-Draft-Headers with X-Draft-From.
4506
45072005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4508
4509 * gnus.texi (Various Various): Fix the default value of
4510 nnheader-max-head-length.
4511 (Gnus Versions): Fix typo.
4512
45132005-12-08 Carsten Dominik <dominik@science.uva.nl>
4514
4515 * org.texi (Structure editing): Document new functionality of
4516 M-RET.
4517
45182005-12-06 Luc Teirlinck <teirllm@auburn.edu>
4519
4520 * org.texi (Internal Links): Fix Texinfo usage.
4521
45222005-12-06 Carsten Dominik <dominik@science.uva.nl>
4523
4524 * org.texi (TODO basics): Document the global todo list.
4525 (TODO items): Documents sparse tree for specific TODO
4526 keywords.
4527
45282005-11-30 Carsten Dominik <dominik@science.uva.nl>
4529
4530 * org.texi (Plain Lists): Typos fixed.
4531
45322005-11-28 Jay Belanger <belanger@truman.edu>
4533
4534 * calc.texi: Change references of `M-#' to `C-x *' prefix.
4535
45362005-11-24 Carsten Dominik <dominik@science.uva.nl>
4537
4538 * org.texi (Structure editing): New item moving commands added.
4539 (Plain Lists): New section.
4540
45412005-11-18 Carsten Dominik <dominik@science.uva.nl>
4542
4543 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
4544 (Agenda): Document commands `org-cycle-agenda-files' and
4545 `org-agenda-file-to-front'
4546 (Built-in table editor): Document `org-table-sort-lines'.
4547 (HTML formatting): Export of hand-formatted lists.
4548
45492005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4550
4551 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
4552 new variable gnus-toolbar-thickness.
4553
45542005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
4555
4556 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
4557
45582005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4559
4560 * gnus.texi (X-Face): Fix description.
4561 (XVarious): Remove gnus-xmas-logo-color-alist and
4562 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
4563
45642005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4565
4566 * gnus.texi (Group Parameters): Mention new variable
4567 gnus-parameters-case-fold-search.
4568 (Home Score File): Addition.
4569
45702005-11-04 Ulf Jasper <ulf.jasper@web.de>
4571
4572 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
4573 (Overview): List supported feed types.
4574 (Installation): No installation necessary when using autoload.
4575 (Configuration): Rename "RSS" to "news".
4576
45772005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4578
4579 * pgg.texi (User Commands): Document additional passphrase
4580 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
4581 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
4582
45832005-11-04 Carsten Dominik <dominik@science.uva.nl>
4584
4585 * org.texi: Version number changed to 3.19.
4586
45872005-10-29 Sascha Wilde <wilde@sha-bang.de>
4588
4589 * pgg.texi (How to use): Update the example to add autoload of
4590 pgg-encrypt-symmetric-region.
4591 (User Commands): Document pgg-encrypt-symmetric-region.
4592 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
4593
45942005-10-27 Jay Belanger <belanger@truman.edu>
4595
4596 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
4597 mention other TeX-related units.
4598
45992005-10-23 Lars Hansen <larsh@soem.dk>
4600
4601 * dired-x.texi (Miscellaneous Commands): Replace
4602 dired-do-relative-symlink by dired-do-relsymlink and
4603 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
4604
46052005-10-23 Jay Belanger <belanger@truman.edu>
4606
4607 * calc.texi (Predefined Units): Use `alpha' for the fine structure
4608 constant.
4609
46102005-10-23 Michael Albinus <michael.albinus@gmx.de>
4611
4612 * faq.texi (Bugs and problems): Replace
4613 `dired-move-to-filename-regexp' by
4614 `directory-listing-before-filename-regexp'.
4615
46162005-10-22 Eli Zaretskii <eliz@gnu.org>
4617
4618 * newsticker.texi (UPDATED): Set value.
4619
46202005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus.texi (Document Groups): Remove duplicate item.
4623
46242005-10-21 Carsten Dominik <dominik@science.uva.nl>
4625
4626 * org.texi (Summary): Mention iCalendar support.
4627 (Exporting): Document iCalendar support.
4628
46292005-10-18 Romain Francoise <romain@orebokech.com>
4630
4631 * viper.texi (Viper Specials): Capitalize GNU.
4632
46332005-10-17 Juri Linkov <juri@jurta.org>
4634
4635 * info.texi (Getting Started, Search Index, Expert Info):
4636 Fix wording.
4637 (Search Text): Replace `echo area' with `mode line'.
4638 (Search Index): Both `i' and `,' find all index entries.
4639 Replace example `C-f' with `C-l' (which exists in index of Info
4640 manual) and delete spaces in its keyboard input sequence.
4641 Delete unnecessary explanations about literal characters.
4642
46432005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
4644
4645 * gnus.texi (Document Server Internals): Addition.
4646
46472005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4648
4649 * gnus.texi (A note on namespaces): Fix RFC reference.
4650
46512005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4652
4653 * gnus.texi (RSS): Fix key description.
4654
46552005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4656
4657 * gnus.texi: Emacs/w3 -> Emacs/W3.
4658 (Browsing the Web): Fix description.
4659 (Web Searches): Ditto.
4660 (Customizing W3): Ditto.
4661
46622005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4663
4664 * gnus.texi (Maildir): Clarify expire-age and expire-group.
4665
46662005-10-11 Jay Belanger <belanger@truman.edu>
4667
4668 * calc.texi (Integration): Mention using `a i' to compute definite
4669 integrals.
4670
46712005-10-11 Juri Linkov <juri@jurta.org>
4672
4673 * info.texi: Rearrange nodes.
4674 (Top): Update menu. Change ref `Info for Experts' to
4675 `Advanced Info Commands'.
4676 (Getting Started): Fix description of manual's parts.
4677 (Help-Int): Change xref `Info Search' to `Search Index', and
4678 `Expert Info' to `Advanced'.
4679 (Advanced): Move node one level up.
4680 (Search Text, Search Index): New nodes split out from `Info Search'.
4681 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
4682 split out from `Advanced'.
4683 (Advanced, Emacs Info Variables): De-document editing an Info file
4684 in Info.
4685 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
4686 (Creating an Info File): Delete node and move its text to
4687 `Expert Info'.
4688
46892005-10-10 Carsten Dominik <dominik@science.uva.nl>
4690
4691 * org.texi (Workflow states): Documented that change in keywords
4692 becomes active only after restart of Emacs.
4693
46942005-10-08 Michael Albinus <michael.albinus@gmx.de>
4695
4696 Sync with Tramp 2.0.51.
4697
46982005-10-08 Nick Roberts <nickrob@snap.net.nz>
4699
4700 * speedbar.texi (Introduction): Describe new location of speedbar
4701 on menubar.
4702 (Basic Key Bindings): Remove descriptions of bindings that have
4703 been removed.
4704
47052005-10-05 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * speedbar.texi (GDB): Describe use of watch expressions.
4708
47092005-09-28 Simon Josefsson <jas@extundo.com>
4710
4711 * message.texi (IDNA): Fix.
4712
47132005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4714
4715 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
4716 nntp-server-hook, and nntp-warn-about-losing-connection; fix
4717 description of nntp-open-connection-function.
4718 (Common Variables): Fix descriptions.
4719
47202005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
4721
4722 * gnus.texi (Server Buffer Format): Document the %a format spec.
4723
47242005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4725
4726 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
4727
47282005-09-23 Carsten Dominik <dominik@science.uva.nl>
4729
4730 * org.texi Version 3.16.
4731
47322005-09-19 Miles Bader <miles@gnu.org>
4733
4734 * newsticker.texi: Get rid of CVS keywords.
4735
47362005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4737
4738 * gnus.texi (Finding the Parent): Fix description of how Gnus
4739 finds article.
4740
47412005-09-14 Jari Aalto <jari.aalto@cante.net>
4742
4743 * gnus.texi (Advanced Scoring Examples): New examples to teach how
4744 to drop off non-answered articles.
4745
47462005-09-19 Juanma Barranquero <lekktu@gmail.com>
4747
4748 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
4749 braces (which are unsupported by NMAKE) for macro `srcdir'.
4750
47512005-09-17 Eli Zaretskii <eliz@gnu.org>
4752
4753 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4754 (../info/newsticker, newsticker.dvi): New targets.
4755
47562005-09-17 Ulf Jasper <ulf.jasper@web.de>
4757
4758 * newsticker.texi: Replace @command with @code. Replace @example
4759 with @lisp.
4760 (Top): Added explanations to menu items.
4761 (GNU Free Documentation License): Removed.
4762
47632005-09-16 Romain Francoise <romain@orebokech.com>
4764
4765 Update all files to specify GFDL version 1.2.
4766
4767 * doclicense.texi (GNU Free Documentation License): Update to
4768 version 1.2.
4769
47702005-09-15 Richard M. Stallman <rms@gnu.org>
4771
4772 * newsticker.texi: Fix @setfilename.
4773
4774 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
4775 (../info/newsticker, newsticker.dvi): New targets.
4776
47772005-08-30 Carsten Dominik <dominik@science.uva.nl>
4778
4779 * org.texi: Version 3.15.
4780
47812005-08-29 Luc Teirlinck <teirllm@auburn.edu>
4782
4783 * ses.texi: Combine all three indices into one.
4784 Correct a few typos.
4785
47862005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4787
4788 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
4789
47902005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4791
4792 * emacs-mime.texi (Handles): Remove duplicate item.
4793 (Encoding Customization): Fix the default value for
4794 mm-coding-system-priorities.
4795 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
4796 (Basic Functions): Fix reference.
4797
47982005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4799
4800 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
4801
48022005-08-18 Richard M. Stallman <rms@gnu.org>
4803
4804 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
4805 and web site.
4806
4807 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
4808 not keyboard-translate.
4809
48102005-08-11 Richard M. Stallman <rms@gnu.org>
4811
4812 * faq.texi (Using regular expressions): Fix xref.
4813
48142005-08-09 Juri Linkov <juri@jurta.org>
4815
4816 * info.texi (Help-P): Replace `Prev' with `Previous'.
4817 (Help-M, Help-Xref): Add S-TAB.
4818 (Help-FOO): Update `u' command.
4819 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
4820 Update info about visibility of xref parts.
4821 (Help-Int): Fix `m' command. Rename `Info-last' to
4822 `Info-history-back'. Add `Info-history-forward'.
4823 (Advanced): Fix `g*' and `M-n' commands.
4824 (Info Search): Add `index-apropos' in stand-alone browser.
4825 Add isearch commands.
4826 (Emacs Info Variables): Remove `Info-fontify'.
4827 Add `Info-mode-hook'. Update face names.
4828 Add `Info-fontify-maximum-menu-size',
4829 `Info-fontify-visited-nodes', `Info-isearch-search'.
4830
48312005-08-07 Michael Albinus <michael.albinus@gmx.de>
4832
4833 Sync with Tramp 2.0.50.
4834
4835 * tramp.texi: Use @option{} consequently for method names.
4836 (Inline methods, External transfer methods): Remove references to
4837 Cygwin.
4838 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
4839 implementation.
4840
48412005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
4842
4843 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
4844 Mention that gnus-init-file is not read when Emacs is invoked with
4845 --no-init-file or -q.
4846
48472005-07-19 Carsten Dominik <dominik@science.uva.nl>
4848
4849 * org.texi: Version 3.14.
4850
48512005-07-04 Carsten Dominik <dominik@science.uva.nl>
4852
4853 * org.texi: Version 3.13.
4854
48552005-07-18 Juri Linkov <juri@jurta.org>
4856
4857 * calc.texi (Time Zones, Logical Operations):
4858 * cl.texi (Overview):
4859 * org.texi (TODO types):
4860 * sc.texi (Emacs 18 MUAs):
4861 * speedbar.texi (Top):
4862 * url.texi (History):
4863 Delete duplicate duplicate words.
4864
ce058493 48652005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
4866
4867 * cl.texi (Type Predicates): Document `atom' type.
4868
48692005-07-04 Lute Kamstra <lute@gnu.org>
4870
4871 Update FSF's address in GPL notices.
4872
4873 * calc.texi (Copying):
4874 * doclicense.texi (GNU Free Documentation License):
4875 * faq.texi (Contacting the FSF):
4876 * mh-e.texi (Copying): Update FSF's address.
4877
48782005-07-03 Richard M. Stallman <rms@gnu.org>
4879
4880 * flymake.texi (Example -- Configuring a tool called directly):
4881 Update name of flymake-build-relative-filename.
4882
48832005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
4884
4885 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
4886
48872005-06-29 Carsten Dominik <dominik@science.uva.nl>
4888
4889 * org.texi: Version 3.12.
4890
48912005-06-24 Eli Zaretskii <eliz@gnu.org>
4892
4893 * makefile.w32-in (MAKEINFO): Use --force.
4894 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4895 Makefile.in.
4896 (gnus.dvi): Use "..." to quote Sed args, so that it works with
4897 more shells.
4898
48992005-06-23 Richard M. Stallman <rms@gnu.org>
4900
4901 * speedbar.texi (Creating a display): Texinfo usage fixes.
4902
4903 * tramp.texi (Customizing Completion, Auto-save and Backup):
4904 Texinfo usage fixes.
4905
49062005-06-23 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * dired-x.texi (Miscellaneous Commands):
4909 * ediff.texi (Miscellaneous):
4910 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
4911 (Agent Variables):
4912 * info.texi (Help-Xref):
4913 * message.texi (Message Headers):
4914 * org.texi (Remember):
4915 * reftex.texi (Options (Defining Label Environments)):
4916 (Options (Index Support)):
4917 (Options (Viewing Cross-References)):
4918 (Options (Misc)):
4919 (Changes):
4920 * speedbar.texi (Creating a display):
4921 * tramp.texi (Customizing Completion, Auto-save and Backup):
4922 Texinfo usage fix.
4923
49242005-06-13 Carsten Dominik <dominik@science.uva.nl>
4925
4926 * org.texi: Version 3.11.
4927
49282005-06-12 Jay Belanger <belanger@truman.edu>
4929
4930 * calc.texi (Getting Started): Remove extra menu item.
4931
49322005-05-31 Jay Belanger <belanger@truman.edu>
4933
4934 * calc.texi (Notations Used in This Manual): Use @kbd for key
4935 sequence.
4936 (Demonstration of Calc): Mention another way of starting Calc.
4937 (Starting Calc): Mention long name of M-#.
4938 (Embedded Mode Overview): Remove unnecessary instruction.
4939 (Other M-# commands): Rephrase `M-# 0' explanation.
4940 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
4941 reflect current behavior.
4942
49432005-05-30 Jay Belanger <belanger@truman.edu>
4944
4945 * calc.texi (Hooks): Change description of calc-window-hook and
4946 calc-trail-window-hook to match usage.
4947 (Computational Functions): Add more constant-generating functions.
4948 (Customizable Variables): Use defvar.
4949
49502005-05-28 Jay Belanger <belanger@truman.edu>
4951
4952 * calc.texi (Assignments in Embedded Mode): Fix variable name.
4953 (Basic Embedded Mode): Explain behavior of arguments to
4954 calc-embedded-mode.
4955
49562005-05-27 Jay Belanger <belanger@truman.edu>
4957
4958 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
4959 current behavior.
4960
49612005-05-25 Jay Belanger <belanger@truman.edu>
4962
4963 * calc.texi: Change Calc version number throughout.
4964 (Keypad Mode): Change location in info output.
4965 (Keypad mode overview): Move picture of keypad.
4966
49672005-05-21 Jay Belanger <belanger@truman.edu>
4968
4969 * calc.texi (Storing variables): Mention that only most variables
4970 are void to begin with.
4971
49722005-05-21 Kevin Ryde <user42@zip.com.au>
4973
4974 * widget.texi (Basic Types): Update cross ref from "Enabling
4975 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
4976 lispref/text.texi change.
4977
49782005-05-20 Carsten Dominik <dominik@science.uva.nl>
4979
4980 * org.texi: Version 3.09.
4981
49822005-05-18 Carsten Dominik <dominik@science.uva.nl>
4983
4984 * reftex.texi: Version 4.28.
4985
49862005-05-16 Jay Belanger <belanger@truman.edu>
4987
4988 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
4989
49902005-05-14 Jay Belanger <belanger@truman.edu>
4991
4992 * calc.texi (Default Simplifications): Insert missing ! (logical
4993 not operator).
4994
49952005-05-14 Michael Albinus <michael.albinus@gmx.de>
4996
4997 Sync with Tramp 2.0.49.
4998
49992005-05-10 Jay Belanger <belanger@truman.edu>
5000
5001 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
5002 to 1.
5003
50042005-04-29 Carsten Dominik <dominik@science.uva.nl>
5005
5006 * org.texi: Version 3.08, structure reorganized.
5007
50082005-04-24 Richard M. Stallman <rms@gnu.org>
5009
5010 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
5011
50122005-04-15 Carsten Dominik <dominik@science.uva.nl>
5013
5014 * org.texi: Update to version 3.06.
5015
50162005-04-13 Lute Kamstra <lute@gnu.org>
5017
5018 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
5019
50202005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
5021
5022 * cl.texi (Porting Common Lisp): Fix typo.
5023
50242005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5025
5026 * gnus.texi (RSS): Addition.
5027
50282005-04-04 Jay Belanger <belanger@truman.edu>
5029
5030 * calc.texi: Change Calc version number.
5031 (Customizable variables): Fix description of calc-language-alist.
5032 (Copying): Put in version 2 of GPL.
5033
50342005-04-01 Jay Belanger <belanger@truman.edu>
5035
5036 * calc.texi (Troubleshooting Commands): Remove comment about
5037 installation.
5038 (Installation): Remove section.
5039 (Customizable Variables): New section.
5040 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
5041 (Graphical Devices): Add references to Customizable Variables.
5042
50432005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
5044
5045 * emacs-mime.texi (Display Customization): Markup fixes.
5046 (rfc2047): Update.
5047
50482005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5049
5050 * gnus-faq.texi: Replaced with auto-generated version.
5051
50522005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5053
5054 * dired-x.texi (Multiple Dired Directories): default-directory was
5055 renamed to dired-default-directory.
5056
50572005-03-26 Jay Belanger <belanger@truman.edu>
5058
5059 * calc.texi (Simplifying Formulas, Rewrite Rules):
5060 Change description of top and bottom of fraction.
5061 (Modulo Forms): Move description of how to create modulo forms to
5062 earlier in the section.
5063 (Fraction Mode): Suggest using : to get a fraction by dividing.
5064 (Basic Arithmetic): Adjust placement of command name.
5065 (Truncating the Stack): Emphasize that "hidden" entries are still
5066 visible.
5067 (Installation): Move discussion of printing manual to "About This
5068 Manual".
5069 (About This Manual): Mention how to print the manual.
5070 (Reporting Bugs): Remove first person.
5071 (Building Vectors): Add algebraic version of append.
5072 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
5073 (Grouping Digits): Fix typo.
5074
50752005-03-25 Werner Lemberg <wl@gnu.org>
5076
5077 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
5078 Replace `legal' with `valid'.
5079
50802005-03-25 Werner Lemberg <wl@gnu.org>
5081
5082 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
5083
50842005-03-24 Jay Belanger <belanger@truman.edu>
5085
5086 * calc.texi (General Mode Commands)
5087 (Mode Settings in Embedded Mode): Add some explanation of
5088 recording mode settings.
5089
50902005-03-24 Richard M. Stallman <rms@gnu.org>
5091
5092 * calc.texi: Remove praise of non-free software.
5093
5094 * idlwave.texi: Don't say where to get IDL or its non-free manual.
5095 (Installation): Node deleted.
5096
50972005-03-23 Richard M. Stallman <rms@gnu.org>
5098
5099 * url.texi (HTTP language/coding): Improve last change.
5100
51012005-03-22 Jay Belanger <belanger@truman.edu>
5102
5103 * calc.texi (Embedded Mode): Add new information on changing
5104 modes.
5105
51062005-03-20 Michael Albinus <michael.albinus@gmx.de>
5107
5108 Sync with Tramp 2.0.48.
5109
5110 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
5111
5112 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
5113 "GNU/Linux". Change all addresses to .gnu.org.
5114 (Default Method): Offer shortened syntax for "su" and "sudo"
5115 methods.
5116
51172005-03-07 Richard M. Stallman <rms@gnu.org>
5118
5119 * url.texi: Fix usage of "e.g.".
5120 (HTTP language/coding): Explain the rules for these strings.
5121
51222005-03-06 Richard M. Stallman <rms@gnu.org>
5123
5124 * woman.texi (Introduction): Minor cleanups.
5125
5126 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
5127
5128 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
5129 (Installation): Node deleted.
5130
5131 * mh-e.texi (Preface): Get rid of "Emacs 21".
5132
5133 * eshell.texi (Installation): Delete node (for Emacs 20).
5134
51352005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
5136
5137 * flymake.texi: Refill and tweak style in @lisp blocks.
5138
51392005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5140
5141 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
5142
51432005-03-01 Jay Belanger <belanger@truman.edu>
5144
5145 * calc.texi (Trigonometric and Hyperbolic Functions):
5146 Mention additional functions.
5147 (Algebraic Simplifications): Mention additional simplifications.
5148
51492005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
5150
5151 * ses.texi: Add concept/function/variable indices (this work was
5152 donated by Brad Collins <brad@chenla.org>, copyright-assignment
5153 papers on file at FSF).
5154
51552005-02-10 Jay Belanger <belanger@truman.edu>
5156
5157 * calc.texi: Change @LaTeX to La@TeX throughout.
5158 Redefine @expr as @math for TeX output.
5159 Redefine @texline as a no-op for TeX output.
5160 Define @tfn, replace @t by @tfn throughout.
5161
51622005-02-09 Jay Belanger <belanger@truman.edu>
5163
5164 * calc.texi: Add macro for LaTeX for info output.
5165
51662005-02-08 Kim F. Storm <storm@cua.dk>
5167
5168 * texinfo.tex (LaTex): Add def.
5169
51702005-02-06 Jay Belanger <belanger@truman.edu>
5171
5172 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
5173 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
5174 throughout manual.
5175
51762005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5177
5178 * gnus.texi: Some edits based on comments from David Abrahams.
5179
51802005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5181
5182 * gnus.texi (RSS): Fix the keystroke.
5183
51842005-01-24 David Kastrup <dak@gnu.org>
5185
5186 * faq.texi: Update AUCTeX version info.
5187
51882005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
5189
5190 * gnus-faq.texi ([4.1]): Typo.
5191
51922005-01-19 Jay Belanger <belanger@truman.edu>
5193
5194 * calc.texi (Keep Arguments): Mention that keeping arguments
5195 doesn't work with keyboard macros.
5196
51972005-01-16 Richard M. Stallman <rms@gnu.org>
5198
5199 * autotype.texi (Autoinserting): Fix small error.
5200
52012005-01-16 Michael Albinus <michael.albinus@gmx.de>
5202
5203 Sync with Tramp 2.0.47.
5204
5205 * tramp.texi (Compilation): New section, describing compilation of
5206 remote files.
5207
52082005-01-11 Kim F. Storm <storm@cua.dk>
5209
5210 * widget.texi (Basic Types): Add :follow-link keyword.
5211
52122005-01-09 Jay Belanger <belanger@truman.edu>
5213
5214 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
5215
52162005-01-08 Jay Belanger <belanger@truman.edu>
5217
5218 * calc.texi: Change throughout to reflect new default value of
5219 calc-settings-file.
5220
52212005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5222
5223 * message.texi (Reply): `message-reply-to-function' should return
5224 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
5225
52262005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
5227
5228 * faq.texi (Changing load-path): Fix typo.
5229
52302005-01-05 Jay Belanger <belanger@truman.edu>
5231
5232 * calc.texi (Programming Tutorial): Replace kbd command by
5233 appropriate characters for a keyboard macro.
5234
52352005-01-04 Jay Belanger <belanger@truman.edu>
5236
5237 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
5238 for Lucid Emacs.
5239 (Programming Tutorial): Mention that the user needs to be in the
5240 right mode to compute some functions.
5241
52422005-01-04 Jay Belanger <belanger@truman.edu>
5243
5244 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
5245 no longer applicable.
5246
52472005-01-01 Jay Belanger <belanger@truman.edu>
5248
5249 * calc.texi (Programming Tutorial): Changed description of how to
5250 edit keyboard macros to match current behavior.
5251
52522004-12-31 Jay Belanger <belanger@truman.edu>
5253
5254 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
5255
52562004-12-20 Jay Belanger <belanger@truman.edu>
5257
5258 * calc.texi (Types Tutorial): Emphasize that you can't divide by
5259 zero.
5260
52612004-12-17 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * cc-mode.texi (Text Filling and Line Breaking): Put period after
5264 @xref.
5265 (Font Locking): Avoid @strong{Note:}.
5266
52672004-12-17 Michael Albinus <michael.albinus@gmx.de>
5268
5269 Sync with Tramp 2.0.46.
5270
5271 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
5272
52732004-12-16 Luc Teirlinck <teirllm@auburn.edu>
5274
5275 * url.texi: Correct typos.
5276 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 5277 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
5278 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
5279 (Dealing with HTTP documents): @inforef->@xref.
5280
52812004-12-15 Jay Belanger <belanger@truman.edu>
5282
5283 * calc.texi: Consistently capitalized all mode names.
5284 (Answers to Exercises): Mention that an answer can be a fraction
5285 when in Fraction mode.
5286
52872004-12-13 Jay Belanger <belanger@truman.edu>
5288
5289 * calc.texi: Fix some TeX definitions.
5290
52912004-12-09 Luc Teirlinck <teirllm@auburn.edu>
5292
5293 * reftex.texi (Imprint): Remove erroneous @value's.
5294
52952004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
5298 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
5299
53002004-12-08 Jay Belanger <belanger@truman.edu>
5301
5302 * calc.texi (Starting Calc): Remove comment about installation.
5303 (Keypad Mode Overview): Remove comment about Emacs 19 support.
5304
53052004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * url.texi: Update @setfilename.
5308 (Getting Started): No need to worry about Gnus versions.
5309 (Dealing with HTTP documents): Use @inforef.
5310
5311 * org.texi: Fix @direntry file name.
5312
53132004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * url.texi: New file.
5316
5317 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
5318
53192004-12-06 Jay Belanger <belanger@truman.edu>
5320
5321 * calc.texi (Using Calc): Remove paragraph about installation.
5322
53232004-12-06 Jay Belanger <belanger@truman.edu>
5324
5325 * calc.texi: Use more Texinfo macros and less TeX defs.
5326 Remove @refill's.
5327
53282004-12-06 Richard M. Stallman <rms@gnu.org>
5329
5330 * org.texi: New file.
5331
53322004-12-05 Richard M. Stallman <rms@gnu.org>
5333
5334 * Makefile.in (org.dvi, ../info/org): New targets.
5335 (INFO_TARGETS): Add ../info/org.
5336 (DVI_TARGETS): Add org.dvi.
5337 (maintainer-clean): Remove the info files in the info dir.
5338
53392004-11-26 Eli Zaretskii <eliz@gnu.org>
5340
5341 * idlwave.texi: Fix the setfilename directive to put the produced
5342 file in ../info.
5343 (Continued Statement Indentation): Resurrect Jan D.'s change from
5344 2004-11-03 that was lost when a newer version of idlwave.texi was
5345 imported.
5346
53472004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5348
5349 * gnus-faq.texi ([5.1]): Added missing bracket.
5350
5351 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
5352 `spam-initialize'.
5353
53542004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * message.texi (Various Message Variables): Mention that all mail
5357 file variables are derived from `message-directory'.
5358
5359 * gnus.texi (Splitting Mail): Clarify bogus group.
5360
53612004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5362
5363 * emacs-mime.texi (Encoding Customization): Fix
5364 mm-coding-system-priorities entry.
5365
c8763fb6 53662004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
5367
5368 * idlwave.texi (Continued Statement Indentation):
5369 * reftex.texi (Options (Index Support)):
5370 (Displaying and Editing the Index, Table of Contents):
5371 * speedbar.texi (Creating a display, Major Display Modes): Replace
5372 non-nil with non-@code{nil}.
5373
53742004-10-21 Jay Belanger <belanger@truman.edu>
5375
5376 * calc.texi (Algebraic-Style Calculations): Removed a comment.
5377
53782004-10-18 Luc Teirlinck <teirllm@auburn.edu>
5379
5380 * calc.texi (Reporting Bugs): Double up `@'.
5381
53822004-10-18 Jay Belanger <belanger@truman.edu>
5383
5384 * calc.texi (Reporting Bugs): Changed the address that bugs
5385 should be sent to.
5386
53872004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * gnus.texi (New Features): Add 5.11.
5390
5391 * message.texi (Resending): Remove wrong default value.
5392
5393 * gnus.texi (Mail Source Specifiers): Describe possible problems
5394 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
5395 `pop3-leave-mail-on-server' to the index.
5396
53972004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * message.texi (Canceling News): Add how to set a password.
5400
54012004-10-12 Jay Belanger <belanger@truman.edu>
5402
5403 * calc.texi (Help Commands): Changed the descriptions of
5404 calc-describe-function and calc-describe-variable to match their
5405 current behavior.
5406
54072004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5408
5409 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
5410
54112004-10-12 Michael Albinus <michael.albinus@gmx.de>
5412
5413 Sync with Tramp 2.0.45.
5414
5415 * tramp.texi (Frequently Asked Questions): Comment paragraph about
5416 plink link. The URL is outdated. Originator contacted for
5417 clarification.
5418
54192004-10-10 Juri Linkov <juri@jurta.org>
5420
5421 * gnus.texi (Top, Marking Articles): Join two menus in one node
5422 because a node can have only one menu.
5423
54242004-10-09 Juri Linkov <juri@jurta.org>
5425
5426 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
5427 example of nnmail-split-fancy.
5428
54292004-10-06 Karl Berry <karl@gnu.org>
5430
5431 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
5432 consistency with other uses of dashes.
5433
54342004-10-05 Karl Berry <karl@gnu.org>
5435
5436 * info.texi: Consistently use --- throughout, periods at end of
5437 menu descriptions, and a couple typos.
5438
54392004-09-26 Jesper Harder <harder@ifa.au.dk>
5440
5441 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
5442 * pgg.texi (User Commands, Backend methods): Do.
5443 * gnus.texi: Markup fixes.
5444 (Setting Process Marks): Fix `M P a' entry.
5445 * emacs-mime.texi: Fixes.
5446
54472004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
5448
5449 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
5450 again.
5451 Use 5.10 instead of 5.10.0.
5452
54532004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
5455 * gnus.texi (Summary Mail Commands): S D e.
5456
54572004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
5458
5459 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
5460 the gnus-article-mode-line-format section.
5461
54622004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
5463
5464 * gnus.texi (Various Summary Stuff): Fix the documentation for
5465 gnus-newsgroup-variables.
5466
54672004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5468
5469 * gnus.texi (MIME Commands): Added
5470 gnus-mime-display-multipart-as-mixed,
5471 gnus-mime-display-multipart-alternative-as-mixed,
5472 gnus-mime-display-multipart-related-as-mixed.
5473 (Mail Source Customization): Clarify `mail-source-directory'.
5474 (Splitting Mail): Mention gnus-group-find-new-groups.
5475 (SpamOracle): Fixed typo.
5476
5477 * gnus-faq.texi: Untabify.
5478 ([6.3]): nnir.el is in contrib directory.
5479
5480 * message.texi (News Headers): Clarify how a unique ID is created.
5481
5482 * gnus.texi (Batching Agents): Fixed typo in example. Reported
5483 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5484
b2abec73 54852004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 5486
b2abec73 5487 * gnus.texi (Group Parameters): Added more on hooks.
2de53ca6
GM
5488
54892004-09-20 Florian Weimer <fw@deneb.enyo.de>
5490
5491 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
5492
54932004-09-22 Jay Belanger <belanger@truman.edu>
5494
5495 * calc.texi (Vectors as Lists): Added a warning that the tutorial
5496 might be hidden during part of the session.
5497
54982004-09-20 Jay Belanger <belanger@truman.edu>
5499
5500 * calc.texi (Notations Used in This Manual): Put in an earlier
5501 mention that DEL could be called Backspace.
5502
55032004-09-10 Simon Josefsson <jas@extundo.com>
5504
5505 * gnus.texi (IMAP): Add example. Suggested and partially written
5506 by Steinar Bang <sb@dod.no>.
5507
55082004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5509
5510 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
5511 netrc syntax.
5512
55132004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5514
b2abec73
JB
5515 * gnus.texi (Spam ELisp Package Sequence of Events):
5516 Some clarifications.
2de53ca6
GM
5517 (Spam ELisp Package Global Variables): More clarifications.
5518
55192004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5520
5521 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
5522 Mention spam-split does not modify incoming mail.
5523
55242004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5525
5526 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
5527
55282004-09-10 Eli Zaretskii <eliz@gnu.org>
5529
5530 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
5531
55322004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5533
5534 * makefile.w32-in (sieve, pgg): Use $(infodir).
5535
55362004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
5537
5538 * makefile.w32-in: Fix PGG and Sieve entries.
5539
55402004-08-28 Eli Zaretskii <eliz@gnu.org>
5541
5542 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
5543 Emacs and related programs.
5544
55452004-08-27 Richard M. Stallman <rms@gnu.org>
5546
5547 * faq.texi: Fix texinfo usage, esp. doublequotes.
5548 (Difference between Emacs and XEmacs): Some clarification.
5549
5550 * faq.texi (Difference between Emacs and XEmacs):
5551 Explain not to contrast XEmacs with GNU Emacs.
5552
55532004-08-26 Richard M. Stallman <rms@gnu.org>
5554
5555 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
5556
55572004-08-22 David Kastrup <dak@gnu.org>
5558
5559 * reftex.texi (AUCTeX): Update links, section name.
5560
5561 * faq.texi (Calc): Update availability (included in 22.1).
5562 (AUCTeX): Update availability, information, versions, description.
5563
55642004-08-14 Eli Zaretskii <eliz@gnu.org>
5565
5566 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
5567
55682004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5569
5570 * cc-mode.texi: Various updates for CC Mode 5.30.9.
5571
55722004-08-10 Michael Albinus <michael.albinus@gmx.de>
5573
5574 Sync with Tramp 2.0.44.
5575
55762004-08-05 Lars Hansen <larsh@math.ku.dk>
5577
5578 * widget.texi (User Interface): Update how to separate the
5579 editable field of an editable-field widget from other widgets.
5580 (Programming Example): Add text after field.
5581
55822004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * emacs-mime.texi (Encoding Customization): Add a note to the
5585 mm-content-transfer-encoding-defaults entry.
5586 (rfc2047): Update.
5587
5588 * gnus.texi (Article Highlighting): Add
5589 gnus-cite-ignore-quoted-from.
5590 (POP before SMTP): New node.
5591 (Posting Styles): Addition.
5592 (Splitting Mail): Add nnmail-split-lowercase-expanded.
5593 (Fancy Mail Splitting): Ditto.
5594 (X-Face): Add gnus-x-face.
5595
55962004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
5597
5598 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
5599 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
5600
56012004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * gnus.texi (Mail Source Specifiers): Describe
5604 `pop3-leave-mail-on-server'.
5605
56062004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
5607
5608 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
5609
5610 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
5611 repository. Change setfilename.
5612
5613 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
5614
56152004-07-02 Juri Linkov <juri@jurta.org>
5616
5617 * pcl-cvs.texi (Viewing differences): Add `d r'.
5618
56192004-06-29 Jesper Harder <harder@ifa.au.dk>
5620
5621 * ses.texi, viper.texi, flymake.texi, faq.texi:
5622 * eshell.texi, ediff.texi: Markup fixes.
5623
56242004-06-21 Karl Berry <karl@gnu.org>
5625
5626 * info.texi (Top): Mention that only Emacs has mouse support.
5627 (Getting Started): Mention this in a few other places.
5628
56292004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5630
5631 * autotype.texi (Copyrights, Timestamps): Recommend
5632 `before-save-hook' instead of `write-file-functions'.
5633
56342004-06-13 Lars Hansen <larsh@math.ku.dk>
5635
5636 * dired-x.texi (dired-mark-omitted): Update keybinding.
5637
56382004-06-10 Kim F. Storm <storm@cua.dk>
5639
5640 * pcl-cvs.texi (Viewing differences): Add 'd y'.
5641
56422004-06-05 Lars Hansen <larsh@math.ku.dk>
5643
5644 * dired-x.texi (variable dired-omit-mode): Rename from
5645 dired-omit-files-p.
5646 (function dired-omit-mode): Rename from dired-omit-toggle.
5647 Call dired-omit-mode rather than set dired-omit-files-p.
5648 (dired-mark-omitted): Describe command.
5649
56502004-05-29 Michael Albinus <michael.albinus@gmx.de>
5651
5652 Version 2.0.41 of Tramp released.
5653
56542004-05-29 Juanma Barranquero <lektu@terra.es>
5655
5656 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
5657 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5658
56592004-05-29 Richard M. Stallman <rms@gnu.org>
5660
5661 * cl.texi (Top): Call this chapter `Introduction'.
5662 (Overview): In TeX, no section heading here.
5663
5664 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
5665
56662004-05-29 Eli Zaretskii <eliz@gnu.org>
5667
5668 * Makefile.in (../info/flymake, flymake.dvi): New targets.
5669 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
5670
56712004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5672
5673 * flymake.texi: New file.
5674
56752004-05-28 Simon Josefsson <jas@extundo.com>
5676
5677 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
5678
b344d29d 56792004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
5680
5681 Version 2.0.40 of Tramp released.
5682
56832004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
5684
5685 Complete rework, based on review by Karl Berry <karl@gnu.org>.
5686
5687 * tramp.texi (Auto-save and Backup): Explain exploitation of new
5688 variables `tramp-backup-directory-alist' and
5689 `tramp-bkup-backup-directory-info'.
5690 (Overview, Connection types)
5691 (External transfer methods, Default Method)
5692 (Windows setup hints): Remove restriction of password entering
5693 with external methods.
5694 (Auto-save and Backup): Make file name example
5695 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
5696 and `auto-save-directory' must be used.
5697 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
5698 only "NT"). Remove doubled entry "What kinds of systems does
5699 @tramp{} work on".
5700 (tramp): Macro removed.
5701 (Obtaining Tramp): Flag removed from title.
5702 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
5703 and `trampver' used properly. Flag `tramp-inst' replaced by
5704 `installchapter'. Installation related text adapted.
5705
57062004-04-28 Masatake YAMATO <jet@gyve.org>
5707
5708 * widget.texi (Programming Example): Remove overlays.
5709
57102004-04-27 Jesper Harder <harder@ifa.au.dk>
5711
5712 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
5713
57142004-04-23 Juanma Barranquero <lektu@terra.es>
5715
5716 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5717
57182004-04-05 Jesper Harder <harder@ifa.au.dk>
5719
5720 * info.texi (Info Search): Add info-apropos.
5721
57222004-03-22 Juri Linkov <juri@jurta.org>
5723
5724 * faq.texi: Fix help key bindings.
5725
57262004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5727
5728 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
5729 (as suggested by Karl Berry). Update information about colored
5730 stars in menus. Add new subheading describing M-n.
5731
57322004-03-12 Richard M. Stallman <rms@gnu.org>
5733
5734 * cl.texi (Top): Rename top node's title.
5735
57362004-03-08 Karl Berry <karl@gnu.org>
5737
5738 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
5739 problems making the texinfo distribution.
5740
57412004-02-29 Simon Josefsson <jas@extundo.com>
5742
5743 * smtpmail.texi (Authentication): Changed the list of supported
5744 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
5745 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
5746 <voegelas@gmx.net>.
5747
57482004-02-29 Juanma Barranquero <lektu@terra.es>
5749
5750 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5751 Use $(DEL) instead of rm, and ignore exit code.
5752
b344d29d 57532004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
5754
5755 Tramp version 2.0.39 released.
5756
57572004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5758
5759 * tramp.texi (Customizing Completion): Explain new functions
5760 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
5761 (all): Savannah URLs unified to "http://savannah.nongnu.org".
5762 (Top): Refer to Savannah mailing list as the major one. Mention
5763 older mailing lists in HTML mode only.
5764 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
5765 (Frequently Asked Questions): Remote hosts must not be Unix-like
5766 for "smb" method.
5767 (Password caching): New node.
5768 (External transfer methods): Refer to password caching for "smb"
5769 method.
5770
57712004-02-17 Karl Berry <karl@gnu.org>
5772
5773 * info.texi (Help-Int): Mention the new line number feature.
5774
57752004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5776
5777 * ses.texi (Advanced Features): New functionality for
5778 ses-set-header-row (defaults to current row unless C-u used).
5779 (Acknowledgements): Add Stefan Monnier.
5780
57812003-12-29 Kevin Ryde <user42@zip.com.au>
5782
5783 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
5784
b344d29d 57852003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5786
5787 Tramp version 2.0.38 released.
5788
5789 * tramp.texi (Remote shell setup): Warn of environment variables
5790 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
5791 <sven.gabriel@imk.fzk.de>.
5792 (Configuration): Tramp now chooses base64/uuencode
5793 automatically. Update wording accordingly.
5794 (Top): More description for the `Default Method' menu entry.
5795 (Default Method): Use @code, not @var, for Lisp variables.
5796 (Default Method): New subsection `Which method is the right one
5797 for me?' Suggested by Christian Kirsch.
5798 (Configuration): Pointer to new subsection added.
5799 (Default Method): Too many "use" in one sentence.
5800 Rephrase. Reported by Christian Kirsch.
5801 (Filename Syntax): Old `su' example is probably a left-over from
5802 the sm/su method naming. Replace with `ssh', instead.
5803 (External transfer methods, Auto-save and Backup):
5804 Typo fixes.
5805
58062003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
5807
183080b6 5808 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
5809 (Top): Mention japanese manual only if flag `jamanual' is set.
5810 Insert section `Japanese manual' in menu.
5811
58122003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5813
5814 * eshell.texi (Known Problems): Add doc item.
5815
58162003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5817
5818 * cc-mode.texi: Update for CC Mode 5.30.
5819
5820 Note: Please refrain from doing purely cosmetic changes like
5821 removing trailing whitespace in this manual; it clobbers cvs
5822 merging for no good reason.
5823
58242003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5825
5826 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
5827 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
5828 @acronym{ASCII}.
5829
58302003-10-26 Karl Berry <karl@gnu.org>
5831
5832 * info.texi (Info Search): Echo area, not echo are. From Debian
5833 diff.
5834
58352003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
5836
10d1d0af 5837 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
5838 :buttons and :children keywords.
5839
58402003-10-22 Miles Bader <miles@gnu.org>
5841
5842 * Makefile.in (info): Move before $(top_srcdir)/info.
5843
58442003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
5845
5846 * tramp.texi (Inline methods): Small grammar fix.
5847 (External transfer methods): Likewise.
5848
58492003-10-08 Nick Roberts <nick@nick.uklinux.net>
5850
5851 * speedbar.texi: Remove paragraph for GUD that is no longer true.
5852
58532003-10-06 Luc Teirlinck <teirllm@auburn.edu>
5854
5855 * texinfo.tex: Replace `%' in arch tagline by @ignore.
5856
58572003-09-30 Richard M. Stallman <rms@gnu.org>
5858
5859 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
5860
5861 * widget.texi (User Interface): Fix typos.
5862
5863 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
5864
58652003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5866
5867 * pcl-cvs.texi (Selected Files): Fix typo.
5868
58692003-09-21 Karl Berry <karl@gnu.org>
5870
5871 * info.texi (] and [ commands): No period at end of section title.
5872
58732003-09-04 Miles Bader <miles@gnu.org>
5874
5875 * Makefile.in (top_srcdir): New variable.
5876 ($(top_srcdir)/info): New rule.
5877 (info): Depend on it.
5878
58792003-09-03 Peter Runestig <peter@runestig.com>
5880
5881 * makefile.w32-in: New file.
5882
58832003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
5884
5885 * widget.texi (User Interface): Explain the need of static text
5886 around an editable field.
5887
58882003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5889
5890 * widget.texi (Basic Types): The argument to `:help-echo' can now
5891 be a form that evaluates to a string.
5892
58932003-08-18 Kim F. Storm <storm@cua.dk>
5894
5895 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
5896
58972003-08-16 Richard M. Stallman <rms@gnu.org>
5898
5899 * dired-x.texi (Shell Command Guessing): Explain *.
5900
59012003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
5902
5903 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
5904 log-edit-insert-changelog.
5905
59062003-08-03 Karl Berry <karl@gnu.org>
5907
5908 * info.texi: Need @contents.
5909
c8763fb6 59102003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5911
5912 Tramp version 2.0.36 released.
5913
5914 * tramp.texi (Remote shell setup): Explain about problems with
5915 non-Bourne commands in ~/.profile and ~/.shrc.
5916
59172003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5918
5919 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
5920 renaming of `vis-mode' to `visible-mode'.
5921
59222003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
5923
5924 * info.texi (Top, Help-Small-Screen): Remove accidentally added
5925 next, prev and up pointers.
5926
59272003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
5928
5929 * info.texi (Help): Mention existence of Emacs and stand-alone
5930 Info at the very beginning of the tutorial.
5931 (Help-Inv): New node.
5932 (Help-]): New node.
5933 (Help-M): Systematically point out the differences between default
5934 Emacs and stand-alone versions. Delete second menu.
5935 (Help-Xref): Systematically point out the differences between
5936 default Emacs and stand-alone versions.
5937 (Help-Int): Change `l' example.
5938 (Expert Info): Fix typos.
5939 (Emacs Info Variables): Mention `Info-hide-note-references' and
5940 new default for `Info-scroll-prefer-subnodes'.
5941
c8763fb6 59422003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5943
5944 Version 2.0.35 of Tramp released.
5945
5946 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
5947 (Inline methods): Add methods `remsh' and `plink1'.
5948 (External transfer methods): Add method `remcp'.
5949 (Multi-hop Methods): Add method `remsh'.
5950 Small patch from Adrian Aichner <adrian@xemacs.org>:
5951 Fix minor typos.
5952 (Concept Index): Added to make manual searchable via
5953 `Info-index'.
5954 (Version Control): Add cindex entry.
5955
c8763fb6 59562003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5957
5958 * trampver.texi: Version 2.0.34 released.
5959
59602003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5961
5962 * faq.texi: Improve previous changes.
5963
59642003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5965
5966 * faq.texi: Update copyright and maintenance details.
5967 Update some package URLs, versions, and maintainers.
5968 Remove many references to the Emacs Lisp Archive.
5969
59702003-04-23 Simon Josefsson <jas@extundo.com>
5971
5972 * smtpmail.texi: Fix license (the invariant sections mentioned has
5973 never been part of the smtp manual). Align info dir entry with
5974 other emacs packages.
5975
59762003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5977
5978 * tramp.texi: Version 2.0.33 released.
5979 Remove installation chapter. Remove XEmacs specifics.
5980
59812003-03-29 Richard M. Stallman <rms@gnu.org>
5982
5983 * tramp.texi (Top): Undo the previous renaming.
5984 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
5985
c8763fb6 59862003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
5987
5988 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
5989 version of manual.
5990
5991 * tramp.texi (Auto-save and Backup): New node.
5992
59932003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
5994
5995 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
5996 Emacs" in order to have better differentiation to "XEmacs".
5997 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
5998 are new macros in order to point to the other Emacs flavor where
5999 appropriate. In info case, point to node `Installation' in order
6000 to explain how to generate the other way. In html case, make a
6001 link to the other html file.
6002 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
6003 after CVS checkout/update.
6004 (Installation): Completely rewritten.
6005 (Installation parameters, Load paths): New sections under
6006 `Installation'.
6007
c8763fb6 60082003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
6009
6010 * tramp.texi: Version 2.0.30 released.
6011 Replace word "path" with "localname" where used as a component of
6012 a Tramp file name.
6013
60142003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
6015
6016 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
6017 introduced.
6018 (Installation): Explain what to do if files from the tramp/contrib
6019 directory are needed.
6020
60212003-02-23 Alex Schroeder <alex@emacswiki.org>
6022
6023 * smtpmail.texi (How Mail Works): New.
6024
60252003-02-22 Alex Schroeder <alex@emacswiki.org>
6026
6027 * smtpmail.texi: New file.
6028
6029 * Makefile.in: Build SMTP manual.
6030
c8763fb6 60312003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
6032
6033 * tramp.texi: Version 2.0.29 released.
6034 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
6035 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
6036
60372003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
6038
6039 * tramp.texi (Frequently Asked Questions): Explain a workaround if
6040 another package loads accidently Ange-FTP.
6041
60422003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
6043
6044 * tramp.texi (Customizing Completion): Add function
6045 `tramp-parse-sconfig'. Change example of
6046 `tramp-set-completion-function', because parsing of ssh config
6047 files looks more natural.
6048
60492003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
6050
6051 * gnus.texi: Do not use `path' in several locations.
6052
c8763fb6 60532002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
6054
6055 * tramp.texi (External transfer methods): New method `smb'. From
6056 Michael Albinus.
6057
60582002-11-05 Karl Berry <karl@gnu.org>
6059
6060 * info.texi (Info-fontify): Reorder face list to avoid bad line
6061 breaks.
6062
c8763fb6 60632002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
6064
6065 * tramp.texi: Move @copying to standard place. Use
6066 @insertcopying.
6067
60682002-10-02 Karl Berry <karl@gnu.org>
6069
6070 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
6071 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
6072 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
6073 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
6074 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
6075 Per rms, update all manuals to use @copying instead of @ifinfo.
6076 Also use @ifnottex instead of @ifinfo around the top node, where
6077 needed for the sake of the HTML output.
6078 (The Gnus manual is not fixed since it's not clear to me how it
6079 works; and the Tramp manual already uses @copying, although in an
6080 unusual way. All others were changed.)
6081
60822002-09-10 Jonathan Yavner <jyavner@engineer.com>
6083
6084 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
6085 (../info/ses, ses.dvi): New targets.
6086 * ses.texi: New file.
6087
c8763fb6 60882002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
6089
6090 * texinfo.tex: Update to texinfo 4.2.
6091
60922002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6093
6094 * reftex.texi: Update to RefTeX 4.19.
6095
c8763fb6 60962002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
6097
6098 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
6099 (../info/tramp, tramp.dvi): New targets.
6100
61012002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6102
6103 * Makefile.in (DVI_TARGETS): Add calc.dvi.
6104 (calc.dvi): Uncomment.
6105
61062001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6107
6108 * Makefile.in (INFO_TARGETS): Add ../info/calc.
6109 (../info/calc): New target.
6110
61112001-10-20 Gerd Moellmann <gerd@gnu.org>
6112
6113 * (Version 21.1 released.)
6114
61152001-10-05 Gerd Moellmann <gerd@gnu.org>
6116
6117 * Branch for 21.1.
6118
61192001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * Makefile.in (../info/info): Use an explicit -o switch to
6122 makeinfo.
6123
61242001-03-05 Gerd Moellmann <gerd@gnu.org>
6125
6126 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6127
61282000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * Makefile.in (../info/idlwave): Use --no-split.
6131
61322000-12-14 Dave Love <fx@gnu.org>
6133
6134 * Makefile.in (mostlyclean): Remove gnustmp.*
6135 (gnus.dvi): Change rule to remove @latex stuff.
6136
61372000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6138
6139 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
6140
61412000-10-13 John Wiegley <johnw@gnu.org>
6142
6143 * Makefile.in: Add build targets for eshell.texi.
6144
61452000-09-25 Gerd Moellmann <gerd@gnu.org>
6146
6147 * Makefile.in: Remove/comment speedbar stuff.
6148
61492000-09-22 Dave Love <fx@gnu.org>
6150
6151 * Makefile.in: Add emacs-mime.
6152
61532000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * Makefile.in (INFO_TARGETS): Add ../info/woman.
6156 (DVI_TARGETS): Add woman.dvi.
6157 (../info/woman, woman.dvi): New targets.
6158
61592000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6160
6161 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6162
6163 * pcl-cvs.texi: New file.
6164 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
6165 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
6166
61672000-05-11 Gerd Moellmann <gerd@gnu.org>
6168
6169 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
6170 (../info/ebrowse, ebrowse.dvi): New targets.
6171
61722000-01-13 Gerd Moellmann <gerd@gnu.org>
6173
6174 * Makefile.in (INFO_TARGETS): Add eudc.
6175 (DVI_TARGETS): Add eudc.dvi.
6176 (../info/eudc, eudc.dvi): New targets.
6177
61782000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
6179
6180 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
6181 compatibility with 8+3 filesystems).
6182 (../info/efaq): Rename from emacs-faq.
6183
61842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6185
6186 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
6187 (../info/idlwave, idlwave.dvi): New targets.
6188
61891999-10-23 Dave Love <fx@gnu.org>
6190
6191 * Makefile.in: Use autotype.texi.
6192
61931999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6194
6195 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
6196 faq.texi file) rather than ../info/faq.
6197
61981999-10-07 Gerd Moellmann <gerd@gnu.org>
6199
6200 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
6201 (../info/ada-mode, ada-mode.dvi): New targets.
6202
62031999-09-01 Dave Love <fx@gnu.org>
6204
6205 * Makefile.in: Add faq.
6206
62071999-07-12 Richard Stallman <rms@gnu.org>
6208
6209 * Version 20.4 released.
6210
62111998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6212
6213 * Version 20.3 released.
6214
62151998-04-06 Andreas Schwab <schwab@gnu.org>
6216
768c0c0f
JB
6217 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
6218 Use it in dvi targets.
2de53ca6
GM
6219 (../etc/GNU): Change to $(srcdir) first.
6220
62211998-03-11 Carsten Dominik <cd@delysid.gnu.org>
6222
6223 * reftex.texi: Update for RefTeX version 3.22.
6224
62251998-02-08 Richard Stallman <rms@psilocin.gnu.org>
6226
6227 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
6228 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
6229
62301997-09-23 Paul Eggert <eggert@twinsun.com>
6231
6232 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6233 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
6234
62351997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6236
6237 * Version 20.2 released.
6238
62391997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6240
6241 * Version 20.1 released.
6242
62431997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6244
6245 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
6246
62471996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6248
6249 * Version 19.33 released.
6250
62511996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6252
6253 * Version 19.32 released.
6254
62551996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
6256
6257 * Makefile.in: Add rules for the Message manual.
6258
62591996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
6260
6261 * gnus.texi: New version.
6262
6263 * message.texi: New manual.
6264
62651996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6266
6267 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6268
62691996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6270
6271 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6272 Specify -I option.
6273 (All dvi targets): Set the TEXINPUTS variable.
6274
62751996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6276
6277 * Version 19.31 released.
6278
62791996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6280
6281 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
6282 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
6283
62841995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6285
6286 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
6287 (INFO_TARGETS): Add ../info/cc-mode.
6288 (DVI_TARGETS): Add cc-mode.dvi.
6289
62901996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6291
6292 * Version 19.31 released.
6293
62941995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6295
6296 * Version 19.30 released.
6297
62981995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
6299
6300 * gnus.texi: New file.
6301
63021995-11-04 Erik Naggum <erik@naggum.no>
6303
6304 * gnus.texi: File deleted.
6305
63061995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
6307
6308 * mh-e.texi: "Function Index" -> "Command Index" to work with
6309 Emacs 19.30 C-h C-k support of separately-documented commands.
6310
63111995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6312
6313 * Makefile.in (../info/ediff, ediff.dvi): New targets.
6314 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
6315
63161995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6317
6318 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
6319 (../info/viper, viper.dvi): New targets.
6320
63211995-04-20 Kevin Rodgers <kevinr@ihs.com>
6322
6323 * dired-x.texi (Installation): Change the example to set
6324 buffer-local variables like dired-omit-files-p in
6325 dired-mode-hook.
6326
63271995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6328
6329 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
6330 (../info/mh-e, mh-e.dvi): New targets.
6331
63321995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6333
6334 * Makefile.in (maintainer-clean): Rename from realclean.
6335
63361994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6337
6338 * Makefile.in: New file.
6339 * Makefile: File deleted.
6340
63411994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6342
6343 * Makefile (TEXINDEX_OBJS): Variable deleted.
6344 (texindex, texindex.o, getopt.o): Rules deleted.
6345 All deps on texindex deleted.
6346 (distclean): Don't delete texindex.
6347 (mostlyclean): Don't delete *.o.
6348 * texindex.c, getopt.c: Files deleted.
6349
63501994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6351
6352 * Version 19.26 released.
6353
63541994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6355
6356 * Version 19.25 released.
6357
63581994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6359
6360 * Version 19.24 released.
6361
63621994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6363
6364 * Version 19.23 released.
6365
63661994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6367
6368 * Makefile: Delete spurious tab.
6369
63701994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6371
6372 * Makefile (.SUFFIXES): New rule.
6373
63741994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6375
6376 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
6377 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
6378
63791994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6380
6381 * Makefile (../info/sc): Rename from sc.info.
6382 (../info/cl): Likewise.
6383 (INFO_TARGETS): Use new names.
6384
63851993-12-04 Richard Stallman (rms@srarc2)
6386
6387 * getopt.c: New file.
6388 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6389 (getopt.o): New rule.
6390 (dvi): Don't depend on texindex.
6391 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
6392 Depend on texindex.
6393
63941993-12-03 Richard Stallman (rms@srarc2)
6395
6396 * Makefile (../info/sc.info): Rename from ../info/sc.
6397 (TEXI2DVI): New variable.
6398 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
6399 Add explicit commands.
6400 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6401
64021993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6403
6404 * Version 19.22 released.
6405
64061993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6407
6408 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6409
64101993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6411
6412 * Version 19.21 released.
6413
64141993-11-15 Paul Eggert (eggert@twinsun.com)
6415
6416 * man/Makefile (../info/cl.info): Rename from ../info/cl.
6417
64181993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6419
6420 * Makefile (../etc/GNU): New target.
6421 (EMACSSOURCES): Add gnu1.texi.
6422
64231993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6424
6425 * Makefile (realclean): Don't delete the Info files.
6426
f0131492 64271993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
6428
6429 * forms.texi: Fix forms.texi so that it will format correctly.
6430 Add missing `@end iftex', fix bad reference.
6431
6432 * info.texi, info-stn.texi: New files implement texinfo version of
6433 `info' file.
6434
f0131492 64351993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
6436
6437 * Makefile: Fix targets for texindex, new info.texi files.
6438 * info-stnd.texi: New file implements info for standalone info
6439 reader.
6440 * info.texi: Update to include recent changes to "../info/info".
6441 New source file for ../info/info; includes info-stnd.texi.
6442
6443 * texindex.c: Include "../src/config.h" if building in emacs.
6444
6445 * Makefile: Change all files to FILENAME.texi, force all targets
6446 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
6447 vip.texinfo, forms.texinfo, cl.texinfo.
6448 Add target to build texindex.c, defining `emacs'.
6449
6450 * forms.texi: Install new file to match version 2.3 of forms.el.
6451
64521993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6453
6454 * Version 19.19 released.
6455
64561993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
6457
6458 * sc.texinfo: Fix info file name.
6459
6460 * Makefile (info): Add gnus and sc.
6461 (dvi): Add gnus.dvi and sc.dvi.
6462 (../info/sc, sc.dvi): New targets.
6463
64641993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6465
6466 * Version 19.18 released.
6467
64681993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6469
6470 * Makefile: Fix source file names of the separate manuals.
6471 (gnus.dvi, ../info/gnus): New targets.
6472
64731993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6474
6475 * Version 19.17 released.
6476
64771993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6478
6479 * split-man: Fix typos in last change.
6480
64811993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6482
6483 * Version 19.16 released.
6484
64851993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6486
6487 * version 19.15 released.
6488
64891993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6490
6491 * Makefile (distclean): It's rm, not rf.
6492
64931993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6494
6495 * Version 19.14 released.
6496
64971993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6498
6499 * Makefile: New file.
6500
65011993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6502
6503 * Version 19.13 released.
6504
65051993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6506
6507 * Version 19.9 released.
6508
65091993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6510
6511 * Version 19.8 released.
6512
65131993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6514
6515 * Version 19.7 released.
6516
65171990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
6518
6519 * gnus.texinfo: New file. Removed installation instructions.
6520
65211990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6522
6523 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6524
65251989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
6526
6527 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
6528 then define `\sc' as the command for smallcaps in Texinfo. This
6529 means that the @sc command will produce small caps. bfox has
6530 made the corresponding change to makeinfo and texinfm.el.
6531
65321988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6533
6534 * vip.texinfo: Remove menu entry Adding Lisp Code in node
6535 Customization since the menu entry did not point to anything.
6536 Also add an @finalout command to remove overfull hboxes from the
6537 printed output.
6538
6539 * cl.texinfo: Add @bye, \input line and @settitle to file.
6540 This file is clearly intended to be a chapter of some other work,
6541 but the other work does not yet exist.
6542
65431988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6544
6545 * texinfo.texinfo: Three typos corrected.
6546
4009494e 6547;; Local Variables:
c8763fb6 6548;; coding: utf-8
4009494e
GM
6549;; fill-column: 79
6550;; add-log-time-zone-rule: t
6551;; End:
6552
5205011b 6553 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
c57008f6 6554 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4009494e
GM
6555
6556 This file is part of GNU Emacs.
6557
97c0352c 6558 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 6559 it under the terms of the GNU General Public License as published by
97c0352c
GM
6560 the Free Software Foundation, either version 3 of the License, or
6561 (at your option) any later version.
4009494e
GM
6562
6563 GNU Emacs is distributed in the hope that it will be useful,
6564 but WITHOUT ANY WARRANTY; without even the implied warranty of
6565 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6566 GNU General Public License for more details.
6567
6568 You should have received a copy of the GNU General Public License
97c0352c 6569 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4009494e 6570
f7ed05c9 6571;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803