]> code.delx.au - gnu-emacs/blob - doc/emacs/ChangeLog
* building.texi (Watch Expressions): Fix typo.
[gnu-emacs] / doc / emacs / ChangeLog
1 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * building.texi (Watch Expressions): Fix typo.
4
5 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6
7 * files.texi (Visiting): Document new behavior of
8 confirm-nonexistent-file-or-buffer.
9
10 * buffers.texi (Select Buffer): Document
11 confirm-nonexistent-file-or-buffer.
12
13 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
14 edit-picture.
15
16 * text.texi (Text): Simplify introduction. Discard mention of `M-x
17 edit-picture', since that is just an alias for picture-mode.
18 (Sentences): Note that repeated M-@ extends the region.
19 (Pages): Make terminology more consistent. Link to Regexps node.
20 (Longlines): Discuss relationship with Visual Line mode.
21 (Text Mode): Remove extraneous discussion of other modes, since they
22 were already introduced in the parent node.
23
24 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
25
26 * anti.texi (Antinews): Rewrite.
27
28 * entering.texi (Exiting): Mention "minimize" terminology.
29
30 * frames.texi (Frame Commands): Mention "minimize" terminology.
31
32 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
33 formats.
34 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
35 (Misc X): Don't document useless -hb option.
36
37 2008-11-22 Juri Linkov <juri@jurta.org>
38
39 * dired.texi (Dired Navigation): Change normal file name search option
40 from `non-nil' to `t'. Add `dwim' option.
41
42 2008-11-22 Juri Linkov <juri@jurta.org>
43
44 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
45 ".dir-locals.el". Rename `define-project-bindings' to
46 `dir-locals-set-class-variables'. Rename `set-directory-project' to
47 `dir-locals-set-directory-class'.
48
49 2008-11-22 Lute Kamstra <lute@gnu.org>
50
51 * buffers.texi (Select Buffer): Index goto-line.
52 * basic.texi (Moving Point): Mention the use of a numeric prefix
53 argument with goto-line and refer to Select Buffer for the use of a
54 plain prefix argument.
55
56 2008-11-19 Glenn Morris <rgm@gnu.org>
57
58 * doclicense.texi: Update to FDL 1.3.
59 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
60
61 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
62
63 * custom.texi (Minor Modes): Define mode commands and mode variables
64 more precisely. Recommend using mode commands instead of setting
65 variables directly. Put minor modes in a list, and add more modes.
66 (Easy Customization): Use "init file" instead of .emacs.
67 (Customization Groups): Update to new Custom buffer appearance.
68 (Saving Customizations): Copyedits. Update example.
69 (Variables): Give example of variable type-sensitivity.
70 (Examining): Update example.
71 (Hooks): Copyedits.
72 (Specifying File Variables): Use C comments instead of an artificial
73 Lisp for the example.
74 (Keymaps): Move internals discussion to Prefix Keymaps.
75 (Rebinding): Remove redundant paragraph (stated in Key Binding).
76 (Init Rebinding): Document kbd macro.
77 (Init File): Link to Find Init.
78
79 * mark.texi (Using Region): Document Delete Selection Mode more
80 thoroughly.
81
82 * frames.texi (Mouse Commands): Move most of the description of Delete
83 Selection Mode to Using Region, and link to it.
84 (Clipboard): Note that paste is bound to clipboard-yank.
85
86 * building.texi (Compilation): Document first-error value of
87 compilation-scroll-output.
88 (Compilation Mode): Note that compilation-auto-jump-to-first-error
89 works as soon as an error is available. Suggested by Juri Linkov.
90
91 * mini.texi (Passwords): New node.
92
93 * files.texi (Remote Files): Link to Passwords node.
94
95 * emacs.texi (Top): Update node listings.
96
97 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
98
99 * ack.texi (Acknowledgments): Some updating of credits.
100
101 * emacs.texi (Acknowledgments): Add a couple more names.
102
103 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
104
105 * files.texi (Directories): Describe delete-directory in text.
106 (Misc File Ops): Document use of trash.
107
108 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
109
110 * macos.texi (Mac Customization): Fix typos.
111
112 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
113
114 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
115 replacing previous contents. Numerous copyedits to adapt ns-emacs to
116 the conventions of the main Emacs manual.
117
118 * emacs.texi (Top): Update node listings.
119
120 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
121
122 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
123 command-line-args is processed during startup.
124 (Action Arguments): Correctly describe how file arguments interact with
125 the startup screen. Link to Lisp Interaction for scratch buffer.
126 (Initial Options): Link to Command Example for -batch option.
127 (Environment): Document initial-environment.
128
129 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
130 can't be changed in the site-start file.
131
132 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
133
134 * dired.texi (Dired): Mention C-x C-d too.
135 (Dired Enter): Document M-n in the Dired minibuffer.
136 (Dired Navigation): Explain dired-goto-file more clearly. Document
137 dired-isearch-filenames.
138 (Dired Deletion): Remove unnecessary "expunged" terminology.
139 (Flagging Many Files): & is now rebound to `% &'.
140 (Shell Commands in Dired): Document dired-do-async-shell-command.
141 Clarify how multi-file arguments are passed.
142 (Misc Dired Features): Document dired-do-isearch.
143
144 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
145
146 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
147
148 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
149
150 * search.texi (Other Repeating Search): Remove obsolete findex entries.
151
152 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
153
154 * programs.texi (Program Modes): Link to Program Indent node.
155 (Left Margin Paren): Explain consequences of changing
156 open-paren-in-column-0-is-defun-start more concisely.
157 (Which Function, Program Indent, Info Lookup): Minor edits.
158 (Basic Indent): If region is active, TAB indents the region.
159 (Multi-line Indent): If region is active, TAB indents the region. Note
160 that indent-region is useful when Transient Mark mode is off.
161 (Matching): The delimiter at the cursor is highlighted---the character
162 changes color.
163 (Symbol Completion): Link to Completion node.
164
165 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
166 a strictly text-only system.
167
168 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
169 batch mode.
170
171 2008-11-01 Richard M. Stallman <rms@gnu.org>
172
173 * misc.texi (Document View): Major rewrite.
174
175 * maintaining.texi (Types of Log File): Change logs are older than
176 version control.
177 (VCS Concepts): Simplify and rearrange.
178 (Version Control Systems): Make it clear that Linux is only the kernel.
179 (VC Mode Line): Shorten reference to menu item.
180 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
181 (VC Directory Mode): Minor cleanup.
182 Unchanged files are hidden, not omitted.
183 (VC Directory Commands): Shorten and simplify.
184 (Change Log Commands): New node, split from Change Logs.
185 (VC Directory Buffer): New node, split from VC Directory Mode.
186
187 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
188
189 * misc.texi (Document View): Renamed from Document Files, moved here
190 from files.texi.
191
192 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
193 moved as well.
194 (Document Files): Moved to misc.texi.
195
196 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
197 vc-update-change-log.
198 (Version Control): Move here from files.texi.
199 (Format of ChangeLog): Make it a subnode of Change Log.
200
201 * emacs.texi (Top): Update node listing.
202
203 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
204
205 * files.texi (Files): Add a section about document
206 files (doc-view-mode).
207
208 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
209
210 * building.texi (Compilation Mode): Document
211 compilation-auto-jump-to-first-error.
212 (Debuggers): Lower GUD subsections to subsubsections.
213 (Starting GUD): Add cindex.
214 (Lisp Interaction): Note that scratch is no longer the initial buffer.
215
216 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
217
218 * indent.texi (Indentation): Link to Program Indent.
219
220 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
221 now uses emacsclient's terminal.
222
223 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
224
225 * mark.texi (Using Region): Document use-empty-active-region.
226
227 * emacs.texi (Top): Update node listings.
228
229 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
230 mention obsolete emacs.bash script.
231 (Invoking emacsclient): Rewrite, moving optional arguments to
232 emacsclient Options.
233 (emacsclient Options): New node. Document server-use-tcp and
234 server-host.
235
236 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
237
238 * indent.texi (Indentation): Replace list with paragraphed text,
239 putting description of syntax-driven indentation first. Document new
240 effect of active regions on tab.
241 (Tab Stops): Note that editable tab stops affect indentation commands.
242
243 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
244
245 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
246
247 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
248
249 * custom.texi (Function Keys): Note that modified keypad keys are not
250 translated.
251
252 * basic.texi (Arguments): Explain how to insert multiple digits.
253
254 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
255
256 * files.texi (Remote Files): Precise selection of default method.
257 Rewrite paragraph about disabling remote file names.
258
259 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
260
261 * search.texi (Special Isearch): Document M-TAB is isearch.
262
263 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
264 command.
265
266 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
267
268 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
269
270 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
271 section.
272
273 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
274
275 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
276 to files.texi. Move contents of vc2-xtra.texi here.
277
278 * vc2-xtra.texi: File removed.
279
280 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
281 Directory Commands from the submenu. Don't include deleted file
282 vc2-xtra.texi.
283
284 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
285 (Version Control): Add VC Directory Mode and VC Directory Commands to
286 the submenu.
287 (Why Version Control?): Use table format.
288 (Version Control Systems): Note that Meta-CVS support is gone.
289 (VCS Concepts): Note precisely when VC started supporting filesets.
290 Remove bogus xref to CVS Options node.
291 (Types of Log File): Copyedits.
292 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
293 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
294 The Right Thing.
295 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
296 (Log Buffer): Reorganize node, putting C-c C-c description first.
297 (Old Revisions): Use CVS for example, not RCS.
298 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
299 Commands from the submenu, putting them under Version Control.
300 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
301 need to include it in the manual unconditionally, since it is now
302 crucial to using distributed version control systems.
303 (Comparing Files): Note that diff uses the minibuffer, and that the
304 output is shown using Diff mode.
305 (Diff Mode): Explain what "patch" and "hunk" mean. Document
306 diff-update-on-the-fly, diff-refine-hunk, and
307 diff-show-trailing-whitespaces.
308 (File Archives): Add rar support.
309
310 * major.texi (Choosing Modes): Make mode selection sequence more
311 obvious by describing the steps in order of priority. Note that
312 magic-mode-alist is nil by default. Document
313 magic-fallback-mode-alist.
314
315 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
316
317 * frames.texi (Mouse References): Copyedits.
318
319 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
320
321 * ack.texi (Acknowledgments): Add myself as doc-view author.
322
323 2008-10-20 Eli Zaretskii <eliz@gnu.org>
324
325 * frames.texi (Dialog Boxes): Add @cindex entries.
326
327 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
328
329 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
330 (Text-Only Mouse): Copyedit.
331
332 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
333
334 * frames.texi: Use @key throughout for mouse clicks.
335 (Cut/Paste Other App): Document yank-pop-change-selection.
336 (Secondary Selection): Fix modified mouse click syntax.
337 (Clipboard): Describe Cut, Copy and Paste commands.
338 (Mouse References): Not all references are in read-only buffers.
339 Copyedits.
340 (Creating Frames): Add xref to Init File.
341 (Frame Commands): Add xref to Exiting.
342 (Scroll Bars): Document GTK vs toolkit behavior.
343
344 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
345
346 * files.texi (Version Control): Copyedits. Add Bazaar.
347 (Version Control Systems): List different VCS's using an itemized list.
348 Add Bazaar.
349 (VCS Concepts): Copyedits. Tweak description of file merging.
350
351 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
352 (Cut/Paste Other App): Document select-active-regions and
353 x-select-enable-primary.
354
355 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
356
357 * mark.texi (Shift Selection): Correct case in node name.
358
359 * emacs.texi (Top): Update node order in Mark chapter.
360
361 2008-10-12 Eli Zaretskii <eliz@gnu.org>
362
363 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
364
365 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
366 elsewhere in the manual instead of describing yet again the intricacies
367 of $HOME on MS-Windows and MS-DOS.
368
369 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
370
371 * mini.texi (Minibuffer File): Add xref to File Names.
372 (Minibuffer File): Add discussion of `~' in file names. Add
373 insert-default-directory index reference.
374
375 * files.texi (File Names): Reorganize description.
376 (Visiting): Add xref to Mode Line. Copyedits.
377 (Save Commands): Mention prefix behavior of C-x C-s.
378 (Numbered Backups): Node deleted.
379 (Backup Names): Contents of Numbered Backups moved here. State default
380 of version-control variable.
381 (Reverting): Copyedits.
382 (Version Control): Add additional version control systems.
383
384 * emacs.texi (Top): Delete Numbered Backups node.
385
386 * cmdargs.texi (General Variables): Change Numbered Backups xref to
387 Backup Names.
388 (Initial Options): Document renamed variable inhibit-startup-screen.
389
390 2008-10-11 Romain Francoise <romain@orebokech.com>
391
392 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
393
394 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
395
396 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
397 (Select Buffer): Mention use of minibuffer history. Describe default
398 value of default-major-mode. Mention that C-x 4 b selects the other
399 window.
400 (List Buffers): Document CRM indicators in the order they appear.
401 (Kill Buffer): Document new command kill-matching buffers.
402 (Several Buffers): Move explanation of the relationship between buffer
403 list and buffer menu to the top.
404 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
405
406 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
407
408 * entering.texi (Exiting): Document change of C-x C-c to
409 save-buffers-kill-terminal. Document kill-emacs.
410
411 2008-09-30 Eli Zaretskii <eliz@gnu.org>
412
413 * mule.texi (Coding Systems): Don't mention codepage-setup.
414
415 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
416 cpNNN coding systems anymore.
417 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
418 for unibyte mode. Don't mention line-drawing characters. Don't
419 mention dos-unsupported-char-glyph.
420
421 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
422
423 * search.texi (Search): Shorten introduction.
424 (Basic Isearch): Add command table. Discuss reverse isearch and
425 isearch highlighting.
426 (Repeat Isearch): Move lazy highlighting discussion here. Add search
427 ring to cindex.
428 (Special Isearch): Move input methods discussion here.
429 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
430 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
431 Repeat Isearch.
432 (Isearch Minibuffer): New node.
433 (Word Search): Document new word search commands.
434 (Regexp Example): Simplify example using sentence-end-base variable.
435 (Replace): Reword introduction.
436 (Unconditional Replace): Remove unnecessary example.
437 (Other Repeating Search): Document new `M-s o' binding.
438
439 * emacs.texi (Top): Update node listings.
440
441 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
442
443 * emacs.texi (Top): Remove Kill Errors from menu.
444
445 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
446
447 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
448 interface for defining macros. Simplify examples. Note that C-g quits
449 macro definitions.
450 (Keyboard Macro Counter): Document using F3 to insert counter. Give
451 usage example.
452 (Keyboard Macro Query): Organize query responses in a table.
453
454 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
455 to Erasing node.
456 (Undo): Reorganize paragraphs for logical flow. Move keybinding
457 rationale to a footnote.
458 (Kill Errors): Remove node, due to redundancy with Erasing.
459 (Spelling): Move discussion of flyspell to end. Note new behavior of
460 M-$ in active region. Remove non-ispell-specific keybindings from
461 table.
462
463 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
464
465 * cmdargs.texi (Initial Options): Document --daemon.
466
467 2008-09-20 Glenn Morris <rgm@gnu.org>
468
469 * files.texi (Numbered Backups): Mention that some modes set
470 version-control.
471
472 2008-09-20 Jim Blandy <jimb@red-bean.com>
473
474 * files.texi (Numbered Backups): Reference File Variables, as well.
475 Remove discussion of Rmail's implementation.
476
477 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
478
479 * misc.texi (Recursive Edit): Note that top-level exits active
480 minibuffers.
481
482 * trouble.texi (Quitting): Likewise.
483
484 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
485
486 * emacs.texi (Top): Add Temporary Face Changes xref.
487
488 * display.texi (Display): Move Temporary Face Changes node to just
489 after Standard Faces.
490 (Scrolling): Document recenter-top-bottom instead of recenter.
491 (Horizontal Scrolling): Move auto hscroll discussion to the top.
492 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
493 (Display Custom): Copyedits.
494 (Optional Mode Line): Document display-battery-mode.
495
496 2008-08-27 Romain Francoise <romain@orebokech.com>
497
498 * custom.texi (Directory Variables): Minor fix.
499
500 2008-08-27 Glenn Morris <rgm@gnu.org>
501
502 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
503 descriptions.
504 (Calendar Customizing): Tweak layout description.
505 Move calendar-today-marker and calendar-today face to the other
506 markers. Condense calendar-star-date and calendar-mark-today
507 description.
508 (Holiday Customizing): Add oriental and solar holidays.
509 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
510 Fix holiday-float description. Use zerop in examples. Be less verbose.
511 (Date Display Format): Change ISO format. Be less verbose.
512 (Diary Customizing): Mention day and month abbrev arrays.
513 Mention the date-form variables by name. Update European example.
514 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
515 Condense examples. Mention diary-entry-symbols by name.
516 Condense table for insertion commands.
517 (Fancy Diary Display): Mention diary-include-string and
518 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
519 Ethiopic, Persian date functions. Condense descriptions.
520
521 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
522 (Adding to Diary): Adapt for changed node name.
523
524 2008-08-26 Glenn Morris <rgm@gnu.org>
525
526 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
527 node "Hebrew/Islamic Entries".
528
529 * calendar.texi (Specified Dates): Fix names of iso functions.
530 (General Calendar): There may not be another window.
531 (Writing Calendar Files, Holidays): Tweak intro.
532 (Holidays): Mention Baha'i and Chinese holidays.
533 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
534 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
535 (To Other Calendar): Add calendar-print-other-dates.
536 Refer to "graphic display" rather than "X.
537 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
538 (Displaying the Diary): Fix whitespace after reference.
539 Fix `diary-number-of-entries' reference.
540 (Date Formats): Explicitly mention that day names can be abbreviated.
541 (Adding to Diary): Add some references to other sections.
542 (Special Diary Entries): Fix reference.
543 (Appointments): Simplify appt-message-warning-time entry.
544 Clarify where times must be.
545 (Importing Diary): Comment out icalendar paragraph that does not apply.
546 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
547
548 2008-08-23 Glenn Morris <rgm@gnu.org>
549
550 * fortran-xtra.texi (Fortran): Change description of free form and
551 fixed form a bit. Mention hideshow and imenu.
552 (Fortran Motion): Mention fortran-end-of-subprogram,
553 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
554 (Fortran Indent): Minor re-word.
555 (ForIndent Commands): Mention fortran-fill-paragraph and
556 fortran-fill-statement.
557 (ForIndent Cont): Mention fortran-tab-mode-string.
558 (Fortran Comments): Mention fortran-comment-line-start-skip.
559 (Fortran Columns): Mention font-locking.
560 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
561
562 2008-08-23 Johan Bockgard <bojohan@muon>
563
564 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
565
566 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
567
568 * mini.texi (Minibuffer): Simplify introduction.
569 (Minibuffer File): Document tilde in minibuffer filenames.
570 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
571 to enter tabs, spaces, and question marks. Describe behavior of C-a.
572 (Completion Example): Update example to current command list.
573 (Completion Options): Document `lazy' value of completion-auto-help.
574 Update contents of completion-ignored-extensions.
575 (Minibuffer History): Describe "future history" list. State default
576 value of history-delete-duplicates.
577
578 2008-08-21 Glenn Morris <rgm@gnu.org>
579
580 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
581 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
582
583 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
584
585 * regs.texi (Registers): Clarify valid register names.
586 (RegPos): Note that buffer is saved and restored too.
587 (RegText): Note that mark is reactivated/deactivated.
588 (RegConfig): Xref to Windows node.
589
590 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
591
592 * basic.texi (Inserting Text): Provide command name for C-q.
593
594 * killing.texi (Killing): Copyedit. Define read-only text.
595 (Deletion): DEL and C-d were already explained in Erasing; xref there.
596 (Killing by Lines): Copyedit.
597 (Other Kill Commands): Move M-w description here.
598 (Yanking): Move M-w to Other Kill Commands.
599 (Kill Ring): Also mention saving text in registers. Link to Text
600 Properties in elisp manual.
601 (Accumulating Text): Copyedit.
602 (CUA Bindings): Shift selection is now the default.
603
604 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
605
606 * maintaining.texi (Change Log): Mention next-error is available.
607
608 2008-08-10 Glenn Morris <rgm@gnu.org>
609
610 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
611 and intermonth text.
612 (Holiday Customizing): Add holiday-chinese.
613
614 2008-08-08 Eli Zaretskii <eliz@gnu.org>
615
616 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
617
618 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * files.texi (Log Buffer): Describe C-c C-d.
621 (Diff Mode): Describe C-x 4 A.
622
623 2008-08-06 Eli Zaretskii <eliz@gnu.org>
624
625 * vc1-xtra.texi (VC Directory Mode): Fix last change.
626
627 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
628
629 * files.texi (Old Revisions): Update the keys used by vc-annotate and
630 describe the new bindings to show the changeset diff, toggle annotation
631 visibility, show revisions.
632 (VC Status): Describe key bindings for modifying the change comments,
633 displaying changeset diffs and annotations.
634
635 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
636
637 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
638
639 * vc1-xtra.texi (VC Directory Mode): Fix typo.
640
641 2008-08-02 Eli Zaretskii <eliz@gnu.org>
642
643 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
644 and wording.
645
646 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
647
648 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
649 marking/unmarking. Add descriptions for the multiple file search
650 commands. Improve some old info.
651
652 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
653
654 * display.texi (Visual Line Mode): New node.
655
656 * basic.texi (Inserting Text): Move DEL to deletion node.
657 (Moving Point): Add additional alternative key bindings. Describe
658 line-move-visual.
659 (Erasing): Describe DEL.
660 (Basic Undo, Blank Lines, Arguments): Copyedit.
661 (Continuation Lines): Mention Visual Line mode.
662 (Position Info): Move extended discussion to mule.texi.
663
664 * mule.texi (International Chars): Describe C-x =.
665
666 * emacs.texi (Top): Add Visual Line Mode node.
667
668 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
669
670 * emacs.texi: Remove VMS support.
671
672 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
675 the vc-dir command name.
676
677 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * xresources.texi: Remove mentions of Mac Carbon.
680
681 2008-07-19 Andreas Schwab <schwab@suse.de>
682
683 * ns-emacs.texi: Move to ../misc.
684
685 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
686
687 * entering.texi (Exiting): Don't describe text-only terminals as the
688 default. Describe the new startup screen.
689 (Exiting): Describe how to kill Emacs first. Change description of
690 iconification to handle modern window systems.
691
692 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
693
694 * ns-emacs.texi: New file, documents features of Emacs port under
695 NeXTstep windowing.
696
697 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
698
699 * entering.texi (Entering Emacs): Update prev node.
700
701 * glossary.texi (Glossary): Remove xref to Text Characters.
702
703 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
704 directly, rather than in the context of ASCII. Move description of
705 special properties of modifier key to new Modifier Keys node.
706 (Keys): Copyedit.
707 (Text Characters): Delete node. Multibyte is the default nowadays, and
708 the node contents are obsolete.
709
710 * custom.texi (Modifier Keys): New node.
711
712 * emacs.texi (Top): Update node list.
713
714 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
715
716 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
717 saying that Emacs provides menus and mouse support (which is par for
718 the course).
719
720 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
721 early on.
722 (Point): Copyedit. Relegate historical trivia to a footnote.
723 (Mode Line): Explain mode-line format more consistently.
724 (Menu Bar): Copyedit.
725
726 2008-06-27 Glenn Morris <rgm@gnu.org>
727
728 * cal-xtra.texi (Sexp Diary Entries):
729 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
730
731 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
732
733 * mark.texi (Shift selection): New node.
734 (Mark): Copyedits.
735 (Persistent Mark): Move to the end of the chapter.
736
737 2008-06-20 Eli Zaretskii <eliz@gnu.org>
738
739 * makefile.w32-in (distclean): Remove makefile.
740
741 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
742
743 * building.texi (Starting GUD): Add an entry for gud-gdb.
744 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
745 command mode.
746
747 2008-06-17 Glenn Morris <rgm@gnu.org>
748
749 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
750
751 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
752
753 * building.texi (Starting GUD): Expand on remote debugging.
754 (Other GDB-UI Buffers): Mention new keyboard bindings.
755
756 2008-06-15 Glenn Morris <rgm@gnu.org>
757
758 * gnu.texi: Use a verbatim license for this invariant section,
759 as per etc/GNU.
760
761 2008-06-13 Daniel Engeler <engeler@gmail.com>
762
763 * emacs.texi, misc.texi: Add documentation about serial port access.
764
765 2008-06-13 Glenn Morris <rgm@gnu.org>
766
767 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
768 maintain.info.
769
770 2008-06-05 Miles Bader <miles@gnu.org>
771
772 * display.texi (Temporary Face Changes): Update to reflect function
773 renamings in face-remap.el.
774
775 2008-06-04 Miles Bader <miles@gnu.org>
776
777 * display.texi (Temporary Face Changes): Add
778 `adjust-buffer-face-height'. Rewrite description of
779 `increase-buffer-face-height' and `decrease-default-face-height' now
780 that they aren't bound by default.
781
782 2008-06-03 Miles Bader <miles@gnu.org>
783
784 * display.texi (Temporary Face Changes): New node.
785
786 2008-05-31 Eli Zaretskii <eliz@gnu.org>
787
788 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
789
790 2008-05-31 Glenn Morris <rgm@gnu.org>
791
792 * cal-xtra.texi (Fancy Diary Display): Simplify.
793
794 2008-05-30 Glenn Morris <rgm@gnu.org>
795
796 * cal-xtra.texi (Fancy Diary Display): Update for
797 diary-display-function replacing diary-display-hook.
798
799 2008-05-29 Drew Adams <drew.adams@oracle.com>
800
801 * msdog.texi (Windows Keyboard): Add descriptions of
802 w32-register-hot-key and w32-unregister-hot-key.
803
804 2008-05-21 Tom Tromey <tromey@redhat.com>
805
806 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
807 Variables node.
808
809 2008-05-19 Tom Tromey <tromey@redhat.com>
810
811 * custom.texi (Variables): Add Directory Variables to menu.
812 (Directory Variables): New node.
813
814 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
815
816 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
817
818 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
819
820 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
821 Revision Tags and rewritten. Section now uses modern terminology,
822 (tags rather than snapshots) and describes post-SCCS systems more
823 accurately.
824
825 2008-05-10 Eli Zaretskii <eliz@gnu.org>
826
827 * msdog.texi (Windows Files): Update documentation of
828 w32-get-true-file-attributes.
829
830 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
831
832 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
833 directory mode.
834
835 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
836
837 * killing.texi (Appending Kills): Remove a strangely off-topic index
838 entry "television".
839
840 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
841
842 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
843
844 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
845
846 * emacs/buffers.texi, emacs/files.texi (Version-control):
847 vc-toggle-read-only is no longer a good idea...
848
849 2008-04-29 Glenn Morris <rgm@gnu.org>
850
851 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
852
853 2008-04-22 Juri Linkov <juri@jurta.org>
854
855 * dired.texi (Subdirectories in Dired): Describe using `^'
856 to return to the parent directory.
857
858 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
859
860 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
861 recent changes.
862
863 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
864
865 * building.texi (GDB-UI Layout, Breakpoints Buffer)
866 (Other GDB-UI Buffers): Update for recent thread related changes.
867
868 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
869
870 * maintaining.texi (Maintaining):
871 * emacs.texi (Top): Typo.
872
873 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
876 arg in `font-lock-add-keywords'.
877
878 2008-04-08 Glenn Morris <rgm@gnu.org>
879
880 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
881 Also add Baha'i calendar references where appropriate.
882
883 2008-04-05 Glenn Morris <rgm@gnu.org>
884
885 * custom.texi (Init File): Byte-compiling .emacs is bad.
886
887 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
890
891 2008-03-29 Glenn Morris <rgm@gnu.org>
892
893 * calendar.texi: Update for `calendar-date-style' replacing
894 `european-calendar'.
895
896 2008-03-28 Jason Rumney <jasonr@gnu.org>
897
898 * display.texi (Display Custom): Mention overlay-margin in text.
899
900 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
901
902 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
903 tutorial' comments.
904
905 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
906
907 * mark.texi (Mark): Rearrange nodes.
908 (Persistent Mark): Rename from Transient Mark.
909 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
910 Describe Transient Mark mode as the default.
911
912 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
913 the default behavior with Transient Mark mode off.
914 (Position Info): Fix typo.
915
916 * display.texi (Standard Faces): Reference the Mark node.
917 Remove discussion of the region face, which is discussed there.
918
919 * emacs.texi (Top): Update node listings.
920
921 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
922 as the default.
923
924 * fixit.texi (Undo): Standardize choice of undo key sequence.
925 (Undo, Spelling): Describe Transient Mark mode as the default.
926
927 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
928 default.
929
930 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
931
932 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
933 mode is the default, and note that the mark is not activated when set.
934
935 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
936 Describe Transient Mark mode as the default.
937
938 * search.texi (Basic Isearch): Reference the Mark Ring node.
939 (Replace, Unconditional Replace, Other Repeating Search):
940 Describe Transient Mark mode as the default.
941
942 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
943 Transient Mark mode as the default.
944 (Paragraphs): Describe how M-h behaves when region is active.
945
946 * trouble.texi (Quitting): Clarify effects of C-g.
947
948 2008-03-13 Glenn Morris <rgm@gnu.org>
949
950 * emacs.texi (EMACSVER): Set to 23.0.60.
951
952 2008-03-05 Glenn Morris <rgm@gnu.org>
953
954 * dired.texi (Hiding Subdirectories): Fix previous change.
955
956 2008-03-05 Drew Adams <drew.adams@oracle.com>
957
958 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
959
960 2008-02-28 Kim F. Storm <storm@cua.dk>
961
962 * help.texi (Help Files): Move describe-gnu-project to C-h g.
963 Move describe-distribution to C-h C-o.
964 Move view-emacs-problems to C-h C-p.
965 Add view-emacs-debugging on C-h C-d.
966 Add view-external-packages on C-h C-e.
967 Add view-order-manuals on C-h C-m.
968
969 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
970
971 * msdog-xtra.texi (MS-DOS): Docstring fix.
972
973 2008-02-09 Eli Zaretskii <eliz@gnu.org>
974
975 * msdog.texi (Windows Fonts): Use a @table for describing font
976 properties.
977
978 2008-02-07 Jason Rumney <jasonr@gnu.org>
979
980 * msdog.texi (Windows Files): w32-get-true-file-attributes default
981 value has changed.
982 (Windows HOME): Clarify what is meant by "if that fails as well".
983 (Windows Fonts): New section.
984
985 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
986
987 * basic.texi (Basic Undo): Remove duplicate "you can".
988
989 2008-02-02 Eli Zaretskii <eliz@gnu.org>
990
991 * maintaining.texi (Tags): Fix last change.
992
993 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
994
995 * tramp.texi: Use new FSF's Back-Cover Text.
996
997 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
998
999 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1000
1001 2008-01-26 Richard Stallman <rms@gnu.org>
1002
1003 * maintaining.texi (Tags): Delete redundant index entry.
1004
1005 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1006
1007 * programs.texi (Imenu): Move "@cindex tags" from here...
1008 * maintaining.texi (Tags): ...to here.
1009
1010 2008-01-23 Kevin Ryde <user42@zip.com.au>
1011
1012 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1013 click count.
1014
1015 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * entering.texi (Exiting): Fix typo.
1018 Reported by D. E. Evans <sinuhe@gnu.org>.
1019
1020 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1021
1022 * glossary.texi (Glossary): Fix typo.
1023
1024 2007-12-27 Richard Stallman <rms@gnu.org>
1025
1026 * text.texi (Formatted Text): Improve menu tag.
1027 (Editing Format Info): In Info, add duplicate menu of nodes
1028 about the submenus.
1029 (Format Faces): Say where Faces menu is found. Mention Other.
1030 (Format Colors): Say where these submenus are found.
1031 (Format Indentation, Format Justification): Likewise.
1032 (Format Properties): Likewise.
1033
1034 2007-12-22 Richard Stallman <rms@gnu.org>
1035
1036 * search.texi (Query Replace): Make exp of query-replace more
1037 self-contained, and clarify.
1038
1039 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1040
1041 2007-12-15 Richard Stallman <rms@gnu.org>
1042
1043 * files.texi (Auto Save): Clarify definition of auto-saving.
1044
1045 2007-11-26 Richard Stallman <rms@gnu.org>
1046
1047 * help.texi (Help Echo): Cleanups.
1048
1049 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1050
1051 * files.texi (Why Version Control?): Fix typo.
1052 (VCS Concepts): Fix typos; small tense fix.
1053 (Selecting a Fileset): Fix typos; small rewording.
1054 (Log Buffer): Likewise.
1055 (Old Revisions): Likewise.
1056
1057 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1058
1059 * mule.texi (Communication Coding): Fix wording of last change.
1060
1061 2007-11-16 Werner Lemberg <wl@gnu.org>
1062
1063 * custom.texi (Specifying File Variables):
1064 * major.texi (Choosing Modes): Mention '\" in man pages.
1065
1066 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1067
1068 * mule.texi (Communication Coding): Document x-select-request-type.
1069
1070 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1071
1072 2007-11-15 Francesco Potortì <pot@gnu.org>
1073
1074 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
1075 --output=file.
1076
1077 2007-11-13 Martin Rudalics <rudalics@gmx.at>
1078
1079 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1080 (Help Echo): Avoid mentioning the term "region" here and
1081 consistently use the term "active text".
1082
1083 2007-11-11 Glenn Morris <rgm@gnu.org>
1084
1085 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1086
1087 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1088
1089 * search.texi (Query Replace): Mention
1090 `query-replace-show-replacement'.
1091
1092 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * building.texi (Watch Expressions): Remove obscure sentence.
1095
1096 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1097
1098 * mule.texi (Select Input Method): Describe how to activate an input
1099 method in the text mode.
1100
1101 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1102
1103 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1104
1105 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1108
1109 2007-10-30 Glenn Morris <rgm@gnu.org>
1110
1111 * misc.texi (Directory Tracking): Explain a bit more about
1112 dirtrack-mode.
1113
1114 2007-10-25 Glenn Morris <rgm@gnu.org>
1115
1116 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1117
1118 2007-10-24 Richard Stallman <rms@gnu.org>
1119
1120 * misc.texi (Interactive Shell): Cleanup last change.
1121
1122 2007-10-22 Juri Linkov <juri@jurta.org>
1123
1124 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1125 default values.
1126
1127 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1128
1129 * files.texi: Disambiguate two slightly different uses of the term
1130 'filesets'.
1131
1132 2007-10-18 Martin Rudalics <rudalics@gmx.at>
1133
1134 * trouble.texi (Quitting): Fix typo.
1135
1136 2007-10-18 Glenn Morris <rgm@gnu.org>
1137
1138 * frames.texi (Mode Line Mouse): Mention minor mode names.
1139
1140 2007-10-17 Juri Linkov <juri@jurta.org>
1141
1142 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1143 fill-paragraph operates on the active region in Transient Mark mode.
1144 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1145 with fill-paragraph.
1146
1147 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1148 fill-paragraph.
1149
1150 * fixit.texi (Spelling): ispell-word operates on the active region
1151 in Transient Mark mode.
1152
1153 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
1154
1155 * building.texi (Source Buffers):
1156 * custom.texi (Init Non-ASCII):
1157 * glossary.texi (Glossary): Use "key binding" consistently.
1158
1159 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * calendar.texi (Diary): Fix directive.
1162
1163 2007-10-16 Richard Stallman <rms@gnu.org>
1164
1165 * calendar.texi (Diary): Clarify text about diary file example.
1166
1167 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1168
1169 * files.texi: Capitalize node names according to convention.
1170
1171 2007-10-13 Glenn Morris <rgm@gnu.org>
1172
1173 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1174
1175 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1176
1177 * emacs.texi:
1178 * files.texi (Version Systems): Minor fixes to version-control material
1179 suggested by RMS and Robert J. Chassell.
1180
1181 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1182
1183 * files.texi (Version Systems):
1184 * vc-xtra.texi:
1185 * vc1-xtra.texi:
1186 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
1187 operations. Change of terminology from `version' to `revision'.
1188 Revise text for adequate description of VCSes with monotonic IDs.
1189 * emacs.texi: Change of terminology from `version' to `revision'.
1190
1191 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1192
1193 * files.texi (Version Systems): Describe newer VCses.
1194 Reorder the descriptions to be chronological.
1195
1196 2007-10-09 Richard Stallman <rms@gnu.org>
1197
1198 * display.texi (Cursor Display): Correct how cursor appears
1199 in nonselected windows.
1200
1201 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * building.texi (GDB Graphical Interface): Remove references to gdba
1204 and mention gud-gdb.
1205
1206 2007-08-31 Eli Zaretskii <eliz@gnu.org>
1207
1208 * rmail.texi (Rmail Sorting): Improve indexing.
1209
1210 2007-10-06 Juri Linkov <juri@jurta.org>
1211
1212 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1213 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1214 fill-paragraph-or-region.
1215
1216 * basic.texi (Arguments): Replace fill-paragraph with
1217 fill-paragraph-or-region.
1218
1219 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1220
1221 * files.texi: Update the section on version control for 2007
1222 conditions. None of these changes are new-VC-specific; that
1223 will come later.
1224
1225 2007-09-15 Glenn Morris <rgm@gnu.org>
1226
1227 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1228 to `list-holidays'.
1229
1230 2007-09-14 Glenn Morris <rgm@gnu.org>
1231
1232 * calendar.texi: Update all instances of mark-calendar-holidays,
1233 list-calendar-holidays, list-holidays with the new names.
1234
1235 2007-09-06 Glenn Morris <rgm@gnu.org>
1236
1237 * Move manual sources from man/ to subdirectories of doc/.
1238 Split into the Emacs manual in emacs/, and other manuals in misc/.
1239 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1240 manual.
1241 (infodir): New variable.
1242 (info): Use $infodir.
1243 (emacsman): Delete target, not needed any more.
1244 Move all targets that are not the Emacs manual to misc/Makefile.in.
1245 (mostlyclean): Remove `gnustmp'.
1246 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1247 manual.
1248 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
1249 (emacsman): Delete target, not needed any more.
1250 (clean): Remove all info files but Emacs manual.
1251 Move all targets that are not the Emacs manual to misc/Makefile.in.
1252 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1253
1254 * Makefile.in (INFOSOURCES): Delete.
1255 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1256 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1257 *.vrs *.toc here...
1258 (maintainer-clean): ...from here.
1259
1260 2007-09-05 Glenn Morris <rgm@gnu.org>
1261
1262 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1263
1264 2007-08-29 Glenn Morris <rgm@gnu.org>
1265
1266 * emacs.texi (EMACSVER): Increase to 23.0.50.
1267
1268 2007-08-27 Richard Stallman <rms@gnu.org>
1269
1270 * emacs.texi (Top): Clarify menu item for Glossary.
1271
1272 * display.texi (Faces): Change secn title.
1273 Clarify not all fonts come from Font Lock.
1274
1275 2007-08-17 Eli Zaretskii <eliz@gnu.org>
1276
1277 * basic.texi (Position Info): Add index entry for face at point.
1278 Mention that character faces are also displayed by "C-u C-x =".
1279
1280 2007-08-08 Glenn Morris <rgm@gnu.org>
1281
1282 * glossary.texi (Glossary): Deprecate `iff'.
1283
1284 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * files.texi (File Conveniences): Document point motion keys in Image
1287 mode.
1288
1289 2007-07-27 Glenn Morris <rgm@gnu.org>
1290
1291 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1292 in-line.
1293
1294 * gpl.texi: New file with text of GPL.
1295 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1296
1297 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1300
1301 * dired.texi (Wdired): Mention C-x C-q key binding.
1302
1303 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
1304
1305 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1306
1307 2007-07-25 Glenn Morris <rgm@gnu.org>
1308
1309 * emacs.texi (Copying): Replace license with GPLv3.
1310
1311 * Relicense all FSF files to GPLv3 or later.
1312
1313 2007-07-24 Glenn Morris <rgm@gnu.org>
1314
1315 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1316 for some calendars.
1317
1318 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1321 default-directory for the current buffer is on a remote machine.
1322
1323 2007-07-21 Eli Zaretskii <eliz@gnu.org>
1324
1325 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1326 default value.
1327
1328 2007-07-21 Richard Stallman <rms@gnu.org>
1329
1330 * files.texi (Why Version Control?): Improve previous change.
1331
1332 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1333
1334 * files.texi (Why Version Control?): New node.
1335
1336 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
1337
1338 * building.texi (Starting GUD): Add xref to this anchor.
1339
1340 2007-06-24 Karl Berry <karl@gnu.org>
1341
1342 * emacs.texi: New Back-Cover Text.
1343
1344 2007-06-07 Alan Mackenzie <acm@muc.de>
1345
1346 * display.texi (Optional Mode Line): Document the new form of
1347 line+column numbers, "(561,2)".
1348
1349 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * maintaining.texi (Create Tags Table): Fix typos.
1352
1353 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * Version 22.1 released.
1356
1357 2007-05-07 Karl Berry <karl@gnu.org>
1358
1359 * emacs.texi (EMACSVER): Back to 22.
1360
1361 2007-05-06 Richard Stallman <rms@gnu.org>
1362
1363 * maintaining.texi (Create Tags Table): Clean up previous change.
1364
1365 2007-05-05 Francesco Potortì <pot@gnu.org>
1366
1367 * maintaining.texi (Create Tags Table): Add text about the dangers of
1368 making symbolic links to tags files.
1369
1370 2007-05-04 Karl Berry <karl@gnu.org>
1371
1372 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1373
1374 2007-05-03 Karl Berry <karl@gnu.org>
1375
1376 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1377
1378 * .cvsignore (*.pdf): New entry.
1379
1380 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1381 for printing.
1382
1383 2007-05-01 Richard Stallman <rms@gnu.org>
1384
1385 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1386
1387 2007-04-28 Glenn Morris <rgm@gnu.org>
1388
1389 * ack.texi (Acknowledgments):
1390 * anti.texi (Antinews):
1391 * programs.texi (Program Modes): Restore mention of python.el pending
1392 consideration of legal status.
1393
1394 2007-04-28 Richard Stallman <rms@gnu.org>
1395
1396 * files.texi (File Names): Fixes to ~ description on MS systems.
1397
1398 2007-04-26 Glenn Morris <rgm@gnu.org>
1399
1400 * emacs.texi (EMACSVER): Increase to 22.1.50.
1401
1402 2007-04-25 Karl Berry <karl@gnu.org>
1403
1404 * emacs.texi: Improve line breaks on copyright page,
1405 similar layout to lispref, 8.5x11 by default.
1406
1407 * dired.texi (Image-Dired): Improve line break, fix typo.
1408
1409 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * programs.texi (Program Modes):
1412 * anti.texi (Antinews):
1413 * ack.texi (Acknowledgments): python.el removed.
1414
1415 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * display.texi (Highlight Interactively): Correct description of
1418 hi-lock-file-patterns-policy.
1419
1420 * files.texi (File Archives): Mention self-extracting executables.
1421
1422 2007-04-23 Eli Zaretskii <eliz@gnu.org>
1423
1424 * search.texi (Unconditional Replace, Query Replace): Add xref to
1425 "Replacement and Case".
1426
1427 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * dired.texi (Image-Dired): Move from Thumbnails node.
1430 * misc.texi (Thumbnails): Node deleted.
1431 * emacs.texi (Top): Update node listing.
1432
1433 * files.texi (File Conveniences):
1434 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
1435
1436 2007-04-21 Richard Stallman <rms@gnu.org>
1437
1438 * display.texi (Highlight Interactively): Correct previous change.
1439 Clarify doc of hi-lock-find-patterns, and move new features into it.
1440
1441 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1442
1443 * display.texi (Highlight Interactively): Document
1444 hi-lock-file-patterns-policy.
1445
1446 2007-04-20 Martin Rudalics <rudalics@gmx.at>
1447
1448 * display.texi (Scrolling): Fix typo.
1449
1450 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * doclicense.texi: Remove node heading, so that it can be included by
1453 other files.
1454
1455 * emacs.texi: Insert node heading for GFDL.
1456
1457 2007-04-14 Eli Zaretskii <eliz@gnu.org>
1458
1459 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1460 "command line".
1461
1462 * display.texi (Faces): Refer to "Creating Frames" for face
1463 and other frame customizations in .emacs.
1464
1465 * frames.texi (Creating Frames): Mention that face customizations can
1466 be put in .emacs. Add index entries.
1467
1468 2007-04-12 Richard Stallman <rms@gnu.org>
1469
1470 * glossary.texi (Glossary): Explain `iff'.
1471
1472 2007-04-11 Karl Berry <karl@gnu.org>
1473
1474 * gnu.texi (Top),
1475 * macos.texi (Mac Font Specs),
1476 * anti.texi (Antinews),
1477 * xresources.texi (Resources),
1478 * misc.texi (Emulation),
1479 * calendar.texi (Daylight Saving),
1480 * dired.texi (Dired and Find),
1481 * rmail.texi (Remote Mailboxes),
1482 * sending.texi (Mail Headers),
1483 * programs.texi (Which Function),
1484 * files.texi (Recover),
1485 * buffers.texi (Uniquify),
1486 * frames.texi (Wheeled Mice),
1487 * killing.texi (Rectangles): Wording to improve breaks in
1488 8.5x11 format.
1489 * mule.texi (Language Environments): \hbadness=10000 since there's
1490 no way to reword.
1491 * emacs.texi (smallbook): New @set to more easily switch between
1492 smallbook and 8.5x11.
1493
1494 2007-04-11 Richard Stallman <rms@gnu.org>
1495
1496 * files.texi (File Conveniences): Add xref to Tumme.
1497 Delete text about Thumbnail mode.
1498
1499 2007-04-09 Alan Mackenzie <acm@muc.de>
1500
1501 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1502 new name. Insert concept index entries.
1503
1504 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * display.texi (Standard Faces): Document prefix arg for
1507 list-faces-display.
1508
1509 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1510
1511 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1514
1515 * files.texi (Misc File Ops): Rewrite description of
1516 insert-file-literally.
1517
1518 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1519
1520 * misc.texi (Printing): Postscript -> PostScript.
1521
1522 * ack.texi (Acknowledgments): Postscript -> PostScript.
1523
1524 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1525
1526 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1527 below.
1528
1529 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1532 Init Non-ASCII.
1533 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1534 (Init Non-ASCII): New node.
1535
1536 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1537
1538 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1539
1540 2007-03-12 Glenn Morris <rgm@gnu.org>
1541
1542 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1543 "Daylight Savings".
1544
1545 * calendar.texi: Replace "daylight savings" with "daylight
1546 saving" in text throughout.
1547
1548 2007-03-04 Richard Stallman <rms@gnu.org>
1549
1550 * custom.texi (Safe File Variables): Minor correction.
1551
1552 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1553
1554 * rmail.texi (Movemail): Add internal ref.
1555 Don't indent the intro for the PROTO table.
1556 Format PROTO table items with @code.
1557
1558 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1559
1560 * building.texi: Remove references to bashdb.
1561
1562 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * mule.texi (Language Environments): Update list of supported language
1565 environments.
1566
1567 2007-02-14 Kim F. Storm <storm@cua.dk>
1568
1569 * building.texi (Grep Searching): Fix lgrep doc.
1570
1571 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * back.texi: Remove unused file.
1574
1575 2007-02-05 Francesco Potortì <pot@gnu.org>
1576
1577 * maintaining.texi (Tag Syntax): Now --members is the default for
1578 etags, not for ctags yet.
1579
1580 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1581
1582 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1583 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1584 expects. Add comments to prevent people from inadvertently modifying
1585 the key parts needed by `texinfo-multiple-files-update'.
1586
1587 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * frames.texi (Secondary Selection): Window clicked does not matter
1590 when mouse-yank-at-point is non-nil.
1591
1592 2007-01-16 Glenn Morris <rgm@gnu.org>
1593
1594 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1595 system abbrev.
1596
1597 2007-01-11 Richard Stallman <rms@gnu.org>
1598
1599 * msdog.texi (Windows Keyboard): Another small cleanup.
1600
1601 2007-01-10 Richard Stallman <rms@gnu.org>
1602
1603 * msdog.texi (Windows Keyboard): Yet another try to make
1604 everyone happy with that passage.
1605
1606 2007-01-05 Richard Stallman <rms@gnu.org>
1607
1608 * anti.texi (Antinews): Mention M-x shell scrolling.
1609
1610 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * building.texi (Watch Expressions): Describe gdb-max-children.
1613
1614 2007-01-04 Richard Stallman <rms@gnu.org>
1615
1616 * msdog.texi (Windows Keyboard): Clarify previous change.
1617
1618 2007-01-02 Richard Stallman <rms@gnu.org>
1619
1620 * custom.texi (Changing a Variable): Minor clarification.
1621 (Specific Customization): customize-customized => customize-unsaved.
1622
1623 * entering.texi (Entering Emacs): Clean up text about restarting
1624 Emacs for each file.
1625
1626 * misc.texi (Shell Options): Minor cleanup.
1627
1628 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1629 with Emacs, not vice versa.
1630
1631 * programs.texi (Symbol Completion): Recommend customizing
1632 window manager.
1633
1634 * xresources.texi (Resources): Minor fix.
1635
1636 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
1637
1638 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1639
1640 2007-01-01 Richard Stallman <rms@gnu.org>
1641
1642 * commands.texi (User Input): Document keys stolen by window mangers.
1643
1644 2006-12-31 Richard Stallman <rms@gnu.org>
1645
1646 * custom.texi (Specific Customization): Document customize-option
1647 instead of customize-variable.
1648
1649 2006-12-31 Kim F. Storm <storm@cua.dk>
1650
1651 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1652
1653 2006-12-30 Kim F. Storm <storm@cua.dk>
1654
1655 * killing.texi (CUA Bindings): Fix typo.
1656
1657 * xresources.texi (Table of Resources): Mention grow-only value for
1658 auto-resize-tool-bars.
1659
1660 2006-12-27 Eli Zaretskii <eliz@gnu.org>
1661
1662 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1663 and how to get them back.
1664
1665 2006-12-26 Richard Stallman <rms@gnu.org>
1666
1667 * calendar.texi (Holidays): Holiday listing is based on current
1668 practice, but DST is not.
1669
1670 2006-12-25 Richard Stallman <rms@gnu.org>
1671
1672 * emacs.texi (Top): Update subnode menus.
1673
1674 * mark.texi (Transient Mark): Fix xref.
1675
1676 * killing.texi (Graphical Kill): Node deleted.
1677 (Killing): Add xref to Cut and Paste.
1678 (CUA Bindings): Update xref.
1679
1680 * frames.texi (Cut and Paste): New section to hold other nodes.
1681 (Mouse Commands): Node demoted.
1682 (Cut/Paste Other App): Split out from Mouse Commands.
1683 (Word and Line Mouse): Likewise.
1684 (Secondary Selection, Clipboard): Nodes demoted.
1685
1686 2006-12-24 Kevin Ryde <user42@zip.com.au>
1687
1688 * calendar.texi (Holidays): US daylight saving begins second Sunday
1689 in March for 2007 onwards.
1690 (Daylight Savings): Show new US default daylight saving rules, 2nd
1691 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1692
1693 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * calendar.texi (Scroll Calendar): < and > are switched.
1696
1697 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1698
1699 * killing.texi (Deletion): Describe M-\ prefix argument.
1700
1701 2006-12-23 Richard Stallman <rms@gnu.org>
1702
1703 * search.texi (Regexp Search): Explain why forward and reverse regexp
1704 search are not mirror images.
1705
1706 2006-12-19 Kim F. Storm <storm@cua.dk>
1707
1708 * major.texi (Choosing Modes): Describe match-function elements for
1709 magic-mode-alist.
1710
1711 2006-12-18 Eli Zaretskii <eliz@gnu.org>
1712
1713 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1714 peculiarities.
1715
1716 2006-12-18 Richard Stallman <rms@gnu.org>
1717
1718 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1719
1720 2006-12-17 Alan Mackenzie <acm@muc.de>
1721
1722 * programs.texi (Left Margin Paren): Remove the bit which says
1723 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1724 Discuss some of the issues of setting this option to nil.
1725
1726 2006-12-17 Glenn Morris <rgm@gnu.org>
1727
1728 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1729
1730 2006-12-16 Eli Zaretskii <eliz@gnu.org>
1731
1732 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1733 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1734 NTFS volumes.
1735 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1736 volumes.
1737
1738 2006-12-15 Eli Zaretskii <eliz@gnu.org>
1739
1740 * text.texi (HTML Mode): Fix "C-c TAB".
1741
1742 2006-12-09 Richard Stallman <rms@gnu.org>
1743
1744 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1745
1746 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1747
1748 * files.texi (Misc File Ops): Document insert-file-literally.
1749
1750 2006-12-08 Eli Zaretskii <eliz@gnu.org>
1751
1752 * cmdargs.texi (Colors): Note that --color is intended for overriding
1753 the terminal defaults, not for normal invocation.
1754
1755 * misc.texi (Emacs Server): Improve wording. Don't mention the
1756 ``server program''. Add a cross-reference to "Init File" node.
1757 (Invoking emacsclient): Add index entries. Document both short and
1758 long versions of command-line options. Document the -f option.
1759
1760 2006-12-06 Richard Stallman <rms@gnu.org>
1761
1762 * text.texi (Outline Format): Say to set outline-regexp
1763 and outline-level with major modes and file local variables.
1764
1765 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
1766
1767 * anti.texi (Antinews): Mention the alternative to
1768 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1769
1770 * misc.texi (Interactive Shell): Ditto.
1771
1772 2006-12-04 Eli Zaretskii <eliz@gnu.org>
1773
1774 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1775
1776 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1777
1778 2006-12-01 Eli Zaretskii <eliz@gnu.org>
1779
1780 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1781 colon in the mode line.
1782
1783 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1784
1785 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1786
1787 * building.texi (Watch Expressions): Mention SPC for expanding/
1788 contracting watch expressions.
1789
1790 2006-11-26 Kim F. Storm <storm@cua.dk>
1791
1792 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1793
1794 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1795
1796 * building.texi (Debugger Operation): Define text command mode.
1797 Clarify how tooltips work.
1798 (GDB Graphical Interface): Explain how to run in text command mode
1799 more clearly.
1800
1801 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1804
1805 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1808
1809 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1812 and EMACS is deprecated.
1813
1814 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1817
1818 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
1819
1820 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1821
1822 * emacs.texi: Include xresources.texi both for info and dvi.
1823
1824 * xresources.texi: Merge text from xresmini.texi.
1825
1826 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
1827
1828 * glossary.texi: Fix typos.
1829
1830 2006-11-06 Richard Stallman <rms@gnu.org>
1831
1832 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1833
1834 * ack.texi (Acknowledgments): Fix name spelling.
1835
1836 2006-11-01 Juri Linkov <juri@jurta.org>
1837
1838 * search.texi (Word Search): Document incremental word search.
1839
1840 2006-10-28 Glenn Morris <rgm@gnu.org>
1841
1842 * ack.texi (Acknowledgments): Add cal-html author.
1843
1844 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1845 Calendar"). Describe new package cal-html.
1846 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1847 Calendar Files."
1848
1849 2006-10-23 Richard Stallman <rms@gnu.org>
1850
1851 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1852 Abbrev mode is enabled.
1853
1854 2006-10-16 Richard Stallman <rms@gnu.org>
1855
1856 * emacs.texi: Update ISBN.
1857
1858 2006-10-11 Kim F. Storm <storm@cua.dk>
1859
1860 * emacs.texi (Acknowledgments): Use @dotless{i}.
1861
1862 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1863
1864 * building.texi (Breakpoints Buffer): Mention catchpoints.
1865
1866 2006-10-08 Kim F. Storm <storm@cua.dk>
1867
1868 * ack.texi (Acknowledgments): Update.
1869
1870 * emacs.texi (Acknowledgments): Fix bad @/ form.
1871
1872 2006-10-05 Kim F. Storm <storm@cua.dk>
1873
1874 * emacs.texi (Acknowledgments): Add more contributors.
1875
1876 2006-10-03 Richard Stallman <rms@gnu.org>
1877
1878 * emacs.texi (Acknowledgments): Update version and edition.
1879
1880 2006-10-01 Karl Berry <karl@gnu.org>
1881
1882 * custom.texi (Customization Groups): Page break to keep example buffer
1883 on one page.
1884
1885 2006-09-30 Karl Berry <karl@gnu.org>
1886
1887 * programs.texi (Basic Indent): @need to improve page break.
1888 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1889
1890 2006-09-29 Glenn Morris <rgm@gnu.org>
1891
1892 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1893
1894 2006-09-29 Karl Berry <karl@gnu.org>
1895
1896 * windows.texi (Basic Window): Remove forced @break, no longer
1897 desirable.
1898 * frames.texi (Frame Commands),
1899 * mark.texi (Marking Objects): Reword to avoid bad page break.
1900 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1901
1902 2006-09-19 Richard Stallman <rms@gnu.org>
1903
1904 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1905 stick to present tense.
1906
1907 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
1908
1909 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1910 to x-gtk-use-old-file-dialog.
1911 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1912
1913 2006-09-15 Jay Belanger <belanger@truman.edu>
1914
1915 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
1916 Change "Library Public License" to "Lesser Public License"
1917 throughout. Use "yyyy" to represent year.
1918
1919 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1920
1921 * files.texi (Visiting): Add index entry "open file".
1922
1923 2006-09-11 Richard Stallman <rms@gnu.org>
1924
1925 * building.texi (Compilation Mode): Clarification.
1926 (Grep Searching): Add xref to Compilation Mode.
1927
1928 2006-09-08 Richard Stallman <rms@gnu.org>
1929
1930 * search.texi (Search): Ref multi-file search commands here.
1931 (Other Repeating Search): Not here.
1932
1933 2006-08-28 Richard Stallman <rms@gnu.org>
1934
1935 * windows.texi (Split Window): Update xref.
1936
1937 * basic.texi (Continuation Lines): Update xref.
1938
1939 * indent.texi (Tab Stops): Update xref.
1940
1941 * emacs.texi (Top): Update subnode menu.
1942
1943 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1944 split out of Display Custom.
1945
1946 2006-08-25 Kim F. Storm <storm@cua.dk>
1947
1948 * display.texi (Display Custom): Add variables overline-margin
1949 and x-underline-at-descent-line.
1950
1951 2006-08-25 Richard Stallman <rms@gnu.org>
1952
1953 * entering.texi (Exiting): Rewrite to give graphical displays
1954 priority over text terminals.
1955
1956 * search.texi (Incremental Search): Move index entries.
1957
1958 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * custom.texi (Init File): Reference Find Init to avoid "home
1961 directory" confusion.
1962
1963 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * building.texi (Other GDB-UI Buffers): Describe how to edit
1966 a value in the locals buffer.
1967
1968 2006-08-21 Richard Stallman <rms@gnu.org>
1969
1970 * search.texi (Basic Isearch): Add `isearch' index entry.
1971
1972 2006-08-16 Richard Stallman <rms@gnu.org>
1973
1974 * misc.texi (Saving Emacs Sessions): Clean up wording.
1975
1976 * mark.texi (Marking Objects): Mention term "select all".
1977
1978 * emacs.texi (Top): Update subnode menu.
1979
1980 * help.texi (Help Mode): Move node up in file.
1981
1982 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1983
1984 * building.texi (Stack Buffer): Explain fringe arrow.
1985
1986 2006-08-12 Eli Zaretskii <eliz@gnu.org>
1987
1988 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1989 on startup.
1990
1991 2006-08-11 Romain Francoise <romain@orebokech.com>
1992
1993 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1994
1995 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1996
1997 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1998
1999 2006-08-10 Richard Stallman <rms@gnu.org>
2000
2001 * text.texi (Format Faces): Substantial rewrites to deal
2002 with face merging. Empty regions don't count. Clarify
2003 face property inheritance.
2004
2005 2006-08-08 Romain Francoise <romain@orebokech.com>
2006
2007 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2008 <arjuropo@cc.jyu.fi>.
2009
2010 2006-08-04 Eli Zaretskii <eliz@gnu.org>
2011
2012 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2013 apply to all frames.
2014
2015 2006-08-01 Richard Stallman <rms@gnu.org>
2016
2017 * help.texi (Name Help): Add index entries for describe-variable.
2018
2019 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2020
2021 * building.texi (GDB Graphical Interface): Shorten node names.
2022 (GDB-UI Layout): Use GDB-related.
2023 (Other GDB-UI Buffers): Simplify English.
2024
2025 2006-07-31 Richard Stallman <rms@gnu.org>
2026
2027 * search.texi (Query Replace): Add xref for Dired's Q command.
2028
2029 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2030
2031 * building.texi (GDB commands in Fringe): Rename to...
2032 (Source Buffers): ..this and move forward. Describe hollow arrow and
2033 new option gdb-find-source-frame.
2034
2035 2006-07-29 Richard Stallman <rms@gnu.org>
2036
2037 * dired.texi (Operating on Files): Simplify previous change
2038 and fix Texinfo usage.
2039
2040 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2041
2042 * dired.texi (Operating on Files): Add cross-references. State the
2043 Unix commands that do similar things.
2044
2045 2006-07-28 Richard Stallman <rms@gnu.org>
2046
2047 * mark.texi (Transient Mark): Clarify that region never disappears
2048 when Transient Mark mode is off, and not when it is on.
2049
2050 2006-07-27 Richard Stallman <rms@gnu.org>
2051
2052 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2053
2054 2006-07-24 Richard Stallman <rms@gnu.org>
2055
2056 * xresources.texi (GTK styles): Fix texinfo usage.
2057
2058 * commands.texi (User Input): Explain why we teach keyboard cmds.
2059
2060 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2061 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2062 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2063 * doclicense.texi, display.texi, dired.texi, basic.texi:
2064 * anti.texi, ack.texi: Move periods and commas inside quotes.
2065
2066 2006-07-22 Eli Zaretskii <eliz@gnu.org>
2067
2068 * cmdargs.texi (General Variables): Document EMAIL.
2069
2070 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2071
2072 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2073 doesn't have effect on MS-Windows.
2074
2075 2006-07-17 Richard Stallman <rms@gnu.org>
2076
2077 * building.texi (Grep Searching): Explain about chaining grep commands.
2078
2079 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
2080
2081 * killing.texi, mini.texi: Fix typos.
2082
2083 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2086 is invoked for multiple files.
2087
2088 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2089
2090 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2091 on-line manual for the rest of this node.
2092 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2093 unconditionally.
2094 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2095 Improve wording.
2096 (Windows Printing): Improve wording.
2097 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2098 rest of this node.
2099
2100 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2101
2102 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2103 with eval-buffer.
2104
2105 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
2106
2107 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2108 of character translation.
2109
2110 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2111
2112 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2113
2114 2006-07-03 Karl Berry <karl@gnu.org>
2115
2116 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2117 not-too-underfull hboxes in the TeX output.
2118 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2119 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2120 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2121 * sending.texi, text.texi: Fix overfull/underfull boxes.
2122
2123 2006-07-03 Romain Francoise <romain@orebokech.com>
2124
2125 * m-x.texi (M-x): Fix.
2126
2127 2006-07-03 Richard Stallman <rms@gnu.org>
2128
2129 * search.texi (Other Repeating Search): filename -> file name.
2130
2131 * misc.texi (Narrowing): Minor cleanups.
2132
2133 * files.texi (Visiting): filename -> file name.
2134
2135 * emacs.texi (Top): Update subnode menus.
2136
2137 * mule.texi (Coding Systems): Move char translation stuff here.
2138 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2139 (Recognize Coding): Substantial local rewrites.
2140 (International): Update menu.
2141
2142 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2143 (Scrolling): Substantial local rewrites.
2144 (Display): Update menu and intro.
2145
2146 * dired.texi: filename -> file name.
2147
2148 * custom.texi (Safe File Variables): Texinfo usage fix.
2149
2150 2006-07-03 Ted Zlatanov <tzz@lifelogs.com>
2151
2152 * help.texi, m-x.texi: Lots of cleanups.
2153
2154 2006-06-30 Eli Zaretskii <eliz@gnu.org>
2155
2156 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2157 (Windows Processes, Windows Misc): Shorten the printed version by
2158 selectively conditioning less important portions by @ifnottex.
2159
2160 2006-06-27 Richard Stallman <rms@gnu.org>
2161
2162 * mini.texi (Minibuffer File): Minor cleanup.
2163
2164 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
2165
2166 * frames.texi (XTerm Mouse): Rename to...
2167 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2168
2169 * emacs.texi (Top): Use new node name.
2170
2171 2006-06-24 Eli Zaretskii <eliz@gnu.org>
2172
2173 * emacs.texi (Top): Update the detailed menu according to changes in
2174 msdog.texi.
2175
2176 * msdog.texi (Windows Keyboard): New section.
2177 (Windows Mouse): New section.
2178 (Windows System Menu): Remove section (text merged with "Windows
2179 Keyboard").
2180 (Windows Misc): New section.
2181
2182 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2183
2184 * msdog.texi (ls in Lisp): New section.
2185
2186 * files.texi (Visiting): Document case-insensitive wildcard matching
2187 under find-file-wildcards.
2188
2189 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2190
2191 * macos.texi (Mac Input): Add description of mac-function-modifier.
2192 Now Unicode keyboard layouts work.
2193
2194 2006-06-10 Richard Stallman <rms@gnu.org>
2195
2196 * mule.texi (Recognize Coding): Clarify previous change.
2197
2198 2006-06-09 Kenichi Handa <handa@m17n.org>
2199
2200 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2201 notation.
2202
2203 2006-06-07 Kevin Ryde <user42@zip.com.au>
2204
2205 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2206 manual for @ifnottex, but in emacs-extra for @iftex.
2207
2208 * cmdargs.texi (General Variables): Fix smtpmail xref.
2209
2210 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * programs.texi (Comment Commands):
2213 * custom.texi (Specifying File Variables):
2214 Use ;; instead of ;;; to better follow coding conventions.
2215
2216 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * building.texi (Watch Expressions): Move node to end.
2219 (GDB Graphical Interface): Move description of clicks in fringe...
2220 (GDB commands in the Fringe): ...to here. New node.
2221
2222 2006-06-05 Romain Francoise <romain@orebokech.com>
2223
2224 * xresmini.texi (GTK resources): Fix various typos.
2225
2226 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2227
2228 * building.texi (GDB Graphical Interface): Update bindings.
2229 (Commands of GUD): Add gud-print. Remove gud-run.
2230 Restate availability more generally.
2231
2232 2006-06-03 Ted Zlatanov <tzz@lifelogs.com>
2233
2234 * mini.texi: Lots of cleanups.
2235
2236 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2237
2238 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2239 and Mouse-2.
2240
2241 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
2242
2243 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2244
2245 2006-05-31 Richard Stallman <rms@gnu.org>
2246
2247 * basic.texi (Moving Point): Fix previous change.
2248
2249 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
2250
2251 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2252
2253 2006-05-28 Ted Zlatanov <tzz@lifelogs.com>
2254
2255 * basic.texi: Many simplifications and improvements in wording.
2256
2257 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
2258
2259 * anti.texi (Antinews): Create a node for gdb-ui.
2260
2261 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2262
2263 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2264
2265 2006-05-20 Richard Stallman <rms@gnu.org>
2266
2267 * dired.texi (Dired Navigation): dired-goto-file is now j.
2268
2269 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2270
2271 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2272 and their aliases.
2273
2274 * msdog.texi (Windows Printing): Mention non-support of plain text
2275 printing with some el-cheapo printers, and suggest a workaround.
2276
2277 2006-05-20 Kevin Ryde <user42@zip.com.au>
2278
2279 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2280 remove the bit saying you must set it.
2281
2282 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2283
2284 * trouble.texi (Checklist):
2285 * text.texi (Text, Auto Fill, Text Mode):
2286 * search.texi (Nonincremental Search):
2287 * rmail.texi (Rmail Labels):
2288 * mule.texi (Input Methods, Multibyte Conversion):
2289 * misc.texi (Gnus, Where to Look, PostScript):
2290 * maintaining.texi (Create Tags Table):
2291 * indent.texi (Indentation Commands):
2292 * fixit.texi (Spelling):
2293 * emacs.texi (Copying):
2294 * custom.texi (Init File): ifinfo -> ifnottex.
2295
2296 2006-05-17 Richard Stallman <rms@gnu.org>
2297
2298 * files.texi (Diff Mode): Mention C-x `.
2299
2300 2006-05-08 Richard Stallman <rms@gnu.org>
2301
2302 * custom.texi (Disabling): Textual cleanups.
2303
2304 2006-05-12 Glenn Morris <rgm@gnu.org>
2305
2306 * calendar.texi (Displaying the Diary, Format of Diary File):
2307 Refer to diary-view-entries, diary-list-entries,
2308 diary-show-all-entries rather than obsolete aliases.
2309
2310 2006-05-12 Eli Zaretskii <eliz@gnu.org>
2311
2312 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2313 (Displaying the Diary, Special Diary Entries, Importing Diary):
2314 * building.texi (Compilation Shell):
2315 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2316 emacs-xtra with @inforef's.
2317
2318 * files.texi (Visiting): Fix wording.
2319
2320 * mule.texi (Coding Systems, Text Coding): More indexing.
2321 Mention that C-x RET f can set eol conversion.
2322
2323 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
2324
2325 * xresmini.texi (GTK resources): Insert GTK description.
2326
2327 * xresources.texi (GTK resources): metafont should be menufont.
2328
2329 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * mini.texi (Completion Options): Completion of remote files'
2332 method, user name and host name is active only in partial
2333 completion mode.
2334
2335 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2336
2337 * makefile.w32-in (emacs.dvi):
2338 * Makefile.in (emacs.dvi): Add xresmini.texi.
2339
2340 * xresmini.texi (Table of Resources): Remove xref to non-existent
2341 node "LessTif Resources".
2342
2343 * msdog.texi (Microsoft Windows):
2344 * calendar.texi (Calendar/Diary, Displaying the Diary)
2345 (Special Diary Entries, Importing Diary, Holidays):
2346 * programs.texi (Program Modes):
2347 * text.texi (Text):
2348 * buffers.texi (Several Buffers):
2349 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2350
2351 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2352
2353 The following changes merge the emacs-xtra manual into the main
2354 manual, but only for on-line version of the manual.
2355
2356 * vc2-xtra.texi (Version Backups, Local Version Control)
2357 (Making Snapshots, Change Logs and VC, Version Headers)
2358 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2359 on-line manual.
2360
2361 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2362 for on-line manual.
2363
2364 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2365 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2366 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2367 for on-line manual.
2368
2369 * fortran-xtra.texi (Fortran, Fortran Autofill)
2370 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2371 for on-line manual.
2372
2373 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2374 Conditional xref's for on-line manual.
2375
2376 * emerge-xtra.texi (Emerge, Overview of Emerge)
2377 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2378 manual.
2379
2380 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2381 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2382 (EMACSSOURCES): Use EMACS_XTRA.
2383 (../info/emacs-xtra): Remove.
2384 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2385
2386 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2387 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2388 (EMACSSOURCES): Use EMACS_XTRA.
2389 ($(infodir)/emacs-xtra): Remove.
2390 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2391
2392 * trouble.texi (Quitting):
2393 * text.texi (Text):
2394 * programs.texi (Program Modes):
2395 * msdog.texi (Microsoft Windows):
2396 * frames.texi (Frames):
2397 * files.texi (Backup, Version Control, VC Concepts)
2398 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2399 (Registering, VC Status, VC Undo, Multi-User Branching)
2400 (Comparing Files):
2401 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2402 (Displaying the Diary, Special Diary Entries, Importing Diary):
2403 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2404 conditional xref's, depending on @iftex/@ifnottex.
2405
2406 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2407 "MS-DOS". @include msdog-xtra.texi.
2408
2409 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2410 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2411
2412 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2413 for vc-xtra.texi subsections.
2414 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2415 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2416
2417 * sending.texi (Sending Mail): A @node line without explicit Prev,
2418 Next, and Up links.
2419
2420 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2421 Next, and Up links.
2422
2423 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2424 and its sections. @include picture-xtra.texi.
2425
2426 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2427 "Emerge".
2428 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2429
2430 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2431 exact duplicate of its name-sake in calendar.texi.
2432
2433 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2434 "Advanced Calendar/Diary Usage".
2435 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2436
2437 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2438 dired-xtra.texi.
2439 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2440
2441 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2442 (Files) [ifnottex]: Add menu entry for Autorevert.
2443
2444 * emacs-xtra.texi (Introduction): Reword to make consistent with
2445 printed version only.
2446 <Top level>: Remove the body of all chapters and move them to the
2447 new *-xtra.texi files. Use @raisesections and @lowersections to
2448 convert sections to chapters etc.
2449
2450 * msdog-xtra.texi:
2451 * fortran-xtra.texi:
2452 * vc-xtra.texi:
2453 * vc1-xtra.texi:
2454 * vc2-xtra.texi:
2455 * emerge-xtra.texi:
2456 * cal-xtra.texi:
2457 * dired-xtra.texi:
2458 * arevert-xtra.texi: New files, with text from respective chapters
2459 of emacs-xtra.texi. Convert each @chapter into @section, @section
2460 into @subsection, etc.
2461
2462 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2463 updated.
2464
2465 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2466 Windows". All references updated.
2467
2468 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2469
2470 * macos.texi (Mac Input): Mention input from Character Palette.
2471 (Mac Font Specs): Fix typo.
2472
2473 2006-05-05 Richard Stallman <rms@gnu.org>
2474
2475 * files.texi (Diff Mode): Minor cleanup.
2476
2477 2006-05-05 Karl Berry <karl@gnu.org>
2478
2479 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2480 errors from the current release of makeinfo (4.8).
2481 * help.texi (Library Keywords): Change widest word in multitable
2482 template from `emulations' to `convenience'. (Not sure if this is
2483 related to the font change.)
2484
2485 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2486
2487 * files.texi (File Names): Add a footnote about limited support of
2488 ~USER on MS-Windows.
2489
2490 * cmdargs.texi (Initial Options): Add a footnote about limited
2491 support of ~USER on MS-Windows.
2492
2493 2006-05-03 Richard Stallman <rms@gnu.org>
2494
2495 * files.texi (Diff Mode): Node moved here.
2496 (Comparing Files): Delete what duplicates new node.
2497 (Files): Put Diff Mode in menu.
2498
2499 * misc.texi (Diff Mode): Moved to files.texi.
2500
2501 * emacs.texi (Top): Update menu for Diff Mode.
2502
2503 * trouble.texi (Emergency Escape): Simplify.
2504
2505 * emacs.texi (Top): Minor clarification.
2506
2507 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2508
2509 * commands.texi, entering.texi, screen.texi: Many simplifications.
2510
2511 2006-05-03 Richard Stallman <rms@gnu.org>
2512
2513 * commands.texi (Text Characters): Delete paragraph about unibyte
2514 non-ASCII printing chars.
2515
2516 * killing.texi (Killing): Say "graphical displays".
2517 * display.texi: Say "graphical displays".
2518
2519 * cmdargs.texi (Misc X): Say "graphical displays".
2520
2521 2006-05-01 Richard Stallman <rms@gnu.org>
2522
2523 * emacs.texi (Top): Add Diff Mode to menu.
2524
2525 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2526
2527 * misc.texi (Diff Mode): New node.
2528
2529 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2530
2531 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2532 (Mac Environment Variables): Shorten example line.
2533 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2534
2535 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2536
2537 * building.texi (GUD Customization): Describe cases %d and %c.
2538 Update description for %e.
2539
2540 2006-04-30 Glenn Morris <rgm@gnu.org>
2541
2542 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2543
2544 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 * custom.texi (Examining): Update C-h v output example.
2547
2548 2006-04-29 Kim F. Storm <storm@cua.dk>
2549
2550 * building.texi (Grep Searching): Add lgrep and rgrep.
2551
2552 2006-04-23 Richard Stallman <rms@gnu.org>
2553
2554 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2555
2556 * xresmini.texi: New file.
2557
2558 * xresources.texi (Face Resources): Split table into font resources
2559 and the rest. Combine similar attributes for brevity.
2560
2561 2006-04-21 Eli Zaretskii <eliz@gnu.org>
2562
2563 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2564 backslashes and case-insensitivity in file names (moved to the
2565 main manual).
2566 (MS-DOS Printing): Move most of the text to the main manual.
2567
2568 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2569 New nodes.
2570 (Windows Processes, Windows System Menu): Add index entries and
2571 fix wording.
2572
2573 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2574
2575 * misc.texi (Shell Ring): Add notes on saved input when
2576 navigating off the end of the history list.
2577
2578 2006-04-18 Chong Yidong <cyd@mit.edu>
2579
2580 * misc.texi (Shell Options): Correct default value of
2581 comint-scroll-show-maximum-output.
2582
2583 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2584
2585 * building.texi (Watch Expressions): Update.
2586
2587 2006-04-12 Richard Stallman <rms@gnu.org>
2588
2589 * search.texi: Clean up previous change.
2590
2591 2006-04-12 Eli Zaretskii <eliz@gnu.org>
2592
2593 * search.texi (Regexp Backslash, Regexp Replace): Add index
2594 entries for ``back reference'' and mention the term itself in the
2595 text.
2596
2597 2006-04-11 Richard Stallman <rms@gnu.org>
2598
2599 * custom.texi (Safe File Variables):
2600 Document enable-local-variables = :safe.
2601
2602 2006-04-11 Karl Berry <karl@gnu.org>
2603
2604 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2605 (Remote Repositories, Version Backups, Local Version Control)
2606 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2607 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2608 (Renaming VC Work Files and Master Files)
2609 (Inserting Version Control Headers, Customizing VC, General Options)
2610 (Options for RCS and SCCS, Options specific for CVS): Move all
2611 these nodes to emacs-xtra.texi, for brevity.
2612 * cmdargs.texi, files.texi: Change cross-references.
2613
2614 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2615
2616 * files.texi (Old Versions): Update description of vc-annotate's
2617 use of color to indicate date ranges.
2618
2619 2006-04-09 Kevin Ryde <user42@zip.com.au>
2620
2621 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2622 put info and printed manual names the right way around.
2623
2624 2006-04-09 Karl Berry <karl@gnu.org>
2625
2626 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2627 emacs-xtra.texi, leaving only MS Windows information.
2628 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2629 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2630 node names.
2631
2632 * emacs.texi: Move @summarycontents and @contents to the beginning
2633 of the file.
2634
2635 2006-04-08 Kevin Ryde <user42@zip.com.au>
2636
2637 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2638
2639 2006-04-07 Richard Stallman <rms@gnu.org>
2640
2641 * programs.texi (Comments, Comment Commands, Options for Comments)
2642 (Multi-Line Comments): "Align", not "indent".
2643 (Basic Indent): C-j deletes trailing whitespace before the newline.
2644
2645 2006-04-06 Richard Stallman <rms@gnu.org>
2646
2647 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2648
2649 2006-04-06 Eli Zaretskii <eliz@gnu.org>
2650
2651 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2652
2653 2006-04-05 Richard Stallman <rms@gnu.org>
2654
2655 * emacs.texi (Top): Update subnode menu.
2656
2657 * trouble.texi (Unasked-for Search): Node deleted.
2658 (Lossage): Delete from menu.
2659
2660 2006-04-04 Richard Stallman <rms@gnu.org>
2661
2662 * trouble.texi: Various cleanups.
2663 (Checklist): Don't bother saying how to snail a bug report.
2664 (Emergency Escape): Much rewriting.
2665 (After a Crash): Rename the core dump immediately.
2666 (Total Frustration): Call it a psychotherapist.
2667 (Bug Criteria): Avoid "illegal instruction".
2668 (Sending Patches): We always put the contributor's name in.
2669
2670 * misc.texi (Thumbnails): Minor correction.
2671
2672 2006-04-03 Richard Stallman <rms@gnu.org>
2673
2674 * misc.texi (Thumbnails): Minor cleanup.
2675
2676 2006-04-02 Karl Berry <karl@gnu.org>
2677
2678 * sending.texi (Mail Sending): pxref to Top needs five args.
2679
2680 * texinfo.tex: Update to current version (2006-03-21.13).
2681
2682 2006-03-31 Richard Stallman <rms@gnu.org>
2683
2684 * emacs.texi (Top): Update subnode menu.
2685
2686 * help.texi (Help Mode): Cleanup.
2687
2688 * dired.texi: Many cleanups.
2689 (Dired Deletion): Describe dired-recursive-deletes.
2690 (Operating on Files): dired-create-directory moved.
2691 (Misc Dired Features): Move to here.
2692 (Tumme): Node moved to misc.texi.
2693
2694 * custom.texi: Many cleanups.
2695 (Minor Modes): Don't mention ISO Accents Mode.
2696 (Examining): Update C-h v output example.
2697 (Hooks): Add index and xref for add-hook.
2698 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2699 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2700
2701 * misc.texi: Many cleanups.
2702 (beginning): Add to summary of topics.
2703 (Shell): Put eshell xref at the end. Remove eshell from table.
2704 (Thumbnails): New node.
2705
2706 2006-03-28 Eli Zaretskii <eliz@gnu.org>
2707
2708 * files.texi (File Name Cache): Make it clear that the cache is
2709 not persistent.
2710
2711 2006-03-25 Karl Berry <karl@gnu.org>
2712
2713 * emacs-xtra.texi, emacs.texi, gnu.texi:
2714 (1) use @copyright{} instead of (C) in typeset text;
2715 (2) do not indent copyright year list (or anything else).
2716
2717 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * files.texi (VC Dired Mode): Remove misplaced brackets.
2720
2721 2006-03-21 Andre Spiegel <spiegel@gnu.org>
2722
2723 * files.texi: Various updates and clarifications in the VC chapter.
2724
2725 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2726
2727 * help.texi (Help Mode): Document "C-c C-c".
2728
2729 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2730
2731 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2732 menu in the standalone Info reader.
2733
2734 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2737 moved here from Emacs manual.
2738
2739 * programs.texi (Fortran): Section moved to emacs-xtra.
2740 (Program Modes): Xref to Fortran in emacs-xtra.
2741
2742 * maintaining.texi (Emerge): Move to emacs-xtra.
2743 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2744
2745 * picture.texi: File deleted.
2746 * Makefile.in:
2747 * makefile.w32-in: Remove picture.texi.
2748
2749 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2750 * abbrevs.texi (Abbrevs):
2751 * sending.texi (Sending Mail): Picture node removed.
2752
2753 * emacs.texi (Top): Update node listings.
2754
2755 2006-03-12 Richard Stallman <rms@gnu.org>
2756
2757 * calendar.texi: Various cleanups.
2758
2759 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2760
2761 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2762 syntax.
2763
2764 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2765
2766 * search.texi (Regexps): More accurately describe which characters
2767 are special in which situations. Recommend _not_ to quote `]' or
2768 `-' when they are not special.
2769
2770 2006-02-28 Andre Spiegel <spiegel@gnu.org>
2771
2772 * files.texi (Old Versions): Clarify operation of C-x v =.
2773
2774 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
2775
2776 * building.texi (Watch Expressions): Update and describe
2777 gdb-speedbar-auto-raise.
2778
2779 2006-02-19 Richard M. Stallman <rms@gnu.org>
2780
2781 * emacs.texi: Use @smallbook.
2782 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2783 Update subnode menu.
2784
2785 * building.texi (Lisp Interaction): Minor addition.
2786
2787 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2788
2789 * building.texi (Watch Expressions): Update and be more precise.
2790
2791 2006-02-15 Francesco Potortì <pot@gnu.org>
2792
2793 * maintaining.texi (Create Tags Table): Explain why the
2794 exception when etags writes to files under the /dev tree.
2795
2796 2006-02-14 Richard M. Stallman <rms@gnu.org>
2797
2798 * custom.texi (Safe File Variables): Lots of clarification.
2799 Renamed from Unsafe File Variables.
2800
2801 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * custom.texi (Unsafe File Variables): File variable confirmation
2804 assumed denied in batch mode.
2805
2806 2006-02-14 Richard M. Stallman <rms@gnu.org>
2807
2808 * building.texi (GDB User Interface Layout): Don't say `inferior'
2809 for program being debugged.
2810
2811 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * building.texi (GDB Graphical Interface):
2814 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2815
2816 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * custom.texi (Specifying File Variables, Unsafe File Variables):
2819 New nodes, split from File Variables. Document new file local
2820 variable behavior.
2821
2822 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2823
2824 * display.texi (Standard Faces):
2825 * files.texi (Visiting):
2826 * frames.texi (Clipboard):
2827 * glossary.texi (Glossary) <Clipboard>:
2828 * xresources.texi (X Resources): Mention Mac OS port.
2829
2830 2006-02-12 Richard M. Stallman <rms@gnu.org>
2831
2832 * building.texi (Building): Clarify topic in intro.
2833
2834 * maintaining.texi (Maintaining): Change title; clarify topic.
2835 Delete duplicate index entries.
2836
2837 * building.texi (Other GDB User Interface Buffers): Clarifications.
2838
2839 * text.texi (Cell Commands): Clarifications.
2840
2841 * programs.texi (Defuns): Delete duplicate explanation of
2842 left-margin paren convention.
2843 (Hungry Delete): Minor cleanup.
2844
2845 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2846
2847 * dired.texi (Tumme): More tumme documentation.
2848
2849 2006-02-11 Alan Mackenzie <acm@muc.de>
2850
2851 * programs.texi ("Hungry Delete"): Correct the appellation of the
2852 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2853
2854 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2855
2856 * dired.texi (Tumme): Fix small bug.
2857
2858 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2859
2860 * macos.texi (Mac International): Rename "fontset-mac" to
2861 "fontset-standard".
2862
2863 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2864
2865 * dired.texi (Tumme): Basic documentation for Tumme added.
2866
2867 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2868
2869 * mule.texi (International):
2870 * programs.texi (Basic Indent): Fix typos.
2871
2872 * custom.texi (Minor Modes):
2873 * display.texi (Text Display):
2874 * commands.texi (Text Characters): Update xrefs.
2875
2876 2006-02-07 Richard M. Stallman <rms@gnu.org>
2877
2878 * emacs.texi (Top): Update subnode menu.
2879 Update info on old Emacs papers.
2880 (Intro): "Graphical display", not window system.
2881
2882 * xresources.texi (GTK styles): Minor clarifications.
2883
2884 * trouble.texi: "Graphical display", not window system.
2885 (Stuck Recursive): Minor clarification.
2886
2887 * text.texi: Minor clarifications.
2888 (Sentences): Explain why two-space convention is better.
2889 Explain sentence-end-without-period here.
2890 (Fill Commands): Not here.
2891 (Refill): Node moved down.
2892 (Filling): Update menu.
2893 (Table Creation, Cell Justification, Column Commands): Clarify.
2894
2895 * sending.texi: Minor clarifications.
2896
2897 * search.texi (Regexp Backslash): Clarification.
2898
2899 * rmail.texi: Minor cleanups.
2900 (Rmail): Delete digression about `rmail-mode'.
2901 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2902 (Rmail Files): Mention C-u M-x rmail.
2903 (Rmail Reply): Mention References.
2904 (Rmail Display): Mention rmail-nonignored-headers.
2905
2906 * programs.texi: Minor cleanups.
2907 (Comment Commands): Mention momentary Transient Mark mode.
2908 (Matching): Be more specific about customizing show-paren-mode.
2909 (Info Lookup): Don't list the modes that support C-h S.
2910 Just say what it does in an unsupported mode.
2911 (Man Page): Delete excessive info on customizing woman.
2912 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2913
2914 * abbrevs.texi: Minor clarifications.
2915 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2916 not "dynamic abbrevs" as if they were a kind of abbrev.
2917
2918 * picture.texi (Picture): Minor cleanup.
2919
2920 * mule.texi (Communication Coding): Say "other applications".
2921 (Fontsets): Not specific to X. Add xref to X Resources.
2922 (Unibyte Mode): Rename from Single-Byte Character Support.
2923 "Graphical display", not window system.
2924 (International): Update menu.
2925
2926 * maintaining.texi (Format of ChangeLog):
2927 New node, split out from ChangeLog.
2928 (ChangeLog): Clarifications in the remaining text.
2929 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2930 (Find Tag): Add @w.
2931 (Tags Search): Explain tag table order here. Simplify grep ref.
2932 (List Tags): tags-tag-face is a variable, not a face.
2933 (Emerge): Cleanups.
2934
2935 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2936 (Keyboard Macros): Avoid "the user".
2937
2938 * killing.texi: "Graphical display", not window system.
2939
2940 * help.texi (Help Echo): "Graphical display", not window system.
2941
2942 * glossary.texi: Say "you", not "the user". Say "graphical display".
2943
2944 * frames.texi: Minor cleanups. "Graphical display", not window system.
2945
2946 * files.texi (Visiting): Make drag-and-drop not X-specific.
2947
2948 * custom.texi: Minor cleanups. "Graphical display", not window system.
2949
2950 * cmdargs.texi: Minor cleanups.
2951
2952 * building.texi (Compilation): Move and split kill-compilation para.
2953 Add para about multiple compilers.
2954 (Compilation Mode): Commands also available in grep mode and others.
2955 Mention C-u C-x ` more tutorially. Clarify C-x `.
2956 (Compilation Shell): Clarify. Put Bash example first.
2957 (Grep Searching): Minor cleanups; add @w.
2958 (Debuggers): Minor cleanups.
2959 (Starting GUD): Make GDB xgraphical mode issue clearer.
2960 (Debugger Operation): Lots of clarifications including
2961 GDB tooltip side-effect issue.
2962 (Commands of GUD): Clarify.
2963 (GUD Customization): Add bashdb-mode-hook.
2964 (GDB Graphical Interface): Rewrite for clarity.
2965 (GDB User Interface Layout): Rewrite for clarity.
2966 (Stack Buffer, Watch Expressions): Likewise.
2967 (Other GDB User Interface Buffers): Cleanups.
2968 (Lisp Libraries, External Lisp): Cleanup.
2969
2970 * basic.texi (Position Info): "Graphical displays", rather than
2971 window systems.
2972
2973 * anti.texi: Minor cleanup.
2974
2975 2006-02-03 Eli Zaretskii <eliz@gnu.org>
2976
2977 * custom.texi (Init File, Find Init): Add cross-references to
2978 where $HOME is described.
2979
2980 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2981
2982 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2983 is not inside the @table.
2984
2985 * emacs.texi (Top): Correct node name.
2986
2987 * files.texi (File Names): Fix @xref.
2988 (Reverting): Fix typo.
2989
2990 * mule.texi (International): Correct node name.
2991
2992 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2993
2994 2006-02-01 Richard M. Stallman <rms@gnu.org>
2995
2996 * emacs.texi (Top): Update subnode menu.
2997
2998 * mule.texi: Minor clarifications.
2999 Reduce the specific references to X Windows.
3000 Refer to "graphical" terminals, rather than window systems.
3001 (Text Coding): Rename from Specify Coding.
3002 (Communication Coding, File Name Coding, Terminal Coding):
3003 New nodes split out from Text Coding.
3004
3005 * kmacro.texi: Minor clarifications.
3006 (Keyboard Macro Ring): Comment out some excessive commands.
3007 (Basic Keyboard Macro): Split up the table, putting part in each node.
3008
3009 * major.texi: Minor clarifications.
3010
3011 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3012
3013 * windows.texi: Minor clarifications.
3014 (Change Window): Don't describe mode-line mouse cmds here.
3015 Add xref to Mode Line Mouse.
3016
3017 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3018
3019 * macos.texi (Mac International): Fix xref.
3020
3021 * indent.texi: Minor clarifications.
3022
3023 * frames.texi: Minor clarifications.
3024 Reduce the specific references to X Windows.
3025 Refer to "graphical" terminals, rather than window systems.
3026 (Frame Parameters): Don't mention commands like
3027 set-foreground-color. Just say to customize a face.
3028 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3029
3030 * files.texi: Minor clarifications.
3031 (Numbered Backups): New node, split out from Backup Names.
3032
3033 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3034
3035 * cmdargs.texi (General Variables): Fix xref.
3036
3037 * buffers.texi: Minor clarifications.
3038
3039 2006-01-31 Richard M. Stallman <rms@gnu.org>
3040
3041 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3042 Nodes moved to top.
3043
3044 * display.texi: Minor clarifications.
3045 (Display): Rearrange menu.
3046 (Standard Faces): Mention query-replace face.
3047 (Faces): Simplify.
3048 (Font Lock): Simplify face customization info.
3049 (Highlight Changes): Node merged into Highlight Interactively.
3050 (Highlight Interactively): Much rewriting and cleanup.
3051 (Optional Mode Line): Narrowed line number not good for goto-line.
3052 Simplify face customization advice.
3053 (Text Display): Mention use of escape-glyph face.
3054 Move ctl-arrow and tab-width here.
3055 (Display Custom): Move no-redraw-on-reenter to end of node.
3056
3057 * search.texi: Minor clarifications.
3058 (Isearch Scroll): Simplify.
3059 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3060
3061 * regs.texi (Registers): Mention bookmarks here.
3062
3063 * mark.texi: Minor clarifications.
3064 (Selective Undo): Node deleted.
3065
3066 * m-x.texi: Minor clarifications.
3067
3068 * killing.texi: Minor clarifications.
3069 Refer to "graphical" terminals, rather than window systems.
3070
3071 * help.texi: Clarifications.
3072 (Help): Don't describe C-h F and C-h K here.
3073 (Key Help): Describe C-h K here.
3074 (Name Help): Mention Emacs Lisp Intro.
3075 Describe C-h F here.
3076 (Misc Help): Mention C-h F and C-h K only briefly.
3077
3078 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3079 Selective undo text merged in.
3080 (Spelling): Mention Aspell along with Ispell.
3081
3082 * emacs.texi (Top): Update subnode menus.
3083
3084 * basic.texi (Basic Undo): Rename from Undo. Most of text
3085 moved to new Undo node.
3086
3087 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * basic.texi (Continuation Lines, Inserting Text):
3090 Mention longlines mode.
3091
3092 2006-01-29 Richard M. Stallman <rms@gnu.org>
3093
3094 * screen.texi: Minor cleanups.
3095 (Screen): Clean up the intro paragraphs.
3096 (Mode Line): Lots of rewriting. Handle frame-name better.
3097 eol-mnemonic-... vars moved out.
3098
3099 * emacs.texi (Top): Change menu item for MS-DOS node.
3100 Update subnode menu.
3101
3102 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3103 chapter relates to Windows. Title changed.
3104
3105 * mini.texi: Minor cleanups.
3106
3107 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3108 (Mark): Put it in the menu.
3109
3110 * entering.texi: Minor cleanups.
3111
3112 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3113 (Intro): Refer to "graphical" terminals, rather than X.
3114
3115 * display.texi (Display Custom): Add xref to Variables.
3116 (Optional Mode Line): eol-mnemonic-... vars moved here.
3117
3118 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3119 rather than X.
3120
3121 * basic.texi: Minor cleanups.
3122 (Undo): selective-undo moved.
3123
3124 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3125
3126 * anti.texi (Antinews): Various corrections and additions.
3127
3128 2006-01-23 Juri Linkov <juri@jurta.org>
3129
3130 * custom.texi (Easy Customization, Customization Groups)
3131 (Browsing Custom): Mention links along with buttons.
3132
3133 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3134
3135 * text.texi (TeX Print): Use @key for TAB.
3136
3137 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3138
3139 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3140
3141 * files.texi (File Aliases): Don't claim that usually separate
3142 buffers are created for two file names that name the same data.
3143 Mention additional situations where different names mean the same
3144 file on disk.
3145
3146 2006-01-19 Richard M. Stallman <rms@gnu.org>
3147
3148 * killing.texi (Deletion): Upcase @key argument.
3149
3150 * custom.texi (Custom Themes): Minor cleanup.
3151
3152 * programs.texi (Hungry Delete): Upcase @key argument.
3153
3154 2006-01-16 Juri Linkov <juri@jurta.org>
3155
3156 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3157 Move `mode-line-highlight' before `mode-line-buffer-id'.
3158
3159 2006-01-14 Richard M. Stallman <rms@gnu.org>
3160
3161 * basic.texi (Inserting Text): Minor cleanup.
3162
3163 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3164
3165 * custom.texi (Changing a Variable, Face Customization):
3166 Update for changes in Custom menus.
3167
3168 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3169
3170 * macos.texi (Mac International): Undo last change.
3171
3172 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * custom.texi (Custom Themes): Describe the new
3175 customize-create-theme interface.
3176
3177 2005-12-30 Juri Linkov <juri@jurta.org>
3178
3179 * basic.texi (Position Info): Update example.
3180
3181 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
3182
3183 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3184
3185 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * custom.texi (Custom Themes): `load-theme' always loads.
3188
3189 2005-12-23 Juri Linkov <juri@jurta.org>
3190
3191 * display.texi (Highlight Interactively): Use double space to
3192 separate sentences. Replace C-p with M-p, and C-n with M-n.
3193
3194 2005-12-22 Richard M. Stallman <rms@gnu.org>
3195
3196 * custom.texi (Easy Customization and subnodes):
3197 Replace "active field" with "button".
3198 Use "user option" only for variables.
3199 Use "setting" for variable-or-face.
3200
3201 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3202
3203 * buffers.texi (Select Buffer): Change order in table to make
3204 "Similar" refer to the correct item.
3205 (Indirect Buffers): Minor rewording.
3206
3207 2005-12-20 Juri Linkov <juri@jurta.org>
3208
3209 * files.texi (VC Status): Put P and N near p and n.
3210
3211 2005-12-19 Richard M. Stallman <rms@gnu.org>
3212
3213 * programs.texi (Electric C): Delete the info about newline control.
3214 (Other C Commands): Minor cleanup.
3215 (Left Margin Paren): Minor cleanup.
3216
3217 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3220 (Customization Groups): Delete text moved to "Browsing Custom".
3221 (Browsing Custom): New node.
3222 (Specific Customization): Clarify which commands only work for
3223 loaded options.
3224
3225 2005-12-18 Bill Wohler <wohler@newt.com>
3226
3227 * frames.texi (Tool Bars): Shorten text of previous change.
3228
3229 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3230
3231 * files.texi (VC Status): Document log-view mode.
3232
3233 2005-12-18 Bill Wohler <wohler@newt.com>
3234
3235 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3236 permanently via the customize interface.
3237
3238 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3239
3240 * killing.texi (Killing by Lines): Document `kill-whole-line'
3241 function.
3242
3243 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
3244
3245 * buffers.texi (Select Buffer): Change `prev-buffer' to
3246 `previous-buffer'. Indicate that these functions use a frame
3247 local buffer list.
3248
3249 2005-12-12 Richard M. Stallman <rms@gnu.org>
3250
3251 * custom.texi (Easy Customization): Change menu comment.
3252 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3253
3254 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3255 (Help): Among the Apropos commands, describe only C-h a here.
3256
3257 2005-12-11 Richard M. Stallman <rms@gnu.org>
3258
3259 * programs.texi (Options for Comments): Comment-end starts with space.
3260
3261 * glossary.texi (Glossary): Minor cleanup.
3262
3263 * files.texi (Old Versions): Use @table.
3264
3265 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3266
3267 * display.texi (Highlight Interactively): Include
3268 global-hi-lock-mode. Add miscellaneous details and elaborations.
3269
3270 2005-12-09 Richard M. Stallman <rms@gnu.org>
3271
3272 * display.texi (Font Lock): Delete the Global FL menu item.
3273
3274 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * custom.texi (Minibuffer Maps): Mention the maps for file name
3277 completion.
3278
3279 2005-12-09 Kim F. Storm <storm@cua.dk>
3280
3281 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
3282 prefix keys even when mark is active. Describe that RET moves
3283 cursor to next corner in rectangle; clarify insert around rectangle.
3284
3285 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * custom.texi (Customization): Use xref to elisp manual for
3288 non-TeX output.
3289 (Minor Modes): Update.
3290 (Customization Groups, Changing a Variable, Face Customization):
3291 Update for new appearance of Custom buffers.
3292 (Changing a Variable): `custom-buffer-done-function' has been
3293 replaced by `custom-buffer-done-kill'.
3294 (Specific Customization): In the `customize-group' buffer, a
3295 subgroup's contents are not "hidden". They are not included at
3296 all. They have no [Show] button.
3297 (Mouse Buttons): Add pxref to description of mouse event lists in
3298 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3299 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3300 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3301
3302 2005-12-08 Richard M. Stallman <rms@gnu.org>
3303
3304 * mini.texi (Completion Commands, Completion):
3305 In file name input, SPC does not do completion.
3306
3307 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
3308
3309 * building.texi (GDB Graphical Interface): Explain screen size
3310 setting.
3311 (Other GDB User Interface Buffers): Describe features specific to
3312 GDB 6.4.
3313
3314 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
3315
3316 * building.texi (GDB User Interface Layout): Describe how to
3317 kill associated buffers.
3318 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3319 (Watch Expressions): Be more precise.
3320 (Other GDB User Interface Buffers): Describe how to change a
3321 register value.
3322
3323 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3324
3325 * macos.texi (Mac Input): Remove description of
3326 mac-command-key-is-meta. Add descriptions of
3327 mac-control-modifier, mac-command-modifier, and
3328 mac-option-modifier.
3329 (Mac International): Fix description of conversion of clipboard data.
3330 (Mac Font Specs): Add example of font customization by face attributes.
3331
3332 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * building.texi (Watch Expressions): Expand description.
3335 (Other GDB User Interface Buffers): Describe local map for
3336 gud-watch.
3337
3338 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * display.texi (Font Lock): Font lock is enabled by default now.
3341
3342 2005-11-20 Juri Linkov <juri@jurta.org>
3343
3344 * basic.texi (Position Info): Update examples of the output.
3345 Remove the fact that examples are produced in the TeXinfo buffer,
3346 because in the Info reader users will get a different output from
3347 `C-x ='.
3348
3349 * building.texi (Compilation Mode): Remove paragraph duplicated
3350 from the node `Compilation'. Add `compilation-skip-threshold'.
3351
3352 * display.texi (Font Lock): Suggest more user-friendly method of
3353 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3354
3355 2005-11-18 Richard M. Stallman <rms@gnu.org>
3356
3357 * files.texi (Registering): Mention @@ in mode line.
3358
3359 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3360
3361 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3362
3363 * files.texi (Renaming and VC): Some back-ends don't
3364 handle renaming.
3365
3366 2005-11-17 Juri Linkov <juri@jurta.org>
3367
3368 * emacs.texi (Top):
3369 * display.texi (Highlight Interactively): Put this font-lock based
3370 mode near Font Lock node.
3371
3372 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3375 icons.
3376
3377 2005-11-12 Kim F. Storm <storm@cua.dk>
3378
3379 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3380 (Help Summary): Add C-h d and C-h e.
3381 (Apropos): Clarify that all apropos commands may search for either
3382 list of words or a regexp. Add C-h d for apropos-documentation.
3383 Describe apropos-documentation-sort-by-scores user option.
3384
3385 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3386
3387 * killing.texi (CUA Bindings): Add @section.
3388
3389 2005-11-10 Kim F. Storm <storm@cua.dk>
3390
3391 * emacs.texi (Top): Add CUA Bindings entry to menu.
3392
3393 * killing.texi (CUA Bindings): New node. Moved here from
3394 misc.texi and extended with info on rectangle commands and
3395 rectangle highlighting, interface to registers, and the global
3396 mark feature.
3397
3398 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3399
3400 * regs.texi: Prev link points to CUA Bindings node.
3401
3402 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3403
3404 * help.texi (Help Echo): By default, help echos are only shown on
3405 mouse-over, not on point-over.
3406
3407 2005-11-04 Jérôme Marant <jerome@marant.org>
3408
3409 * misc.texi (Shell Mode): Describe how to activate password echoing.
3410
3411 2005-11-04 Romain Francoise <romain@orebokech.com>
3412
3413 * mark.texi (Mark Ring): Fix typo.
3414
3415 2005-11-03 Richard M. Stallman <rms@gnu.org>
3416
3417 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3418
3419 2005-11-01 Bill Wohler <wohler@newt.com>
3420
3421 * help.texi (Help Mode): Fix typo.
3422
3423 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3424
3425 * building.texi (Other GDB User Interface Buffers): Describe
3426 the command gdb-use-inferior-io-buffer.
3427
3428 2005-10-31 Romain Francoise <romain@orebokech.com>
3429
3430 * files.texi (Compressed Files): Fix typo.
3431
3432 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3433
3434 * windows.texi (Force Same Window): Likewise.
3435
3436 2005-10-30 Bill Wohler <wohler@newt.com>
3437
3438 * help.texi (Help Mode): URLs viewed with browse-url.
3439
3440 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3441
3442 * building.texi (GDB Graphical Interface): Don't reference
3443 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3444 must stay in same frame.
3445
3446 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3449
3450 * anti.texi (Antinews): Likewise.
3451
3452 2005-10-28 Bill Wohler <wohler@newt.com>
3453
3454 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3455
3456 2005-10-28 Richard M. Stallman <rms@gnu.org>
3457
3458 * files.texi (Visiting): Explain how to enter ? in a file name.
3459
3460 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3461
3462 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * building.texi (GDB Graphical Interface): Describe
3465 gdb-mouse-until.
3466
3467 2005-10-23 Richard M. Stallman <rms@gnu.org>
3468
3469 * custom.texi (Init File): Recommend when to use site-start.el.
3470
3471 2005-10-21 Juri Linkov <juri@jurta.org>
3472
3473 * custom.texi (Examining): Mention accessing the old variable
3474 value via M-n in set-variable.
3475
3476 2005-10-18 Romain Francoise <romain@orebokech.com>
3477
3478 * files.texi (Version Systems): Capitalize GNU.
3479
3480 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
3481
3482 * building.texi (Compilation Mode): Remove redundant paragraph.
3483 (Watch Expressions): Remove paragraph to reflect code change.
3484
3485 2005-10-16 Richard M. Stallman <rms@gnu.org>
3486
3487 * building.texi (Compilation Mode, Compilation): Clarified.
3488
3489 2005-10-15 Richard M. Stallman <rms@gnu.org>
3490
3491 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3492
3493 2005-10-13 Kenichi Handa <handa@m17n.org>
3494
3495 * basic.texi (Position Info): Fix previous change.
3496
3497 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
3498
3499 * cmdargs.texi (Icons X): Fix typo.
3500
3501 2005-10-12 Kenichi Handa <handa@m17n.org>
3502
3503 * basic.texi (Position Info): Describe the case that Emacs shows
3504 "part of display ...".
3505
3506 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * cmdargs.texi (Icons X): -nb => -nbi.
3509
3510 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * frames.texi (Speedbar): A couple more clarifications.
3513
3514 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3515
3516 * building.texi (GDB User Interface Layout): Improve diagram.
3517 (Watch Expressions): Explain how to make speedbar global.
3518 (Other GDB User Interface Buffers): Make references more precise.
3519
3520 2005-10-09 Richard M. Stallman <rms@gnu.org>
3521
3522 * frames.texi (Speedbar): Clarify the text.
3523
3524 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * frames.texi (Speedbar): Add information on keybindings,
3527 dismissing the speedbar, and buffer display mode. Link to
3528 speedbar manual.
3529
3530 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
3531
3532 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3533 added -nb, --no-bitmap-icon.
3534
3535 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3536
3537 * building.texi (GDB Graphical Interface): Add variables and
3538 functions to indices. Be more precise.
3539
3540 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
3541
3542 * frames.texi (Drag and Drop): Remove the x- from
3543 x-dnd-open-file-other-window and xdnd-protocol-alist.
3544
3545 2005-09-30 Romain Francoise <romain@orebokech.com>
3546
3547 * mini.texi (Minibuffer): The default value now appears before the
3548 colon in minibuffer prompts.
3549
3550 2005-09-25 Richard M. Stallman <rms@gnu.org>
3551
3552 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3553
3554 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3555
3556 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3557
3558 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3559
3560 * emacs.texi (Top): Update submenus from macos.texi.
3561
3562 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3563 (Mac OS): Update feature support status.
3564 (Mac Input): List supported input scripts. Remove description
3565 about `mac-keyboard-text-encoding'. Mention mouse button
3566 emulation and related variables.
3567 (Mac International): Mention Central European and Cyrillic
3568 support. Now `keyboard-coding-system' is dynamically changed.
3569 Add description about coding system for selection. Add
3570 description about language environment.
3571 (Mac Environment Variables): Mention
3572 `~/.MacOSX/environment.plist'. Give example of command line
3573 arguments. Add Preferences support.
3574 (Mac Directories): Explicitly state that this node is for Mac OS
3575 Classic only.
3576 (Mac Font Specs): Mention specification for scalable fonts. List
3577 supported charsets. Add preferred way of creating fontsets. Add
3578 description about `mac-allow-anti-aliasing'.
3579 (Mac Functions): Add descriptions about `mac-set-file-creator',
3580 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3581 and `mac-get-preference'.
3582
3583 2005-09-16 Romain Francoise <romain@orebokech.com>
3584
3585 Update all files to specify GFDL version 1.2.
3586
3587 * doclicense.texi (GNU Free Documentation License): Update to
3588 version 1.2.
3589
3590 2005-09-15 Richard M. Stallman <rms@gnu.org>
3591
3592 * buffers.texi (List Buffers): Fix xref.
3593
3594 * rmail.texi (Rmail Basics): Fix xref.
3595
3596 * emacs.texi (Top): Update subnode menus.
3597
3598 * files.texi (Saving Commands): New node, broken out of Saving.
3599 (Customize Save): New node, broken out of Saving.
3600 Clarify effect of write-region-inhibit-fsync.
3601 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3602
3603 2005-09-14 Romain Francoise <romain@orebokech.com>
3604
3605 * files.texi (Saving): Mention write-region-inhibit-fsync.
3606
3607 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * custom.texi (Custom Themes): New node.
3610
3611 2005-09-03 Richard M. Stallman <rms@gnu.org>
3612
3613 * search.texi (Search Case): Mention vars that control
3614 case-fold-search for various operations.
3615
3616 2005-08-22 Juri Linkov <juri@jurta.org>
3617
3618 * display.texi (Standard Faces): Merge the text from
3619 `(elisp)Standard Faces' into this node.
3620
3621 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3622
3623 * emacs.texi (Top): Delete menu item for deleted node
3624 Keyboard Translations.
3625
3626 2005-08-18 Richard M. Stallman <rms@gnu.org>
3627
3628 * trouble.texi (Unasked-for Search):
3629 Delete xref to Keyboard Translations.
3630
3631 * glossary.texi (Glossary): Delete xref.
3632
3633 * custom.texi (Minor Modes): Say that the list here is not complete.
3634 (Keyboard Translations): Node deleted.
3635 (Disabling): Delete xref to it.
3636 (Customization Groups): Fix Custom buffer example.
3637 (Hooks): Mention remove-hooks.
3638
3639 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3640
3641 * building.texi (GDB Graphical Interface): Improve filling of menu
3642 item.
3643
3644 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * building.texi (GDB Graphical Interface): Use better node names.
3647
3648 2005-08-14 Richard M. Stallman <rms@gnu.org>
3649
3650 * text.texi (Sentences): Fix xref.
3651
3652 2005-08-14 Juri Linkov <juri@jurta.org>
3653
3654 * building.texi (Compilation, Grep Searching): Move grep command
3655 headings from `Compilation' to `Grep Searching'.
3656
3657 * dired.texi (Dired and Find):
3658 * maintaining.texi (Tags Search): Replace grep xref to
3659 `Compilation' node with `Grep Searching'.
3660
3661 * files.texi (Comparing Files): Replace xref to `Compilation' with
3662 `Compilation Mode'.
3663
3664 2005-08-13 Alan Mackenzie <acm@muc.de>
3665
3666 * search.texi (Non-ASCII Isearch): Correct a typo.
3667 (Replacement Commands): Mention query-replace key binding.
3668
3669 2005-08-11 Richard M. Stallman <rms@gnu.org>
3670
3671 * programs.texi (Options for Comments): Fix xref.
3672
3673 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3674 out of Regexps.
3675
3676 2005-08-09 Juri Linkov <juri@jurta.org>
3677
3678 * building.texi (Compilation): Use `itemx' instead of `item'.
3679 (Grep Searching): Simplify phrase.
3680
3681 * display.texi (Standard Faces): Describe vertical-border on
3682 window systems.
3683
3684 * windows.texi (Split Window): Simplify phrase and mention
3685 vertical-border face.
3686
3687 2005-08-09 Richard M. Stallman <rms@gnu.org>
3688
3689 * files.texi (Comparing Files): Clarify compare-windows.
3690
3691 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3692
3693 2005-08-06 Eli Zaretskii <eliz@gnu.org>
3694
3695 * mule.texi (Coding Systems): Rephrase the paragraph about
3696 codepages: no need for "M-x codepage-setup" anymore, except on
3697 MS-DOS.
3698
3699 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3700 the MS-DOS port only.
3701
3702 2005-07-30 Eli Zaretskii <eliz@gnu.org>
3703
3704 * makefile.w32-in (info): Don't run multi-install-info.bat.
3705 ($(infodir)/dir): New target, produced by running
3706 multi-install-info.bat.
3707
3708 2005-07-22 Eli Zaretskii <eliz@gnu.org>
3709
3710 * files.texi (Quoted File Names): Add index entry.
3711
3712 2005-07-19 Juri Linkov <juri@jurta.org>
3713
3714 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3715
3716 2005-07-18 Juri Linkov <juri@jurta.org>
3717
3718 * custom.texi (Easy Customization):
3719 * files.texi (Old Versions):
3720 * frames.texi (Wheeled Mice):
3721 * mule.texi (Specify Coding):
3722 * text.texi (Cell Justification):
3723 * trouble.texi (After a Crash):
3724 * xresources.texi (GTK styles):
3725 Delete duplicate duplicate words.
3726
3727 2005-07-17 Richard M. Stallman <rms@gnu.org>
3728
3729 * frames.texi (Creating Frames): Fix foreground color example.
3730
3731 * custom.texi (Init Examples): Clean up text about conditionals.
3732
3733 2005-07-16 Richard M. Stallman <rms@gnu.org>
3734
3735 * mini.texi (Completion Commands): Fix command name for ?.
3736
3737 2005-07-16 Eli Zaretskii <eliz@gnu.org>
3738
3739 * display.texi (Standard Faces): Explain that customization of
3740 `menu' face has no effect on w32 and with GTK. Add
3741 cross-references.
3742
3743 * cmdargs.texi (General Variables): Clarify the default location
3744 of $HOME on w32 systems.
3745
3746 2005-07-15 Jason Rumney <jasonr@gnu.org>
3747
3748 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3749 changed.
3750
3751 2005-07-08 Kenichi Handa <handa@m17n.org>
3752
3753 * mule.texi (Recognize Coding): Recommend
3754 revert-buffer-with-coding-system instead of revert-buffer.
3755
3756 2005-07-07 Richard M. Stallman <rms@gnu.org>
3757
3758 * anti.texi (Antinews): Mention mode-line-inverse-video.
3759
3760 * files.texi (Saving): Minor correction about C-x C-w.
3761
3762 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3763
3764 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3765
3766 * search.texi (Isearch Scroll): Add example of using the
3767 `isearch-scroll' property.
3768 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3769 `Display Custom' node.
3770 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3771 and de-emphasize it.
3772 (Other Repeating Search): `occur' currently can not correctly
3773 handle multiline matches. Correct, clarify and update description
3774 of `flush-lines' and `keep-lines'.
3775
3776 * display.texi (Display Custom): Add anchor for `baud-rate'.
3777
3778 2005-07-07 Richard M. Stallman <rms@gnu.org>
3779
3780 * gnu.texi: Update where to get GNU status; add refs for how to help.
3781 Add footnotes 6 and 7.
3782
3783 2005-07-04 Lute Kamstra <lute@gnu.org>
3784
3785 Update FSF's address in GPL notices.
3786
3787 * doclicense.texi (GNU Free Documentation License):
3788 * trouble.texi (Checklist): Update FSF's address.
3789
3790 2005-06-24 Richard M. Stallman <rms@gnu.org>
3791
3792 * display.texi (Text Display): Change index entries.
3793
3794 2005-06-24 Eli Zaretskii <eliz@gnu.org>
3795
3796 * makefile.w32-in (MAKEINFO): Use --force.
3797 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3798 Makefile.in.
3799
3800 2005-06-23 Richard M. Stallman <rms@gnu.org>
3801
3802 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3803 nobreak-char-display.
3804
3805 * emacs.texi (Top): Update detailed node listing.
3806
3807 * display.texi (Text Display): Renamed show-nonbreak-escape
3808 to nobreak-char-display and no-break-space to nobreak-space.
3809 (Standard Faces): Split up the list of standard faces
3810 and put it in a separate node. Add nobreak-space and
3811 escape-glyph.
3812
3813 2005-06-23 Lute Kamstra <lute@gnu.org>
3814
3815 * mule.texi (Select Input Method): Fix typo.
3816
3817 2005-06-23 Kenichi Handa <handa@m17n.org>
3818
3819 * mule.texi (International): List all supported scripts. Adjust
3820 text for that leim is now included in the normal Emacs
3821 distribution.
3822 (Language Environments): List all language environments.
3823 Intlfonts contains fonts for most supported scripts, not all..
3824 (Select Input Method): Refer to C-u C-x = to see how to type to
3825 input a specific character.
3826 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3827
3828 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * building.texi (Grep Searching): Texinfo usage fix.
3831
3832 2005-06-22 Miles Bader <miles@gnu.org>
3833
3834 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3835
3836 2005-06-20 Miles Bader <miles@gnu.org>
3837
3838 * display.texi (Faces): Add `vertical-divider'.
3839
3840 2005-06-17 Richard M. Stallman <rms@gnu.org>
3841
3842 * text.texi (Adaptive Fill): Minor clarification.
3843
3844 2005-06-10 Lute Kamstra <lute@gnu.org>
3845
3846 * emacs.texi (Top): Correct version number.
3847 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3848 refer to the current version of Emacs.
3849
3850 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3851
3852 * files.texi (Log Buffer): Document when there can be more than
3853 one file to be committed.
3854
3855 2005-06-08 Juri Linkov <juri@jurta.org>
3856
3857 * display.texi (Faces): Add `shadow' face.
3858
3859 2005-06-07 Masatake YAMATO <jet@gyve.org>
3860
3861 * display.texi (Faces): Write about mode-line-highlight.
3862
3863 2005-06-06 Richard M. Stallman <rms@gnu.org>
3864
3865 * misc.texi (Printing Package): Explain how to initialize
3866 printing package.
3867
3868 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3869
3870 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * emacs.texi: Rename Hardcopy to Printing.
3873 Make PostScript and PostScript Variables subnodes of it.
3874
3875 * misc.texi (Printing): Rename node from Hardcopy.
3876 Mention menu bar options.
3877 Move PostScript and PostScript Variables to submenu.
3878 (Printing package): New node.
3879
3880 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3881
3882 * dired.texi (Operating on Files): Likewise.
3883
3884 * calendar.texi (Displaying the Diary): Likewise.
3885
3886 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3887
3888 * glossary.texi (Glossary): Likewise.
3889
3890 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3891 effect.
3892
3893 2005-06-04 Richard M. Stallman <rms@gnu.org>
3894
3895 * trouble.texi (After a Crash): Polish previous change.
3896
3897 2005-05-30 Noah Friedman <friedman@splode.com>
3898
3899 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3900 recovery mechanism.
3901
3902 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3903
3904 * building.texi (Other Buffers): SPC toggles display of
3905 floating point registers.
3906
3907 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3908
3909 * files.texi (Log Buffer): Merge in description of Log Edit
3910 mode from pcl-cvs.texi.
3911
3912 2005-05-26 Richard M. Stallman <rms@gnu.org>
3913
3914 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3915
3916 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3917
3918 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3919 not enabled by default.
3920 When not on a word, `ispell-word' by default checks the word
3921 before point.
3922
3923 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3924
3925 * building.texi (Debugger Operation): Simplify last sentence.
3926
3927 2005-05-23 Lute Kamstra <lute@gnu.org>
3928
3929 * emacs.texi: Update FSF's address throughout.
3930 (Preface): Use @cite.
3931 (Distrib): Add cross reference to the node "Copying". Mention the
3932 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3933 printed manuals.
3934 (Intro): Use @xref for the Emacs Lisp Intro.
3935
3936 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3937
3938 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3939
3940 * basic.texi (Moving Point): Mention default for `goto-line'.
3941
3942 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3943 of a variable's docstring.
3944
3945 2005-05-18 Lute Kamstra <lute@gnu.org>
3946
3947 * maintaining.texi (Overview of Emerge): Add cross reference.
3948 Remove duplication.
3949
3950 * emacs.texi (Top): Update to the current structure of the manual.
3951 * misc.texi (Emacs Server): Add menu description.
3952 * files.texi (Saving): Fix menu.
3953 * custom.texi (Customization): Fix menu.
3954 * mule.texi (International): Fix menu.
3955 * kmacro.texi (Keyboard Macros): Fix menu.
3956
3957 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3958
3959 * display.texi: Various minor changes.
3960 (Faces): Delete text that is repeated in the next section.
3961
3962 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3963
3964 * building.texi (Debugger Operation): Mention GUD tooltips are
3965 disabled with GDB in text command mode.
3966
3967 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * building.texi: Replace toolbar with "tool bar" for consistency.
3970 (Compilation Mode): Describe compilation-context-lines
3971 and use of arrow in compilation buffer.
3972 (Debugger Operation): Replace help text with variable's value.
3973
3974 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3975 consistency.
3976
3977 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3978
3979 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3980 Add xref.
3981
3982 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3985 (Position Info): Delete discussion of `goto-line'. It is already
3986 described in `Moving point'.
3987
3988 * mini.texi (Completion Commands): Correct reference.
3989 (Completion Options): Fix typo.
3990
3991 * killing.texi (Deletion): Complete description of `C-x C-o'.
3992
3993 2005-05-10 Richard M. Stallman <rms@gnu.org>
3994
3995 * building.texi (Compilation): Clarify recompile's directory choice.
3996
3997 * frames.texi (Tooltips): Cleanups.
3998
3999 * basic.texi (Arguments): Fix punctuation.
4000
4001 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * screen.texi (Menu Bar): The up and down (not left and right)
4004 arrow keys move through a keyboard menu.
4005
4006 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * basic.texi: Various typo and grammar fixes.
4009 (Moving Point): C-a now runs move-beginning-of-line.
4010
4011 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
4012
4013 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4014
4015 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4016 as different animals.
4017
4018 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4021 Correct index entry.
4022
4023 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * building.texi (Debugger Operation): Update to reflect changes
4026 in GUD tooltips.
4027
4028 2005-04-30 Richard M. Stallman <rms@gnu.org>
4029
4030 * files.texi (Compressed Files): Auto Compression normally enabled.
4031
4032 * building.texi (Debugger Operation): Clarify previous change.
4033
4034 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * building.texi (Debugger Operation): Add description for
4037 GUD tooltips when program is not running.
4038
4039 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * misc.texi (Shell): Add `Shell Prompts' to menu.
4042 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4043 description. Delete remarks moved to new node.
4044 (Shell Prompts): New node.
4045 (History References): Replace remarks moved to `Shell Prompts'
4046 with xref to that node.
4047 (Remote Host): Clarify how to specify the terminal type when
4048 logging in to a different machine.
4049
4050 2005-04-26 Richard M. Stallman <rms@gnu.org>
4051
4052 * emacs.texi (Top): Update submenus from files.texi.
4053
4054 * files.texi (Filesets): Clarify previous change.
4055
4056 * dired.texi (Misc Dired Features): Clarify previous change.
4057
4058 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4061
4062 * dired.texi (Misc Dired Features): Document
4063 dired-compare-directories.
4064
4065 * files.texi (Filesets): New node.
4066 (File Conveniences): Document Image mode.
4067
4068 * text.texi (TeX Print): Document tex-compile.
4069
4070 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4071
4072 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4073 Delete redundant reference to tooltip Custom group. It is
4074 referred too again in the next paragraph.
4075
4076 2005-04-24 Richard M. Stallman <rms@gnu.org>
4077
4078 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4079
4080 2005-04-19 Kim F. Storm <storm@cua.dk>
4081
4082 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4083
4084 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4085
4086 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4087 turns off desktop-save-mode.
4088
4089 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4092 by default in terminals compatible with xterm. Mention that
4093 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4094 node.
4095
4096 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4097
4098 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4099
4100 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
4101
4102 * xresources.texi (Table of Resources): Add cursorBlink.
4103
4104 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4107 `d', `C-d' and `u'.
4108
4109 2005-04-11 Richard M. Stallman <rms@gnu.org>
4110
4111 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4112 (Misc X): Add -D, --basic-display.
4113
4114 * maintaining.texi (Change Log): Correct the description of
4115 the example.
4116
4117 * major.texi (Choosing Modes): Document magic-mode-alist.
4118
4119 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4120
4121 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4122 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4123 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4124 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4125 `w', respectively.
4126 (Rmail Labels): Mention `l'.
4127 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4128 (Rmail Summary Edit): Describe `j' and RET.
4129
4130 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
4131
4132 * xresources.texi (Lucid Resources): Add fontSet resource.
4133
4134 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4137 now called `indicate-empty-lines'.
4138
4139 2005-04-06 Kim F. Storm <storm@cua.dk>
4140
4141 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4142
4143 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4144
4145 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4146 deleted.
4147 (Marks vs Flags): Add some convenient key bindings.
4148 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4149 (Misc Dired Features): Correct and expand description of `w' command.
4150
4151 * frames.texi (XTerm Mouse): Delete apparently false info.
4152 The GNU/Linux console currently does not appear to support
4153 `xterm-mouse-mode'.
4154
4155 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4156
4157 * calendar.texi (Diary): Mention shell utility `calendar'.
4158
4159 2005-04-01 Richard M. Stallman <rms@gnu.org>
4160
4161 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4162
4163 2005-04-01 Lute Kamstra <lute@gnu.org>
4164
4165 * maintaining.texi (Change Log): add-change-log-entry uses
4166 add-log-mailing-address.
4167
4168 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4169
4170 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4171 `VC Mode Line' and put in an xref to that node.
4172 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4173 its description.
4174
4175 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4176
4177 * calendar.texi (Calendar Systems): Say that the Persian calendar
4178 implemented here is the arithmetical one championed by Birashk.
4179
4180 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4181
4182 * programs.texi (Fortran Motion): Fix previous change.
4183
4184 2005-03-29 Richard M. Stallman <rms@gnu.org>
4185
4186 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4187
4188 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * text.texi (Refill): Refer to Long Lines Mode.
4191 (Longlines): New node.
4192 (Auto Fill): Don't index "word wrap" here.
4193 (Filling): Add Longlines to menu.
4194
4195 2005-03-29 Richard M. Stallman <rms@gnu.org>
4196
4197 * xresources.texi: Minor fixes.
4198
4199 * misc.texi (Emacs Server): Fix Texinfo usage.
4200
4201 * emacs.texi (Top): Don't use a real section heading for
4202 "Detailed Node Listing". Fake it instead.
4203
4204 * basic.texi (Position Info): Minor cleanup.
4205
4206 * mule.texi (Input Methods): Minor cleanup.
4207
4208 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4209
4210 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4211 constructs as well.
4212 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4213
4214 2005-03-29 Kenichi Handa <handa@m17n.org>
4215
4216 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4217
4218 * basic.texi (Position Info): Update the description about the
4219 command C-u C-x =.
4220
4221 2005-03-28 Richard M. Stallman <rms@gnu.org>
4222
4223 * emacs.texi (Top): Use @section for the detailed node listing.
4224
4225 * calendar.texi: Minor fixes to previous change.
4226
4227 * programs.texi (Fortran): Small fixes to previous changes.
4228
4229 * emacs.texi (Top): Update list of subnodes of Dired.
4230 Likewise for building.texi.
4231
4232 * files.texi (File Conveniences): Delete Auto Image File mode.
4233
4234 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * building.texi (Flymake): New node.
4237
4238 * custom.texi (Function Keys): Document kp- event types and
4239 keypad-setup package.
4240
4241 * dired.texi (Wdired): New node.
4242
4243 * files.texi (File Conveniences): Reorder entries.
4244 Explain how to turn on Auto-image-file mode.
4245 Document Thumbs mode.
4246
4247 * mule.texi (Specify Coding): Document recode-region and
4248 recode-file-name.
4249
4250 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4251
4252 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * commands.texi (Keys): M-o is now a prefix key.
4255
4256 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4257
4258 * programs.texi: Reformat and update copyright years.
4259 (Fortran): Update section.
4260
4261 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4262
4263 * files.texi: Several small changes in addition to:
4264 (Visiting): Change xref for Dialog Boxes to ref.
4265 (Version Headers): Replace references to obsolete var
4266 `vc-header-alist' with `vc-BACKEND-header'.
4267 (Customizing VC): Update value of `vc-handled-backends'.
4268
4269 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4270
4271 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4272 move here from Emacs Lisp Reference Manual.
4273 * calendar.texi (Calendar/Diary, Diary Commands)
4274 (Special Diary Entries, Importing Diary): Change some xrefs to
4275 point to emacs-xtra rather than elisp.
4276
4277 * emacs-xtra.texi (Calendar Customizing):
4278 Move view-diary-entries-initially, view-calendar-holidays-initially,
4279 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4280 Emacs Manual.
4281 (Appt Customizing): Merge entire section into main Emacs Manual.
4282 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4283 mark-holidays-in-calendar here from emacs-xtra.
4284 (Displaying the Diary): Move view-diary-entries-initially,
4285 mark-diary-entries-in-calendar here from emacs-xtra.
4286 (Appointments): Move appt-display-mode-line,
4287 appt-display-duration, appt-disp-window-function,
4288 appt-delete-window-function here from emacs-xtra.
4289
4290 * calendar.texi: Update and reformat copyright.
4291 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4292 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4293 (Diary): Refer to `diary-file' rather than ~/diary.
4294 (Diary Commands): Rename node to "Displaying the Diary".
4295 * emacs.texi (Top): Rename "Diary Commands" section.
4296 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4297
4298 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4299
4300 * misc.texi (Emacs Server): Fix the command for setting
4301 server-name. Add an xref to Invoking emacsclient.
4302
4303 * help.texi (Help Summary): Clarify when "C-h ." will do something
4304 nontrivial.
4305 (Apropos): Add cindex entry for apropos-sort-by-scores.
4306
4307 * display.texi (Text Display): Add index entries for how no-break
4308 characters are displayed.
4309
4310 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4311
4312 * files.texi (Visiting): Fix cross-references introduced with the
4313 last change.
4314
4315 * xresources.texi (GTK resources): Fix last change.
4316
4317 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * xresources.texi (X Resources): GTK options documented too.
4320 (Resources): Clarify meaning of program name.
4321 (Table of Resources): Add visualClass.
4322 (GTK resources): Rewrite.
4323 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4324
4325 * display.texi (Text Display): Mention non-breaking spaces.
4326
4327 * files.texi (Reverting): Document auto-revert-check-vc-info.
4328
4329 * frames.texi (Mouse Commands): Document
4330 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4331
4332 * help.texi (Help Summary): Add `C-h .'.
4333 (Apropos): Apropos accepts a list of search terms.
4334 Document apropos-sort-by-scores.
4335 (Help Echo): Document display-local-help.
4336
4337 * misc.texi (Emacs Server): Document server-name.
4338 (Invoking emacsclient): Document -s option for server names.
4339
4340 * text.texi (Outline Visibility): Introduce "current heading
4341 line" (commands can be called with point on a body line).
4342 Re-order table to follow the sequence of discussion.
4343 hide-body won't hide lines before first header line.
4344 (TeX Mode): Add DocTeX mode.
4345
4346 2005-03-24 Richard M. Stallman <rms@gnu.org>
4347
4348 * mule.texi (Single-Byte Character Support): Delete mention
4349 of iso-acc.el and iso-transl.el.
4350
4351 2005-03-23 Lute Kamstra <lute@gnu.org>
4352
4353 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4354
4355 2005-03-23 Richard M. Stallman <rms@gnu.org>
4356
4357 * search.texi: Delete explicit node pointers.
4358 (Incremental Search): New menu.
4359 (Basic Isearch, Repeat Isearch, Error in Isearch)
4360 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4361 (Slow Isearch): New subnodes.
4362 (Configuring Scrolling): Node deleted.
4363 (Search Case): Doc default-case-fold-search.
4364 (Regexp Replace): Move replace-regexp doc here.
4365
4366 * rmail.texi (Movemail): Put commas inside closequotes.
4367
4368 * picture.texi (Insert in Picture): Document C-c arrow combos.
4369 (Basic Picture): Clarify erasure.
4370
4371 * display.texi (Font Lock): Put commas inside closequotes.
4372
4373 * cmdargs.texi (General Variables): Put commas inside closequotes.
4374
4375 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
4376
4377 * building.texi (Stack Buffer): Mention reverse contrast for
4378 *selected* frame (might not be current frame).
4379
4380 2005-03-21 Richard M. Stallman <rms@gnu.org>
4381
4382 * building.texi (Starting GUD): Add bashdb.
4383
4384 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * basic.texi (Moving Point): Add M-g M-g binding.
4387 (Undo): Document undo-only.
4388 (Position Info): Document M-g M-g and C-u M-g M-g.
4389
4390 * building.texi (Building): Put Grep Searching after Compilation
4391 Shell.
4392 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4393 Document next-error-highlight.
4394 (Grep Searching): Document grep-highlight-matches.
4395 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4396
4397 * calendar.texi (Importing Diary): Rename node from iCalendar.
4398 Document diary-from-outlook.
4399
4400 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4401 Commands.
4402 Mention effect of X drag and drop on Dired buffers.
4403
4404 * files.texi (Visiting): Document large-file-warning-threshold.
4405 Move paragraph on file-selection dialog.
4406 Mention visiting files using X drag and drop.
4407 (Reverting): Mention using Auto-Revert mode to tail files.
4408 Document auto-revert-tail-mode.
4409 (Version Systems): Minor correction.
4410 (Comparing Files): Diff-mode is no longer based on Compilation
4411 mode.
4412 Document compare-ignore-whitespace.
4413 (Misc File Ops): Explain passing a directory to rename-file.
4414 Likewise for copy-file and make-symbolic-link.
4415
4416 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4417 Document mouse-wheel-progressive speed.
4418
4419 * help.texi (Misc Help): Document numeric argument for C-h i.
4420 Correctly explain the effect of just C-u as argument.
4421
4422 * killing.texi (Deletion): Document numeric argument for
4423 just-one-space.
4424
4425 * mini.texi (Completion): Completion acts on text before point.
4426
4427 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4428 (Emulation): CUA mode replaces pc-bindings-mode,
4429 pc-selection-mode, and s-region.
4430
4431 * mule.texi (Input Methods): Leim is now built-in.
4432 (Select Input Method): Document quail-show-key.
4433 (Specify Coding): Document revert-buffer-with-coding-system.
4434
4435 * programs.texi (Fortran Motion): Document f90-next-statement,
4436 f90-previous-statement, f90-next-block, f90-previous-block,
4437 f90-end-of-block, and f90-beginning-of-block.
4438
4439 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4440
4441 * emacs.texi (Acknowledgments): Updated.
4442
4443 * anti.texi: Total rewrite.
4444
4445 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * ack.texi (Acknowledgments): Update.
4448
4449 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4450
4451 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4452 copyright years.
4453
4454 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
4455
4456 * building.texi (Commands of GUD): Move paragraph on setting
4457 breakpoints with mouse to the GDB Graphical Interface node.
4458
4459 2005-03-07 Richard M. Stallman <rms@gnu.org>
4460
4461 * misc.texi (Single Shell, Shell Options): Fix previous change.
4462
4463 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4464
4465 2005-03-06 Richard M. Stallman <rms@gnu.org>
4466
4467 * building.texi (Starting GUD): Don't explain text vs graphical
4468 GDB here. Just mention it and xref.
4469 Delete "just one debugger process".
4470 (Debugger Operation): Move GUD tooltip info here.
4471 (GUD Tooltips): Node deleted.
4472 (GDB Graphical Interface): Explain the two GDB modes here.
4473
4474 * sending.texi (Sending Mail): Minor cleanup.
4475 (Mail Aliases): Explain quoting conventions.
4476 Update key rebinding example.
4477 (Header Editing): C-M-i is like M-TAB.
4478 (Mail Mode Misc): mail-attach-file does not do MIME.
4479
4480 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4481 that really belongs here.
4482 (Remote Mailboxes): Text moved to Rmail Inbox.
4483 (Rmail Display): Mention Mouse-1.
4484 (Movemail): Clarify two movemail versions.
4485 Clarify rmail-movemail-program.
4486
4487 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4488 Document async shell commands.
4489 (Shell History): Clarify.
4490 (Shell Ring): Mention C-UP an C-DOWN.
4491 (Shell Options): Add comint-prompt-read-only.
4492 (Invoking emacsclient): Set EDITOR to run Emacs.
4493 (Sorting): No need to explain what region is.
4494 (Saving Emacs Sessions): Fix typo.
4495 (Recursive Edit): Fix punctuation.
4496 (Emulation): Don't mention "PC bindings" which are standard.
4497 (Hyperlinking): Explain Mouse-1 convention here.
4498 (Find Func): Node deleted.
4499
4500 * help.texi (Name Help): Xref to Hyperlinking.
4501
4502 * glossary.texi (Glossary):
4503 Rename "Balance Parentheses" to "Balancing...".
4504 Add "Byte Compilation". Correct "Copyleft".
4505 New xref in "Customization".
4506 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4507 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4508 Rename "Registers" to "Register".
4509 Replace "Selecting" with "Selected Frame",
4510 "Selected Window", and "Selecting a Buffer".
4511
4512 * files.texi (Types of Log File): Explain how projects'
4513 methods can vary.
4514
4515 * display.texi (Faces): Delete "Emacs 21".
4516
4517 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4518 * fixit.texi (Spelling): C-M-i like M-TAB.
4519 * mini.texi (Completion Options): C-M-i like M-TAB.
4520 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4521 * text.texi (Text Mode): C-M-i like M-TAB.
4522
4523 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4524
4525 * calendar.texi (Specified Dates): Mention `g w'.
4526 (Appointments): appt-activate toggles with no arg.
4527
4528 2005-03-05 Juri Linkov <juri@jurta.org>
4529
4530 * cmdargs.texi (Emacs Invocation): Add cindex
4531 "invocation (command line arguments)"
4532 (Misc X): Add -nbc, --no-blinking-cursor.
4533
4534 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
4535
4536 * calendar.texi (iCalendar): No need to require it now.
4537
4538 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * trouble.texi (Contributing): Mention Savannah. Direct users to
4541 emacs-devel.
4542
4543 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4544
4545 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4546 window.
4547
4548 2005-02-27 Richard M. Stallman <rms@gnu.org>
4549
4550 * building.texi (Compilation): Update mode line status info.
4551
4552 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4553
4554 * calendar.texi (General Calendar): Document binding of
4555 scroll-other-window-down.
4556 (Mayan Calendar): Fix earliest date.
4557 (Time Intervals): Document timeclock-change.
4558 Fix timeclock-ask-before-exiting documentation.
4559
4560 2005-02-26 Kim F. Storm <storm@cua.dk>
4561
4562 * frames.texi (Mouse References):
4563 Add mouse-1-click-in-non-selected-windows.
4564
4565 2005-02-25 Richard M. Stallman <rms@gnu.org>
4566
4567 * screen.texi (Screen): Explain better about cursors and mode lines;
4568 don't presuppose text terminals.
4569 (Point): Don't assume just one cursor.
4570 Clarify explanation of cursors.
4571 (Echo Area, Menu Bar): Cleanups.
4572
4573 * mini.texi (Minibuffer): Prompts are highlighted.
4574 (Minibuffer Edit): Newline = C-j only on text terminals.
4575 Clarify resize-mini-windows values.
4576 Mention M-PAGEUP and M-PAGEDOWN.
4577 (Completion Commands): Mouse-1 like Mouse-2.
4578 (Minibuffer History): Explain history commands better.
4579 (Repetition): Add xref to Incremental Search.
4580
4581 * mark.texi (Setting Mark): Clarify info about displaying mark.
4582 Clarify explanation of C-@ and C-SPC.
4583 (Transient Mark): Mention Delete Selection mode.
4584 (Marking Objects): Clean up text about extending the region.
4585
4586 * m-x.texi (M-x): One C-g doesn't always go to top level.
4587 No delay before suggest-key-bindings output.
4588
4589 * fixit.texi (Fixit): Mention C-/ for undo.
4590 (Spelling): Mention ESC TAB like M-TAB.
4591 Replacement words with r and R are rechecked.
4592 Say where C-g leaves point. Mention ? as input.
4593
4594 2005-02-23 Lute Kamstra <lute@gnu.org>
4595
4596 * cmdargs.texi (Initial Options): Add cross reference.
4597
4598 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * emacs.texi (Top): Update menu for splitting of node in
4601 msdog.texi.
4602 * frames.texi (Frames): Update xref for splitting of node in
4603 msdog.texi.
4604 * trouble.texi (Quitting): Ditto.
4605
4606 2005-02-16 Richard M. Stallman <rms@gnu.org>
4607
4608 * windows.texi (Split Window): Simplify line truncation info
4609 and xref to Display Custom.
4610
4611 * trouble.texi (Quitting): Emergency escape only for text terminal.
4612 (Screen Garbled): C-l for ungarbling is only for text terminal.
4613
4614 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4615
4616 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4617
4618 * programs.texi (Program Modes): Mention Python mode.
4619 (Moving by Defuns): Repeating C-M-h extends region.
4620 (Basic Indent): Clarify.
4621 (Custom C Indent): Clarify.
4622 (Expressions): Repeating C-M-@ extends region.
4623 (Info Lookup): Clarify for C-h S.
4624 (Symbol Completion): ESC TAB alternative for M-TAB.
4625 (Electric C): Clarify.
4626
4627 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4628
4629 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4630 MS-DOS Input node.
4631 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4632 (MS-DOS and MULE): Clarify.
4633 (MS-DOS Processes, Windows Processes): Fix typos.
4634
4635 * major.texi (Choosing Modes): Clarify.
4636
4637 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4638 (Keyboard Macro Step-Edit): Clarify.
4639
4640 * indent.texi (Indentation): Clarifications.
4641
4642 * help.texi (Help): Correct error about C-h in query-replace.
4643 Clarify apropos vs C-h a. Fix how to search in FAQ.
4644 (Key Help): Describe C-h w here.
4645 (Name Help): Minor cleanup. C-h w moved to Key Help.
4646 Clarify the "object" joke.
4647 (Apropos): Clarify. Mouse-1 like Mouse-2.
4648 (Help Mode): Mouse-1 like Mouse-2.
4649
4650 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4651
4652 * display.texi (Display): Reorder menu.
4653 (Faces): Cleanup.
4654 (Font Lock): Cleanup. Mention Options menu.
4655 Delete obsolete text.
4656 (Scrolling): For C-l, don't presume text terminal.
4657 (Horizontal Scrolling): Simplify intro.
4658 (Follow Mode): Clarify.
4659 (Cursor Display): Moved before Display Custom.
4660 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4661 Doc default-tab-width. Doc line truncation more thoroughly.
4662
4663 * dired.texi (Dired Enter): C-x C-f can run Dired.
4664 (Dired Visiting): Comment out `a' command.
4665 Mouse-1 is like Mouse-2.
4666 (Shell Commands in Dired): ? can be used more than once.
4667
4668 * basic.texi (Continuation Lines): Simplify description of truncation,
4669 and refer to Display Custom for the rest of it.
4670
4671 2005-02-06 Lute Kamstra <lute@gnu.org>
4672
4673 * basic.texi (Undo): Fix typo.
4674
4675 * cmdargs.texi (Emacs Invocation): Fix typo.
4676
4677 * custom.texi (Init Examples): Fix typo.
4678
4679 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4680
4681 2005-02-06 Richard M. Stallman <rms@gnu.org>
4682
4683 * regs.texi (Registers): Registers can hold numbers, too.
4684
4685 * killing.texi (Other Kill Commands): Cleanup.
4686 Delete redundant explanation of kill in read-only buffer.
4687 (Yanking): Mention term "copying".
4688 (Accumulating Text): Fix typo.
4689
4690 * entering.texi (Entering Emacs): Update rationale at start.
4691 (Exiting): Treat iconifying on a par with suspension.
4692
4693 * custom.texi (Minor Modes): Fix typo.
4694 (Easy Customization): Fix menu style.
4695 (Variables): Add xref.
4696 (Examining): Setting for future sessions works through .emacs.
4697 (Keymaps): "Text terminals", not "Many".
4698 (Init Rebinding): Explain \C-. Show example of \M-.
4699 Fix minor wording errors.
4700 (Function Keys): Explain vector syntax just once.
4701 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4702 (Init File): Mention .emacs.d directory.
4703 (Init Examples): Add xref.
4704 (Find Init): Mention .emacs.d directory.
4705
4706 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4707 (Action Arguments): Explain which kinds of -l args are found how.
4708 (Initial Options): --batch does not inhibit site-start.
4709 Add xrefs.
4710 (Command Example): Use --batch, not -batch.
4711
4712 * basic.texi (Inserting Text): Cleanup wording.
4713 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4714 C-n is not error at end of buffer.
4715 (Undo): Doc C-/ like C-_. Add xrefs.
4716 (Arguments): META key may be labeled ALT.
4717 Peculiar arg meanings are explained in doc strings.
4718
4719 * abbrevs.texi (Expanding Abbrevs): Clarify.
4720
4721 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4722
4723 * frames.texi (Frame Parameters): Add an xref to the description
4724 of list-colors-display. Add a pointer to the X docs about colors.
4725
4726 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
4727 Improve docs of list-colors-display.
4728
4729 2005-02-03 Lute Kamstra <lute@gnu.org>
4730
4731 * frames.texi (Frames, Drag and Drop): Fix typos.
4732
4733 2005-02-03 Richard M. Stallman <rms@gnu.org>
4734
4735 * windows.texi (Basic Window): Mention color-change in mode line.
4736 (Change Window): Explain dragging vertical boundaries.
4737
4738 * text.texi (Sentences): Clarify.
4739 (Paragraphs): Explain M-a and blank lines.
4740 (Outline Mode): Clarify text and menu.
4741 (Hard and Soft Newlines): Mention use-hard-newlines.
4742
4743 * frames.texi (Frames): Delete unnecessary mention of Windows.
4744 (Mouse Commands): Likewise. Mention xterm mouse support.
4745 (Clipboard): Clarify.
4746 (Mouse References): Mention use of Mouse-1 for following links.
4747 (Menu Mouse Clicks): Clarify.
4748 (Mode Line Mouse): Clarify.
4749 (Drag and Drop): Rewrite.
4750
4751 * fixit.texi (Spelling): Fix typo.
4752
4753 * files.texi (File Names): Clarify.
4754 (Visiting): Update conditions for use of file dialog. Clarify.
4755 (Saving): Doc d as answer in save-some-buffers.
4756 (Remote Files): Clean up the text.
4757
4758 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4759
4760 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4761 (List Buffers): Clarify.
4762 (Several Buffers): Doc T command.
4763 (Buffer Convenience): Clarify menu.
4764
4765 * basic.texi (Undo): Clarify last change.
4766
4767 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4768
4769 * fixit.texi (Spelling): Fix typo.
4770
4771 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4772
4773 * basic.texi (Undo): Update description of `undo-outer-limit'.
4774
4775 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * building.texi: Update documentation relating to GDB Graphical
4778 Interface.
4779
4780 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * custom.texi (Easy Customization): Adapt menu to node name change.
4783
4784 2005-01-30 Richard M. Stallman <rms@gnu.org>
4785
4786 * custom.texi (Easy Customization): Defn of "User Option" now
4787 includes faces. Don't say just "option" when talking about variables.
4788 Do say just "options" to mean "anything customizable".
4789 (Specific Customization): Describe `customize-variable',
4790 not `customize-option'.
4791
4792 * glossary.texi (Glossary) <Faces>: Add xref.
4793 <User Option>: Change definition--include faces. Change xref.
4794
4795 * picture.texi (Picture): Mention artist.el.
4796
4797 * sending.texi, screen.texi, programs.texi, misc.texi:
4798 * mini.texi, major.texi, maintaining.texi, macos.texi:
4799 * help.texi, frames.texi, files.texi:
4800 Don't say just "option" when talking about variables.
4801
4802 * display.texi, mule.texi: Don't say just "option" when talking
4803 about variables. Other minor cleanups.
4804
4805 2005-01-26 Lute Kamstra <lute@gnu.org>
4806
4807 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4808 File'. Mention the `-Q' option at the `--no-site-file' option.
4809
4810 2005-01-22 David Kastrup <dak@gnu.org>
4811
4812 * building.texi (Grep Searching): Mention alias `find-grep' for
4813 `grep-find'.
4814
4815 2005-01-20 Richard M. Stallman <rms@gnu.org>
4816
4817 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4818
4819 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4820
4821 * rmail.texi (Movemail): Explain differences
4822 between standard and mailutils versions of movemail.
4823 Describe command line and configuration options introduced
4824 with the latter.
4825 Explain the notion of mailbox URL, provide examples and
4826 cross-references to mailutils documentation.
4827 Describe various methods of specifying mailbox names,
4828 user names and user passwords for rmail.
4829 (Remote Mailboxes): New section. Describe
4830 how movemail handles remote mailboxes. Describe configuration
4831 options used to control its behavior.
4832 (Other Mailbox Formats): Explain handling of various mailbox
4833 formats.
4834
4835 2005-01-13 Richard M. Stallman <rms@gnu.org>
4836
4837 * commands.texi (Commands): Clarification.
4838
4839 2005-01-11 Richard M. Stallman <rms@gnu.org>
4840
4841 * programs.texi (Multi-line Indent): Fix previous change.
4842 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4843
4844 2005-01-08 Richard M. Stallman <rms@gnu.org>
4845
4846 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4847 lazy-highlight.
4848
4849 * search.texi (Query Replace): Mention faces query-replace
4850 and lazy-highlight.
4851 (Incremental Search): Update isearch highlighting info.
4852
4853 2005-01-04 Richard M. Stallman <rms@gnu.org>
4854
4855 * custom.texi (Saving Customizations): Minor improvement.
4856
4857 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * custom.texi (Saving Customizations): Emacs no longer loads
4860 `custom-file' after .emacs. No longer mention customizing through
4861 Custom.
4862
4863 2005-01-01 Andreas Schwab <schwab@suse.de>
4864
4865 * killing.texi (Graphical Kill): Move up under node Killing,
4866 change @section to @subsection.
4867
4868 2005-01-01 Richard M. Stallman <rms@gnu.org>
4869
4870 * custom.texi (Face Customization): Mention hex color specs.
4871
4872 * emacs.texi (Top): Update Killing submenu.
4873
4874 * killing.texi (Killing): Reorganize section.
4875 No more TeX-only text; put the node command at start of chapter.
4876 But the first section heading is used only in TeX.
4877 Rewrite the text to read better in this mode.
4878 (Graphical Kill): New subnode gets some of the text that
4879 used to be in the first section.
4880
4881 2004-12-31 Richard M. Stallman <rms@gnu.org>
4882
4883 * dired.texi (Shell Commands in Dired): Delete the ? example.
4884
4885 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4886
4887 * files.texi (Saving): Describe new require-final-newline features
4888 and mode-require-final-newline.
4889
4890 2004-12-29 Richard M. Stallman <rms@gnu.org>
4891
4892 * custom.texi (File Variables): Clarify previous change.
4893
4894 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
4895
4896 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4897 out now.
4898
4899 2004-12-27 Richard M. Stallman <rms@gnu.org>
4900
4901 * Makefile.in (MAKEINFO): Specify --force.
4902
4903 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4904 (Undo): Doc undo-outer-limit.
4905
4906 2004-12-15 Juri Linkov <juri@jurta.org>
4907
4908 * mark.texi (Transient Mark, Mark Ring): M-< and other
4909 movement commands don't set mark in Transient Mark mode
4910 if mark is active.
4911
4912 2004-12-12 Juri Linkov <juri@jurta.org>
4913
4914 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4915 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4916
4917 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4918 (Misc Dired Commands): Add @r{(Dired)} to w.
4919
4920 2004-12-12 Juri Linkov <juri@jurta.org>
4921
4922 * mark.texi (Marking Objects): Marking commands also extend the
4923 region when mark is active in Transient Mark mode.
4924
4925 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4926
4927 * custom.texi (Saving Customizations): Emacs only loads the custom
4928 file automatically after the init file in version 22.1 or later.
4929 Adapt text and examples to this fact.
4930
4931 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4934 be set through Custom. Otherwise, it has no effect.
4935
4936 2004-12-05 Richard M. Stallman <rms@gnu.org>
4937
4938 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4939 * entering.texi: Rename Command Line to Emacs Invocation.
4940
4941 * misc.texi (Term Mode): Correctly describe C-c.
4942
4943 * custom.texi (Easy Customization): Move up to section level,
4944 before Variables. Avoid using the term "variable"; say "option".
4945 New initial explanation.
4946 (Variables): In initial explanation, connect "variable" to the
4947 already-explained "user option".
4948
4949 * emacs.texi (Top): Fix ref to Command Line.
4950 Move reference to Easy Customization.
4951
4952 * xresources.texi (X Resources): Fix From link.
4953
4954 * doclicense.texi (GNU Free Documentation License): Fix To link.
4955
4956 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4957
4958 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4959
4960 2004-12-03 Richard M. Stallman <rms@gnu.org>
4961
4962 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4963
4964 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4965
4966 * kmacro.texi: Several small changes in addition to the following.
4967 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4968 defining a keyboard macro.
4969 Mention `kmacro-ring-max'.
4970 (Keyboard Macro Counter): Clarify description of
4971 `kmacro-insert-counter', `kmacro-set-counter',
4972 `kmacro-add-counter' and `kmacro-set-format'.
4973
4974 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4975
4976 * custom.texi (File Variables): Add `unibyte' and make it more
4977 clear that `unibyte' and `coding' are special. Suggested by Simon
4978 Krahnke <overlord@gmx.li>.
4979
4980 * mule.texi (Enabling Multibyte): Refer to File Variables.
4981 Suggested by Simon Krahnke <overlord@gmx.li>.
4982
4983 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
4984
4985 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4986 x-use-old-gtk-file-dialog.
4987
4988 2004-11-20 Richard M. Stallman <rms@gnu.org>
4989
4990 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4991
4992 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
4993
4994 * building.texi (Lisp Eval): Delete hyphen in section name.
4995
4996 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4997
4998 * files.texi (Old Versions):
4999 No longer document annotation as "CVS only".
5000
5001 2004-11-10 Andre Spiegel <spiegel@gnu.org>
5002
5003 * files.texi (Version Control): Rewrite the introduction about
5004 version systems, mentioning the new ones that we support. Thanks
5005 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5006 suggestions.
5007
5008 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
5009
5010 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
5011
5012 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5013
5014 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5015
5016 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5017
5018 * text.texi (Text Based Tables, Table Definition)
5019 (Table Creation, Table Recognition, Cell Commands)
5020 (Cell Justification, Row Commands, Column Commands)
5021 (Fixed Width Mode, Table Conversion, Measuring Tables)
5022 (Table Misc): New nodes, documenting the Table Mode.
5023
5024 2004-10-19 Jason Rumney <jasonr@gnu.org>
5025
5026 * makefile.w32-in (info): Change order of arguments to makeinfo.
5027
5028 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5029
5030 * calendar.texi (iCalendar): Update for package changes.
5031
5032 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5033
5034 * files.texi (Misc File Ops): View mode is a minor mode.
5035
5036 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5037
5038 * calendar.texi (iCalendar): Style changes.
5039
5040 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * search.texi (Regexps): The regexp described in the example is no
5043 longer stored in the variable `sentence-end'.
5044
5045 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5046
5047 * building.texi (Starting GUD): Note that multiple debugging
5048 sessions requires `gdb --fullname'.
5049
5050 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5051
5052 * calendar.texi (iCalendar): New section for a new package.
5053
5054 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * text.texi: Various small changes in addition to the following.
5057 (Text): Replace xref for autotype with inforef.
5058 (Sentences): Explain nil value for `sentence-end'.
5059 (Paragraphs): Update default values for `paragraph-start' and
5060 `paragraph-separate'.
5061 (Text Mode): Correct description of Text mode's effect on the
5062 syntax table.
5063 (Outline Visibility): `hide-other' does not hide top level headings.
5064 `selective-display-ellipses' no longer has an effect on Outline mode.
5065 (TeX Misc): Add missing @cindex.
5066 Replace xref for RefTeX with inforef.
5067 (Requesting Formatted Text): The variable
5068 `enriched-fill-after-visiting' no longer exists.
5069 (Editing Format Info): Update names of menu items and commands.
5070 (Format Faces): Mention special effect of specifying the default face.
5071 Describe inheritance of text properties.
5072 Correct description of `fixed' face.
5073 (Format Indentation): Correct description of effect of setting
5074 margins. Mention `set-left-margin' and `set-right-margin'.
5075 (Format Justification): Update names of menu items.
5076 `set-justification-full' is now bound to `M-j b'.
5077 Mention that `default-justification' is a per buffer variable.
5078 (Format Properties): Update name of menu item.
5079 (Forcing Enriched Mode): `format-decode-buffer' automatically
5080 turns on Enriched mode if the buffer is in text/enriched format.
5081
5082 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
5083
5084 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5085
5086 2004-09-28 Kim F. Storm <storm@cua.dk>
5087
5088 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5089 Align with new functionality.
5090
5091 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5092
5093 * display.texi (Display Custom): Remove stray `@end defvar'.
5094
5095 2004-09-23 Kim F. Storm <storm@cua.dk>
5096
5097 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5098 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5099
5100 2004-09-20 Richard M. Stallman <rms@gnu.org>
5101
5102 * custom.texi (Hooks): Explain using setq to clear out a hook.
5103 (File Variables): Explain multiline string constants.
5104 (Non-ASCII Rebinding): Explain when you need to update
5105 non-ASCII char codes in .emacs.
5106
5107 * building.texi (Compilation): Explain how to make a silent
5108 subprocess that won't be terminated. Explain compilation-environment.
5109
5110 2004-09-13 Kim F. Storm <storm@cua.dk>
5111
5112 * mini.texi (Repetition): Rename isearch-resume-enabled to
5113 isearch-resume-in-command-history and change default to disabled.
5114
5115 2004-09-09 Kim F. Storm <storm@cua.dk>
5116
5117 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5118 with new `kmacro-name-last-macro'.
5119
5120 2004-09-08 Juri Linkov <juri@jurta.org>
5121
5122 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5123
5124 2004-09-03 Juri Linkov <juri@jurta.org>
5125
5126 * search.texi (Incremental Search): Update wording for M-%.
5127
5128 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5129
5130 * killing.texi (Killing): Correct description of kill commands in
5131 read-only buffer.
5132
5133 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5134
5135 * building.texi (Compilation Mode): Add a paragraph about rules
5136 for finding the compilation buffer for `next-error'.
5137
5138 * search.texi (Other Repeating Search): Mention that Occur mode
5139 supports the next-error functionality.
5140
5141 2004-09-02 Juri Linkov <juri@jurta.org>
5142
5143 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5144
5145 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5146
5147 * kmacro.texi (Basic Keyboard Macro):
5148 `apply-macro-to-region-lines' now operates on all lines that begin
5149 in the region, rather than on all complete lines in the region.
5150
5151 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
5152
5153 * frames.texi (Drag and drop): Add documentation about
5154 x-dnd-test-function and x-dnd-known-types.
5155
5156 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5157
5158 * indent.texi: Various minor changes in addition to:
5159 (Indentation Commands): Correct description of `indent-relative'.
5160 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5161 mode. The *Tab Stops* buffer uses Overwrite Mode.
5162 (Just Spaces): `tabify' converts sequences of at least two spaces
5163 to tabs.
5164
5165 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * frames.texi (Secondary Selection): Setting the secondary
5168 selection with M-Drag-Mouse-1 does not alter the kill ring,
5169 setting it with M-Mouse-1 and M-Mouse-3 does.
5170 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5171 toolkit scroll bars.
5172 (Scroll Bars): Ditto.
5173
5174 * windows.texi (Basic Window): When using a window system, the value
5175 of point in a non-selected window is indicated by a hollow box.
5176 (Split Window): Side by side windows are separated by a scroll bar,
5177 if scroll bars are used.
5178 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5179 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5180 (Window Convenience): Update bindings for `winner-undo' and
5181 `winner-redo'.
5182
5183 * ack.texi (Acknowledgments): Use `@unnumbered'.
5184 * misc.texi: Adapt sectioning in Info to the node structure.
5185 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5186 of "Using Emacs as a Server".
5187 * building.texi (Building): Interchange nodes (for correct numbering).
5188 * programs.texi (Programs): Interchange nodes (for correct numbering).
5189 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5190 Info to the node structure.
5191 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5192 Rearrange order of nodes and sections such that both "GNU GENERAL
5193 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5194 end, as appropriate for appendices.
5195 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5196 Use `@unnumberedsec'.
5197 * trouble.texi: Adapt sectioning in Info to the node structure.
5198 Adapt node pointers to change in emacs.texi.
5199 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5200
5201 2004-08-25 Kenichi Handa <handa@m17n.org>
5202
5203 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5204 description for unibyte mode.
5205
5206 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5207
5208 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5209
5210 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5211 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5212 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5213 in @pxref.
5214
5215 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5216
5217 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5218 Change section names.
5219
5220 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * kmacro.texi (Keyboard Macro Ring): Rename section.
5223 Emacs treats the head of the macro ring as the `last keyboard macro'.
5224 (Keyboard Macro Counter): Minor change.
5225 (Save Keyboard Macro): Some clarifications.
5226 (Edit Keyboard Macro): Rename section.
5227
5228 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5229 32-bit machines.
5230 (Several Buffers): Clarify which buffer is selected if `2' is
5231 pressed in the Buffer Menu.
5232 Auto Revert mode can be used to update the Buffer Menu
5233 automatically.
5234
5235 2004-08-21 Eli Zaretskii <eliz@gnu.org>
5236
5237 * help.texi (Misc Help): Add an index entry for finding an Info
5238 manual by its file name.
5239
5240 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5241
5242 * files.texi (Backup Deletion): Correct description of
5243 `delete-old-versions'.
5244 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5245 (Auto Save Files): Recommend `auto-save-mode' to reenable
5246 auto-saving, rather than the abbreviation `auto-save'.
5247
5248 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5249
5250 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5251 for "killing" and "yanking" in main menu.
5252
5253 2004-08-16 Richard M. Stallman <rms@gnu.org>
5254
5255 * killing.texi (Yanking, Killing): Minor cleanups.
5256
5257 * mark.texi (Momentary Mark): Minor cleanups.
5258
5259 2004-08-15 Kenichi Handa <handa@etl.go.jp>
5260
5261 * custom.texi (Non-ASCII Rebinding):
5262 C-q always inserts the right code to pass to global-set-key.
5263
5264 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5267 `insert-register', instead of `C-x r g' binding, for consistency.
5268
5269 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5270
5271 * fixit.texi (Spelling): Fix typo.
5272
5273 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5274
5275 * help.texi (Help): Fix Texinfo usage.
5276
5277 2004-07-24 Richard M. Stallman <rms@gnu.org>
5278
5279 * text.texi (Paragraphs): Update how paragraphs are separated
5280 and the default for paragraph-separate.
5281
5282 * search.texi (Regexp Replace): Further update text for new
5283 replacement operators.
5284
5285 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5288 `R' switch.
5289
5290 * dired.texi (Dired Updating): `k' only deletes inserted
5291 subdirectories from the Dired buffer if a prefix argument was given.
5292
5293 * search.texi (Regexps): Delete redundant definition of `symbol' in
5294 description of `\_>'. It already occurs in the description of `\_<'.
5295
5296 2004-07-01 Juri Linkov <juri@jurta.org>
5297
5298 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5299 (Regexp Search): Add M-r.
5300
5301 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5304
5305 2004-06-29 Jesper Harder <harder@ifa.au.dk>
5306
5307 * search.texi, calendar.texi: Markup fixes.
5308
5309 2004-06-25 Richard M. Stallman <rms@gnu.org>
5310
5311 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5312
5313 2004-06-25 David Kastrup <dak@gnu.org>
5314
5315 * search.texi (Regexp Replace): Some typo corrections and
5316 rearrangement.
5317
5318 2004-06-24 David Kastrup <dak@gnu.org>
5319
5320 * search.texi (Unconditional Replace): Use replace-string instead
5321 of query-replace in example.
5322 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5323 sequences.
5324 (Query Replace): Correct explanation of `^' which does not use
5325 the mark stack.
5326
5327 2004-06-21 Nick Roberts <nickrob@gnu.org>
5328
5329 * misc.texi (Shell History Copying): Document comint-insert-input.
5330 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5331
5332 2004-06-20 Jesper Harder <harder@ifa.au.dk>
5333
5334 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5335 * custom.texi (Customization): Do.
5336 * anti.texi (Antinews): Do.
5337 * abbrevs.texi (Defining Abbrevs): Do.
5338
5339 * programs.texi (Info Lookup): Fix keybinding for
5340 info-lookup-symbol.
5341
5342 2004-06-16 Juanma Barranquero <lektu@terra.es>
5343
5344 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5345 Add emacs-xtra.
5346 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5347 (clean): Add emacs-xtra and flymake. Remove redundancies.
5348
5349 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5350
5351 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5352 Add emacs-xtra.
5353 * emacs-xtra.texi: New file.
5354
5355 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5358 (Dired and Find): Mention differences with ordinary Dired buffers.
5359
5360 2004-06-13 Richard M. Stallman <rms@gnu.org>
5361
5362 * custom.texi (Init Syntax): Explain about vars that do special
5363 things when set with setq or with Custom.
5364 (Init Examples): Add line-number-mode example.
5365
5366 2004-06-12 Juri Linkov <juri@jurta.org>
5367
5368 * dired.texi (Operating on Files): Add dired-do-touch.
5369
5370 2004-06-10 Juri Linkov <juri@jurta.org>
5371
5372 * building.texi (Lisp Eval): Add C-M-x on defface.
5373
5374 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * files.texi (Reverting): Auto-Revert mode and
5377 Global Auto-Revert mode no longer revert remote files.
5378
5379 2004-05-29 Richard M. Stallman <rms@gnu.org>
5380
5381 * custom.texi (Init File): Two dashes start --no-site-file.
5382
5383 2004-05-29 Alan Mackenzie <acm@muc.de>
5384
5385 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
5386 ("AWK"): Is consistently thus spelled throughout.
5387 (AWK, Pike): Document as "C-like modes".
5388 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5389 (M-x man): Supersedes M-x manual-entry.
5390 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5391
5392 ("Comments in C"): Delete node; the info is in CC Mode manual.
5393 (c-comment-only-line-offset): Remove description.
5394
5395 (C-c ., C-c C-c): Describe new C Mode bindings.
5396
5397 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5398 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5399 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5400 Amend definitions.
5401
5402 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5403 Describe functions.
5404
5405 (c-comment-start-regexp, c-hanging-comment-ender-p)
5406 (c-hanging-comment-starter-p): Remove obsolete definitions.
5407
5408 * emacs.texi: Remove the menu entry "Comments in C".
5409
5410 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5413 `M-x locate'.
5414
5415 2004-05-16 Karl Berry <karl@gnu.org>
5416
5417 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5418 makeinfo --html fails.
5419 * help.texi (Help Summary) [@ifnottex]: Likewise.
5420
5421 2004-05-13 Nick Roberts <nickrob@gnu.org>
5422
5423 * building.texi (GDB Graphical Interface): Update and describe
5424 layout first.
5425
5426 2004-05-04 Jason Rumney <jasonr@gnu.org>
5427
5428 * makefile.w32-in: Revert last change.
5429
5430 2004-05-03 Jason Rumney <jasonr@gnu.org>
5431
5432 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5433
5434 2004-04-23 Juanma Barranquero <lektu@terra.es>
5435
5436 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5437
5438 2004-04-18 Juri Linkov <juri@jurta.org>
5439
5440 * fixit.texi (Spelling): Remove file extension from ispell xref.
5441
5442 2004-04-15 Kim F. Storm <storm@cua.dk>
5443
5444 * cmdargs.texi (Initial Options): Add -Q.
5445
5446 2004-04-05 Kim F. Storm <storm@cua.dk>
5447
5448 * custom.texi (File Variables): Add safe-local-eval-forms.
5449
5450 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * files.texi (Reverting): Correct description of revert-buffer's
5453 handling of point.
5454
5455 2004-03-22 Juri Linkov <juri@jurta.org>
5456
5457 * emacs.texi (Top): Add `Misc X'.
5458
5459 * trouble.texi: Fix help key bindings.
5460
5461 * glossary.texi: Improve references.
5462
5463 * help.texi: Sync keywords with finder.el.
5464
5465 * mini.texi (Completion): Add description for menu items.
5466
5467 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5468
5469 * sending.texi (Mail Methods): Fix xref to Message manual.
5470
5471 2004-03-12 Richard M. Stallman <rms@gnu.org>
5472
5473 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5474
5475 2004-03-04 Richard M. Stallman <rms@gnu.org>
5476
5477 * search.texi (Regexps): Explain that ^ and $ have their
5478 special meanings only in certain contexts.
5479
5480 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5481
5482 * mule.texi (Specify Coding): Doc C-x RET F.
5483
5484 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5485 for multiple compile and grep buffers.
5486 (Indirect Buffers): Don't recommand clone-indirect-buffer
5487 for multiple compile and grep buffers.
5488
5489 2004-02-29 Juanma Barranquero <lektu@terra.es>
5490
5491 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5492 Use $(DEL) instead of rm, and ignore exit code.
5493
5494 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5495
5496 * building.texi (Watch Expressions): Update.
5497
5498 2004-02-21 Juri Linkov <juri@jurta.org>
5499
5500 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5501 --directory, --help, --version. Move text about command-line-args
5502 to Command Arguments.
5503 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5504 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5505 (Window Size X): Join -g and --geometry. Add @cindex.
5506 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5507 (Title X): Remove alias -title.
5508 (Misc X): New node.
5509
5510 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
5511
5512 * frames.texi (Drag and drop): Add Motif to list of supported
5513 protocols.
5514
5515 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
5516
5517 * frames.texi (Drag and drop): New section.
5518
5519 2004-01-24 Richard M. Stallman <rms@gnu.org>
5520
5521 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5522 Include it only @ifnotinfo. Patch the preceding and following
5523 node headers to point to each other.
5524
5525 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5526
5527 * calendar.texi (Appointments): Update section.
5528
5529 2003-12-29 Kevin Ryde <user42@zip.com.au>
5530
5531 * programs.texi (C Modes): Fix the xref.
5532
5533 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
5534
5535 * building.texi (Watch Expressions): Update.
5536 (Commands of GUD): Include use of toolbar + breakpoints set from
5537 fringe/margin.
5538
5539 2003-12-03 Andre Spiegel <spiegel@gnu.org>
5540
5541 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5542 <acm@muc.de>.
5543
5544 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
5545
5546 * frames.texi (Dialog Boxes): Add use-file-dialog.
5547
5548 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5549
5550 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5551 in CC Mode.
5552
5553 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5554
5555 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5556 * man/commands.texi, man/custom.texi, man/display.texi:
5557 * man/emacs.texi, man/files.texi:
5558 * man/frames.texi, man/glossary.texi, man/killing.texi:
5559 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5560 * man/mule.texi, man/rmail.texi, man/search.texi:
5561 * man/sending.texi, man/text.texi, man/trouble.texi:
5562 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
5563
5564 2003-11-01 Alan Mackenzie <acm@muc.de>
5565
5566 * search.texi (Scrolling During Incremental Search): Document a
5567 new scrolling facility in isearch mode.
5568
5569 2003-10-22 Miles Bader <miles@gnu.org>
5570
5571 * Makefile.in (info): Move before $(top_srcdir)/info.
5572
5573 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
5574
5575 * building.texi (Watch Expressions): Update section on data display
5576 to reflect code changes (GDB Graphical Interface).
5577
5578 2003-10-13 Richard M. Stallman <rms@gnu.org>
5579
5580 * xresources.texi (GTK resources): Clean up previous change.
5581
5582 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
5583
5584 * xresources.texi (GTK resources): Add a note that some themes
5585 disallow customizations. Add scroll theme example.
5586
5587 2003-09-30 Richard M. Stallman <rms@gnu.org>
5588
5589 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5590
5591 * misc.texi (Saving Emacs Sessions): Shorten the section,
5592 collapsing back into one node.
5593
5594 2003-09-30 Lars Hansen <larsh@math.ku.dk>
5595
5596 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5597
5598 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
5599
5600 * xresources.texi (GTK names in Emacs): Correct typo.
5601
5602 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5603
5604 * cmdargs.texi (Font X): Mention new default font. More
5605 fully describe long font names, wildcard patterns and the
5606 problems involved. (Result of discussion on emacs-devel.)
5607
5608 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5609
5610 * emacs.texi (Acknowledgements): Correct typo.
5611
5612 2003-09-22 Richard M. Stallman <rms@gnu.org>
5613
5614 * dired.texi (Misc Dired Commands): New node.
5615 (Dired Navigation): Add dired-goto-file.
5616
5617 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5618
5619 * emacs.texi (Acknowledgements): New node, split from Distribution.
5620
5621 * cmdargs.texi (Action Arguments): -f reads interactive args.
5622
5623 2003-09-08 Lute Kamstra <lute@gnu.org>
5624
5625 * screen.texi (Mode Line): Say that POS comes before LINE.
5626 Mention `size-indication-mode'.
5627 * display.texi (Optional Mode Line): Document
5628 `size-indication-mode'.
5629 * basic.texi (Position Info): Mention `size-indication-mode'.
5630
5631 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5632
5633 * xresources.texi (Resources): Refer to `editres' man page.
5634 (Lucid Resources): Update defaults. Expand description of
5635 `shadowThickness'.
5636
5637 2003-09-04 Miles Bader <miles@gnu.org>
5638
5639 * Makefile.in (top_srcdir): New variable.
5640 ($(top_srcdir)/info): New rule.
5641 (info): Depend on it.
5642
5643 2003-09-03 Peter Runestig <peter@runestig.com>
5644
5645 * makefile.w32-in: New file.
5646
5647 2003-08-29 Richard M. Stallman <rms@gnu.org>
5648
5649 * misc.texi (Saving Emacs Sessions): Correct previous change.
5650
5651 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5652
5653 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5654 (Intro): Include kmacro.texi after fixit.texi instead of after
5655 custom.texi. (As suggested by Kim Storm.)
5656
5657 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5658
5659 * fixit.texi (Fixit): Update `Next' pointer.
5660 * files.texi (Files): Update `Previous' pointer.
5661 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5662 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5663 (Suggested by Kim Storm.)
5664 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5665
5666 2003-08-18 Kim F. Storm <storm@cua.dk>
5667
5668 * kmacro.texi: New file describing enhanced keyboard macro
5669 functionality. Replaces old description in custom.texi.
5670
5671 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5672 (Keyboard Macros): Move to new kmacro.texi file.
5673
5674 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5675
5676 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5677
5678 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5679
5680 2003-08-17 Alex Schroeder <alex@gnu.org>
5681
5682 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5683 required.
5684
5685 2003-08-05 Richard M. Stallman <rms@gnu.org>
5686
5687 * programs.texi (Lisp Indent): Don't describe
5688 lisp-indent-function property here. Use xref to Lisp Manual.
5689
5690 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5691
5692 * calendar.texi (Date Formats): Document changed behavior of
5693 abbreviations.
5694
5695 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
5696
5697 * buffers.texi (List Buffers): Fix previous change.
5698
5699 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
5700
5701 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5702 List*.
5703
5704 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5705
5706 * display.texi (Font Lock): Fix typo.
5707
5708 2003-07-07 Richard M. Stallman <rms@gnu.org>
5709
5710 * display.texi (Font Lock): Add xref for format info on
5711 font-lock-remove-keywords.
5712
5713 * building.texi (Compilation): Document what happens with asynch
5714 children of compiler process.
5715
5716 * help.texi (Library Keywords): Use @multitable.
5717
5718 2003-06-04 Richard M. Stallman <rms@gnu.org>
5719
5720 * programs.texi (Expressions): Delete C-M-DEL.
5721
5722 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5723 comint-move-point-for-output renamed from
5724 comint-scroll-to-bottom-on-output.
5725
5726 * custom.texi (Init Rebinding): Replace previous change with xref.
5727 (Non-ASCII Rebinding): Explain that issue more briefly here.
5728
5729 2003-05-28 Richard M. Stallman <rms@gnu.org>
5730
5731 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5732
5733 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
5734
5735 * building.texi (GDB Graphical Interface): New node.
5736 (Rewritten somewhat by RMS.)
5737
5738 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
5739
5740 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5741 non-English letters. Explain how to set coding systems correctly
5742 and how to include the right coding cookie in the file.
5743
5744 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
5745
5746 * indent.texi (Indentation): Explain the concepts.
5747 (Just Spaces): Explain why preventing tabs for indentation might
5748 be useful.
5749
5750 2003-04-16 Richard M. Stallman <rms@gnu.org>
5751
5752 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5753
5754 2003-02-22 Alex Schroeder <alex@emacswiki.org>
5755
5756 * cmdargs.texi (General Variables): Document SMTPSERVER.
5757
5758 * sending.texi: Remove SMTP node.
5759 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5760 library.
5761
5762 2003-02-22 Alex Schroeder <alex@emacswiki.org>
5763
5764 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5765
5766 2003-02-22 Simon Josefsson <jas@extundo.com>
5767
5768 * sending.texi (Mail Methods): Add node about SMTP.
5769
5770 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
5771
5772 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5773
5774 2003-02-01 Kevin Ryde <user42@zip.com.au>
5775
5776 * glossary.texi (Glossary): Correction to cl cross reference.
5777
5778 2003-01-20 Richard M. Stallman <rms@gnu.org>
5779
5780 * killing.texi (Rectangles): Document C-x c r.
5781
5782 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5783
5784 * xresources.texi (GTK resources): New node.
5785 (GTK widget names): New node.
5786 (GTK names in Emacs): New node.
5787 (GTK styles): New node.
5788
5789 2003-01-09 Francesco Potortì <pot@gnu.org>
5790
5791 * maintaining.texi (Create Tags Table): Add reference to the new
5792 `etags --help --lang=LANG' option.
5793
5794 2002-10-02 Karl Berry <karl@gnu.org>
5795
5796 * emacs.texi: Per rms, update all manuals to use @copying instead of
5797 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
5798 where needed for the sake of the HTML output.
5799
5800 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5803 source files.
5804
5805 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5806
5807 * Makefile.in (emacsman): New target.
5808
5809 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5810
5811 * (Version 21.1 released.)
5812
5813 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5814
5815 * Branch for 21.1.
5816
5817 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5818
5819 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5820
5821 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5824
5825 1999-07-12 Richard Stallman <rms@gnu.org>
5826
5827 * Version 20.4 released.
5828
5829 1998-12-04 Markus Rost <rost@delysid.gnu.org>
5830
5831 * Makefile.in (INFO_TARGETS): Delete customize.info.
5832 (DVI_TARGETS): Delete customize.dvi.
5833 (../info/customize, customize.dvi): Targets deleted.
5834
5835 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5836
5837 * Version 20.3 released.
5838
5839 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5840
5841 * Makefile.in (EMACSSOURCES): Add mule.texi.
5842 Add msdog.texi, ack.texi. Remove gnu1.texi.
5843
5844 1998-04-06 Andreas Schwab <schwab@gnu.org>
5845
5846 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5847 it in dvi targets.
5848
5849 1997-09-23 Paul Eggert <eggert@twinsun.com>
5850
5851 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5852 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5853 (../info/customize): Rename from ../info/custom.
5854
5855 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5856
5857 * Version 20.2 released.
5858
5859 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5860
5861 * Version 20.1 released.
5862
5863 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5864
5865 * Makefile (../info/customize, customize.dvi): New targets.
5866 (INFO_TARGETS): Add ../info/customize.
5867 (DVI_TARGETS): Add customize.dvi.
5868
5869 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5870
5871 * Version 19.33 released.
5872
5873 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5874
5875 * Version 19.32 released.
5876
5877 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5878
5879 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5880
5881 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5882
5883 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5884 Specify -I option.
5885 (All dvi targets): Set the TEXINPUTS variable.
5886
5887 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5888
5889 * Version 19.31 released.
5890
5891 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5892
5893 * Version 19.30 released.
5894
5895 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5896
5897 * Makefile.in (maintainer-clean): Rename from realclean.
5898
5899 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5900
5901 * Makefile.in: New file.
5902 * Makefile: File deleted.
5903
5904 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5905
5906 * Makefile (TEXINDEX_OBJS): Variable deleted.
5907 (texindex, texindex.o, getopt.o): Rules deleted.
5908 All deps on texindex deleted.
5909 (distclean): Don't delete texindex.
5910 (mostlyclean): Don't delete *.o.
5911 * texindex.c, getopt.c: Files deleted.
5912
5913 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5914
5915 * Version 19.26 released.
5916
5917 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5918
5919 * Makefile (EMACSSOURCES): Exclude undo.texi.
5920
5921 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5922
5923 * Version 19.25 released.
5924
5925 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5926
5927 * Version 19.24 released.
5928
5929 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5930
5931 * Version 19.23 released.
5932
5933 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5934
5935 * Makefile: Delete spurious tab.
5936
5937 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5938
5939 * Makefile (.SUFFIXES): New rule.
5940
5941 1993-12-04 Richard Stallman (rms@srarc2)
5942
5943 * getopt.c: New file.
5944 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5945 (getopt.o): New rule.
5946 (dvi): Don't depend on texindex.
5947 (emacs.dvi): Depend on texindex.
5948
5949 1993-12-03 Richard Stallman (rms@srarc2)
5950
5951 * Makefile (TEXI2DVI): New variable.
5952 (emacs.dvi): Add explicit command.
5953 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5954
5955 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5956
5957 * Version 19.22 released.
5958
5959 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5960
5961 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5962
5963 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5964
5965 * Version 19.21 released.
5966
5967 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5968
5969 * Makefile (realclean): Don't delete the Info files.
5970
5971 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5972
5973 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5974 4' where appropriate.
5975
5976 1993-10-20 Brian Fox (bfox@ai.mit.edu)
5977
5978 * Makefile: Fix targets for texindex.
5979
5980 * texindex.c: Include "../src/config.h" if building in emacs.
5981
5982 * Makefile: Change all files to FILENAME.texi, force all targets
5983 to be FILENAME, not FILENAME.info.
5984 Add target to build texindex.c, defining `emacs'.
5985
5986 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5987
5988 * Version 19.19 released.
5989
5990 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5991
5992 * Version 19.18 released.
5993
5994 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5995
5996 * Makefile: Fix source file names of the separate manuals.
5997
5998 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5999
6000 * Version 19.17 released.
6001
6002 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6003
6004 * split-man: Fix typos in last change.
6005
6006 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6007
6008 * Version 19.16 released.
6009
6010 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6011
6012 * version 19.15 released.
6013
6014 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6015
6016 * Makefile (distclean): It's rm, not rf.
6017
6018 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6019
6020 * Version 19.14 released.
6021
6022 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6023
6024 * Makefile: New file.
6025
6026 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6027
6028 * Version 19.13 released.
6029
6030 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6031
6032 * Version 19.9 released.
6033
6034 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6035
6036 * Version 19.8 released.
6037
6038 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6039
6040 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6041
6042 * trouble.texi: It's `enable-flow-control-on', not
6043 `evade-flow-control-on'.
6044
6045 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6046
6047 * display.texi: Document standard-display-european.
6048
6049 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6050
6051 * Version 19.7 released.
6052
6053 * emacs.texi: Add a sentence to the top menu mentioning the
6054 specific version of Emacs this manual applies to.
6055
6056 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6057
6058 * basic.texi: Document next-line-add-lines variable used to
6059 implement down-arrow.
6060
6061 * killing.texi: Document kill-whole-line.
6062
6063 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6064
6065 * text.texi: Update unix TeX ordering information.
6066
6067 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6068
6069 * news.texi: Mention fill-rectangle in keybinding list.
6070
6071 * killing.texi: Document fill-rectangle.
6072
6073 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6074
6075 * vc.texi: Bring the docs up to date with VC 5.2.
6076
6077 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6078
6079 * emacs.tex: Mention blackbox and gomoku under Amusements.
6080 Assembler mode is now mentioned and appropriately indexed
6081 under Programming Modes.
6082
6083 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6084
6085 * emacs.tex: Update TeX ordering information.
6086
6087 1990-06-26 David Lawrence (tale@geech)
6088
6089 * emacs.tex: Note that completion-ignored-extensions is not used
6090 to filter out names when all completions are displayed in
6091 *Completions*.
6092
6093 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6094
6095 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6096
6097 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6098
6099 * emacs.tex: Add @findex grep.
6100
6101 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6102
6103 * emacs.tex: Correct two typos. No other changes before
6104 Version 19 will be made.
6105
6106 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6107
6108 * emacs.tex: Update information for obtaining TeX distribution from the
6109 University of Washington.
6110
6111 ;; Local Variables:
6112 ;; coding: utf-8
6113 ;; fill-column: 79
6114 ;; add-log-time-zone-rule: t
6115 ;; End:
6116
6117 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6118 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6119
6120 This file is part of GNU Emacs.
6121
6122 GNU Emacs is free software: you can redistribute it and/or modify
6123 it under the terms of the GNU General Public License as published by
6124 the Free Software Foundation, either version 3 of the License, or
6125 (at your option) any later version.
6126
6127 GNU Emacs is distributed in the hope that it will be useful,
6128 but WITHOUT ANY WARRANTY; without even the implied warranty of
6129 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6130 GNU General Public License for more details.
6131
6132 You should have received a copy of the GNU General Public License
6133 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6134
6135 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd