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