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