]> code.delx.au - gnu-emacs/blob - doc/emacs/ChangeLog
Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org
[gnu-emacs] / doc / emacs / ChangeLog
1 2012-12-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * vc1-xtra.texi (General VC Options): Remove obsolete reference
4 to `vc-path'.
5
6 2012-12-03 Chong Yidong <cyd@gnu.org>
7
8 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
9
10 2012-12-02 Kevin Ryde <user42@zip.com.au>
11
12 * maintaining.texi (Tag Syntax): Mention (defvar foo) handling.
13
14 2012-12-01 Kevin Ryde <user42@zip.com.au>
15
16 * maintaining.texi (Tag Syntax): Mention Perl's "use constant".
17
18 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
19
20 * doclicense.texi, gpl.texi: Update to latest version from FSF.
21 These are just minor editorial changes.
22
23 2012-11-21 Dani Moncayo <dmoncayo@gmail.com>
24
25 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
26 clarifications (Bug#12865).
27 (Horizontal Scrolling): Clarifications.
28
29 2012-11-18 Dani Moncayo <dmoncayo@gmail.com>
30
31 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
32
33 2012-11-16 Eli Zaretskii <eliz@gnu.org>
34
35 * trouble.texi (Crashing): Add information about MS-Windows and
36 the emacs_backtrace.txt file. (Bug#12908)
37
38 2012-11-13 Chong Yidong <cyd@gnu.org>
39
40 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
41 actually named gdb-stopped-functions.
42
43 2012-11-13 Glenn Morris <rgm@gnu.org>
44
45 * misc.texi (Single Shell): Mention async-shell-command-buffer.
46
47 2012-11-10 Glenn Morris <rgm@gnu.org>
48
49 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
50
51 * emacs.texi (Acknowledgments): Add profiler author.
52 * ack.texi (Acknowledgments): Add some recent contributions.
53
54 2012-11-10 Chong Yidong <cyd@gnu.org>
55
56 * files.texi (Diff Mode): Doc fixes for
57 diff-delete-trailing-whitespace (Bug#12831).
58
59 * trouble.texi (Crashing): Copyedits.
60
61 2012-11-10 Glenn Morris <rgm@gnu.org>
62
63 * files.texi (Diff Mode): Trailing whitespace updates.
64
65 2012-11-10 Chong Yidong <cyd@gnu.org>
66
67 * misc.texi (Terminal emulator): Document Term mode faces.
68
69 * mini.texi (Basic Minibuffer): New node. Document
70 minibuffer-electric-default-mode.
71
72 * display.texi (Visual Line Mode): Fix index entry.
73
74 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
75 and index the keybindings. Document tabulated-list-sort.
76 (Kill Buffer): Capitalize Buffer Menu.
77
78 * trouble.texi (Memory Full): Capitalize Buffer Menu.
79
80 2012-11-10 Eli Zaretskii <eliz@gnu.org>
81
82 * display.texi (Auto Scrolling): Clarify that scroll-step is
83 ignored when scroll-conservatively is set to a non-zero value.
84 (Bug#12801)
85
86 2012-11-10 Chong Yidong <cyd@gnu.org>
87
88 * dired.texi (Dired Updating): Doc fix (Bug#11744).
89
90 2012-10-30 Michael Albinus <michael.albinus@gmx.de>
91
92 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
93
94 2012-10-29 Chong Yidong <cyd@gnu.org>
95
96 * dired.texi (Shell Commands in Dired): Document changes to the
97 dired-do-async-shell-command.
98
99 2012-10-28 Glenn Morris <rgm@gnu.org>
100
101 * ack.texi (Acknowledgments): Mention gv.el.
102
103 2012-10-27 Bastien Guerry <bzg@gnu.org>
104
105 * screen.texi (Menu Bar): Fix typo.
106
107 2012-10-27 Chong Yidong <cyd@gnu.org>
108
109 * frames.texi (Mouse Avoidance): Mention new variable
110 mouse-avoidance-banish-position.
111
112 * programs.texi (Which Function): Which Function mode now works in
113 all major modes by default.
114
115 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
116
117 * files.texi (Misc File Ops): Symbolic links on Windows only work
118 on Vista and later.
119
120 * building.texi (Compilation): Document compilation-always-kill.
121
122 * search.texi (Symbol Search): New node.
123
124 * package.texi (Package Menu): Document the "new" status.
125
126 * windows.texi (Window Choice): Don't refer to the obsolete
127 special-display feature.
128
129 2012-10-24 Chong Yidong <cyd@gnu.org>
130
131 * mule.texi (Text Coding): set-buffer-file-coding-system can now
132 be invoked from the mode line.
133
134 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
135 changes to the mark and unmark commands.
136 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
137 which is no longer bound to dired-backup-diff.
138
139 2012-10-23 Bastien Guerry <bzg@gnu.org>
140
141 * text.texi (Org Authoring): Use a comma after @ref to avoid the
142 insertion of a period in the Info output.
143
144 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * custom.texi (Hooks): Clarify that -hooks is deprecated.
147
148 2012-10-23 Chong Yidong <cyd@gnu.org>
149
150 * kmacro.texi (Edit Keyboard Macro): Fix typo.
151
152 2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
153
154 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
155
156 2012-10-17 Glenn Morris <rgm@gnu.org>
157
158 * mini.texi (Repetition): Further copyedit.
159
160 2012-10-17 Dani Moncayo <dmoncayo@gmail.com>
161
162 * mini.texi (Repetition): Copyedit.
163
164 2012-10-16 Juri Linkov <juri@jurta.org>
165
166 * search.texi (Query Replace): Document multi-buffer replacement
167 keys. (Bug#12655)
168
169 * maintaining.texi (Tags Search): Change link "Replace" to
170 "Query Replace".
171
172 2012-10-13 Chong Yidong <cyd@gnu.org>
173
174 * files.texi (File Conveniences): ImageMagick enabled by default.
175
176 2012-10-10 Dani Moncayo <dmoncayo@gmail.com>
177
178 * basic.texi (Arguments): Fix typos.
179
180 2012-10-08 Glenn Morris <rgm@gnu.org>
181
182 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
183
184 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
185
186 2012-10-06 Glenn Morris <rgm@gnu.org>
187
188 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
189 Mention cal-tex-cursor-week2-summary.
190
191 2012-10-06 Chong Yidong <cyd@gnu.org>
192
193 * mini.texi (Passwords): Fix typo.
194
195 2012-10-02 Glenn Morris <rgm@gnu.org>
196
197 * maintaining.texi (VC Directory Commands):
198 Remove duplicate `q' entry. (Bug#12553)
199
200 2012-09-30 Chong Yidong <cyd@gnu.org>
201
202 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
203
204 * search.texi (Special Isearch): Document the lax space search
205 feature and M-s SPC.
206 (Regexp Search): Move main search-whitespace-regexp description to
207 Special Isearch.
208 (Replace): Document replace-lax-whitespace.
209
210 * basic.texi (Position Info): Document C-u M-=.
211 (Moving Point): Document move-to-column.
212
213 * display.texi (Useless Whitespace): Add delete-trailing-lines.
214
215 * misc.texi (emacsclient Options): Document the effect of
216 initial-buffer-choice on client frames. Document server-auth-dir.
217 Do not document server-host, which is bad security practice.
218
219 * building.texi (Lisp Libraries): Docstring lookups can trigger
220 autoloading. Document help-enable-auto-load.
221
222 * mini.texi (Yes or No Prompts): New node.
223
224 * ack.texi (Acknowledgments): Remove obsolete packages.
225
226 2012-09-27 Glenn Morris <rgm@gnu.org>
227
228 * cal-xtra.texi (Advanced Calendar/Diary Usage):
229 Rename the section to be more general.
230 * emacs.texi: Update menu.
231
232 2012-09-23 Chong Yidong <cyd@gnu.org>
233
234 * buffers.texi (Misc Buffer): Replace toggle-read-only with
235 read-only-mode.
236
237 * files.texi (Visiting): Likewise.
238
239 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
240
241 * trouble.texi (Crashing): Document ulimit -c.
242
243 2012-09-21 Paul Eggert <eggert@cs.ucla.edu>
244
245 * trouble.texi (Crashing): Document addr2line.
246
247 2012-09-19 Chong Yidong <cyd@gnu.org>
248
249 * killing.texi (Yanking): Minor clarification (Bug#12469).
250
251 2012-09-17 Chong Yidong <cyd@gnu.org>
252
253 * building.texi (GDB User Interface Layout): Remove reference to
254 removed variable gdb-use-separate-io-buffer (Bug#12454).
255
256 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
257
258 * regs.texi (Text Registers): `C-x r +' can now be used instead of
259 M-x append-to-register. New option `register-separator'.
260 (Number Registers): Mention that `C-x r +' is polymorphic.
261
262 2012-09-07 Chong Yidong <cyd@gnu.org>
263
264 * windows.texi (Window Choice): Don't mention obsolete
265 display-buffer-reuse-frames.
266
267 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
268
269 Give more-useful info on a fatal error (Bug#12328).
270 * trouble.texi (Crashing): New section, documenting this.
271
272 2012-08-24 Michael Albinus <michael.albinus@gmx.de>
273
274 * cmdargs.texi (General Variables):
275 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
276 connections to the D-Bus session bus. (Bug#12112)
277
278 2012-08-14 Eli Zaretskii <eliz@gnu.org>
279
280 * building.texi (Debugger Operation): Correct and improve
281 documentation of the GUD Tooltip mode.
282
283 2012-07-31 Chong Yidong <cyd@gnu.org>
284
285 * emacs.texi: Fix ISBN (Bug#12080).
286
287 2012-08-05 Chong Yidong <cyd@gnu.org>
288
289 * display.texi (Faces): Document frame-background-mode (Bug#7774).
290
291 * custom.texi (Face Customization): Move discussion of face
292 inheritance here, from Faces section.
293
294 2012-07-28 Eli Zaretskii <eliz@gnu.org>
295
296 * frames.texi (Mouse Commands): Fix the description of mouse-2.
297 (Bug#11958)
298
299 2012-07-19 Chong Yidong <cyd@gnu.org>
300
301 * emacs.texi: Update ISBN.
302
303 2012-07-17 Chong Yidong <cyd@gnu.org>
304
305 * basic.texi (Inserting Text): Replace ucs-insert with
306 insert-char. Provide more details of input.
307
308 * mule.texi (International Chars, Input Methods): Likewise.
309
310 2012-07-13 Chong Yidong <cyd@gnu.org>
311
312 * custom.texi (Examining): Update C-h v message.
313
314 * buffers.texi (Misc Buffer): Document view-read-only.
315
316 2012-07-07 Chong Yidong <cyd@gnu.org>
317
318 * custom.texi (Init File): Index site-lisp (Bug#11435).
319
320 2012-07-06 Chong Yidong <cyd@gnu.org>
321
322 * emacs.texi: Re-order top-level menu to correspond to logical
323 order, to avoid makeinfo warnings.
324
325 * ack.texi (Acknowledgments): Note new python.el.
326
327 2012-06-29 Chong Yidong <cyd@gnu.org>
328
329 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
330 * basic.texi (Erasing, Basic Undo): Fix markup.
331
332 2012-06-29 Glenn Morris <rgm@gnu.org>
333
334 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
335
336 2012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
337
338 * fixit.texi (Undo): Fix typo. (Bug#11775)
339
340 2012-06-27 Glenn Morris <rgm@gnu.org>
341
342 * ack.texi (Acknowledgments): Tiny update.
343
344 2012-06-21 Glenn Morris <rgm@gnu.org>
345
346 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
347
348 2012-06-17 Chong Yidong <cyd@gnu.org>
349
350 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
351
352 * anti.texi:
353 * building.texi:
354 * cmdargs.texi:
355 * custom.texi:
356 * display.texi:
357 * files.texi:
358 * frames.texi:
359 * glossary.texi:
360 * misc.texi:
361 * mule.texi:
362 * programs.texi:
363 * sending.texi:
364 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
365
366 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
367
368 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
369
370 2012-05-28 Glenn Morris <rgm@gnu.org>
371
372 * ack.texi, building.texi, calendar.texi, custom.texi:
373 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
374
375 2012-05-27 Glenn Morris <rgm@gnu.org>
376
377 * emacs.texi: Simplify following removal of node pointers.
378
379 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
380 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
381 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
382 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
383 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
384 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
385 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
386 * windows.texi, xresources.texi: Nuke hand-written node pointers.
387
388 2012-05-22 Glenn Morris <rgm@gnu.org>
389
390 * emacs.texi (Acknowledgments): Add another contributor.
391
392 2012-05-12 Glenn Morris <rgm@gnu.org>
393
394 * Makefile.in (MKDIR_P): New, set by configure.
395 (mkinfodir): Use $MKDIR_P.
396
397 2012-05-10 Glenn Morris <rgm@gnu.org>
398
399 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
400 with "coding: raw-text".
401
402 * files.texi (Interlocking): Mention create-lockfiles option.
403
404 2012-05-09 Chong Yidong <cyd@gnu.org>
405
406 * frames.texi (Mouse References, Mouse Commands): Fix index
407 entries (Bug#11362).
408
409 2012-05-05 Glenn Morris <rgm@gnu.org>
410
411 * custom.texi (Customization Groups, Custom Themes, Examining):
412 Improve page breaks.
413
414 * rmail.texi (Rmail Display): Use example rather than smallexample.
415
416 * calendar.texi: Convert inforefs to refs.
417
418 * dired.texi (Dired Enter): Improve page break.
419
420 * abbrevs.texi (Abbrev Concepts): Copyedits.
421
422 * maintaining.texi (Registering, Tag Syntax):
423 Tweak line and page breaks.
424
425 * programs.texi (Programs, Electric C): Copyedits.
426 (Program Modes): Add xref to Fortran.
427 (Left Margin Paren): Remove what was (oddly enough) the only use
428 of defvar in the entire Emacs manual.
429 (Hungry Delete): Remove footnote about ancient Emacs version.
430 (Other C Commands): Use example rather than smallexample.
431
432 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
433 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
434 Tweak line and page breaks.
435
436 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
437 (Major Modes): Use example rather than smallexample.
438
439 * mule.texi (Output Coding): Reword to improve page-breaks.
440
441 * frames.texi (Fonts): Tweak line and page breaks.
442 Use example rather than smallexample. Change cross-reference.
443 (Text-Only Mouse): Fix xref.
444
445 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
446 (Indirect Buffers): Tweak line- and page-breaks.
447
448 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
449
450 2012-05-04 Glenn Morris <rgm@gnu.org>
451
452 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
453 (info, infoclean): Use $INFO_EXT.
454 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
455 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
456 (INFO_TARGETS): Use $INFO_EXT.
457 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
458
459 2012-05-02 Glenn Morris <rgm@gnu.org>
460
461 * emacs.texi (@copying): Only print EDITION in the TeX version.
462
463 * search.texi (Regexp Search): Just say "Emacs".
464
465 * display.texi (Auto Scrolling):
466 Reword to avoid repetition and improve page break.
467
468 * xresources.texi (Resources):
469 * mule.texi (Language Environments):
470 * misc.texi (Amusements):
471 * maintaining.texi (VC Change Log):
472 * frames.texi (Fonts):
473 * custom.texi (Specifying File Variables, Minibuffer Maps):
474 * cmdargs.texi (Initial Options):
475 * building.texi (Flymake):
476 Reword to remove/reduce some overly long/short lines.
477
478 2012-04-27 Glenn Morris <rgm@gnu.org>
479
480 * emacs.texi: Some fixes for detailed menu.
481
482 * emacs.texi: Add "et al." to authors.
483
484 * ack.texi, basic.texi, buffers.texi, building.texi:
485 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
486 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
487 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
488 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
489 * search.texi, trouble.texi, windows.texi:
490 Use Texinfo recommended convention for quotes+punctuation.
491
492 2012-04-27 Eli Zaretskii <eliz@gnu.org>
493
494 * mule.texi (Bidirectional Editing): Improve indexing.
495 Minor wording tweaks.
496
497 2012-04-15 Chong Yidong <cyd@gnu.org>
498
499 * misc.texi (emacsclient Options): More clarifications.
500
501 2012-04-15 Glenn Morris <rgm@gnu.org>
502
503 * msdog.texi (Windows Printing): It doesn't set printer-name.
504
505 * mule.texi (Language Environments): Move font info to "Fontsets".
506 (Fontsets): Move intlfonts etc here from "Language Environments".
507 Copyedits.
508 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
509 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
510
511 2012-04-15 Chong Yidong <cyd@gnu.org>
512
513 * glossary.texi (Glossary): Standardize on "text terminal"
514 terminology. All callers changed.
515
516 * misc.texi (emacsclient Options): Document "client frame" concept
517 and its effect on C-x C-c more carefully.
518
519 2012-04-15 Glenn Morris <rgm@gnu.org>
520
521 * frames.texi (Scroll Bars):
522 * glossary.texi (Glossary): Use consistent case for "X Window System".
523
524 * mule.texi (Select Input Method, Coding Systems):
525 State command names in kbd tables.
526 (Recognize Coding): Add cross-ref.
527 (Output Coding): Don't mention message mode in particular.
528 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
529 Copyedits.
530
531 2012-04-14 Glenn Morris <rgm@gnu.org>
532
533 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
534 Copyedits.
535 (Coding Systems): Mac OS X apparently uses newlines for EOL.
536 (Recognize Coding): Remove old auto-coding-regexp-alist example.
537 auto-coding-functions does not override coding: tags.
538 Remove rmail-decode-mime-charset; it no longer has any effect.
539
540 2012-04-14 Chong Yidong <cyd@gnu.org>
541
542 * custom.texi (Creating Custom Themes): Add reference to Custom
543 Themes node in Lisp manual.
544
545 2012-04-14 Glenn Morris <rgm@gnu.org>
546
547 * mule.texi (International): Copyedits.
548 (International Chars): Update C-x = example output.
549 (Disabling Multibyte): Rename from "Enabling Multibyte".
550 Clarify what "unibyte: t" does, and mode-line description.
551 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
552 Use Texinfo recommended convention for quotes+punctuation.
553 (Language Environments): Copyedits.
554 (Input Methods): Copyedits. Use "^" for the postfix example,
555 because it is less confusing inside Info's `quotes'.
556
557 * custom.texi (Specifying File Variables): Fix "unibyte" description.
558 Update for "Disabling Multibyte" node name change.
559 * emacs.texi: Update for "Disabling Multibyte" node name change.
560
561 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
562 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
563 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
564 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
565 * sending.texi, text.texi, trouble.texi:
566 Use @file for buffers, per the Texinfo manual.
567
568 * entering.texi (Entering Emacs):
569 Do not mention initial-buffer-choice = t.
570
571 * misc.texi (Gnus Startup): Use @env for environment variables.
572
573 * Makefile.in: Replace non-portable use of $< in ordinary rules.
574
575 2012-04-12 Glenn Morris <rgm@gnu.org>
576
577 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
578
579 2012-04-07 Glenn Morris <rgm@gnu.org>
580
581 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
582
583 2012-04-05 Glenn Morris <rgm@gnu.org>
584
585 * glossary.texi (Glossary): Use anchors for internal cross-references.
586
587 2012-04-04 Glenn Morris <rgm@gnu.org>
588
589 * glossary.texi (Glossary): Copyedits.
590 Use Texinfo-recommended convention for quotes and punctuation.
591 Comment out a few specialized (Rmail) items.
592 New items: Bidirectional Text, Client, Directory Local Variable,
593 File Local Variable, Package, Server, Theme, Trash Can.
594
595 2012-04-03 Chong Yidong <cyd@gnu.org>
596
597 * sending.texi (Mail Misc): Fix an index entry.
598
599 2012-04-02 Eli Zaretskii <eliz@gnu.org>
600
601 * msdog.texi (Windows Startup): Add description of emacsclient
602 operation under -c and -t on MS-Windows.
603
604 * misc.texi (emacsclient Options): Add cross-reference to "Windows
605 Startup". (Bug#11091)
606
607 2012-04-02 Dani Moncayo <dmoncayo@gmail.com>
608
609 * custom.texi (Changing a Variable): Fix example.
610
611 2012-04-01 Eli Zaretskii <eliz@gnu.org>
612
613 * misc.texi (emacsclient Options): More clarifications about -t
614 and -c on MS-Windows. (Bug#11091)
615
616 2012-03-31 Eli Zaretskii <eliz@gnu.org>
617
618 * misc.texi (emacsclient Options): Document peculiarities of new
619 frame creation on MS-Windows under -c or -t options. (Bug#11091)
620
621 2012-03-30 Chong Yidong <cyd@gnu.org>
622
623 * files.texi (File Conveniences): Clarify Imagemagick discussion.
624
625 2012-03-22 Glenn Morris <rgm@gnu.org>
626
627 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
628
629 2012-03-17 Chong Yidong <cyd@gnu.org>
630
631 * package.texi (Package Installation): Document use of
632 package-initialize in init file.
633
634 2012-03-16 Glenn Morris <rgm@gnu.org>
635
636 * help.texi (Language Help):
637 * mule.texi (International Chars):
638 etc/HELLO is for character demonstration.
639
640 2012-03-15 Dani Moncayo <dmoncayo@gmail.com>
641
642 * dired.texi (Shell Commands in Dired): Fix typo.
643
644 2012-03-04 Chong Yidong <cyd@gnu.org>
645
646 * killing.texi (Clipboard): Document clipboard manager.
647
648 2012-02-29 Glenn Morris <rgm@gnu.org>
649
650 * ack.texi (Acknowledgments): Use @Tex{} in more places.
651
652 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
653
654 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
655
656 2012-02-28 Glenn Morris <rgm@gnu.org>
657
658 * custom.texi, display.texi, emacs.texi, files.texi:
659 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
660 Standardize possessive apostrophe usage.
661
662 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
663
664 * macos.texi (Mac / GNUstep Customization): Remove text about
665 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
666
667 2012-02-25 Dani Moncayo <dmoncayo@gmail.com>
668
669 * buffers.texi (Select Buffer): Mention that saving in a new file
670 name can switch to a different major mode.
671
672 2012-02-23 Glenn Morris <rgm@gnu.org>
673
674 * mini.texi (Minibuffer File, Completion Options, Repetition):
675 Copyedits.
676 (Completion Example): Other M-x au* commands may be defined.
677 (Completion Styles): Mention emacs21 and completion-category-overrides.
678
679 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
680 (Windows Keyboard, Windows Mouse, Windows Processes)
681 (Windows Printing, Windows Misc): Copyedits.
682 (ls in Lisp): Update switches list.
683
684 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
685 Update dos-mode* function names.
686 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
687 (MS-DOS Processes): Add xref to main ls-lisp section.
688
689 * ack.texi (Acknowledgments): Mention smie.
690
691 2012-02-22 Glenn Morris <rgm@gnu.org>
692
693 * macos.texi: Copyedits. Fix @key/@kbd usage.
694 (Mac / GNUstep Basics): Don't mention the panels, since the next
695 section covers them.
696 (Mac / GNUstep Customization): Merge some panel info from previous.
697
698 2012-02-21 Glenn Morris <rgm@gnu.org>
699
700 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
701 Small fixes.
702
703 * emacs-xtra.texi: Picture mode is no longer a chapter.
704
705 * picture-xtra.texi (Basic Picture): C-a does get remapped.
706
707 * ack.texi (Acknowledgments): Small changes, including resorting,
708 and removal of things no longer distributed.
709
710 2012-02-20 Glenn Morris <rgm@gnu.org>
711
712 * emacs.texi (Top, Preface): Small rephrasings.
713 (menu, detailmenu): Update entries, and reformat some descriptions.
714 * building.texi, display.texi, emacs-xtra.texi, files.texi:
715 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
716 Reformat some menu descriptions.
717
718 * ack.texi (Acknowledgments): More updates.
719
720 * emacs.texi (Acknowledgments): Add several names from ack.texi,
721 and from Author: headers.
722 (Distrib): Small updates.
723
724 2012-02-18 Glenn Morris <rgm@gnu.org>
725
726 * ack.texi (Acknowledgments): Add xref to Org manual.
727
728 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
729 of '*mail*', since Message does not call it that.
730 (Rmail Reply): Rename rmail-dont-reply-to-names.
731 \\`info- no longer handled specially.
732 Update for rmail-enable-mime-composing.
733 Don't mention 'm' for replies.
734 Don't mention rmail-mail-new-frame and cancelling, since it does
735 not work for Message at the moment.
736
737 * cal-xtra.texi: Copyedits.
738
739 * emacs-xtra.texi: Set encoding to ISO-8859-1.
740
741 2012-02-17 Glenn Morris <rgm@gnu.org>
742
743 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
744
745 * ack.texi (Acknowledgments): Mention Gnulib.
746
747 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
748
749 * calendar.texi: Misc small changes, including updating the dates
750 of examples.
751
752 2012-02-16 Glenn Morris <rgm@gnu.org>
753
754 * calendar.texi: Misc small changes.
755
756 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
757 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
758
759 * dired-xtra.texi (Subdir Switches): Small fixes.
760
761 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
762
763 2012-02-15 Glenn Morris <rgm@gnu.org>
764
765 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
766
767 2012-02-12 Glenn Morris <rgm@gnu.org>
768
769 * ack.texi (Acknowledgments):
770 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
771
772 2012-02-10 Glenn Morris <rgm@gnu.org>
773
774 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
775
776 * programs.texi (Misc for Programs): Mention electric-layout-mode.
777
778 2012-02-09 Glenn Morris <rgm@gnu.org>
779
780 * buffers.texi (Misc Buffer): M-x info does not seem to require a
781 buffer switch after M-x rename-uniquely.
782
783 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
784
785 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
786
787 * text.texi (Org Mode): Fix typo.
788
789 2012-02-08 Glenn Morris <rgm@gnu.org>
790
791 * ack.texi (Acknowledgments): Update emacs-lock info.
792
793 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
794
795 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
796
797 2012-02-07 Glenn Morris <rgm@gnu.org>
798
799 * files.texi (File Conveniences): Mention ImageMagick images.
800
801 2012-02-05 Glenn Morris <rgm@gnu.org>
802
803 * trouble.texi (Checklist): Mention debug-on-event.
804
805 * maintaining.texi (Maintaining): Add cross-ref to ERT.
806
807 2012-02-04 Glenn Morris <rgm@gnu.org>
808
809 * macos.texi (Customization options specific to Mac OS / GNUstep):
810 New subsection.
811
812 * display.texi (Colors): Mention list-colors-sort.
813
814 * files.texi (File Conveniences): Mention image animation.
815
816 2012-01-31 Chong Yidong <cyd@gnu.org>
817
818 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
819 scroll bars (Bug#10666).
820
821 2012-01-28 Chong Yidong <cyd@gnu.org>
822
823 * files.texi (Filesets): Fix typos.
824
825 * display.texi (Faces): Add xref to Colors node.
826
827 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
828
829 * buffers.texi (Select Buffer): Clarify explanation of switching
830 to new buffers. Fix description of next-buffer and
831 previous-buffer (Bug#10334).
832 (Misc Buffer): Add xref to View Mode.
833
834 * text.texi (Fill Commands): Fix description of
835 sentence-end-double-space.
836
837 2012-01-23 Chong Yidong <cyd@gnu.org>
838
839 * anti.texi (Antinews): Add Emacs 23 antinews.
840
841 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
842
843 * programs.texi (Comment Commands): Typo (bug#10514).
844
845 2012-01-15 Chong Yidong <cyd@gnu.org>
846
847 * xresources.texi (X Resources): Describe GTK+ case first.
848 (Resources): Don't use borderWidth as an example, since it doesn't
849 work with GTK+.
850 (Table of Resources): Clarify role of several resources, including
851 the Emacs 24 behavior of cursorBlink etc.
852 (Face Resources): Node deleted. Recommend using Customize
853 instead. Add paragraph to `Table of Resources' node summarizing
854 how to use X resources for changing faces.
855 (Lucid Resources): Rewrite, omitting description of font names,
856 referring to the Fonts node instead.
857 (LessTif Resources): Copyedits.
858 (GTK resources): Rewrite, describing the difference between gtk2
859 and gtk3.
860 (GTK Resource Basics): New node.
861 (GTK Widget Names, GTK Names in Emacs): Rewrite.
862 (GTK styles): Just refer to Fonts node for GTK font format.
863
864 * display.texi (Faces): Document the cursor face.
865
866 2012-01-14 Chong Yidong <cyd@gnu.org>
867
868 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
869 (General Variables): Add xref to Lisp Libraries.
870 (Initial Options): Copyedits.
871 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
872 (Environment): Clarify what getenv does.
873 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
874 light backgrounds on xterms.
875 (Misc Variables): TEMP and TMP are not Windows-specific.
876 (Display X): Copyedits.
877 (Colors X): -bd does nothing for GTK.
878 (Icons X): Gnome 3 doesn't use taskbars.
879
880 * misc.texi (Shell): Document exec-path here.
881
882 * rmail.texi (Movemail): Add xref for exec-path.
883
884 2012-01-13 Glenn Morris <rgm@gnu.org>
885
886 * dired.texi (Dired and Find): Clarify find-ls-options.
887
888 2012-01-09 Chong Yidong <cyd@gnu.org>
889
890 * custom.texi (Custom Themes): Switch custom-safe-themes to use
891 SHA-256.
892
893 2012-01-07 Chong Yidong <cyd@gnu.org>
894
895 * display.texi (Useless Whitespace): Add Whitespace mode.
896
897 * custom.texi (Hooks): Discuss how to disable minor modes.
898
899 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
900 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
901
902 * trouble.texi (Lossage): Refer to Bugs node for problems.
903 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
904 (Screen Garbled): Don't refer to terminal "manufacturers".
905 (Total Frustration): Node deleted. Eliza is documented in
906 Amusements now.
907 (Known Problems): More info about using the bug tracker.
908 Mention debbugs package.
909 (Bug Criteria): Copyedits.
910 (Understanding Bug Reporting): Mention emacs -Q.
911
912 2012-01-06 Chong Yidong <cyd@gnu.org>
913
914 * custom.texi (Specifying File Variables): The mode: keyword
915 doesn't have to be first anymore. Add example of specifying minor
916 modes.
917 (Directory Variables): Simplify example. Mention application to
918 non-file buffers.
919 (Disabling): Use "initialization file" terminology.
920 (Init Examples): Fix hook example.
921
922 2012-01-06 Eli Zaretskii <eliz@gnu.org>
923
924 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
925 (Bug#10422)
926 Move the stuff about resources to xresources.texi.
927
928 * xresources.texi (Resources): Move information about setting X
929 resources in the Registry from cmdargs.texi. Make the index entry
930 be similar to the one in cmdargs.texi.
931
932 2012-01-05 Chong Yidong <cyd@gnu.org>
933
934 * custom.texi (Customization Groups): Update example.
935 (Browsing Custom): Document the new search field.
936 (Changing a Variable): Update example for Emacs 24 changes.
937 Document Custom-set and Custom-save commands.
938 (Face Customization): Document Emacs 24 changes. De-document
939 modify-face.
940 (Specific Customization): Mention customize-variable.
941 (Custom Themes): Add customize-themes, custom-theme-load-path,
942 custom-theme-directory, and describe-theme.
943 (Creating Custom Themes): New node.
944 (Examining): Mention M-:.
945
946 * package.texi (Packages): Fix typo.
947
948 2012-01-03 Chong Yidong <cyd@gnu.org>
949
950 * misc.texi (Single Shell): Don't document Lisp usage of
951 shell-command. Tidy up discussion of synchronicity. Add index
952 entries for async-shell-command.
953 (Interactive Shell): Note that M-x shell uses shell-file-name.
954 Note change in behavior in Emacs 24.
955 (Shell Mode): Shell mode now uses completion-at-point.
956 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
957 default method for recognizing prompts nowadays.
958 (Shell Ring): Add xref to Minibuffer History.
959 (Directory Tracking): Explain Dirtrack mode in more detail.
960 (Term Mode): Fix index entries.
961 (Paging in Term): Merge into Term Mode.
962 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
963 (Printing): Fix xref. State default of lpr-switches.
964 (PostScript): Remove obsolete sentence. Omit description of
965 non-interactive behaviors.
966 (Hyperlinking): Improve description.
967 (Browse-URL): Using compose-mail for mailto URLs is the default.
968 Document browse-url-mailto-function.
969 (Goto Address mode): Add index entries. Add xref to Browse-URL.
970 (FFAP): FFAP is not a minor mode.
971 (Amusements): M-x lm was renamed to M-x landmark.
972 Document nato-region.
973
974 2012-01-01 Chong Yidong <cyd@gnu.org>
975
976 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
977 (Gnus Startup): Note that the system might not be set up for news.
978 Describe group levels more clearly.
979 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
980 Summary of Gnus.
981 (Document View): Copyedits. Move zoom commads to DocView
982 Navigation node.
983 (DocView Navigation, DocView Searching, DocView Slicing)
984 (DocView Conversion): Nodes renamed from Navigation, etc.
985
986 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
987
988 2011-12-31 Eli Zaretskii <eliz@gnu.org>
989
990 * basic.texi (Moving Point): Fix the description of C-n and C-p.
991 (Bug#10380)
992
993 2011-12-30 Chong Yidong <cyd@gnu.org>
994
995 * sending.texi (Sending Mail): Document initial mail buffer name,
996 and changed multiple mail buffer behavior.
997 (Mail Format): Put the example at the top of the section.
998 (Mail Headers): Move discussion of "From" to the top.
999 (Mail Sending): Document sendmail-query-once.
1000 (Citing Mail): Make it less Rmail-specific.
1001
1002 2011-12-29 Chong Yidong <cyd@gnu.org>
1003
1004 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1005 example. Add index entries.
1006 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1007
1008 2011-12-26 Chong Yidong <cyd@gnu.org>
1009
1010 * dired.texi (Dired Enter, Misc Dired Features):
1011 Document dired-use-ls-dired changes. Mention quit-window.
1012 (Dired Navigation): Add index entries.
1013 (Dired Visiting): Fix View Mode xref.
1014 (Marks vs Flags): Prefer C-/ binding for undo.
1015 (Subdirectories in Dired): Add xrefs.
1016 (Misc Dired Features): Document some Emacs 24 changes. Add index
1017 entries.
1018
1019 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1020 variable, since it is explained in Minor Modes node.
1021 (Defining Abbrevs): Copyedits.
1022 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1023 C-/ binding for undo.
1024 (Dabbrev Customization): Add xrefs for case-fold-search and
1025 case-replace.
1026
1027 * dired-xtra.texi (Subdir Switches): Add xref.
1028
1029 * maintaining.texi (VC Directory Commands): Mention quit-window.
1030
1031 2011-12-25 Chong Yidong <cyd@gnu.org>
1032
1033 * maintaining.texi (Tags): Mention Semantic.
1034 (Create Tags Table, Etags Regexps): Copyedits.
1035 (Find Tag): Mention minibuffer completion.
1036 (List Tags): Mention completion-at-point. Completion is actually
1037 available in M-x list-tags.
1038
1039 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1040 Document vc-delete-file.
1041
1042 * files.texi (Misc File Ops): Mention vc-delete-file.
1043
1044 * programs.texi (Symbol Completion): Mention completion-at-point
1045 explicitly.
1046
1047 2011-12-22 Chong Yidong <cyd@gnu.org>
1048
1049 * maintaining.texi (Change Log Commands): Don't specially mention
1050 vc-update-change-log which is CVS-only.
1051
1052 * vc1-xtra.texi (Version Headers): Note that these are for
1053 Subversion, CVS, etc. only.
1054 (General VC Options): De-document vc-keep-workfiles.
1055 Fix RCS-isms.
1056
1057 2011-12-22 Eli Zaretskii <eliz@gnu.org>
1058
1059 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1060 should be @end iftex".
1061
1062 2011-12-21 Chong Yidong <cyd@gnu.org>
1063
1064 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1065 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1066 (VC Pull): Mention vc-log-incoming.
1067 (Log Buffer): Add CVS/RCS only disclaimer.
1068
1069 * vc1-xtra.texi (Remote Repositories): Update introduction.
1070 (Local Version Control): Node deleted (obsolete with DVCSes).
1071 (Remote Repositories, Version Backups): Node deleted.
1072 Move documentation of vc-cvs-stay-local to CVS Options.
1073 (CVS Options): Reduce verbosity of description of obscure CVS
1074 locking feature.
1075 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1076 Tags node.
1077 (Revision Tags): Move under Miscellaneous VC subsection.
1078 (Change Logs and VC): Note that this is wrong for DVCSs.
1079 De-document log entry manipulating features.
1080 (Renaming and VC): Describe how it works on modern VCSes.
1081
1082 * files.texi (Misc File Ops): Mention vc-rename-file.
1083
1084 * programs.texi (Custom C Indent): Add index entries.
1085
1086 2011-12-20 Alan Mackenzie <acm@muc.de>
1087
1088 * programs.texi (Motion in C): Update the description of C-M-a and
1089 C-M-e, they now DTRT in enclosing scopes.
1090 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1091
1092 2011-12-20 Chong Yidong <cyd@gnu.org>
1093
1094 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1095 (Old Revisions): Use it.
1096 (VCS Repositories): Add "distributed" terminology.
1097 (Log Buffer): Remove duplicate description
1098 about changesets. Fix "current VC fileset" ambiguity.
1099 (Multi-User Branching): Node deleted.
1100 (Branches, Switching Branches): Discuss decentralized version
1101 control systems.
1102 (VC Pull): New node.
1103 (Merging): Document merging on decentralized systems.
1104 (Creating Branches): Note that this is specific to CVS and related
1105 systems.
1106
1107 2011-12-19 Chong Yidong <cyd@gnu.org>
1108
1109 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1110 (VC Mode Line): Add index entry for "version control status".
1111 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1112 Document vc-revert-show-diff. De-document vc-rollback.
1113 (VC Directory Mode): Rewrite introduction. Move prefix arg
1114 documentation here from VC Directory Buffer node.
1115 (VC Directory Buffer): Use a decentralized VCS example.
1116 (VC Directory Commands): Use a table. Remove material duplicated
1117 in previous nodes on multi-file VC filsets.
1118
1119 2011-12-17 Chong Yidong <cyd@gnu.org>
1120
1121 * maintaining.texi (VCS Concepts): Make "revision" terminology
1122 less CVS-specific.
1123 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1124 Registering node.
1125 (Secondary VC Commands): Delete. Promote subnodes.
1126 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1127 log buffer. Add index entries.
1128 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1129 Use "commit" terminology.
1130 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1131 doesn't refer to tags tables. Note other possible forms of the
1132 revision ID. C-x v = does not save.
1133 (Registering): Note similarity to C-x v v action. Fix description
1134 of how backends are chosen. De-document vc-default-init-revision.
1135 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1136 in root log buffers.
1137
1138 2011-12-16 Chong Yidong <cyd@gnu.org>
1139
1140 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1141 (Basic VC Editing): Remove redundant descriptions.
1142 (VC With A Merging VCS): Make description more general instead of
1143 CVS-specific.
1144 (VC With A Locking VCS): Use VC fileset terminology.
1145
1146 2011-12-12 Chong Yidong <cyd@gnu.org>
1147
1148 * building.texi (Executing Lisp): Fix xref for C-M-x.
1149 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1150 manual. Note that load-path is not customizable.
1151 (Lisp Eval): Note that listed commands are available globally.
1152 Explain the meaning of "defun" in the C-M-x context.
1153 (Lisp Interaction): Copyedits.
1154 (External Lisp): Fix name of inferior Lisp buffer.
1155 Mention Scheme.
1156 (Compilation): Define "inferior process".
1157
1158 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1159
1160 * msdog.texi (Windows Fonts): Document how to force GDI font
1161 backend on MS-Windows.
1162
1163 2011-12-10 Chong Yidong <cyd@gnu.org>
1164
1165 * building.texi (Compilation): Say what the -k flag to make does.
1166 Move subprocess discussion to Compilation Shell.
1167 (Compilation Mode): Add xref for grep, occur, and mouse
1168 references. Define "locus".
1169 (Grep Searching): Use @command.
1170 (Debuggers, Commands of GUD, GDB Graphical Interface):
1171 Clarify intro.
1172 (Starting GUD): Clarify how arguments are specified.
1173 (Debugger Operation): Index entry for "GUD interaction buffer",
1174 and move basic description here from Commands of GUD node.
1175 (GDB User Interface Layout): Copyedits.
1176 (Source Buffers): Remove gdb-find-source-frame, which is not in
1177 gdb-mi.el.
1178 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
1179 toggle-gdb-all-registers, which are not in gdb-mi.el.
1180 Don't re-document GUD interaction buffers.
1181
1182 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1183 (Semantic): Add cindex entries for Semantic.
1184
1185 2011-12-06 Chong Yidong <cyd@gnu.org>
1186
1187 * programs.texi (Man Page): Clarify how to use Man-switches.
1188 Don't bother documenting Man-fontify-manpage-flag.
1189 (Lisp Doc): Add xref to Name Help node.
1190 (Hideshow): Add cindex. Mention role of ellipses, and default
1191 value of hs-isearch-open. Don't bother documenting
1192 hs-special-modes-alist.
1193 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1194 changing the window manager binding of M-TAB.
1195
1196 2011-12-05 Chong Yidong <cyd@gnu.org>
1197
1198 * programs.texi (Comment Commands): Fix description of for M-; on
1199 blank lines. Move documentation of comment-region here.
1200 (Multi-Line Comments): Clarify the role of comment-multi-line.
1201 Refer to Comment Commands for comment-region doc.
1202 (Options for Comments): Refer to Multi-Line Comments for
1203 comment-multi-line doc, instead of duplicating it. Fix default
1204 values of comment-padding and comment-start-skip.
1205
1206 2011-12-04 Chong Yidong <cyd@gnu.org>
1207
1208 * programs.texi (Program Modes): Mention modes that are not
1209 included with Emacs. Fix references to other manuals for tex.
1210 Add index entry for backward-delete-char-untabify.
1211 Mention prog-mode-hook.
1212 (Which Function): Use "global minor mode" terminology.
1213 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1214 in Indentation chapter to avoid duplication.
1215 (Expressions): Copyedit.
1216 (Matching): Document Electric Pair mode.
1217
1218 * ack.texi (Acknowledgments):
1219 * rmail.texi (Movemail, Other Mailbox Formats):
1220 * frames.texi (Frames): Don't capitalize "Unix".
1221
1222 2011-12-04 Chong Yidong <cyd@gnu.org>
1223
1224 * text.texi (Nroff Mode): Mention what nroff is.
1225 (Text Based Tables, Table Recognition): Don't say "Table mode"
1226 since it's not a major or minor mode.
1227 (Text Based Tables): Reduce the size of the example.
1228 (Table Definition): Clarify definitions.
1229 (Table Creation): Add key table.
1230 (Cell Commands): Use kbd for commands.
1231 (Table Rows and Columns): Combine nodes Row Commands and Column
1232 Commands.
1233 (Fixed Width Mode): Node deleted; contents moved to parent.
1234 (Table Conversion): Shorten example.
1235 (Measuring Tables): Merge into Table Misc.
1236
1237 2011-12-03 Chong Yidong <cyd@gnu.org>
1238
1239 * text.texi (TeX Mode): Mention AUCTeX package.
1240 (TeX Editing): Add xref to documentation for Occur.
1241 (LaTeX Editing): Add xref to Completion node.
1242 (TeX Print): Fix description of tex-directory.
1243 (Enriched Text): Rename from Formatted Text. Make this node and
1244 its subnodes less verbose, since text/enriched files are
1245 practically unused.
1246 (Enriched Mode): Rename from Requesting Formatted Text.
1247 (Format Colors): Node deleted.
1248 (Enriched Faces): Rename from Format Faces. Describe commands
1249 for applying colors too.
1250 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1251
1252 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1253
1254 * display.texi (Colors): New node.
1255
1256 * cmdargs.texi (Colors X):
1257 * xresources.texi (GTK styles):
1258 * custom.texi (Face Customization): Reference it.
1259
1260 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1261 Link to Fill Commands for Justification entry.
1262
1263 2011-12-03 Eli Zaretskii <eliz@gnu.org>
1264
1265 * display.texi (Auto Scrolling): More accurate description of what
1266 scroll-*-aggressively does, including the effect of non-zero
1267 margin. Fix "i.e." markup.
1268
1269 2011-12-02 Chong Yidong <cyd@gnu.org>
1270
1271 * text.texi (Pages): Mention how formfeed chars are displayed.
1272 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1273 Describe adaptive filling more precisely.
1274 (Fill Commands): Note that filling removes excess whitespace.
1275 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1276 now bound to indent-for-tab-command in Text mode.
1277 (Outline Mode): Copyedits.
1278 (Outline Visibility): Note that Reveal mode is a buffer-local
1279 minor mode.
1280
1281 * modes.texi (Major Modes): Move note about checking major-mode in
1282 a hook function here, from Text mode.
1283
1284 2011-11-28 Chong Yidong <cyd@gnu.org>
1285
1286 * text.texi (Words): Add xref to Position Info.
1287 (Paragraphs): Add xref to Regexps.
1288
1289 * indent.texi (Indentation): Rewrite introduction. Move table to
1290 Indentation Commands node.
1291 (Indentation Commands): Add index entries to table. Copyedits.
1292 (Tab Stops, Just Spaces): Copyedits.
1293 (Indent Convenience): New node. Document electric-indent-mode.
1294
1295 * programs.texi (Basic Indent):
1296 * windows.texi (Pop Up Window): Fix kindex entry.
1297
1298 2011-11-28 Chong Yidong <cyd@gnu.org>
1299
1300 * modes.texi (Major Modes): Move major-mode variable doc here from
1301 Choosing Modes. Document describe-mode. Document prog-mode-hook
1302 and text-mode-hook. Add example of using hooks.
1303 (Minor Modes): Document behavior of mode command calls from Lisp.
1304 Note that setting the mode variable using Customize will DTRT.
1305 (Choosing Modes): Add example of setting a minor mode using a
1306 local variable.
1307
1308 2011-11-27 Chong Yidong <cyd@gnu.org>
1309
1310 * frames.texi (Creating Frames): Move frame parameter example to
1311 Frame Parameters node.
1312 (Frame Commands): C-x 5 o does not warp the mouse by default.
1313 (Fonts): Add more GTK-style properties; also, they should be
1314 capitalized.
1315 (Special Buffer Frames): Node deleted; special-display is on the
1316 way out.
1317 (Frame Parameters): Example moved here from Creating Frames.
1318 Clarify that default-frame-alist affects the initial frame too.
1319 Delete auto-raise-mode and auto-lower-mode.
1320 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1321 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1322
1323 * windows.texi (Window Choice): Add xref to Lisp manual for
1324 special-display-*.
1325
1326 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1327
1328 * display.texi (Text Display): Update the description,
1329 cross-references, and indexing related to display of control
1330 characters and raw bytes.
1331
1332 2011-11-25 Chong Yidong <cyd@gnu.org>
1333
1334 * frames.texi (Frames): Rewrite introduction.
1335 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1336 Mouse-3 does not copy to kill ring by default. DEL does not
1337 behave specially for mouse commands any more.
1338 (Mouse References): Document mouse-1-click-follows-link more
1339 thoroughly.
1340 (Menu Mouse Clicks): Move footnote to the main text and add xref
1341 to Init Rebinding node.
1342 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1343
1344 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1345
1346 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * display.texi (Font Lock): Fix typo.
1349
1350 2011-11-24 Glenn Morris <rgm@gnu.org>
1351
1352 * rmail.texi (Rmail Output):
1353 Mention rmail-automatic-folder-directives. (Bug#9657)
1354
1355 2011-11-21 Chong Yidong <cyd@gnu.org>
1356
1357 * mark.texi (Global Mark Ring): Fix description of global mark
1358 ring (Bug#10032).
1359
1360 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * msdog.texi (Windows Fonts): Fix typo.
1363
1364 2011-11-17 Glenn Morris <rgm@gnu.org>
1365
1366 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1367
1368 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * killing.texi (Rectangles):
1371 * misc.texi (Document View):
1372 * modes.texi (Choosing Modes):
1373 * msdog.texi (Windows Fonts):
1374 * regs.texi (Rectangle Registers):
1375 * search.texi (Isearch Yank): Fix typos.
1376
1377 2011-11-06 Chong Yidong <cyd@gnu.org>
1378
1379 * windows.texi (Basic Window): Add xref to Cursor Display.
1380 (Split Window): Document negative arg for splitting commands.
1381 (Other Window): Document mouse-1 in text area of window.
1382 (Change Window): Don't mention window attributes, since they
1383 aren't defined. C-x 1 can't be used with minibuffer windows.
1384 Windows are no longer auto-deleted.
1385 (Window Choice): Add xref to Choosing Window in Lisp manual.
1386 (Window Convenience): Note that windmove disables shift-selection.
1387 Move M-x compare-windows here from Other Window node.
1388
1389 * custom.texi (Mouse Buttons):
1390 * search.texi (Isearch Scroll):
1391 * windows.texi (Split Window): Use new names split-window-below
1392 and split-window-right.
1393
1394 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * emacs.texi (Top): Fix typo.
1397
1398 2011-10-25 Glenn Morris <rgm@gnu.org>
1399
1400 * abbrevs.texi (Saving Abbrevs):
1401 quietly-read-abbrev-file is not a command. (Bug#9866)
1402
1403 2011-10-24 Chong Yidong <cyd@gnu.org>
1404
1405 * display.texi (Scrolling): Document scroll-up-line and
1406 scroll-down-line. Document scroll-command property.
1407 (Recentering): New node, split off from Scrolling.
1408
1409 2011-10-23 Chong Yidong <cyd@gnu.org>
1410
1411 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1412 (Tool Bars): Copyedits.
1413
1414 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1415
1416 2011-10-22 Chong Yidong <cyd@gnu.org>
1417
1418 * windows.texi (Displaying Buffers): Fix broken lispref link.
1419
1420 2011-10-22 Chong Yidong <cyd@gnu.org>
1421
1422 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1423 Move confirm-nonexistent-file-or-buffer discussion here.
1424
1425 * files.texi (File Names, Visiting): Move detailed discussion of
1426 minibuffer confirmation to Minibuffer Exit.
1427
1428 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1429 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1430
1431 2011-10-21 Chong Yidong <cyd@gnu.org>
1432
1433 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1434 (Backup Copying): backup-by-copying-when-mismatch is now t.
1435 (Customize Save): Fix description of require-final-newline.
1436 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1437 (Auto Save Control): Clarify.
1438 (File Archives): Add 7z.
1439 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1440
1441 * arevert-xtra.texi (Autorevert): Copyedits.
1442
1443 2011-10-20 Chong Yidong <cyd@gnu.org>
1444
1445 * custom.texi (Hooks, Init Examples):
1446 * display.texi (Font Lock):
1447 * fixit.texi (Spelling):
1448 * rmail.texi (Rmail Display): Minor mode function with no arg now
1449 enables it.
1450
1451 * fixit.texi (Spelling): Fix description of inline completion.
1452
1453 2011-10-19 Chong Yidong <cyd@gnu.org>
1454
1455 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1456 entries.
1457 (Isearch Yank): Document isearch-yank-pop.
1458 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1459 (Other Repeating Search): Document Occur Edit mode.
1460
1461 2011-10-18 Chong Yidong <cyd@gnu.org>
1462
1463 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1464 from Line Truncation node.
1465 (Standard Faces): Note that only the background of the cursor face
1466 has an effect.
1467 (Cursor Display): Fix descriptions of cursor face
1468 and bar cursor blinking.
1469 (Text Display): Document nobreak-char-display more clearly.
1470 (Line Truncation): Add xref to Split Window node.
1471 (Display Custom): Don't bother documenting baud-rate or
1472 no-redraw-on-reenter.
1473
1474 * search.texi (Slow Isearch): Node removed.
1475
1476 2011-10-18 Glenn Morris <rgm@gnu.org>
1477
1478 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1479
1480 2011-10-18 Chong Yidong <cyd@gnu.org>
1481
1482 * display.texi (Faces): Simplify discussion. Move documentation
1483 of list-faces-display here, from Standard Faces node.
1484 Note special role of `default' background.
1485 (Standard Faces): Note special role of `default' background.
1486 Note that region face may be taken fom GTK. Add xref to Text Display.
1487 (Text Scale): Rename from "Temporary Face Changes".
1488 Callers changed. Don't bother documenting variable-pitch-mode.
1489 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1490 (Useless Whitespace): Simplify description of
1491 delete-trailing-whitespace. Note active region case.
1492 (Text Display): Fix description of escape-glyph face assignment.
1493 Remove unibye mode discussion. Update some parts for Unicode.
1494 Move glyphless chars documentation to Lisp manual.
1495
1496 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1497
1498 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * display.texi (Scrolling): Tweak explanation of scroll direction.
1501 (View Mode): Add index entries.
1502
1503 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1504
1505 * regs.texi (Text Registers): C-x r i does not activate the mark.
1506 (Bookmarks): Document new default bookmark location.
1507
1508 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * killing.texi (Deletion): Add xref to Using Region.
1511 Document delete-forward-char.
1512 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1513 description here. Recommend C-u C-SPC for jumping to mark.
1514 (Kill Ring): Move kill ring variable documentation here.
1515 (Primary Selection): Copyedits.
1516 (Rectangles): Document new command rectangle-number-lines.
1517 (CUA Bindings): Note that this disables the mark-even-if-inactive
1518 behavior for C-x and C-c.
1519
1520 * mark.texi (Mark): Mention "active region" terminology.
1521 (Using Region): Document delete-active-region.
1522
1523 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * mark.texi (Mark): Clarify description of disabled Transient Mark
1526 mode (Bug#9689).
1527 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1528 selection changes. Mention that commands like C-y set the mark.
1529 (Marking Objects): Add xref to Words node. Note that mark-word
1530 and mark-sexp also have the "extend region" behavior.
1531 (Using Region): Mention M-$ in the table.
1532 Document mark-even-if-inactive here instead of in Mark Ring.
1533 (Mark Ring): Move mark-even-if-inactive to Using Region.
1534 Take note of the "Mark Set" behavior.
1535 (Disabled Transient Mark): Rename from "Persistent Mark"
1536 (Bug#9688). Callers changed.
1537
1538 * programs.texi (Expressions):
1539 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1540
1541 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1544 option" terminology.
1545 (Key Help): Add command names. Define "documentation string".
1546 (Name Help): Remove an over-long joke.
1547 (Apropos): Document prefix args. Remove duplicated descriptions.
1548 (Help Mode): Add C-c C-b to table. Update TAB binding.
1549 (Package Keywords): Rename from "Library by Keyword".
1550 Describe new package menu interface.
1551 (Help Files, Help Echo): Tweak description.
1552
1553 * mini.texi (Completion Options): Add completion-cycle-threshold.
1554 (Minibuffer History): Document numeric args to history commands.
1555
1556 2011-10-08 Eli Zaretskii <eliz@gnu.org>
1557
1558 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1559
1560 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * basic.texi (Position Info): Omit page commands.
1563 Document count-words-region and count-words.
1564
1565 * text.texi (Pages): Move what-page documentation here.
1566
1567 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1570 Remote Files node instead of linking directly to the Tramp manual.
1571 (Minibuffer Edit): Add xref to Blank Lines.
1572 (Completion): Add xref to Symbol Completion. Remove redundant
1573 example, which is repeated in the next node.
1574 (Completion Commands): Minor clarifications.
1575 (Completion Styles): New node, split from Completion Commands.
1576 Document substring and initials styles.
1577 (Strict Completion): Remove information duplicated in other nodes.
1578 (Completion Options): Consolidate case difference discussion here.
1579
1580 * help.texi (Help Mode): Fix kindex entries.
1581
1582 * files.texi (File Names): Add index entries.
1583
1584 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * basic.texi (Inserting Text): Add xref to Completion.
1587 Add ucs-insert example, and document prefix argument.
1588 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1589 to left/right. Tweak left-char and right-char descriptions.
1590 M-left and M-right are now bound to left-word/right-word.
1591 (Erasing): Document delete-forward-char.
1592
1593 * screen.texi (Screen, Menu Bar): Copyedits.
1594 (Point): Remove duplicate paragraph on cursors, also in Screen.
1595 (Mode Line): Trailing dashes no longer shown on X displays.
1596
1597 * frames.texi (Non-Window Terminals): Index just "text-only
1598 terminal", which is used throughout the manual now.
1599
1600 * entering.texi (Entering Emacs): Define "startup screen".
1601 Document window-splitting behavior with command-line inputs.
1602 (Exiting): Remove obsolete paragraph about shells without suspend
1603 functionality.
1604
1605 * commands.texi (User Input): Define "input event" more clearly.
1606 (Keys): Add xref to Echo Area.
1607 (Commands): Clarify relation between commands and functions.
1608
1609 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * misc.texi (emacsclient Options): Document how emacsclient runs
1612 the Emacs daemon (Bug#9674).
1613
1614 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * basic.texi (Moving Point):
1617 * custom.texi (Mouse Buttons):
1618 * rmail.texi (Rmail Scrolling):
1619 * search.texi (Isearch Scroll):
1620 * display.texi (Scrolling): Replace scroll-up/down with
1621 scroll-up/down-command. Fix scroll-preserve-screen-position
1622 description. Document scroll-error-top-bottom.
1623
1624 2011-09-30 Glenn Morris <rgm@gnu.org>
1625
1626 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1627
1628 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * windows.texi (Pop Up Window): Defer discussion of window
1631 splitting to the Window Choice node. Add index entries.
1632 (Force Same Window): Node deleted.
1633 (Displaying Buffers, Window Choice): New nodes.
1634
1635 * buffers.texi (Select Buffer): Clarify description of
1636 buffer-switching commands. Add xref to Window Display node.
1637 Don't repeat confirm-nonexistent-file-or-buffer description from
1638 Visiting node. Remove even-window-heights.
1639
1640 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1641
1642 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1645
1646 * xresources.texi (Table of Resources): Fix documentation of
1647 bitmapIcon.
1648
1649 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1652
1653 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1654
1655 * frames.texi (Frame Commands): Note that delete-other-frames only
1656 deletes frames on current terminal.
1657
1658 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1659
1660 * sending.texi (Mail Misc): Document mail-add-attachment.
1661
1662 2011-09-04 Eli Zaretskii <eliz@gnu.org>
1663
1664 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1665
1666 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1669
1670 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * files.texi (File Archives):
1673 * cal-xtra.texi (Diary Display):
1674 * help.texi (Help Mode): Add xref to View Mode.
1675
1676 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * display.texi (View Mode): New node. Move view-file here from
1679 Misc File Ops. Move view-buffer here from Misc Buffer.
1680
1681 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1682
1683 * files.texi (Misc File Ops): Document new
1684 delete-by-moving-to-trash behavior. Remove view-file.
1685
1686 * dired.texi (Dired Deletion): Shorten description of Trash.
1687
1688 * misc.texi (emacsclient Options): Document server-port.
1689
1690 2011-08-27 Eli Zaretskii <eliz@gnu.org>
1691
1692 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1693 even on MS-Windows. Fix a typo.
1694
1695 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * package.texi: New file, documenting the package manager.
1698
1699 * emacs.texi: Include it.
1700
1701 * help.texi (Help Summary): Add describe-package.
1702
1703 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * misc.texi (Printing): Convert subnodes into subsections.
1706
1707 * text.texi (Two-Column): Move into Text chapter.
1708
1709 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1710 Files section. Convert from chapter into section.
1711
1712 * display.texi (Narrowing): Move into display chapter.
1713
1714 * sending.texi (Sending Mail):
1715 * rmail.texi (Rmail):
1716 * misc.texi (Gnus, Document View):
1717 * dired.texi (Dired):
1718 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1719
1720 2011-08-07 Juri Linkov <juri@jurta.org>
1721
1722 * dired.texi (Operating on Files): Rewrite according to the fact
1723 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1724
1725 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
1726
1727 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1728 remote file name completion. (Bug#9197)
1729
1730 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1731
1732 * mule.texi (Bidirectional Editing): Document the fact that
1733 bidi-display-reordering is t by default.
1734
1735 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1738 explicitly (bug#8904).
1739
1740 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * trouble.texi (Checklist): Use an `M-x' example instead of an
1743 Emacs Lisp form to switch on the dribble file (bug#8056).
1744
1745 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1748
1749 2011-07-13 Glenn Morris <rgm@gnu.org>
1750
1751 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1752
1753 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1754
1755 * mark.texi (Mark Ring): Clarify how many locations are saved
1756 (bug#5770).
1757 (Global Mark Ring): Ditto.
1758
1759 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * text.texi (Table Recognition): Use "at point" instead of "under
1762 point" (bug#4345).
1763
1764 * display.texi (Cursor Display): Mention `cursor-type'.
1765
1766 * screen.texi (Point): Clarify that it's only if you use a block
1767 cursor that it appears to be on a character (bug#4345).
1768
1769 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * misc.texi (Amusements): Move dissociated press here, from its
1772 own section.
1773
1774 * emacs.texi (Top): Update node listing.
1775
1776 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1777
1778 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1779 clarity (bug#3523).
1780
1781 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1784 (Misc X): Document --parent-id.
1785
1786 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1787 defaults to nil.
1788
1789 * misc.texi (emacsclient Options): Document --parent-id.
1790
1791 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1792
1793 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * emacs.texi: Use "..." instead of ``...'' in the menus
1796 (bug#3503).
1797
1798 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * killing.texi (Primary Selection): Document `only' setting for
1801 select-active-regions.
1802
1803 * mark.texi (Setting Mark): Reference Shift Selection node.
1804
1805 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1806
1807 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1810 motion keys" (bug#3503).
1811
1812 * emacs.texi: Change all the register node names from "RegPos"
1813 (etc.) to "Positional Registers" (etc.) (bug#3314).
1814
1815 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1818 (Other Kill Commands, Kill Options): Copyedits.
1819 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1820 (Yanking): Move yank-excluded properties discussion here.
1821 (Cut and Paste): Move from frames.texi. Update subnodes to
1822 describe x-select-enable-clipboard case.
1823
1824 * frames.texi: Move Cut and Paste node and subnodes into
1825 killing.texi, except Mouse Commands and Word and Line Mouse.
1826
1827 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1828
1829 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1830
1831 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
1833 * screen.texi (Mode Line): Clarify that coding systems are
1834 characters, not letters (bug#1749).
1835
1836 * cmdargs.texi (Environment): Mention removing variables
1837 (bug#1615). Text suggested by Kevin Rodgers.
1838
1839 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1842
1843 * modes.texi: Rename from major.texi.
1844 (Modes): New node. Make Major Modes and Minor Modes subsections
1845 of this. All callers changed.
1846
1847 * custom.texi (Minor Modes): Move to modes.texi.
1848
1849 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * custom.texi (Syntax): Node deleted.
1852
1853 * help.texi (Help Summary):
1854 * major.texi (Major Modes):
1855 * programs.texi (Parentheses):
1856 * search.texi (Regexp Backslash, Regexp Backslash)
1857 (Regexp Backslash):
1858 * text.texi (Words): Callers changed.
1859
1860 * text.texi (Refill, Longlines): Delete nodes.
1861
1862 * ack.texi (Acknowledgments): Longlines removed from manual.
1863
1864 * emacs.texi (Top): Update node listing.
1865
1866 2011-07-09 Glenn Morris <rgm@gnu.org>
1867
1868 * fortran-xtra.texi (Fortran): Update handled extensions.
1869
1870 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * display.texi (Scrolling): `C-v' (etc) are now bound to
1873 `scroll-*-command' (bug#8349).
1874
1875 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
1877 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
1878 doesn't actually delete any files (bug#7125).
1879
1880 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1881 argument for `C-c C-k' (bug#7391).
1882
1883 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1884 you're currently using (bug#8489).
1885
1886 2011-07-01 Eli Zaretskii <eliz@gnu.org>
1887
1888 * mule.texi (Coding Systems): Move index entries from the previous
1889 change into their proper places.
1890
1891 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1892
1893 * help.texi (Help Files): Document view-external-packages (bug#8902).
1894
1895 * mule.texi (Coding Systems): Put a few more of the coding systems
1896 into the index (bug#8900).
1897
1898 2011-06-26 Glenn Morris <rgm@gnu.org>
1899
1900 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1901
1902 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1903
1904 * misc.texi (emacsclient Options): Mention --frame-parameters.
1905
1906 2011-06-09 Glenn Morris <rgm@gnu.org>
1907
1908 * custom.texi (Specifying File Variables):
1909 Recommend explicit arguments for minor modes.
1910
1911 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 Document wide integers better.
1914 * buffers.texi (Buffers):
1915 * files.texi (Visiting): Document maxima for 64-bit machines,
1916 and mention virtual memory limits.
1917
1918 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1921
1922 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1923 prog mode (Bug#8240).
1924
1925 2011-05-27 Glenn Morris <rgm@gnu.org>
1926
1927 * custom.texi (Specifying File Variables):
1928 Major modes no longer need come first.
1929
1930 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1933 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1934
1935 2011-05-18 Glenn Morris <rgm@gnu.org>
1936
1937 * ack.texi (Acknowledgments): Remove fakemail.c.
1938
1939 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
1940
1941 Fixes for fitting text into 7x9 printed manual.
1942 * building.texi (Flymake, Breakpoints Buffer):
1943 * calendar.texi (Appointments):
1944 * cmdargs.texi (General Variables, Display X):
1945 * custom.texi (Saving Customizations, Face Customization)
1946 (Directory Variables, Minibuffer Maps, Init Rebinding):
1947 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1948 * fixit.texi (Spelling):
1949 * frames.texi (Creating Frames, Fonts):
1950 * help.texi (Help Files):
1951 * mini.texi (Minibuffer File):
1952 * misc.texi (emacsclient Options, Emulation):
1953 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1954 * mule.texi (International Chars, Language Environments)
1955 (Select Input Method, Modifying Fontsets, Charsets):
1956 * programs.texi (Custom C Indent):
1957 * rmail.texi (Rmail Labels):
1958 * text.texi (Table Conversion):
1959 * trouble.texi (Known Problems, Known Problems):
1960 * windows.texi (Change Window):
1961 * xresources.texi (GTK resources): Reflow text and re-indent code
1962 examples to avoid TeX overflows and underflows on 7x9 paper.
1963
1964 * emacs.texi: Fix the (commented out) smallbook command.
1965
1966 * macos.texi (Mac / GNUstep Events):
1967 * xresources.texi (Lucid Resources): Remove extraneous examples.
1968
1969 2011-05-10 Glenn Morris <rgm@gnu.org>
1970
1971 * custom.texi (Specifying File Variables):
1972 Deprecate using mode: for minor modes.
1973
1974 2011-05-07 Glenn Morris <rgm@gnu.org>
1975
1976 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1977
1978 2011-05-06 Glenn Morris <rgm@gnu.org>
1979
1980 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1981
1982 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1983
1984 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * misc.texi (Emacs Server): Document `server-eval-at'.
1987
1988 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * maintaining.texi (List Tags): Document next-file.
1991 Suggested by Uday S Reddy.
1992
1993 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
1994
1995 * mini.texi (Minibuffer Edit):
1996 * screen.texi (Mode Line): Fix typo.
1997
1998 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1999
2000 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
2001
2002 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2005
2006 2011-03-30 Eli Zaretskii <eliz@gnu.org>
2007
2008 * display.texi (Auto Scrolling): Document the limit of 100 lines
2009 for never-recentering scrolling with `scroll-conservatively'.
2010 (Bug#6671)
2011
2012 2011-03-12 Eli Zaretskii <eliz@gnu.org>
2013
2014 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2015 HOME on Windows and where it looks for init files. (Bug#8221)
2016
2017 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2018
2019 * search.texi (Regexp Example):
2020 * mule.texi (International Chars):
2021 * building.texi (External Lisp): Don't use characters outside
2022 ISO-8859-1.
2023
2024 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2025
2026 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2027 Use Texinfo @-commands for non Latin-1 characters.
2028
2029 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2030
2031 * custom.texi (Init File): Add index entries for ".emacs".
2032 (Bug#8210)
2033
2034 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2035
2036 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2037 for Gtk+ 3.
2038
2039 2011-03-08 Glenn Morris <rgm@gnu.org>
2040
2041 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2042 * emacs.texi (Acknowledgments):
2043 * ack.texi (Acknowledgments): Names to UTF-8.
2044 * emacs.texi: Set documentencoding.
2045
2046 * display.texi (Optional Mode Line): Don't mention exactly where
2047 display-time appears. (Bug#8193)
2048
2049 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2050
2051 * Version 23.3 released.
2052
2053 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2056
2057 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2058
2059 * misc.texi (emacsclient Options): Add q/quiet.
2060
2061 2011-03-02 Glenn Morris <rgm@gnu.org>
2062
2063 * mule.texi (Communication Coding) <x-select-request-type>:
2064 Remove duplicate (essentially) paragraph. (Bug#8148)
2065
2066 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2067
2068 * maintaining.texi (Format of ChangeLog): Add reference to
2069 add-log-full-name.
2070 (Change Log Commands): Add documentation for combining multiple
2071 symbols in one change.
2072
2073 2011-03-01 Glenn Morris <rgm@gnu.org>
2074
2075 * custom.texi (Directory Variables):
2076 Give an example of excluding subdirectories.
2077
2078 2011-02-28 Eli Zaretskii <eliz@gnu.org>
2079
2080 * search.texi (Regexp Search): Move index entries about regexps to the
2081 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2082
2083 2011-02-19 Glenn Morris <rgm@gnu.org>
2084
2085 * dired.texi (Dired): Dired-X version number was dropped.
2086
2087 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2088
2089 * xresources.texi (X Resources): Remove *faceName and replace it with
2090 *font for Lucid.
2091
2092 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * rmail.texi (Rmail Display): Document Rmail MIME support more
2095 accurately.
2096
2097 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2098 vc-log-outgoing.
2099 (Merging): Document vc-find-conflicted-file.
2100
2101 2011-02-05 Glenn Morris <rgm@gnu.org>
2102
2103 * custom.texi (Variables): Fix typo.
2104
2105 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * search.texi (Regexps): Copyedits. Mention character classes
2108 (Bug#7809).
2109
2110 * files.texi (File Aliases): Restore explanatory text from Eli
2111 Zaretskii, accidentally removed in 2011-01-08 commit.
2112
2113 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2114
2115 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2116 (MAKEINFO_OPTS): New variable.
2117 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2118 (emacs.html): New target.
2119 (clean): Remove emacs.html.
2120
2121 2011-01-23 Werner Lemberg <wl@gnu.org>
2122
2123 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2124 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2125 (ENVADD): Updated.
2126
2127 2011-01-18 Glenn Morris <rgm@gnu.org>
2128
2129 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2130
2131 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2132
2133 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * building.texi (Compilation): Improve instructions for running two
2136 compilations (Bug#7573).
2137
2138 * files.texi (Backup Names): Document the new location of the
2139 last-resort backup file.
2140
2141 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2142 manual. Explain why directory-abbrev-alist elements should be anchored
2143 (Bug#7777).
2144
2145 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2146
2147 * msdog.texi (Windows Startup): Correct inaccurate description of
2148 differences between emacsclient.exe and emacsclientw.exe.
2149
2150 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2153
2154 2011-01-02 Kenichi Handa <handa@m17n.org>
2155
2156 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2157
2158 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2159
2160 * frames.texi (Cut and Paste): Modify the section's name and text:
2161 don't mix "cut/paste" with "kill/yank".
2162 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2163 (Bug#7702)
2164
2165 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2166
2167 2011-01-02 Glenn Morris <rgm@gnu.org>
2168
2169 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2170 matches its position in the menu. (Bug#7674)
2171
2172 2011-01-02 Glenn Morris <rgm@gnu.org>
2173
2174 * trouble.texi (Checklist): Mention not replying via news either.
2175
2176 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2177
2178 * misc.texi (Document View): Update DocView section with newly
2179 supported document formats.
2180
2181 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * killing.texi: Resection the Info version to conform to the
2184 printed manual, to avoid making sections on Accumulating Text, CUA
2185 and Rectangles into full chapters.
2186
2187 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2188
2189 * custom.texi (Init Syntax): Add index entries for "character syntax".
2190 (Bug#7576)
2191
2192 2010-12-13 Karel Klíč <kklic@redhat.com>
2193
2194 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2195
2196 2010-12-13 Glenn Morris <rgm@gnu.org>
2197
2198 * trouble.texi (Checklist): Fix typo in newsgroup name.
2199
2200 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * search.texi (Word Search): Note that the lazy highlight always
2203 matches to whole words (Bug#7470).
2204
2205 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2206
2207 * display.texi (Optional Mode Line): Make the description of
2208 load-average more accurate.
2209
2210 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2211 registry, with a cross-reference.
2212 (Windows Startup): New node. Move the stuff about the current
2213 directory from "Windows HOME".
2214
2215 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2216
2217 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2218 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2219
2220 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2223 Suggested by Štěpán Němec.
2224
2225 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * maintaining.texi (Version Control): Say "commit", not "check in".
2228 (Version Control Systems): Simplify descriptions.
2229 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2230 VCS Concepts.
2231 (VC Mode Line): Update example.
2232 (Old Revisions): Document revert-buffer for vc-diff.
2233 (Log Buffer): Promote to a subsection. Document header lines.
2234
2235 * macos.texi (Mac / GNUstep Basics):
2236 Document ns-right-alternate-modifier.
2237
2238 * emacs.texi (Top): Update node listing.
2239
2240 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2241
2242 * rmail.texi (Rmail Coding): Characters with no fonts are not
2243 necessarily displayed as empty boxes.
2244
2245 * mule.texi (Language Environments, Fontsets): Characters with no
2246 fonts are not necessarily displayed as empty boxes.
2247
2248 * display.texi (Text Display): Document display of glyphless
2249 characters.
2250
2251 2010-11-13 Glenn Morris <rgm@gnu.org>
2252
2253 * basic.texi (Position Info): Add M-x count-words-region.
2254
2255 2010-11-11 Glenn Morris <rgm@gnu.org>
2256
2257 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2258
2259 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2260
2261 * msdog.texi (Windows HOME): Add information regarding startup
2262 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2263
2264 2010-10-11 Glenn Morris <rgm@gnu.org>
2265
2266 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2267
2268 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2269 (DVIPS): New variable.
2270 (.PHONY): Add html, ps.
2271 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2272 (clean): Delete html, ps files.
2273
2274 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2275
2276 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2277
2278 2010-10-09 Glenn Morris <rgm@gnu.org>
2279
2280 * Makefile.in (VPATH): Remove.
2281 (infodir): Make it absolute.
2282 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2283
2284 * Makefile.in (dist): Anchor regexps.
2285
2286 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2287 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2288 (emacs-xtra.pdf): Use $<.
2289
2290 * Makefile.in (infoclean): Remove harmless, long-standing error.
2291
2292 * Makefile.in ($(infodir)): Delete rule.
2293 (mkinfodir): New.
2294 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2295
2296 * Makefile.in (distclean): Do not delete emacsver.texi.
2297 (dist): Remove reference to emacsver.texi.in.
2298 * emacsver.texi: New file, replacing emacsver.texi.in.
2299
2300 2010-10-09 Glenn Morris <rgm@gnu.org>
2301
2302 * emacsver.texi.in: New file.
2303 * emacs.texi: Set EMACSVER by including emacsver.texi.
2304 * Makefile.in (distclean): Delete emacsver.texi.
2305 (dist): Copy emacsver.texi.
2306 (EMACSSOURCES): Add emacsver.texi.
2307
2308 * ack.texi (Acknowledgments): No more b2m.c.
2309
2310 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2311 (emacs): Remove rule.
2312 (dist): No need to deal with the emacs rule any more.
2313
2314 2010-10-07 Glenn Morris <rgm@gnu.org>
2315
2316 * Makefile.in (version): New, set by configure.
2317 (clean): Delete dist tar file.
2318 (dist): Use version in tar name.
2319
2320 2010-10-06 Glenn Morris <rgm@gnu.org>
2321
2322 * Makefile.in (EMACS_XTRA): Add the main source file.
2323 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2324 (mostlyclean): No core files, reorder other files.
2325 (clean): Delete specific dvi and pdf files.
2326 (infoclean, dist): New rules.
2327 (maintainer-clean): Use infoclean.
2328 ($(infodir)): Add parallel build workaround.
2329
2330 2010-10-04 Glenn Morris <rgm@gnu.org>
2331
2332 * Makefile.in (SHELL): Set it.
2333 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2334 (info, dvi): Replace above variables with their expansions.
2335 (info): Move mkdir from here...
2336 ($(infodir)/emacs): ... to here (for parallel builds).
2337 (pdf): New target.
2338 ($(infodir)/emacs): Pass -o option to makeinfo.
2339 (.PHONY): Declare clean rules.
2340 (maintainer-clean): Delete dvi and pdf files.
2341 Guard against cd failures. Use a more restrictive delete.
2342
2343 2010-10-02 Glenn Morris <rgm@gnu.org>
2344
2345 * misc.texi (Shell Mode): Remove reference to old function name.
2346
2347 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2348
2349 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2350 indicator characters.
2351
2352 2010-09-29 Glenn Morris <rgm@gnu.org>
2353
2354 * Makefile.in (top_srcdir): Remove unused variable.
2355
2356 2010-09-14 Glenn Morris <rgm@gnu.org>
2357
2358 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2359 the last hook item.
2360
2361 * calendar.texi (Appointments): Also updated when a diary include file
2362 is saved.
2363
2364 2010-09-14 Glenn Morris <rgm@gnu.org>
2365
2366 * trouble.texi (Bugs): Update the section intro.
2367 (Known Problems): New section.
2368 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2369 (Sending Patches): Bug fixes are best as responses to existing bugs.
2370 * emacs.texi (Known Problems): Add menu entry for new section.
2371
2372 2010-09-09 Glenn Morris <rgm@gnu.org>
2373
2374 * xresources.texi: Untabify.
2375
2376 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
2377
2378 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2379
2380 2010-09-06 Glenn Morris <rgm@gnu.org>
2381
2382 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2383
2384 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2385
2386 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2387
2388 2010-08-21 Glenn Morris <rgm@gnu.org>
2389
2390 * misc.texi (Amusements): Mention bubbles and animate.
2391
2392 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2393
2394 * files.texi (Visiting): Add more index entries for
2395 large-file-warning-threshold.
2396
2397 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2398
2399 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2400
2401 2010-06-23 Glenn Morris <rgm@gnu.org>
2402
2403 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2404 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2405 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2406 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2407 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2408 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2409 Untabify Texinfo files.
2410
2411 2010-06-10 Glenn Morris <rgm@gnu.org>
2412
2413 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2414
2415 * basic.texi (Inserting Text): Fix typo.
2416
2417 2010-06-10 Glenn Morris <rgm@gnu.org>
2418
2419 * ack.texi (Acknowledgments):
2420 * emacs.texi (Acknowledgments): Update for notifications.el.
2421
2422 2010-05-31 Daiki Ueno <ueno@unixuser.org>
2423
2424 * dired.texi (Operating on Files): Mention encryption commands
2425 (Bug#6315).
2426
2427 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2428
2429 * basic.texi (Moving Point): Update due to renaming of commands bound
2430 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2431
2432 2010-05-18 Eli Zaretskii <eliz@gnu.org>
2433
2434 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2435 paragraphs.
2436 (Line Truncation): Fix wording for bidi display.
2437
2438 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2439 keys.
2440
2441 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * building.texi (GDB Graphical Interface): Remove misleading comparison
2444 to an IDE (Bug#6128).
2445
2446 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2447
2448 * programs.texi (Man Page):
2449 * misc.texi (Invoking emacsclient):
2450 * mini.texi (Repetition):
2451 * mark.texi (Setting Mark): Fix typos.
2452
2453 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * misc.texi (Printing): Document htmlfontify-buffer.
2456
2457 2010-05-08 Glenn Morris <rgm@gnu.org>
2458
2459 * calendar.texi (Displaying the Diary, Format of Diary File):
2460 Fix external cross-references for TeX format output.
2461
2462 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * Version 23.2 released.
2465
2466 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2467
2468 * cmdargs.texi (Initial Options): Mention --chdir.
2469
2470 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2471
2472 * frames.texi (Tool Bars): Add tool-bar-style.
2473
2474 2010-04-21 Glenn Morris <rgm@gnu.org>
2475
2476 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2477
2478 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * programs.texi (Semantic): New node.
2481
2482 * maintaining.texi (EDE): New node.
2483
2484 * emacs.texi: Update node listing.
2485
2486 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2487
2488 2010-04-18 Glenn Morris <rgm@gnu.org>
2489
2490 * emacs.texi (Acknowledgments): Remove duplicate.
2491
2492 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2493
2494 2010-04-18 Glenn Morris <rgm@gnu.org>
2495
2496 * dired.texi (Misc Dired Features): Mention VC diff and log.
2497 * maintaining.texi (Old Revisions, VC Change Log):
2498 Mention that diff and log work in Dired buffers.
2499
2500 * help.texi (Help Summary): Mention M-x info-finder.
2501
2502 * ack.texi (Acknowledgments): Add mpc.el.
2503
2504 * custom.texi (Specifying File Variables, Directory Variables):
2505 Document new commands for manipulating local variable lists.
2506
2507 2010-04-18 Glenn Morris <rgm@gnu.org>
2508
2509 * trouble.texi (Contributing): Add cindex entry.
2510 Mention etc/CONTRIBUTE.
2511
2512 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2515 query-replace (Bug#5774).
2516
2517 2010-04-16 Glenn Morris <rgm@gnu.org>
2518
2519 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2520
2521 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2522
2523 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2524
2525 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2526
2527 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2528
2529 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2530
2531 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2532 cross-reference to "Inserting Text".
2533
2534 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2535 Mention completion provided by `ucs-insert'.
2536
2537 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * sending.texi (Sending Mail): Note variables that may need
2540 customizing.
2541 (Mail Sending): Expand discussion of send-mail-function.
2542
2543 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2544
2545 Document Message mode as the default mail mode.
2546
2547 * sending.texi (Sending Mail): Copyedits.
2548 (Mail Format, Mail Headers): Document mail-from-style changes.
2549 (Mail Commands): Rename from Mail mode. Document Message mode.
2550 (Mail Misc): Rename from Mail mode Misc.
2551 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2552 command names and update keybindings.
2553 (Header Editing): Document message-tab. De-document
2554 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2555 favor of mail-default-headers. Ad index entries for user-full-name and
2556 user-mail-address.
2557 (Citing Mail): Update changes in Message mode behavior.
2558 Document mail-yank-prefix.
2559 (Mail Signature): New node, moved from Mail Misc.
2560 (Mail Aliases): Mail abbrevs are the default with Message mode.
2561 (Mail Methods): Note that Message mode is now the default.
2562
2563 * rmail.texi (Rmail Reply):
2564 * text.texi (Text Mode):
2565 * major.texi (Major Modes):
2566 * mule.texi (Output Coding): Refer to Message mode.
2567
2568 * custom.texi (Init Examples): Add xref to Mail Header.
2569
2570 * emacs.texi (Top): Fix xrefs.
2571
2572 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2573
2574 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2575 repository if there is none.
2576 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2577 vc-print-root-log.
2578 (Old Revisions): Copyedits. Document vc-root-diff.
2579
2580 * programs.texi (Program Modes): Mention Javascript mode.
2581
2582 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2583 * emacs.texi: Update node description.
2584
2585 * misc.texi (Navigation): Document doc-view-continuous.
2586 (Shell Ring): Document new M-r binding. M-s is no longer bound.
2587
2588 2010-03-30 Juri Linkov <juri@jurta.org>
2589
2590 * search.texi (Other Repeating Search): Remove line that `occur'
2591 can not handle multiline matches.
2592
2593 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2594
2595 * mule.texi (International): Mention support of bidirectional editing.
2596 (Bidirectional Editing): New section.
2597
2598 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
2599
2600 * emacs.texi (Top): Update node names to those in building.texi.
2601
2602 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2603
2604 doc/emacs/building.texi: Describe restored GDB/MI functionality
2605 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2606 doc/emacs/emacs.texi: Update node names for building.texi.
2607
2608 2010-03-24 Glenn Morris <rgm@gnu.org>
2609
2610 * ack.texi (Acknowledgments):
2611 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2612
2613 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2614
2615 * xresources.texi (Table of Resources): Clarify toolBar number
2616 for Gtk+.
2617
2618 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2619
2620 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2623
2624 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2625 and multi-isearch-buffers-regexp.
2626
2627 * indent.texi (Indentation): Clarify description of
2628 indent-for-tab-command. Document tab-always-indent.
2629
2630 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * cmdargs.texi (Font X): Move most content to Fonts.
2633
2634 * frames.texi (Fonts): New node. Document font-use-system-font.
2635
2636 * emacs.texi (Top):
2637 * xresources.texi (Table of Resources):
2638 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2639
2640 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * Branch for 23.2.
2643
2644 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * custom.texi (Init Examples): Add xref to Locals.
2647
2648 * major.texi (Choosing Modes): Mention usage of setq-default for
2649 setting the default value of major-mode (Bug#5688).
2650
2651 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2654
2655 * display.texi (Display Custom): Document make-pointer-invisible and
2656 underline-minimum-offset. Remove inverse-video.
2657
2658 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * frames.texi (Frame Commands): Note that the last ordinary frame can
2661 be deleted in daemon mode (Bug#5616).
2662
2663 2010-02-18 Glenn Morris <rgm@gnu.org>
2664
2665 * trouble.texi (Contributing): Repository is no longer CVS.
2666
2667 2010-02-08 Glenn Morris <rgm@gnu.org>
2668
2669 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2670
2671 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * display.texi (Useless Whitespace, Text Display):
2674 * custom.texi (Init Examples): Avoid obsolete special default variables
2675 like default-major-mode.
2676
2677 2010-01-24 Mark A. Hershberger <mah@everybody.org>
2678
2679 * programs.texi (Other C Commands): Replace reference to obsolete
2680 c-subword-mode.
2681
2682 2010-01-21 Glenn Morris <rgm@gnu.org>
2683
2684 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2685
2686 2010-01-12 Glenn Morris <rgm@gnu.org>
2687
2688 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2689 emacs-pretest-bug for bug reports for development versions.
2690
2691 2010-01-11 Glenn Morris <rgm@gnu.org>
2692
2693 * display.texi (Highlight Interactively): `t' does not mean highlight
2694 all patterns. (Bug#5335)
2695
2696 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * misc.texi (Shell): Document async-shell-command.
2699
2700 * building.texi (Grep Searching): Document zrgrep.
2701
2702 * mini.texi (Completion Options): Mention `initials' completion style.
2703
2704 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * building.texi: Import GDB Graphical Interface description from
2707 EMACS_23_1_RC.
2708
2709 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * emacs.texi (Top): Update node listing.
2712
2713 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2714
2715 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2716
2717 * cmdargs.texi (Initial Options):
2718 * xresources.texi (Resources): Document inhibit-x-resources.
2719
2720 * custom.texi (Specifying File Variables): Note that minor modes are
2721 enabled unconditionally.
2722
2723 * display.texi (Scrolling): Briefly document the old recenter command,
2724 and document recenter-positions.
2725
2726 * files.texi (Visiting):
2727 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2728
2729 * frames.texi (Cut/Paste Other App):
2730 Document save-interprogram-paste-before-kill.
2731
2732 * killing.texi (Kill Options): New node.
2733
2734 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * misc.texi (Shell Options): ansi-color is now default.
2737
2738 2009-12-05 Glenn Morris <rgm@gnu.org>
2739
2740 * emacs.texi (Top): Update menu for cal-xtra node changes.
2741 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2742 or mode line. Don't mention invisible text or the details of
2743 diary-print-entries here, only in cal-xtra.
2744 (Format of Diary File): Mention that the "date on first line" format
2745 only really affects the simple display.
2746 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2747 (Diary Customizing): Holidays may be in the buffer or mode line.
2748 Move diary-print-entries to the "Diary Display" section.
2749 (Diary Display): New section, split out from "Fancy Diary Display".
2750 Explain the limitations of simple display, and how to print it.
2751
2752 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2753
2754 * cal-xtra.texi (Diary Display): Mention View mode.
2755
2756 2009-11-29 Juri Linkov <juri@jurta.org>
2757
2758 * display.texi (Highlight Interactively): Actually a list of
2759 default faces is pre-loaded into a list of default values
2760 instead of the history.
2761
2762 2009-11-20 Glenn Morris <rgm@gnu.org>
2763
2764 * ack.texi (Acknowledgments):
2765 * emacs.texi (Acknowledgments): Add htmlfontify.
2766
2767 2009-11-14 Glenn Morris <rgm@gnu.org>
2768
2769 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2770
2771 * ack.texi (Acknowledgments):
2772 * emacs.texi (Acknowledgments): Update for recent Org changes.
2773
2774 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2777 `charset' property, which is irrelevant to the user manual (Bug#3526).
2778
2779 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * trouble.texi (DEL Does Not Delete): Fix typo.
2782
2783 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2784
2785 * files.texi (Misc File Ops): Mention copy-directory.
2786
2787 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2788
2789 * mule.texi (Unibyte Mode): Emphasize that
2790 unibyte-display-via-language-environment affects only the display.
2791
2792 * display.texi (Horizontal Scrolling): Document cursor behavior under
2793 horizontal scrolling when point moves off the screen (Bug#4564).
2794 Improve wording.
2795
2796 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * files.texi (Directories): delete-directory prompts for recursive
2799 deletion.
2800
2801 2009-09-30 Glenn Morris <rgm@gnu.org>
2802
2803 * ack.texi (Acknowledgments):
2804 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2805
2806 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2807
2808 * dired.texi (Dired Navigation): Use @code instead of @var for
2809 dired-isearch-filenames, so that it's not capitalized.
2810
2811 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2814
2815 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2816
2817 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
2818 (Key Bindings): Reference Init Rebinding in introductory text.
2819 Shift some of the introduction to Keymaps node.
2820 (Keymaps): Simplify.
2821 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2822 (Minibuffer Maps): Remove mention of Mocklisp.
2823 (Init Rebinding): Move mode-local rebinding example here from Local
2824 Keymaps.
2825 (Modifier Keys): Clarify.
2826 (Rebinding): Add cindex for "binding keys".
2827
2828 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2831
2832 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2833
2834 * building.texi (Threads Buffer, Multithreaded Debugging):
2835 Reorganize these two sections.
2836
2837 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2838
2839 * cmdargs.texi (Initial Options): Fix last change.
2840
2841 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * mule.texi (Enabling Multibyte):
2844 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2845 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2846
2847 2009-08-20 Glenn Morris <rgm@gnu.org>
2848
2849 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2850
2851 2009-08-19 Glenn Morris <rgm@gnu.org>
2852
2853 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2854
2855 2009-08-18 Glenn Morris <rgm@gnu.org>
2856
2857 * ack.texi (Acknowledgments):
2858 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2859
2860 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
2861
2862 2009-08-09 Glenn Morris <rgm@gnu.org>
2863
2864 * ack.texi (Acknowledgments):
2865 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2866
2867 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2868
2869 * emacs.texi (Top): Add new menu items for GDB-UI.
2870
2871 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
2872 section. Threads buffer is in separate section now.
2873
2874 2009-08-08 Glenn Morris <rgm@gnu.org>
2875
2876 * ack.texi (Acknowledgments):
2877 * emacs.texi (Acknowledgments):
2878 Update for js2-mode and org changes.
2879
2880 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2883 files.
2884
2885 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2888
2889 2009-07-23 Glenn Morris <rgm@gnu.org>
2890
2891 * programs.texi (Matching): Update blink-matching-paren-distance.
2892
2893 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * frames.texi (Cut/Paste Other App): For select-active-regions,
2896 selection is now updated on moving point.
2897
2898 2009-07-21 Richard Stallman <rms@gnu.org>
2899
2900 * glossary.texi (GNU, Daemon): Update information.
2901
2902 2009-07-19 Juri Linkov <juri@jurta.org>
2903
2904 * custom.texi (Specifying File Variables, Safe File Variables):
2905 "variables/value pairs" -> "variable/value pairs".
2906
2907 2009-07-15 Glenn Morris <rgm@gnu.org>
2908
2909 * misc.texi (Gnus): Remove widow.
2910
2911 2009-07-11 Glenn Morris <rgm@gnu.org>
2912
2913 * Makefile.in (TEXI2PDF): New.
2914 (emacs.pdf, emacs-xtra.pdf): New targets.
2915
2916 * arevert-xtra.texi (Autorevert): Add menu descriptions.
2917
2918 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2919
2920 * emacs.texi (Top): Info can be read from other places than Emacs.
2921 Don't print the copying notice twice in the printed version.
2922 Update the menu and detailmenu.
2923 (Preface): The meaning of "on-line" has changed.
2924 Correct name for "Common Problems" chapter.
2925 (Distrib): Update FSF shop URL.
2926 (Intro): Showing two files at once is not so exciting.
2927
2928 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2929 (Mac / GNUstep Basics): Minor grammar changes.
2930 (Mac / GNUstep Events): Fix typo.
2931 (GNUstep Support): CANNOT_DUMP no longer applies.
2932
2933 * misc.texi (Document View): Fix typos.
2934
2935 * dired.texi (Dired):
2936 * help.texi (Help):
2937 * macos.texi (Mac OS / GNUstep):
2938 * maintaining.texi (Version Control, Introduction to VC):
2939 End menu descriptions with a period.
2940
2941 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2942
2943 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2944 so categorical in saying that the option is only useful on NTFS.
2945
2946 2009-07-09 Glenn Morris <rgm@gnu.org>
2947
2948 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2949 (ENVADD): Add texinfodir to TEXINPUTS.
2950
2951 * emacs.texi (Top): Fix cross-reference.
2952
2953 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2954
2955 * vc1-xtra.texi (Revision Tags): Fix typo.
2956
2957 2009-07-03 Glenn Morris <rgm@gnu.org>
2958
2959 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2960 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2961 (Merge Commands): `.' does not seem to work in A or B buffer.
2962 `l' can recreate the 3-window display.
2963
2964 * glossary.texi (Glossary): Minor phrasing changes throughout.
2965 Add more internal cross-references.
2966 <Autoloading>: You can't really autoload a variable.
2967 <C-M->: Move details here from `M-C-' item.
2968 <Continuation Line>: Refer to `Truncation.'
2969 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2970 <Home Directory, Unix>: New entries.
2971 <Deletion of Files>: Mention recycle bins.
2972 <Directory>: Mention ``folders.''
2973 <Error>: Don't mention ``type-ahead.''
2974 <Fringe>: Refer to the manual node.
2975 <Minor Mode>: Can be global or local.
2976 <Spell Checking>: There are other checkers besides Ispell.
2977
2978 2009-07-02 Glenn Morris <rgm@gnu.org>
2979
2980 * anti.texi (Antinews): Minor changes in phrasing.
2981
2982 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2983 some underfull lines in dvi output.
2984
2985 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2986
2987 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2988
2989 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2990
2991 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2992
2993 * xresources.texi (Table of Resources): Mention maximized for
2994 fullscreen.
2995
2996 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2997
2998 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * anti.texi (Antinews): Correct the list of removed platforms.
3001
3002 2009-06-28 Glenn Morris <rgm@gnu.org>
3003
3004 * arevert-xtra.texi: Minor language tweaks.
3005
3006 * dired-xtra.texi: Minor revisions.
3007
3008 2009-06-23 Miles Bader <miles@gnu.org>
3009
3010 * display.texi (Scrolling): Document `recenter-redisplay'.
3011 (Temporary Face Changes): Document `text-scale-set'.
3012
3013 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * Branch for 23.1.
3016
3017 2009-06-17 Kenichi Handa <handa@m17n.org>
3018
3019 * mule.texi (Charsets): Update the description for the new charset.
3020 (list-character-sets): New findex.
3021 (Language Environments): Add @anchor{Describe Language Environment}.
3022
3023 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * basic.texi (Moving Point): Fix tag.
3026
3027 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3028
3029 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3030 use camel-case for PageUp and PageDown.
3031
3032 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3033 camel-case for PageUp and PageDown.
3034
3035 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3036
3037 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
3038 (Isearch Scroll): Decapitalize <next> and <prior>.
3039
3040 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
3041
3042 * fixit.texi (Spelling): Set default dictionary.
3043 Improve descriptions (Bug#2554)
3044
3045 2009-06-08 David Reitter <david.reitter@gmail.com>
3046
3047 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3048 since saving colors and faces set this way is not implemented.
3049 (Environment variables): Remove mention of mac-fix-env, which is
3050 scheduled to be removed.
3051
3052 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * custom.texi (Init Examples): Add example of changing load-path.
3055
3056 * building.texi (Lisp Libraries): Add example of changing
3057 load-path (Bug#3446).
3058
3059 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * mark.texi (Mark): Further clarifications.
3062 (Setting Mark): Emphasize that C-SPC activates the mark.
3063
3064 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3067 Mark mode.
3068 (Using Region, Persistent Mark): Use "active mark" instead of "active
3069 region".
3070
3071 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3072
3073 * mule.texi (Select Input Method): Fix typo.
3074
3075 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * anti.texi (Antinews): Document completion changes. Some additional
3078 copyedits and rearrangement of entries.
3079
3080 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3083 (Shell History Copying, Terminal emulator): Copyedits.
3084
3085 * xresources.texi (Resources): Simplify descriptions.
3086 Shorten description of editres, which is not very useful these days.
3087 (Table of Resources): Document fontBackend resource.
3088
3089 * trouble.texi (Quitting): Add other undo bindings to table.
3090 (DEL Does Not Delete): Note that the erasure key is usually labeled
3091 "Backspace". Remove discussion of obscure Xmodmap issue.
3092
3093 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * files.texi (Visiting): Copyedits.
3096
3097 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * basic.texi (Inserting Text): Document ucs-insert.
3100
3101 * mule.texi (International Chars): Define "multibyte". Note that
3102 internal representation is unicode-based. Simplify definition of raw
3103 bytes. Mention ucs-insert.
3104 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3105 (Language Environments): Add language environments new to Emacs 23.
3106 (Multibyte Conversion): Node deleted.
3107 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3108 Don't mention obsolete emacs-mule coding system.
3109 (Output Coding): Copyedits.
3110
3111 * emacs.texi (Top): Update node listing.
3112
3113 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3114
3115 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3116
3117 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * building.texi (Lisp Libraries): `load-library' does offer completion.
3120
3121 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3124 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3125
3126 2009-04-25 Eli Zaretskii <eliz@gnu.org>
3127
3128 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3129
3130 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3133
3134 * building.texi (Lisp Interaction): Document initial-scratch-message.
3135
3136 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * msdog.texi (Windows Fonts): Fix typos.
3139
3140 * files.texi (Save Commands): Fix pxref.
3141
3142 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * files.texi (Save Commands): Mention diff-buffer-with-file.
3145 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3146 Henoch (Bug#3036).
3147
3148 2009-03-15 Glenn Morris <rgm@gnu.org>
3149
3150 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3151 the former is not always used.
3152 (Mail Headers): Use active voice. Add "Mail-reply-to".
3153 Change case of "Id". Avoid repeated "appropriate".
3154 (Mail Aliases): Fix previous change - use an example with a ".", so it
3155 does actually get quoted when expanded.
3156 (Mail Sending): Mailclient is the default on some systems.
3157 (Citing Mail): Mention mail-indentation-spaces.
3158 (Mail Mode Misc): Add an @dfn for "mail signature".
3159
3160 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3163 (Completion Options): Document read-file-name-completion-ignore-case,
3164 read-buffer-completion-ignore-case, and completion-styles.
3165 Remove description of partial-completion-mode.
3166
3167 2009-03-14 Glenn Morris <rgm@gnu.org>
3168
3169 * sending.texi (Mail Format): Fix typo. Add index entry for
3170 mail-header-separator.
3171 (Mail Headers): Put info about initialization and changing in one place
3172 at the start. Update FCC section for mbox Rmail. Clarify From
3173 section, mention mail-setup-with-from. Clarify Reply-to section.
3174 Add Mail-followup-to and mail-mailing-lists. Clarify References
3175 section.
3176 (Mail Aliases): Update example, make less contentious.
3177 Update for name change of mail-interactive-insert-alias.
3178 (Mail Mode): Remove mention of `%' as a word separator.
3179 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3180 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3181 commands. Clarify FCC handling. In mail-complete, add reference to
3182 Mail Aliases section, and mention mail-complete-function.
3183 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3184 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3185 signature netiquette. Explain how the mail hooks work when continuing
3186 a composition.
3187 (Mail Amusements): Internationalize the spook section a bit.
3188 Remove the spook mail-setup-hook example, since it doesn't work well.
3189 Mention fortune-file.
3190 (Mail Methods): Mention read-mail-command.
3191
3192 2009-03-14 David Reitter <david.reitter@gmail.com>
3193
3194 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3195 and NS resources following recent changes.
3196
3197 2009-03-10 Jason Rumney <jasonr@gnu.org>
3198
3199 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3200 w32-use-visible-system-caret doc to indicate that it should get set
3201 automatically.
3202 (Windows Fonts): Add doc for the uniscribe backend.
3203
3204 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3207 vc-dir. (Bug#2598)
3208
3209 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3210
3211 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3212
3213 2009-03-05 Glenn Morris <rgm@gnu.org>
3214
3215 * rmail.texi (Rmail Basics): Add reference to sorting.
3216 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3217 Minor re-wordings.
3218 (Rmail Motion): Mention rmail-next-same-subject.
3219 (Rmail Deletion): Expunging is not the only way to change the numbers.
3220 (Rmail Labels): Labels can also be used in sorting.
3221 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
3222 (Rmail Display): Mention rmail-mime.
3223
3224 2009-03-04 Glenn Morris <rgm@gnu.org>
3225
3226 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3227 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3228 summary. Mention sorts cannot be undone.
3229 (Rmail Display): Give an example of how to use goto-address-mode.
3230 (Rmail Editing): It's keybindings that are redefined, not commands.
3231 Fix some typos.
3232 (Movemail): Some minor rewording.
3233 (Remote Mailboxes): Emacs movemail supports pop by default.
3234 Fix some minor grammatical issues. The "two alternative ways" to
3235 specify a POP mailbox are really just one. Remove all reference to the
3236 variables rmail-pop-password and rmail-pop-password-required, obsolete
3237 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3238 can support Kerberos.
3239
3240 2009-03-03 Glenn Morris <rgm@gnu.org>
3241
3242 * rmail.texi (Rmail Deletion): Revert previous change, which was
3243 describing the Rmail summary versions.
3244 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3245 Minor re-wording for rmail-resend.
3246 (Rmail Make Summary): Summaries apply to buffers rather than files.
3247 <rmail-summary-by-topic>: Headers includes the subject.
3248 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3249 details, including prefix arguments.
3250 Mention rmail-summary-by-senders on C-M-f.
3251 Not counting lines might be faster.
3252 (Rmail Summary Edit): More details on the delete commands.
3253 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3254 Name the commands bound to the various keys. Mention prefix argument
3255 for searching.
3256 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3257 Simplify rmail-highlighted-headers description. Update face name.
3258
3259 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
3260
3261 * mark.texi (Marking Objects): Fix typo.
3262
3263 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3266 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3267
3268 2009-03-01 Glenn Morris <rgm@gnu.org>
3269
3270 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
3271 (Rmail Motion): - M-s searches from the end of messages.
3272 (Rmail Deletion): Minor clarification. Fix numeric argument
3273 description.
3274 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3275 newmail and RMAILOSE files need not be in home-directory.
3276 (Rmail Files): Mention I/O menus are unselectable if no files match.
3277 Mention `MAIL' env-var.
3278
3279 2009-02-24 Jason Rumney <jasonr@gnu.org>
3280
3281 * mule.texi (Fontsets): Mention fontset-default, font specs and
3282 fallback fontsets.
3283 (Defining Fontsets): Mention ns and w32 variants of
3284 standard-fontset-spec. Update description of startup fontset to match
3285 Emacs 23 behavior.
3286 (Modifying Fontsets): New section. (Bug#656)
3287 (International): Link to Modifying Fontsets.
3288
3289 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3290
3291 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3292 Mention ns-extended-platform-support-mode.
3293
3294 2009-02-22 Karl Berry <karl@gnu.org>
3295
3296 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3297
3298 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * basic.texi (Moving Point, Position Info):
3301 * files.texi (Visiting):
3302 * mini.texi (Completion Options):
3303 * text.texi (HTML Mode): Remove duplicate words.
3304
3305 2009-02-20 Glenn Morris <rgm@gnu.org>
3306
3307 * rmail.texi: Minor updates for mbox rather than Babyl.
3308
3309 2009-02-17 Karl Berry <karl@gnu.org>
3310
3311 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
3312
3313 2009-02-17 Richard M Stallman <rms@gnu.org>
3314
3315 * anti.texi (Antinews): Mention Babyl format.
3316
3317 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3318
3319 * rmail.texi: Update for mbox format.
3320 Various small fixes, as well as the following.
3321 (Out of Rmail): Node deleted.
3322 (Rmail): Update menu.
3323 (Rmail Files): Comment out set-rmail-inbox-list.
3324 Document rmail-inbox-list instead.
3325 (Rmail Output): Substantial changes since C-o is now
3326 rmail-output-as-seen and o is rmail-output.
3327 (Rmail Attributes): Delete `stored', add `retried'.
3328 (Rmail Display): Editing headers works in all cases.
3329
3330 2009-02-17 Glenn Morris <rgm@gnu.org>
3331
3332 * basic.texi (Position Info): M-x count-lines-region is not always on
3333 M-=. (Bug#2269)
3334
3335 2009-02-09 Glenn Morris <rgm@gnu.org>
3336
3337 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3338 defaults.
3339
3340 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3341
3342 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3343 documentation of possible problems with redecoding.
3344
3345 2009-02-03 Glenn Morris <rgm@gnu.org>
3346
3347 * rmail.texi (Out of Rmail): Mention b2m.pl.
3348
3349 2009-01-31 Glenn Morris <rgm@gnu.org>
3350
3351 * rmail.texi (Out of Rmail): Correct b2m location.
3352
3353 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * fixit.texi (Undo): Update undo limit values.
3356
3357 2009-01-27 Glenn Morris <rgm@gnu.org>
3358
3359 * emacs.texi (Top): Fix Antinews menu entry.
3360
3361 2009-01-25 Karl Berry <karl@gnu.org>
3362
3363 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3364 item with no marker, instead of the syntactically incorrect
3365 @itemize @asis.
3366
3367 2009-01-25 Juri Linkov <juri@jurta.org>
3368
3369 * building.texi (Grep Searching): Fix index entry for lgrep.
3370
3371 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3372
3373 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3374
3375 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3376
3377 * macos.texi (Preferences Panel): Update description of font setting to
3378 reflect that prior frame selection is no longer needed.
3379
3380 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3383 raise GUD subsections.
3384
3385 2009-01-15 Glenn Morris <rgm@gnu.org>
3386
3387 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3388
3389 2009-01-10 Glenn Morris <rgm@gnu.org>
3390
3391 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3392
3393 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3396 logical lines.
3397
3398 2008-12-29 Juri Linkov <juri@jurta.org>
3399
3400 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3401
3402 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3403
3404 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3407 goto-address-mode instead of goto-address.
3408
3409 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3410 mode.
3411
3412 * emacs.texi (Top): Update node listing.
3413
3414 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3415
3416 * custom.texi (Directory Variables): Explain what is a "project".
3417 Add indexing. Improve wording. Add a footnote about using
3418 _dir-locals.el on MS-DOS.
3419
3420 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * files.texi (Misc File Ops): Mention chmod as an alias for
3423 set-file-modes.
3424
3425 2008-12-24 Martin Rudalics <rudalics@gmx.at>
3426
3427 * help.texi (Help): Fix typos and reword.
3428 (Help Summary): Add entries for C-h n and C-h r, reorder
3429 entries, and do some minor fixes.
3430 (Name Help): Say that C-h F works for commands only.
3431 (Misc Help): Say that view-lossage displays 300 keystrokes.
3432
3433 2008-12-20 Glenn Morris <rgm@gnu.org>
3434
3435 * ack.texi (Acknowledgments): General update based on AUTHORS,
3436 including removal of some stuff no longer distributed.
3437
3438 2008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
3439
3440 * fixit.texi: Mention hunspell.
3441
3442 2008-12-19 Glenn Morris <rgm@gnu.org>
3443
3444 * ack.texi (Acknowledgments): Small grammar fix.
3445 Consolidate explanatory text at start.
3446
3447 * display.texi (Text Display):
3448 * indent.texi (Indentation): Use @acronym with ASCII.
3449
3450 2008-12-18 Glenn Morris <rgm@gnu.org>
3451
3452 * ack.texi: Various small updates and fixes.
3453
3454 2008-12-18 Juri Linkov <juri@jurta.org>
3455
3456 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3457 as a key binding to start a forward nonincremental word search.
3458 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3459 a backward nonincremental word search. Add index for `M-s w'
3460 `isearch-forward-word'.
3461 (Regexp Search): Add a short summary of regexp key commands like
3462 in the node "Basic Isearch".
3463 (Other Repeating Search): Fix typo.
3464
3465 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3466
3467 * misc.texi (PostScript Variables): Fix doc.
3468
3469 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * programs.texi (Program Modes): Mention Ruby mode.
3472
3473 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 * misc.texi (emacsclient Options): Describe what an empty string
3476 argument does for --alternate-editor.
3477
3478 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3479
3480 * cmdargs.texi (Font X): Distinguish between client-side and
3481 server-side fonts. List valid Fontconfig properties. Add reference to
3482 Fontconfig manual. List valid GTK font properties. Explain use of
3483 fc-list.
3484
3485 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * cmdargs.texi (Font X): Move discussion of quoting to top.
3488
3489 2008-12-06 Glenn Morris <rgm@gnu.org>
3490
3491 * maintaining.texi (Old Revisions): Improve previous change.
3492
3493 2008-12-05 Richard M Stallman <rms@gnu.org>
3494
3495 * anti.texi (Antinews): Minor fixes.
3496
3497 2008-12-03 Glenn Morris <rgm@gnu.org>
3498
3499 * maintaining.texi (Old Revisions): Fix diff-switches description.
3500
3501 2008-12-01 Martin Rudalics <rudalics@gmx.at>
3502
3503 * emacs.texi (Top): Fix typo.
3504
3505 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * misc.texi (Document View): Explain dependence on gs at the top.
3508 Copyedits.
3509
3510 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3511
3512 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3513 (Comment Commands): Discuss region-active behavior of M-; first.
3514
3515 2008-11-29 Martin Rudalics <rudalics@gmx.at>
3516
3517 * display.texi (Line Truncation): Add reference to Continuation
3518 Lines.
3519
3520 * windows.texi (Pop Up Window): Mention split-height-threshold
3521 and split-width-threshold.
3522 (Split Window): Add reference to Continuation Lines.
3523
3524 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3525
3526 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3527 (GNUstep Support): New node.
3528 * anti.texi:
3529 * emacs.texi:
3530 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3531
3532 2008-11-28 Richard M Stallman <rms@gnu.org>
3533
3534 * misc.texi (Dissociated Press): Minor cleanups.
3535
3536 * dired.texi (Image-Dired): Avoid passive.
3537
3538 2008-11-28 Eli Zaretskii <eliz@gnu.org>
3539
3540 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3541 representation.
3542
3543 2008-11-26 Richard M. Stallman <rms@gnu.org>
3544
3545 * files.texi (Visiting): Rewrite paragraph for clarity.
3546
3547 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3548
3549 2008-11-25 Alan Mackenzie <acm@muc.de>
3550
3551 * programs.texi (Moving by Parens): Clarify that parens inside strings
3552 and comments are ignored, and that the commands assume the starting
3553 point isn't in a string or comment.
3554
3555 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3556
3557 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3558 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3559 version.
3560 (Mac Customization): Rewrite Preferences Panel section and merge in to
3561 this node, add Open files by dragging to an Emacs window.
3562
3563 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3564
3565 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * files.texi (Misc File Ops): Document set-file-modes.
3568
3569 * windows.texi (Split Window): Document integer values of
3570 truncate-partial-width-windows.
3571
3572 * text.texi (Text): Simplify description of markup languages.
3573 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3574 (TeX Editing): Note that `""' inserts one `"' character.
3575 (HTML Mode): Note in the introduction that XML mode is an alias for
3576 SGML mode. Mention nXML mode.
3577
3578 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * building.texi (Watch Expressions): Fix typo.
3581
3582 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * files.texi (Visiting): Document new behavior of
3585 confirm-nonexistent-file-or-buffer.
3586
3587 * buffers.texi (Select Buffer):
3588 Document confirm-nonexistent-file-or-buffer.
3589
3590 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3591 edit-picture.
3592
3593 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3594 edit-picture', since that is just an alias for picture-mode.
3595 (Sentences): Note that repeated M-@ extends the region.
3596 (Pages): Make terminology more consistent. Link to Regexps node.
3597 (Longlines): Discuss relationship with Visual Line mode.
3598 (Text Mode): Remove extraneous discussion of other modes, since they
3599 were already introduced in the parent node.
3600
3601 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * anti.texi (Antinews): Rewrite.
3604
3605 * entering.texi (Exiting): Mention "minimize" terminology.
3606
3607 * frames.texi (Frame Commands): Mention "minimize" terminology.
3608
3609 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3610 formats.
3611 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3612 (Misc X): Don't document useless -hb option.
3613
3614 2008-11-22 Juri Linkov <juri@jurta.org>
3615
3616 * dired.texi (Dired Navigation): Change normal file name search option
3617 from `non-nil' to `t'. Add `dwim' option.
3618
3619 2008-11-22 Juri Linkov <juri@jurta.org>
3620
3621 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3622 ".dir-locals.el". Rename `define-project-bindings' to
3623 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3624 `dir-locals-set-directory-class'.
3625
3626 2008-11-22 Lute Kamstra <lute@gnu.org>
3627
3628 * buffers.texi (Select Buffer): Index goto-line.
3629 * basic.texi (Moving Point): Mention the use of a numeric prefix
3630 argument with goto-line and refer to Select Buffer for the use of a
3631 plain prefix argument.
3632
3633 2008-11-19 Glenn Morris <rgm@gnu.org>
3634
3635 * doclicense.texi: Update to FDL 1.3.
3636 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3637
3638 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * custom.texi (Minor Modes): Define mode commands and mode variables
3641 more precisely. Recommend using mode commands instead of setting
3642 variables directly. Put minor modes in a list, and add more modes.
3643 (Easy Customization): Use "init file" instead of .emacs.
3644 (Customization Groups): Update to new Custom buffer appearance.
3645 (Saving Customizations): Copyedits. Update example.
3646 (Variables): Give example of variable type-sensitivity.
3647 (Examining): Update example.
3648 (Hooks): Copyedits.
3649 (Specifying File Variables): Use C comments instead of an artificial
3650 Lisp for the example.
3651 (Keymaps): Move internals discussion to Prefix Keymaps.
3652 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3653 (Init Rebinding): Document kbd macro.
3654 (Init File): Link to Find Init.
3655
3656 * mark.texi (Using Region): Document Delete Selection Mode more
3657 thoroughly.
3658
3659 * frames.texi (Mouse Commands): Move most of the description of Delete
3660 Selection Mode to Using Region, and link to it.
3661 (Clipboard): Note that paste is bound to clipboard-yank.
3662
3663 * building.texi (Compilation): Document first-error value of
3664 compilation-scroll-output.
3665 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3666 works as soon as an error is available. Suggested by Juri Linkov.
3667
3668 * mini.texi (Passwords): New node.
3669
3670 * files.texi (Remote Files): Link to Passwords node.
3671
3672 * emacs.texi (Top): Update node listings.
3673
3674 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * ack.texi (Acknowledgments): Some updating of credits.
3677
3678 * emacs.texi (Acknowledgments): Add a couple more names.
3679
3680 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3681
3682 * files.texi (Directories): Describe delete-directory in text.
3683 (Misc File Ops): Document use of trash.
3684
3685 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * macos.texi (Mac Customization): Fix typos.
3688
3689 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3692 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3693 the conventions of the main Emacs manual.
3694
3695 * emacs.texi (Top): Update node listings.
3696
3697 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3700 command-line-args is processed during startup.
3701 (Action Arguments): Correctly describe how file arguments interact with
3702 the startup screen. Link to Lisp Interaction for scratch buffer.
3703 (Initial Options): Link to Command Example for -batch option.
3704 (Environment): Document initial-environment.
3705
3706 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3707 can't be changed in the site-start file.
3708
3709 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * dired.texi (Dired): Mention C-x C-d too.
3712 (Dired Enter): Document M-n in the Dired minibuffer.
3713 (Dired Navigation): Explain dired-goto-file more clearly.
3714 Document dired-isearch-filenames.
3715 (Dired Deletion): Remove unnecessary "expunged" terminology.
3716 (Flagging Many Files): & is now rebound to `% &'.
3717 (Shell Commands in Dired): Document dired-do-async-shell-command.
3718 Clarify how multi-file arguments are passed.
3719 (Misc Dired Features): Document dired-do-isearch.
3720
3721 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3724
3725 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3728
3729 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * programs.texi (Program Modes): Link to Program Indent node.
3732 (Left Margin Paren): Explain consequences of changing
3733 open-paren-in-column-0-is-defun-start more concisely.
3734 (Which Function, Program Indent, Info Lookup): Minor edits.
3735 (Basic Indent): If region is active, TAB indents the region.
3736 (Multi-line Indent): If region is active, TAB indents the region.
3737 Note that indent-region is useful when Transient Mark mode is off.
3738 (Matching): The delimiter at the cursor is highlighted---the character
3739 changes color.
3740 (Symbol Completion): Link to Completion node.
3741
3742 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3743 a strictly text-only system.
3744
3745 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3746 batch mode.
3747
3748 2008-11-01 Richard M. Stallman <rms@gnu.org>
3749
3750 * misc.texi (Document View): Major rewrite.
3751
3752 * maintaining.texi (Types of Log File): Change logs are older than
3753 version control.
3754 (VCS Concepts): Simplify and rearrange.
3755 (Version Control Systems): Make it clear that Linux is only the kernel.
3756 (VC Mode Line): Shorten reference to menu item.
3757 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3758 (VC Directory Mode): Minor cleanup.
3759 Unchanged files are hidden, not omitted.
3760 (VC Directory Commands): Shorten and simplify.
3761 (Change Log Commands): New node, split from Change Logs.
3762 (VC Directory Buffer): New node, split from VC Directory Mode.
3763
3764 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * misc.texi (Document View): Rename from Document Files, moved here
3767 from files.texi.
3768
3769 * files.texi (Version Control): Move to maintaining.texi.
3770 Subnodes moved as well.
3771 (Document Files): Move to misc.texi.
3772
3773 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3774 vc-update-change-log.
3775 (Version Control): Move here from files.texi.
3776 (Format of ChangeLog): Make it a subnode of Change Log.
3777
3778 * emacs.texi (Top): Update node listing.
3779
3780 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3781
3782 * files.texi (Files): Add a section about document
3783 files (doc-view-mode).
3784
3785 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * building.texi (Compilation Mode):
3788 Document compilation-auto-jump-to-first-error.
3789 (Debuggers): Lower GUD subsections to subsubsections.
3790 (Starting GUD): Add cindex.
3791 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3792
3793 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3794
3795 * indent.texi (Indentation): Link to Program Indent.
3796
3797 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3798 now uses emacsclient's terminal.
3799
3800 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * mark.texi (Using Region): Document use-empty-active-region.
3803
3804 * emacs.texi (Top): Update node listings.
3805
3806 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3807 Don't mention obsolete emacs.bash script.
3808 (Invoking emacsclient): Rewrite, moving optional arguments to
3809 emacsclient Options.
3810 (emacsclient Options): New node. Document server-use-tcp and
3811 server-host.
3812
3813 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * indent.texi (Indentation): Replace list with paragraphed text,
3816 putting description of syntax-driven indentation first. Document new
3817 effect of active regions on tab.
3818 (Tab Stops): Note that editable tab stops affect indentation commands.
3819
3820 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3823
3824 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * custom.texi (Function Keys): Note that modified keypad keys are not
3827 translated.
3828
3829 * basic.texi (Arguments): Explain how to insert multiple digits.
3830
3831 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
3832
3833 * files.texi (Remote Files): Precise selection of default method.
3834 Rewrite paragraph about disabling remote file names.
3835
3836 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * search.texi (Special Isearch): Document M-TAB is isearch.
3839
3840 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3841 command.
3842
3843 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3844
3845 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3846
3847 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
3848 section.
3849
3850 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3853 to files.texi. Move contents of vc2-xtra.texi here.
3854
3855 * vc2-xtra.texi: File removed.
3856
3857 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3858 Directory Commands from the submenu. Don't include deleted file
3859 vc2-xtra.texi.
3860
3861 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3862 (Version Control): Add VC Directory Mode and VC Directory Commands to
3863 the submenu.
3864 (Why Version Control?): Use table format.
3865 (Version Control Systems): Note that Meta-CVS support is gone.
3866 (VCS Concepts): Note precisely when VC started supporting filesets.
3867 Remove bogus xref to CVS Options node.
3868 (Types of Log File): Copyedits.
3869 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3870 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3871 The Right Thing.
3872 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3873 (Log Buffer): Reorganize node, putting C-c C-c description first.
3874 (Old Revisions): Use CVS for example, not RCS.
3875 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3876 Commands from the submenu, putting them under Version Control.
3877 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3878 need to include it in the manual unconditionally, since it is now
3879 crucial to using distributed version control systems.
3880 (Comparing Files): Note that diff uses the minibuffer, and that the
3881 output is shown using Diff mode.
3882 (Diff Mode): Explain what "patch" and "hunk" mean.
3883 Document diff-update-on-the-fly, diff-refine-hunk, and
3884 diff-show-trailing-whitespaces.
3885 (File Archives): Add rar support.
3886
3887 * major.texi (Choosing Modes): Make mode selection sequence more
3888 obvious by describing the steps in order of priority. Note that
3889 magic-mode-alist is nil by default.
3890 Document magic-fallback-mode-alist.
3891
3892 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * frames.texi (Mouse References): Copyedits.
3895
3896 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3897
3898 * ack.texi (Acknowledgments): Add myself as doc-view author.
3899
3900 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3901
3902 * frames.texi (Dialog Boxes): Add @cindex entries.
3903
3904 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3907 (Text-Only Mouse): Copyedit.
3908
3909 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * frames.texi: Use @key throughout for mouse clicks.
3912 (Cut/Paste Other App): Document yank-pop-change-selection.
3913 (Secondary Selection): Fix modified mouse click syntax.
3914 (Clipboard): Describe Cut, Copy and Paste commands.
3915 (Mouse References): Not all references are in read-only buffers.
3916 Copyedits.
3917 (Creating Frames): Add xref to Init File.
3918 (Frame Commands): Add xref to Exiting.
3919 (Scroll Bars): Document GTK vs toolkit behavior.
3920
3921 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * files.texi (Version Control): Copyedits. Add Bazaar.
3924 (Version Control Systems): List different VCS's using an itemized list.
3925 Add Bazaar.
3926 (VCS Concepts): Copyedits. Tweak description of file merging.
3927
3928 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3929 (Cut/Paste Other App): Document select-active-regions and
3930 x-select-enable-primary.
3931
3932 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * mark.texi (Shift Selection): Correct case in node name.
3935
3936 * emacs.texi (Top): Update node order in Mark chapter.
3937
3938 2008-10-12 Eli Zaretskii <eliz@gnu.org>
3939
3940 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3941
3942 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3943 elsewhere in the manual instead of describing yet again the intricacies
3944 of $HOME on MS-Windows and MS-DOS.
3945
3946 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * mini.texi (Minibuffer File): Add xref to File Names.
3949 (Minibuffer File): Add discussion of `~' in file names.
3950 Add insert-default-directory index reference.
3951
3952 * files.texi (File Names): Reorganize description.
3953 (Visiting): Add xref to Mode Line. Copyedits.
3954 (Save Commands): Mention prefix behavior of C-x C-s.
3955 (Numbered Backups): Node deleted.
3956 (Backup Names): Contents of Numbered Backups moved here. State default
3957 of version-control variable.
3958 (Reverting): Copyedits.
3959 (Version Control): Add additional version control systems.
3960
3961 * emacs.texi (Top): Delete Numbered Backups node.
3962
3963 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3964 Backup Names.
3965 (Initial Options): Document renamed variable inhibit-startup-screen.
3966
3967 2008-10-11 Romain Francoise <romain@orebokech.com>
3968
3969 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3970
3971 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3974 (Select Buffer): Mention use of minibuffer history. Describe default
3975 value of default-major-mode. Mention that C-x 4 b selects the other
3976 window.
3977 (List Buffers): Document CRM indicators in the order they appear.
3978 (Kill Buffer): Document new command kill-matching buffers.
3979 (Several Buffers): Move explanation of the relationship between buffer
3980 list and buffer menu to the top.
3981 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3982
3983 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * entering.texi (Exiting): Document change of C-x C-c to
3986 save-buffers-kill-terminal. Document kill-emacs.
3987
3988 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3989
3990 * mule.texi (Coding Systems): Don't mention codepage-setup.
3991
3992 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3993 cpNNN coding systems anymore.
3994 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
3995 for unibyte mode. Don't mention line-drawing characters.
3996 Don't mention dos-unsupported-char-glyph.
3997
3998 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * search.texi (Search): Shorten introduction.
4001 (Basic Isearch): Add command table. Discuss reverse isearch and
4002 isearch highlighting.
4003 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4004 ring to cindex.
4005 (Special Isearch): Move input methods discussion here.
4006 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4007 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4008 Repeat Isearch.
4009 (Isearch Minibuffer): New node.
4010 (Word Search): Document new word search commands.
4011 (Regexp Example): Simplify example using sentence-end-base variable.
4012 (Replace): Reword introduction.
4013 (Unconditional Replace): Remove unnecessary example.
4014 (Other Repeating Search): Document new `M-s o' binding.
4015
4016 * emacs.texi (Top): Update node listings.
4017
4018 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * emacs.texi (Top): Remove Kill Errors from menu.
4021
4022 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4025 interface for defining macros. Simplify examples. Note that C-g quits
4026 macro definitions.
4027 (Keyboard Macro Counter): Document using F3 to insert counter.
4028 Give usage example.
4029 (Keyboard Macro Query): Organize query responses in a table.
4030
4031 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4032 Link to Erasing node.
4033 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4034 rationale to a footnote.
4035 (Kill Errors): Remove node, due to redundancy with Erasing.
4036 (Spelling): Move discussion of flyspell to end. Note new behavior of
4037 M-$ in active region. Remove non-ispell-specific keybindings from
4038 table.
4039
4040 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4041
4042 * cmdargs.texi (Initial Options): Document --daemon.
4043
4044 2008-09-20 Glenn Morris <rgm@gnu.org>
4045
4046 * files.texi (Numbered Backups): Mention that some modes set
4047 version-control.
4048
4049 2008-09-20 Jim Blandy <jimb@red-bean.com>
4050
4051 * files.texi (Numbered Backups): Reference File Variables, as well.
4052 Remove discussion of Rmail's implementation.
4053
4054 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * misc.texi (Recursive Edit): Note that top-level exits active
4057 minibuffers.
4058
4059 * trouble.texi (Quitting): Likewise.
4060
4061 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * emacs.texi (Top): Add Temporary Face Changes xref.
4064
4065 * display.texi (Display): Move Temporary Face Changes node to just
4066 after Standard Faces.
4067 (Scrolling): Document recenter-top-bottom instead of recenter.
4068 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4069 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4070 (Display Custom): Copyedits.
4071 (Optional Mode Line): Document display-battery-mode.
4072
4073 2008-08-27 Romain Francoise <romain@orebokech.com>
4074
4075 * custom.texi (Directory Variables): Minor fix.
4076
4077 2008-08-27 Glenn Morris <rgm@gnu.org>
4078
4079 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4080 descriptions.
4081 (Calendar Customizing): Tweak layout description.
4082 Move calendar-today-marker and calendar-today face to the other
4083 markers. Condense calendar-star-date and calendar-mark-today
4084 description.
4085 (Holiday Customizing): Add oriental and solar holidays.
4086 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4087 Fix holiday-float description. Use zerop in examples. Be less verbose.
4088 (Date Display Format): Change ISO format. Be less verbose.
4089 (Diary Customizing): Mention day and month abbrev arrays.
4090 Mention the date-form variables by name. Update European example.
4091 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4092 Condense examples. Mention diary-entry-symbols by name.
4093 Condense table for insertion commands.
4094 (Fancy Diary Display): Mention diary-include-string and
4095 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4096 Ethiopic, Persian date functions. Condense descriptions.
4097
4098 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4099 (Adding to Diary): Adapt for changed node name.
4100
4101 2008-08-26 Glenn Morris <rgm@gnu.org>
4102
4103 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4104 node "Hebrew/Islamic Entries".
4105
4106 * calendar.texi (Specified Dates): Fix names of iso functions.
4107 (General Calendar): There may not be another window.
4108 (Writing Calendar Files, Holidays): Tweak intro.
4109 (Holidays): Mention Baha'i and Chinese holidays.
4110 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4111 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4112 (To Other Calendar): Add calendar-print-other-dates.
4113 Refer to "graphic display" rather than "X.
4114 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4115 (Displaying the Diary): Fix whitespace after reference.
4116 Fix `diary-number-of-entries' reference.
4117 (Date Formats): Explicitly mention that day names can be abbreviated.
4118 (Adding to Diary): Add some references to other sections.
4119 (Special Diary Entries): Fix reference.
4120 (Appointments): Simplify appt-message-warning-time entry.
4121 Clarify where times must be.
4122 (Importing Diary): Comment out icalendar paragraph that does not apply.
4123 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4124
4125 2008-08-23 Glenn Morris <rgm@gnu.org>
4126
4127 * fortran-xtra.texi (Fortran): Change description of free form and
4128 fixed form a bit. Mention hideshow and imenu.
4129 (Fortran Motion): Mention fortran-end-of-subprogram,
4130 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4131 (Fortran Indent): Minor re-word.
4132 (ForIndent Commands): Mention fortran-fill-paragraph and
4133 fortran-fill-statement.
4134 (ForIndent Cont): Mention fortran-tab-mode-string.
4135 (Fortran Comments): Mention fortran-comment-line-start-skip.
4136 (Fortran Columns): Mention font-locking.
4137 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4138
4139 2008-08-23 Johan Bockgård <bojohan@muon>
4140
4141 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4142
4143 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * mini.texi (Minibuffer): Simplify introduction.
4146 (Minibuffer File): Document tilde in minibuffer filenames.
4147 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4148 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4149 (Completion Example): Update example to current command list.
4150 (Completion Options): Document `lazy' value of completion-auto-help.
4151 Update contents of completion-ignored-extensions.
4152 (Minibuffer History): Describe "future history" list. State default
4153 value of history-delete-duplicates.
4154
4155 2008-08-21 Glenn Morris <rgm@gnu.org>
4156
4157 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
4158 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
4159
4160 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * regs.texi (Registers): Clarify valid register names.
4163 (RegPos): Note that buffer is saved and restored too.
4164 (RegText): Note that mark is reactivated/deactivated.
4165 (RegConfig): Xref to Windows node.
4166
4167 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * basic.texi (Inserting Text): Provide command name for C-q.
4170
4171 * killing.texi (Killing): Copyedit. Define read-only text.
4172 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4173 (Killing by Lines): Copyedit.
4174 (Other Kill Commands): Move M-w description here.
4175 (Yanking): Move M-w to Other Kill Commands.
4176 (Kill Ring): Also mention saving text in registers. Link to Text
4177 Properties in elisp manual.
4178 (Accumulating Text): Copyedit.
4179 (CUA Bindings): Shift selection is now the default.
4180
4181 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4182
4183 * maintaining.texi (Change Log): Mention next-error is available.
4184
4185 2008-08-10 Glenn Morris <rgm@gnu.org>
4186
4187 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4188 and intermonth text.
4189 (Holiday Customizing): Add holiday-chinese.
4190
4191 2008-08-08 Eli Zaretskii <eliz@gnu.org>
4192
4193 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4194
4195 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * files.texi (Log Buffer): Describe C-c C-d.
4198 (Diff Mode): Describe C-x 4 A.
4199
4200 2008-08-06 Eli Zaretskii <eliz@gnu.org>
4201
4202 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4203
4204 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4205
4206 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4207 describe the new bindings to show the changeset diff, toggle annotation
4208 visibility, show revisions.
4209 (VC Status): Describe key bindings for modifying the change comments,
4210 displaying changeset diffs and annotations.
4211
4212 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4213
4214 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4217
4218 2008-08-02 Eli Zaretskii <eliz@gnu.org>
4219
4220 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4221 and wording.
4222
4223 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4224
4225 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
4226 marking/unmarking. Add descriptions for the multiple file search
4227 commands. Improve some old info.
4228
4229 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * display.texi (Visual Line Mode): New node.
4232
4233 * basic.texi (Inserting Text): Move DEL to deletion node.
4234 (Moving Point): Add additional alternative key bindings.
4235 Describe line-move-visual.
4236 (Erasing): Describe DEL.
4237 (Basic Undo, Blank Lines, Arguments): Copyedit.
4238 (Continuation Lines): Mention Visual Line mode.
4239 (Position Info): Move extended discussion to mule.texi.
4240
4241 * mule.texi (International Chars): Describe C-x =.
4242
4243 * emacs.texi (Top): Add Visual Line Mode node.
4244
4245 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4246
4247 * emacs.texi: Remove VMS support.
4248
4249 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4252 the vc-dir command name.
4253
4254 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * xresources.texi: Remove mentions of Mac Carbon.
4257
4258 2008-07-19 Andreas Schwab <schwab@suse.de>
4259
4260 * ns-emacs.texi: Move to ../misc.
4261
4262 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * entering.texi (Exiting): Don't describe text-only terminals as the
4265 default. Describe the new startup screen.
4266 (Exiting): Describe how to kill Emacs first. Change description of
4267 iconification to handle modern window systems.
4268
4269 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4270
4271 * ns-emacs.texi: New file, documents features of Emacs port under
4272 NeXTstep windowing.
4273
4274 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * entering.texi (Entering Emacs): Update prev node.
4277
4278 * glossary.texi (Glossary): Remove xref to Text Characters.
4279
4280 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4281 directly, rather than in the context of ASCII. Move description of
4282 special properties of modifier key to new Modifier Keys node.
4283 (Keys): Copyedit.
4284 (Text Characters): Delete node. Multibyte is the default nowadays, and
4285 the node contents are obsolete.
4286
4287 * custom.texi (Modifier Keys): New node.
4288
4289 * emacs.texi (Top): Update node list.
4290
4291 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4294 saying that Emacs provides menus and mouse support (which is par for
4295 the course).
4296
4297 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4298 early on.
4299 (Point): Copyedit. Relegate historical trivia to a footnote.
4300 (Mode Line): Explain mode-line format more consistently.
4301 (Menu Bar): Copyedit.
4302
4303 2008-06-27 Glenn Morris <rgm@gnu.org>
4304
4305 * cal-xtra.texi (Sexp Diary Entries):
4306 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4307
4308 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * mark.texi (Shift selection): New node.
4311 (Mark): Copyedits.
4312 (Persistent Mark): Move to the end of the chapter.
4313
4314 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4315
4316 * makefile.w32-in (distclean): Remove makefile.
4317
4318 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
4319
4320 * building.texi (Starting GUD): Add an entry for gud-gdb.
4321 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4322 command mode.
4323
4324 2008-06-17 Glenn Morris <rgm@gnu.org>
4325
4326 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4327
4328 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * building.texi (Starting GUD): Expand on remote debugging.
4331 (Other GDB-UI Buffers): Mention new keyboard bindings.
4332
4333 2008-06-15 Glenn Morris <rgm@gnu.org>
4334
4335 * gnu.texi: Use a verbatim license for this invariant section,
4336 as per etc/GNU.
4337
4338 2008-06-13 Daniel Engeler <engeler@gmail.com>
4339
4340 * emacs.texi, misc.texi: Add documentation about serial port access.
4341
4342 2008-06-13 Glenn Morris <rgm@gnu.org>
4343
4344 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4345 maintain.info.
4346
4347 2008-06-05 Miles Bader <miles@gnu.org>
4348
4349 * display.texi (Temporary Face Changes): Update to reflect function
4350 renamings in face-remap.el.
4351
4352 2008-06-04 Miles Bader <miles@gnu.org>
4353
4354 * display.texi (Temporary Face Changes):
4355 Add `adjust-buffer-face-height'. Rewrite description of
4356 `increase-buffer-face-height' and `decrease-default-face-height' now
4357 that they aren't bound by default.
4358
4359 2008-06-03 Miles Bader <miles@gnu.org>
4360
4361 * display.texi (Temporary Face Changes): New node.
4362
4363 2008-05-31 Eli Zaretskii <eliz@gnu.org>
4364
4365 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4366
4367 2008-05-31 Glenn Morris <rgm@gnu.org>
4368
4369 * cal-xtra.texi (Fancy Diary Display): Simplify.
4370
4371 2008-05-30 Glenn Morris <rgm@gnu.org>
4372
4373 * cal-xtra.texi (Fancy Diary Display): Update for
4374 diary-display-function replacing diary-display-hook.
4375
4376 2008-05-29 Drew Adams <drew.adams@oracle.com>
4377
4378 * msdog.texi (Windows Keyboard): Add descriptions of
4379 w32-register-hot-key and w32-unregister-hot-key.
4380
4381 2008-05-21 Tom Tromey <tromey@redhat.com>
4382
4383 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4384 Variables node.
4385
4386 2008-05-19 Tom Tromey <tromey@redhat.com>
4387
4388 * custom.texi (Variables): Add Directory Variables to menu.
4389 (Directory Variables): New node.
4390
4391 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4392
4393 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4394
4395 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4396
4397 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4398 Revision Tags and rewritten. Section now uses modern terminology,
4399 (tags rather than snapshots) and describes post-SCCS systems more
4400 accurately.
4401
4402 2008-05-10 Eli Zaretskii <eliz@gnu.org>
4403
4404 * msdog.texi (Windows Files): Update documentation of
4405 w32-get-true-file-attributes.
4406
4407 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4408
4409 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4410 directory mode.
4411
4412 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * killing.texi (Appending Kills): Remove a strangely off-topic index
4415 entry "television".
4416
4417 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4418
4419 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4420
4421 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4422
4423 * emacs/buffers.texi, emacs/files.texi (Version-control):
4424 vc-toggle-read-only is no longer a good idea...
4425
4426 2008-04-29 Glenn Morris <rgm@gnu.org>
4427
4428 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4429
4430 2008-04-22 Juri Linkov <juri@jurta.org>
4431
4432 * dired.texi (Subdirectories in Dired): Describe using `^'
4433 to return to the parent directory.
4434
4435 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4436
4437 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4438 recent changes.
4439
4440 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4441
4442 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4443 (Other GDB-UI Buffers): Update for recent thread related changes.
4444
4445 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4446
4447 * maintaining.texi (Maintaining):
4448 * emacs.texi (Top): Typo.
4449
4450 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4453 arg in `font-lock-add-keywords'.
4454
4455 2008-04-08 Glenn Morris <rgm@gnu.org>
4456
4457 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4458 Also add Baha'i calendar references where appropriate.
4459
4460 2008-04-05 Glenn Morris <rgm@gnu.org>
4461
4462 * custom.texi (Init File): Byte-compiling .emacs is bad.
4463
4464 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4467
4468 2008-03-29 Glenn Morris <rgm@gnu.org>
4469
4470 * calendar.texi: Update for `calendar-date-style' replacing
4471 `european-calendar'.
4472
4473 2008-03-28 Jason Rumney <jasonr@gnu.org>
4474
4475 * display.texi (Display Custom): Mention overlay-margin in text.
4476
4477 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
4478
4479 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4480 tutorial' comments.
4481
4482 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
4483
4484 * mark.texi (Mark): Rearrange nodes.
4485 (Persistent Mark): Rename from Transient Mark.
4486 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4487 Describe Transient Mark mode as the default.
4488
4489 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4490 the default behavior with Transient Mark mode off.
4491 (Position Info): Fix typo.
4492
4493 * display.texi (Standard Faces): Reference the Mark node.
4494 Remove discussion of the region face, which is discussed there.
4495
4496 * emacs.texi (Top): Update node listings.
4497
4498 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4499 as the default.
4500
4501 * fixit.texi (Undo): Standardize choice of undo key sequence.
4502 (Undo, Spelling): Describe Transient Mark mode as the default.
4503
4504 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4505 default.
4506
4507 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4508
4509 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4510 mode is the default, and note that the mark is not activated when set.
4511
4512 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4513 Describe Transient Mark mode as the default.
4514
4515 * search.texi (Basic Isearch): Reference the Mark Ring node.
4516 (Replace, Unconditional Replace, Other Repeating Search):
4517 Describe Transient Mark mode as the default.
4518
4519 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4520 Describe Transient Mark mode as the default.
4521 (Paragraphs): Describe how M-h behaves when region is active.
4522
4523 * trouble.texi (Quitting): Clarify effects of C-g.
4524
4525 2008-03-13 Glenn Morris <rgm@gnu.org>
4526
4527 * emacs.texi (EMACSVER): Set to 23.0.60.
4528
4529 2008-03-05 Glenn Morris <rgm@gnu.org>
4530
4531 * dired.texi (Hiding Subdirectories): Fix previous change.
4532
4533 2008-03-05 Drew Adams <drew.adams@oracle.com>
4534
4535 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4536
4537 2008-02-28 Kim F. Storm <storm@cua.dk>
4538
4539 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4540 Move describe-distribution to C-h C-o.
4541 Move view-emacs-problems to C-h C-p.
4542 Add view-emacs-debugging on C-h C-d.
4543 Add view-external-packages on C-h C-e.
4544 Add view-order-manuals on C-h C-m.
4545
4546 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
4547
4548 * msdog-xtra.texi (MS-DOS): Docstring fix.
4549
4550 2008-02-09 Eli Zaretskii <eliz@gnu.org>
4551
4552 * msdog.texi (Windows Fonts): Use a @table for describing font
4553 properties.
4554
4555 2008-02-07 Jason Rumney <jasonr@gnu.org>
4556
4557 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4558 value has changed.
4559 (Windows HOME): Clarify what is meant by "if that fails as well".
4560 (Windows Fonts): New section.
4561
4562 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4563
4564 * basic.texi (Basic Undo): Remove duplicate "you can".
4565
4566 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4567
4568 * maintaining.texi (Tags): Fix last change.
4569
4570 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
4571
4572 * tramp.texi: Use new FSF's Back-Cover Text.
4573
4574 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
4575
4576 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4577
4578 2008-01-26 Richard Stallman <rms@gnu.org>
4579
4580 * maintaining.texi (Tags): Delete redundant index entry.
4581
4582 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4583
4584 * programs.texi (Imenu): Move "@cindex tags" from here...
4585 * maintaining.texi (Tags): ...to here.
4586
4587 2008-01-23 Kevin Ryde <user42@zip.com.au>
4588
4589 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4590 click count.
4591
4592 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * entering.texi (Exiting): Fix typo.
4595 Reported by D. E. Evans <sinuhe@gnu.org>.
4596
4597 2007-12-31 Martin Rudalics <rudalics@gmx.at>
4598
4599 * glossary.texi (Glossary): Fix typo.
4600
4601 2007-12-27 Richard Stallman <rms@gnu.org>
4602
4603 * text.texi (Formatted Text): Improve menu tag.
4604 (Editing Format Info): In Info, add duplicate menu of nodes
4605 about the submenus.
4606 (Format Faces): Say where Faces menu is found. Mention Other.
4607 (Format Colors): Say where these submenus are found.
4608 (Format Indentation, Format Justification): Likewise.
4609 (Format Properties): Likewise.
4610
4611 2007-12-22 Richard Stallman <rms@gnu.org>
4612
4613 * search.texi (Query Replace): Make exp of query-replace more
4614 self-contained, and clarify.
4615
4616 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4617
4618 2007-12-15 Richard Stallman <rms@gnu.org>
4619
4620 * files.texi (Auto Save): Clarify definition of auto-saving.
4621
4622 2007-11-26 Richard Stallman <rms@gnu.org>
4623
4624 * help.texi (Help Echo): Cleanups.
4625
4626 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4627
4628 * files.texi (Why Version Control?): Fix typo.
4629 (VCS Concepts): Fix typos; small tense fix.
4630 (Selecting a Fileset): Fix typos; small rewording.
4631 (Log Buffer): Likewise.
4632 (Old Revisions): Likewise.
4633
4634 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4635
4636 * mule.texi (Communication Coding): Fix wording of last change.
4637
4638 2007-11-16 Werner Lemberg <wl@gnu.org>
4639
4640 * custom.texi (Specifying File Variables):
4641 * major.texi (Choosing Modes): Mention '\" in man pages.
4642
4643 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4644
4645 * mule.texi (Communication Coding): Document x-select-request-type.
4646
4647 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4648
4649 2007-11-15 Francesco Potortì <pot@gnu.org>
4650
4651 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4652 --output=file.
4653
4654 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4655
4656 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4657 (Help Echo): Avoid mentioning the term "region" here and
4658 consistently use the term "active text".
4659
4660 2007-11-11 Glenn Morris <rgm@gnu.org>
4661
4662 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4663
4664 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4665
4666 * search.texi (Query Replace):
4667 Mention `query-replace-show-replacement'.
4668
4669 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * building.texi (Watch Expressions): Remove obscure sentence.
4672
4673 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4674
4675 * mule.texi (Select Input Method): Describe how to activate an input
4676 method in the text mode.
4677
4678 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4679
4680 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4681
4682 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
4683
4684 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4685
4686 2007-10-30 Glenn Morris <rgm@gnu.org>
4687
4688 * misc.texi (Directory Tracking): Explain a bit more about
4689 dirtrack-mode.
4690
4691 2007-10-25 Glenn Morris <rgm@gnu.org>
4692
4693 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4694
4695 2007-10-24 Richard Stallman <rms@gnu.org>
4696
4697 * misc.texi (Interactive Shell): Cleanup last change.
4698
4699 2007-10-22 Juri Linkov <juri@jurta.org>
4700
4701 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4702 default values.
4703
4704 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4705
4706 * files.texi: Disambiguate two slightly different uses of the term
4707 'filesets'.
4708
4709 2007-10-18 Martin Rudalics <rudalics@gmx.at>
4710
4711 * trouble.texi (Quitting): Fix typo.
4712
4713 2007-10-18 Glenn Morris <rgm@gnu.org>
4714
4715 * frames.texi (Mode Line Mouse): Mention minor mode names.
4716
4717 2007-10-17 Juri Linkov <juri@jurta.org>
4718
4719 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4720 fill-paragraph operates on the active region in Transient Mark mode.
4721 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4722 with fill-paragraph.
4723
4724 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4725 fill-paragraph.
4726
4727 * fixit.texi (Spelling): ispell-word operates on the active region
4728 in Transient Mark mode.
4729
4730 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
4731
4732 * building.texi (Source Buffers):
4733 * custom.texi (Init Non-ASCII):
4734 * glossary.texi (Glossary): Use "key binding" consistently.
4735
4736 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * calendar.texi (Diary): Fix directive.
4739
4740 2007-10-16 Richard Stallman <rms@gnu.org>
4741
4742 * calendar.texi (Diary): Clarify text about diary file example.
4743
4744 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4745
4746 * files.texi: Capitalize node names according to convention.
4747
4748 2007-10-13 Glenn Morris <rgm@gnu.org>
4749
4750 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4751
4752 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4753
4754 * emacs.texi:
4755 * files.texi (Version Systems): Minor fixes to version-control material
4756 suggested by RMS and Robert J. Chassell.
4757
4758 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4759
4760 * files.texi (Version Systems):
4761 * vc-xtra.texi:
4762 * vc1-xtra.texi:
4763 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4764 operations. Change of terminology from `version' to `revision'.
4765 Revise text for adequate description of VCSes with monotonic IDs.
4766 * emacs.texi: Change of terminology from `version' to `revision'.
4767
4768 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4769
4770 * files.texi (Version Systems): Describe newer VCses.
4771 Reorder the descriptions to be chronological.
4772
4773 2007-10-09 Richard Stallman <rms@gnu.org>
4774
4775 * display.texi (Cursor Display): Correct how cursor appears
4776 in nonselected windows.
4777
4778 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
4779
4780 * building.texi (GDB Graphical Interface): Remove references to gdba
4781 and mention gud-gdb.
4782
4783 2007-08-31 Eli Zaretskii <eliz@gnu.org>
4784
4785 * rmail.texi (Rmail Sorting): Improve indexing.
4786
4787 2007-10-06 Juri Linkov <juri@jurta.org>
4788
4789 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4790 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4791 fill-paragraph-or-region.
4792
4793 * basic.texi (Arguments): Replace fill-paragraph with
4794 fill-paragraph-or-region.
4795
4796 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4797
4798 * files.texi: Update the section on version control for 2007
4799 conditions. None of these changes are new-VC-specific; that
4800 will come later.
4801
4802 2007-09-15 Glenn Morris <rgm@gnu.org>
4803
4804 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4805 to `list-holidays'.
4806
4807 2007-09-14 Glenn Morris <rgm@gnu.org>
4808
4809 * calendar.texi: Update all instances of mark-calendar-holidays,
4810 list-calendar-holidays, list-holidays with the new names.
4811
4812 2007-09-06 Glenn Morris <rgm@gnu.org>
4813
4814 Move manual sources from man/ to subdirectories of doc/.
4815 Split into the Emacs manual in emacs/, and other manuals in misc/.
4816 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4817 manual.
4818 (infodir): New variable.
4819 (info): Use $infodir.
4820 (emacsman): Delete target, not needed any more.
4821 Move all targets that are not the Emacs manual to misc/Makefile.in.
4822 (mostlyclean): Remove `gnustmp'.
4823 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4824 manual.
4825 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
4826 (emacsman): Delete target, not needed any more.
4827 (clean): Remove all info files but Emacs manual.
4828 Move all targets that are not the Emacs manual to misc/Makefile.in.
4829 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4830
4831 * Makefile.in (INFOSOURCES): Delete.
4832 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4833 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4834 *.vrs *.toc here...
4835 (maintainer-clean): ...from here.
4836
4837 2007-09-05 Glenn Morris <rgm@gnu.org>
4838
4839 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4840
4841 2007-08-29 Glenn Morris <rgm@gnu.org>
4842
4843 * emacs.texi (EMACSVER): Increase to 23.0.50.
4844
4845 2007-08-27 Richard Stallman <rms@gnu.org>
4846
4847 * emacs.texi (Top): Clarify menu item for Glossary.
4848
4849 * display.texi (Faces): Change secn title.
4850 Clarify not all fonts come from Font Lock.
4851
4852 2007-08-17 Eli Zaretskii <eliz@gnu.org>
4853
4854 * basic.texi (Position Info): Add index entry for face at point.
4855 Mention that character faces are also displayed by "C-u C-x =".
4856
4857 2007-08-08 Glenn Morris <rgm@gnu.org>
4858
4859 * glossary.texi (Glossary): Deprecate `iff'.
4860
4861 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * files.texi (File Conveniences): Document point motion keys in Image
4864 mode.
4865
4866 2007-07-27 Glenn Morris <rgm@gnu.org>
4867
4868 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4869 in-line.
4870
4871 * gpl.texi: New file with text of GPL.
4872 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4873
4874 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4877
4878 * dired.texi (Wdired): Mention C-x C-q key binding.
4879
4880 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4881
4882 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4883
4884 2007-07-25 Glenn Morris <rgm@gnu.org>
4885
4886 * emacs.texi (Copying): Replace license with GPLv3.
4887
4888 * Relicense all FSF files to GPLv3 or later.
4889
4890 2007-07-24 Glenn Morris <rgm@gnu.org>
4891
4892 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4893 for some calendars.
4894
4895 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4898 default-directory for the current buffer is on a remote machine.
4899
4900 2007-07-21 Eli Zaretskii <eliz@gnu.org>
4901
4902 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4903 default value.
4904
4905 2007-07-21 Richard Stallman <rms@gnu.org>
4906
4907 * files.texi (Why Version Control?): Improve previous change.
4908
4909 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4910
4911 * files.texi (Why Version Control?): New node.
4912
4913 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4914
4915 * building.texi (Starting GUD): Add xref to this anchor.
4916
4917 2007-06-24 Karl Berry <karl@gnu.org>
4918
4919 * emacs.texi: New Back-Cover Text.
4920
4921 2007-06-07 Alan Mackenzie <acm@muc.de>
4922
4923 * display.texi (Optional Mode Line): Document the new form of
4924 line+column numbers, "(561,2)".
4925
4926 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4927
4928 * maintaining.texi (Create Tags Table): Fix typos.
4929
4930 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * Version 22.1 released.
4933
4934 2007-05-07 Karl Berry <karl@gnu.org>
4935
4936 * emacs.texi (EMACSVER): Back to 22.
4937
4938 2007-05-06 Richard Stallman <rms@gnu.org>
4939
4940 * maintaining.texi (Create Tags Table): Clean up previous change.
4941
4942 2007-05-05 Francesco Potortì <pot@gnu.org>
4943
4944 * maintaining.texi (Create Tags Table): Add text about the dangers of
4945 making symbolic links to tags files.
4946
4947 2007-05-04 Karl Berry <karl@gnu.org>
4948
4949 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4950
4951 2007-05-03 Karl Berry <karl@gnu.org>
4952
4953 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4954
4955 * .cvsignore (*.pdf): New entry.
4956
4957 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4958 for printing.
4959
4960 2007-05-01 Richard Stallman <rms@gnu.org>
4961
4962 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4963
4964 2007-04-28 Glenn Morris <rgm@gnu.org>
4965
4966 * ack.texi (Acknowledgments):
4967 * anti.texi (Antinews):
4968 * programs.texi (Program Modes): Restore mention of python.el pending
4969 consideration of legal status.
4970
4971 2007-04-28 Richard Stallman <rms@gnu.org>
4972
4973 * files.texi (File Names): Fixes to ~ description on MS systems.
4974
4975 2007-04-26 Glenn Morris <rgm@gnu.org>
4976
4977 * emacs.texi (EMACSVER): Increase to 22.1.50.
4978
4979 2007-04-25 Karl Berry <karl@gnu.org>
4980
4981 * emacs.texi: Improve line breaks on copyright page,
4982 similar layout to lispref, 8.5x11 by default.
4983
4984 * dired.texi (Image-Dired): Improve line break, fix typo.
4985
4986 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * programs.texi (Program Modes):
4989 * anti.texi (Antinews):
4990 * ack.texi (Acknowledgments): python.el removed.
4991
4992 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * display.texi (Highlight Interactively): Correct description of
4995 hi-lock-file-patterns-policy.
4996
4997 * files.texi (File Archives): Mention self-extracting executables.
4998
4999 2007-04-23 Eli Zaretskii <eliz@gnu.org>
5000
5001 * search.texi (Unconditional Replace, Query Replace): Add xref to
5002 "Replacement and Case".
5003
5004 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * dired.texi (Image-Dired): Move from Thumbnails node.
5007 * misc.texi (Thumbnails): Node deleted.
5008 * emacs.texi (Top): Update node listing.
5009
5010 * files.texi (File Conveniences):
5011 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
5012
5013 2007-04-21 Richard Stallman <rms@gnu.org>
5014
5015 * display.texi (Highlight Interactively): Correct previous change.
5016 Clarify doc of hi-lock-find-patterns, and move new features into it.
5017
5018 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
5019
5020 * display.texi (Highlight Interactively):
5021 Document hi-lock-file-patterns-policy.
5022
5023 2007-04-20 Martin Rudalics <rudalics@gmx.at>
5024
5025 * display.texi (Scrolling): Fix typo.
5026
5027 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * doclicense.texi: Remove node heading, so that it can be included by
5030 other files.
5031
5032 * emacs.texi: Insert node heading for GFDL.
5033
5034 2007-04-14 Eli Zaretskii <eliz@gnu.org>
5035
5036 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5037 "command line".
5038
5039 * display.texi (Faces): Refer to "Creating Frames" for face
5040 and other frame customizations in .emacs.
5041
5042 * frames.texi (Creating Frames): Mention that face customizations can
5043 be put in .emacs. Add index entries.
5044
5045 2007-04-12 Richard Stallman <rms@gnu.org>
5046
5047 * glossary.texi (Glossary): Explain `iff'.
5048
5049 2007-04-11 Karl Berry <karl@gnu.org>
5050
5051 * gnu.texi (Top),
5052 * macos.texi (Mac Font Specs),
5053 * anti.texi (Antinews),
5054 * xresources.texi (Resources),
5055 * misc.texi (Emulation),
5056 * calendar.texi (Daylight Saving),
5057 * dired.texi (Dired and Find),
5058 * rmail.texi (Remote Mailboxes),
5059 * sending.texi (Mail Headers),
5060 * programs.texi (Which Function),
5061 * files.texi (Recover),
5062 * buffers.texi (Uniquify),
5063 * frames.texi (Wheeled Mice),
5064 * killing.texi (Rectangles): Wording to improve breaks in
5065 8.5x11 format.
5066 * mule.texi (Language Environments): \hbadness=10000 since there's
5067 no way to reword.
5068 * emacs.texi (smallbook): New @set to more easily switch between
5069 smallbook and 8.5x11.
5070
5071 2007-04-11 Richard Stallman <rms@gnu.org>
5072
5073 * files.texi (File Conveniences): Add xref to Tumme.
5074 Delete text about Thumbnail mode.
5075
5076 2007-04-09 Alan Mackenzie <acm@muc.de>
5077
5078 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5079 new name. Insert concept index entries.
5080
5081 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * display.texi (Standard Faces): Document prefix arg for
5084 list-faces-display.
5085
5086 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5087
5088 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5091
5092 * files.texi (Misc File Ops): Rewrite description of
5093 insert-file-literally.
5094
5095 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5096
5097 * misc.texi (Printing): Postscript -> PostScript.
5098
5099 * ack.texi (Acknowledgments): Postscript -> PostScript.
5100
5101 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5102
5103 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5104 below.
5105
5106 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5109 Init Non-ASCII.
5110 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5111 (Init Non-ASCII): New node.
5112
5113 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5116
5117 2007-03-12 Glenn Morris <rgm@gnu.org>
5118
5119 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5120 "Daylight Savings".
5121
5122 * calendar.texi: Replace "daylight savings" with "daylight
5123 saving" in text throughout.
5124
5125 2007-03-04 Richard Stallman <rms@gnu.org>
5126
5127 * custom.texi (Safe File Variables): Minor correction.
5128
5129 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5130
5131 * rmail.texi (Movemail): Add internal ref.
5132 Don't indent the intro for the PROTO table.
5133 Format PROTO table items with @code.
5134
5135 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * building.texi: Remove references to bashdb.
5138
5139 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * mule.texi (Language Environments): Update list of supported language
5142 environments.
5143
5144 2007-02-14 Kim F. Storm <storm@cua.dk>
5145
5146 * building.texi (Grep Searching): Fix lgrep doc.
5147
5148 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * back.texi: Remove unused file.
5151
5152 2007-02-05 Francesco Potortì <pot@gnu.org>
5153
5154 * maintaining.texi (Tag Syntax): Now --members is the default for
5155 etags, not for ctags yet.
5156
5157 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5158
5159 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5160 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5161 expects. Add comments to prevent people from inadvertently modifying
5162 the key parts needed by `texinfo-multiple-files-update'.
5163
5164 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * frames.texi (Secondary Selection): Window clicked does not matter
5167 when mouse-yank-at-point is non-nil.
5168
5169 2007-01-16 Glenn Morris <rgm@gnu.org>
5170
5171 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5172 system abbrev.
5173
5174 2007-01-11 Richard Stallman <rms@gnu.org>
5175
5176 * msdog.texi (Windows Keyboard): Another small cleanup.
5177
5178 2007-01-10 Richard Stallman <rms@gnu.org>
5179
5180 * msdog.texi (Windows Keyboard): Yet another try to make
5181 everyone happy with that passage.
5182
5183 2007-01-05 Richard Stallman <rms@gnu.org>
5184
5185 * anti.texi (Antinews): Mention M-x shell scrolling.
5186
5187 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * building.texi (Watch Expressions): Describe gdb-max-children.
5190
5191 2007-01-04 Richard Stallman <rms@gnu.org>
5192
5193 * msdog.texi (Windows Keyboard): Clarify previous change.
5194
5195 2007-01-02 Richard Stallman <rms@gnu.org>
5196
5197 * custom.texi (Changing a Variable): Minor clarification.
5198 (Specific Customization): customize-customized => customize-unsaved.
5199
5200 * entering.texi (Entering Emacs): Clean up text about restarting
5201 Emacs for each file.
5202
5203 * misc.texi (Shell Options): Minor cleanup.
5204
5205 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5206 with Emacs, not vice versa.
5207
5208 * programs.texi (Symbol Completion): Recommend customizing
5209 window manager.
5210
5211 * xresources.texi (Resources): Minor fix.
5212
5213 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
5214
5215 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5216
5217 2007-01-01 Richard Stallman <rms@gnu.org>
5218
5219 * commands.texi (User Input): Document keys stolen by window mangers.
5220
5221 2006-12-31 Richard Stallman <rms@gnu.org>
5222
5223 * custom.texi (Specific Customization): Document customize-option
5224 instead of customize-variable.
5225
5226 2006-12-31 Kim F. Storm <storm@cua.dk>
5227
5228 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5229
5230 2006-12-30 Kim F. Storm <storm@cua.dk>
5231
5232 * killing.texi (CUA Bindings): Fix typo.
5233
5234 * xresources.texi (Table of Resources): Mention grow-only value for
5235 auto-resize-tool-bars.
5236
5237 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5238
5239 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5240 and how to get them back.
5241
5242 2006-12-26 Richard Stallman <rms@gnu.org>
5243
5244 * calendar.texi (Holidays): Holiday listing is based on current
5245 practice, but DST is not.
5246
5247 2006-12-25 Richard Stallman <rms@gnu.org>
5248
5249 * emacs.texi (Top): Update subnode menus.
5250
5251 * mark.texi (Transient Mark): Fix xref.
5252
5253 * killing.texi (Graphical Kill): Node deleted.
5254 (Killing): Add xref to Cut and Paste.
5255 (CUA Bindings): Update xref.
5256
5257 * frames.texi (Cut and Paste): New section to hold other nodes.
5258 (Mouse Commands): Node demoted.
5259 (Cut/Paste Other App): Split out from Mouse Commands.
5260 (Word and Line Mouse): Likewise.
5261 (Secondary Selection, Clipboard): Nodes demoted.
5262
5263 2006-12-24 Kevin Ryde <user42@zip.com.au>
5264
5265 * calendar.texi (Holidays): US daylight saving begins second Sunday
5266 in March for 2007 onwards.
5267 (Daylight Savings): Show new US default daylight saving rules, 2nd
5268 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5269
5270 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * calendar.texi (Scroll Calendar): < and > are switched.
5273
5274 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5275
5276 * killing.texi (Deletion): Describe M-\ prefix argument.
5277
5278 2006-12-23 Richard Stallman <rms@gnu.org>
5279
5280 * search.texi (Regexp Search): Explain why forward and reverse regexp
5281 search are not mirror images.
5282
5283 2006-12-19 Kim F. Storm <storm@cua.dk>
5284
5285 * major.texi (Choosing Modes): Describe match-function elements for
5286 magic-mode-alist.
5287
5288 2006-12-18 Eli Zaretskii <eliz@gnu.org>
5289
5290 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5291 peculiarities.
5292
5293 2006-12-18 Richard Stallman <rms@gnu.org>
5294
5295 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5296
5297 2006-12-17 Alan Mackenzie <acm@muc.de>
5298
5299 * programs.texi (Left Margin Paren): Remove the bit which says
5300 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5301 Discuss some of the issues of setting this option to nil.
5302
5303 2006-12-17 Glenn Morris <rgm@gnu.org>
5304
5305 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5306
5307 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5308
5309 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5310 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5311 NTFS volumes.
5312 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5313 volumes.
5314
5315 2006-12-15 Eli Zaretskii <eliz@gnu.org>
5316
5317 * text.texi (HTML Mode): Fix "C-c TAB".
5318
5319 2006-12-09 Richard Stallman <rms@gnu.org>
5320
5321 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5322
5323 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5324
5325 * files.texi (Misc File Ops): Document insert-file-literally.
5326
5327 2006-12-08 Eli Zaretskii <eliz@gnu.org>
5328
5329 * cmdargs.texi (Colors): Note that --color is intended for overriding
5330 the terminal defaults, not for normal invocation.
5331
5332 * misc.texi (Emacs Server): Improve wording. Don't mention the
5333 ``server program''. Add a cross-reference to "Init File" node.
5334 (Invoking emacsclient): Add index entries. Document both short and
5335 long versions of command-line options. Document the -f option.
5336
5337 2006-12-06 Richard Stallman <rms@gnu.org>
5338
5339 * text.texi (Outline Format): Say to set outline-regexp
5340 and outline-level with major modes and file local variables.
5341
5342 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
5343
5344 * anti.texi (Antinews): Mention the alternative to
5345 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5346
5347 * misc.texi (Interactive Shell): Ditto.
5348
5349 2006-12-04 Eli Zaretskii <eliz@gnu.org>
5350
5351 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5352
5353 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5354
5355 2006-12-01 Eli Zaretskii <eliz@gnu.org>
5356
5357 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5358 colon in the mode line.
5359
5360 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5361
5362 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * building.texi (Watch Expressions): Mention SPC for expanding/
5365 contracting watch expressions.
5366
5367 2006-11-26 Kim F. Storm <storm@cua.dk>
5368
5369 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5370
5371 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * building.texi (Debugger Operation): Define text command mode.
5374 Clarify how tooltips work.
5375 (GDB Graphical Interface): Explain how to run in text command mode
5376 more clearly.
5377
5378 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5379
5380 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5381
5382 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5385
5386 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5389 and EMACS is deprecated.
5390
5391 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
5392
5393 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5394
5395 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
5396
5397 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5398
5399 * emacs.texi: Include xresources.texi both for info and dvi.
5400
5401 * xresources.texi: Merge text from xresmini.texi.
5402
5403 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
5404
5405 * glossary.texi: Fix typos.
5406
5407 2006-11-06 Richard Stallman <rms@gnu.org>
5408
5409 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5410
5411 * ack.texi (Acknowledgments): Fix name spelling.
5412
5413 2006-11-01 Juri Linkov <juri@jurta.org>
5414
5415 * search.texi (Word Search): Document incremental word search.
5416
5417 2006-10-28 Glenn Morris <rgm@gnu.org>
5418
5419 * ack.texi (Acknowledgments): Add cal-html author.
5420
5421 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5422 Calendar"). Describe new package cal-html.
5423 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5424 Calendar Files."
5425
5426 2006-10-23 Richard Stallman <rms@gnu.org>
5427
5428 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5429 Abbrev mode is enabled.
5430
5431 2006-10-16 Richard Stallman <rms@gnu.org>
5432
5433 * emacs.texi: Update ISBN.
5434
5435 2006-10-11 Kim F. Storm <storm@cua.dk>
5436
5437 * emacs.texi (Acknowledgments): Use @dotless{i}.
5438
5439 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * building.texi (Breakpoints Buffer): Mention catchpoints.
5442
5443 2006-10-08 Kim F. Storm <storm@cua.dk>
5444
5445 * ack.texi (Acknowledgments): Update.
5446
5447 * emacs.texi (Acknowledgments): Fix bad @/ form.
5448
5449 2006-10-05 Kim F. Storm <storm@cua.dk>
5450
5451 * emacs.texi (Acknowledgments): Add more contributors.
5452
5453 2006-10-03 Richard Stallman <rms@gnu.org>
5454
5455 * emacs.texi (Acknowledgments): Update version and edition.
5456
5457 2006-10-01 Karl Berry <karl@gnu.org>
5458
5459 * custom.texi (Customization Groups): Page break to keep example buffer
5460 on one page.
5461
5462 2006-09-30 Karl Berry <karl@gnu.org>
5463
5464 * programs.texi (Basic Indent): @need to improve page break.
5465 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5466
5467 2006-09-29 Glenn Morris <rgm@gnu.org>
5468
5469 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5470
5471 2006-09-29 Karl Berry <karl@gnu.org>
5472
5473 * windows.texi (Basic Window): Remove forced @break, no longer
5474 desirable.
5475 * frames.texi (Frame Commands),
5476 * mark.texi (Marking Objects): Reword to avoid bad page break.
5477 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5478
5479 2006-09-19 Richard Stallman <rms@gnu.org>
5480
5481 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5482 stick to present tense.
5483
5484 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
5485
5486 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5487 to x-gtk-use-old-file-dialog.
5488 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5489
5490 2006-09-15 Jay Belanger <belanger@truman.edu>
5491
5492 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5493 Change "Library Public License" to "Lesser Public License"
5494 throughout. Use "yyyy" to represent year.
5495
5496 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * files.texi (Visiting): Add index entry "open file".
5499
5500 2006-09-11 Richard Stallman <rms@gnu.org>
5501
5502 * building.texi (Compilation Mode): Clarification.
5503 (Grep Searching): Add xref to Compilation Mode.
5504
5505 2006-09-08 Richard Stallman <rms@gnu.org>
5506
5507 * search.texi (Search): Ref multi-file search commands here.
5508 (Other Repeating Search): Not here.
5509
5510 2006-08-28 Richard Stallman <rms@gnu.org>
5511
5512 * windows.texi (Split Window): Update xref.
5513
5514 * basic.texi (Continuation Lines): Update xref.
5515
5516 * indent.texi (Tab Stops): Update xref.
5517
5518 * emacs.texi (Top): Update subnode menu.
5519
5520 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5521 split out of Display Custom.
5522
5523 2006-08-25 Kim F. Storm <storm@cua.dk>
5524
5525 * display.texi (Display Custom): Add variables overline-margin
5526 and x-underline-at-descent-line.
5527
5528 2006-08-25 Richard Stallman <rms@gnu.org>
5529
5530 * entering.texi (Exiting): Rewrite to give graphical displays
5531 priority over text terminals.
5532
5533 * search.texi (Incremental Search): Move index entries.
5534
5535 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * custom.texi (Init File): Reference Find Init to avoid "home
5538 directory" confusion.
5539
5540 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * building.texi (Other GDB-UI Buffers): Describe how to edit
5543 a value in the locals buffer.
5544
5545 2006-08-21 Richard Stallman <rms@gnu.org>
5546
5547 * search.texi (Basic Isearch): Add `isearch' index entry.
5548
5549 2006-08-16 Richard Stallman <rms@gnu.org>
5550
5551 * misc.texi (Saving Emacs Sessions): Clean up wording.
5552
5553 * mark.texi (Marking Objects): Mention term "select all".
5554
5555 * emacs.texi (Top): Update subnode menu.
5556
5557 * help.texi (Help Mode): Move node up in file.
5558
5559 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * building.texi (Stack Buffer): Explain fringe arrow.
5562
5563 2006-08-12 Eli Zaretskii <eliz@gnu.org>
5564
5565 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5566 on startup.
5567
5568 2006-08-11 Romain Francoise <romain@orebokech.com>
5569
5570 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5571
5572 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5573
5574 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5575
5576 2006-08-10 Richard Stallman <rms@gnu.org>
5577
5578 * text.texi (Format Faces): Substantial rewrites to deal
5579 with face merging. Empty regions don't count.
5580 Clarify face property inheritance.
5581
5582 2006-08-08 Romain Francoise <romain@orebokech.com>
5583
5584 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5585 <arjuropo@cc.jyu.fi>.
5586
5587 2006-08-04 Eli Zaretskii <eliz@gnu.org>
5588
5589 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5590 apply to all frames.
5591
5592 2006-08-01 Richard Stallman <rms@gnu.org>
5593
5594 * help.texi (Name Help): Add index entries for describe-variable.
5595
5596 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5597
5598 * building.texi (GDB Graphical Interface): Shorten node names.
5599 (GDB-UI Layout): Use GDB-related.
5600 (Other GDB-UI Buffers): Simplify English.
5601
5602 2006-07-31 Richard Stallman <rms@gnu.org>
5603
5604 * search.texi (Query Replace): Add xref for Dired's Q command.
5605
5606 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5607
5608 * building.texi (GDB commands in Fringe): Rename to...
5609 (Source Buffers): ..this and move forward. Describe hollow arrow and
5610 new option gdb-find-source-frame.
5611
5612 2006-07-29 Richard Stallman <rms@gnu.org>
5613
5614 * dired.texi (Operating on Files): Simplify previous change
5615 and fix Texinfo usage.
5616
5617 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5618
5619 * dired.texi (Operating on Files): Add cross-references. State the
5620 Unix commands that do similar things.
5621
5622 2006-07-28 Richard Stallman <rms@gnu.org>
5623
5624 * mark.texi (Transient Mark): Clarify that region never disappears
5625 when Transient Mark mode is off, and not when it is on.
5626
5627 2006-07-27 Richard Stallman <rms@gnu.org>
5628
5629 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5630
5631 2006-07-24 Richard Stallman <rms@gnu.org>
5632
5633 * xresources.texi (GTK styles): Fix texinfo usage.
5634
5635 * commands.texi (User Input): Explain why we teach keyboard cmds.
5636
5637 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5638 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5639 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5640 * doclicense.texi, display.texi, dired.texi, basic.texi:
5641 * anti.texi, ack.texi: Move periods and commas inside quotes.
5642
5643 2006-07-22 Eli Zaretskii <eliz@gnu.org>
5644
5645 * cmdargs.texi (General Variables): Document EMAIL.
5646
5647 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5648
5649 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5650 doesn't have effect on MS-Windows.
5651
5652 2006-07-17 Richard Stallman <rms@gnu.org>
5653
5654 * building.texi (Grep Searching): Explain about chaining grep commands.
5655
5656 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5657
5658 * killing.texi, mini.texi: Fix typos.
5659
5660 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5663 is invoked for multiple files.
5664
5665 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5666
5667 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5668 on-line manual for the rest of this node.
5669 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5670 unconditionally.
5671 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5672 Improve wording.
5673 (Windows Printing): Improve wording.
5674 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5675 rest of this node.
5676
5677 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5678
5679 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5680 with eval-buffer.
5681
5682 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5685 of character translation.
5686
5687 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5690
5691 2006-07-03 Karl Berry <karl@gnu.org>
5692
5693 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5694 not-too-underfull hboxes in the TeX output.
5695 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5696 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5697 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5698 * sending.texi, text.texi: Fix overfull/underfull boxes.
5699
5700 2006-07-03 Romain Francoise <romain@orebokech.com>
5701
5702 * m-x.texi (M-x): Fix.
5703
5704 2006-07-03 Richard Stallman <rms@gnu.org>
5705
5706 * search.texi (Other Repeating Search): filename -> file name.
5707
5708 * misc.texi (Narrowing): Minor cleanups.
5709
5710 * files.texi (Visiting): filename -> file name.
5711
5712 * emacs.texi (Top): Update subnode menus.
5713
5714 * mule.texi (Coding Systems): Move char translation stuff here.
5715 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5716 (Recognize Coding): Substantial local rewrites.
5717 (International): Update menu.
5718
5719 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5720 (Scrolling): Substantial local rewrites.
5721 (Display): Update menu and intro.
5722
5723 * dired.texi: filename -> file name.
5724
5725 * custom.texi (Safe File Variables): Texinfo usage fix.
5726
5727 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
5728
5729 * help.texi, m-x.texi: Lots of cleanups.
5730
5731 2006-06-30 Eli Zaretskii <eliz@gnu.org>
5732
5733 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5734 (Windows Processes, Windows Misc): Shorten the printed version by
5735 selectively conditioning less important portions by @ifnottex.
5736
5737 2006-06-27 Richard Stallman <rms@gnu.org>
5738
5739 * mini.texi (Minibuffer File): Minor cleanup.
5740
5741 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
5742
5743 * frames.texi (XTerm Mouse): Rename to...
5744 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5745
5746 * emacs.texi (Top): Use new node name.
5747
5748 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5749
5750 * emacs.texi (Top): Update the detailed menu according to changes in
5751 msdog.texi.
5752
5753 * msdog.texi (Windows Keyboard): New section.
5754 (Windows Mouse): New section.
5755 (Windows System Menu): Remove section (text merged with "Windows
5756 Keyboard").
5757 (Windows Misc): New section.
5758
5759 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5760
5761 * msdog.texi (ls in Lisp): New section.
5762
5763 * files.texi (Visiting): Document case-insensitive wildcard matching
5764 under find-file-wildcards.
5765
5766 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5767
5768 * macos.texi (Mac Input): Add description of mac-function-modifier.
5769 Now Unicode keyboard layouts work.
5770
5771 2006-06-10 Richard Stallman <rms@gnu.org>
5772
5773 * mule.texi (Recognize Coding): Clarify previous change.
5774
5775 2006-06-09 Kenichi Handa <handa@m17n.org>
5776
5777 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5778 notation.
5779
5780 2006-06-07 Kevin Ryde <user42@zip.com.au>
5781
5782 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5783 manual for @ifnottex, but in emacs-extra for @iftex.
5784
5785 * cmdargs.texi (General Variables): Fix smtpmail xref.
5786
5787 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * programs.texi (Comment Commands):
5790 * custom.texi (Specifying File Variables):
5791 Use ;; instead of ;;; to better follow coding conventions.
5792
5793 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * building.texi (Watch Expressions): Move node to end.
5796 (GDB Graphical Interface): Move description of clicks in fringe...
5797 (GDB commands in the Fringe): ...to here. New node.
5798
5799 2006-06-05 Romain Francoise <romain@orebokech.com>
5800
5801 * xresmini.texi (GTK resources): Fix various typos.
5802
5803 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * building.texi (GDB Graphical Interface): Update bindings.
5806 (Commands of GUD): Add gud-print. Remove gud-run.
5807 Restate availability more generally.
5808
5809 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
5810
5811 * mini.texi: Lots of cleanups.
5812
5813 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5816 and Mouse-2.
5817
5818 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
5819
5820 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5821
5822 2006-05-31 Richard Stallman <rms@gnu.org>
5823
5824 * basic.texi (Moving Point): Fix previous change.
5825
5826 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
5827
5828 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5829
5830 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
5831
5832 * basic.texi: Many simplifications and improvements in wording.
5833
5834 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
5835
5836 * anti.texi (Antinews): Create a node for gdb-ui.
5837
5838 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5841
5842 2006-05-20 Richard Stallman <rms@gnu.org>
5843
5844 * dired.texi (Dired Navigation): dired-goto-file is now j.
5845
5846 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5847
5848 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5849 and their aliases.
5850
5851 * msdog.texi (Windows Printing): Mention non-support of plain text
5852 printing with some el-cheapo printers, and suggest a workaround.
5853
5854 2006-05-20 Kevin Ryde <user42@zip.com.au>
5855
5856 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5857 remove the bit saying you must set it.
5858
5859 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * trouble.texi (Checklist):
5862 * text.texi (Text, Auto Fill, Text Mode):
5863 * search.texi (Nonincremental Search):
5864 * rmail.texi (Rmail Labels):
5865 * mule.texi (Input Methods, Multibyte Conversion):
5866 * misc.texi (Gnus, Where to Look, PostScript):
5867 * maintaining.texi (Create Tags Table):
5868 * indent.texi (Indentation Commands):
5869 * fixit.texi (Spelling):
5870 * emacs.texi (Copying):
5871 * custom.texi (Init File): ifinfo -> ifnottex.
5872
5873 2006-05-17 Richard Stallman <rms@gnu.org>
5874
5875 * files.texi (Diff Mode): Mention C-x `.
5876
5877 2006-05-08 Richard Stallman <rms@gnu.org>
5878
5879 * custom.texi (Disabling): Textual cleanups.
5880
5881 2006-05-12 Glenn Morris <rgm@gnu.org>
5882
5883 * calendar.texi (Displaying the Diary, Format of Diary File):
5884 Refer to diary-view-entries, diary-list-entries,
5885 diary-show-all-entries rather than obsolete aliases.
5886
5887 2006-05-12 Eli Zaretskii <eliz@gnu.org>
5888
5889 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5890 (Displaying the Diary, Special Diary Entries, Importing Diary):
5891 * building.texi (Compilation Shell):
5892 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5893 emacs-xtra with @inforef's.
5894
5895 * files.texi (Visiting): Fix wording.
5896
5897 * mule.texi (Coding Systems, Text Coding): More indexing.
5898 Mention that C-x RET f can set eol conversion.
5899
5900 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
5901
5902 * xresmini.texi (GTK resources): Insert GTK description.
5903
5904 * xresources.texi (GTK resources): metafont should be menufont.
5905
5906 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * mini.texi (Completion Options): Completion of remote files'
5909 method, user name and host name is active only in partial
5910 completion mode.
5911
5912 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5913
5914 * makefile.w32-in (emacs.dvi):
5915 * Makefile.in (emacs.dvi): Add xresmini.texi.
5916
5917 * xresmini.texi (Table of Resources): Remove xref to non-existent
5918 node "LessTif Resources".
5919
5920 * msdog.texi (Microsoft Windows):
5921 * calendar.texi (Calendar/Diary, Displaying the Diary)
5922 (Special Diary Entries, Importing Diary, Holidays):
5923 * programs.texi (Program Modes):
5924 * text.texi (Text):
5925 * buffers.texi (Several Buffers):
5926 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5927
5928 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5929
5930 The following changes merge the emacs-xtra manual into the main
5931 manual, but only for on-line version of the manual.
5932
5933 * vc2-xtra.texi (Version Backups, Local Version Control)
5934 (Making Snapshots, Change Logs and VC, Version Headers)
5935 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5936 on-line manual.
5937
5938 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5939 for on-line manual.
5940
5941 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5942 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5943 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5944 for on-line manual.
5945
5946 * fortran-xtra.texi (Fortran, Fortran Autofill)
5947 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5948 for on-line manual.
5949
5950 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5951 Conditional xref's for on-line manual.
5952
5953 * emerge-xtra.texi (Emerge, Overview of Emerge)
5954 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5955 manual.
5956
5957 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5958 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5959 (EMACSSOURCES): Use EMACS_XTRA.
5960 (../info/emacs-xtra): Remove.
5961 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5962
5963 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5964 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5965 (EMACSSOURCES): Use EMACS_XTRA.
5966 ($(infodir)/emacs-xtra): Remove.
5967 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5968
5969 * trouble.texi (Quitting):
5970 * text.texi (Text):
5971 * programs.texi (Program Modes):
5972 * msdog.texi (Microsoft Windows):
5973 * frames.texi (Frames):
5974 * files.texi (Backup, Version Control, VC Concepts)
5975 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5976 (Registering, VC Status, VC Undo, Multi-User Branching)
5977 (Comparing Files):
5978 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5979 (Displaying the Diary, Special Diary Entries, Importing Diary):
5980 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5981 conditional xref's, depending on @iftex/@ifnottex.
5982
5983 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5984 "MS-DOS". @include msdog-xtra.texi.
5985
5986 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5987 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5988
5989 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5990 for vc-xtra.texi subsections.
5991 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5992 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5993
5994 * sending.texi (Sending Mail): A @node line without explicit Prev,
5995 Next, and Up links.
5996
5997 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5998 Next, and Up links.
5999
6000 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6001 and its sections. @include picture-xtra.texi.
6002
6003 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6004 "Emerge".
6005 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6006
6007 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6008 exact duplicate of its name-sake in calendar.texi.
6009
6010 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6011 "Advanced Calendar/Diary Usage".
6012 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6013
6014 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6015 dired-xtra.texi.
6016 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6017
6018 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6019 (Files) [ifnottex]: Add menu entry for Autorevert.
6020
6021 * emacs-xtra.texi (Introduction): Reword to make consistent with
6022 printed version only.
6023 <Top level>: Remove the body of all chapters and move them to the
6024 new *-xtra.texi files. Use @raisesections and @lowersections to
6025 convert sections to chapters etc.
6026
6027 * msdog-xtra.texi:
6028 * fortran-xtra.texi:
6029 * vc-xtra.texi:
6030 * vc1-xtra.texi:
6031 * vc2-xtra.texi:
6032 * emerge-xtra.texi:
6033 * cal-xtra.texi:
6034 * dired-xtra.texi:
6035 * arevert-xtra.texi: New files, with text from respective chapters
6036 of emacs-xtra.texi. Convert each @chapter into @section, @section
6037 into @subsection, etc.
6038
6039 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
6040 updated.
6041
6042 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6043 Windows". All references updated.
6044
6045 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6046
6047 * macos.texi (Mac Input): Mention input from Character Palette.
6048 (Mac Font Specs): Fix typo.
6049
6050 2006-05-05 Richard Stallman <rms@gnu.org>
6051
6052 * files.texi (Diff Mode): Minor cleanup.
6053
6054 2006-05-05 Karl Berry <karl@gnu.org>
6055
6056 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6057 errors from the current release of makeinfo (4.8).
6058 * help.texi (Library Keywords): Change widest word in multitable
6059 template from `emulations' to `convenience'. (Not sure if this is
6060 related to the font change.)
6061
6062 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6063
6064 * files.texi (File Names): Add a footnote about limited support of
6065 ~USER on MS-Windows.
6066
6067 * cmdargs.texi (Initial Options): Add a footnote about limited
6068 support of ~USER on MS-Windows.
6069
6070 2006-05-03 Richard Stallman <rms@gnu.org>
6071
6072 * files.texi (Diff Mode): Node moved here.
6073 (Comparing Files): Delete what duplicates new node.
6074 (Files): Put Diff Mode in menu.
6075
6076 * misc.texi (Diff Mode): Move to files.texi.
6077
6078 * emacs.texi (Top): Update menu for Diff Mode.
6079
6080 * trouble.texi (Emergency Escape): Simplify.
6081
6082 * emacs.texi (Top): Minor clarification.
6083
6084 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6085
6086 * commands.texi, entering.texi, screen.texi: Many simplifications.
6087
6088 2006-05-03 Richard Stallman <rms@gnu.org>
6089
6090 * commands.texi (Text Characters): Delete paragraph about unibyte
6091 non-ASCII printing chars.
6092
6093 * killing.texi (Killing): Say "graphical displays".
6094 * display.texi: Say "graphical displays".
6095
6096 * cmdargs.texi (Misc X): Say "graphical displays".
6097
6098 2006-05-01 Richard Stallman <rms@gnu.org>
6099
6100 * emacs.texi (Top): Add Diff Mode to menu.
6101
6102 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6103
6104 * misc.texi (Diff Mode): New node.
6105
6106 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6107
6108 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6109 (Mac Environment Variables): Shorten example line.
6110 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6111
6112 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
6113
6114 * building.texi (GUD Customization): Describe cases %d and %c.
6115 Update description for %e.
6116
6117 2006-04-30 Glenn Morris <rgm@gnu.org>
6118
6119 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6120
6121 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6122
6123 * custom.texi (Examining): Update C-h v output example.
6124
6125 2006-04-29 Kim F. Storm <storm@cua.dk>
6126
6127 * building.texi (Grep Searching): Add lgrep and rgrep.
6128
6129 2006-04-23 Richard Stallman <rms@gnu.org>
6130
6131 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6132
6133 * xresmini.texi: New file.
6134
6135 * xresources.texi (Face Resources): Split table into font resources
6136 and the rest. Combine similar attributes for brevity.
6137
6138 2006-04-21 Eli Zaretskii <eliz@gnu.org>
6139
6140 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6141 backslashes and case-insensitivity in file names (moved to the
6142 main manual).
6143 (MS-DOS Printing): Move most of the text to the main manual.
6144
6145 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6146 New nodes.
6147 (Windows Processes, Windows System Menu): Add index entries and
6148 fix wording.
6149
6150 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6151
6152 * misc.texi (Shell Ring): Add notes on saved input when
6153 navigating off the end of the history list.
6154
6155 2006-04-18 Chong Yidong <cyd@mit.edu>
6156
6157 * misc.texi (Shell Options): Correct default value of
6158 comint-scroll-show-maximum-output.
6159
6160 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * building.texi (Watch Expressions): Update.
6163
6164 2006-04-12 Richard Stallman <rms@gnu.org>
6165
6166 * search.texi: Clean up previous change.
6167
6168 2006-04-12 Eli Zaretskii <eliz@gnu.org>
6169
6170 * search.texi (Regexp Backslash, Regexp Replace): Add index
6171 entries for ``back reference'' and mention the term itself in the
6172 text.
6173
6174 2006-04-11 Richard Stallman <rms@gnu.org>
6175
6176 * custom.texi (Safe File Variables):
6177 Document enable-local-variables = :safe.
6178
6179 2006-04-11 Karl Berry <karl@gnu.org>
6180
6181 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6182 (Remote Repositories, Version Backups, Local Version Control)
6183 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6184 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6185 (Renaming VC Work Files and Master Files)
6186 (Inserting Version Control Headers, Customizing VC, General Options)
6187 (Options for RCS and SCCS, Options specific for CVS): Move all
6188 these nodes to emacs-xtra.texi, for brevity.
6189 * cmdargs.texi, files.texi: Change cross-references.
6190
6191 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6192
6193 * files.texi (Old Versions): Update description of vc-annotate's
6194 use of color to indicate date ranges.
6195
6196 2006-04-09 Kevin Ryde <user42@zip.com.au>
6197
6198 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6199 put info and printed manual names the right way around.
6200
6201 2006-04-09 Karl Berry <karl@gnu.org>
6202
6203 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6204 emacs-xtra.texi, leaving only MS Windows information.
6205 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6206 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6207 node names.
6208
6209 * emacs.texi: Move @summarycontents and @contents to the beginning
6210 of the file.
6211
6212 2006-04-08 Kevin Ryde <user42@zip.com.au>
6213
6214 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6215
6216 2006-04-07 Richard Stallman <rms@gnu.org>
6217
6218 * programs.texi (Comments, Comment Commands, Options for Comments)
6219 (Multi-Line Comments): "Align", not "indent".
6220 (Basic Indent): C-j deletes trailing whitespace before the newline.
6221
6222 2006-04-06 Richard Stallman <rms@gnu.org>
6223
6224 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6225
6226 2006-04-06 Eli Zaretskii <eliz@gnu.org>
6227
6228 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6229
6230 2006-04-05 Richard Stallman <rms@gnu.org>
6231
6232 * emacs.texi (Top): Update subnode menu.
6233
6234 * trouble.texi (Unasked-for Search): Node deleted.
6235 (Lossage): Delete from menu.
6236
6237 2006-04-04 Richard Stallman <rms@gnu.org>
6238
6239 * trouble.texi: Various cleanups.
6240 (Checklist): Don't bother saying how to snail a bug report.
6241 (Emergency Escape): Much rewriting.
6242 (After a Crash): Rename the core dump immediately.
6243 (Total Frustration): Call it a psychotherapist.
6244 (Bug Criteria): Avoid "illegal instruction".
6245 (Sending Patches): We always put the contributor's name in.
6246
6247 * misc.texi (Thumbnails): Minor correction.
6248
6249 2006-04-03 Richard Stallman <rms@gnu.org>
6250
6251 * misc.texi (Thumbnails): Minor cleanup.
6252
6253 2006-04-02 Karl Berry <karl@gnu.org>
6254
6255 * sending.texi (Mail Sending): pxref to Top needs five args.
6256
6257 * texinfo.tex: Update to current version (2006-03-21.13).
6258
6259 2006-03-31 Richard Stallman <rms@gnu.org>
6260
6261 * emacs.texi (Top): Update subnode menu.
6262
6263 * help.texi (Help Mode): Cleanup.
6264
6265 * dired.texi: Many cleanups.
6266 (Dired Deletion): Describe dired-recursive-deletes.
6267 (Operating on Files): dired-create-directory moved.
6268 (Misc Dired Features): Move to here.
6269 (Tumme): Node moved to misc.texi.
6270
6271 * custom.texi: Many cleanups.
6272 (Minor Modes): Don't mention ISO Accents Mode.
6273 (Examining): Update C-h v output example.
6274 (Hooks): Add index and xref for add-hook.
6275 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6276 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6277
6278 * misc.texi: Many cleanups.
6279 (beginning): Add to summary of topics.
6280 (Shell): Put eshell xref at the end. Remove eshell from table.
6281 (Thumbnails): New node.
6282
6283 2006-03-28 Eli Zaretskii <eliz@gnu.org>
6284
6285 * files.texi (File Name Cache): Make it clear that the cache is
6286 not persistent.
6287
6288 2006-03-25 Karl Berry <karl@gnu.org>
6289
6290 * emacs-xtra.texi, emacs.texi, gnu.texi:
6291 (1) use @copyright{} instead of (C) in typeset text;
6292 (2) do not indent copyright year list (or anything else).
6293
6294 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * files.texi (VC Dired Mode): Remove misplaced brackets.
6297
6298 2006-03-21 Andre Spiegel <spiegel@gnu.org>
6299
6300 * files.texi: Various updates and clarifications in the VC chapter.
6301
6302 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * help.texi (Help Mode): Document "C-c C-c".
6305
6306 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6309 menu in the standalone Info reader.
6310
6311 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6314 moved here from Emacs manual.
6315
6316 * programs.texi (Fortran): Section moved to emacs-xtra.
6317 (Program Modes): Xref to Fortran in emacs-xtra.
6318
6319 * maintaining.texi (Emerge): Move to emacs-xtra.
6320 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6321
6322 * picture.texi: File deleted.
6323 * Makefile.in:
6324 * makefile.w32-in: Remove picture.texi.
6325
6326 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6327 * abbrevs.texi (Abbrevs):
6328 * sending.texi (Sending Mail): Picture node removed.
6329
6330 * emacs.texi (Top): Update node listings.
6331
6332 2006-03-12 Richard Stallman <rms@gnu.org>
6333
6334 * calendar.texi: Various cleanups.
6335
6336 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6339 syntax.
6340
6341 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6342
6343 * search.texi (Regexps): More accurately describe which characters
6344 are special in which situations. Recommend _not_ to quote `]' or
6345 `-' when they are not special.
6346
6347 2006-02-28 Andre Spiegel <spiegel@gnu.org>
6348
6349 * files.texi (Old Versions): Clarify operation of C-x v =.
6350
6351 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * building.texi (Watch Expressions): Update and describe
6354 gdb-speedbar-auto-raise.
6355
6356 2006-02-19 Richard M. Stallman <rms@gnu.org>
6357
6358 * emacs.texi: Use @smallbook.
6359 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6360 Update subnode menu.
6361
6362 * building.texi (Lisp Interaction): Minor addition.
6363
6364 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6365
6366 * building.texi (Watch Expressions): Update and be more precise.
6367
6368 2006-02-15 Francesco Potortì <pot@gnu.org>
6369
6370 * maintaining.texi (Create Tags Table): Explain why the
6371 exception when etags writes to files under the /dev tree.
6372
6373 2006-02-14 Richard M. Stallman <rms@gnu.org>
6374
6375 * custom.texi (Safe File Variables): Lots of clarification.
6376 Renamed from Unsafe File Variables.
6377
6378 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * custom.texi (Unsafe File Variables): File variable confirmation
6381 assumed denied in batch mode.
6382
6383 2006-02-14 Richard M. Stallman <rms@gnu.org>
6384
6385 * building.texi (GDB User Interface Layout): Don't say `inferior'
6386 for program being debugged.
6387
6388 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6389
6390 * building.texi (GDB Graphical Interface):
6391 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6392
6393 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6394
6395 * custom.texi (Specifying File Variables, Unsafe File Variables):
6396 New nodes, split from File Variables. Document new file local
6397 variable behavior.
6398
6399 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6400
6401 * display.texi (Standard Faces):
6402 * files.texi (Visiting):
6403 * frames.texi (Clipboard):
6404 * glossary.texi (Glossary) <Clipboard>:
6405 * xresources.texi (X Resources): Mention Mac OS port.
6406
6407 2006-02-12 Richard M. Stallman <rms@gnu.org>
6408
6409 * building.texi (Building): Clarify topic in intro.
6410
6411 * maintaining.texi (Maintaining): Change title; clarify topic.
6412 Delete duplicate index entries.
6413
6414 * building.texi (Other GDB User Interface Buffers): Clarifications.
6415
6416 * text.texi (Cell Commands): Clarifications.
6417
6418 * programs.texi (Defuns): Delete duplicate explanation of
6419 left-margin paren convention.
6420 (Hungry Delete): Minor cleanup.
6421
6422 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6423
6424 * dired.texi (Tumme): More tumme documentation.
6425
6426 2006-02-11 Alan Mackenzie <acm@muc.de>
6427
6428 * programs.texi ("Hungry Delete"): Correct the appellation of the
6429 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6430
6431 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6432
6433 * dired.texi (Tumme): Fix small bug.
6434
6435 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6436
6437 * macos.texi (Mac International): Rename "fontset-mac" to
6438 "fontset-standard".
6439
6440 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6441
6442 * dired.texi (Tumme): Basic documentation for Tumme added.
6443
6444 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * mule.texi (International):
6447 * programs.texi (Basic Indent): Fix typos.
6448
6449 * custom.texi (Minor Modes):
6450 * display.texi (Text Display):
6451 * commands.texi (Text Characters): Update xrefs.
6452
6453 2006-02-07 Richard M. Stallman <rms@gnu.org>
6454
6455 * emacs.texi (Top): Update subnode menu.
6456 Update info on old Emacs papers.
6457 (Intro): "Graphical display", not window system.
6458
6459 * xresources.texi (GTK styles): Minor clarifications.
6460
6461 * trouble.texi: "Graphical display", not window system.
6462 (Stuck Recursive): Minor clarification.
6463
6464 * text.texi: Minor clarifications.
6465 (Sentences): Explain why two-space convention is better.
6466 Explain sentence-end-without-period here.
6467 (Fill Commands): Not here.
6468 (Refill): Node moved down.
6469 (Filling): Update menu.
6470 (Table Creation, Cell Justification, Column Commands): Clarify.
6471
6472 * sending.texi: Minor clarifications.
6473
6474 * search.texi (Regexp Backslash): Clarification.
6475
6476 * rmail.texi: Minor cleanups.
6477 (Rmail): Delete digression about `rmail-mode'.
6478 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6479 (Rmail Files): Mention C-u M-x rmail.
6480 (Rmail Reply): Mention References.
6481 (Rmail Display): Mention rmail-nonignored-headers.
6482
6483 * programs.texi: Minor cleanups.
6484 (Comment Commands): Mention momentary Transient Mark mode.
6485 (Matching): Be more specific about customizing show-paren-mode.
6486 (Info Lookup): Don't list the modes that support C-h S.
6487 Just say what it does in an unsupported mode.
6488 (Man Page): Delete excessive info on customizing woman.
6489 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6490
6491 * abbrevs.texi: Minor clarifications.
6492 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6493 not "dynamic abbrevs" as if they were a kind of abbrev.
6494
6495 * picture.texi (Picture): Minor cleanup.
6496
6497 * mule.texi (Communication Coding): Say "other applications".
6498 (Fontsets): Not specific to X. Add xref to X Resources.
6499 (Unibyte Mode): Rename from Single-Byte Character Support.
6500 "Graphical display", not window system.
6501 (International): Update menu.
6502
6503 * maintaining.texi (Format of ChangeLog):
6504 New node, split out from ChangeLog.
6505 (ChangeLog): Clarifications in the remaining text.
6506 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6507 (Find Tag): Add @w.
6508 (Tags Search): Explain tag table order here. Simplify grep ref.
6509 (List Tags): tags-tag-face is a variable, not a face.
6510 (Emerge): Cleanups.
6511
6512 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6513 (Keyboard Macros): Avoid "the user".
6514
6515 * killing.texi: "Graphical display", not window system.
6516
6517 * help.texi (Help Echo): "Graphical display", not window system.
6518
6519 * glossary.texi: Say "you", not "the user". Say "graphical display".
6520
6521 * frames.texi: Minor cleanups. "Graphical display", not window system.
6522
6523 * files.texi (Visiting): Make drag-and-drop not X-specific.
6524
6525 * custom.texi: Minor cleanups. "Graphical display", not window system.
6526
6527 * cmdargs.texi: Minor cleanups.
6528
6529 * building.texi (Compilation): Move and split kill-compilation para.
6530 Add para about multiple compilers.
6531 (Compilation Mode): Commands also available in grep mode and others.
6532 Mention C-u C-x ` more tutorially. Clarify C-x `.
6533 (Compilation Shell): Clarify. Put Bash example first.
6534 (Grep Searching): Minor cleanups; add @w.
6535 (Debuggers): Minor cleanups.
6536 (Starting GUD): Make GDB xgraphical mode issue clearer.
6537 (Debugger Operation): Lots of clarifications including
6538 GDB tooltip side-effect issue.
6539 (Commands of GUD): Clarify.
6540 (GUD Customization): Add bashdb-mode-hook.
6541 (GDB Graphical Interface): Rewrite for clarity.
6542 (GDB User Interface Layout): Rewrite for clarity.
6543 (Stack Buffer, Watch Expressions): Likewise.
6544 (Other GDB User Interface Buffers): Cleanups.
6545 (Lisp Libraries, External Lisp): Cleanup.
6546
6547 * basic.texi (Position Info): "Graphical displays", rather than
6548 window systems.
6549
6550 * anti.texi: Minor cleanup.
6551
6552 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6553
6554 * custom.texi (Init File, Find Init): Add cross-references to
6555 where $HOME is described.
6556
6557 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6560 is not inside the @table.
6561
6562 * emacs.texi (Top): Correct node name.
6563
6564 * files.texi (File Names): Fix @xref.
6565 (Reverting): Fix typo.
6566
6567 * mule.texi (International): Correct node name.
6568
6569 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6570
6571 2006-02-01 Richard M. Stallman <rms@gnu.org>
6572
6573 * emacs.texi (Top): Update subnode menu.
6574
6575 * mule.texi: Minor clarifications.
6576 Reduce the specific references to X Windows.
6577 Refer to "graphical" terminals, rather than window systems.
6578 (Text Coding): Rename from Specify Coding.
6579 (Communication Coding, File Name Coding, Terminal Coding):
6580 New nodes split out from Text Coding.
6581
6582 * kmacro.texi: Minor clarifications.
6583 (Keyboard Macro Ring): Comment out some excessive commands.
6584 (Basic Keyboard Macro): Split up the table, putting part in each node.
6585
6586 * major.texi: Minor clarifications.
6587
6588 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6589
6590 * windows.texi: Minor clarifications.
6591 (Change Window): Don't describe mode-line mouse cmds here.
6592 Add xref to Mode Line Mouse.
6593
6594 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6595
6596 * macos.texi (Mac International): Fix xref.
6597
6598 * indent.texi: Minor clarifications.
6599
6600 * frames.texi: Minor clarifications.
6601 Reduce the specific references to X Windows.
6602 Refer to "graphical" terminals, rather than window systems.
6603 (Frame Parameters): Don't mention commands like
6604 set-foreground-color. Just say to customize a face.
6605 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6606
6607 * files.texi: Minor clarifications.
6608 (Numbered Backups): New node, split out from Backup Names.
6609
6610 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6611
6612 * cmdargs.texi (General Variables): Fix xref.
6613
6614 * buffers.texi: Minor clarifications.
6615
6616 2006-01-31 Richard M. Stallman <rms@gnu.org>
6617
6618 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6619 Nodes moved to top.
6620
6621 * display.texi: Minor clarifications.
6622 (Display): Rearrange menu.
6623 (Standard Faces): Mention query-replace face.
6624 (Faces): Simplify.
6625 (Font Lock): Simplify face customization info.
6626 (Highlight Changes): Node merged into Highlight Interactively.
6627 (Highlight Interactively): Much rewriting and cleanup.
6628 (Optional Mode Line): Narrowed line number not good for goto-line.
6629 Simplify face customization advice.
6630 (Text Display): Mention use of escape-glyph face.
6631 Move ctl-arrow and tab-width here.
6632 (Display Custom): Move no-redraw-on-reenter to end of node.
6633
6634 * search.texi: Minor clarifications.
6635 (Isearch Scroll): Simplify.
6636 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6637
6638 * regs.texi (Registers): Mention bookmarks here.
6639
6640 * mark.texi: Minor clarifications.
6641 (Selective Undo): Node deleted.
6642
6643 * m-x.texi: Minor clarifications.
6644
6645 * killing.texi: Minor clarifications.
6646 Refer to "graphical" terminals, rather than window systems.
6647
6648 * help.texi: Clarifications.
6649 (Help): Don't describe C-h F and C-h K here.
6650 (Key Help): Describe C-h K here.
6651 (Name Help): Mention Emacs Lisp Intro.
6652 Describe C-h F here.
6653 (Misc Help): Mention C-h F and C-h K only briefly.
6654
6655 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6656 Selective undo text merged in.
6657 (Spelling): Mention Aspell along with Ispell.
6658
6659 * emacs.texi (Top): Update subnode menus.
6660
6661 * basic.texi (Basic Undo): Rename from Undo. Most of text
6662 moved to new Undo node.
6663
6664 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * basic.texi (Continuation Lines, Inserting Text):
6667 Mention longlines mode.
6668
6669 2006-01-29 Richard M. Stallman <rms@gnu.org>
6670
6671 * screen.texi: Minor cleanups.
6672 (Screen): Clean up the intro paragraphs.
6673 (Mode Line): Lots of rewriting. Handle frame-name better.
6674 eol-mnemonic-... vars moved out.
6675
6676 * emacs.texi (Top): Change menu item for MS-DOS node.
6677 Update subnode menu.
6678
6679 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6680 chapter relates to Windows. Title changed.
6681
6682 * mini.texi: Minor cleanups.
6683
6684 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6685 (Mark): Put it in the menu.
6686
6687 * entering.texi: Minor cleanups.
6688
6689 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6690 (Intro): Refer to "graphical" terminals, rather than X.
6691
6692 * display.texi (Display Custom): Add xref to Variables.
6693 (Optional Mode Line): eol-mnemonic-... vars moved here.
6694
6695 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6696 rather than X.
6697
6698 * basic.texi: Minor cleanups.
6699 (Undo): selective-undo moved.
6700
6701 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * anti.texi (Antinews): Various corrections and additions.
6704
6705 2006-01-23 Juri Linkov <juri@jurta.org>
6706
6707 * custom.texi (Easy Customization, Customization Groups)
6708 (Browsing Custom): Mention links along with buttons.
6709
6710 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6711
6712 * text.texi (TeX Print): Use @key for TAB.
6713
6714 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6715
6716 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6717
6718 * files.texi (File Aliases): Don't claim that usually separate
6719 buffers are created for two file names that name the same data.
6720 Mention additional situations where different names mean the same
6721 file on disk.
6722
6723 2006-01-19 Richard M. Stallman <rms@gnu.org>
6724
6725 * killing.texi (Deletion): Upcase @key argument.
6726
6727 * custom.texi (Custom Themes): Minor cleanup.
6728
6729 * programs.texi (Hungry Delete): Upcase @key argument.
6730
6731 2006-01-16 Juri Linkov <juri@jurta.org>
6732
6733 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6734 Move `mode-line-highlight' before `mode-line-buffer-id'.
6735
6736 2006-01-14 Richard M. Stallman <rms@gnu.org>
6737
6738 * basic.texi (Inserting Text): Minor cleanup.
6739
6740 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * custom.texi (Changing a Variable, Face Customization):
6743 Update for changes in Custom menus.
6744
6745 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6746
6747 * macos.texi (Mac International): Undo last change.
6748
6749 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * custom.texi (Custom Themes): Describe the new
6752 customize-create-theme interface.
6753
6754 2005-12-30 Juri Linkov <juri@jurta.org>
6755
6756 * basic.texi (Position Info): Update example.
6757
6758 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
6759
6760 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6761
6762 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * custom.texi (Custom Themes): `load-theme' always loads.
6765
6766 2005-12-23 Juri Linkov <juri@jurta.org>
6767
6768 * display.texi (Highlight Interactively): Use double space to
6769 separate sentences. Replace C-p with M-p, and C-n with M-n.
6770
6771 2005-12-22 Richard M. Stallman <rms@gnu.org>
6772
6773 * custom.texi (Easy Customization and subnodes):
6774 Replace "active field" with "button".
6775 Use "user option" only for variables.
6776 Use "setting" for variable-or-face.
6777
6778 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * buffers.texi (Select Buffer): Change order in table to make
6781 "Similar" refer to the correct item.
6782 (Indirect Buffers): Minor rewording.
6783
6784 2005-12-20 Juri Linkov <juri@jurta.org>
6785
6786 * files.texi (VC Status): Put P and N near p and n.
6787
6788 2005-12-19 Richard M. Stallman <rms@gnu.org>
6789
6790 * programs.texi (Electric C): Delete the info about newline control.
6791 (Other C Commands): Minor cleanup.
6792 (Left Margin Paren): Minor cleanup.
6793
6794 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6797 (Customization Groups): Delete text moved to "Browsing Custom".
6798 (Browsing Custom): New node.
6799 (Specific Customization): Clarify which commands only work for
6800 loaded options.
6801
6802 2005-12-18 Bill Wohler <wohler@newt.com>
6803
6804 * frames.texi (Tool Bars): Shorten text of previous change.
6805
6806 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6807
6808 * files.texi (VC Status): Document log-view mode.
6809
6810 2005-12-18 Bill Wohler <wohler@newt.com>
6811
6812 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6813 permanently via the customize interface.
6814
6815 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6816
6817 * killing.texi (Killing by Lines): Document `kill-whole-line'
6818 function.
6819
6820 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
6821
6822 * buffers.texi (Select Buffer): Change `prev-buffer' to
6823 `previous-buffer'. Indicate that these functions use a frame
6824 local buffer list.
6825
6826 2005-12-12 Richard M. Stallman <rms@gnu.org>
6827
6828 * custom.texi (Easy Customization): Change menu comment.
6829 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6830
6831 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6832 (Help): Among the Apropos commands, describe only C-h a here.
6833
6834 2005-12-11 Richard M. Stallman <rms@gnu.org>
6835
6836 * programs.texi (Options for Comments): Comment-end starts with space.
6837
6838 * glossary.texi (Glossary): Minor cleanup.
6839
6840 * files.texi (Old Versions): Use @table.
6841
6842 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6843
6844 * display.texi (Highlight Interactively): Include
6845 global-hi-lock-mode. Add miscellaneous details and elaborations.
6846
6847 2005-12-09 Richard M. Stallman <rms@gnu.org>
6848
6849 * display.texi (Font Lock): Delete the Global FL menu item.
6850
6851 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6852
6853 * custom.texi (Minibuffer Maps): Mention the maps for file name
6854 completion.
6855
6856 2005-12-09 Kim F. Storm <storm@cua.dk>
6857
6858 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
6859 prefix keys even when mark is active. Describe that RET moves
6860 cursor to next corner in rectangle; clarify insert around rectangle.
6861
6862 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * custom.texi (Customization): Use xref to elisp manual for
6865 non-TeX output.
6866 (Minor Modes): Update.
6867 (Customization Groups, Changing a Variable, Face Customization):
6868 Update for new appearance of Custom buffers.
6869 (Changing a Variable): `custom-buffer-done-function' has been
6870 replaced by `custom-buffer-done-kill'.
6871 (Specific Customization): In the `customize-group' buffer, a
6872 subgroup's contents are not "hidden". They are not included at
6873 all. They have no [Show] button.
6874 (Mouse Buttons): Add pxref to description of mouse event lists in
6875 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6876 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6877 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6878
6879 2005-12-08 Richard M. Stallman <rms@gnu.org>
6880
6881 * mini.texi (Completion Commands, Completion):
6882 In file name input, SPC does not do completion.
6883
6884 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * building.texi (GDB Graphical Interface): Explain screen size
6887 setting.
6888 (Other GDB User Interface Buffers): Describe features specific to
6889 GDB 6.4.
6890
6891 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * building.texi (GDB User Interface Layout): Describe how to
6894 kill associated buffers.
6895 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6896 (Watch Expressions): Be more precise.
6897 (Other GDB User Interface Buffers): Describe how to change a
6898 register value.
6899
6900 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6901
6902 * macos.texi (Mac Input): Remove description of
6903 mac-command-key-is-meta. Add descriptions of
6904 mac-control-modifier, mac-command-modifier, and
6905 mac-option-modifier.
6906 (Mac International): Fix description of conversion of clipboard data.
6907 (Mac Font Specs): Add example of font customization by face attributes.
6908
6909 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6910
6911 * building.texi (Watch Expressions): Expand description.
6912 (Other GDB User Interface Buffers): Describe local map for
6913 gud-watch.
6914
6915 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * display.texi (Font Lock): Font lock is enabled by default now.
6918
6919 2005-11-20 Juri Linkov <juri@jurta.org>
6920
6921 * basic.texi (Position Info): Update examples of the output.
6922 Remove the fact that examples are produced in the TeXinfo buffer,
6923 because in the Info reader users will get a different output from
6924 `C-x ='.
6925
6926 * building.texi (Compilation Mode): Remove paragraph duplicated
6927 from the node `Compilation'. Add `compilation-skip-threshold'.
6928
6929 * display.texi (Font Lock): Suggest more user-friendly method of
6930 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6931
6932 2005-11-18 Richard M. Stallman <rms@gnu.org>
6933
6934 * files.texi (Registering): Mention @@ in mode line.
6935
6936 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6937
6938 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6939
6940 * files.texi (Renaming and VC): Some back-ends don't
6941 handle renaming.
6942
6943 2005-11-17 Juri Linkov <juri@jurta.org>
6944
6945 * emacs.texi (Top):
6946 * display.texi (Highlight Interactively): Put this font-lock based
6947 mode near Font Lock node.
6948
6949 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6952 icons.
6953
6954 2005-11-12 Kim F. Storm <storm@cua.dk>
6955
6956 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6957 (Help Summary): Add C-h d and C-h e.
6958 (Apropos): Clarify that all apropos commands may search for either
6959 list of words or a regexp. Add C-h d for apropos-documentation.
6960 Describe apropos-documentation-sort-by-scores user option.
6961
6962 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * killing.texi (CUA Bindings): Add @section.
6965
6966 2005-11-10 Kim F. Storm <storm@cua.dk>
6967
6968 * emacs.texi (Top): Add CUA Bindings entry to menu.
6969
6970 * killing.texi (CUA Bindings): New node. Moved here from
6971 misc.texi and extended with info on rectangle commands and
6972 rectangle highlighting, interface to registers, and the global
6973 mark feature.
6974
6975 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6976
6977 * regs.texi: Prev link points to CUA Bindings node.
6978
6979 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * help.texi (Help Echo): By default, help echos are only shown on
6982 mouse-over, not on point-over.
6983
6984 2005-11-04 Jérôme Marant <jerome@marant.org>
6985
6986 * misc.texi (Shell Mode): Describe how to activate password echoing.
6987
6988 2005-11-04 Romain Francoise <romain@orebokech.com>
6989
6990 * mark.texi (Mark Ring): Fix typo.
6991
6992 2005-11-03 Richard M. Stallman <rms@gnu.org>
6993
6994 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6995
6996 2005-11-01 Bill Wohler <wohler@newt.com>
6997
6998 * help.texi (Help Mode): Fix typo.
6999
7000 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * building.texi (Other GDB User Interface Buffers):
7003 Describe the command gdb-use-inferior-io-buffer.
7004
7005 2005-10-31 Romain Francoise <romain@orebokech.com>
7006
7007 * files.texi (Compressed Files): Fix typo.
7008
7009 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7010
7011 * windows.texi (Force Same Window): Likewise.
7012
7013 2005-10-30 Bill Wohler <wohler@newt.com>
7014
7015 * help.texi (Help Mode): URLs viewed with browse-url.
7016
7017 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7018
7019 * building.texi (GDB Graphical Interface): Don't reference
7020 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7021 must stay in same frame.
7022
7023 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7026
7027 * anti.texi (Antinews): Likewise.
7028
7029 2005-10-28 Bill Wohler <wohler@newt.com>
7030
7031 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7032
7033 2005-10-28 Richard M. Stallman <rms@gnu.org>
7034
7035 * files.texi (Visiting): Explain how to enter ? in a file name.
7036
7037 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7038
7039 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * building.texi (GDB Graphical Interface):
7042 Describe gdb-mouse-until.
7043
7044 2005-10-23 Richard M. Stallman <rms@gnu.org>
7045
7046 * custom.texi (Init File): Recommend when to use site-start.el.
7047
7048 2005-10-21 Juri Linkov <juri@jurta.org>
7049
7050 * custom.texi (Examining): Mention accessing the old variable
7051 value via M-n in set-variable.
7052
7053 2005-10-18 Romain Francoise <romain@orebokech.com>
7054
7055 * files.texi (Version Systems): Capitalize GNU.
7056
7057 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * building.texi (Compilation Mode): Remove redundant paragraph.
7060 (Watch Expressions): Remove paragraph to reflect code change.
7061
7062 2005-10-16 Richard M. Stallman <rms@gnu.org>
7063
7064 * building.texi (Compilation Mode, Compilation): Clarified.
7065
7066 2005-10-15 Richard M. Stallman <rms@gnu.org>
7067
7068 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7069
7070 2005-10-13 Kenichi Handa <handa@m17n.org>
7071
7072 * basic.texi (Position Info): Fix previous change.
7073
7074 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
7075
7076 * cmdargs.texi (Icons X): Fix typo.
7077
7078 2005-10-12 Kenichi Handa <handa@m17n.org>
7079
7080 * basic.texi (Position Info): Describe the case that Emacs shows
7081 "part of display ...".
7082
7083 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
7084
7085 * cmdargs.texi (Icons X): -nb => -nbi.
7086
7087 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * frames.texi (Speedbar): A couple more clarifications.
7090
7091 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * building.texi (GDB User Interface Layout): Improve diagram.
7094 (Watch Expressions): Explain how to make speedbar global.
7095 (Other GDB User Interface Buffers): Make references more precise.
7096
7097 2005-10-09 Richard M. Stallman <rms@gnu.org>
7098
7099 * frames.texi (Speedbar): Clarify the text.
7100
7101 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * frames.texi (Speedbar): Add information on keybindings,
7104 dismissing the speedbar, and buffer display mode. Link to
7105 speedbar manual.
7106
7107 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
7108
7109 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
7110 added -nb, --no-bitmap-icon.
7111
7112 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
7113
7114 * building.texi (GDB Graphical Interface): Add variables and
7115 functions to indices. Be more precise.
7116
7117 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
7118
7119 * frames.texi (Drag and Drop): Remove the x- from
7120 x-dnd-open-file-other-window and xdnd-protocol-alist.
7121
7122 2005-09-30 Romain Francoise <romain@orebokech.com>
7123
7124 * mini.texi (Minibuffer): The default value now appears before the
7125 colon in minibuffer prompts.
7126
7127 2005-09-25 Richard M. Stallman <rms@gnu.org>
7128
7129 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7130
7131 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7132
7133 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7134
7135 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7136
7137 * emacs.texi (Top): Update submenus from macos.texi.
7138
7139 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7140 (Mac OS): Update feature support status.
7141 (Mac Input): List supported input scripts. Remove description
7142 about `mac-keyboard-text-encoding'. Mention mouse button
7143 emulation and related variables.
7144 (Mac International): Mention Central European and Cyrillic
7145 support. Now `keyboard-coding-system' is dynamically changed.
7146 Add description about coding system for selection.
7147 Add description about language environment.
7148 (Mac Environment Variables):
7149 Mention `~/.MacOSX/environment.plist'. Give example of command line
7150 arguments. Add Preferences support.
7151 (Mac Directories): Explicitly state that this node is for Mac OS
7152 Classic only.
7153 (Mac Font Specs): Mention specification for scalable fonts.
7154 List supported charsets. Add preferred way of creating fontsets.
7155 Add description about `mac-allow-anti-aliasing'.
7156 (Mac Functions): Add descriptions about `mac-set-file-creator',
7157 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7158 and `mac-get-preference'.
7159
7160 2005-09-16 Romain Francoise <romain@orebokech.com>
7161
7162 Update all files to specify GFDL version 1.2.
7163
7164 * doclicense.texi (GNU Free Documentation License): Update to
7165 version 1.2.
7166
7167 2005-09-15 Richard M. Stallman <rms@gnu.org>
7168
7169 * buffers.texi (List Buffers): Fix xref.
7170
7171 * rmail.texi (Rmail Basics): Fix xref.
7172
7173 * emacs.texi (Top): Update subnode menus.
7174
7175 * files.texi (Saving Commands): New node, broken out of Saving.
7176 (Customize Save): New node, broken out of Saving.
7177 Clarify effect of write-region-inhibit-fsync.
7178 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7179
7180 2005-09-14 Romain Francoise <romain@orebokech.com>
7181
7182 * files.texi (Saving): Mention write-region-inhibit-fsync.
7183
7184 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * custom.texi (Custom Themes): New node.
7187
7188 2005-09-03 Richard M. Stallman <rms@gnu.org>
7189
7190 * search.texi (Search Case): Mention vars that control
7191 case-fold-search for various operations.
7192
7193 2005-08-22 Juri Linkov <juri@jurta.org>
7194
7195 * display.texi (Standard Faces): Merge the text from
7196 `(elisp)Standard Faces' into this node.
7197
7198 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * emacs.texi (Top): Delete menu item for deleted node
7201 Keyboard Translations.
7202
7203 2005-08-18 Richard M. Stallman <rms@gnu.org>
7204
7205 * trouble.texi (Unasked-for Search):
7206 Delete xref to Keyboard Translations.
7207
7208 * glossary.texi (Glossary): Delete xref.
7209
7210 * custom.texi (Minor Modes): Say that the list here is not complete.
7211 (Keyboard Translations): Node deleted.
7212 (Disabling): Delete xref to it.
7213 (Customization Groups): Fix Custom buffer example.
7214 (Hooks): Mention remove-hooks.
7215
7216 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * building.texi (GDB Graphical Interface): Improve filling of menu
7219 item.
7220
7221 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
7222
7223 * building.texi (GDB Graphical Interface): Use better node names.
7224
7225 2005-08-14 Richard M. Stallman <rms@gnu.org>
7226
7227 * text.texi (Sentences): Fix xref.
7228
7229 2005-08-14 Juri Linkov <juri@jurta.org>
7230
7231 * building.texi (Compilation, Grep Searching): Move grep command
7232 headings from `Compilation' to `Grep Searching'.
7233
7234 * dired.texi (Dired and Find):
7235 * maintaining.texi (Tags Search): Replace grep xref to
7236 `Compilation' node with `Grep Searching'.
7237
7238 * files.texi (Comparing Files): Replace xref to `Compilation' with
7239 `Compilation Mode'.
7240
7241 2005-08-13 Alan Mackenzie <acm@muc.de>
7242
7243 * search.texi (Non-ASCII Isearch): Correct a typo.
7244 (Replacement Commands): Mention query-replace key binding.
7245
7246 2005-08-11 Richard M. Stallman <rms@gnu.org>
7247
7248 * programs.texi (Options for Comments): Fix xref.
7249
7250 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7251 out of Regexps.
7252
7253 2005-08-09 Juri Linkov <juri@jurta.org>
7254
7255 * building.texi (Compilation): Use `itemx' instead of `item'.
7256 (Grep Searching): Simplify phrase.
7257
7258 * display.texi (Standard Faces): Describe vertical-border on
7259 window systems.
7260
7261 * windows.texi (Split Window): Simplify phrase and mention
7262 vertical-border face.
7263
7264 2005-08-09 Richard M. Stallman <rms@gnu.org>
7265
7266 * files.texi (Comparing Files): Clarify compare-windows.
7267
7268 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7269
7270 2005-08-06 Eli Zaretskii <eliz@gnu.org>
7271
7272 * mule.texi (Coding Systems): Rephrase the paragraph about
7273 codepages: no need for "M-x codepage-setup" anymore, except on
7274 MS-DOS.
7275
7276 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7277 the MS-DOS port only.
7278
7279 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7280
7281 * makefile.w32-in (info): Don't run multi-install-info.bat.
7282 ($(infodir)/dir): New target, produced by running
7283 multi-install-info.bat.
7284
7285 2005-07-22 Eli Zaretskii <eliz@gnu.org>
7286
7287 * files.texi (Quoted File Names): Add index entry.
7288
7289 2005-07-19 Juri Linkov <juri@jurta.org>
7290
7291 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7292
7293 2005-07-18 Juri Linkov <juri@jurta.org>
7294
7295 * custom.texi (Easy Customization):
7296 * files.texi (Old Versions):
7297 * frames.texi (Wheeled Mice):
7298 * mule.texi (Specify Coding):
7299 * text.texi (Cell Justification):
7300 * trouble.texi (After a Crash):
7301 * xresources.texi (GTK styles):
7302 Delete duplicate duplicate words.
7303
7304 2005-07-17 Richard M. Stallman <rms@gnu.org>
7305
7306 * frames.texi (Creating Frames): Fix foreground color example.
7307
7308 * custom.texi (Init Examples): Clean up text about conditionals.
7309
7310 2005-07-16 Richard M. Stallman <rms@gnu.org>
7311
7312 * mini.texi (Completion Commands): Fix command name for ?.
7313
7314 2005-07-16 Eli Zaretskii <eliz@gnu.org>
7315
7316 * display.texi (Standard Faces): Explain that customization of
7317 `menu' face has no effect on w32 and with GTK.
7318 Add cross-references.
7319
7320 * cmdargs.texi (General Variables): Clarify the default location
7321 of $HOME on w32 systems.
7322
7323 2005-07-15 Jason Rumney <jasonr@gnu.org>
7324
7325 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7326 changed.
7327
7328 2005-07-08 Kenichi Handa <handa@m17n.org>
7329
7330 * mule.texi (Recognize Coding):
7331 Recommend revert-buffer-with-coding-system instead of revert-buffer.
7332
7333 2005-07-07 Richard M. Stallman <rms@gnu.org>
7334
7335 * anti.texi (Antinews): Mention mode-line-inverse-video.
7336
7337 * files.texi (Saving): Minor correction about C-x C-w.
7338
7339 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7340
7341 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * search.texi (Isearch Scroll): Add example of using the
7344 `isearch-scroll' property.
7345 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7346 `Display Custom' node.
7347 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7348 and de-emphasize it.
7349 (Other Repeating Search): `occur' currently can not correctly
7350 handle multiline matches. Correct, clarify and update description
7351 of `flush-lines' and `keep-lines'.
7352
7353 * display.texi (Display Custom): Add anchor for `baud-rate'.
7354
7355 2005-07-07 Richard M. Stallman <rms@gnu.org>
7356
7357 * gnu.texi: Update where to get GNU status; add refs for how to help.
7358 Add footnotes 6 and 7.
7359
7360 2005-07-04 Lute Kamstra <lute@gnu.org>
7361
7362 Update FSF's address in GPL notices.
7363
7364 * doclicense.texi (GNU Free Documentation License):
7365 * trouble.texi (Checklist): Update FSF's address.
7366
7367 2005-06-24 Richard M. Stallman <rms@gnu.org>
7368
7369 * display.texi (Text Display): Change index entries.
7370
7371 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7372
7373 * makefile.w32-in (MAKEINFO): Use --force.
7374 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7375 Makefile.in.
7376
7377 2005-06-23 Richard M. Stallman <rms@gnu.org>
7378
7379 * anti.texi (Antinews): Rename show-nonbreak-escape to
7380 nobreak-char-display.
7381
7382 * emacs.texi (Top): Update detailed node listing.
7383
7384 * display.texi (Text Display): Rename show-nonbreak-escape
7385 to nobreak-char-display and no-break-space to nobreak-space.
7386 (Standard Faces): Split up the list of standard faces
7387 and put it in a separate node. Add nobreak-space and
7388 escape-glyph.
7389
7390 2005-06-23 Lute Kamstra <lute@gnu.org>
7391
7392 * mule.texi (Select Input Method): Fix typo.
7393
7394 2005-06-23 Kenichi Handa <handa@m17n.org>
7395
7396 * mule.texi (International): List all supported scripts.
7397 Adjust text for that leim is now included in the normal Emacs
7398 distribution.
7399 (Language Environments): List all language environments.
7400 Intlfonts contains fonts for most supported scripts, not all..
7401 (Select Input Method): Refer to C-u C-x = to see how to type to
7402 input a specific character.
7403 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7404
7405 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7406
7407 * building.texi (Grep Searching): Texinfo usage fix.
7408
7409 2005-06-22 Miles Bader <miles@gnu.org>
7410
7411 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7412
7413 2005-06-20 Miles Bader <miles@gnu.org>
7414
7415 * display.texi (Faces): Add `vertical-divider'.
7416
7417 2005-06-17 Richard M. Stallman <rms@gnu.org>
7418
7419 * text.texi (Adaptive Fill): Minor clarification.
7420
7421 2005-06-10 Lute Kamstra <lute@gnu.org>
7422
7423 * emacs.texi (Top): Correct version number.
7424 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7425 refer to the current version of Emacs.
7426
7427 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * files.texi (Log Buffer): Document when there can be more than
7430 one file to be committed.
7431
7432 2005-06-08 Juri Linkov <juri@jurta.org>
7433
7434 * display.texi (Faces): Add `shadow' face.
7435
7436 2005-06-07 Masatake YAMATO <jet@gyve.org>
7437
7438 * display.texi (Faces): Write about mode-line-highlight.
7439
7440 2005-06-06 Richard M. Stallman <rms@gnu.org>
7441
7442 * misc.texi (Printing Package): Explain how to initialize
7443 printing package.
7444
7445 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7446
7447 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * emacs.texi: Rename Hardcopy to Printing.
7450 Make PostScript and PostScript Variables subnodes of it.
7451
7452 * misc.texi (Printing): Rename node from Hardcopy.
7453 Mention menu bar options.
7454 Move PostScript and PostScript Variables to submenu.
7455 (Printing package): New node.
7456
7457 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7458
7459 * dired.texi (Operating on Files): Likewise.
7460
7461 * calendar.texi (Displaying the Diary): Likewise.
7462
7463 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7464
7465 * glossary.texi (Glossary): Likewise.
7466
7467 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7468 effect.
7469
7470 2005-06-04 Richard M. Stallman <rms@gnu.org>
7471
7472 * trouble.texi (After a Crash): Polish previous change.
7473
7474 2005-05-30 Noah Friedman <friedman@splode.com>
7475
7476 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7477 recovery mechanism.
7478
7479 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7480
7481 * building.texi (Other Buffers): SPC toggles display of
7482 floating point registers.
7483
7484 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * files.texi (Log Buffer): Merge in description of Log Edit
7487 mode from pcl-cvs.texi.
7488
7489 2005-05-26 Richard M. Stallman <rms@gnu.org>
7490
7491 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7492
7493 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7496 not enabled by default.
7497 When not on a word, `ispell-word' by default checks the word
7498 before point.
7499
7500 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * building.texi (Debugger Operation): Simplify last sentence.
7503
7504 2005-05-23 Lute Kamstra <lute@gnu.org>
7505
7506 * emacs.texi: Update FSF's address throughout.
7507 (Preface): Use @cite.
7508 (Distrib): Add cross reference to the node "Copying". Mention the
7509 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7510 printed manuals.
7511 (Intro): Use @xref for the Emacs Lisp Intro.
7512
7513 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7514
7515 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7516
7517 * basic.texi (Moving Point): Mention default for `goto-line'.
7518
7519 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7520 of a variable's docstring.
7521
7522 2005-05-18 Lute Kamstra <lute@gnu.org>
7523
7524 * maintaining.texi (Overview of Emerge): Add cross reference.
7525 Remove duplication.
7526
7527 * emacs.texi (Top): Update to the current structure of the manual.
7528 * misc.texi (Emacs Server): Add menu description.
7529 * files.texi (Saving): Fix menu.
7530 * custom.texi (Customization): Fix menu.
7531 * mule.texi (International): Fix menu.
7532 * kmacro.texi (Keyboard Macros): Fix menu.
7533
7534 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * display.texi: Various minor changes.
7537 (Faces): Delete text that is repeated in the next section.
7538
7539 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * building.texi (Debugger Operation): Mention GUD tooltips are
7542 disabled with GDB in text command mode.
7543
7544 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * building.texi: Replace toolbar with "tool bar" for consistency.
7547 (Compilation Mode): Describe compilation-context-lines
7548 and use of arrow in compilation buffer.
7549 (Debugger Operation): Replace help text with variable's value.
7550
7551 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7552 consistency.
7553
7554 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7555
7556 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7557 Add xref.
7558
7559 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7560
7561 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7562 (Position Info): Delete discussion of `goto-line'. It is already
7563 described in `Moving point'.
7564
7565 * mini.texi (Completion Commands): Correct reference.
7566 (Completion Options): Fix typo.
7567
7568 * killing.texi (Deletion): Complete description of `C-x C-o'.
7569
7570 2005-05-10 Richard M. Stallman <rms@gnu.org>
7571
7572 * building.texi (Compilation): Clarify recompile's directory choice.
7573
7574 * frames.texi (Tooltips): Cleanups.
7575
7576 * basic.texi (Arguments): Fix punctuation.
7577
7578 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * screen.texi (Menu Bar): The up and down (not left and right)
7581 arrow keys move through a keyboard menu.
7582
7583 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * basic.texi: Various typo and grammar fixes.
7586 (Moving Point): C-a now runs move-beginning-of-line.
7587
7588 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
7589
7590 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7591
7592 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7593 as different animals.
7594
7595 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7596
7597 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7598 Correct index entry.
7599
7600 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * building.texi (Debugger Operation): Update to reflect changes
7603 in GUD tooltips.
7604
7605 2005-04-30 Richard M. Stallman <rms@gnu.org>
7606
7607 * files.texi (Compressed Files): Auto Compression normally enabled.
7608
7609 * building.texi (Debugger Operation): Clarify previous change.
7610
7611 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * building.texi (Debugger Operation): Add description for
7614 GUD tooltips when program is not running.
7615
7616 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * misc.texi (Shell): Add `Shell Prompts' to menu.
7619 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7620 description. Delete remarks moved to new node.
7621 (Shell Prompts): New node.
7622 (History References): Replace remarks moved to `Shell Prompts'
7623 with xref to that node.
7624 (Remote Host): Clarify how to specify the terminal type when
7625 logging in to a different machine.
7626
7627 2005-04-26 Richard M. Stallman <rms@gnu.org>
7628
7629 * emacs.texi (Top): Update submenus from files.texi.
7630
7631 * files.texi (Filesets): Clarify previous change.
7632
7633 * dired.texi (Misc Dired Features): Clarify previous change.
7634
7635 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7638
7639 * dired.texi (Misc Dired Features):
7640 Document dired-compare-directories.
7641
7642 * files.texi (Filesets): New node.
7643 (File Conveniences): Document Image mode.
7644
7645 * text.texi (TeX Print): Document tex-compile.
7646
7647 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7650 Delete redundant reference to tooltip Custom group. It is
7651 referred too again in the next paragraph.
7652
7653 2005-04-24 Richard M. Stallman <rms@gnu.org>
7654
7655 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7656
7657 2005-04-19 Kim F. Storm <storm@cua.dk>
7658
7659 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7660
7661 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7662
7663 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7664 turns off desktop-save-mode.
7665
7666 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7669 by default in terminals compatible with xterm. Mention that
7670 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7671 node.
7672
7673 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7674
7675 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7676
7677 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
7678
7679 * xresources.texi (Table of Resources): Add cursorBlink.
7680
7681 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7684 `d', `C-d' and `u'.
7685
7686 2005-04-11 Richard M. Stallman <rms@gnu.org>
7687
7688 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7689 (Misc X): Add -D, --basic-display.
7690
7691 * maintaining.texi (Change Log): Correct the description of
7692 the example.
7693
7694 * major.texi (Choosing Modes): Document magic-mode-alist.
7695
7696 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7699 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7700 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7701 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7702 `w', respectively.
7703 (Rmail Labels): Mention `l'.
7704 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7705 (Rmail Summary Edit): Describe `j' and RET.
7706
7707 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
7708
7709 * xresources.texi (Lucid Resources): Add fontSet resource.
7710
7711 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7714 now called `indicate-empty-lines'.
7715
7716 2005-04-06 Kim F. Storm <storm@cua.dk>
7717
7718 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7719
7720 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7721
7722 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7723 deleted.
7724 (Marks vs Flags): Add some convenient key bindings.
7725 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7726 (Misc Dired Features): Correct and expand description of `w' command.
7727
7728 * frames.texi (XTerm Mouse): Delete apparently false info.
7729 The GNU/Linux console currently does not appear to support
7730 `xterm-mouse-mode'.
7731
7732 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7733
7734 * calendar.texi (Diary): Mention shell utility `calendar'.
7735
7736 2005-04-01 Richard M. Stallman <rms@gnu.org>
7737
7738 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7739
7740 2005-04-01 Lute Kamstra <lute@gnu.org>
7741
7742 * maintaining.texi (Change Log): add-change-log-entry uses
7743 add-log-mailing-address.
7744
7745 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7746
7747 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7748 `VC Mode Line' and put in an xref to that node.
7749 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7750 its description.
7751
7752 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7753
7754 * calendar.texi (Calendar Systems): Say that the Persian calendar
7755 implemented here is the arithmetical one championed by Birashk.
7756
7757 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7758
7759 * programs.texi (Fortran Motion): Fix previous change.
7760
7761 2005-03-29 Richard M. Stallman <rms@gnu.org>
7762
7763 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7764
7765 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * text.texi (Refill): Refer to Long Lines Mode.
7768 (Longlines): New node.
7769 (Auto Fill): Don't index "word wrap" here.
7770 (Filling): Add Longlines to menu.
7771
7772 2005-03-29 Richard M. Stallman <rms@gnu.org>
7773
7774 * xresources.texi: Minor fixes.
7775
7776 * misc.texi (Emacs Server): Fix Texinfo usage.
7777
7778 * emacs.texi (Top): Don't use a real section heading for
7779 "Detailed Node Listing". Fake it instead.
7780
7781 * basic.texi (Position Info): Minor cleanup.
7782
7783 * mule.texi (Input Methods): Minor cleanup.
7784
7785 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7786
7787 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7788 constructs as well.
7789 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7790
7791 2005-03-29 Kenichi Handa <handa@m17n.org>
7792
7793 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7794
7795 * basic.texi (Position Info): Update the description about the
7796 command C-u C-x =.
7797
7798 2005-03-28 Richard M. Stallman <rms@gnu.org>
7799
7800 * emacs.texi (Top): Use @section for the detailed node listing.
7801
7802 * calendar.texi: Minor fixes to previous change.
7803
7804 * programs.texi (Fortran): Small fixes to previous changes.
7805
7806 * emacs.texi (Top): Update list of subnodes of Dired.
7807 Likewise for building.texi.
7808
7809 * files.texi (File Conveniences): Delete Auto Image File mode.
7810
7811 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * building.texi (Flymake): New node.
7814
7815 * custom.texi (Function Keys): Document kp- event types and
7816 keypad-setup package.
7817
7818 * dired.texi (Wdired): New node.
7819
7820 * files.texi (File Conveniences): Reorder entries.
7821 Explain how to turn on Auto-image-file mode.
7822 Document Thumbs mode.
7823
7824 * mule.texi (Specify Coding): Document recode-region and
7825 recode-file-name.
7826
7827 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7828
7829 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * commands.texi (Keys): M-o is now a prefix key.
7832
7833 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7834
7835 * programs.texi: Reformat and update copyright years.
7836 (Fortran): Update section.
7837
7838 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * files.texi: Several small changes in addition to:
7841 (Visiting): Change xref for Dialog Boxes to ref.
7842 (Version Headers): Replace references to obsolete var
7843 `vc-header-alist' with `vc-BACKEND-header'.
7844 (Customizing VC): Update value of `vc-handled-backends'.
7845
7846 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7847
7848 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7849 move here from Emacs Lisp Reference Manual.
7850 * calendar.texi (Calendar/Diary, Diary Commands)
7851 (Special Diary Entries, Importing Diary): Change some xrefs to
7852 point to emacs-xtra rather than elisp.
7853
7854 * emacs-xtra.texi (Calendar Customizing):
7855 Move view-diary-entries-initially, view-calendar-holidays-initially,
7856 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7857 Emacs Manual.
7858 (Appt Customizing): Merge entire section into main Emacs Manual.
7859 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7860 mark-holidays-in-calendar here from emacs-xtra.
7861 (Displaying the Diary): Move view-diary-entries-initially,
7862 mark-diary-entries-in-calendar here from emacs-xtra.
7863 (Appointments): Move appt-display-mode-line,
7864 appt-display-duration, appt-disp-window-function,
7865 appt-delete-window-function here from emacs-xtra.
7866
7867 * calendar.texi: Update and reformat copyright.
7868 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7869 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7870 (Diary): Refer to `diary-file' rather than ~/diary.
7871 (Diary Commands): Rename node to "Displaying the Diary".
7872 * emacs.texi (Top): Rename "Diary Commands" section.
7873 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7874
7875 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7876
7877 * misc.texi (Emacs Server): Fix the command for setting
7878 server-name. Add an xref to Invoking emacsclient.
7879
7880 * help.texi (Help Summary): Clarify when "C-h ." will do something
7881 nontrivial.
7882 (Apropos): Add cindex entry for apropos-sort-by-scores.
7883
7884 * display.texi (Text Display): Add index entries for how no-break
7885 characters are displayed.
7886
7887 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7888
7889 * files.texi (Visiting): Fix cross-references introduced with the
7890 last change.
7891
7892 * xresources.texi (GTK resources): Fix last change.
7893
7894 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * xresources.texi (X Resources): GTK options documented too.
7897 (Resources): Clarify meaning of program name.
7898 (Table of Resources): Add visualClass.
7899 (GTK resources): Rewrite.
7900 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7901
7902 * display.texi (Text Display): Mention non-breaking spaces.
7903
7904 * files.texi (Reverting): Document auto-revert-check-vc-info.
7905
7906 * frames.texi (Mouse Commands): Document
7907 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7908
7909 * help.texi (Help Summary): Add `C-h .'.
7910 (Apropos): Apropos accepts a list of search terms.
7911 Document apropos-sort-by-scores.
7912 (Help Echo): Document display-local-help.
7913
7914 * misc.texi (Emacs Server): Document server-name.
7915 (Invoking emacsclient): Document -s option for server names.
7916
7917 * text.texi (Outline Visibility): Introduce "current heading
7918 line" (commands can be called with point on a body line).
7919 Re-order table to follow the sequence of discussion.
7920 hide-body won't hide lines before first header line.
7921 (TeX Mode): Add DocTeX mode.
7922
7923 2005-03-24 Richard M. Stallman <rms@gnu.org>
7924
7925 * mule.texi (Single-Byte Character Support): Delete mention
7926 of iso-acc.el and iso-transl.el.
7927
7928 2005-03-23 Lute Kamstra <lute@gnu.org>
7929
7930 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7931
7932 2005-03-23 Richard M. Stallman <rms@gnu.org>
7933
7934 * search.texi: Delete explicit node pointers.
7935 (Incremental Search): New menu.
7936 (Basic Isearch, Repeat Isearch, Error in Isearch)
7937 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7938 (Slow Isearch): New subnodes.
7939 (Configuring Scrolling): Node deleted.
7940 (Search Case): Doc default-case-fold-search.
7941 (Regexp Replace): Move replace-regexp doc here.
7942
7943 * rmail.texi (Movemail): Put commas inside closequotes.
7944
7945 * picture.texi (Insert in Picture): Document C-c arrow combos.
7946 (Basic Picture): Clarify erasure.
7947
7948 * display.texi (Font Lock): Put commas inside closequotes.
7949
7950 * cmdargs.texi (General Variables): Put commas inside closequotes.
7951
7952 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
7953
7954 * building.texi (Stack Buffer): Mention reverse contrast for
7955 *selected* frame (might not be current frame).
7956
7957 2005-03-21 Richard M. Stallman <rms@gnu.org>
7958
7959 * building.texi (Starting GUD): Add bashdb.
7960
7961 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * basic.texi (Moving Point): Add M-g M-g binding.
7964 (Undo): Document undo-only.
7965 (Position Info): Document M-g M-g and C-u M-g M-g.
7966
7967 * building.texi (Building): Put Grep Searching after Compilation
7968 Shell.
7969 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7970 Document next-error-highlight.
7971 (Grep Searching): Document grep-highlight-matches.
7972 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7973
7974 * calendar.texi (Importing Diary): Rename node from iCalendar.
7975 Document diary-from-outlook.
7976
7977 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7978 Commands.
7979 Mention effect of X drag and drop on Dired buffers.
7980
7981 * files.texi (Visiting): Document large-file-warning-threshold.
7982 Move paragraph on file-selection dialog.
7983 Mention visiting files using X drag and drop.
7984 (Reverting): Mention using Auto-Revert mode to tail files.
7985 Document auto-revert-tail-mode.
7986 (Version Systems): Minor correction.
7987 (Comparing Files): Diff-mode is no longer based on Compilation
7988 mode.
7989 Document compare-ignore-whitespace.
7990 (Misc File Ops): Explain passing a directory to rename-file.
7991 Likewise for copy-file and make-symbolic-link.
7992
7993 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7994 Document mouse-wheel-progressive speed.
7995
7996 * help.texi (Misc Help): Document numeric argument for C-h i.
7997 Correctly explain the effect of just C-u as argument.
7998
7999 * killing.texi (Deletion): Document numeric argument for
8000 just-one-space.
8001
8002 * mini.texi (Completion): Completion acts on text before point.
8003
8004 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8005 (Emulation): CUA mode replaces pc-bindings-mode,
8006 pc-selection-mode, and s-region.
8007
8008 * mule.texi (Input Methods): Leim is now built-in.
8009 (Select Input Method): Document quail-show-key.
8010 (Specify Coding): Document revert-buffer-with-coding-system.
8011
8012 * programs.texi (Fortran Motion): Document f90-next-statement,
8013 f90-previous-statement, f90-next-block, f90-previous-block,
8014 f90-end-of-block, and f90-beginning-of-block.
8015
8016 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8017
8018 * emacs.texi (Acknowledgments): Updated.
8019
8020 * anti.texi: Total rewrite.
8021
8022 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * ack.texi (Acknowledgments): Update.
8025
8026 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8027
8028 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8029 Update copyright years.
8030
8031 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * building.texi (Commands of GUD): Move paragraph on setting
8034 breakpoints with mouse to the GDB Graphical Interface node.
8035
8036 2005-03-07 Richard M. Stallman <rms@gnu.org>
8037
8038 * misc.texi (Single Shell, Shell Options): Fix previous change.
8039
8040 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8041
8042 2005-03-06 Richard M. Stallman <rms@gnu.org>
8043
8044 * building.texi (Starting GUD): Don't explain text vs graphical
8045 GDB here. Just mention it and xref.
8046 Delete "just one debugger process".
8047 (Debugger Operation): Move GUD tooltip info here.
8048 (GUD Tooltips): Node deleted.
8049 (GDB Graphical Interface): Explain the two GDB modes here.
8050
8051 * sending.texi (Sending Mail): Minor cleanup.
8052 (Mail Aliases): Explain quoting conventions.
8053 Update key rebinding example.
8054 (Header Editing): C-M-i is like M-TAB.
8055 (Mail Mode Misc): mail-attach-file does not do MIME.
8056
8057 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8058 that really belongs here.
8059 (Remote Mailboxes): Text moved to Rmail Inbox.
8060 (Rmail Display): Mention Mouse-1.
8061 (Movemail): Clarify two movemail versions.
8062 Clarify rmail-movemail-program.
8063
8064 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8065 Document async shell commands.
8066 (Shell History): Clarify.
8067 (Shell Ring): Mention C-UP an C-DOWN.
8068 (Shell Options): Add comint-prompt-read-only.
8069 (Invoking emacsclient): Set EDITOR to run Emacs.
8070 (Sorting): No need to explain what region is.
8071 (Saving Emacs Sessions): Fix typo.
8072 (Recursive Edit): Fix punctuation.
8073 (Emulation): Don't mention "PC bindings" which are standard.
8074 (Hyperlinking): Explain Mouse-1 convention here.
8075 (Find Func): Node deleted.
8076
8077 * help.texi (Name Help): Xref to Hyperlinking.
8078
8079 * glossary.texi (Glossary):
8080 Rename "Balance Parentheses" to "Balancing...".
8081 Add "Byte Compilation". Correct "Copyleft".
8082 New xref in "Customization".
8083 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8084 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8085 Rename "Registers" to "Register".
8086 Replace "Selecting" with "Selected Frame",
8087 "Selected Window", and "Selecting a Buffer".
8088
8089 * files.texi (Types of Log File): Explain how projects'
8090 methods can vary.
8091
8092 * display.texi (Faces): Delete "Emacs 21".
8093
8094 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8095 * fixit.texi (Spelling): C-M-i like M-TAB.
8096 * mini.texi (Completion Options): C-M-i like M-TAB.
8097 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8098 * text.texi (Text Mode): C-M-i like M-TAB.
8099
8100 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8101
8102 * calendar.texi (Specified Dates): Mention `g w'.
8103 (Appointments): appt-activate toggles with no arg.
8104
8105 2005-03-05 Juri Linkov <juri@jurta.org>
8106
8107 * cmdargs.texi (Emacs Invocation): Add cindex
8108 "invocation (command line arguments)".
8109 (Misc X): Add -nbc, --no-blinking-cursor.
8110
8111 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8112
8113 * calendar.texi (iCalendar): No need to require it now.
8114
8115 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
8116
8117 * trouble.texi (Contributing): Mention Savannah. Direct users to
8118 emacs-devel.
8119
8120 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8121
8122 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8123 window.
8124
8125 2005-02-27 Richard M. Stallman <rms@gnu.org>
8126
8127 * building.texi (Compilation): Update mode line status info.
8128
8129 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8130
8131 * calendar.texi (General Calendar): Document binding of
8132 scroll-other-window-down.
8133 (Mayan Calendar): Fix earliest date.
8134 (Time Intervals): Document timeclock-change.
8135 Fix timeclock-ask-before-exiting documentation.
8136
8137 2005-02-26 Kim F. Storm <storm@cua.dk>
8138
8139 * frames.texi (Mouse References):
8140 Add mouse-1-click-in-non-selected-windows.
8141
8142 2005-02-25 Richard M. Stallman <rms@gnu.org>
8143
8144 * screen.texi (Screen): Explain better about cursors and mode lines;
8145 don't presuppose text terminals.
8146 (Point): Don't assume just one cursor.
8147 Clarify explanation of cursors.
8148 (Echo Area, Menu Bar): Cleanups.
8149
8150 * mini.texi (Minibuffer): Prompts are highlighted.
8151 (Minibuffer Edit): Newline = C-j only on text terminals.
8152 Clarify resize-mini-windows values.
8153 Mention M-PAGEUP and M-PAGEDOWN.
8154 (Completion Commands): Mouse-1 like Mouse-2.
8155 (Minibuffer History): Explain history commands better.
8156 (Repetition): Add xref to Incremental Search.
8157
8158 * mark.texi (Setting Mark): Clarify info about displaying mark.
8159 Clarify explanation of C-@ and C-SPC.
8160 (Transient Mark): Mention Delete Selection mode.
8161 (Marking Objects): Clean up text about extending the region.
8162
8163 * m-x.texi (M-x): One C-g doesn't always go to top level.
8164 No delay before suggest-key-bindings output.
8165
8166 * fixit.texi (Fixit): Mention C-/ for undo.
8167 (Spelling): Mention ESC TAB like M-TAB.
8168 Replacement words with r and R are rechecked.
8169 Say where C-g leaves point. Mention ? as input.
8170
8171 2005-02-23 Lute Kamstra <lute@gnu.org>
8172
8173 * cmdargs.texi (Initial Options): Add cross reference.
8174
8175 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * emacs.texi (Top): Update menu for splitting of node in
8178 msdog.texi.
8179 * frames.texi (Frames): Update xref for splitting of node in
8180 msdog.texi.
8181 * trouble.texi (Quitting): Ditto.
8182
8183 2005-02-16 Richard M. Stallman <rms@gnu.org>
8184
8185 * windows.texi (Split Window): Simplify line truncation info
8186 and xref to Display Custom.
8187
8188 * trouble.texi (Quitting): Emergency escape only for text terminal.
8189 (Screen Garbled): C-l for ungarbling is only for text terminal.
8190
8191 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8192
8193 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8194
8195 * programs.texi (Program Modes): Mention Python mode.
8196 (Moving by Defuns): Repeating C-M-h extends region.
8197 (Basic Indent): Clarify.
8198 (Custom C Indent): Clarify.
8199 (Expressions): Repeating C-M-@ extends region.
8200 (Info Lookup): Clarify for C-h S.
8201 (Symbol Completion): ESC TAB alternative for M-TAB.
8202 (Electric C): Clarify.
8203
8204 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8205
8206 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8207 MS-DOS Input node.
8208 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8209 (MS-DOS and MULE): Clarify.
8210 (MS-DOS Processes, Windows Processes): Fix typos.
8211
8212 * major.texi (Choosing Modes): Clarify.
8213
8214 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8215 (Keyboard Macro Step-Edit): Clarify.
8216
8217 * indent.texi (Indentation): Clarifications.
8218
8219 * help.texi (Help): Correct error about C-h in query-replace.
8220 Clarify apropos vs C-h a. Fix how to search in FAQ.
8221 (Key Help): Describe C-h w here.
8222 (Name Help): Minor cleanup. C-h w moved to Key Help.
8223 Clarify the "object" joke.
8224 (Apropos): Clarify. Mouse-1 like Mouse-2.
8225 (Help Mode): Mouse-1 like Mouse-2.
8226
8227 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8228
8229 * display.texi (Display): Reorder menu.
8230 (Faces): Cleanup.
8231 (Font Lock): Cleanup. Mention Options menu.
8232 Delete obsolete text.
8233 (Scrolling): For C-l, don't presume text terminal.
8234 (Horizontal Scrolling): Simplify intro.
8235 (Follow Mode): Clarify.
8236 (Cursor Display): Move before Display Custom.
8237 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8238 Doc default-tab-width. Doc line truncation more thoroughly.
8239
8240 * dired.texi (Dired Enter): C-x C-f can run Dired.
8241 (Dired Visiting): Comment out `a' command.
8242 Mouse-1 is like Mouse-2.
8243 (Shell Commands in Dired): ? can be used more than once.
8244
8245 * basic.texi (Continuation Lines): Simplify description of truncation,
8246 and refer to Display Custom for the rest of it.
8247
8248 2005-02-06 Lute Kamstra <lute@gnu.org>
8249
8250 * basic.texi (Undo): Fix typo.
8251
8252 * cmdargs.texi (Emacs Invocation): Fix typo.
8253
8254 * custom.texi (Init Examples): Fix typo.
8255
8256 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8257
8258 2005-02-06 Richard M. Stallman <rms@gnu.org>
8259
8260 * regs.texi (Registers): Registers can hold numbers, too.
8261
8262 * killing.texi (Other Kill Commands): Cleanup.
8263 Delete redundant explanation of kill in read-only buffer.
8264 (Yanking): Mention term "copying".
8265 (Accumulating Text): Fix typo.
8266
8267 * entering.texi (Entering Emacs): Update rationale at start.
8268 (Exiting): Treat iconifying on a par with suspension.
8269
8270 * custom.texi (Minor Modes): Fix typo.
8271 (Easy Customization): Fix menu style.
8272 (Variables): Add xref.
8273 (Examining): Setting for future sessions works through .emacs.
8274 (Keymaps): "Text terminals", not "Many".
8275 (Init Rebinding): Explain \C-. Show example of \M-.
8276 Fix minor wording errors.
8277 (Function Keys): Explain vector syntax just once.
8278 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8279 (Init File): Mention .emacs.d directory.
8280 (Init Examples): Add xref.
8281 (Find Init): Mention .emacs.d directory.
8282
8283 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8284 (Action Arguments): Explain which kinds of -l args are found how.
8285 (Initial Options): --batch does not inhibit site-start.
8286 Add xrefs.
8287 (Command Example): Use --batch, not -batch.
8288
8289 * basic.texi (Inserting Text): Cleanup wording.
8290 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8291 C-n is not error at end of buffer.
8292 (Undo): Doc C-/ like C-_. Add xrefs.
8293 (Arguments): META key may be labeled ALT.
8294 Peculiar arg meanings are explained in doc strings.
8295
8296 * abbrevs.texi (Expanding Abbrevs): Clarify.
8297
8298 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8299
8300 * frames.texi (Frame Parameters): Add an xref to the description
8301 of list-colors-display. Add a pointer to the X docs about colors.
8302
8303 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
8304 Improve docs of list-colors-display.
8305
8306 2005-02-03 Lute Kamstra <lute@gnu.org>
8307
8308 * frames.texi (Frames, Drag and Drop): Fix typos.
8309
8310 2005-02-03 Richard M. Stallman <rms@gnu.org>
8311
8312 * windows.texi (Basic Window): Mention color-change in mode line.
8313 (Change Window): Explain dragging vertical boundaries.
8314
8315 * text.texi (Sentences): Clarify.
8316 (Paragraphs): Explain M-a and blank lines.
8317 (Outline Mode): Clarify text and menu.
8318 (Hard and Soft Newlines): Mention use-hard-newlines.
8319
8320 * frames.texi (Frames): Delete unnecessary mention of Windows.
8321 (Mouse Commands): Likewise. Mention xterm mouse support.
8322 (Clipboard): Clarify.
8323 (Mouse References): Mention use of Mouse-1 for following links.
8324 (Menu Mouse Clicks): Clarify.
8325 (Mode Line Mouse): Clarify.
8326 (Drag and Drop): Rewrite.
8327
8328 * fixit.texi (Spelling): Fix typo.
8329
8330 * files.texi (File Names): Clarify.
8331 (Visiting): Update conditions for use of file dialog. Clarify.
8332 (Saving): Doc d as answer in save-some-buffers.
8333 (Remote Files): Clean up the text.
8334
8335 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8336
8337 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8338 (List Buffers): Clarify.
8339 (Several Buffers): Doc T command.
8340 (Buffer Convenience): Clarify menu.
8341
8342 * basic.texi (Undo): Clarify last change.
8343
8344 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8345
8346 * fixit.texi (Spelling): Fix typo.
8347
8348 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * basic.texi (Undo): Update description of `undo-outer-limit'.
8351
8352 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
8353
8354 * building.texi: Update documentation relating to GDB Graphical
8355 Interface.
8356
8357 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * custom.texi (Easy Customization): Adapt menu to node name change.
8360
8361 2005-01-30 Richard M. Stallman <rms@gnu.org>
8362
8363 * custom.texi (Easy Customization): Defn of "User Option" now
8364 includes faces. Don't say just "option" when talking about variables.
8365 Do say just "options" to mean "anything customizable".
8366 (Specific Customization): Describe `customize-variable',
8367 not `customize-option'.
8368
8369 * glossary.texi (Glossary) <Faces>: Add xref.
8370 <User Option>: Change definition--include faces. Change xref.
8371
8372 * picture.texi (Picture): Mention artist.el.
8373
8374 * sending.texi, screen.texi, programs.texi, misc.texi:
8375 * mini.texi, major.texi, maintaining.texi, macos.texi:
8376 * help.texi, frames.texi, files.texi:
8377 Don't say just "option" when talking about variables.
8378
8379 * display.texi, mule.texi: Don't say just "option" when talking
8380 about variables. Other minor cleanups.
8381
8382 2005-01-26 Lute Kamstra <lute@gnu.org>
8383
8384 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8385 File'. Mention the `-Q' option at the `--no-site-file' option.
8386
8387 2005-01-22 David Kastrup <dak@gnu.org>
8388
8389 * building.texi (Grep Searching): Mention alias `find-grep' for
8390 `grep-find'.
8391
8392 2005-01-20 Richard M. Stallman <rms@gnu.org>
8393
8394 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8395
8396 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8397
8398 * rmail.texi (Movemail): Explain differences
8399 between standard and mailutils versions of movemail.
8400 Describe command line and configuration options introduced
8401 with the latter.
8402 Explain the notion of mailbox URL, provide examples and
8403 cross-references to mailutils documentation.
8404 Describe various methods of specifying mailbox names,
8405 user names and user passwords for rmail.
8406 (Remote Mailboxes): New section.
8407 Describe how movemail handles remote mailboxes. Describe configuration
8408 options used to control its behavior.
8409 (Other Mailbox Formats): Explain handling of various mailbox
8410 formats.
8411
8412 2005-01-13 Richard M. Stallman <rms@gnu.org>
8413
8414 * commands.texi (Commands): Clarification.
8415
8416 2005-01-11 Richard M. Stallman <rms@gnu.org>
8417
8418 * programs.texi (Multi-line Indent): Fix previous change.
8419 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8420
8421 2005-01-08 Richard M. Stallman <rms@gnu.org>
8422
8423 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8424 lazy-highlight.
8425
8426 * search.texi (Query Replace): Mention faces query-replace
8427 and lazy-highlight.
8428 (Incremental Search): Update isearch highlighting info.
8429
8430 2005-01-04 Richard M. Stallman <rms@gnu.org>
8431
8432 * custom.texi (Saving Customizations): Minor improvement.
8433
8434 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * custom.texi (Saving Customizations): Emacs no longer loads
8437 `custom-file' after .emacs. No longer mention customizing through
8438 Custom.
8439
8440 2005-01-01 Andreas Schwab <schwab@suse.de>
8441
8442 * killing.texi (Graphical Kill): Move up under node Killing,
8443 change @section to @subsection.
8444
8445 2005-01-01 Richard M. Stallman <rms@gnu.org>
8446
8447 * custom.texi (Face Customization): Mention hex color specs.
8448
8449 * emacs.texi (Top): Update Killing submenu.
8450
8451 * killing.texi (Killing): Reorganize section.
8452 No more TeX-only text; put the node command at start of chapter.
8453 But the first section heading is used only in TeX.
8454 Rewrite the text to read better in this mode.
8455 (Graphical Kill): New subnode gets some of the text that
8456 used to be in the first section.
8457
8458 2004-12-31 Richard M. Stallman <rms@gnu.org>
8459
8460 * dired.texi (Shell Commands in Dired): Delete the ? example.
8461
8462 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8463
8464 * files.texi (Saving): Describe new require-final-newline features
8465 and mode-require-final-newline.
8466
8467 2004-12-29 Richard M. Stallman <rms@gnu.org>
8468
8469 * custom.texi (File Variables): Clarify previous change.
8470
8471 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8472
8473 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8474 out now.
8475
8476 2004-12-27 Richard M. Stallman <rms@gnu.org>
8477
8478 * Makefile.in (MAKEINFO): Specify --force.
8479
8480 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8481 (Undo): Doc undo-outer-limit.
8482
8483 2004-12-15 Juri Linkov <juri@jurta.org>
8484
8485 * mark.texi (Transient Mark, Mark Ring): M-< and other
8486 movement commands don't set mark in Transient Mark mode
8487 if mark is active.
8488
8489 2004-12-12 Juri Linkov <juri@jurta.org>
8490
8491 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8492 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8493
8494 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8495 (Misc Dired Commands): Add @r{(Dired)} to w.
8496
8497 2004-12-12 Juri Linkov <juri@jurta.org>
8498
8499 * mark.texi (Marking Objects): Marking commands also extend the
8500 region when mark is active in Transient Mark mode.
8501
8502 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8503
8504 * custom.texi (Saving Customizations): Emacs only loads the custom
8505 file automatically after the init file in version 22.1 or later.
8506 Adapt text and examples to this fact.
8507
8508 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8511 be set through Custom. Otherwise, it has no effect.
8512
8513 2004-12-05 Richard M. Stallman <rms@gnu.org>
8514
8515 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8516 * entering.texi: Rename Command Line to Emacs Invocation.
8517
8518 * misc.texi (Term Mode): Correctly describe C-c.
8519
8520 * custom.texi (Easy Customization): Move up to section level,
8521 before Variables. Avoid using the term "variable"; say "option".
8522 New initial explanation.
8523 (Variables): In initial explanation, connect "variable" to the
8524 already-explained "user option".
8525
8526 * emacs.texi (Top): Fix ref to Command Line.
8527 Move reference to Easy Customization.
8528
8529 * xresources.texi (X Resources): Fix From link.
8530
8531 * doclicense.texi (GNU Free Documentation License): Fix To link.
8532
8533 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8534
8535 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8536
8537 2004-12-03 Richard M. Stallman <rms@gnu.org>
8538
8539 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8540
8541 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * kmacro.texi: Several small changes in addition to the following.
8544 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8545 defining a keyboard macro.
8546 Mention `kmacro-ring-max'.
8547 (Keyboard Macro Counter): Clarify description of
8548 `kmacro-insert-counter', `kmacro-set-counter',
8549 `kmacro-add-counter' and `kmacro-set-format'.
8550
8551 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8552
8553 * custom.texi (File Variables): Add `unibyte' and make it more
8554 clear that `unibyte' and `coding' are special. Suggested by Simon
8555 Krahnke <overlord@gmx.li>.
8556
8557 * mule.texi (Enabling Multibyte): Refer to File Variables.
8558 Suggested by Simon Krahnke <overlord@gmx.li>.
8559
8560 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8561
8562 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8563 x-use-old-gtk-file-dialog.
8564
8565 2004-11-20 Richard M. Stallman <rms@gnu.org>
8566
8567 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8568
8569 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
8570
8571 * building.texi (Lisp Eval): Delete hyphen in section name.
8572
8573 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8574
8575 * files.texi (Old Versions):
8576 No longer document annotation as "CVS only".
8577
8578 2004-11-10 Andre Spiegel <spiegel@gnu.org>
8579
8580 * files.texi (Version Control): Rewrite the introduction about
8581 version systems, mentioning the new ones that we support.
8582 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8583 suggestions.
8584
8585 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8586
8587 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8588
8589 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8590
8591 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8592
8593 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8594
8595 * text.texi (Text Based Tables, Table Definition)
8596 (Table Creation, Table Recognition, Cell Commands)
8597 (Cell Justification, Row Commands, Column Commands)
8598 (Fixed Width Mode, Table Conversion, Measuring Tables)
8599 (Table Misc): New nodes, documenting the Table Mode.
8600
8601 2004-10-19 Jason Rumney <jasonr@gnu.org>
8602
8603 * makefile.w32-in (info): Change order of arguments to makeinfo.
8604
8605 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
8606
8607 * calendar.texi (iCalendar): Update for package changes.
8608
8609 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8610
8611 * files.texi (Misc File Ops): View mode is a minor mode.
8612
8613 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8614
8615 * calendar.texi (iCalendar): Style changes.
8616
8617 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8618
8619 * search.texi (Regexps): The regexp described in the example is no
8620 longer stored in the variable `sentence-end'.
8621
8622 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * building.texi (Starting GUD): Note that multiple debugging
8625 sessions requires `gdb --fullname'.
8626
8627 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8628
8629 * calendar.texi (iCalendar): New section for a new package.
8630
8631 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * text.texi: Various small changes in addition to the following.
8634 (Text): Replace xref for autotype with inforef.
8635 (Sentences): Explain nil value for `sentence-end'.
8636 (Paragraphs): Update default values for `paragraph-start' and
8637 `paragraph-separate'.
8638 (Text Mode): Correct description of Text mode's effect on the
8639 syntax table.
8640 (Outline Visibility): `hide-other' does not hide top level headings.
8641 `selective-display-ellipses' no longer has an effect on Outline mode.
8642 (TeX Misc): Add missing @cindex.
8643 Replace xref for RefTeX with inforef.
8644 (Requesting Formatted Text): The variable
8645 `enriched-fill-after-visiting' no longer exists.
8646 (Editing Format Info): Update names of menu items and commands.
8647 (Format Faces): Mention special effect of specifying the default face.
8648 Describe inheritance of text properties.
8649 Correct description of `fixed' face.
8650 (Format Indentation): Correct description of effect of setting
8651 margins. Mention `set-left-margin' and `set-right-margin'.
8652 (Format Justification): Update names of menu items.
8653 `set-justification-full' is now bound to `M-j b'.
8654 Mention that `default-justification' is a per buffer variable.
8655 (Format Properties): Update name of menu item.
8656 (Forcing Enriched Mode): `format-decode-buffer' automatically
8657 turns on Enriched mode if the buffer is in text/enriched format.
8658
8659 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
8660
8661 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8662
8663 2004-09-28 Kim F. Storm <storm@cua.dk>
8664
8665 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8666 Align with new functionality.
8667
8668 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8669
8670 * display.texi (Display Custom): Remove stray `@end defvar'.
8671
8672 2004-09-23 Kim F. Storm <storm@cua.dk>
8673
8674 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8675 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8676
8677 2004-09-20 Richard M. Stallman <rms@gnu.org>
8678
8679 * custom.texi (Hooks): Explain using setq to clear out a hook.
8680 (File Variables): Explain multiline string constants.
8681 (Non-ASCII Rebinding): Explain when you need to update
8682 non-ASCII char codes in .emacs.
8683
8684 * building.texi (Compilation): Explain how to make a silent
8685 subprocess that won't be terminated. Explain compilation-environment.
8686
8687 2004-09-13 Kim F. Storm <storm@cua.dk>
8688
8689 * mini.texi (Repetition): Rename isearch-resume-enabled to
8690 isearch-resume-in-command-history and change default to disabled.
8691
8692 2004-09-09 Kim F. Storm <storm@cua.dk>
8693
8694 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8695 with new `kmacro-name-last-macro'.
8696
8697 2004-09-08 Juri Linkov <juri@jurta.org>
8698
8699 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8700
8701 2004-09-03 Juri Linkov <juri@jurta.org>
8702
8703 * search.texi (Incremental Search): Update wording for M-%.
8704
8705 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8706
8707 * killing.texi (Killing): Correct description of kill commands in
8708 read-only buffer.
8709
8710 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8711
8712 * building.texi (Compilation Mode): Add a paragraph about rules
8713 for finding the compilation buffer for `next-error'.
8714
8715 * search.texi (Other Repeating Search): Mention that Occur mode
8716 supports the next-error functionality.
8717
8718 2004-09-02 Juri Linkov <juri@jurta.org>
8719
8720 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8721
8722 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8723
8724 * kmacro.texi (Basic Keyboard Macro):
8725 `apply-macro-to-region-lines' now operates on all lines that begin
8726 in the region, rather than on all complete lines in the region.
8727
8728 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8729
8730 * frames.texi (Drag and drop): Add documentation about
8731 x-dnd-test-function and x-dnd-known-types.
8732
8733 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8734
8735 * indent.texi: Various minor changes in addition to:
8736 (Indentation Commands): Correct description of `indent-relative'.
8737 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8738 mode. The *Tab Stops* buffer uses Overwrite Mode.
8739 (Just Spaces): `tabify' converts sequences of at least two spaces
8740 to tabs.
8741
8742 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * frames.texi (Secondary Selection): Setting the secondary
8745 selection with M-Drag-Mouse-1 does not alter the kill ring,
8746 setting it with M-Mouse-1 and M-Mouse-3 does.
8747 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8748 toolkit scroll bars.
8749 (Scroll Bars): Ditto.
8750
8751 * windows.texi (Basic Window): When using a window system, the value
8752 of point in a non-selected window is indicated by a hollow box.
8753 (Split Window): Side by side windows are separated by a scroll bar,
8754 if scroll bars are used.
8755 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8756 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8757 (Window Convenience): Update bindings for `winner-undo' and
8758 `winner-redo'.
8759
8760 * ack.texi (Acknowledgments): Use `@unnumbered'.
8761 * misc.texi: Adapt sectioning in Info to the node structure.
8762 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8763 of "Using Emacs as a Server".
8764 * building.texi (Building): Interchange nodes (for correct numbering).
8765 * programs.texi (Programs): Interchange nodes (for correct numbering).
8766 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8767 Info to the node structure.
8768 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8769 Rearrange order of nodes and sections such that both "GNU GENERAL
8770 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8771 end, as appropriate for appendices.
8772 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8773 Use `@unnumberedsec'.
8774 * trouble.texi: Adapt sectioning in Info to the node structure.
8775 Adapt node pointers to change in emacs.texi.
8776 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8777
8778 2004-08-25 Kenichi Handa <handa@m17n.org>
8779
8780 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8781 description for unibyte mode.
8782
8783 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8786
8787 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8788 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8789 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8790 in @pxref.
8791
8792 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8795 Change section names.
8796
8797 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8798
8799 * kmacro.texi (Keyboard Macro Ring): Rename section.
8800 Emacs treats the head of the macro ring as the `last keyboard macro'.
8801 (Keyboard Macro Counter): Minor change.
8802 (Save Keyboard Macro): Some clarifications.
8803 (Edit Keyboard Macro): Rename section.
8804
8805 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8806 32-bit machines.
8807 (Several Buffers): Clarify which buffer is selected if `2' is
8808 pressed in the Buffer Menu.
8809 Auto Revert mode can be used to update the Buffer Menu
8810 automatically.
8811
8812 2004-08-21 Eli Zaretskii <eliz@gnu.org>
8813
8814 * help.texi (Misc Help): Add an index entry for finding an Info
8815 manual by its file name.
8816
8817 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8818
8819 * files.texi (Backup Deletion): Correct description of
8820 `delete-old-versions'.
8821 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8822 (Auto Save Files): Recommend `auto-save-mode' to reenable
8823 auto-saving, rather than the abbreviation `auto-save'.
8824
8825 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8828 for "killing" and "yanking" in main menu.
8829
8830 2004-08-16 Richard M. Stallman <rms@gnu.org>
8831
8832 * killing.texi (Yanking, Killing): Minor cleanups.
8833
8834 * mark.texi (Momentary Mark): Minor cleanups.
8835
8836 2004-08-15 Kenichi Handa <handa@etl.go.jp>
8837
8838 * custom.texi (Non-ASCII Rebinding):
8839 C-q always inserts the right code to pass to global-set-key.
8840
8841 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8844 `insert-register', instead of `C-x r g' binding, for consistency.
8845
8846 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * fixit.texi (Spelling): Fix typo.
8849
8850 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8851
8852 * help.texi (Help): Fix Texinfo usage.
8853
8854 2004-07-24 Richard M. Stallman <rms@gnu.org>
8855
8856 * text.texi (Paragraphs): Update how paragraphs are separated
8857 and the default for paragraph-separate.
8858
8859 * search.texi (Regexp Replace): Further update text for new
8860 replacement operators.
8861
8862 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8863
8864 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8865 `R' switch.
8866
8867 * dired.texi (Dired Updating): `k' only deletes inserted
8868 subdirectories from the Dired buffer if a prefix argument was given.
8869
8870 * search.texi (Regexps): Delete redundant definition of `symbol' in
8871 description of `\_>'. It already occurs in the description of `\_<'.
8872
8873 2004-07-01 Juri Linkov <juri@jurta.org>
8874
8875 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8876 (Regexp Search): Add M-r.
8877
8878 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8879
8880 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8881
8882 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8883
8884 * search.texi, calendar.texi: Markup fixes.
8885
8886 2004-06-25 Richard M. Stallman <rms@gnu.org>
8887
8888 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8889
8890 2004-06-25 David Kastrup <dak@gnu.org>
8891
8892 * search.texi (Regexp Replace): Some typo corrections and
8893 rearrangement.
8894
8895 2004-06-24 David Kastrup <dak@gnu.org>
8896
8897 * search.texi (Unconditional Replace): Use replace-string instead
8898 of query-replace in example.
8899 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8900 sequences.
8901 (Query Replace): Correct explanation of `^' which does not use
8902 the mark stack.
8903
8904 2004-06-21 Nick Roberts <nickrob@gnu.org>
8905
8906 * misc.texi (Shell History Copying): Document comint-insert-input.
8907 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8908
8909 2004-06-20 Jesper Harder <harder@ifa.au.dk>
8910
8911 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8912 * custom.texi (Customization): Do.
8913 * anti.texi (Antinews): Do.
8914 * abbrevs.texi (Defining Abbrevs): Do.
8915
8916 * programs.texi (Info Lookup): Fix keybinding for
8917 info-lookup-symbol.
8918
8919 2004-06-16 Juanma Barranquero <lektu@terra.es>
8920
8921 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8922 Add emacs-xtra.
8923 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8924 (clean): Add emacs-xtra and flymake. Remove redundancies.
8925
8926 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8929 Add emacs-xtra.
8930 * emacs-xtra.texi: New file.
8931
8932 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8935 (Dired and Find): Mention differences with ordinary Dired buffers.
8936
8937 2004-06-13 Richard M. Stallman <rms@gnu.org>
8938
8939 * custom.texi (Init Syntax): Explain about vars that do special
8940 things when set with setq or with Custom.
8941 (Init Examples): Add line-number-mode example.
8942
8943 2004-06-12 Juri Linkov <juri@jurta.org>
8944
8945 * dired.texi (Operating on Files): Add dired-do-touch.
8946
8947 2004-06-10 Juri Linkov <juri@jurta.org>
8948
8949 * building.texi (Lisp Eval): Add C-M-x on defface.
8950
8951 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * files.texi (Reverting): Auto-Revert mode and
8954 Global Auto-Revert mode no longer revert remote files.
8955
8956 2004-05-29 Richard M. Stallman <rms@gnu.org>
8957
8958 * custom.texi (Init File): Two dashes start --no-site-file.
8959
8960 2004-05-29 Alan Mackenzie <acm@muc.de>
8961
8962 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
8963 ("AWK"): Is consistently thus spelled throughout.
8964 (AWK, Pike): Document as "C-like modes".
8965 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8966 (M-x man): Supersedes M-x manual-entry.
8967 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8968
8969 ("Comments in C"): Delete node; the info is in CC Mode manual.
8970 (c-comment-only-line-offset): Remove description.
8971
8972 (C-c ., C-c C-c): Describe new C Mode bindings.
8973
8974 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8975 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8976 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8977 Amend definitions.
8978
8979 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8980 Describe functions.
8981
8982 (c-comment-start-regexp, c-hanging-comment-ender-p)
8983 (c-hanging-comment-starter-p): Remove obsolete definitions.
8984
8985 * emacs.texi: Remove the menu entry "Comments in C".
8986
8987 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8990 `M-x locate'.
8991
8992 2004-05-16 Karl Berry <karl@gnu.org>
8993
8994 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8995 makeinfo --html fails.
8996 * help.texi (Help Summary) [@ifnottex]: Likewise.
8997
8998 2004-05-13 Nick Roberts <nickrob@gnu.org>
8999
9000 * building.texi (GDB Graphical Interface): Update and describe
9001 layout first.
9002
9003 2004-05-04 Jason Rumney <jasonr@gnu.org>
9004
9005 * makefile.w32-in: Revert last change.
9006
9007 2004-05-03 Jason Rumney <jasonr@gnu.org>
9008
9009 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9010
9011 2004-04-23 Juanma Barranquero <lektu@terra.es>
9012
9013 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9014
9015 2004-04-18 Juri Linkov <juri@jurta.org>
9016
9017 * fixit.texi (Spelling): Remove file extension from ispell xref.
9018
9019 2004-04-15 Kim F. Storm <storm@cua.dk>
9020
9021 * cmdargs.texi (Initial Options): Add -Q.
9022
9023 2004-04-05 Kim F. Storm <storm@cua.dk>
9024
9025 * custom.texi (File Variables): Add safe-local-eval-forms.
9026
9027 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9028
9029 * files.texi (Reverting): Correct description of revert-buffer's
9030 handling of point.
9031
9032 2004-03-22 Juri Linkov <juri@jurta.org>
9033
9034 * emacs.texi (Top): Add `Misc X'.
9035
9036 * trouble.texi: Fix help key bindings.
9037
9038 * glossary.texi: Improve references.
9039
9040 * help.texi: Sync keywords with finder.el.
9041
9042 * mini.texi (Completion): Add description for menu items.
9043
9044 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9045
9046 * sending.texi (Mail Methods): Fix xref to Message manual.
9047
9048 2004-03-12 Richard M. Stallman <rms@gnu.org>
9049
9050 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9051
9052 2004-03-04 Richard M. Stallman <rms@gnu.org>
9053
9054 * search.texi (Regexps): Explain that ^ and $ have their
9055 special meanings only in certain contexts.
9056
9057 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9058
9059 * mule.texi (Specify Coding): Doc C-x RET F.
9060
9061 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9062 for multiple compile and grep buffers.
9063 (Indirect Buffers): Don't recommand clone-indirect-buffer
9064 for multiple compile and grep buffers.
9065
9066 2004-02-29 Juanma Barranquero <lektu@terra.es>
9067
9068 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9069 Use $(DEL) instead of rm, and ignore exit code.
9070
9071 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9072
9073 * building.texi (Watch Expressions): Update.
9074
9075 2004-02-21 Juri Linkov <juri@jurta.org>
9076
9077 * cmdargs.texi (Action Arguments): Add alias --find-file.
9078 Add --directory, --help, --version. Move text about command-line-args
9079 to Command Arguments.
9080 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9081 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9082 (Window Size X): Join -g and --geometry. Add @cindex.
9083 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9084 (Title X): Remove alias -title.
9085 (Misc X): New node.
9086
9087 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
9088
9089 * frames.texi (Drag and drop): Add Motif to list of supported
9090 protocols.
9091
9092 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
9093
9094 * frames.texi (Drag and drop): New section.
9095
9096 2004-01-24 Richard M. Stallman <rms@gnu.org>
9097
9098 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
9099 Include it only @ifnotinfo. Patch the preceding and following
9100 node headers to point to each other.
9101
9102 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9103
9104 * calendar.texi (Appointments): Update section.
9105
9106 2003-12-29 Kevin Ryde <user42@zip.com.au>
9107
9108 * programs.texi (C Modes): Fix the xref.
9109
9110 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9111
9112 * building.texi (Watch Expressions): Update.
9113 (Commands of GUD): Include use of toolbar + breakpoints set from
9114 fringe/margin.
9115
9116 2003-12-03 Andre Spiegel <spiegel@gnu.org>
9117
9118 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9119 <acm@muc.de>.
9120
9121 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
9122
9123 * frames.texi (Dialog Boxes): Add use-file-dialog.
9124
9125 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9126
9127 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9128 in CC Mode.
9129
9130 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9131
9132 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9133 * man/commands.texi, man/custom.texi, man/display.texi:
9134 * man/emacs.texi, man/files.texi:
9135 * man/frames.texi, man/glossary.texi, man/killing.texi:
9136 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9137 * man/mule.texi, man/rmail.texi, man/search.texi:
9138 * man/sending.texi, man/text.texi, man/trouble.texi:
9139 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
9140
9141 2003-11-01 Alan Mackenzie <acm@muc.de>
9142
9143 * search.texi (Scrolling During Incremental Search): Document a
9144 new scrolling facility in isearch mode.
9145
9146 2003-10-22 Miles Bader <miles@gnu.org>
9147
9148 * Makefile.in (info): Move before $(top_srcdir)/info.
9149
9150 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
9151
9152 * building.texi (Watch Expressions): Update section on data display
9153 to reflect code changes (GDB Graphical Interface).
9154
9155 2003-10-13 Richard M. Stallman <rms@gnu.org>
9156
9157 * xresources.texi (GTK resources): Clean up previous change.
9158
9159 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
9160
9161 * xresources.texi (GTK resources): Add a note that some themes
9162 disallow customizations. Add scroll theme example.
9163
9164 2003-09-30 Richard M. Stallman <rms@gnu.org>
9165
9166 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9167
9168 * misc.texi (Saving Emacs Sessions): Shorten the section,
9169 collapsing back into one node.
9170
9171 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9172
9173 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9174
9175 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
9176
9177 * xresources.texi (GTK names in Emacs): Correct typo.
9178
9179 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9180
9181 * cmdargs.texi (Font X): Mention new default font.
9182 More fully describe long font names, wildcard patterns and the
9183 problems involved. (Result of discussion on emacs-devel.)
9184
9185 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9186
9187 * emacs.texi (Acknowledgements): Correct typo.
9188
9189 2003-09-22 Richard M. Stallman <rms@gnu.org>
9190
9191 * dired.texi (Misc Dired Commands): New node.
9192 (Dired Navigation): Add dired-goto-file.
9193
9194 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9195
9196 * emacs.texi (Acknowledgements): New node, split from Distribution.
9197
9198 * cmdargs.texi (Action Arguments): -f reads interactive args.
9199
9200 2003-09-08 Lute Kamstra <lute@gnu.org>
9201
9202 * screen.texi (Mode Line): Say that POS comes before LINE.
9203 Mention `size-indication-mode'.
9204 * display.texi (Optional Mode Line):
9205 Document `size-indication-mode'.
9206 * basic.texi (Position Info): Mention `size-indication-mode'.
9207
9208 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9209
9210 * xresources.texi (Resources): Refer to `editres' man page.
9211 (Lucid Resources): Update defaults. Expand description of
9212 `shadowThickness'.
9213
9214 2003-09-04 Miles Bader <miles@gnu.org>
9215
9216 * Makefile.in (top_srcdir): New variable.
9217 ($(top_srcdir)/info): New rule.
9218 (info): Depend on it.
9219
9220 2003-09-03 Peter Runestig <peter@runestig.com>
9221
9222 * makefile.w32-in: New file.
9223
9224 2003-08-29 Richard M. Stallman <rms@gnu.org>
9225
9226 * misc.texi (Saving Emacs Sessions): Correct previous change.
9227
9228 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9229
9230 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9231 (Intro): Include kmacro.texi after fixit.texi instead of after
9232 custom.texi. (As suggested by Kim Storm.)
9233
9234 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9235
9236 * fixit.texi (Fixit): Update `Next' pointer.
9237 * files.texi (Files): Update `Previous' pointer.
9238 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9239 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9240 (Suggested by Kim Storm.)
9241 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9242
9243 2003-08-18 Kim F. Storm <storm@cua.dk>
9244
9245 * kmacro.texi: New file describing enhanced keyboard macro
9246 functionality. Replaces old description in custom.texi.
9247
9248 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9249 (Keyboard Macros): Move to new kmacro.texi file.
9250
9251 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9252
9253 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9254
9255 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9256
9257 2003-08-17 Alex Schroeder <alex@gnu.org>
9258
9259 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9260 required.
9261
9262 2003-08-05 Richard M. Stallman <rms@gnu.org>
9263
9264 * programs.texi (Lisp Indent): Don't describe
9265 lisp-indent-function property here. Use xref to Lisp Manual.
9266
9267 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9268
9269 * calendar.texi (Date Formats): Document changed behavior of
9270 abbreviations.
9271
9272 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
9273
9274 * buffers.texi (List Buffers): Fix previous change.
9275
9276 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
9277
9278 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9279 List*.
9280
9281 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9282
9283 * display.texi (Font Lock): Fix typo.
9284
9285 2003-07-07 Richard M. Stallman <rms@gnu.org>
9286
9287 * display.texi (Font Lock): Add xref for format info on
9288 font-lock-remove-keywords.
9289
9290 * building.texi (Compilation): Document what happens with asynch
9291 children of compiler process.
9292
9293 * help.texi (Library Keywords): Use @multitable.
9294
9295 2003-06-04 Richard M. Stallman <rms@gnu.org>
9296
9297 * programs.texi (Expressions): Delete C-M-DEL.
9298
9299 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9300 comint-move-point-for-output renamed from
9301 comint-scroll-to-bottom-on-output.
9302
9303 * custom.texi (Init Rebinding): Replace previous change with xref.
9304 (Non-ASCII Rebinding): Explain that issue more briefly here.
9305
9306 2003-05-28 Richard M. Stallman <rms@gnu.org>
9307
9308 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9309
9310 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
9311
9312 * building.texi (GDB Graphical Interface): New node.
9313 (Rewritten somewhat by RMS.)
9314
9315 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
9316
9317 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9318 non-English letters. Explain how to set coding systems correctly
9319 and how to include the right coding cookie in the file.
9320
9321 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
9322
9323 * indent.texi (Indentation): Explain the concepts.
9324 (Just Spaces): Explain why preventing tabs for indentation might
9325 be useful.
9326
9327 2003-04-16 Richard M. Stallman <rms@gnu.org>
9328
9329 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9330
9331 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9332
9333 * cmdargs.texi (General Variables): Document SMTPSERVER.
9334
9335 * sending.texi: Remove SMTP node.
9336 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9337 library.
9338
9339 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9340
9341 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9342
9343 2003-02-22 Simon Josefsson <jas@extundo.com>
9344
9345 * sending.texi (Mail Methods): Add node about SMTP.
9346
9347 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
9348
9349 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9350
9351 2003-02-01 Kevin Ryde <user42@zip.com.au>
9352
9353 * glossary.texi (Glossary): Correction to cl cross reference.
9354
9355 2003-01-20 Richard M. Stallman <rms@gnu.org>
9356
9357 * killing.texi (Rectangles): Document C-x c r.
9358
9359 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9360
9361 * xresources.texi (GTK resources): New node.
9362 (GTK widget names): New node.
9363 (GTK names in Emacs): New node.
9364 (GTK styles): New node.
9365
9366 2003-01-09 Francesco Potortì <pot@gnu.org>
9367
9368 * maintaining.texi (Create Tags Table): Add reference to the new
9369 `etags --help --lang=LANG' option.
9370
9371 2002-10-02 Karl Berry <karl@gnu.org>
9372
9373 * emacs.texi: Per rms, update all manuals to use @copying instead of
9374 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
9375 where needed for the sake of the HTML output.
9376
9377 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9378
9379 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9380 source files.
9381
9382 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * Makefile.in (emacsman): New target.
9385
9386 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9387
9388 * (Version 21.1 released.)
9389
9390 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9391
9392 * Branch for 21.1.
9393
9394 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9395
9396 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9397
9398 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9401
9402 1999-07-12 Richard Stallman <rms@gnu.org>
9403
9404 * Version 20.4 released.
9405
9406 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9407
9408 * Makefile.in (INFO_TARGETS): Delete customize.info.
9409 (DVI_TARGETS): Delete customize.dvi.
9410 (../info/customize, customize.dvi): Targets deleted.
9411
9412 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9413
9414 * Version 20.3 released.
9415
9416 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9417
9418 * Makefile.in (EMACSSOURCES): Add mule.texi.
9419 Add msdog.texi, ack.texi. Remove gnu1.texi.
9420
9421 1998-04-06 Andreas Schwab <schwab@gnu.org>
9422
9423 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9424 Use it in dvi targets.
9425
9426 1997-09-23 Paul Eggert <eggert@twinsun.com>
9427
9428 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9429 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9430 (../info/customize): Rename from ../info/custom.
9431
9432 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9433
9434 * Version 20.2 released.
9435
9436 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9437
9438 * Version 20.1 released.
9439
9440 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9441
9442 * Makefile (../info/customize, customize.dvi): New targets.
9443 (INFO_TARGETS): Add ../info/customize.
9444 (DVI_TARGETS): Add customize.dvi.
9445
9446 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9447
9448 * Version 19.33 released.
9449
9450 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9451
9452 * Version 19.32 released.
9453
9454 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9455
9456 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9457
9458 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9459
9460 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9461 Specify -I option.
9462 (All dvi targets): Set the TEXINPUTS variable.
9463
9464 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9465
9466 * Version 19.31 released.
9467
9468 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9469
9470 * Version 19.30 released.
9471
9472 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9473
9474 * Makefile.in (maintainer-clean): Rename from realclean.
9475
9476 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Makefile.in: New file.
9479 * Makefile: File deleted.
9480
9481 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9482
9483 * Makefile (TEXINDEX_OBJS): Variable deleted.
9484 (texindex, texindex.o, getopt.o): Rules deleted.
9485 All deps on texindex deleted.
9486 (distclean): Don't delete texindex.
9487 (mostlyclean): Don't delete *.o.
9488 * texindex.c, getopt.c: Files deleted.
9489
9490 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9491
9492 * Version 19.26 released.
9493
9494 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9495
9496 * Makefile (EMACSSOURCES): Exclude undo.texi.
9497
9498 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9499
9500 * Version 19.25 released.
9501
9502 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9503
9504 * Version 19.24 released.
9505
9506 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9507
9508 * Version 19.23 released.
9509
9510 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9511
9512 * Makefile: Delete spurious tab.
9513
9514 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * Makefile (.SUFFIXES): New rule.
9517
9518 1993-12-04 Richard Stallman (rms@srarc2)
9519
9520 * getopt.c: New file.
9521 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9522 (getopt.o): New rule.
9523 (dvi): Don't depend on texindex.
9524 (emacs.dvi): Depend on texindex.
9525
9526 1993-12-03 Richard Stallman (rms@srarc2)
9527
9528 * Makefile (TEXI2DVI): New variable.
9529 (emacs.dvi): Add explicit command.
9530 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9531
9532 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9533
9534 * Version 19.22 released.
9535
9536 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9537
9538 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9539
9540 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9541
9542 * Version 19.21 released.
9543
9544 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9545
9546 * Makefile (realclean): Don't delete the Info files.
9547
9548 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9549
9550 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9551 4' where appropriate.
9552
9553 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
9554
9555 * Makefile: Fix targets for texindex.
9556
9557 * texindex.c: Include "../src/config.h" if building in emacs.
9558
9559 * Makefile: Change all files to FILENAME.texi, force all targets
9560 to be FILENAME, not FILENAME.info.
9561 Add target to build texindex.c, defining `emacs'.
9562
9563 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9564
9565 * Version 19.19 released.
9566
9567 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9568
9569 * Version 19.18 released.
9570
9571 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9572
9573 * Makefile: Fix source file names of the separate manuals.
9574
9575 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9576
9577 * Version 19.17 released.
9578
9579 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9580
9581 * split-man: Fix typos in last change.
9582
9583 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9584
9585 * Version 19.16 released.
9586
9587 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9588
9589 * version 19.15 released.
9590
9591 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9592
9593 * Makefile (distclean): It's rm, not rf.
9594
9595 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9596
9597 * Version 19.14 released.
9598
9599 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9600
9601 * Makefile: New file.
9602
9603 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9604
9605 * Version 19.13 released.
9606
9607 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9608
9609 * Version 19.9 released.
9610
9611 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9612
9613 * Version 19.8 released.
9614
9615 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9616
9617 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9618
9619 * trouble.texi: It's `enable-flow-control-on', not
9620 `evade-flow-control-on'.
9621
9622 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9623
9624 * display.texi: Document standard-display-european.
9625
9626 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9627
9628 * Version 19.7 released.
9629
9630 * emacs.texi: Add a sentence to the top menu mentioning the
9631 specific version of Emacs this manual applies to.
9632
9633 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9634
9635 * basic.texi: Document next-line-add-lines variable used to
9636 implement down-arrow.
9637
9638 * killing.texi: Document kill-whole-line.
9639
9640 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9641
9642 * text.texi: Update unix TeX ordering information.
9643
9644 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9645
9646 * news.texi: Mention fill-rectangle in keybinding list.
9647
9648 * killing.texi: Document fill-rectangle.
9649
9650 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9651
9652 * vc.texi: Bring the docs up to date with VC 5.2.
9653
9654 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9655
9656 * emacs.tex: Mention blackbox and gomoku under Amusements.
9657 Assembler mode is now mentioned and appropriately indexed
9658 under Programming Modes.
9659
9660 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9661
9662 * emacs.tex: Update TeX ordering information.
9663
9664 1990-06-26 David Lawrence (tale@geech)
9665
9666 * emacs.tex: Note that completion-ignored-extensions is not used
9667 to filter out names when all completions are displayed in
9668 *Completions*.
9669
9670 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9671
9672 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9673
9674 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9675
9676 * emacs.tex: Add @findex grep.
9677
9678 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9679
9680 * emacs.tex: Correct two typos. No other changes before
9681 Version 19 will be made.
9682
9683 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9684
9685 * emacs.tex: Update information for obtaining TeX distribution from the
9686 University of Washington.
9687
9688 ;; Local Variables:
9689 ;; coding: utf-8
9690 ;; End:
9691
9692 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9693
9694 This file is part of GNU Emacs.
9695
9696 GNU Emacs is free software: you can redistribute it and/or modify
9697 it under the terms of the GNU General Public License as published by
9698 the Free Software Foundation, either version 3 of the License, or
9699 (at your option) any later version.
9700
9701 GNU Emacs is distributed in the hope that it will be useful,
9702 but WITHOUT ANY WARRANTY; without even the implied warranty of
9703 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9704 GNU General Public License for more details.
9705
9706 You should have received a copy of the GNU General Public License
9707 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.