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