]> code.delx.au - gnu-emacs/blob - man/ChangeLog
Set VER to `22.1'.
[gnu-emacs] / man / ChangeLog
1 2005-12-10 Romain Francoise <romain@orebokech.com>
2
3 Update the Emacs FAQ for the 22.1 release.
4
5 * faq.texi: Set VER to `22.1'.
6 (Basic editing): Explain how to use localized versions of the
7 Tutorial. Mention that `C-h r' displays the manual. Delete
8 obsolete WWW link to an Emacs 18 tutorial.
9 (Getting a printed manual): Point to the new locations of the
10 manuals on the GNU Web site.
11 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
12 available via Info (it was previously distributed separately).
13 (Installing Texinfo documentation): The latest version of Texinfo
14 is 4.8, not 4.0.
15 (Informational files for Emacs): COPYING is the GNU General Public
16 License, not the Emacs General Public License.
17 (Informational files for Emacs): Delete obsolete link to the
18 GNUinfo pages as they have been removed from the GNU Web site.
19 (New in Emacs 22): New node.
20 (Setting up a customization file): Say that most packages support
21 Customize nowadays.
22 (Colors on a TTY): Delete reference to instructions on how to
23 enable syntax highlighting, it is now enabled by default.
24 (Turning on abbrevs by default): Emacs now reads the abbrevs file
25 at startup automatically.
26 (Controlling case sensitivity): Mention `M-c' in isearch.
27 (Using an already running Emacs process): Emacs now creates the
28 socket in `/tmp/emacsUID'. Fix typos. Change default location of
29 gnuserv. As emacsclient can now run Lisp code as well, delete a
30 sentence praising gnuserv for that. Simplify description of how
31 the client/server operation works.
32 (Compiler error messages): Delete obsolete text (compile.el has
33 been rewritten).
34 (Indenting switch statements): Fix typo.
35 (Matching parentheses): Simplify setup instructions, mention the
36 menu bar item in the Options menu.
37 (Repeating a command as many times as possible): Mention `C-x e'.
38 (Going to a line by number): Mention new keymap and bindings
39 `M-g M-g', `M-g M-p' and `M-g M-n'.
40 (Turning on syntax highlighting): Now on by default. Simplify.
41 (Replacing highlighted text): Use `1', not `t'.
42 (Problems with very large files): The maximum size is now 256MB on
43 32-bit machines.
44 (^M in the shell buffer): Mention `comint-process-echoes'.
45 (Emacs for Apple computers): Emacs 22 has native support for Mac
46 OS X.
47 (Translating names to IP addresses): Delete node.
48 (Binding keys to commands): Fix typo.
49 (SPC no longer completes file names): New node.
50 (MIME with Emacs mail packages): Delete section about the Emacs
51 MIME FAQ (it's not reachable anymore).
52
53 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
54
55 * display.texi (Highlight Interactively): Include
56 global-hi-lock-mode. Add miscellaneous details and elaborations.
57
58 2005-12-09 Richard M. Stallman <rms@gnu.org>
59
60 * display.texi (Font Lock): Delete the Global FL menu item.
61
62 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
63
64 * custom.texi (Minibuffer Maps): Mention the maps for file name
65 completion.
66
67 2005-12-09 Kim F. Storm <storm@cua.dk>
68
69 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
70 prefix keys even when mark is active. Decribe that RET moves
71 cursor to next corner in rectangle; clarify insert around rectangle.
72
73 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
74
75 * pgg.texi (User Commands): Fix description of pgg-verify-region.
76 (Selecting an implementation): Fix descriptions.
77
78 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
79
80 * message.texi (Various Message Variables): Addition.
81
82 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * message.texi: Fix default values.
85
86 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * message.texi (Header Commands): Clarify descriptions of
89 message-cross-post-followup-to, message-reduce-to-to-cc, and
90 message-insert-wide-reply.
91 (Various Commands): Fix kindex for message-kill-to-signature;
92 clarify description of message-tab.
93
94 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
95
96 * message.texi (Mailing Lists): Fix description about MFT.
97
98 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
99
100 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * gnus.texi (Slow Terminal Connection): Replace old description
103 with new one.
104
105 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
106
107 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
108 replace X-Draft-Headers with X-Draft-From.
109
110 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
111
112 * gnus.texi (Various Various): Fix the default value of
113 nnheader-max-head-length.
114 (Gnus Versions): Fix typo.
115
116 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
117
118 * custom.texi (Customization): Use xref to elisp manual for
119 non-TeX output.
120 (Minor Modes): Update.
121 (Customization Groups, Changing a Variable, Face Customization):
122 Update for new appearance of Custom buffers.
123 (Changing a Variable): `custom-buffer-done-function' has been
124 replaced by `custom-buffer-done-kill'.
125 (Specific Customization): In the `customize-group' buffer, a
126 subgroup's contents are not "hidden". They are not included at
127 all. They have no [Show] button.
128 (Mouse Buttons): Add pxref to description of mouse event lists in
129 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
130 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
131 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
132
133 2005-12-08 Richard M. Stallman <rms@gnu.org>
134
135 * mini.texi (Completion Commands, Completion):
136 In file name input, SPC does not do completion.
137
138 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
139
140 * org.texi (Structure editing): Document new functionality of
141 M-RET.
142
143 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
144
145 * building.texi (GDB Graphical Interface): Explain screen size
146 setting.
147 (Other GDB User Interface Buffers): Describe features specific to
148 GDB 6.4.
149
150 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
151
152 * org.texi (Internal Links): Fix Texinfo usage.
153
154 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
155
156 * org.texi (TODO basics): Document the global todo list.
157 (TODO items): Documents sparse tree for specific TODO
158 keywords.
159
160 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
161
162 * building.texi (GDB User Interface Layout): Describe how to
163 kill associated buffers.
164 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
165 (Watch Expressions): Be more precise.
166 (Other GDB User Interface Buffers): Describe how to change a
167 register value.
168
169 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
170
171 * org.texi (Plain Lists): Typos fixed.
172
173 2005-11-28 Jay Belanger <belanger@truman.edu>
174
175 * calc.texi: Change references of `M-#' to `C-x *' prefix.
176
177 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
178
179 * org.texi (Structure editing): New item moving commands added.
180 (Plain Lists): New section.
181
182 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
183
184 * macos.texi (Mac Input): Remove description of
185 mac-command-key-is-meta. Add descriptions of
186 mac-control-modifier, mac-command-modifier, and
187 mac-option-modifier.
188 (Mac International): Fix description of conversion of clipboard data.
189 (Mac Font Specs): Add example of font customization by face attributes.
190
191 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
192
193 * building.texi (Watch Expressions): Expand description.
194 (Other GDB User Interface Buffers): Describe local map for
195 gud-watch.
196
197 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
198
199 * display.texi (Font Lock): Font lock is enabled by default now.
200
201 2005-11-20 Juri Linkov <juri@jurta.org>
202
203 * basic.texi (Position Info): Update examples of the output.
204 Remove the fact that examples are produced in the TeXinfo buffer,
205 because in the Info reader users will get a different output from
206 `C-x ='.
207
208 * building.texi (Compilation Mode): Remove paragraph duplicated
209 from the node `Compilation'. Add `compilation-skip-threshold'.
210
211 * display.texi (Font Lock): Suggest more user-friendly method of
212 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
213
214 2005-11-18 Richard M. Stallman <rms@gnu.org>
215
216 * files.texi (Registering): Mention @@ in mode line.
217
218 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
219
220 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu> (tiny change)
221
222 * files.texi (Renaming and VC): Some back-ends don't
223 handle renaming.
224
225 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
226
227 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
228 (Agenda): Document commands `org-cycle-agenda-files' and
229 `org-agenda-file-to-front'
230 (Built-in table editor): Document `org-table-sort-lines'.
231 (HTML formatting): Export of hand-formatted lists.
232
233 2005-11-17 Juri Linkov <juri@jurta.org>
234
235 * emacs.texi (Top):
236 * display.texi (Highlight Interactively): Put this font-lock based
237 mode near Font Lock node.
238
239 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
240
241 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
242 icons.
243
244 2005-11-12 Kim F. Storm <storm@cua.dk>
245
246 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
247 (Help Summary): Add C-h d and C-h e.
248 (Apropos): Clarify that all apropos commands may search for either
249 list of words or a regexp. Add C-h d for apropos-documentation.
250 Describe apropos-documentation-sort-by-scores user option.
251
252 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
253
254 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
255 new variable gnus-toolbar-thickness.
256
257 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
258
259 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
260
261 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
262
263 * gnus.texi (X-Face): Fix description.
264 (XVarious): Remove gnus-xmas-logo-color-alist and
265 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
266
267 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gnus.texi (Group Parameters): Mention new varable
270 gnus-parameters-case-fold-search.
271 (Home Score File): Addition.
272
273 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
274
275 * killing.texi (CUA Bindings): Add @section.
276
277 2005-11-10 Kim F. Storm <storm@cua.dk>
278
279 * emacs.texi (Top): Add CUA Bindings entry to menu.
280
281 * killing.texi (CUA Bindings): New node. Moved here from
282 misc.texi and extended with info on rectangle commands and
283 rectangle highlighting, interface to registers, and the global
284 mark feature.
285
286 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
287
288 * regs.texi: Prev link points to CUA Bindings node.
289
290 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
291
292 * help.texi (Help Echo): By default, help echos are only shown on
293 mouse-over, not on point-over.
294
295 2005-11-04 J\e,bi\e(Br\e,bt\e(Bme Marant <jerome@marant.org>
296
297 * misc.texi (Shell Mode): Describe how to activate password echoing.
298
299 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
300
301 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
302 (Overview): List supported feed types.
303 (Installation): No installation necessary when using autoload.
304 (Configuration): Rename "RSS" to "news".
305
306 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
307
308 * pgg.texi (User Commands): Document additional passphrase
309 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
310 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
311
312 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
313
314 * org.texi: Version number changed to 3.19
315
316 2005-11-04 Romain Francoise <romain@orebokech.com>
317
318 * mark.texi (Mark Ring): Fix typo.
319
320 2005-11-03 Richard M. Stallman <rms@gnu.org>
321
322 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
323
324 2005-11-01 Bill Wohler <wohler@newt.com>
325
326 * help.texi (Help Mode): Fix typo.
327
328 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
329
330 * building.texi (Other GDB User Interface Buffers): Describe
331 the command gdb-use-inferior-io-buffer.
332
333 2005-10-31 Romain Francoise <romain@orebokech.com>
334
335 * files.texi (Compressed Files): Fix typo.
336
337 * buffers.texi (Misc Buffer): Downcase `*shell*'.
338
339 * windows.texi (Force Same Window): Likewise.
340
341 2005-10-30 Bill Wohler <wohler@newt.com>
342
343 * help.texi (Help Mode): URLs viewed with browse-url.
344
345 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
346
347 * building.texi (GDB Graphical Interface): Don't reference
348 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
349 must stay in same frame.
350
351 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
352
353 * custom.texi (Init File): Document ~/.emacs.d/init.el.
354
355 * anti.texi (Antinews): Likewise.
356
357 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
358
359 * pgg.texi (How to use): Update the example to add autoload of
360 pgg-encrypt-symmetric-region.
361 (User Commands): Document pgg-encrypt-symmetric-region.
362 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
363
364 2005-10-28 Bill Wohler <wohler@newt.com>
365
366 * help.texi (Help): Help mode now creates hyperlinks for URLs.
367
368 2005-10-28 Richard M. Stallman <rms@gnu.org>
369
370 * files.texi (Visiting): Explain how to enter ? in a file name.
371
372 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
373
374 2005-10-27 Jay Belanger <belanger@truman.edu>
375
376 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
377 mention other TeX-related units.
378
379 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
380
381 * building.texi (GDB Graphical Interface): Describe
382 gdb-mouse-until.
383
384 2005-10-23 Richard M. Stallman <rms@gnu.org>
385
386 * custom.texi (Init File): Recommend when to use site-start.el.
387
388 2005-10-23 Lars Hansen <larsh@soem.dk>
389
390 * dired-x.texi (Miscellaneous Commands): Replace
391 dired-do-relative-symlink by dired-do-relsymlink and
392 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
393
394 2005-10-23 Jay Belanger <belanger@truman.edu>
395
396 * calc.texi (Predefined Units): Use `alpha' for the fine structure
397 constant.
398
399 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
400
401 * faq.texi (Bugs and problems): Replace
402 `dired-move-to-filename-regexp' by
403 `directory-listing-before-filename-regexp'.
404
405 2005-10-22 Eli Zaretskii <eliz@gnu.org>
406
407 * newsticker.texi (UPDATED): Set value.
408
409 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * gnus.texi (Document Groups): Remove duplicate item.
412
413 2005-10-21 Juri Linkov <juri@jurta.org>
414
415 * custom.texi (Examining): Mention accessing the old variable
416 value via M-n in set-variable.
417
418 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
419
420 * org.texi (Summary): Mention iCalendar support.
421 (Exporting): Document iCalendar support.
422
423 2005-10-18 Romain Francoise <romain@orebokech.com>
424
425 * files.texi (Version Systems): Capitalize GNU.
426
427 * viper.texi (Viper Specials): Likewise.
428
429 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
430
431 * building.texi (Compilation Mode): Remove redundant paragraph.
432 (Watch Expressions): Remove paragraph to reflect code change.
433
434 2005-10-17 Juri Linkov <juri@jurta.org>
435
436 * info.texi (Getting Started, Search Index, Expert Info):
437 Fix wording.
438 (Search Text): Replace `echo area' with `mode line'.
439 (Search Index): Both `i' and `,' find all index entries.
440 Replace example `C-f' with `C-l' (which exists in index of Info
441 manual) and delete spaces in its keyboard input sequence.
442 Delete unnecessary explanations about literal characters.
443
444 2005-10-16 Richard M. Stallman <rms@gnu.org>
445
446 * building.texi (Compilation Mode, Compilation): Clarified.
447
448 2005-10-15 Richard M. Stallman <rms@gnu.org>
449
450 * misc.texi (Saving Emacs Sessions): Mention savehist library.
451
452 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
453
454 * gnus.texi (Document Server Internals): Addition.
455
456 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
457
458 * gnus.texi (A note on namespaces): Fix RFC reference.
459
460 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
461
462 * gnus.texi (RSS): Fix key description.
463
464 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
465
466 * gnus.texi: Emacs/w3 -> Emacs/W3.
467 (Browsing the Web): Fix description.
468 (Web Searches): Ditto.
469 (Customizing W3): Ditto.
470
471 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * gnus.texi (Maildir): Clarify expire-age and expire-group.
474
475 2005-10-13 Kenichi Handa <handa@m17n.org>
476
477 * basic.texi (Position Info): Fix previous change.
478
479 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
480
481 * cmdargs.texi (Icons X): Fix typo.
482
483 2005-10-12 Kenichi Handa <handa@m17n.org>
484
485 * basic.texi (Position Info): Describe the case that Emacs shows
486 "part of display ...".
487
488 2005-10-11 Jay Belanger <belanger@truman.edu>
489
490 * calc.texi (Integration): Mention using `a i' to compute definite
491 integrals.
492
493 2005-10-11 Juri Linkov <juri@jurta.org>
494
495 * info.texi: Rearrange nodes.
496 (Top): Update menu. Change ref `Info for Experts' to
497 `Advanced Info Commands'.
498 (Getting Started): Fix description of manual's parts.
499 (Help-Int): Change xref `Info Search' to `Search Index', and
500 `Expert Info' to `Advanced'.
501 (Advanced): Move node one level up.
502 (Search Text, Search Index): New nodes split out from `Info Search'.
503 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
504 split out from `Advanced'.
505 (Advanced, Emacs Info Variables): De-document editing an Info file
506 in Info.
507 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
508 (Creating an Info File): Delete node and move its text to
509 `Expert Info'.
510
511 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
512
513 * cmdargs.texi (Icons X): -nb => -nbi
514
515 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
516
517 * frames.texi (Speedbar): A couple more clarifications.
518
519 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
520
521 * building.texi (GDB User Interface Layout): Improve diagram.
522 (Watch Expressions): Explain how to make speedbar global.
523 (Other GDB User Interface Buffers): Make references more precise.
524
525 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
526
527 * org.texi (Workflow states): Documented that change in keywords
528 becomes active only after restart of Emacs.
529
530 2005-10-09 Richard M. Stallman <rms@gnu.org>
531
532 * frames.texi (Speedbar): Clarify the text.
533
534 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
535
536 * frames.texi (Speedbar): Add information on keybindings,
537 dismissing the speedbar, and buffer display mode. Link to
538 speedbar manual.
539
540 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
541
542 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
543 added -nb, --no-bitmap-icon.
544
545 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
546
547 Sync with Tramp 2.0.51.
548
549 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
550
551 * speedbar.texi (Introduction): Describe new location of speedbar
552 on menubar.
553 (Basic Key Bindings): Remove descriptions of bindings that have
554 been removed.
555
556 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
557
558 * building.texi (GDB Graphical Interface): Add variables and
559 functions to indices. Be more precise.
560
561 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
562
563 * speedbar.texi (GDB): Describe use of watch expressions.
564
565 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
566
567 * frames.texi (Drag and Drop): Remove the x- from
568 x-dnd-open-file-other-window and xdnd-protocol-alist.
569
570 2005-09-30 Romain Francoise <romain@orebokech.com>
571
572 * mini.texi (Minibuffer): The default value now appears before the
573 colon in minibuffer prompts.
574
575 2005-09-28 Simon Josefsson <jas@extundo.com>
576
577 * message.texi (IDNA): Fix.
578
579 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
580
581 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
582 nntp-server-hook, and nntp-warn-about-losing-connection; fix
583 description of nntp-open-connection-function.
584 (Common Variables): Fix descriptions.
585
586 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * gnus.texi (Server Buffer Format): Document the %a format spec.
589
590 2005-09-25 Richard M. Stallman <rms@gnu.org>
591
592 * search.texi (Regexp Search): Doc search-whitespace-regexp.
593
594 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
595
596 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
597
598 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
599
600 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
601
602 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
603
604 * org.texi Version 3.16
605
606 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
607
608 * emacs.texi (Top): Update submenus from macos.texi.
609
610 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
611 (Mac OS): Update feature support status.
612 (Mac Input): List supported input scripts. Remove description
613 about `mac-keyboard-text-encoding'. Mention mouse button
614 emulation and related variables.
615 (Mac International): Mention Central European and Cyrillic
616 support. Now `keyboard-coding-system' is dynamically changed.
617 Add description about coding system for selection. Add
618 description about language environment.
619 (Mac Environment Variables): Mention
620 `~/.MacOSX/environment.plist'. Give example of command line
621 arguments. Add Preferences support.
622 (Mac Directories): Explicitly state that this node is for Mac OS
623 Classic only.
624 (Mac Font Specs): Mention specification for scalable fonts. List
625 supported charsets. Add preferred way of creating fontsets. Add
626 description about `mac-allow-anti-aliasing'.
627 (Mac Functions): Add descriptions about `mac-set-file-creator',
628 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
629 and `mac-get-preference'.
630
631 2005-09-19 Miles Bader <miles@gnu.org>
632
633 * newsticker.texi: Get rid of CVS keywords.
634
635 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
636
637 * gnus.texi (Finding the Parent): Fix description of how Gnus
638 finds article.
639
640 2005-09-14 Jari Aalto <jari.aalto@cante.net>
641
642 * gnus.texi (Advanced Scoring Examples): New examples to teach how
643 to drop off non-answered articles.
644
645 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
646
647 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
648 braces (which are unsupported by NMAKE) for macro `srcdir'.
649
650 2005-09-17 Eli Zaretskii <eliz@gnu.org>
651
652 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
653 (../info/newsticker, newsticker.dvi): New targets.
654
655 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
656
657 * newsticker.texi: Replace @command with @code. Replace @example
658 with @lisp.
659 (Top): Added explanations to menu items.
660 (GNU Free Documentation License): Removed.
661
662 2005-09-16 Romain Francoise <romain@orebokech.com>
663
664 Update all files to specify GFDL version 1.2.
665
666 * doclicense.texi (GNU Free Documentation License): Update to
667 version 1.2.
668
669 2005-09-15 Richard M. Stallman <rms@gnu.org>
670
671 * buffers.texi (List Buffers): Fix xref.
672
673 * rmail.texi (Rmail Basics): Fix xref.
674
675 * emacs.texi (Top): Update subnode menus.
676
677 * files.texi (Saving Commands): New node, broken out of Saving.
678 (Customize Save): New node, broken out of Saving.
679 Clarify effect of write-region-inhibit-fsync.
680 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
681
682 * newsticker.texi: Fix @setfilename.
683
684 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
685 (../info/newsticker, newsticker.dvi): New targets.
686
687 2005-09-14 Romain Francoise <romain@orebokech.com>
688
689 * files.texi (Saving): Mention write-region-inhibit-fsync.
690
691 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
692
693 * custom.texi (Custom Themes): New node.
694
695 2005-09-03 Richard M. Stallman <rms@gnu.org>
696
697 * search.texi (Search Case): Mention vars that control
698 case-fold-search for various operations.
699
700 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
701
702 * org.texi: Version 3.15.
703
704 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
705
706 * ses.texi: Combine all three indices into one.
707 Correct a few typos.
708
709 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
710
711 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
712
713 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
714
715 * emacs-mime.texi (Handles): Remove duplicate item.
716 (Encoding Customization): Fix the default value for
717 mm-coding-system-priorities.
718 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
719 (Basic Functions): Fix reference.
720
721 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
722
723 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
724
725 2005-08-22 Juri Linkov <juri@jurta.org>
726
727 * display.texi (Standard Faces): Merge the text from
728 `(elisp)Standard Faces' into this node.
729
730 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
731
732 * emacs.texi (Top): Delete menu item for deleted node
733 Keyboard Translations.
734
735 2005-08-18 Richard M. Stallman <rms@gnu.org>
736
737 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
738 and web site.
739
740 * trouble.texi (Unasked-for Search):
741 Delete xref to Keyboard Translations.
742
743 * glossary.texi (Glossary): Delete xref.
744
745 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
746 not keyboard-translate.
747
748 * custom.texi (Minor Modes): Say that the list here is not complete.
749 (Keyboard Translations): Node deleted.
750 (Disabling): Delete xref to it.
751 (Customization Groups): Fix Custom buffer example.
752 (Hooks): Mention remove-hooks.
753
754 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
755
756 * building.texi (GDB Graphical Interface): Improve filling of menu
757 item.
758
759 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
760
761 * building.texi (GDB Graphical Interface): Use better node names.
762
763 2005-08-14 Richard M. Stallman <rms@gnu.org>
764
765 * text.texi (Sentences): Fix xref.
766
767 2005-08-14 Juri Linkov <juri@jurta.org>
768
769 * building.texi (Compilation, Grep Searching): Move grep command
770 headings from `Compilation' to `Grep Searching'.
771
772 * dired.texi (Dired and Find):
773 * maintaining.texi (Tags Search): Replace grep xref to
774 `Compilation' node with `Grep Searching'.
775
776 * files.texi (Comparing Files): Replace xref to `Compilation' with
777 `Compilation Mode'.
778
779 2005-08-13 Alan Mackenzie <acm@muc.de>
780
781 * search.texi (Non-ASCII Isearch): Correct a typo.
782 (Replacement Commands): Mention query-replace key binding.
783
784 2005-08-11 Richard M. Stallman <rms@gnu.org>
785
786 * programs.texi (Options for Comments): Fix xref.
787
788 * search.texi (Regexp Backslash, Regexp Example): New nodes split
789 out of Regexps.
790
791 * faq.texi (Using regular expressions): Fix xref.
792
793 2005-08-09 Juri Linkov <juri@jurta.org>
794
795 * building.texi (Compilation): Use `itemx' instead of `item'.
796 (Grep Searching): Simplify phrase.
797
798 * display.texi (Standard Faces): Describe vertical-border on
799 window systems.
800
801 * windows.texi (Split Window): Simplify phrase and mention
802 vertical-border face.
803
804 2005-08-09 Richard M. Stallman <rms@gnu.org>
805
806 * files.texi (Comparing Files): Clarify compare-windows.
807
808 * calendar.texi (Scroll Calendar): Document < and > in calendar.
809
810 2005-08-09 Juri Linkov <juri@jurta.org>
811
812 * info.texi (Help-P): Replace `Prev' with `Previous'.
813 (Help-M, Help-Xref): Add S-TAB.
814 (Help-FOO): Update `u' command.
815 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
816 Update info about visibility of xref parts.
817 (Help-Int): Fix `m' command. Rename `Info-last' to
818 `Info-history-back'. Add `Info-history-forward'.
819 (Advanced): Fix `g*' and `M-n' commands.
820 (Info Search): Add `index-apropos' in stand-alone browser.
821 Add isearch commands.
822 (Emacs Info Variables): Remove `Info-fontify'.
823 Add `Info-mode-hook'. Update face names.
824 Add `Info-fontify-maximum-menu-size',
825 `Info-fontify-visited-nodes', `Info-isearch-search'.
826
827 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
828
829 Sync with Tramp 2.0.50.
830
831 * tramp.texi: Use @option{} consequently for method names.
832 (Inline methods, External transfer methods): Remove references to
833 Cygwin.
834 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
835 implementation.
836
837 2005-08-06 Eli Zaretskii <eliz@gnu.org>
838
839 * mule.texi (Coding Systems): Rephrase the paragraph about
840 codepages: no need for "M-x codepage-setup" anymore, except on
841 MS-DOS.
842
843 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
844 the MS-DOS port only.
845
846 2005-07-30 Eli Zaretskii <eliz@gnu.org>
847
848 * makefile.w32-in (info): Don't run multi-install-info.bat.
849 ($(infodir)/dir): New target, produced by running
850 multi-install-info.bat.
851
852 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
853
854 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
855 Mention that gnus-init-file is not read when Emacs is invoked with
856 --no-init-file or -q.
857
858 2005-07-22 Eli Zaretskii <eliz@gnu.org>
859
860 * files.texi (Quoted File Names): Add index entry.
861
862 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
863
864 * org.texi: Version 3.14
865
866 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
867
868 * org.texi: Version 3.13
869
870 2005-07-19 Juri Linkov <juri@jurta.org>
871
872 * files.texi (Comparing Files): Mention resync for `compare-windows'.
873
874 2005-07-18 Juri Linkov <juri@jurta.org>
875
876 * calc.texi (Time Zones, Logical Operations):
877 * cl.texi (Overview):
878 * custom.texi (Easy Customization):
879 * files.texi (Old Versions):
880 * frames.texi (Wheeled Mice):
881 * mule.texi (Specify Coding):
882 * org.texi (TODO types):
883 * sc.texi (Emacs 18 MUAs):
884 * speedbar.texi (Top):
885 * text.texi (Cell Justification):
886 * trouble.texi (After a Crash):
887 * url.texi (History):
888 * xresources.texi (GTK styles):
889 Delete duplicate duplicate words.
890
891 2005-07-17 Richard M. Stallman <rms@gnu.org>
892
893 * frames.texi (Creating Frames): Fix foreground color example.
894
895 * custom.texi (Init Examples): Clean up text about conditionals.
896
897 2005-07-16 Richard M. Stallman <rms@gnu.org>
898
899 * mini.texi (Completion Commands): Fix command name for ?.
900
901 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
902
903 * cl.texi (Type Predicates): Document `atom' type.
904
905 2005-07-16 Eli Zaretskii <eliz@gnu.org>
906
907 * display.texi (Standard Faces): Explain that customization of
908 `menu' face has no effect on w32 and with GTK. Add
909 cross-references.
910
911 * cmdargs.texi (General Variables): Clarify the default location
912 of $HOME on w32 systems.
913
914 2005-07-15 Jason Rumney <jasonr@gnu.org>
915
916 * cmdargs.texi (General Variables): Default HOME on MS Windows has
917 changed.
918
919 2005-07-08 Kenichi Handa <handa@m17n.org>
920
921 * mule.texi (Recognize Coding): Recommend
922 revert-buffer-with-coding-system instead of revert-buffer.
923
924 2005-07-07 Richard M. Stallman <rms@gnu.org>
925
926 * anti.texi (Antinews): Mention mode-line-inverse-video.
927
928 * files.texi (Saving): Minor correction about C-x C-w.
929
930 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
931
932 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
933
934 * search.texi (Isearch Scroll): Add example of using the
935 `isearch-scroll' property.
936 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
937 `Display Custom' node.
938 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
939 and de-emphasize it.
940 (Other Repeating Search): `occur' currently can not correctly
941 handle multiline matches. Correct, clarify and update description
942 of `flush-lines' and `keep-lines'.
943
944 * display.texi (Display Custom): Add anchor for `baud-rate'.
945
946 2005-07-07 Richard M. Stallman <rms@gnu.org>
947
948 * gnu.texi: Update where to get GNU status; add refs for how to help.
949 Add footnotes 6 and 7.
950
951 2005-07-04 Lute Kamstra <lute@gnu.org>
952
953 Update FSF's address in GPL notices.
954
955 * calc.texi (Copying):
956 * doclicense.texi (GNU Free Documentation License):
957 * faq.texi (Contacting the FSF):
958 * mh-e.texi (Copying):
959 * trouble.texi (Checklist): Update FSF's address.
960
961 2005-07-03 Richard M. Stallman <rms@gnu.org>
962
963 * flymake.texi (Example -- Configuring a tool called directly):
964 Update name of flymake-build-relative-filename.
965
966 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
967
968 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
969
970 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
971
972 * org.texi: Version 3.12
973
974 2005-06-24 Richard M. Stallman <rms@gnu.org>
975
976 * display.texi (Text Display): Change index entries.
977
978 2005-06-24 Eli Zaretskii <eliz@gnu.org>
979
980 * makefile.w32-in (MAKEINFO): Use --force.
981 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
982 Makefile.in.
983 (gnus.dvi): Use "..." to quote Sed args, so that it works with
984 more shells.
985
986 2005-06-23 Richard M. Stallman <rms@gnu.org>
987
988 * anti.texi (Antinews): Renamed show-nonbreak-escape to
989 nobreak-char-display.
990
991 * emacs.texi (Top): Update detailed node listing.
992
993 * display.texi (Text Display): Renamed show-nonbreak-escape
994 to nobreak-char-display and no-break-space to nobreak-space.
995 (Standard Faces): Split up the list of standard faces
996 and put it in a separate node. Add nobreak-space and
997 escape-glyph.
998
999 * speedbar.texi (Creating a display): Texinfo usage fixes.
1000
1001 * tramp.texi (Customizing Completion, Auto-save and Backup):
1002 Texinfo usage fixes.
1003
1004 2005-06-23 Lute Kamstra <lute@gnu.org>
1005
1006 * mule.texi (Select Input Method): Fix typo.
1007
1008 2005-06-23 Kenichi Handa <handa@m17n.org>
1009
1010 * mule.texi (International): List all supported scripts. Adjust
1011 text for that leim is now included in the normal Emacs
1012 distribution.
1013 (Language Environments): List all language environments.
1014 Intlfonts contains fonts for most supported scripts, not all..
1015 (Select Input Method): Refer to C-u C-x = to see how to type to
1016 input a specifc character.
1017 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
1018
1019 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * building.texi (Grep Searching):
1022 * dired-x.texi (Miscellaneous Commands):
1023 * ediff.texi (Miscellaneous):
1024 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
1025 (Agent Variables):
1026 * info.texi (Help-Xref):
1027 * message.texi (Message Headers):
1028 * org.texi (Remember):
1029 * reftex.texi (Options (Defining Label Environments)):
1030 (Options (Index Support)):
1031 (Options (Viewing Cross-References)):
1032 (Options (Misc)):
1033 (Changes):
1034 * speedbar.texi (Creating a display):
1035 * tramp.texi (Customizing Completion, Auto-save and Backup):
1036 Texinfo usage fix.
1037
1038 2005-06-22 Miles Bader <miles@gnu.org>
1039
1040 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
1041
1042 2005-06-20 Miles Bader <miles@gnu.org>
1043
1044 * display.texi (Faces): Add `vertical-divider'.
1045
1046 2005-06-17 Richard M. Stallman <rms@gnu.org>
1047
1048 * text.texi (Adaptive Fill): Minor clarification.
1049
1050 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1051
1052 * org.texi: Version 3.11
1053
1054 2005-06-12 Jay Belanger <belanger@truman.edu>
1055
1056 * calc.texi (Getting Started): Remove extra menu item.
1057
1058 2005-06-10 Lute Kamstra <lute@gnu.org>
1059
1060 * emacs.texi (Top): Correct version number.
1061 * anti.texi (Antinews): Correct version number. Use EMACSVER to
1062 refer to the current version of Emacs.
1063
1064 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
1065
1066 * files.texi (Log Buffer): Document when there can be more than
1067 one file to be committed.
1068
1069 2005-06-08 Juri Linkov <juri@jurta.org>
1070
1071 * display.texi (Faces): Add `shadow' face.
1072
1073 2005-06-07 Masatake YAMATO <jet@gyve.org>
1074
1075 * display.texi (Faces): Write about mode-line-highlight.
1076
1077 2005-06-06 Richard M. Stallman <rms@gnu.org>
1078
1079 * misc.texi (Printing Package): Explain how to initialize
1080 printing package.
1081
1082 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
1083
1084 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * emacs.texi: Rename Hardcopy to Printing.
1087 Make PostScript and PostScript Variables subnodes of it.
1088
1089 * misc.texi (Printing): Rename node from Hardcopy.
1090 Mention menu bar options.
1091 Move PostScript and PostScript Variables to submenu.
1092 (Printing package): New node.
1093
1094 * mark.texi (Using Region): Change Hardcopy xref to Printing.
1095
1096 * dired.texi (Operating on Files): Likewise.
1097
1098 * calendar.texi (Displaying the Diary): Likewise.
1099
1100 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
1101
1102 * glossary.texi (Glossary): Likewise.
1103
1104 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
1105 effect.
1106
1107 2005-06-04 Richard M. Stallman <rms@gnu.org>
1108
1109 * trouble.texi (After a Crash): Polish previous change.
1110
1111 2005-05-31 Jay Belanger <belanger@truman.edu>
1112
1113 * calc.texi (Notations Used in This Manual): Use @kbd for key
1114 sequence.
1115 (Demonstration of Calc): Mention another way of starting Calc.
1116 (Starting Calc): Mention long name of M-#.
1117 (Embedded Mode Overview): Remove unnecessary instruction.
1118 (Other M-# commands): Rephrase `M-# 0' explanation.
1119 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
1120 reflect current behavior.
1121
1122 2005-05-30 Jay Belanger <belanger@truman.edu>
1123
1124 * calc.texi (Hooks): Change description of calc-window-hook and
1125 calc-trail-window-hook to match usage.
1126 (Computational Functions): Add more constant-generating functions.
1127 (Customizable Variables): Use defvar.
1128
1129 2005-05-30 Noah Friedman <friedman@splode.com>
1130
1131 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
1132 recovery mechanism.
1133
1134 2005-05-28 Jay Belanger <belanger@truman.edu>
1135
1136 * calc.texi (Assignments in Embedded Mode): Fix variable name.
1137 (Basic Embedded Mode): Explain behavior of arguments to
1138 calc-embedded-mode.
1139
1140 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1141
1142 * building.texi (Other Buffers): SPC toggles display of
1143 floating point registers.
1144
1145 2005-05-27 Jay Belanger <belanger@truman.edu>
1146
1147 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
1148 current behavior.
1149
1150 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * files.texi (Log Buffer): Merge in description of Log Edit
1153 mode from pcl-cvs.texi.
1154
1155 2005-05-26 Richard M. Stallman <rms@gnu.org>
1156
1157 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
1158
1159 2005-05-25 Jay Belanger <belanger@truman.edu>
1160
1161 * calc.texi: Change Calc version number throughout.
1162 (Keypad Mode): Change location in info output.
1163 (Keypad mode overview): Move picture of keypad.
1164
1165 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1166
1167 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
1168 not enabled by default.
1169 When not on a word, `ispell-word' by default checks the word
1170 before point.
1171
1172 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1173
1174 * building.texi (Debugger Operation): Simplify last sentence.
1175
1176 2005-05-23 Lute Kamstra <lute@gnu.org>
1177
1178 * emacs.texi: Update FSF's address throughout.
1179 (Preface): Use @cite.
1180 (Distrib): Add cross reference to the node "Copying". Mention the
1181 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
1182 printed manuals.
1183 (Intro): Use @xref for the Emacs Lisp Intro.
1184
1185 2005-05-21 Jay Belanger <belanger@truman.edu>
1186
1187 * calc.texi (Storing variables): Mention that only most variables
1188 are void to begin with.
1189
1190 2005-05-21 Kevin Ryde <user42@zip.com.au>
1191
1192 * widget.texi (Basic Types): Update cross ref from "Enabling
1193 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
1194 lispref/text.texi change.
1195
1196 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1197
1198 * org.texi: Version 3.09
1199
1200 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1201
1202 * reftex.texi: Version 4.28
1203
1204 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1205
1206 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
1207
1208 * basic.texi (Moving Point): Mention default for `goto-line'.
1209
1210 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
1211 of a variable's docstring.
1212
1213 2005-05-18 Lute Kamstra <lute@gnu.org>
1214
1215 * maintaining.texi (Overview of Emerge): Add cross reference.
1216 Remove duplication.
1217
1218 * emacs.texi (Top): Update to the current structure of the manual.
1219 * misc.texi (Emacs Server): Add menu description.
1220 * files.texi (Saving): Fix menu.
1221 * custom.texi (Customization): Fix menu.
1222 * mule.texi (International): Fix menu.
1223 * kmacro.texi (Keyboard Macros): Fix menu.
1224
1225 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
1226
1227 * display.texi: Various minor changes.
1228 (Faces): Delete text that is repeated in the next section.
1229
1230 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * building.texi (Debugger Operation): Mention GUD tooltips are
1233 disabled with GDB in text command mode.
1234
1235 2005-05-16 Jay Belanger <belanger@truman.edu>
1236
1237 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
1238
1239 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1240
1241 * building.texi: Replace toolbar with "tool bar" for consistency.
1242 (Compilation Mode): Describe compilation-context-lines
1243 and use of arrow in compilation buffer.
1244 (Debugger Operation): Replace help text with variable's value.
1245
1246 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
1247 consistency.
1248
1249 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1250
1251 * major.texi (Choosing Modes): normal-mode processes the -*- line.
1252 Add xref.
1253
1254 2005-05-14 Jay Belanger <belanger@truman.edu>
1255
1256 * calc.texi (Default Simplifications): Insert missing ! (logical
1257 not operator).
1258
1259 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1260
1261 Sync with Tramp 2.0.49.
1262
1263 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1264
1265 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
1266 (Position Info): Delete discussion of `goto-line'. It is already
1267 described in `Moving point'.
1268
1269 * mini.texi (Completion Commands): Correct reference.
1270 (Completion Options): Fix typo.
1271
1272 * killing.texi (Deletion): Complete description of `C-x C-o'.
1273
1274 2005-05-10 Jay Belanger <belanger@truman.edu>
1275
1276 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
1277 to 1.
1278
1279 2005-05-10 Richard M. Stallman <rms@gnu.org>
1280
1281 * building.texi (Compilation): Clarify recompile's directory choice.
1282
1283 * frames.texi (Tooltips): Cleanups.
1284
1285 * basic.texi (Arguments): Fix punctuation.
1286
1287 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * screen.texi (Menu Bar): The up and down (not left and right)
1290 arrow keys move through a keyboard menu.
1291
1292 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1293
1294 * basic.texi: Various typo and grammar fixes.
1295 (Moving Point): C-a now runs move-beginning-of-line.
1296
1297 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
1298
1299 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
1300
1301 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
1302 as different animals.
1303
1304 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
1305
1306 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
1307 Correct index entry.
1308
1309 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
1310
1311 * building.texi (Debugger Operation): Update to reflect changes
1312 in GUD tooltips.
1313
1314 2005-04-30 Richard M. Stallman <rms@gnu.org>
1315
1316 * files.texi (Compressed Files): Auto Compression normally enabled.
1317
1318 * building.texi (Debugger Operation): Clarify previous change.
1319
1320 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
1321
1322 * org.texi: Version 3.08, structure reorganized.
1323
1324 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
1325
1326 * building.texi (Debugger Operation): Add description for
1327 GUD tooltips when program is not running.
1328
1329 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
1330
1331 * misc.texi (Shell): Add `Shell Prompts' to menu.
1332 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
1333 description. Delete remarks moved to new node.
1334 (Shell Prompts): New node.
1335 (History References): Replace remarks moved to `Shell Prompts'
1336 with xref to that node.
1337 (Remote Host): Clarify how to specify the terminal type when
1338 logging in to a different machine.
1339
1340 2005-04-26 Richard M. Stallman <rms@gnu.org>
1341
1342 * emacs.texi (Top): Update submenus from files.texi.
1343
1344 * files.texi (Filesets): Clarify previous change.
1345
1346 * dired.texi (Misc Dired Features): Clarify previous change.
1347
1348 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * ack.texi (Acknowledgments): Delete info about iso-acc.el
1351
1352 * dired.texi (Misc Dired Features): Document
1353 dired-compare-directories.
1354
1355 * files.texi (Filesets): New node.
1356 (File Conveniences): Document Image mode.
1357
1358 * text.texi (TeX Print): Document tex-compile.
1359
1360 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1361
1362 * frames.texi (Tooltips): Tooltip mode is enabled by default.
1363 Delete redundant reference to tooltip Custom group. It is
1364 referred too again in the next paragraph.
1365
1366 2005-04-24 Richard M. Stallman <rms@gnu.org>
1367
1368 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
1369
1370 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
1371
1372 2005-04-19 Kim F. Storm <storm@cua.dk>
1373
1374 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
1375
1376 2005-04-18 Lars Hansen <larsh@math.ku.dk>
1377
1378 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
1379 turns off desktop-save-mode.
1380
1381 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
1384 by default in terminals compatible with xterm. Mention that
1385 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
1386 node.
1387
1388 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
1389
1390 * org.texi: Update to version 3.06.
1391
1392 2005-04-13 Lute Kamstra <lute@gnu.org>
1393
1394 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
1395
1396 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
1397
1398 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
1399
1400 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1401
1402 * xresources.texi (Table of Resources): Add cursorBlink.
1403
1404 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
1405
1406 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
1407 `d', `C-d' and `u'.
1408
1409 2005-04-11 Richard M. Stallman <rms@gnu.org>
1410
1411 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
1412 (Misc X): Add -D, --basic-display.
1413
1414 * maintaining.texi (Change Log): Correct the description of
1415 the example.
1416
1417 * major.texi (Choosing Modes): Document magic-mode-alist.
1418
1419 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1420
1421 * cl.texi (Porting Common Lisp): Fix typo.
1422
1423 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
1424
1425 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
1426 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
1427 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
1428 (Rmail Output): Clarify which statements apply to `o', `C-o' and
1429 `w', respectively.
1430 (Rmail Labels): Mention `l'.
1431 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
1432 (Rmail Summary Edit): Describe `j' and RET.
1433
1434 2005-04-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1435
1436 * xresources.texi (Lucid Resources): Add fontSet resource.
1437
1438 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
1439
1440 * gnus.texi (RSS): Addition.
1441
1442 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
1443
1444 * display.texi (Useless Whitespace): `indicate-unused-lines' is
1445 now called `indicate-empty-lines'.
1446
1447 2005-04-06 Kim F. Storm <storm@cua.dk>
1448
1449 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
1450
1451 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
1452
1453 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
1454 deleted.
1455 (Marks vs Flags): Add some convenient key bindings.
1456 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
1457 (Misc Dired Features): Correct and expand description of `w' command.
1458
1459 * frames.texi (XTerm Mouse): Delete apparently false info.
1460 The GNU/Linux console currently does not appear to support
1461 `xterm-mouse-mode'.
1462
1463 2005-04-04 Jay Belanger <belanger@truman.edu>
1464
1465 * calc.texi: Change Calc version number.
1466 (Customizable variables): Fix description of calc-language-alist.
1467 (Copying): Put in version 2 of GPL.
1468
1469 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1470
1471 * calendar.texi (Diary): Mention shell utility `calendar'.
1472
1473 2005-04-01 Richard M. Stallman <rms@gnu.org>
1474
1475 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
1476
1477 2005-04-01 Jay Belanger <belanger@truman.edu>
1478
1479 * calc.texi (Troubleshooting Commands): Remove comment about
1480 installation.
1481 (Installation): Remove section.
1482 (Customizable Variables): New section.
1483 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
1484 (Graphical Devices): Add references to Customizable Variables.
1485
1486 2005-04-01 Lute Kamstra <lute@gnu.org>
1487
1488 * maintaining.texi (Change Log): add-change-log-entry uses
1489 add-log-mailing-address.
1490
1491 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1492
1493 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
1494 `VC Mode Line' and put in an xref to that node.
1495 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
1496 its description.
1497
1498 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 * calendar.texi (Calendar Systems): Say that the Persian calendar
1501 implemented here is the arithmetical one championed by Birashk.
1502
1503 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1504
1505 * programs.texi (Fortran Motion): Fix previous change.
1506
1507 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
1508
1509 * emacs-mime.texi (Display Customization): Markup fixes.
1510 (rfc2047): Update.
1511
1512 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
1513
1514 * gnus-faq.texi: Replaced with auto-generated version.
1515
1516 2005-03-29 Richard M. Stallman <rms@gnu.org>
1517
1518 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
1519
1520 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * text.texi (Refill): Refer to Long Lines Mode.
1523 (Longlines): New node.
1524 (Auto Fill): Don't index "word wrap" here.
1525 (Filling): Add Longlines to menu.
1526
1527 2005-03-29 Richard M. Stallman <rms@gnu.org>
1528
1529 * xresources.texi: Minor fixes.
1530
1531 * misc.texi (Emacs Server): Fix Texinfo usage.
1532
1533 * emacs.texi (Top): Don't use a real section heading for
1534 "Detailed Node Listing". Fake it instead.
1535
1536 * basic.texi (Position Info): Minor cleanup.
1537
1538 * mule.texi (Input Methods): Minor cleanup.
1539
1540 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1541
1542 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
1543 constructs as well.
1544 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
1545
1546 2005-03-29 Kenichi Handa <handa@m17n.org>
1547
1548 * mule.texi (Input Methods): Refer to the command C-u C-x =.
1549
1550 * basic.texi (Position Info): Update the description about the
1551 command C-u C-x =.
1552
1553 2005-03-28 Richard M. Stallman <rms@gnu.org>
1554
1555 * emacs.texi (Top): Use @section for the detailed node listing.
1556
1557 * calendar.texi: Minor fixes to previous change.
1558
1559 * programs.texi (Fortran): Small fixes to previous changes.
1560
1561 * emacs.texi (Top): Update list of subnodes of Dired.
1562 Likewise for building.texi.
1563
1564 * files.texi (File Conveniences): Delete Auto Image File mode.
1565
1566 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * building.texi (Flymake): New node.
1569
1570 * custom.texi (Function Keys): Document kp- event types and
1571 keypad-setup package.
1572
1573 * dired.texi (Wdired): New node.
1574
1575 * files.texi (File Conveniences): Reorder entries.
1576 Explain how to turn on Auto-image-file mode.
1577 Document Thumbs mode.
1578
1579 * mule.texi (Specify Coding): Document recode-region and
1580 recode-file-name.
1581
1582 * programs.texi (Program Modes): Add Conf mode and DNS mode.
1583
1584 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1585
1586 * commands.texi (Keys): M-o is now a prefix key.
1587
1588 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
1589
1590 * programs.texi: Reformat and update copyright years.
1591 (Fortran): Update section.
1592
1593 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1594
1595 * files.texi: Several small changes in addition to:
1596 (Visiting): Change xref for Dialog Boxes to ref.
1597 (Version Headers): Replace references to obsolete var
1598 `vc-header-alist' with `vc-BACKEND-header'.
1599 (Customizing VC): Update value of `vc-handled-backends'.
1600
1601 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1602
1603 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
1604 move here from Emacs Lisp Reference Manual.
1605 * calendar.texi (Calendar/Diary, Diary Commands)
1606 (Special Diary Entries, Importing Diary): Change some xrefs to
1607 point to emacs-xtra rather than elisp.
1608
1609 * emacs-xtra.texi (Calendar Customizing):
1610 Move view-diary-entries-initially, view-calendar-holidays-initially,
1611 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
1612 Emacs Manual.
1613 (Appt Customizing): Merge entire section into main Emacs Manual.
1614 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
1615 mark-holidays-in-calendar here from emacs-xtra.
1616 (Displaying the Diary): Move view-diary-entries-initially,
1617 mark-diary-entries-in-calendar here from emacs-xtra.
1618 (Appointments): Move appt-display-mode-line,
1619 appt-display-duration, appt-disp-window-function,
1620 appt-delete-window-function here from emacs-xtra.
1621
1622 * calendar.texi: Update and reformat copyright.
1623 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
1624 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
1625 (Diary): Refer to `diary-file' rather than ~/diary.
1626 (Diary Commands): Rename node to "Displaying the Diary".
1627 * emacs.texi (Top): Rename "Diary Commands" section.
1628 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
1629
1630 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1631
1632 * misc.texi (Emacs Server): Fix the command for setting
1633 server-name. Add an xref to Invoking emacsclient.
1634
1635 * help.texi (Help Summary): Clarify when "C-h ." will do something
1636 nontrivial.
1637 (Apropos): Add cindex entry for apropos-sort-by-scores.
1638
1639 * display.texi (Text Display): Add index entries for how no-break
1640 characters are displayed.
1641
1642 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1643
1644 * dired-x.texi (Multiple Dired Directories): default-directory was
1645 renamed to dired-default-directory.
1646
1647 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1648
1649 * files.texi (Visiting): Fix cross-references introduced with the
1650 last change.
1651
1652 * xresources.texi (GTK resources): Fix last change.
1653
1654 2005-03-26 Jay Belanger <belanger@truman.edu>
1655
1656 * calc.texi (Simplifying Formulas, Rewrite Rules):
1657 Change description of top and bottom of fraction.
1658 (Modulo Forms): Move description of how to create modulo forms to
1659 earlier in the section.
1660 (Fraction Mode): Suggest using : to get a fraction by dividing.
1661 (Basic Arithmetic): Adjust placement of command name.
1662 (Truncating the Stack): Emphasize that "hidden" entries are still
1663 visible.
1664 (Installation): Move discussion of printing manual to "About This
1665 Manual".
1666 (About This Manual): Mention how to print the manual.
1667 (Reporting Bugs): Remove first person.
1668 (Building Vectors): Add algebraic version of append.
1669 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
1670 (Grouping Digits): Fix typo.
1671
1672 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * xresources.texi (X Resources): GTK options documented too.
1675 (Resources): Clarify meaning of program name.
1676 (Table of Resources): Add visualClass.
1677 (GTK resources): Rewrite.
1678 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
1679
1680 * display.texi (Text Display): Mention non-breaking spaces.
1681
1682 * files.texi (Reverting): Document auto-revert-check-vc-info.
1683
1684 * frames.texi (Mouse Commands): Document
1685 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
1686
1687 * help.texi (Help Summary): Add `C-h .'.
1688 (Apropos): Apropos accepts a list of search terms.
1689 Document apropos-sort-by-scores.
1690 (Help Echo): Document display-local-help.
1691
1692 * misc.texi (Emacs Server): Document server-name.
1693 (Invoking emacsclient): Document -s option for server names.
1694
1695 * text.texi (Outline Visibility): Introduce "current heading
1696 line" (commands can be called with point on a body line).
1697 Re-order table to follow the sequence of discussion.
1698 hide-body won't hide lines before first header line.
1699 (TeX Mode): Add DocTeX mode.
1700
1701 2005-03-25 Werner Lemberg <wl@gnu.org>
1702
1703 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
1704 Replace `legal' with `valid'.
1705
1706 2005-03-25 Werner Lemberg <wl@gnu.org>
1707
1708 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
1709
1710 2005-03-24 Jay Belanger <belanger@truman.edu>
1711
1712 * calc.texi (General Mode Commands)
1713 (Mode Settings in Embedded Mode): Add some explanation of
1714 recording mode settings.
1715
1716 2005-03-24 Richard M. Stallman <rms@gnu.org>
1717
1718 * mule.texi (Single-Byte Character Support): Delete mention
1719 of iso-acc.el and iso-transl.el.
1720
1721 * calc.texi: Remove praise of non-free software.
1722
1723 * idlwave.texi: Don't say where to get IDL or its non-free manual.
1724 (Installation): Node deleted.
1725
1726 2005-03-23 Lute Kamstra <lute@gnu.org>
1727
1728 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
1729
1730 2005-03-23 Richard M. Stallman <rms@gnu.org>
1731
1732 * url.texi (HTTP language/coding): Improve last change.
1733
1734 * search.texi: Delete explicit node pointers.
1735 (Incremental Search): New menu.
1736 (Basic Isearch, Repeat Isearch, Error in Isearch)
1737 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
1738 (Slow Isearch): New subnodes.
1739 (Configuring Scrolling): Node deleted.
1740 (Search Case): Doc default-case-fold-search.
1741 (Regexp Replace): Move replace-regexp doc here.
1742
1743 * rmail.texi (Movemail): Put commas inside closequotes.
1744
1745 * picture.texi (Insert in Picture): Document C-c arrow combos.
1746 (Basic Picture): Clarify erasure.
1747
1748 * display.texi (Font Lock): Put commas inside closequotes.
1749
1750 * cmdargs.texi (General Variables): Put commas inside closequotes.
1751
1752 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
1753
1754 * building.texi (Stack Buffer): Mention reverse contrast for
1755 *selected* frame (might not be current frame).
1756
1757 2005-03-22 Jay Belanger <belanger@truman.edu>
1758
1759 * calc.texi (Embedded Mode): Add new information on changing
1760 modes.
1761
1762 2005-03-21 Richard M. Stallman <rms@gnu.org>
1763
1764 * building.texi (Starting GUD): Add bashdb.
1765
1766 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * basic.texi (Moving Point): Add M-g M-g binding.
1769 (Undo): Document undo-only.
1770 (Position Info): Document M-g M-g and C-u M-g M-g.
1771
1772 * building.texi (Building): Put Grep Searching after Compilation
1773 Shell.
1774 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
1775 Document next-error-highlight.
1776 (Grep Searching): Document grep-highlight-matches.
1777 (Lisp Eval): Typing C-x C-e twice prints integers specially.
1778
1779 * calendar.texi (Importing Diary): Rename node from iCalendar.
1780 Document diary-from-outlook.
1781
1782 * dired.texi (Misc Dired Features): Rename node from Misc Dired
1783 Commands.
1784 Mention effect of X drag and drop on Dired buffers.
1785
1786 * files.texi (Visiting): Document large-file-warning-threshold.
1787 Move paragraph on file-selection dialog.
1788 Mention visiting files using X drag and drop.
1789 (Reverting): Mention using Auto-Revert mode to tail files.
1790 Document auto-revert-tail-mode.
1791 (Version Systems): Minor correction.
1792 (Comparing Files): Diff-mode is no longer based on Compilation
1793 mode.
1794 Document compare-ignore-whitespace.
1795 (Misc File Ops): Explain passing a directory to rename-file.
1796 Likewise for copy-file and make-symbolic-link.
1797
1798 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
1799 Document mouse-wheel-progressive speed.
1800
1801 * help.texi (Misc Help): Document numeric argument for C-h i.
1802 Correctly explain the effect of just C-u as argument.
1803
1804 * killing.texi (Deletion): Document numeric argument for
1805 just-one-space.
1806
1807 * mini.texi (Completion): Completion acts on text before point.
1808
1809 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
1810 (Emulation): CUA mode replaces pc-bindings-mode,
1811 pc-selection-mode, and s-region.
1812
1813 * mule.texi (Input Methods): Leim is now built-in.
1814 (Select Input Method): Document quail-show-key.
1815 (Specify Coding): Document revert-buffer-with-coding-system.
1816
1817 * programs.texi (Fortran Motion): Document f90-next-statement,
1818 f90-previous-statement, f90-next-block, f90-previous-block,
1819 f90-end-of-block, and f90-beginning-of-block.
1820
1821 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
1822
1823 * emacs.texi (Acknowledgments): Updated.
1824
1825 * anti.texi: Total rewrite.
1826
1827 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1828
1829 Sync with Tramp 2.0.48.
1830
1831 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
1832
1833 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
1834 "GNU/Linux". Change all addresses to .gnu.org.
1835 (Default Method): Offer shortened syntax for "su" and "sudo"
1836 methods.
1837
1838 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * ack.texi (Acknowledgments): Update.
1841
1842 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1843
1844 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
1845 copyright years.
1846
1847 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
1848
1849 * building.texi (Commands of GUD): Move paragraph on setting
1850 breakpoints with mouse to the GDB Graphical Interface node.
1851
1852 2005-03-07 Richard M. Stallman <rms@gnu.org>
1853
1854 * url.texi: Fix usage of "e.g.".
1855 (HTTP language/coding): Explain the rules for these strings.
1856
1857 * misc.texi (Single Shell, Shell Options): Fix previous change.
1858
1859 * building.texi (Debugger Operation): Update GUD tooltip enable info.
1860
1861 2005-03-06 Richard M. Stallman <rms@gnu.org>
1862
1863 * building.texi (Starting GUD): Don't explain text vs graphical
1864 GDB here. Just mention it and xref.
1865 Delete "just one debugger process".
1866 (Debugger Operation): Move GUD tooltip info here.
1867 (GUD Tooltips): Node deleted.
1868 (GDB Graphical Interface): Explain the two GDB modes here.
1869
1870 * woman.texi (Introduction): Minor cleanups.
1871
1872 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
1873
1874 * sending.texi (Sending Mail): Minor cleanup.
1875 (Mail Aliases): Explain quoting conventions.
1876 Update key rebinding example.
1877 (Header Editing): C-M-i is like M-TAB.
1878 (Mail Mode Misc): mail-attach-file does not do MIME.
1879
1880 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
1881 that really belongs here.
1882 (Remote Mailboxes): Text moved to Rmail Inbox.
1883 (Rmail Display): Mention Mouse-1.
1884 (Movemail): Clarify two movemail versions.
1885 Clarify rmail-movemail-program.
1886
1887 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
1888 (Installation): Node deleted.
1889
1890 * misc.texi (Single Shell): Replace uudecode example with gpg example.
1891 Document async shell commands.
1892 (Shell History): Clarify.
1893 (Shell Ring): Mention C-UP an C-DOWN.
1894 (Shell Options): Add comint-prompt-read-only.
1895 (Invoking emacsclient): Set EDITOR to run Emacs.
1896 (Sorting): No need to explain what region is.
1897 (Saving Emacs Sessions): Fix typo.
1898 (Recursive Edit): Fix punctuation.
1899 (Emulation): Don't mention "PC bindings" which are standard.
1900 (Hyperlinking): Explain Mouse-1 convention here.
1901 (Find Func): Node deleted.
1902
1903 * mh-e.texi (Preface): Get rid of "Emacs 21".
1904
1905 * help.texi (Name Help): Xref to Hyperlinking.
1906
1907 * glossary.texi (Glossary):
1908 Rename "Balance Parentheses" to "Balancing...".
1909 Add "Byte Compilation". Correct "Copyleft".
1910 New xref in "Customization".
1911 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
1912 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
1913 Rename "Registers" to "Register".
1914 Replace "Selecting" with "Selected Frame",
1915 "Selected Window", and "Selecting a Buffer".
1916
1917 * files.texi (Types of Log File): Explain how projects'
1918 methods can vary.
1919
1920 * eshell.texi (Installation): Delete node (for Emacs 20).
1921
1922 * display.texi (Faces): Delete "Emacs 21".
1923
1924 * custom.texi (Changing a Variable): C-M-i like M-TAB.
1925 * fixit.texi (Spelling): C-M-i like M-TAB.
1926 * mini.texi (Completion Options): C-M-i like M-TAB.
1927 * programs.texi (Symbol Completion): C-M-i like M-TAB.
1928 * text.texi (Text Mode): C-M-i like M-TAB.
1929
1930 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
1931
1932 * calendar.texi (Specified Dates): Mention `g w'.
1933 (Appointments): appt-activate toggles with no arg.
1934
1935 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
1936
1937 * flymake.texi: Refill and tweak style in @lisp blocks.
1938
1939 2005-03-05 Juri Linkov <juri@jurta.org>
1940
1941 * cmdargs.texi (Emacs Invocation): Add cindex
1942 "invocation (command line arguments)"
1943 (Misc X): Add -nbc, --no-blinking-cursor.
1944
1945 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
1946
1947 * calendar.texi (iCalendar): No need to require it now.
1948
1949 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
1950
1951 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
1952
1953 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
1954
1955 * trouble.texi (Contributing): Mention Savannah. Direct users to
1956 emacs-devel.
1957
1958 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
1959
1960 * calendar.texi (Adding to Diary): Mention redrawing of calendar
1961 window.
1962
1963 2005-03-01 Jay Belanger <belanger@truman.edu>
1964
1965 * calc.texi (Trigonometric and Hyperbolic Functions):
1966 Mention additional functions.
1967 (Algebraic Simplifications): Mention additional simplifications.
1968
1969 2005-02-27 Richard M. Stallman <rms@gnu.org>
1970
1971 * building.texi (Compilation): Update mode line status info.
1972
1973 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
1974
1975 * calendar.texi (General Calendar): Document binding of
1976 scroll-other-window-down.
1977 (Mayan Calendar): Fix earliest date.
1978 (Time Intervals): Document timeclock-change.
1979 Fix timeclock-ask-before-exiting documentation.
1980
1981 2005-02-26 Kim F. Storm <storm@cua.dk>
1982
1983 * frames.texi (Mouse References):
1984 Add mouse-1-click-in-non-selected-windows.
1985
1986 2005-02-25 Richard M. Stallman <rms@gnu.org>
1987
1988 * screen.texi (Screen): Explain better about cursors and mode lines;
1989 don't presuppose text terminals.
1990 (Point): Don't assume just one cursor.
1991 Clarify explanation of cursors.
1992 (Echo Area, Menu Bar): Cleanups.
1993
1994 * mini.texi (Minibuffer): Prompts are highlighted.
1995 (Minibuffer Edit): Newline = C-j only on text terminals.
1996 Clarify resize-mini-windows values.
1997 Mention M-PAGEUP and M-PAGEDOWN.
1998 (Completion Commands): Mouse-1 like Mouse-2.
1999 (Minibuffer History): Explain history commands better.
2000 (Repetition): Add xref to Incremental Search.
2001
2002 * mark.texi (Setting Mark): Clarify info about displaying mark.
2003 Clarify explanation of C-@ and C-SPC.
2004 (Transient Mark): Mention Delete Selection mode.
2005 (Marking Objects): Clean up text about extending the region.
2006
2007 * m-x.texi (M-x): One C-g doesn't always go to top level.
2008 No delay before suggest-key-bindings output.
2009
2010 * fixit.texi (Fixit): Mention C-/ for undo.
2011 (Spelling): Mention ESC TAB like M-TAB.
2012 Replacement words with r and R are rechecked.
2013 Say where C-g leaves point. Mention ? as input.
2014
2015 2005-02-23 Lute Kamstra <lute@gnu.org>
2016
2017 * cmdargs.texi (Initial Options): Add cross reference.
2018
2019 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
2020
2021 * ses.texi: Add concept/function/variable indices (this work was
2022 donated by Brad Collins <brad@chenla.org>, copyright-assignment
2023 papers on file at FSF).
2024
2025 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2026
2027 * emacs.texi (Top): Update menu for splitting of node in
2028 msdog.texi.
2029 * frames.texi (Frames): Update xref for splitting of node in
2030 msdog.texi.
2031 * trouble.texi (Quitting): Ditto.
2032
2033 2005-02-16 Richard M. Stallman <rms@gnu.org>
2034
2035 * windows.texi (Split Window): Simplify line truncation info
2036 and xref to Display Custom.
2037
2038 * trouble.texi (Quitting): Emergency escape only for text terminal.
2039 (Screen Garbled): C-l for ungarbling is only for text terminal.
2040
2041 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
2042
2043 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
2044
2045 * programs.texi (Program Modes): Mention Python mode.
2046 (Moving by Defuns): Repeating C-M-h extends region.
2047 (Basic Indent): Clarify.
2048 (Custom C Indent): Clarify.
2049 (Expressions): Repeating C-M-@ extends region.
2050 (Info Lookup): Clarify for C-h S.
2051 (Symbol Completion): ESC TAB alternative for M-TAB.
2052 (Electric C): Clarify.
2053
2054 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
2055
2056 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
2057 MS-DOS Input node.
2058 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
2059 (MS-DOS and MULE): Clarify.
2060 (MS-DOS Processes, Windows Processes): Fix typos.
2061
2062 * major.texi (Choosing Modes): Clarify.
2063
2064 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
2065 (Keyboard Macro Step-Edit): Clarify.
2066
2067 * indent.texi (Indentation): Clarifications.
2068
2069 * help.texi (Help): Correct error about C-h in query-replace.
2070 Clarify apropos vs C-h a. Fix how to search in FAQ.
2071 (Key Help): Describe C-h w here.
2072 (Name Help): Minor cleanup. C-h w moved to Key Help.
2073 Clarify the "object" joke.
2074 (Apropos): Clarify. Mouse-1 like Mouse-2.
2075 (Help Mode): Mouse-1 like Mouse-2.
2076
2077 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
2078
2079 * display.texi (Display): Reorder menu.
2080 (Faces): Cleanup.
2081 (Font Lock): Cleanup. Mention Options menu.
2082 Delete obsolete text.
2083 (Scrolling): For C-l, don't presume text terminal.
2084 (Horizontal Scrolling): Simplify intro.
2085 (Follow Mode): Clarify.
2086 (Cursor Display): Moved before Display Custom.
2087 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
2088 Doc default-tab-width. Doc line truncation more thoroughly.
2089
2090 * dired.texi (Dired Enter): C-x C-f can run Dired.
2091 (Dired Visiting): Comment out `a' command.
2092 Mouse-1 is like Mouse-2.
2093 (Shell Commands in Dired): ? can be used more than once.
2094
2095 * basic.texi (Continuation Lines): Simplify description of truncation,
2096 and refer to Display Custom for the rest of it.
2097
2098 2005-02-10 Jay Belanger <belanger@truman.edu>
2099
2100 * calc.texi: Change @LaTeX to La@TeX throughout.
2101 Redefine @expr as @math for TeX output.
2102 Redefine @texline as a no-op for TeX output.
2103 Define @tfn, replace @t by @tfn throughout.
2104
2105 2005-02-09 Jay Belanger <belanger@truman.edu>
2106
2107 * calc.texi: Add macro for LaTeX for info output.
2108
2109 2005-02-08 Kim F. Storm <storm@cua.dk>
2110
2111 * texinfo.tex (LaTex): Add def.
2112
2113 2005-02-06 Jay Belanger <belanger@truman.edu>
2114
2115 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
2116 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
2117 throughout manual.
2118
2119 2005-02-06 Lute Kamstra <lute@gnu.org>
2120
2121 * basic.texi (Undo): Fix typo.
2122
2123 * cmdargs.texi (Emacs Invocation): Fix typo.
2124
2125 * custom.texi (Init Examples): Fix typo.
2126
2127 * abbrevs.texi (Expanding Abbrevs): Fix typo.
2128
2129 2005-02-06 Richard M. Stallman <rms@gnu.org>
2130
2131 * regs.texi (Registers): Registers can hold numbers, too.
2132
2133 * killing.texi (Other Kill Commands): Cleanup.
2134 Delete redundant explanation of kill in read-only buffer.
2135 (Yanking): Mention term "copying".
2136 (Accumulating Text): Fix typo.
2137
2138 * entering.texi (Entering Emacs): Update rationale at start.
2139 (Exiting): Treat iconifying on a par with suspension.
2140
2141 * custom.texi (Minor Modes): Fix typo.
2142 (Easy Customization): Fix menu style.
2143 (Variables): Add xref.
2144 (Examining): Setting for future sessions works through .emacs.
2145 (Keymaps): "Text terminals", not "Many".
2146 (Init Rebinding): Explain \C-. Show example of \M-.
2147 Fix minor wording errors.
2148 (Function Keys): Explain vector syntax just once.
2149 (Named ASCII Chars): Clarify history of TAB/C-i connection.
2150 (Init File): Mention .emacs.d directory.
2151 (Init Examples): Add xref.
2152 (Find Init): Mention .emacs.d directory.
2153
2154 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
2155 (Action Arguments): Explain which kinds of -l args are found how.
2156 (Initial Options): --batch does not inhibit site-start.
2157 Add xrefs.
2158 (Command Example): Use --batch, not -batch.
2159
2160 * basic.texi (Inserting Text): Cleanup wording.
2161 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
2162 C-n is not error at end of buffer.
2163 (Undo): Doc C-/ like C-_. Add xrefs.
2164 (Arguments): META key may be labeled ALT.
2165 Peculiar arg meanings are explained in doc strings.
2166
2167 * abbrevs.texi (Expanding Abbrevs): Clarify.
2168
2169 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2170
2171 * frames.texi (Frame Parameters): Add an xref to the description
2172 of list-colors-display. Add a pointer to the X docs about colors.
2173
2174 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
2175 Impove docs of list-colors-display.
2176
2177 2005-02-03 Lute Kamstra <lute@gnu.org>
2178
2179 * frames.texi (Frames, Drag and Drop): Fix typos.
2180
2181 2005-02-03 Richard M. Stallman <rms@gnu.org>
2182
2183 * windows.texi (Basic Window): Mention color-change in mode line.
2184 (Change Window): Explain dragging vertical boundaries.
2185
2186 * text.texi (Sentences): Clarify.
2187 (Paragraphs): Explain M-a and blank lines.
2188 (Outline Mode): Clarify text and menu.
2189 (Hard and Soft Newlines): Mention use-hard-newlines.
2190
2191 * frames.texi (Frames): Delete unnecessary mention of Windows.
2192 (Mouse Commands): Likewise. Mention xterm mouse support.
2193 (Clipboard): Clarify.
2194 (Mouse References): Mention use of Mouse-1 for following links.
2195 (Menu Mouse Clicks): Clarify.
2196 (Mode Line Mouse): Clarify.
2197 (Drag and Drop): Rewrite.
2198
2199 * fixit.texi (Spelling): Fix typo.
2200
2201 * files.texi (File Names): Clarify.
2202 (Visiting): Update conditions for use of file dialog. Clarify.
2203 (Saving): Doc d as answer in save-some-buffers.
2204 (Remote Files): Clean up the text.
2205
2206 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
2207
2208 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
2209 (List Buffers): Clarify.
2210 (Several Buffers): Doc T command.
2211 (Buffer Convenience): Clarify menu.
2212
2213 * basic.texi (Undo): Clarify last change.
2214
2215 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2216
2217 * fixit.texi (Spelling): Fix typo.
2218
2219 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
2220
2221 * basic.texi (Undo): Update description of `undo-outer-limit'.
2222
2223 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
2224
2225 * building.texi: Update documentation relating to GDB Graphical
2226 Interface.
2227
2228 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
2229
2230 * custom.texi (Easy Customization): Adapt menu to node name change.
2231
2232 2005-01-30 Richard M. Stallman <rms@gnu.org>
2233
2234 * custom.texi (Easy Customization): Defn of "User Option" now
2235 includes faces. Don't say just "option" when talking about variables.
2236 Do say just "options" to mean "anything customizable".
2237 (Specific Customization): Describe `customize-variable',
2238 not `customize-option'.
2239
2240 * glossary.texi (Glossary) <Faces>: Add xref.
2241 <User Option>: Change definition--include faces. Change xref.
2242
2243 * picture.texi (Picture): Mention artist.el.
2244
2245 * sending.texi, screen.texi, programs.texi, misc.texi:
2246 * mini.texi, major.texi, maintaining.texi, macos.texi:
2247 * help.texi, frames.texi, files.texi:
2248 Don't say just "option" when talking about variables.
2249
2250 * display.texi, mule.texi: Don't say just "option" when talking
2251 about variables. Other minor cleanups.
2252
2253 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2254
2255 * gnus.texi: Some edits based on comments from David Abrahams.
2256
2257 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2258
2259 * gnus.texi (RSS): Fix the keystroke.
2260
2261 2005-01-26 Lute Kamstra <lute@gnu.org>
2262
2263 * cmdargs.texi (Initial Options): Add a cross reference to `Init
2264 File'. Mention the `-Q' option at the `--no-site-file' option.
2265
2266 2005-01-24 David Kastrup <dak@gnu.org>
2267
2268 * faq.texi: Update AUCTeX version info.
2269
2270 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
2271
2272 * gnus-faq.texi ([4.1]): Typo.
2273
2274 2005-01-22 David Kastrup <dak@gnu.org>
2275
2276 * building.texi (Grep Searching): Mention alias `find-grep' for
2277 `grep-find'.
2278
2279 2005-01-20 Richard M. Stallman <rms@gnu.org>
2280
2281 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
2282
2283 2005-01-19 Jay Belanger <belanger@truman.edu>
2284
2285 * calc.texi (Keep Arguments): Mention that keeping arguments
2286 doesn't work with keyboard macros.
2287
2288 2005-01-16 Richard M. Stallman <rms@gnu.org>
2289
2290 * autotype.texi (Autoinserting): Fix small error.
2291
2292 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
2293
2294 Sync with Tramp 2.0.47.
2295
2296 * tramp.texi (Compilation): New section, describing compilation of
2297 remote files.
2298
2299 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2300
2301 * rmail.texi (Movemail): Explain differences
2302 between standard and mailutils versions of movemail.
2303 Describe command line and configuration options introduced
2304 with the latter.
2305 Explain the notion of mailbox URL, provide examples and
2306 cross-references to mailutils documentation.
2307 Describe various methods of specifying mailbox names,
2308 user names and user passwords for rmail.
2309 (Remote Mailboxes): New section. Describe
2310 how movemail handles remote mailboxes. Describe configuration
2311 options used to control its behavior.
2312 (Other Mailbox Formats): Explain handling of various mailbox
2313 formats.
2314
2315 2005-01-13 Richard M. Stallman <rms@gnu.org>
2316
2317 * commands.texi (Commands): Clarification.
2318
2319 2005-01-11 Richard M. Stallman <rms@gnu.org>
2320
2321 * programs.texi (Multi-line Indent): Fix previous change.
2322 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
2323
2324 2005-01-11 Kim F. Storm <storm@cua.dk>
2325
2326 * widget.texi (Basic Types): Add :follow-link keyword.
2327
2328 2005-01-09 Jay Belanger <belanger@truman.edu>
2329
2330 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
2331
2332 2005-01-08 Richard M. Stallman <rms@gnu.org>
2333
2334 * display.texi (Faces): isearch-lazy-highlight-face renamed to
2335 lazy-highlight.
2336
2337 * search.texi (Query Replace): Mention faces query-replace
2338 and lazy-highlight.
2339 (Incremental Search): Update isearch highlighting info.
2340
2341 2005-01-08 Jay Belanger <belanger@truman.edu>
2342
2343 * calc.texi: Change throughout to reflect new default value of
2344 calc-settings-file.
2345
2346 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2347
2348 * message.texi (Reply): `message-reply-to-function' should return
2349 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
2350
2351 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
2352
2353 * faq.texi (Changing load-path): Fix typo.
2354
2355 2005-01-05 Jay Belanger <belanger@truman.edu>
2356
2357 * calc.texi (Programming Tutorial): Replace kbd command by
2358 appropriate characters for a keyboard macro.
2359
2360 2005-01-04 Jay Belanger <belanger@truman.edu>
2361
2362 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
2363 for Lucid Emacs.
2364 (Programming Tutorial): Mention that the user needs to be in the
2365 right mode to compute some functions.
2366
2367 2005-01-04 Richard M. Stallman <rms@gnu.org>
2368
2369 * custom.texi (Saving Customizations): Minor improvement.
2370
2371 2005-01-04 Jay Belanger <belanger@truman.edu>
2372
2373 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
2374 no longer applicable.
2375
2376 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
2377
2378 * custom.texi (Saving Customizations): Emacs no longer loads
2379 `custom-file' after .emacs. No longer mention customizing through
2380 Custom.
2381
2382 2005-01-01 Jay Belanger <belanger@truman.edu>
2383
2384 * calc.texi (Programming Tutorial): Changed description of how to
2385 edit keyboard macros to match current behavior.
2386
2387 2005-01-01 Andreas Schwab <schwab@suse.de>
2388
2389 * killing.texi (Graphical Kill): Move up under node Killing,
2390 change @section to @subsection.
2391
2392 2005-01-01 Richard M. Stallman <rms@gnu.org>
2393
2394 * custom.texi (Face Customization): Mention hex color specs.
2395
2396 * emacs.texi (Top): Update Killing submenu.
2397
2398 * killing.texi (Killing): Reorganize section.
2399 No more TeX-only text; put the node command at start of chapter.
2400 But the first section heading is used only in TeX.
2401 Rewrite the text to read better in this mode.
2402 (Graphical Kill): New subnode gets some of the text that
2403 used to be in the first section.
2404
2405 2004-12-31 Richard M. Stallman <rms@gnu.org>
2406
2407 * dired.texi (Shell Commands in Dired): Delete the ? example.
2408
2409 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
2410
2411 * files.texi (Saving): Describe new require-final-newline features
2412 and mode-require-final-newline.
2413
2414 2004-12-31 Jay Belanger <belanger@truman.edu>
2415
2416 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
2417
2418 2004-12-29 Richard M. Stallman <rms@gnu.org>
2419
2420 * custom.texi (File Variables): Clarify previous change.
2421
2422 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2423
2424 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
2425 out now.
2426
2427 2004-12-27 Richard M. Stallman <rms@gnu.org>
2428
2429 * Makefile.in (MAKEINFO): Specify --force.
2430
2431 * basic.texi (Moving Point): C-e now runs move-end-of-line.
2432 (Undo): Doc undo-outer-limit.
2433
2434 2004-12-20 Jay Belanger <belanger@truman.edu>
2435
2436 * calc.texi (Types Tutorial): Emphasize that you can't divide by
2437 zero.
2438
2439 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
2440
2441 * cc-mode.texi (Text Filling and Line Breaking): Put period after
2442 @xref.
2443 (Font Locking): Avoid @strong{Note:}.
2444
2445 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2446
2447 Sync with Tramp 2.0.46.
2448
2449 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
2450
2451 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
2452
2453 * url.texi: Correct typos.
2454 (Retrieving URLs): @var{nil}->@code{nil}.
2455 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2456 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
2457 (Dealing with HTTP documents): @inforef->@xref.
2458
2459 2004-12-15 Juri Linkov <juri@jurta.org>
2460
2461 * mark.texi (Transient Mark, Mark Ring): M-< and other
2462 movement commands don't set mark in Transient Mark mode
2463 if mark is active.
2464
2465 2004-12-15 Jay Belanger <belanger@truman.edu>
2466
2467 * calc.texi: Consistently capitalized all mode names.
2468 (Answers to Exercises): Mention that an answer can be a fraction
2469 when in Fraction mode.
2470
2471 2004-12-13 Jay Belanger <belanger@truman.edu>
2472
2473 * calc.texi: Fix some TeX definitions.
2474
2475 2004-12-12 Juri Linkov <juri@jurta.org>
2476
2477 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
2478 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
2479
2480 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
2481 (Misc Dired Commands): Add @r{(Dired)} to w.
2482
2483 2004-12-12 Juri Linkov <juri@jurta.org>
2484
2485 * mark.texi (Marking Objects): Marking commands also extend the
2486 region when mark is active in Transient Mark mode.
2487
2488 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
2489
2490 * reftex.texi (Imprint): Remove erroneous @value's.
2491
2492 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * custom.texi (Saving Customizations): Emacs only loads the custom
2495 file automatically after the init file in version 22.1 or later.
2496 Adapt text and examples to this fact.
2497
2498 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
2499 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
2500
2501 2004-12-08 Jay Belanger <belanger@truman.edu>
2502
2503 * calc.texi (Starting Calc): Remove comment about installation.
2504 (Keypad Mode Overview): Remove comment about Emacs 19 support.
2505
2506 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2507
2508 * url.texi: Update @setfilename.
2509 (Getting Started): No need to worry about Gnus versions.
2510 (Dealing with HTTP documents): Use @inforef.
2511
2512 * org.texi: Fix @direntry file name.
2513
2514 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2515
2516 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
2517 be set through Custom. Otherwise, it has no effect.
2518
2519 2004-12-07 Stefan <monnier@iro.umontreal.ca>
2520
2521 * url.texi: New file.
2522
2523 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
2524
2525 2004-12-06 Jay Belanger <belanger@truman.edu>
2526
2527 * calc.texi (Using Calc): Remove paragraph about installation.
2528
2529 2004-12-06 Jay Belanger <belanger@truman.edu>
2530
2531 * calc.texi: Use more Texinfo macros and less TeX defs.
2532 Remove @refill's.
2533
2534 2004-12-06 Richard M. Stallman <rms@gnu.org>
2535
2536 * org.texi: New file.
2537
2538 2004-12-05 Richard M. Stallman <rms@gnu.org>
2539
2540 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
2541 * entering.texi: Rename Command Line to Emacs Invocation.
2542
2543 * Makefile.in (org.dvi, ../info/org): New targets.
2544 (INFO_TARGETS): Add ../info/org.
2545 (DVI_TARGETS): Add org.dvi.
2546 (maintainer-clean): Remove the info files in the info dir.
2547
2548 * misc.texi (Term Mode): Correcty describe C-c.
2549
2550 * custom.texi (Easy Customization): Move up to section level,
2551 before Variables. Avoid using the term "variable"; say "option".
2552 New initial explanation.
2553 (Variables): In initial explanation, connect "variable" to the
2554 already-explained "user option".
2555
2556 * emacs.texi (Top): Fix ref to Command Line.
2557 Move reference to Easy Customization.
2558
2559 * xresources.texi (X Resources): Fix From link.
2560
2561 * doclicense.texi (GNU Free Documentation License): Fix To link.
2562
2563 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
2564
2565 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
2566
2567 2004-12-03 Richard M. Stallman <rms@gnu.org>
2568
2569 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
2570
2571 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2572
2573 * kmacro.texi: Several small changes in addition to the following.
2574 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
2575 defining a keyboard macro.
2576 Mention `kmacro-ring-max'.
2577 (Keyboard Macro Counter): Clarify description of
2578 `kmacro-insert-counter', `kmacro-set-counter',
2579 `kmacro-add-counter' and `kmacro-set-format'.
2580
2581 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2582
2583 * custom.texi (File Variables): Add `unibyte' and make it more
2584 clear that `unibyte' and `coding' are special. Suggested by Simon
2585 Krahnke <overlord@gmx.li>.
2586
2587 * mule.texi (Enabling Multibyte): Refer to File Variables.
2588 Suggested by Simon Krahnke <overlord@gmx.li>.
2589
2590 2004-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2591
2592 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
2593 x-use-old-gtk-file-dialog.
2594
2595 2004-11-26 Eli Zaretskii <eliz@gnu.org>
2596
2597 * idlwave.texi: Fix the setfilename directive to put the produced
2598 file in ../info.
2599 (Continued Statement Indentation): Resurrect Jan D.'s change from
2600 2004-11-03 that was lost when a newer version of idlwave.texi was
2601 imported.
2602
2603 2004-11-20 Richard M. Stallman <rms@gnu.org>
2604
2605 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
2606
2607 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
2608
2609 * building.texi (Lisp Eval): Delete hyphen in section name.
2610
2611 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2612
2613 * files.texi (Old Versions):
2614 No longer document annotation as "CVS only".
2615
2616 2004-11-10 Andre Spiegel <spiegel@gnu.org>
2617
2618 * files.texi (Version Control): Rewrite the introduction about
2619 version systems, mentioning the new ones that we support. Thanks
2620 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
2621 suggestions.
2622
2623 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2624
2625 * gnus-faq.texi ([5.1]): Added missing bracket.
2626
2627 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
2628 `spam-initialize'.
2629
2630 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2631
2632 * message.texi (Various Message Variables): Mention that all mail
2633 file variables are derived from `message-directory'.
2634
2635 * gnus.texi (Splitting Mail): Clarify bogus group.
2636
2637 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2638
2639 * emacs-mime.texi (Encoding Customization): Fix
2640 mm-coding-system-priorities entry.
2641
2642 2004-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2643
2644 * frames.texi (Dialog Boxes):
2645 * idlwave.texi (Continued Statement Indentation):
2646 * reftex.texi (Options (Index Support)):
2647 (Displaying and Editing the Index, Table of Contents):
2648 * speedbar.texi (Creating a display, Major Display Modes): Replace
2649 non-nil with non-@code{nil}.
2650
2651 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2652
2653 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
2654
2655 2004-10-23 Eli Zaretskii <eliz@gnu.org>
2656
2657 * text.texi (Text Based Tables, Table Definition)
2658 (Table Creation, Table Recognition, Cell Commands)
2659 (Cell Justification, Row Commands, Column Commands)
2660 (Fixed Width Mode, Table Conversion, Measuring Tables)
2661 (Table Misc): New nodes, documenting the Table Mode.
2662
2663 2004-10-21 Jay Belanger <belanger@truman.edu>
2664
2665 * calc.texi (Algebraic-Style Calculations): Removed a comment.
2666
2667 2004-10-19 Jason Rumney <jasonr@gnu.org>
2668
2669 * makefile.w32-in (info): Change order of arguments to makeinfo.
2670
2671 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2672
2673 * calendar.texi (iCalendar): Update for package changes.
2674
2675 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
2676
2677 * calc.texi (Reporting Bugs): Double up `@'.
2678
2679 2004-10-18 Jay Belanger <belanger@truman.edu>
2680
2681 * calc.texi (Reporting Bugs): Changed the address that bugs
2682 should be sent to.
2683
2684 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
2685
2686 * gnus.texi (New Features): Add 5.11.
2687
2688 * message.texi (Resending): Remove wrong default value.
2689
2690 * gnus.texi (Mail Source Specifiers): Describe possible problems
2691 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
2692 `pop3-leave-mail-on-server' to the index.
2693
2694 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2695
2696 * message.texi (Canceling News): Add how to set a password.
2697
2698 2004-10-12 Jay Belanger <belanger@truman.edu>
2699
2700 * calc.texi (Help Commands): Changed the descriptions of
2701 calc-describe-function and calc-describe-variable to match their
2702 current behavior.
2703
2704 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2705
2706 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
2707
2708 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2709
2710 Sync with Tramp 2.0.45.
2711
2712 * tramp.texi (Frequently Asked Questions): Comment paragraph about
2713 plink link. The URL is outdated. Originator contacted for
2714 clarification.
2715
2716 2004-10-10 Juri Linkov <juri@jurta.org>
2717
2718 * gnus.texi (Top, Marking Articles): Join two menus in one node
2719 because a node can have only one menu.
2720
2721 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * files.texi (Misc File Ops): View mode is a minor mode.
2724
2725 2004-10-09 Juri Linkov <juri@jurta.org>
2726
2727 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
2728 example of nnmail-split-fancy.
2729
2730 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
2731
2732 * calendar.texi (iCalendar): Style changes.
2733
2734 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
2735
2736 * search.texi (Regexps): The regexp described in the example is no
2737 longer stored in the variable `sentence-end'.
2738
2739 2004-10-06 Karl Berry <karl@gnu.org>
2740
2741 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
2742 consistency with other uses of dashes.
2743
2744 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * building.texi (Starting GUD): Note that multiple debugging
2747 sessions requires `gdb --fullname'.
2748
2749 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
2750
2751 * calendar.texi (iCalendar): New section for a new package.
2752
2753 2004-10-05 Karl Berry <karl@gnu.org>
2754
2755 * info.texi: Consistently use --- throughout, periods at end of
2756 menu descriptions, and a couple typos.
2757
2758 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
2759
2760 * text.texi: Various small changes in addition to the following.
2761 (Text): Replace xref for autotype with inforef.
2762 (Sentences): Explain nil value for `sentence-end'.
2763 (Paragraphs): Update default values for `paragraph-start' and
2764 `paragraph-separate'.
2765 (Text Mode): Correct description of Text mode's effect on the
2766 syntax table.
2767 (Outline Visibility): `hide-other' does not hide top level headings.
2768 `selective-display-ellipses' no longer has an effect on Outline mode.
2769 (TeX Misc): Add missing @cindex.
2770 Replace xref for RefTeX with inforef.
2771 (Requesting Formatted Text): The variable
2772 `enriched-fill-after-visiting' no longer exists.
2773 (Editing Format Info): Update names of menu items and commands.
2774 (Format Faces): Mention special effect of specifying the default face.
2775 Describe inheritance of text properties.
2776 Correct description of `fixed' face.
2777 (Format Indentation): Correct description of effect of setting
2778 margins. Mention `set-left-margin' and `set-right-margin'.
2779 (Format Justification): Update names of menu items.
2780 `set-justification-full' is now bound to `M-j b'.
2781 Mention that `default-justification' is a per buffer variable.
2782 (Format Properties): Update name of menu item.
2783 (Forcing Enriched Mode): `format-decode-buffer' automatically
2784 turns on Enriched mode if the buffer is in text/enriched format.
2785
2786 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
2787
2788 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
2789
2790 2004-09-28 Kim F. Storm <storm@cua.dk>
2791
2792 * display.texi (Display Custom) <indicate-buffer-boundaries>:
2793 Align with new functionality.
2794
2795 2004-09-26 Jesper Harder <harder@ifa.au.dk>
2796
2797 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
2798 * pgg.texi (User Commands, Backend methods): Do.
2799 * gnus.texi: Markup fixes.
2800 (Setting Process Marks): Fix `M P a' entry.
2801 * emacs-mime.texi: Fixes.
2802
2803 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
2804
2805 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
2806 again.
2807 Use 5.10 instead of 5.10.0.
2808
2809 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2810
2811 * gnus.texi (Summary Mail Commands): S D e.
2812
2813 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
2814
2815 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
2816 the gnus-article-mode-line-format section.
2817
2818 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
2819
2820 * gnus.texi (Various Summary Stuff): Fix the documentation for
2821 gnus-newsgroup-variables.
2822
2823 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
2824
2825 * gnus.texi (MIME Commands): Added
2826 gnus-mime-display-multipart-as-mixed,
2827 gnus-mime-display-multipart-alternative-as-mixed,
2828 gnus-mime-display-multipart-related-as-mixed.
2829 (Mail Source Customization): Clarify `mail-source-directory'.
2830 (Splitting Mail): Mention gnus-group-find-new-groups.
2831 (SpamOracle): Fixed typo.
2832
2833 * gnus-faq.texi: Untabify.
2834 ([6.3]): nnir.el is in contrib directory.
2835
2836 * message.texi (News Headers): Clarify how a unique ID is created.
2837
2838 * gnus.texi (Batching Agents): Fixed typo in example. Reported
2839 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2840
2841 2004-09-20 Andre Srinivasan <andre@e2open.com>
2842
2843 * gnus.texi (Group Parameters): Added more on hooks. (Small
2844 change.)
2845
2846 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
2847
2848 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
2849
2850 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2851
2852 * display.texi (Display Custom): Remove stray `@end defvar'.
2853
2854 2004-09-23 Kim F. Storm <storm@cua.dk>
2855
2856 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
2857 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
2858
2859 2004-09-22 Jay Belanger <belanger@truman.edu>
2860
2861 * calc.texi (Vectors as Lists): Added a warning that the tutorial
2862 might be hidden during part of the session.
2863
2864 2004-09-20 Jay Belanger <belanger@truman.edu>
2865
2866 * calc.texi (Notations Used in This Manual): Put in an earlier
2867 mention that DEL could be called Backspace.
2868
2869 2004-09-20 Richard M. Stallman <rms@gnu.org>
2870
2871 * custom.texi (Hooks): Explain using setq to clear out a hook.
2872 (File Variables): Explain multiline string constants.
2873 (Non-ASCII Rebinding): Explain when you need to update
2874 non-ASCII char codes in .emacs.
2875
2876 * building.texi (Compilation): Explain how to make a silent
2877 subprocess that won't be terminated. Explain compilation-environment.
2878
2879 2004-09-13 Kim F. Storm <storm@cua.dk>
2880
2881 * mini.texi (Repetition): Rename isearch-resume-enabled to
2882 isearch-resume-in-command-history and change default to disabled.
2883
2884 2004-09-10 Simon Josefsson <jas@extundo.com>
2885
2886 * gnus.texi (IMAP): Add example. Suggested and partially written
2887 by Steinar Bang <sb@dod.no>.
2888
2889 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2890
2891 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
2892 netrc syntax.
2893
2894 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2895
2896 * gnus.texi (Spam ELisp Package Sequence of Events): Some clarifications.
2897 (Spam ELisp Package Global Variables): More clarifications.
2898
2899 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2900
2901 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
2902 Mention spam-split does not modify incoming mail.
2903
2904 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2905
2906 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
2907
2908 2004-09-10 Eli Zaretskii <eliz@gnu.org>
2909
2910 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi
2911
2912 2004-09-09 Kim F. Storm <storm@cua.dk>
2913
2914 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
2915 with new `kmacro-name-last-macro'.
2916
2917 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
2918
2919 * makefile.w32-in (sieve, pgg): Use $(infodir).
2920
2921 2004-09-08 Juri Linkov <juri@jurta.org>
2922
2923 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
2924
2925 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
2926
2927 * makefile.w32-in: Fix PGG and Sieve entries.
2928
2929 2004-09-03 Juri Linkov <juri@jurta.org>
2930
2931 * search.texi (Incremental Search): Update wording for M-%.
2932
2933 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
2934
2935 * killing.texi (Killing): Correct description of kill commands in
2936 read-only buffer.
2937
2938 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2939
2940 * building.texi (Compilation Mode): Add a paragraph about rules
2941 for finding the compilation buffer for `next-error'.
2942
2943 * search.texi (Other Repeating Search): Mention that Occur mode
2944 supports the next-error functionality.
2945
2946 2004-09-02 Juri Linkov <juri@jurta.org>
2947
2948 * search.texi (Regexp Replace): Add missing backslash to \footnote.
2949
2950 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2951
2952 * kmacro.texi (Basic Keyboard Macro):
2953 `apply-macro-to-region-lines' now operates on all lines that begin
2954 in the region, rather than on all complete lines in the region.
2955
2956 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2957
2958 * frames.texi (Drag and drop): Add documentation about
2959 x-dnd-test-function and x-dnd-known-types.
2960
2961 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
2962
2963 * indent.texi: Various minor changes in addition to:
2964 (Indentation Commands): Correct description of `indent-relative'.
2965 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
2966 mode. The *Tab Stops* buffer uses Overwrite Mode.
2967 (Just Spaces): `tabify' converts sequences of at least two spaces
2968 to tabs.
2969
2970 2004-08-28 Eli Zaretskii <eliz@gnu.org>
2971
2972 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
2973 Emacs and related programs.
2974
2975 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2976
2977 * frames.texi (Secondary Selection): Setting the secondary
2978 selection with M-Drag-Mouse-1 does not alter the kill ring,
2979 setting it with M-Mouse-1 and M-Mouse-3 does.
2980 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
2981 toolkit scroll bars.
2982 (Scroll Bars): Ditto.
2983
2984 * windows.texi (Basic Window): When using a window system, the value
2985 of point in a non-selected window is indicated by a hollow box.
2986 (Split Window): Side by side windows are separated by a scroll bar,
2987 if scroll bars are used.
2988 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
2989 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
2990 (Window Convenience): Update bindings for `winner-undo' and
2991 `winner-redo'.
2992
2993 * ack.texi (Acknowledgments): Use `@unnumbered'.
2994 * misc.texi : Adapt sectioning in Info to the node structure.
2995 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
2996 of "Using Emacs as a Server".
2997 * building.texi (Building): Interchange nodes (for correct numbering).
2998 * programs.texi (Programs): Interchange nodes (for correct numbering).
2999 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
3000 Info to the node structure.
3001 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
3002 Rearrange order of nodes and sections such that both "GNU GENERAL
3003 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
3004 end, as appropriate for appendices.
3005 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
3006 Use `@unnumberedsec'.
3007 * trouble.texi: Adapt sectioning in Info to the node structure.
3008 Adapt node pointers to change in emacs.texi.
3009 * cmdargs.texi, doclicense.texi: Adapt node pointers.
3010
3011 2004-08-27 Richard M. Stallman <rms@gnu.org>
3012
3013 * faq.texi: Fix texinfo usage, esp. doublequotes.
3014 (Difference between Emacs and XEmacs): Some clarification.
3015
3016 * faq.texi (Difference between Emacs and XEmacs):
3017 Explain not to contrast XEmacs with GNU Emacs.
3018
3019 2004-08-26 Richard M. Stallman <rms@gnu.org>
3020
3021 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
3022
3023 2004-08-25 Kenichi Handa <handa@m17n.org>
3024
3025 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
3026 description for unibyte mode.
3027
3028 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
3031
3032 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
3033 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
3034 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
3035 in @pxref.
3036
3037 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
3038
3039 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
3040 Change section names.
3041
3042 2004-08-22 David Kastrup <dak@gnu.org>
3043
3044 * reftex.texi (AUCTeX): Update links, section name.
3045
3046 * faq.texi (Calc): Update availability (included in 22.1).
3047 (AUCTeX): Update availability, information, versions, description.
3048
3049 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * kmacro.texi (Keyboard Macro Ring): Rename section.
3052 Emacs treats the head of the macro ring as the `last keyboard macro'.
3053 (Keyboard Macro Counter): Minor change.
3054 (Save Keyboard Macro): Some clarifications.
3055 (Edit Keyboard Macro): Rename section.
3056
3057 * buffers.texi (Buffers): Maximum buffer size is now 256M on
3058 32-bit machines.
3059 (Several Buffers): Clarify which buffer is selected if `2' is
3060 pressed in the Buffer Menu.
3061 Auto Revert mode can be used to update the Buffer Menu
3062 automatically.
3063
3064 2004-08-21 Eli Zaretskii <eliz@gnu.org>
3065
3066 * help.texi (Misc Help): Add an index entry for finding an Info
3067 manual by its file name.
3068
3069 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
3070
3071 * files.texi (Backup Deletion): Correct description of
3072 `delete-old-versions'.
3073 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
3074 (Auto Save Files): Recommend `auto-save-mode' to reenable
3075 auto-saving, rather than the abbreviation `auto-save'.
3076
3077 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
3078
3079 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
3080 for "killing" and "yanking" in main menu.
3081
3082 2004-08-16 Richard M. Stallman <rms@gnu.org>
3083
3084 * killing.texi (Yanking, Killing): Minor cleanups.
3085
3086 * mark.texi (Momentary Mark): Minor cleanups.
3087
3088 2004-08-15 Kenichi Handa <handa@etl.go.jp>
3089
3090 * custom.texi (Non-ASCII Rebinding):
3091 C-q always inserts the right code to pass to global-set-key.
3092
3093 2004-08-14 Eli Zaretskii <eliz@gnu.org>
3094
3095 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
3096
3097 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
3098
3099 * regs.texi (RegNumbers): Mention `C-x r i' binding for
3100 `insert-register', instead of `C-x r g' binding, for consistency.
3101
3102 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
3103
3104 * fixit.texi (Spelling): Fix typo.
3105
3106 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
3107
3108 * help.texi (Help): Fix Texinfo usage.
3109
3110 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
3111
3112 * cc-mode.texi: Various updates for CC Mode 5.30.9.
3113
3114 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
3115
3116 Sync with Tramp 2.0.44.
3117
3118 2004-08-05 Lars Hansen <larsh@math.ku.dk>
3119
3120 * widget.texi (User Interface): Update how to separate the
3121 editable field of an editable-field widget from other widgets.
3122 (Programming Example): Add text after field.
3123
3124 2004-07-24 Richard M. Stallman <rms@gnu.org>
3125
3126 * text.texi (Paragraphs): Update how paragraphs are separated
3127 and the default for paragraph-separate.
3128
3129 * search.texi (Regexp Replace): Further update text for new
3130 replacement operators.
3131
3132 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3133
3134 * emacs-mime.texi (Encoding Customization): Add a note to the
3135 mm-content-transfer-encoding-defaults entry.
3136 (rfc2047): Update.
3137
3138 * gnus.texi (Article Highlighting): Add
3139 gnus-cite-ignore-quoted-from.
3140 (POP before SMTP): New node.
3141 (Posting Styles): Addition.
3142 (Splitting Mail): Add nnmail-split-lowercase-expanded.
3143 (Fancy Mail Splitting): Ditto.
3144 (X-Face): Add gnus-x-face.
3145
3146 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
3147
3148 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
3149 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
3150
3151 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * gnus.texi (Mail Source Specifiers): Describe
3154 `pop3-leave-mail-on-server'.
3155
3156 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3157
3158 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
3159
3160 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
3161 repository. Change setfilename.
3162
3163 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
3164
3165 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3166
3167 * emacs-xtra.texi (Subdir switches): Dired does not remember the
3168 `R' switch.
3169
3170 * dired.texi (Dired Updating): `k' only deletes inserted
3171 subdirectories from the Dired buffer if a prefix argument was given.
3172
3173 * search.texi (Regexps): Delete redundant definition of `symbol' in
3174 description of `\_>'. It already occurs in the description of `\_<'.
3175
3176 2004-07-02 Juri Linkov <juri@jurta.org>
3177
3178 * pcl-cvs.texi (Viewing differences): Add `d r'.
3179
3180 2004-07-01 Juri Linkov <juri@jurta.org>
3181
3182 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
3183 (Regexp Search): Add M-r.
3184
3185 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
3186
3187 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
3188
3189 2004-06-29 Jesper Harder <harder@ifa.au.dk>
3190
3191 * ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
3192 * eshell.texi, ediff.texi, calendar.texi: Markup fixes.
3193
3194 2004-06-25 Richard M. Stallman <rms@gnu.org>
3195
3196 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
3197
3198 2004-06-25 David Kastrup <dak@gnu.org>
3199
3200 * search.texi (Regexp Replace): Some typo corrections and
3201 rearrangement.
3202
3203 2004-06-24 David Kastrup <dak@gnu.org>
3204
3205 * search.texi (Unconditional Replace): Use replace-string instead
3206 of query-replace in example.
3207 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
3208 sequences.
3209 (Query Replace): Correct explanation of `^' which does not use
3210 the mark stack.
3211
3212 2004-06-21 Nick Roberts <nickrob@gnu.org>
3213
3214 * misc.texi (Shell History Copying): Document comint-insert-input.
3215 (Shell Ring): Describe comint-dynamic-list-input-ring here.
3216
3217 2004-06-21 Karl Berry <karl@gnu.org>
3218
3219 * info.texi (Top): Mention that only Emacs has mouse support.
3220 (Getting Started): Mention this in a few other places.
3221
3222 2004-06-20 Jesper Harder <harder@ifa.au.dk>
3223
3224 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
3225 * custom.texi (Customization): Do.
3226 * anti.texi (Antinews): Do.
3227 * abbrevs.texi (Defining Abbrevs): Do.
3228
3229 * programs.texi (Info Lookup): Fix keybinding for
3230 info-lookup-symbol.
3231
3232 2004-06-16 Juanma Barranquero <lektu@terra.es>
3233
3234 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
3235 Add emacs-xtra.
3236 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
3237 (clean): Add emacs-xtra and flymake. Remove redundancies.
3238
3239 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3240
3241 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
3242 Add emacs-xtra.
3243 * emacs-xtra.texi: New file.
3244
3245 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
3246
3247 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
3248 (Dired and Find): Mention differences with ordinary Dired buffers.
3249
3250 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3251
3252 * autotype.texi (Copyrights, Timestamps): Recommend
3253 `before-save-hook' instead of `write-file-functions'.
3254
3255 2004-06-13 Richard M. Stallman <rms@gnu.org>
3256
3257 * custom.texi (Init Syntax): Explain about vars that do special
3258 things when set with setq or with Custom.
3259 (Init Examples): Add line-number-mode example.
3260
3261 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3262
3263 * dired-x.texi (dired-mark-omitted): Update keybinding.
3264
3265 2004-06-12 Juri Linkov <juri@jurta.org>
3266
3267 * dired.texi (Operating on Files): Add dired-do-touch.
3268
3269 2004-06-10 Kim F. Storm <storm@cua.dk>
3270
3271 * pcl-cvs.texi (Viewing differences): Add 'd y'.
3272
3273 2004-06-10 Juri Linkov <juri@jurta.org>
3274
3275 * building.texi (Lisp Eval): Add C-M-x on defface.
3276
3277 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3278
3279 * files.texi (Reverting): Auto-Revert mode and
3280 Global Auto-Revert mode no longer revert remote files.
3281
3282 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3283
3284 * dired-x.texi (variable dired-omit-mode): Rename from
3285 dired-omit-files-p.
3286 (function dired-omit-mode): Rename from dired-omit-toggle.
3287 Call dired-omit-mode rather than set dired-omit-files-p.
3288 (dired-mark-omitted): Describe command.
3289
3290 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3291
3292 Version 2.0.41 of Tramp released.
3293
3294 2004-05-29 Juanma Barranquero <lektu@terra.es>
3295
3296 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
3297 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
3298
3299 2004-05-29 Richard M. Stallman <rms@gnu.org>
3300
3301 * custom.texi (Init File): Two dashes start --no-site-file.
3302
3303 * cl.texi (Top): Call this chapter `Introduction'.
3304 (Overview): In TeX, no section heading here.
3305
3306 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
3307
3308 2004-05-29 Alan Mackenzie <acm@muc.de>
3309
3310 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
3311 ("AWK"): Is consistently thus spelt throughout.
3312 (AWK, Pike): Document as "C-like modes".
3313 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
3314 (M-x man): Supersedes M-x manual-entry.
3315 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
3316
3317 ("Comments in C"): Delete node; the info is in CC Mode manual.
3318 (c-comment-only-line-offset): Remove description.
3319
3320 (C-c ., C-c C-c): Describe new C Mode bindings.
3321
3322 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
3323 (@dfn{Style}, c-default-style, comment-column, comment-padding)
3324 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
3325 Amend definitions.
3326
3327 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
3328 Describe functions.
3329
3330 (c-comment-start-regexp, c-hanging-comment-ender-p)
3331 (c-hanging-comment-starter-p): Remove obsolete definitions.
3332
3333 * emacs.texi: Remove the menu entry "Comments in C".
3334
3335 2004-05-29 Eli Zaretskii <eliz@gnu.org>
3336
3337 * Makefile.in (../info/flymake, flymake.dvi): New targets.
3338 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
3339
3340 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3341
3342 * flymake.texi: New file.
3343
3344 2004-05-28 Simon Josefsson <jas@extundo.com>
3345
3346 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
3347
3348 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
3349
3350 * dired.texi (Dired and Find): `find-ls-option' does not apply to
3351 `M-x locate'.
3352
3353 2004-05-16 Karl Berry <karl@gnu.org>
3354
3355 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
3356 makeinfo --html fails.
3357 * help.texi (Help Summary) [@ifnottex]: Likewise.
3358
3359 2004-05-13 Nick Roberts <nickrob@gnu.org>
3360
3361 * building.texi (GDB Graphical Interface): Update and describe
3362 layout first.
3363
3364 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3365
3366 Version 2.0.40 of Tramp released.
3367
3368 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
3369
3370 Complete rework, based on review by Karl Berry <karl@gnu.org>.
3371
3372 * tramp.texi (Auto-save and Backup): Explain exploitation of new
3373 variables `tramp-backup-directory-alist' and
3374 `tramp-bkup-backup-directory-info'.
3375 (Overview, Connection types)
3376 (External transfer methods, Default Method)
3377 (Windows setup hints): Remove restriction of password entering
3378 with external methods.
3379 (Auto-save and Backup): Make file name example
3380 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
3381 and `auto-save-directory' must be used.
3382 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
3383 only "NT"). Remove doubled entry "What kinds of systems does
3384 @tramp{} work on".
3385 (tramp): Macro removed.
3386 (Obtaining Tramp): Flag removed from title.
3387 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
3388 and `trampver' used properly. Flag `tramp-inst' replaced by
3389 `installchapter'. Installation related text adapted.
3390
3391 2004-05-04 Jason Rumney <jasonr@gnu.org>
3392
3393 * makefile.w32-in: Revert last change.
3394
3395 2004-05-03 Jason Rumney <jasonr@gnu.org>
3396
3397 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
3398
3399 2004-04-28 Masatake YAMATO <jet@gyve.org>
3400
3401 * widget.texi (Programming Example): Remove overlays.
3402
3403 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3404
3405 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
3406
3407 2004-04-23 Juanma Barranquero <lektu@terra.es>
3408
3409 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3410
3411 2004-04-18 Juri Linkov <juri@jurta.org>
3412
3413 * fixit.texi (Spelling): Remove file extension from ispell xref.
3414
3415 2004-04-15 Kim F. Storm <storm@cua.dk>
3416
3417 * cmdargs.texi (Initial Options): Add -Q.
3418
3419 2004-04-05 Kim F. Storm <storm@cua.dk>
3420
3421 * custom.texi (File Variables): Add safe-local-eval-forms.
3422
3423 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3424
3425 * info.texi (Info Search): Add info-apropos.
3426
3427 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
3428
3429 * files.texi (Reverting): Correct description of revert-buffer's
3430 handling of point.
3431
3432 2004-03-22 Juri Linkov <juri@jurta.org>
3433
3434 * emacs.texi (Top): Add `Misc X'.
3435
3436 * faq.texi, trouble.texi: Fix help key bindings.
3437
3438 * glossary.texi: Improve references.
3439
3440 * help.texi: Sync keywords with finder.el.
3441
3442 * mini.texi (Completion): Add description for menu items.
3443
3444 * misc.texi (Browse-URL, FFAP): Add information about keywords.
3445
3446 * sending.texi (Mail Methods): Fix xref to Message manual.
3447
3448 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
3449
3450 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
3451 (as suggested by Karl Berry). Update information about colored
3452 stars in menus. Add new subheading describing M-n.
3453
3454 2004-03-12 Richard M. Stallman <rms@gnu.org>
3455
3456 * cl.texi (Top): Rename top node's title.
3457
3458 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
3459
3460 2004-03-08 Karl Berry <karl@gnu.org>
3461
3462 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
3463 problems making the texinfo distribution.
3464
3465 2004-03-04 Richard M. Stallman <rms@gnu.org>
3466
3467 * search.texi (Regexps): Explain that ^ and $ have their
3468 special meanings only in certain contexts.
3469
3470 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
3471
3472 * mule.texi (Specify Coding): Doc C-x RET F.
3473
3474 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
3475 for multiple compile and grep buffers.
3476 (Indirect Buffers): Don't recommand clone-indirect-buffer
3477 for multiple compile and grep buffers.
3478
3479 2004-02-29 Simon Josefsson <jas@extundo.com>
3480
3481 * smtpmail.texi (Authentication): Changed the list of supported
3482 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
3483 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
3484 <voegelas@gmx.net>.
3485
3486 2004-02-29 Juanma Barranquero <lektu@terra.es>
3487
3488 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
3489 Use $(DEL) instead of rm, and ignore exit code.
3490
3491 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net>
3492
3493 Tramp version 2.0.39 released.
3494
3495 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
3496
3497 * tramp.texi (Customizing Completion): Explain new functions
3498 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
3499 (all): Savannah URLs unified to "http://savannah.nongnu.org".
3500 (Top): Refer to Savannah mailing list as the major one. Mention
3501 older mailing lists in HTML mode only.
3502 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
3503 (Frequently Asked Questions): Remote hosts must not be Unix-like
3504 for "smb" method.
3505 (Password caching): New node.
3506 (External transfer methods): Refer to password caching for "smb"
3507 method.
3508
3509 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
3510
3511 * building.texi (Watch Expressions): Update.
3512
3513 2004-02-21 Juri Linkov <juri@jurta.org>
3514
3515 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
3516 --directory, --help, --version. Move text about command-line-args
3517 to Command Arguments.
3518 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
3519 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
3520 (Window Size X): Join -g and --geometry. Add @cindex.
3521 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
3522 (Title X): Remove alias -title.
3523 (Misc X): New node.
3524
3525 2004-02-17 Karl Berry <karl@gnu.org>
3526
3527 * info.texi (Help-Int): Mention the new line number feature.
3528
3529 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3530
3531 * frames.texi (Drag and drop): Add Motif to list of supported
3532 protocols.
3533
3534 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3535
3536 * ses.texi (Advanced Features): New functionality for
3537 ses-set-header-row (defaults to current row unless C-u used).
3538 (Acknowledgements): Add Stefan Monnier.
3539
3540 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3541
3542 * frames.texi (Drag and drop): New section.
3543
3544 2004-01-24 Richard M. Stallman <rms@gnu.org>
3545
3546 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
3547 Include it only @ifnotinfo. Patch the preceding and following
3548 node headers to point to each other.
3549
3550 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3551
3552 * calendar.texi (Appointments): Update section.
3553
3554 2003-12-29 Kevin Ryde <user42@zip.com.au>
3555
3556 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
3557
3558 * programs.texi (C Modes): Fix the xref.
3559
3560 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
3561
3562 * building.texi (Watch Expressions): Update.
3563 (Commands of GUD): Include use of toolbar + breakpoints set from
3564 fringe/margin.
3565
3566 2003-12-03 Andre Spiegel <spiegel@gnu.org>
3567
3568 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
3569 <acm@muc.de>.
3570
3571 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3572
3573 Tramp version 2.0.38 released.
3574
3575 * tramp.texi (Remote shell setup): Warn of environment variables
3576 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
3577 <sven.gabriel@imk.fzk.de>.
3578 (Configuration): Tramp now chooses base64/uuencode
3579 automatically. Update wording accordingly.
3580 (Top): More description for the `Default Method' menu entry.
3581 (Default Method): Use @code, not @var, for Lisp variables.
3582 (Default Method): New subsection `Which method is the right one
3583 for me?' Suggested by Christian Kirsch.
3584 (Configuration): Pointer to new subsection added.
3585 (Default Method): Too many "use" in one sentence.
3586 Rephrase. Reported by Christian Kirsch.
3587 (Filename Syntax): Old `su' example is probably a left-over from
3588 the sm/su method naming. Replace with `ssh', instead.
3589 (External transfer methods, Auto-save and Backup):
3590 Typo fixes.
3591
3592 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
3593
3594 * tramp.texi (all): Harmonize all occurences of @tramp{}.
3595 (Top): Mention japanese manual only if flag `jamanual' is set.
3596 Insert section `Japanese manual' in menu.
3597
3598 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3599
3600 * frames.texi (Dialog Boxes): Add use-file-dialog.
3601
3602 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3603
3604 * eshell.texi (Known Problems): Add doc item.
3605
3606 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3607
3608 * ack.texi: Note that Alan Mackenzie contributed the AWK support
3609 in CC Mode.
3610
3611 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3612
3613 * cc-mode.texi: Update for CC Mode 5.30.
3614
3615 Note: Please refrain from doing purely cosmetic changes like
3616 removing trailing whitespace in this manual; it clobbers cvs
3617 merging for no good reason.
3618
3619 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3620
3621 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
3622 * man/commands.texi, man/custom.texi, man/display.texi:
3623 * man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi:
3624 * man/frames.texi, man/glossary.texi, man/killing.texi:
3625 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
3626 * man/mule.texi, man/rmail.texi, man/search.texi:
3627 * man/sending.texi, man/text.texi, man/tramp.texi:
3628 * man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi:
3629 * man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}.
3630
3631 2003-11-01 Alan Mackenzie <acm@muc.de>
3632
3633 * search.texi (Scrolling During Incremental Search): Document a
3634 new scrolling facility in isearch mode.
3635
3636 2003-10-26 Karl Berry <karl@gnu.org>
3637
3638 * info.texi (Info Search): Echo area, not echo are. From Debian
3639 diff.
3640
3641 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
3642
3643 * widget.texi (Defining New Widgets): Document new beavior of
3644 :buttons and :children keywords.
3645
3646 2003-10-22 Miles Bader <miles@gnu.org>
3647
3648 * Makefile.in (info): Move before $(top_srcdir)/info.
3649
3650 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
3651
3652 * building.texi (Watch Expressions): Update section on data display
3653 to reflect code changes (GDB Graphical Interface).
3654
3655 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
3656
3657 * tramp.texi (Inline methods): Small grammar fix.
3658 (External transfer methods): Likewise.
3659
3660 2003-10-13 Richard M. Stallman <rms@gnu.org>
3661
3662 * xresources.texi (GTK resources): Clean up previous change.
3663
3664 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3665
3666 * xresources.texi (GTK resources): Add a note that some themes
3667 disallow customizations. Add scroll theme example.
3668
3669 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
3670
3671 * speedbar.texi: Remove paragraph for GUD that is no longer true.
3672
3673 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * texinfo.tex: Replace `%' in arch tagline by @ignore.
3676
3677 2003-09-30 Richard M. Stallman <rms@gnu.org>
3678
3679 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
3680
3681 * widget.texi (User Interface): Fix typos.
3682
3683 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
3684
3685 * cmdargs.texi (General Variables): Remove MAILRC envvar.
3686
3687 * misc.texi (Saving Emacs Sessions): Shorten the section,
3688 collapsing back into one node.
3689
3690 2003-09-30 Lars Hansen <larsh@math.ku.dk>
3691
3692 * misc.texi: Section "Saving Emacs Sessions" rewritten.
3693
3694 2003-09-29 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
3695
3696 * xresources.texi (GTK names in Emacs): Correct typo.
3697
3698 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
3699
3700 * pcl-cvs.texi (Selected Files): Fix typo.
3701
3702 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
3703
3704 * cmdargs.texi (Font X): Mention new default font. More
3705 fully describe long font names, wildcard patterns and the
3706 problems involved. (Result of discussion on emacs-devel.)
3707
3708 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
3709
3710 * emacs.texi (Acknowledgements): Correct typo.
3711
3712 2003-09-22 Richard M. Stallman <rms@gnu.org>
3713
3714 * dired.texi (Misc Dired Commands): New node.
3715 (Dired Navigation): Add dired-goto-file.
3716
3717 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
3718
3719 * emacs.texi (Acknowledgements): New node, split from Distribution.
3720
3721 * cmdargs.texi (Action Arguments): -f reads interactive args.
3722
3723 2003-09-21 Karl Berry <karl@gnu.org>
3724
3725 * info.texi (] and [ commands): No period at end of section title.
3726
3727 2003-09-08 Lute Kamstra <lute@gnu.org>
3728
3729 * screen.texi (Mode Line): Say that POS comes before LINE.
3730 Mention `size-indication-mode'.
3731 * display.texi (Optional Mode Line): Document
3732 `size-indication-mode'.
3733 * basic.texi (Position Info): Mention `size-indication-mode'.
3734
3735 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
3736
3737 * xresources.texi (Resources): Refer to `editres' man page.
3738 (Lucid Resources): Update defaults. Expand description of
3739 `shadowThickness'.
3740
3741 2003-09-04 Miles Bader <miles@gnu.org>
3742
3743 * Makefile.in (top_srcdir): New variable.
3744 ($(top_srcdir)/info): New rule.
3745 (info): Depend on it.
3746
3747 2003-09-03 Peter Runestig <peter@runestig.com>
3748
3749 * makefile.w32-in: New file.
3750
3751 2003-08-29 Richard M. Stallman <rms@gnu.org>
3752
3753 * misc.texi (Saving Emacs Sessions): Correct previous change.
3754
3755 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
3756
3757 * widget.texi (User Interface): Explain the need of static text
3758 around an editable field.
3759
3760 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3761
3762 * widget.texi (Basic Types): The argument to `:help-echo' can now
3763 be a form that evaluates to a string.
3764
3765 * emacs.texi (Top): Update menu to reflect new Keyboard Macros
3766 chapter.
3767 (Intro): Include kmacro.texi after fixit.texi instead of after
3768 custom.texi. (As suggested by Kim Storm.)
3769
3770 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
3771
3772 * fixit.texi (Fixit): Update `Next' pointer.
3773 * files.texi (Files): Update `Previous' pointer.
3774 * kmacro.texi (Keyboard Macros): Remove redundant node and
3775 section.
3776 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
3777 (Suggested by Kim Storm.)
3778 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
3779 Storm.)
3780
3781 2003-08-18 Kim F. Storm <storm@cua.dk>
3782
3783 * kmacro.texi: New file describing enhanced keyboard macro
3784 functionality. Replaces old description in custom.texi.
3785
3786 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
3787 (Keyboard Macros): Move to new kmacro.texi file.
3788
3789 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
3790
3791 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
3792
3793 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
3794
3795 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
3796
3797 2003-08-17 Alex Schroeder <alex@gnu.org>
3798
3799 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
3800 required.
3801
3802 2003-08-16 Richard M. Stallman <rms@gnu.org>
3803
3804 * dired-x.texi (Shell Command Guessing): Explain *.
3805
3806 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
3807
3808 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
3809 log-edit-insert-changelog.
3810
3811 2003-08-05 Richard M. Stallman <rms@gnu.org>
3812
3813 * programs.texi (Lisp Indent): Don't describe
3814 lisp-indent-function property here. Use xref to Lisp Manual.
3815
3816 2003-08-03 Karl Berry <karl@gnu.org>
3817
3818 * info.texi: Need @contents.
3819
3820 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3821
3822 * calendar.texi (Date Formats): Document changed behaviour of
3823 abbreviations.
3824
3825 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
3826
3827 * buffers.texi (List Buffers): Fix previous change.
3828
3829 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3830
3831 Tramp version 2.0.36 released.
3832
3833 * tramp.texi (Remote shell setup): Explain about problems with
3834 non-Bourne commands in ~/.profile and ~/.shrc.
3835
3836 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
3837
3838 * buffers.texi (List Buffers): Adjust to new format of *Buffer
3839 List*.
3840
3841 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
3842
3843 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
3844 renaming of `vis-mode' to `visible-mode'.
3845
3846 * display.texi (Font Lock): Fix typo.
3847
3848 2003-07-07 Richard M. Stallman <rms@gnu.org>
3849
3850 * display.texi (Font Lock): Add xref for format info on
3851 font-lock-remove-keywords.
3852
3853 * building.texi (Compilation): Document what happens with asynch
3854 children of compiler process.
3855
3856 * help.texi (Library Keywords): Use @multitable.
3857
3858 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
3859
3860 * info.texi (Top, Help-Small-Screen): Remove accidentally added
3861 next, prev and up pointers.
3862
3863 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
3864
3865 * info.texi (Help): Mention existence of Emacs and stand-alone
3866 Info at the very beginning of the tutorial.
3867 (Help-Inv): New node.
3868 (Help-]): New node.
3869 (Help-M): Systematically point out the differences between default
3870 Emacs and stand-alone versions. Delete second menu.
3871 (Help-Xref): Systematically point out the differences between
3872 default Emacs and stand-alone versions.
3873 (Help-Int): Change `l' example.
3874 (Expert Info): Fix typos.
3875 (Emacs Info Variables): Mention `Info-hide-note-references' and
3876 new default for `Info-scroll-prefer-subnodes'.
3877
3878 2003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3879
3880 Version 2.0.35 of Tramp released.
3881
3882 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
3883 (Inline methods): Add methods `remsh' and `plink1'.
3884 (External transfer methods): Add method `remcp'.
3885 (Multi-hop Methods): Add method `remsh'.
3886 Small patch from Adrian Aichner <adrian@xemacs.org>:
3887 Fix minor typos.
3888 (Concept Index): Added to make manual searchable via
3889 `Info-index'.
3890 (Version Control): Add cindex entry.
3891
3892 2003-06-04 Richard M. Stallman <rms@gnu.org>
3893
3894 * programs.texi (Expressions): Delete C-M-DEL.
3895
3896 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
3897 comint-move-point-for-output renamed from
3898 comint-scroll-to-bottom-on-output.
3899
3900 * custom.texi (Init Rebinding): Replace previous change with xref.
3901 (Non-ASCII Rebinding): Explain that issue more briefly here.
3902
3903 2003-05-28 Richard M. Stallman <rms@gnu.org>
3904
3905 * indent.texi (Indentation): Condense, simplify, clarify prev change.
3906
3907 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
3908
3909 * building.texi (GDB Graphical Interface): New node.
3910 (Rewritten somewhat by RMS.)
3911
3912 2003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3913
3914 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
3915 non-English letters. Explain how to set coding systems correctly
3916 and how to include the right coding cookie in the file.
3917
3918 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3919
3920 * trampver.texi: Version 2.0.34 released.
3921
3922 2003-05-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3923
3924 * indent.texi (Indentation): Explain the concepts.
3925 (Just Spaces): Explain why preventing tabs for indentation might
3926 be useful.
3927
3928 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3929
3930 * faq.texi: Improve previous changes.
3931
3932 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
3933
3934 * faq.texi: Update copyright and maintenance details.
3935 Update some package URLs, versions, and maintainers.
3936 Remove many references to the Emacs Lisp Archive.
3937
3938 2003-04-23 Simon Josefsson <jas@extundo.com>
3939
3940 * smtpmail.texi: Fix license (the invariant sections mentioned has
3941 never been part of the smtp manual). Align info dir entry with
3942 other emacs packages.
3943
3944 2003-04-16 Richard M. Stallman <rms@gnu.org>
3945
3946 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
3947
3948 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
3949
3950 * tramp.texi: Version 2.0.33 released.
3951 Remove installation chapter. Remove XEmacs specifics.
3952
3953 2003-03-29 Richard M. Stallman <rms@gnu.org>
3954
3955 * tramp.texi (Top): Undo the previous renaming.
3956 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
3957
3958 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3959
3960 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
3961 version of manual.
3962
3963 * tramp.texi (Auto-save and Backup): New node.
3964
3965 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
3966
3967 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
3968 Emacs" in order to have better differentiation to "XEmacs".
3969 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
3970 are new macros in order to point to the other Emacs flavor where
3971 appropriate. In info case, point to node `Installation' in order
3972 to explain how to generate the other way. In html case, make a
3973 link to the other html file.
3974 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
3975 after CVS checkout/update.
3976 (Installation): Completely rewritten.
3977 (Installation parameters, Load paths): New sections under
3978 `Installation'.
3979
3980 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3981
3982 * tramp.texi: Version 2.0.30 released.
3983 Replace word "path" with "localname" where used as a component of
3984 a Tramp file name.
3985
3986 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
3987
3988 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
3989 introduced.
3990 (Installation): Explain what to do if files from the tramp/contrib
3991 directory are needed.
3992
3993 2003-02-23 Alex Schroeder <alex@emacswiki.org>
3994
3995 * smtpmail.texi (How Mail Works): New.
3996
3997 2003-02-22 Alex Schroeder <alex@emacswiki.org>
3998
3999 * cmdargs.texi (General Variables): Document SMTPSERVER.
4000
4001 * smtpmail.texi: New file.
4002
4003 * sending.texi: Remove SMTP node.
4004 (Mail Sending): Describe `send-mail-function'. Link to SMTP
4005 library.
4006
4007 * Makefile.in: Build SMTP manual.
4008
4009 2003-02-22 Alex Schroeder <alex@emacswiki.org>
4010
4011 * sending.texi (Sending via SMTP): Explain MTA/MUA.
4012
4013 2003-02-22 Simon Josefsson <jas@extundo.com>
4014
4015 * sending.texi (Mail Methods): Add node about SMTP.
4016
4017 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4018
4019 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
4020
4021 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4022
4023 * tramp.texi: Version 2.0.29 released.
4024 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
4025 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
4026
4027 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
4028
4029 * tramp.texi (Frequently Asked Questions): Explain a workaround if
4030 another package loads accidently Ange-FTP.
4031
4032 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
4033
4034 * tramp.texi (Customizing Completion): Add function
4035 `tramp-parse-sconfig'. Change example of
4036 `tramp-set-completion-function', because parsing of ssh config
4037 files looks more natural.
4038
4039 2003-02-01 Kevin Ryde <user42@zip.com.au>
4040
4041 * glossary.texi (Glossary): Correction to cl cross reference.
4042
4043 2003-01-20 Richard M. Stallman <rms@gnu.org>
4044
4045 * killing.texi (Rectangles): Document C-x c r.
4046
4047 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4048
4049 * xresources.texi (GTK resources): New node.
4050 (GTK widget names): New node.
4051 (GTK names in Emacs): New node.
4052 (GTK styles): New node.
4053
4054 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
4055
4056 * gnus.texi: Do not use `path' in several locations.
4057
4058 2003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
4059
4060 * maintaining.texi (Create Tags Table): Add reference to the new
4061 `etags --help --lang=LANG' option.
4062
4063 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4064
4065 * tramp.texi (External transfer methods): New method `smb'. From
4066 Michael Albinus.
4067
4068 2002-11-05 Karl Berry <karl@gnu.org>
4069
4070 * info.texi (Info-fontify): Reorder face list to avoid bad line
4071 breaks.
4072
4073 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4074
4075 * tramp.texi: Move @copying to standard place. Use
4076 @insertcopying.
4077
4078 2002-10-02 Karl Berry <karl@gnu.org>
4079
4080 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
4081 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi
4082 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
4083 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
4084 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
4085 Per rms, update all manuals to use @copying instead of @ifinfo.
4086 Also use @ifnottex instead of @ifinfo around the top node, where
4087 needed for the sake of the HTML output.
4088 (The Gnus manual is not fixed since it's not clear to me how it
4089 works; and the Tramp manual already uses @copying, although in an
4090 unusual way. All others were changed.)
4091
4092 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
4093
4094 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
4095 (../info/ses, ses.dvi): New targets.
4096 * ses.texi: New file.
4097
4098 2002-09-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4099
4100 * texinfo.tex: Update to texinfo 4.2.
4101
4102 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
4103
4104 * reftex.texi: Update to RefTeX 4.19.
4105
4106 2002-06-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4107
4108 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
4109 (../info/tramp, tramp.dvi): New targets.
4110
4111 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4112
4113 * Makefile.in (DVI_TARGETS): Add calc.dvi.
4114 (calc.dvi): Uncomment.
4115
4116 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4117
4118 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
4119 source files.
4120
4121 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * Makefile.in (emacsman): New target.
4124
4125 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4126
4127 * Makefile.in (INFO_TARGETS): Add ../info/calc.
4128 (../info/calc): New target.
4129
4130 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4131
4132 * (Version 21.1 released.)
4133
4134 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4135
4136 * Branch for 21.1.
4137
4138 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * Makefile.in (../info/info): Use an explicit -o switch to
4141 makeinfo.
4142
4143 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4144
4145 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4146
4147 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4148
4149 * Makefile.in (../info/idlwave): Use --no-split.
4150
4151 2000-12-14 Dave Love <fx@gnu.org>
4152
4153 * Makefile.in (mostlyclean): Remove gnustmp.*
4154 (gnus.dvi): Change rule to remove @latex stuff.
4155
4156 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4157
4158 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
4159
4160 2000-10-13 John Wiegley <johnw@gnu.org>
4161
4162 * Makefile.in: Add build targets for eshell.texi.
4163
4164 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4165
4166 * Makefile.in: Remove/comment speedbar stuff.
4167
4168 2000-09-22 Dave Love <fx@gnu.org>
4169
4170 * Makefile.in: Add emacs-mime.
4171
4172 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4173
4174 * Makefile.in (INFO_TARGETS): Add ../info/woman.
4175 (DVI_TARGETS): Add woman.dvi.
4176 (../info/woman, woman.dvi): New targets.
4177
4178 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
4179
4180 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
4181
4182 * pcl-cvs.texi: New file.
4183 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
4184 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
4185
4186 2000-05-11 Gerd Moellmann <gerd@gnu.org>
4187
4188 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
4189 (../info/ebrowse, ebrowse.dvi): New targets.
4190
4191 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4192
4193 * Makefile.in (INFO_TARGETS): Add eudc.
4194 (DVI_TARGETS): Add eudc.dvi.
4195 (../info/eudc, eudc.dvi): New targets.
4196
4197 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
4198
4199 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
4200 compatibility with 8+3 filesystems).
4201 (../info/efaq): Rename from emacs-faq.
4202
4203 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4204
4205 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
4206 (../info/idlwave, idlwave.dvi): New targets.
4207
4208 1999-10-23 Dave Love <fx@gnu.org>
4209
4210 * Makefile.in: Use autotype.texi.
4211
4212 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
4215 faq.texi file) rather than ../info/faq.
4216
4217 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4218
4219 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
4220 (../info/ada-mode, ada-mode.dvi): New targets.
4221
4222 1999-09-01 Dave Love <fx@gnu.org>
4223
4224 * Makefile.in: Add faq.
4225
4226 1999-07-12 Richard Stallman <rms@gnu.org>
4227
4228 * Version 20.4 released.
4229
4230 1998-12-04 Markus Rost <rost@delysid.gnu.org>
4231
4232 * Makefile.in (INFO_TARGETS): Delete customize.info.
4233 (DVI_TARGETS): Delete customize.dvi.
4234 (../info/customize, customize.dvi): Targets deleted.
4235
4236 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4237
4238 * Version 20.3 released.
4239
4240 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4241
4242 * Makefile.in (EMACSSOURCES): Add mule.texi.
4243 Add msdog.texi, ack.texi. Remove gnu1.texi.
4244
4245 1998-04-06 Andreas Schwab <schwab@gnu.org>
4246
4247 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
4248 it in dvi targets.
4249 (../etc/GNU): Change to $(srcdir) first.
4250
4251 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
4252
4253 * reftex.texi: Update for RefTeX version 3.22.
4254
4255 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
4256
4257 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
4258 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
4259
4260 1997-09-23 Paul Eggert <eggert@twinsun.com>
4261
4262 * Makefile.in: Merge changes mistakenly made to `Makefile'.
4263 (INFO_TARGETS): Change ../info/custom to ../info/customize.
4264 (../info/customize): Rename from ../info/custom.
4265 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
4266
4267 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4268
4269 * Version 20.2 released.
4270
4271 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4272
4273 * Version 20.1 released.
4274
4275 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4276
4277 * Makefile (../info/customize, customize.dvi): New targets.
4278 (INFO_TARGETS): Add ../info/customize.
4279 (DVI_TARGETS): Add customize.dvi.
4280
4281 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4282
4283 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
4284
4285 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4286
4287 * Version 19.33 released.
4288
4289 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4290
4291 * Version 19.32 released.
4292
4293 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4294
4295 * Makefile.in: Add rules for the Message manual.
4296
4297 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4298
4299 * gnus.texi: New version.
4300
4301 * message.texi: New manual.
4302
4303 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4304
4305 * Makefile.in (All info targets): cd $(srcdir) to do the work.
4306
4307 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4308
4309 * Makefile.in (All info targets): Specify $(srcdir) in input files.
4310 Specify -I option.
4311 (All dvi targets): Set the TEXINPUTS variable.
4312
4313 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4314
4315 * Version 19.31 released.
4316
4317 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4318
4319 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
4320 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
4321
4322 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4323
4324 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
4325 (INFO_TARGETS): Add ../info/cc-mode.
4326 (DVI_TARGETS): Add cc-mode.dvi.
4327
4328 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4329
4330 * Version 19.30 released.
4331
4332 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4333
4334 * gnus.texi: New file.
4335
4336 1995-11-04 Erik Naggum <erik@naggum.no>
4337
4338 * gnus.texi: File deleted.
4339
4340 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
4341
4342 * mh-e.texi: "Function Index" -> "Command Index" to work with
4343 Emacs 19.30 C-h C-k support of separately-documented commands.
4344
4345 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4346
4347 * Makefile.in (../info/ediff, ediff.dvi): New targets.
4348 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
4349
4350 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4351
4352 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
4353 (../info/viper, viper.dvi): New targets.
4354
4355 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
4356
4357 * dired-x.texi (Installation): Change the example to set
4358 buffer-local variables like dired-omit-files-p in
4359 dired-mode-hook.
4360
4361 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4362
4363 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
4364 (../info/mh-e, mh-e.dvi): New targets.
4365
4366 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4367
4368 * Makefile.in (maintainer-clean): Rename from realclean.
4369
4370 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4371
4372 * Makefile.in: New file.
4373 * Makefile: File deleted.
4374
4375 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4376
4377 * Makefile (TEXINDEX_OBJS): Variable deleted.
4378 (texindex, texindex.o, getopt.o): Rules deleted.
4379 All deps on texindex deleted.
4380 (distclean): Don't delete texindex.
4381 (mostlyclean): Don't delete *.o.
4382 * texindex.c, getopt.c: Files deleted.
4383
4384 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4385
4386 * Version 19.26 released.
4387
4388 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
4389
4390 * Makefile (EMACSSOURCES): Exclude undo.texi.
4391
4392 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4393
4394 * Version 19.25 released.
4395
4396 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4397
4398 * Version 19.24 released.
4399
4400 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4401
4402 * Version 19.23 released.
4403
4404 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4405
4406 * Makefile: Delete spurious tab.
4407
4408 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4409
4410 * Makefile (.SUFFIXES): New rule.
4411
4412 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4413
4414 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
4415 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
4416
4417 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4418
4419 * Makefile (../info/sc): Rename frin sc.info.
4420 (../info/cl): Likewise.
4421 (INFO_TARGETS): Use new names.
4422
4423 1993-12-04 Richard Stallman (rms@srarc2)
4424
4425 * getopt.c: New file.
4426 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
4427 (getopt.o): New rule.
4428 (dvi): Don't depend on texindex.
4429 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
4430 Depend on texindex.
4431
4432 1993-12-03 Richard Stallman (rms@srarc2)
4433
4434 * Makefile (../info/sc.info): Rename from ../info/sc.
4435 (TEXI2DVI): New variable.
4436 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
4437 Add explicit commands.
4438 (TEXINDEX_OBJS): Delete duplicate getopt.o.
4439
4440 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4441
4442 * Version 19.22 released.
4443
4444 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4445
4446 * Makefile (TEXINDEX_OBJS): Delete spurious period.
4447
4448 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4449
4450 * Version 19.21 released.
4451
4452 1993-11-15 Paul Eggert (eggert@twinsun.com)
4453
4454 * man/Makefile (../info/cl.info): Rename from ../info/cl.
4455
4456 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4457
4458 * Makefile (../etc/GNU): New target.
4459 (EMACSSOURCES): Add gnu1.texi.
4460
4461 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4462
4463 * Makefile (realclean): Don't delete the Info files.
4464
4465 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
4466
4467 * forms.texi: Fix forms.texi so that it will format correctly.
4468 Add missing `@end iftex', fix bad reference.
4469
4470 * info.texi, info-stn.texi: New files implement texinfo version of
4471 `info' file.
4472
4473 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
4474 4' where appropriate.
4475
4476 1993-10-20 Brian Fox (bfox@ai.mit.edu)
4477
4478 * Makefile: Fix targets for texindex, new info.texi files.
4479 * info-stnd.texi: New file implements info for standalone info
4480 reader.
4481 * info.texi: Update to include recent changes to "../info/info".
4482 New source file for ../info/info; includes info-stnd.texi.
4483
4484 * texindex.c: Include "../src/config.h" if building in emacs.
4485
4486 * Makefile: Change all files to FILENAME.texi, force all targets
4487 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
4488 vip.texinfo, forms.texinfo, cl.texinfo.
4489 Add target to build texindex.c, defining `emacs'.
4490
4491 * forms.texi: Install new file to match version 2.3 of forms.el.
4492
4493 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4494
4495 * Version 19.19 released.
4496
4497 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
4498
4499 * sc.texinfo: Fix info file name.
4500
4501 * Makefile (info): Add gnus and sc.
4502 (dvi): Add gnus.dvi and sc.dvi.
4503 (../info/sc, sc.dvi): New targets.
4504
4505 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4506
4507 * Version 19.18 released.
4508
4509 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4510
4511 * Makefile: Fix source file names of the separate manuals.
4512 (gnus.dvi, ../info/gnus): New targets.
4513
4514 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4515
4516 * Version 19.17 released.
4517
4518 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4519
4520 * split-man: Fix typos in last change.
4521
4522 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4523
4524 * Version 19.16 released.
4525
4526 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4527
4528 * version 19.15 released.
4529
4530 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4531
4532 * Makefile (distclean): It's rm, not rf.
4533
4534 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4535
4536 * Version 19.14 released.
4537
4538 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4539
4540 * Makefile: New file.
4541
4542 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4543
4544 * Version 19.13 released.
4545
4546 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4547
4548 * Version 19.9 released.
4549
4550 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4551
4552 * Version 19.8 released.
4553
4554 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4555
4556 * cmdargs.texi: Document the -i, -itype, and -iconic options.
4557
4558 * trouble.texi: It's `enable-flow-control-on', not
4559 `evade-flow-control-on'.
4560
4561 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4562
4563 * display.texi: Document standard-display-european.
4564
4565 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4566
4567 * Version 19.7 released.
4568
4569 * emacs.texi: Add a sentence to the top menu mentioning the
4570 specific version of Emacs this manual applies to.
4571
4572 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4573
4574 * basic.texi: Document next-line-add-lines variable used to
4575 implement down-arrow.
4576
4577 * killing.texi: Document kill-whole-line.
4578
4579 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4580
4581 * text.texi: Update unix TeX ordering information.
4582
4583 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4584
4585 * news.texi: Mention fill-rectangle in keybinding list.
4586
4587 * killing.texi: Document fill-rectangle.
4588
4589 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4590
4591 * vc.texi: Bring the docs up to date with VC 5.2.
4592
4593 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4594
4595 * emacs.tex: Mention blackbox and gomoku under Amusements.
4596 Assembler mode is now mentioned and appropriately indexed
4597 under Programming Modes.
4598
4599 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
4600
4601 * emacs.tex: Update TeX ordering information.
4602
4603 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
4604
4605 * gnus.texinfo: New file. Removed installation instructions.
4606
4607 1990-06-26 David Lawrence (tale@geech)
4608
4609 * emacs.tex: Note that completion-ignored-extensions is not used
4610 to filter out names when all completions are displayed in
4611 *Completions*.
4612
4613 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4614
4615 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
4616
4617 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
4618
4619 * emacs.tex: Add @findex grep.
4620
4621 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
4622
4623 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
4624 then define `\sc' as the command for smallcaps in Texinfo. This
4625 means that the @sc command will produce small caps. bfox has
4626 made the corresponding change to makeinfo and texinfm.el.
4627
4628 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4629
4630 * emacs.tex: Correct two typos. No other changes before
4631 Version 19 will be made.
4632
4633 * vip.texinfo: Remove menu entry Adding Lisp Code in node
4634 Customization since the menu entry did not point to anything.
4635 Also add an @finalout command to remove overfull hboxes from the
4636 printed output.
4637
4638 * cl.texinfo: Add @bye, \input line and @settitle to file.
4639 This file is clearly intended to be a chapter of some other work,
4640 but the other work does not yet exist.
4641
4642 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4643
4644 * texinfo.texinfo: Three typos corrected.
4645
4646 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
4647
4648 * emacs.tex: Update information for obtaining TeX distribution from the
4649 University of Washington.
4650
4651 ;; Local Variables:
4652 ;; coding: iso-2022-7bit
4653 ;; End:
4654
4655 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
4656 2003, 2004, 2005 Free Software Foundation, Inc.
4657 Copying and distribution of this file, with or without modification,
4658 are permitted provided the copyright notice and this notice are preserved.
4659
4660 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd