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